*,*:before,*:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
html {
    height:100%;
    overflow-y:scroll;
}
body {
    font:400 14px/1.5em 'Open Sans',sans-serif;
    color:#868c98;
    background:#f5f5f5;
    padding-top:112px;
}
h1,h2,h3,h4,h5 {
    margin:0;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-weight:300;
	color:#575757;
}
p,ul,ol {
	margin:0;
}
p {
    margin-bottom: 18px;
}
a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	transition:color 0.2s linear;
	-webkit-transition:background-color 0.2s linear;
	-moz-transition:background-color 0.2s linear;
	transition:background-color 0.2s linear;
}
a:hover {
	text-decoration:none;
}
.separator{
    min-height: 1px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 18px;
}
.references ol {
    padding-left: 12px;
    margin-top: 0 !important;
}
.references ol li {
    font-size: 11px;
}
.references .header {
    font-size: 11px;
}
.references .header p {
    margin-bottom: 0;
}
.bold {
    font-weight:700;    
}
.italic {
    font-style:italic;    
}
.overlay {
    position: relative;
}
.overlay::before {
    background-color: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}
.vertical-align {
    display: table;
    width: 100%;
}
.vertical-align > .wrapper {
    display: table-cell;
    vertical-align: middle;
}
[valign="top"] {
    vertical-align: top;    
}
td > p:first-child {
    margin-top: 0;    
}
header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:112px;
	background:#ffffff;
	box-shadow:0 1px 2px rgba(0,0,1,0.25);
	z-index:999;
}
header .container {
	position:relative;
}
@media (max-width: 1200px) {
    header .container {
    	width: auto;
    }
}
@media (max-width: 992px) {
    header .container {
    	width: auto;
    }
}

header h1 a {
	float:left;
	margin:12px 0 0 0;
	width:186px;
	height:86px;
	color:transparent;
	font:0/0 a;
	text-shadow:none;
	background-image:url("../images/sprite.png");
	background-position:0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (min--moz-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:1.3/1),only screen and (min-resolution:125dpi),only screen and (min-resolution:1.3dppx) {
	header h1 {
		background-image:url("../images/sprite_2x.png");
		background-size:186px 202px;
	}
}
header .main-menu {
	margin:30px 0 0;
	padding-left:0;
	float:right;
}
header ul {
	list-style:none;
	margin:0;
	padding:0;
}
header .main-menu li {
	display:block;
	position:relative;
}
header .main-menu>li {
	float:left;
	font-size:18px;
	margin-left:5px;
	padding-bottom:41px;
}
@media (max-width: 1200px) and (min-width: 1070px) {
    header .main-menu>li {
        font-size: 17px;
    }
}
@media (max-width: 1070px) and (min-width: 768px) {
    header .main-menu>li {
        font-size: 15px;
    }
}
header .fa-brands {
    font-size: 24px;
}
header .main-menu li a:link,header .main-menu li a:visited {
	color:#5a5a5a;
	display:block;
	/*padding:10px;*/
}
header .main-menu li a:active,header .main-menu li a:hover {
	color:#36afe3;
}
header .main-menu li:hover>ul {
	display:block;
}
header .main-menu li ul,
header .main-menu .has-mega-menu .container {
	display:none;
	position:absolute;
	top:82px;
	left:50%;
	width:270px;
	margin-left:-135px;
	font-size:14px;
	padding:0 5px;
	background:#096b89;
}
header .main-menu li ul:before,
header .main-menu .has-mega-menu .container:before {
	content:" ";
	display:block;
	height:0;
	width:0;
	border-color:transparent;
	border-style:solid;
	border-width:20px;
	border-bottom-color:#096b89;
	margin:-40px auto 0 auto;
	box-shadow:0 -1px -2px #9b856c;
}
header .main-menu li ul li {
	margin:0;
	padding:0;
	width:100%;
	border-top:1px solid #1f7792;
	text-transform:none;
}
header .main-menu li ul li:before {
    display: none;    
}
header .main-menu li li:first-child {
	border:none;
	padding-top:5px;
}
header .main-menu li li a:link,
header .main-menu li li a:visited {
	border-bottom:none;
	color:#fff;
	font-weight:400;
	padding:12px 10px;
}
header .main-menu li li a:hover,
header .main-menu li li a:active {
	color:#a5fe00;
	border-bottom:none;
}
header .main-menu li li ul {
	background:#3e3e3e;
	border-right:0;
	left:0;
	margin-left:-270px;
	padding-right:10px;
	top:0;
}
header .main-menu li li ul:before {
	display:none;
}
header .main-menu li li li:first-child {
	padding-top: 0;
}
/* Mega menu */
header .main-menu .mega-menu .container ul {
	display:block;
	position:static;
	margin:0;
}
header .main-menu .mega-menu .container ul:before {
	display:none;            
}
header .main-menu .has-mega-menu:hover .container {
	display:block;
}        
header .main-menu .has-mega-menu ul li {
	display:none;  
}
header .main-menu .has-mega-menu ul .title {
	border-top:1px solid #1f7792;
	display:block;  
}
header .main-menu .has-mega-menu ul:first-child .title {
	border-top:0;
}
@media (min-width:1280px) {
	header .main-menu li {
		margin-left:40px;    
	}
	header .main-menu .has-mega-menu {
		position:static;      
	}
	header .main-menu .mega-menu .container {
		left:50%;
		margin-left:-640px;
		min-height:245px;
		padding:20px 10px;
		top:109px;
		width:1280px;  
	}
	header .main-menu .has-mega-menu .container:before {
		position:absolute;                      
		right:275px;                    
		top:0;
		z-index:999;                         
	}
	header .main-menu .mega-menu ul {
		border-left:1px solid #1f7792;
		float:left;
		min-width:158px;
		width:auto;
	}
	header .main-menu .mega-menu ul:first-child {
		border-left:0;       
	}
	header .main-menu .mega-menu ul li,
	header .main-menu .mega-menu ul .title {
		border:0;                            
		display:block;                
	}
	header .main-menu .mega-menu ul li a {
		padding-top:5px;
		padding-bottom:5px;
	}
	header .main-menu .mega-menu ul .title a {
		color:#4fd8ff;    
  	text-transform:uppercase;
	}
}
/* Header with Award Styles */
.has-award .award {
    float: left;
    margin: 14px 0 0 25px;    
}
.has-award .main-menu li ul, 
.has-award .main-menu .has-mega-menu .container {
    top: 67px;    
}
.has-award .main-menu {
    margin-top: 45px;    
}
.has-award .main-menu > li:not(.sr-only) {
    margin-left: 20px;    
}
@media (max-width: 1280px) {
    .has-award .main-menu > li:not(.sr-only) {
        margin-left: 20px;    
    }    
}
@media (max-width: 1199px) and (min-width: 1002px) {
    .has-award .main-menu > li:not(.sr-only) {
        margin-left: 15px;
        font-size: 15px;
    }
    .has-award .award {
        left: 216px;
        margin: 0;
        max-height: 50px;
        position: absolute;
        top: 26px;
        width: auto;
    }
}
@media (max-width: 1002px) and (min-width: 857px) {
    .has-award .main-menu > li:not(.sr-only) {
        margin-left: 12px;   
        font-size: 12px;
    }
}
@media (max-width: 856px) and (min-width: 768px) {
    .has-award .main-menu > li:not(.sr-only) {
        margin-left: 7px;   
        font-size: 10.5px;
    }
}
.has-award .main-menu {
    margin-top: 45px;    
}
.has-award .main-menu > li {
    margin-left: 35px;    
}    
.announcement-banner {
    background-color: #36afe3;
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
}
.announcement-banner,
.announcement-banner h2,
.announcement-banner p,
.announcement-banner a:link,
.announcement-banner a:visited {
    color: #fff;    
}
.announcement-banner a:link,
.announcement-banner a:visited {
    text-decoration: underline;    
}
.announcement-banner a:hover,
.announcement-banner a:active {
    text-decoration: underline;
    opacity: 0.9;
}
.announcement-banner h2,
.announcement-banner p {
    margin-bottom: 10px;    
}
.announcement-banner .text > *:last-child {
    margin-bottom: 0;    
}
.home .hero {
	width:100%;
}
.home .hero .slide {
	width:100%;
	height:400px;
	position:relative !important;
	background-size:cover;
	background-position:top center;
}
.home .hero .container {
	padding:0;
}
.home .hero article {
	position:absolute;
	top:70px;
	left:0;
	padding:15px;
	background:rgba(0,0,0,0.5);
	white-space:normal;
}
.home .hero article h2 {
	margin:0 0 0 -3px;
	font-size:30px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	color:#ffffff;
	letter-spacing:-2px;
}
.home .hero article h2 sup {
	font-size:50%;
}
.home .hero article p {
	margin:10px 40px 15px 0;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	white-space:normal;
}
.home .hero article a {
	display:block;
	width:180px;
	height:60px;
	border:5px solid rgba(0,0,0,0.1);
	border-radius:26px;
	font-size:16px;
	line-height:50px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	background-color:#43ad0b;
	-moz-background-clip:padding;
	-webkit-background-clip:padding;
	background-clip:padding-box;
	background-color:#2da301;
	background-image:-webkit-linear-gradient(bottom,#2da301 0%,#6dbf1b 100%);
	background-image:linear-gradient(to top,#2da301 0%,#6dbf1b 100%);
	margin-left:auto;
	margin-right:auto;
}
.home .hero .controls {
	position:absolute;
  width:100%;
  height:50px;
  z-index:99999;
  bottom:350px;
  text-align:center;
}
.home .hero .controls ul {
    background:#333;
    background:rgba(0,0,0,0.5);
    border-radius:20px;
    display:inline-block;
    margin:12px 0 0;
    padding:10px 5px 8px;
}
.home .hero .controls li {
    color:#fff;
 		display:inline-block;
    margin:0;
    padding:0;
    cursor:pointer;
}
.home .hero .controls .cycle-prev {
    border:10px solid transparent;
    border-right-color:#fff;
    height:15px;
  	margin-right:10px;
    width:15px;
}
.home .hero .controls .cycle-prev:hover {
    border-right-color:#4caf21;    
}
.home .hero .controls .cycle-next {
    border:10px solid transparent;
    border-left-color:#fff;
    height:15px;
  	margin-left:10px;
    width:15px;
}
.home .hero .controls .cycle-next:hover {
    border-left-color:#4caf21;    
}
.home .hero .controls .cycle-pager span {
    display:inline-block;    
    font-size:35px;
    position:relative;
    top:3px;
  	width:25px;
}
.home .hero .controls .cycle-pager span:hover,
.home .hero .controls .cycle-pager .cycle-pager-active {
    color:#4caf21;    
}
.home .buckets .container,.home .buckets .col-md-4 {
	padding:0;
}
.home .buckets article,
.home .slide .text-box {
	background:#ffffff;
	padding:18px 15px 80px 15px;
	border-top:6px solid #dcddde;
}
.home .slide .text-box {
	background-color:rgba(256,256,256,0.6);
	padding-bottom:18px;
}
.home .buckets article h2 {
	font-size:26px;
	font-weight:300;
}
.home .buckets article p {
	margin:15px 0 0 0;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-size:14px;
	line-height:1.5em;
	font-weight:600;
	color:#575757;
}
.home .buckets article a {
	display:block;
	margin-top:15px;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-size:16px;
	font-weight:700;
	color:#41ac0a;
}
.home .ir {
	background-color:#ffffff;
}
.home .ir .container {
	padding:0 0 20px 0;
}
.home .ir .container article {
	padding:18px 15px 22px 15px;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-weight:600;
	border-top:6px solid #dcddde;
}
.home .ir .container article:nth-of-type(3) p {
  border-bottom:1px solid #ccc;
  margin:0 0 5px;
  padding:20px 0 5px;
}
.home .ir .container article:nth-of-type(3) a.view {
  position:static;
}
.home .ir .container article h2 {
	font-size:26px;
}
.home .ir .container article a.view {
	display:block;
	margin-top:15px;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-size:16px;
	font-weight:700;
	color:#41ac0a;
}
.home .ir .container article ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
.home .ir .container article ul>li {
	display:block;
	float:left;
}
.home .ir .container article ul.news time {
	display:block;
	margin:15px 0 11px 0;
	font-size:14px;
	color:#575757;
}
.home .ir .container article ul.news a {
	color:#36afe3;
	font-size:16px;
	line-height:24px;
}
.home .ir .container article .stocks {
	float:left;
	font-size:13px;
	font-weight:600;
	color:#575757;
	margin:12px 0 0 0;
}
.home .ir .container .nasdaq .lft,
.home .ir .container .nasdaq .rht {
	font-size:30px;
	padding-bottom:20px;
}
.home .ir .container article img {
	margin:20px 0 35px -10px;
}
.home .ir .container article p {
	float:left;
	margin:25px 0 5px 145px;
	font-size:16px;
	line-height:21px;
	color:#575757;
}
.home .ir .container article p a {
	font-size:16px;
	color:#41ac0a;
}
.home .ir .container article table {
	width:100%;
	max-width:290px;
}
.home .ir .container article table th,.home .ir .container article table td {
	font-weight:600;
	white-space:nowrap;
}
.home .ir .container article table th {
	font-size:14px;
	-webkit-font-smoothing:antialiased;
	color:#b3b5b8;
}
.home .ir .container article table td {
	color:#056ea7;
}
.home .ir .container article table.nasdaq {
	margin-top:40px;
	border-bottom:1px solid #dedede;
}
.home .ir .container article table.nasdaq th {
	padding-bottom:10px;
}
.home .ir .container article table.nasdaq td {
	padding-bottom:10px;
	font-size:16px;
}
.home .ir .container article table.nasdaq td.rht {
	text-align:right;
}
.home .ir .container article table.grid {
	margin-top:12px;
}
.home .ir .container article table.grid th.mid,.home .ir .container article table.grid td.mid {
	text-align:center;
}
.home .ir .container article table.grid th.rht,.home .ir .container article table.grid td.rht {
	text-align:right;
}
.home .ir .container article table.grid th {
	padding-bottom:10px;
}
.home .ir .container article table.grid td {
	font-size:16px;
}
.home .ir aside {
	width:100%;
	background-color:#15a3cd;
	background-image:-webkit-linear-gradient(bottom,#15a3cd 0%,#1fc1e3 100%);
	background-image:linear-gradient(to top,#15a3cd 0%,#1fc1e3 100%);
}
.home .ir aside.container {
	padding:0 20px;
}
.home .ir aside h3,.home .ir aside p,.home .ir aside form {
	float:left;
	clear:left;
}
.home .ir aside h3,.home .ir aside p {
	font-family:'Titillium Web','Open Sans',sans-serif;
	color:#ffffff;
	display:inline-block;
}
.home .ir aside h3 {
	margin:20px 0 15px 0;
	font-size:18px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	text-transform:uppercase;
}
.home .ir aside p {
	font-size:16px;
	font-weight:600;
}
.home .ir aside form {
	margin:15px 0 20px 0;
	width:290px;
	height:39px;
	border:1px solid #1199c5;
	border-radius:18px;
	background:#ffffff;
}
.home .ir aside form input {
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	outline:none;
	border:none;
}
.home .ir aside form input[type=email] {
	width:185px;
	padding:10px 10px 9px 15px;
	float:left;
	background:none;
	font-size:16px;
}
.home .ir aside form input[type=email]::-webkit-input-placeholder {
	color:#d1d3d4;
	padding-top:1px;
}
.home .ir aside form input[type=email]:-moz-placeholder {
	color:#d1d3d4;
	padding-top:1px;
}
.home .ir aside form input[type=email]::-moz-placeholder {
	color:#d1d3d4;
	padding-top:1px;
}
.home .ir aside form input[type=email]:-ms-input-placeholder {
	color:#d1d3d4;
	padding-top:1px;
}
.home .ir aside form input[type=submit] {
	float:right;
	margin:1px 1px 0 0;
	width:100px;
	height:35px;
	font-size:14px;
	color:#ffffff;
	text-transform:uppercase;
	border-radius:17px;
	background-color:#43ad0b;
	background-color:#0b8b00;
	background-image:-webkit-linear-gradient(top,#0b8b00 0%,#076000 100%);
	background-image:linear-gradient(to bottom,#0b8b00 0%,#076000 100%);
}
.sub .hero,
.sub .hero .vertical-align {
	height:343px;
	background-size:cover;
	background-position:top center;
}
.sub .hero {
    text-align: center;    
}
.sub .hero h2 {
    font-weight: 700;    
}
.sub .text > *:last-child {
    margin-bottom: 0;    
}
/* Breadcrumbs */
.breadcrumbs-container{
	overflow: hidden;
	border-top: 1px solid #fff;
}
.breadcrumbs{
	margin: 0 auto;
}
.breadcrumbs li{
	float: left;
	margin: 20px 0 20px 15px;
	padding-left: 23px;
	list-style: none;
	background: url(../images/breadcrumb-arrow.png) left center no-repeat;
}
.breadcrumbs li:before{
	display: none;
}
.breadcrumbs .home-link{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
	background: url(../images/breadcrumb-home-icon.png) no-repeat;
	width: 18px;
	height: 17px;
	text-indent: -99999px;
	margin-left: 0;
	position: relative;
	top: -2px;
}
.breadcrumbs li a{
	font-size: 14px;
	font-weight: 400;
	color: #217cc6;
	display: block;
	line-height: 1em;
}
.breadcrumbs li:last-child a, .breadcrumbs li a:hover{
	color: #094779;
}
/*navigation sidebar*/
.sidebar-nav ul li{
	background: none;
}
.content-area .sidebar-nav-title{
	border-top: 4px solid #7d7d7d;
	font-size: 18px;
  font-weight:700;
	color: #41ac0a;
	text-transform: none;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #d0d0d0;
}
.content-area .sidebar-nav-title a {
	color:#41ac0a;  
}
.sb-nav{
	padding: 0;
}
.sb-nav ul{
	margin: 0;
	padding: 0;
}
.sb-nav ul li{
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d0d0d0;
}
.sb-nav ul li:last-child{
	border-bottom: none;
}
.sb-nav ul li a{
	color: #008ab4;
	font-size: 18px;
	text-transform: none;
	display: block;
	padding: 20px 0;
}
.sb-nav ul li a:hover{
	color:#41ac0a;  
	text-decoration: none;
}
.sb-nav ul li ul li{
	border-bottom: none;
}
.sb-nav ul li ul li a{
	padding: 8px 0;
	padding-left: 35px;
	font-size: 14px;
	color: #008ab4;
	font-family: 'Open Sans', sans-serif;
}
.sb-nav ul li ul li:last-child a{
	padding-bottom: 20px;
}
.sb-nav .child-active > a,
.sb-nav > ul > .active > a {
    color:#7d7d7d;        
}
.sb-nav .child-active .active a {
    font-weight:700;    
}
/* Main Content */
.main-content, .box {
	background: #fff;
	border-top: 4px solid #1bb2d9;
	padding: 30px 25px;
	margin-bottom: 15px;
	box-shadow: 0 2px 4px #e2e2e2;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    min-height:600px;
}
.style-check{
	margin-left: 50px;
}
/*right-sidebar*/
.module{
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 4px #e2e2e2;
	border-top:13px solid #dcddde;
	margin-bottom: 23px;
	padding: 20px;
}
.highlight li{
	font-size: 12px;
	color: #6d6e71;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
}
.module img{
	margin-bottom: 18px;
}
.module h2:first-child {
    margin-top:0;    
}
.text-image{
	overflow: hidden;
	margin-bottom: 5px;
}
.text-image img{
	margin-right: 15px;
}
.text-image p{
	line-height: 1.4em;
}
/* Main Content */
.main-content {
	background:#ffffff;
	overflow:auto;
	border-top:4px solid #41ac0a;
	box-shadow:0 1px 3px rgba(0,0,0,0.18);
	word-break: break-word;
}
.hero + .content-area {
    margin-top: 58px;    
}
.content-area h1,.content-area h2,.content-area h3,.content-area h4,.content-area h5,.content-area p,.main-content ol,.main-content ul {
	margin:20px 0;
}
.content-area h1,.content-area h2,.content-area h3,.content-area h4,.content-area h5 {
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	color:#576872;
	text-transform:uppercase;
}
.content-area h1 {
	font-size:18px;
}
.content-area h2 {
	font-size:16px;
}
.content-area h3 {
	font-size:14px;
}
.content-area h4 {
	color:#868c98;
	text-transform:none;
}
.content-area h5 {
	font-size:13px;
	color:#868c98;
}
.main-content p {
	line-height:24px;
	margin:20px 0;
}

.main-content p span.multi-line-credit {
	font-size:11px;
	padding: 0px;
	margin: 0px;
}

/*.multi-line-credit {
    color:blue;
    font-size:11px;
    margin-top:-30px;
}*/

.main-content a {
	color:#217cc6;
}
.main-content a:hover {
	color:#7ac142;
}
.content-area .cta {
	font-size:15px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
}
.content-area .btn,
.spr-ir-form .spr_ir_submit {
	display:inline-block;
    border:0;
	padding:0 40px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	border-radius:6px;
	background-clip:padding-box;
	background:#7ac142;
	font-size:12px;
	height:43px;
	line-height:43px;
}
.content-area .btn:hover,
.spr-ir-form .spr_ir_submit:hover {
	background:#469213;
}
.content-area .btn.sml {
	display:inline-block;
	padding:0 40px;
	font-weight:700;
	-webkit-font-smoothing:antialiased;
	color:#ffffff;
	text-align:center;
	text-transform:uppercase;
	border-radius:6px;
	background-clip:padding-box;
	background:#7ac142;
	font-size:12px;
	height:33px;
	line-height:33px;
}
.content-area .btn.sml:hover {
	background:#469213;
}
.main-content > form {
	margin:30px 0;
}
.main-content > form label,.main-content > form input {
	display:block;
}
.main-content > form input[type=text],.main-content > form input[type=email],.main-content > form input[type=password] {
	margin:8px 0 15px 0;
	width:100%;
	max-width:400px;
	padding:13px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:4px;
	background-clip:padding-box;
	background-color:#fff;
	box-shadow:0 1px 0 rgba(255,255,255,0.13),inset 0 0 0 1px rgba(0,0,0,0.03);
}
.main-content > form input[type=text]:focus,.main-content > form input[type=email]:focus,.main-content > form input[type=password]:focus {
	outline:none;
	border:1px solid rgba(122,193,66,0.95);
	box-shadow:0 1px 0 rgba(255,255,255,0.13),0 0 5px rgba(122,193,66,0.44),inset 0 0 0 1px rgba(0,0,0,0.03);
}
.main-content > form input[type=text].error,.main-content > form input[type=email].error,.main-content > form input[type=password].error {
	border:1px solid rgba(224,23,37,0.65);
	box-shadow:none;
}
/*.main-content > form .checkbox {
	position:relative;
	margin:12px 0 15px 0;
	padding:7px 0 0 38px;
}
.main-content > form .checkbox label {
	width:28px;
	height:28px;
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:2px;
	background-color:#fff;
	box-shadow:0 1px 0 rgba(255,255,255,0.13),inset 0 0 0 1px rgba(0,0,0,0.03);
}
.main-content > form .checkbox label:after {
	content:'';
	width:14px;
	height:8px;
	position:absolute;
	top:7px;
	left:6px;
	border:3px solid #269af8;
	border-top:none;
	border-right:none;
	background:transparent;
	opacity:0;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.main-content > form .checkbox input[type=checkbox] {
	visibility:hidden;
}
.main-content > form .checkbox input[type=checkbox]:checked+label:after {
	opacity:1;
}*/

form .error{
    color: red;
}
/* Investors */
.box {
    min-height:0;
}
.box + .box {
    margin-top:25px;    
}
.box h2:first-child {
    margin-top:0;
}
.investor-presentation{
	padding-bottom: 15px;
	overflow: hidden;
}
.investor-presentation img{
	margin-right: 10px;
	margin-top: 15px;
}
.investor-presentation h2{
	margin: 5px 0;
}
.sss-date{
	font-size: 12px;
	color: #949494;
	font-weight: 700;
}
.sss-row{
	margin-bottom: 0;
}
.sss-row .col-md-6:first-child .stock-info{
	padding-right: 45px;
}
.stock-info{
	padding: 8px 0;
	border-bottom: 1px dotted #cccccc;
	font-size: 14px;
	font-weight: 600;
	color: #949494;
}
.stock-info:last-child{
	border-bottom: none;
}
.stock-info span{
	font-size: 16px;
	font-weight: 700;
	color: #434343;
}
.stock-info .change{
	padding-left: 23px;
}
.stock-info .change.up{
	color: #00c300;
	background: url(../images/icon-stock-up.png) no-repeat left top;
}
.stock-info .change.up span {
    color: #00c300;
}
.stock-info .change.down{
	color: #c90000;
	background: url(../images/icon-stock-down.png) no-repeat left top;
}
.stock-info .change.down span {
    color: #c90000;
}
.single-event{
	border-bottom: 1px dotted #cccccc;
	margin-bottom: 15px;
}
.single-event .date{
	color: #949494;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 12px;
}
.single-event a{
	font-size: 14px;
	color: #434343;
	font-weight: 400;
}
.single-event a span{
	font-weight: 700;
	font-size: 14px;
	color: #434343;
}
.single-event a p{
	margin-bottom: 8px;
}
.single-new{
	margin-bottom: 10px;
	border-bottom: 1px dotted #cccccc;
}
.single-new .date{
	font-size: 14px;
	font-family: 'Proxima Nova', sans-serif;
	color: #8f8f8f;
	font-weight: 700;
	margin-bottom: 5px;
}
.single-new a{
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
	display: block;
}
/* IR Right Sidebar*/
.result-line{
	padding: 15px 0;
	line-height: 1em;
	border-top: 1px dotted #cccccc;
}
.result-line a{
	font-size: 14px;
	font-weight: 600;
}
.link{
	font-size: 10px !important;
	color: #4b4b4b !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	margin-left: 5px;
}
.link:hover{
	color: #217cc6 !important;
}
/* Quarterly Results */
.results .box{
	padding: 20px;
	border-top: none;
	border-radius: 0;
}
.results h2{
	margin-bottom: 13px;
}
.year-result{
	background: #f3f3f3;
	margin-bottom: 3px;
	overflow: hidden;
	position: relative;
}
.year-result > a{
	padding: 10px 20px;
	background: #e4e4e4;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 10;
}
.year-result .open{
	background: #217cc6;
}
.year-result .open:hover{
	background: #217cc6;	
}
.year-result a h2{
	font-size: 16px;
	font-weight: 700;
	color: #434343;
	margin-bottom: 0;
	text-transform: none;
}
.year-result a h2 small {
    font-size: 80%;
    line-height: 17px;
    padding-right: 50px;
}
.year-result .open h2{
	color: #fff;
}
.year-result > a:hover{
	color: transparent;
	background: #0b497b;
}
.year-result > a:hover h2{
	color: #eef1f4;
}
.year-result .left-title{
	text-align: center;
	float: left;
	width: 9.4%;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #e6e6e6;
	padding-top: 22px;
}
.year-result .left-title:after{
	height: 12px;
	width: 12px;
	background: #e6e6e6;
	content: '';
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	right: -6px;
	top: 47px;
}
.year-result .left-title span{
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #434343;
}
.year-result .left-title .q{
	font-size: 30px;
	line-height: 1.2em;
}
.year-result .result-info{
	width: 90.6%;
	float: left;
	margin-left: 9.4%;
	padding: 20px 30px 5px;
}
.result-row{
	margin-bottom: 9px;
	clear: left;
	overflow: hidden;
}
.res-title{
	width: 28.3%;
	float: left;
	font-size: 14px;
	font-weight: 700;
	color: #6c6c6c;
	position: relative;
	top: 6px;
}
.result-link{
	margin-right: 8px;
	width: 15%;
	color: #4b4b4b !important;
	font-size: 10px !important;
	font-weight: 400 !important;
	padding: 5px 8px 5px 25px;
	background: #fff;
	border-radius: 5px;
	display: block;
	float: left;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.result-link:hover{
	color: #fff !important;
	background: #ffbc35;
}
.toggle-icon{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -11px;
	height: 22px;
	width: 22px;
	background: url(../images/icon-plus.png) no-repeat;
}
.toggle-button:hover .toggle-icon{
	background: url(../images/icon-plus-hover.png) no-repeat;
}
.open .toggle-icon{
	background: url(../images/icon-minus.png) no-repeat;
}
.open:hover .toggle-icon{
	background: url(../images/icon-minus.png) no-repeat;
}
.q-result {
    min-height: 100px;
    position: relative;
}
.pdf {
    background-image:url(../images/icon-QR-page-pdf.png);
	background-position:11px center;
	background-repeat:no-repeat;
}
.html {
	background-image:url(../images/icon-QR-page-html.png);
	background-position:9px center;
	background-repeat:no-repeat;
}
.mp3 {
	background-image:url(../images/icon-QR-page-mp3.png);
	background-position:11px center;
	background-repeat:no-repeat;
}
.zip {
	background-image:url(../images/icon-QR-page-zip.png);
	background-position:11px center;
	background-repeat:no-repeat;
}
.spr-ir-news-article-pdf-link a {
    display: inline;
	float: right;
	background: url(https://d1io3yog0oux5.cloudfront.net/_web/ir/xbrl/document-pdf-text.png) no-repeat;
	padding: 0px 2px 4px 18px;
	margin-left: 10px;
	font-size: 12px;
}
/* FAQ */
.spr-ir-faq ul li.question,
.spr-ir-faq ul li.answer {
    background: none;   
}
/* Media File Lists */
.spr-ir-media-file-list table {
    width:100%;
}
.spr-ir-media-item td {
	border-top:0 none;
	font-size:14px;
	padding:15px 0;
	vertical-align:top;
}
.spr-ir-media-item+.spr-ir-media-item td {
	border-top:1px solid #ccc;
}
.spr-ir-pdf img {
	box-shadow: 2px 2px 6px #888888;
}
.spr-ir-light {
    color: #999999;
	}
.spr-ir-small {
	font-size:.8em;
	}
.spr-ir-light-small {
	color: #999999;
	font-size:.8em;
	}
/* Member List */
.spr-member-list {
    padding:5px 0;
}

.spr-member-list h3 {
    margin-top: 0;
}
.spr-member-list .ui-accordion-header-icon{
    width: 20px;
    height: 20px;
    background-image: url(../images/accordion-trigger.png);
    background-repeat: no-repeat;
    background-position: 0 top;
    position: absolute;
    right: 0;
}
.ui-accordion-header-active .ui-accordion-header-icon{
    background-position: 0 bottom;
}
.spr-member-list .trigger {
	border-left:0;
	border-right:0;
	clear:both;
	cursor:pointer;
    position: relative;
    padding-right: 20px;
}
.spr-member-list .member+.trigger .ui-accordion-header-icon{
    top: 40px;
}
.spr-member-list h2 {
	margin-bottom:0;
}
.spr-member-list .title {
	color:#999;
	font-style:italic;
	margin-top:0;
	margin-bottom:20px;
	width: 300px;
	display: inline-block;
	float: left;
}

.spr-member-list .title > p:first-of-type {
    margin-top: 0;
}
.spr-member-list img {
	/* border:1px solid #d4d4d4;*/
	float:left;
	margin:0 15px 15px 0;
}
.spr-member-list .member {
	border:0 !important;
	clear:both;
	display:none;
	margin-bottom:20px;
}
.spr-member-list .member p {
	margin:0;
}
.spr-member-list .member * + p {
    margin-top:15px;    
}
.spr-member-list .ui-state-hover {
	background:transparent !important;
	border:0 !important;
}
.spr-member-list .member+.trigger,.spr-member-list .member+.trigger:hover,
.spr-member-list > div + div{
	border-top:1px dotted #bcbcbc !important;
	padding-top:20px;
	margin-top:40px;
}
.spr-ir-form fieldset {
    width: 100%;   
}
.spr-ir-form fieldset.column {
    width: 50%;   
}
.main-content .spr-ir-form {
    float: left;
    width: 100%;
}
.spr-ir-form .checkbox input {
    margin-top:7px;    
}
.spr-ir-form .checkbox .text {
    padding:3px 0;    
}
.trigger .meta .item {
	color:#333;
	display:inline-block;
	font-weight:600;
	font-size:18px;
	position:relative;
	text-align:center;
	width:32%;
}
.trigger .meta .item:before {
	background:transparent url(../images/ir-icon-sprite.png) no-repeat 0 0;
	content:'';
	height:20px;
	left:0;
	position:absolute;
	width:20px;
}
.trigger.ui-state-focus,.trigger:focus {
	box-shadow:none;
	outline:none;
}
.trigger .meta {
	float:right;
	padding-right:20px;
	overflow:visible;
}
.trigger .meta .item {
	margin-left:3px;
	text-align:right;
	width:39px;
}
.trigger .meta .item:before {
	left:auto;
}
.trigger.ui-state-default .meta .state:before {
	background-position:0 -366px;
}
.trigger.ui-state-active .meta .state:before {
	background-position: 0 -389px;
}

/* Ir Sidebar */
.ir-sidebar ul{
    margin: 0;
    padding: 0;
}
.ir-sidebar ul li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.ir-sidebar ul li a{
	text-transform: none;
	padding: 10px 0 10px 45px;
	display: block;
	color: #a6a6a6;
	font-size: 12px;
	font-weight: 700;
	font-family: Arial, sans-serif;
	border-top: 1px dotted #cccccc;
}
.ir-sidebar ul li a:hover{
	color: #a6a6a6;
}
.ir-sidebar .email{
	background: url(../images/icon-IRlinks-email-alerts.png) no-repeat 15px center;
}
.ir-sidebar .contacts{
	background: url(../images/icon-IRlinks-ir-contacts.png) no-repeat 14px center;
}
.ir-sidebar .rss{
	background: url(../images/icon-IRlinks-rss.png) no-repeat 15px center;
}
.ir-sidebar .sheet{
	background: url(../images/icon-IRlinks-tearsheet.png) no-repeat 16px center;
}
.results-module .text {
    padding-top:0;
}
.result-line {
	padding:15px 0;
	line-height:1em;
	border-top:1px dotted #cccccc;
}
.result-line:first-child {
	border:none;
}
.result-line a {
	font-size:14px;
}
.pdf-link,.html-link,.mp3-link,.zip-link {
	font-size:10px !important;
	color:#4b4b4b !important;
	text-transform:uppercase;
}
.pdf-link:hover,.html-link:hover,.mp3-link:hover,.zip-link:hover {
	color:#dc361c !important;
	text-decoration:none;
}
.pdf-link {
	min-height:11px;
	padding-left:13px;
	background:url(../images/pdf-icon.png) no-repeat left;
	margin-right:3px;
}
.html-link {
	min-height:11px;
	padding-left:15px;
	background:url(../images/html-icon.png) no-repeat left;
}
.mp3-link {
	min-height:11px;
	padding-left:14px;
	background:url(../images/mp3-icon.png) no-repeat left center;
	margin-right:3px;
}
.zip-link {
	min-height:11px;
	padding-left:13px;
	background:url(../images/zip-icon.png) no-repeat left;
	margin-right:3px;
}
.download-all {
	border-top:1px dotted #cccccc;
	padding-top:15px;
}
.download-all a {
	font-size:14px;
	font-weight:600;
	color:#c7c7c7;
	padding-left:20px;
}
.download-all a:hover {
	color:#d58f75;
}
.download {
	background:url(../images/download-icon.png) no-repeat left;
}
.download:hover {
	background:url(../images/download-hover-icon.png) no-repeat left;
}
footer {
	background:#575757;
	padding-bottom:15px;
    min-height:100px;
}
footer ul {
	list-style-type:none;
	padding:0;
	margin:0;
	overflow:hidden;
	font-family:'Titillium Web','Open Sans',sans-serif;
	font-weight:600;
}
footer ul>li {
	display:block;
	float:left;
}
footer ul li {
	color:#f5f5f5;
}
footer ul li a {
	color:#36afe3;
}
footer .logo {
	display:block;
	width:186px;
	height:86px;
	margin:15px 0 10px 0;
	color:transparent;
	font:0/0 a;
	text-shadow:none;
	background-image:url("../images/sprite.png");
	background-position:0 -85px;
}
@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (min--moz-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:1.3/1),only screen and (min-resolution:125dpi),only screen and (min-resolution:1.3dppx) {
	footer .logo {
		background-image:url("../images/sprite_2x.png");
		background-size:186px 202px;
	}
}
footer nav {
	margin:42px 0 0 196px;
}
footer nav ul {
	font-size:14px;
}
footer nav ul li {
	display:block;
	float:left;
	clear:left;
}
footer nav ul li a {
	display:block;
	padding:8px 0;
}
footer li a:hover {
    color:#36AFE3;
    text-decoration:underline;
}
footer .legal {
	font-size:10px;
	margin:10px 0 20px -8px;
}
footer .legal li {
	float:none;
	display:inline-block;
	padding:0 8px;
	color:#c5cacd;
}
footer .legal .copyright {
    display:block;    
}
footer .legal li a{
    font-size: 11px;
}
footer .legal .copyright a {
    color:#c5cacd;
    font-size:10px;    
}
@media (min-width:720px) {
	footer .container {
		position:relative;
	}
	footer .logo {
		position:absolute;
		top:14px;
		left:20px;
		margin:0;
	}
	footer nav {
		float:left;
	}
	footer nav ul li {
		clear:none;
		margin-left:25px;
	}
	footer nav ul li a {
		padding:5px 0;
	}
	footer .legal {
		float:left;
		clear:left;
	}
	footer .legal li:first-child {
		width:auto;
		padding-bottom:0;
	}
}
@media (min-width:992px) {
	.container {
		padding:0 20px;
	}
	.home .hero .container {
		padding:0 20px;
	}
	.home .hero .slide {
		height:1010px;
	}
	.home .hero article {
		position:static;
		background:none;
		padding:0;
		text-align:center;
	}
	.home .hero article h2 {
		font-size:38px;
		color:#000000;
	}
	.home .hero article p {
		margin:10px 0 20px 0;
		font-size:20px;
		line-height:24px;
		color:#000000;
		white-space:normal;
	}
	.home .hero article a {
		width:200px;
		height:70px;
		border-radius:36px;
		line-height:60px;
	}
    .home .top {
        position:relative;    
    }
	.home .buckets {
		bottom:30px;
    	position:absolute;
		width:100%;
    	z-index:999;
	}
	.home .buckets .container {
		padding:0 20px;
	}
	.home .buckets .col-md-4 {
		padding:0;
	}
	.home .buckets .col-md-4:nth-of-type(1) {
		padding:0 10px 0 0;
	}
	.home .buckets .col-md-4:nth-of-type(2) {
		padding:0 10px;
	}
	.home .buckets .col-md-4:nth-of-type(3) {
		padding:0 0 0 10px;
	}
	.home .buckets article,
	.home .slide .text-box {
		position:relative;
		padding:22px 40px 80px;
		border-radius:6px;
		border-top:13px solid #dcddde;
	}
	.home .slide .text-box {
		background:transparent;
		border:0;
		padding:20px 0 0;
	}
	.home .buckets article a {
		position:absolute;
		bottom:32px;
		left:40px;
		margin-top:0;
	}
	.home .ir .container {
		padding:0 20px 60px 20px;
	}
	.home .ir .container article {
		padding:56px 20px;
		border-top:none;
	}
	.home .ir .container article a.view {
		position:absolute;
		bottom:0;
		left:20px;
		margin-top:0;
	}
	.home .ir .container article ul.news time {
		margin:34px 0 11px 0;
	}
	.home .ir .container article p {
		float:left;
		margin:45px 0 5px 185px;
	}
	.home .ir .container article table {
		max-width:100%;
	}
	.home .ir aside {
		height:66px;
	}
	.home .ir aside h3,.home .ir aside p,.home .ir aside form {
		clear:none;
	}
	.home .ir aside h3,.home .ir aside p {
		line-height:66px;
	}
	.home .ir aside h3 {
		margin:0;
	}
	.home .ir aside p {
		margin:0 15px;
	}
	.home .ir aside form {
		float:right;
		margin:13px 0 0 0;
		width:373px;
	}
	.home .ir aside form input[type=email] {
		width:245px;
	}
	.home .ir aside form input[type=submit] {
		width:124px;
	}
}
@media (min-width:1180px) {
	footer nav {
		clear:none;
	}
	footer nav ul li {
		clear:none;
		margin-left:25px;
	}
	footer nav ul li a {
		padding:5px 0;
	}
	footer .legal {
		float:right;
		clear:none;
		margin:48px 0 0 0;
	}
	.home .ir aside {
		background-color:#ffffff;
		background-image:url("../images/bg-ir.png");
		background-position:bottom center;
		background-repeat:no-repeat;
	}
	@media only screen and (-webkit-min-device-pixel-ratio:1.3),only screen and (min--moz-device-pixel-ratio:1.3),only screen and (-o-min-device-pixel-ratio:1.3/1),only screen and (min-resolution:125dpi),only screen and (min-resolution:1.3dppx) {
		.home .ir aside {
			background-image:url("../images/bg-ir_2x.png");
			background-size:1280px 66px;
		}
	}
}
@media (max-width:1170px) {
    .home .ir .container article:nth-of-type(3) img {
  	float:none !important;        
    margin:20px 0;
  }
	.home .ir .container article:nth-of-type(3) p {
    border-bottom:0;
   	float:none;             
  	padding-top:0;
  }
  footer .legal {
        margin:45px 0 0;    
    }
}
@media (max-width:991px) {
	body {
  	padding-top:0;
	}
  header {
    height:auto;
  	position:relative;
  }
  header h1 nav {
    clear:both;    
  }
    /*
    header .main-menu {
		clear:both;
		float:none;
        padding-top:20px;
        margin-top:0;
	}
	*/
	header .main-menu li ul {
		top:71px;
	}
	header .main-menu li:first-child + li ul {
		left:0;
		margin-left:0;
	}
	header .main-menu li:first-child + li ul:before {
		content:" ";
		display:block;
		border-color:transparent;
		border-style:solid;
		border-width:20px;
		border-bottom-color:#096b89;
		left:10px;
		margin:0;
		box-shadow:0 -1px -2px #9b856c;
		position:absolute;
		top:-40px;
	}
	.home .hero .container {
  	position:relative;
    min-height:400px;
  }
	.home .buckets {
  	padding:20px 0;
  }
	.home .ir .container article {
  	border:0;  
  }
  .sb-nav ul li a:hover{
      color:#008ab4;
  }
	.home .hero article {
		background:rgba(256,256,256,0.6);
		padding-top:90px;
		top:0;
		height:100%;
		text-align:center;
	}
	.home .slide .text-box {
		background:transparent;
		border:0;
	}
	.home .slide .text-box h2,
	.home .slide .text-box p {
		color:#575757;
	}
}
@media (max-width:767px) {
    header {
        min-height:120px;    
    }
    header nav {
        display:none;    
    }
    header .main-menu {
		clear:both;
		float:none;
        padding-top:20px;
        margin-top:0;
	}
		header .mobile-nav-trigger {
            font-size:24px;
  		    margin-top:30px;
		}
		header .main-menu {
  		margin-bottom:20px;
		}
		header .main-menu > li {
  			float:none !important;
  			padding:0;
  			margin-bottom:1px;
  			text-align:center;
		}
		header .main-menu > li ul, 
		header .main-menu > li div {
  			display:none !important;
		}
		header .main-menu li a:link, header .main-menu li a:visited {
  		background:#19aed5;
  		color:#fff;
		}
    .sidebar-nav {
        margin:20px 0;    
    }
    .main-content {
        min-height:0;
        margin-bottom:20px;
    }
		.home .buckets .col-sm-4 {
				margin-top:20px;  
    }
    footer {
        min-height:110px;   
    }
    footer .legal {
        margin-left:145px;    
    }
		.home .hero .slide {
			height:500px;
		}
		.home .hero .controls {
			top:0;
		}
}
@media (max-width:705px) {
    footer .legal {
        margin-left:0;    
    }
}
.customSelect {
	width:100%;
	max-width:400px;
	height:42px;
	margin:8px 0 15px 0;
	border:1px solid #d7d7d7;
	border-radius:3px/4px;
	background-clip:padding-box;
	background-color:#fff;
	box-shadow:inset 0 1px 0 #fff;
	background:#ffffff;
	background-color:#ffffff;
	background-image:-webkit-linear-gradient(#ffffff,#fafafa);
	background-image:linear-gradient(#ffffff,#fafafa);
}
.customSelectInner {
	width:100% !important;
	padding:13px;
}
.customSelectInner:after {
	content:" ";
	display:block;
	float:right;
	margin-top:5px;
	height:0;
	width:0;
	border-color:transparent;
	border-style:solid;
	border-width:6px;
	border-top-color: #ababab;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif'); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite@2x.png');
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url('../images/fancybox_loading@2x.gif');
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Print */
@media print{
    body {
		background: #fff;
		color: #000;
	}
	body .container{
		padding:0 5%;
		width:90%;
	}
	header{
		background:#fff;
		position: static;
	}
	header h1 a,header nav, a.btn,.btn, .mobile-nav-trigger, .link, .sidebar-nav, form{
		display:none !important;
	}
	.copyright-block p a, .single-event a,
	.single-new a{
		display: inline !important;
	}
	header h1{
		padding: 0 0 10px;
	}
	header h1:before {
		content:'Variant Pharmaceuticals, Inc.';
	}
	.section-title h1{
		padding-left: 0;
	}
	.main-content{
		padding-left: 15px;
		border-top: none;
	}
	.home-module-container{
		border-top: none;
	}
	.investors a, .presentation, .suscribe, .copyright-links, a.pull-right, .investor-presentation-box,
	.signup-btn, .investor-presentation, .single-data.up .delta, a, .pagination, .side-filter.inside-sidebar,
	.side-links.inside-sidebar{
		display: none !important;
	}
	.home-investors{
		padding-top: 0;
		padding-bottom: 10px;
	}
	.company-profile{
		border-top: none;
		padding-bottom: 5px;
	}
}
.home .ir aside p.email-result {
    display:none;
    line-height:1em;
    padding:10px;
    width:100%;
    text-align:center;
}

ul li ul li:before {
    content: "- ";
    position:absolute;
    margin-left:-10px;
} 
.technology-image-caption {
    font-size: 11px;
}
.technology-table {
    border-collapse: collapse;
    border: 1px solid black;
}
.technology-table td {
    border: 1px solid black;
    padding-left: 20px;
}
.technology-table td ul{
    padding-left: 10px;
    padding-right: 10px;
}
.center-caption {
   text-align: center; 
}
.mission-list li {
    margin-bottom: 10px;
}