/****** GENERAL STYLES*****/
body {
	font-family:'Source Sans Pro',sans-serif;
	background:#fff;
	position:relative;
	color:#4b4b4b;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	left:0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.push-to-left {
	left:-80%;
}
img {
	max-width:100%;
	height:auto;
}
*:focus {
		outline:none !important;
		text-decoration:none;
}
h1,h2,h3,h4,h1 a,h2 a,h3 a,h4 a {
	font-family:'Source Sans Pro',sans-serif;
	font-weight:700;
	margin:0 0 20px;
	color:#576872;
	text-transform:uppercase;
}
h1,h1 a,h1 a:hover {
	font-size:22px;
}
h2,h2 a,h2 a:hover {
	font-size:20px;
}
h3,h3 a,h3 a:hover {
	font-size:18px;
}
h4,h4 a,h4 a:hover {
	font-size:16px;
}
p {
	font-size:16px;
	margin-bottom:20px;
	/*overflow:hidden;*/
	color:#4b4b4b;
}
p img {
	margin-top:10px;
}
.half-image {
	margin-top:0;
	margin-left:20px;
	max-width:50%;
	float:right;
}
a {
	font-weight:600;
	color:#00a0a7;
	font-size:16px;
	transition:color .3s ease-in-out;
	-moz-transition:color .3s ease-in-out;
	-webkit-transition:color .3s ease-in-out;
	-o-trasition:color .3s ease-in-out;
}
a:hover,a:focus {
	color:#18ced6;
	text-decoration:none;
}
ul {
	margin:0 0 10px;
	padding-left:0;
}
ul li {
	list-style:none;
	margin:18px 0;
	background:url(../images/icon-ul.png) no-repeat 7px 10px;
	padding-left:30px;
	font-size:14px;
	font-weight:400;
	color:#6d6e71;
}
ol {
	list-style-position:inside;
	margin:0 0 20px;
	padding-left:0;
	counter-reset:item;
}
ol li {
	margin:18px 0;
	display:block;
	list-style-position:outside;
	font-size:14px;
	font-weight:400;
	color:#6d6e71;
	padding-left:30px;
	position:relative;
}
ol li:before {
	color:#d43227;
	content:counters(item,".",decimal) '.';
	counter-increment:item;
	font-weight:700;
	font-size:18px;
	line-height:1.2em;
	left:0;
	position:absolute;
	top:2px;
}
ol li ol li {
	padding-left:40px;
}
ol li ol li ol li {
	padding-left:55px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.icon {
	display:inline-block;
	position:relative;
}
.container {
	max-width:1270px;
}
.separator {
	min-height:1px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:18px;
}
.vertical-align {
	display:table;
}
.vertical-align>.wrapper {
	display:table-cell;
	vertical-align:middle;
}
.btn {
	font-size:14px;
	font-weight:700;
	color:#fff;
	padding:10px;
	min-width:180px;
	display:inline-block;
	background:#d43227;
	text-transform:uppercase;
	border-radius:4px;
	margin-bottom:5px;
	text-align:center;
	transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.btn:hover,.btn:focus {
	background:#951911;
	color:#fff;
}
.full-width.btn {
	display:block;
	padding-left:0;
	padding-right: 0;
}
/*form styles*/
input[type="text"] {
	border:1px solid #cccccc;
	border-radius:3px;
	margin-bottom:15px;
	margin-top:5px;
	padding:8px;
	width:70%;
}
.collapse-select .dropdown-menu {
	position:relative;
}
.dropdown-menu ul li:before {
	display:none;
}
.main-select {
	background:#ffffff;
	background:-moz-linear-gradient(top,#ffffff 0%,#f4f4f4 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f4f4f4));
	background:-webkit-linear-gradient(top,#ffffff 0%,#f4f4f4 100%);
	background:-o-linear-gradient(top,#ffffff 0%,#f4f4f4 100%);
	background:-ms-linear-gradient(top,#ffffff 0%,#f4f4f4 100%);
	background:linear-gradient(to bottom,#ffffff 0%,#f4f4f4 100%);
	padding:8px;
	border-radius:3px;
	margin-top:5px;
	margin-bottom:5px;
	color:#b5b8bb;
	font-size:14px;
	font-weight:600;
	text-transform:none;
	border:1px solid #ccc;
}
.main-select:hover {
	background:#f4f4f4;
	background:-moz-linear-gradient(top,#f4f4f4 1%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f4f4f4),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#f4f4f4 1%,#ffffff 100%);
	background:-o-linear-gradient(top,#f4f4f4 1%,#ffffff 100%);
	background:-ms-linear-gradient(top,#f4f4f4 1%,#ffffff 100%);
	background:linear-gradient(to bottom,#f4f4f4 1%,#ffffff 100%);
	color:#b5b8bb;
}
.dropdown-menu ul li {
	margin:0;
	padding-left:0;
	background:none;
}
.dropdown-menu ul li a {
	padding-top:8px;
	padding-bottom:8px;
}
.checkbox-box {
	margin:10px 0 10px 20px;
}
.checkbox-box input {
	display:none;
}
.checkbox-box label {
	cursor:pointer;
	width:28px;
	height:28px;
	border:1px solid #ccc;
	border-radius:3px;
	display:block;
	background:#fff;
	transition:none;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
}
.checkbox-box input:checked+label {
	background:#fff url(../images/check.png) no-repeat center center;
}
input[type="submit"] {
	display:block;
}
input.error,input.error:focus {
	border:1px solid red;
}
input.error:focus {
	box-shadow:0px 1px 1px rgba(0,0,0,0.075) inset,0px 0px 8px rgba(255,0,0,0.6)
}
label.error {
	color:red;
}
.email-alerts {
	margin-bottom: 40px;
}
/*Change icons colors*/
.change.up [class^="eqicon-change-"],.change.up [class*=" eqicon-change-"] {
	color:#3eca30;
}
.change.down [class^="eqicon-change-"],.change.down [class*=" eqicon-change-"] {
	color: red;
}
/*general table styles*/
.content-table {
	margin-bottom:20px;
	width:100%;
}
.content-table,.content-table th,.content-table td {
	border-collapse:collapse;
}
.content-table th {
	font-size:14px;
	font-weight:700;
	background:#00a0a7;
	color:#eef7f7;
	text-align:left;
	padding:10px 0 10px 16px;
	border:4px solid #fff;
	text-transform:uppercase;
}
.content-table td {
	border:4px solid #fff;
	font-size:14px;
	font-weight:700;
	background:#ebebeb;
	color:#717171;
	text-align:left;
	padding: 15px 18px;
}
/*remove outer border from table*/
.content-table tr:first-child th {
	border-top:none;
}
.content-table tr:last-child td {
	border-bottom:none;
}
.content-table tr td:first-child,tr th:first-child {
	border-left:none;
}
.content-table tr td:last-child,tr th:last-child {
	border-right: none;
}
/************HEADER*******/
.zero-nav {
	background:#680e02;
}
.header-stock-info {
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	border:1px solid #fff;
	border-top:none;
	margin-bottom:-42px;
	overflow:hidden;
	position:relative;
	z-index:1001;
}
.header-stock-info .info-section {
	border-top:1px solid #4dadcb;
	border-right:1px solid #006989;
	background:rgb(0,138,180);
	background:-moz-linear-gradient(top,rgb(0,138,180) 0%,rgb(0,120,157) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(0,138,180)),color-stop(100%,rgb(0,120,157)));
	background:-webkit-linear-gradient(top,rgb(0,138,180) 0%,rgb(0,120,157) 100%);
	background:-o-linear-gradient(top,rgb(0,138,180) 0%,rgb(0,120,157) 100%);
	background:-ms-linear-gradient(top,rgb(0,138,180) 0%,rgb(0,120,157) 100%);
	background:linear-gradient(to bottom,rgb(0,138,180) 0%,rgb(0,120,157) 100%);
	height:91px;
	padding:0 16px 9px;
	min-width:190px;
}
.header-date {
	font-size:10px;
	color:#fff;
	height:24px;
}
.header-date span {
	display:inline-block;
	margin-left:8px;
}
.main-info .price span,.main-info .change span {
	float:right;
}
.main-info .price {
	font-size:18px;
	color:#fff;
	line-height:1.4em;
}
.main-info .change {
	font-size:16px;
	color:#fff;
	line-height:1.4em;
}
.main-info .change span span {
	float:none;
	position:relative;
	top:2px;
	margin-right:8px;
}
.link-section {
	border-left:1px solid #d23f3f;
	background:rgb(212,20,20);
	background:-moz-linear-gradient(top,rgb(212,20,20) 0%,rgb(171,4,4) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(212,20,20)),color-stop(100%,rgb(171,4,4)));
	background:-webkit-linear-gradient(top,rgb(212,20,20) 0%,rgb(171,4,4) 100%);
	background:-o-linear-gradient(top,rgb(212,20,20) 0%,rgb(171,4,4) 100%);
	background:-ms-linear-gradient(top,rgb(212,20,20) 0%,rgb(171,4,4) 100%);
	background:linear-gradient(to bottom,rgb(212,20,20) 0%,rgb(171,4,4) 100%);
	padding:0;
	max-width:95px;
	height:91px;
	position:relative;
}
.link-section a {
	display:block;
	padding:12px 23px 12px 11px;
	font-size:14px;
	color:#fff;
	font-weight:700;
	background:url(../images/img-view-investor-info-arrow.png) no-repeat 90% center;
	line-height:1.6em;
}
.social-media {
	margin-right:10px;
	padding-top:5px;
}
.social-media a {
	color:#ff9e91;
	font-size:27px;
	display:inline-block;
	margin-right:5px;
}
.social-media a:hover,.social-media a:focus {
	text-decoration:none;
	color:#d43227;
}
.main-header {
	background:#fff;
	background:url(../images/header-bg.png) repeat-x bottom;
}
.logo {
	margin:34px 0 38px;
}
.main-nav {
	margin-top:64px;
}
.main-nav ul {
	margin:0;
	padding:0;
}
.main-nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	position:relative;
}
.main-nav ul li.has-mega-menu {
	position:static;
}
.main-nav ul li a {
	color:#0f6c80;
	font-size:19px;
	font-weight:600;
	margin-bottom:0;
	display:block;
	padding:0 12px 59px;
	position:relative;
	z-index:1001;
	line-height: 1.2;
}

@media (min-width: 1200px) {
    .main-nav ul li.twoline > a{
      padding-bottom: 35px
    }

}

.main-nav ul li a:hover,.main-nav ul li a:focus {
	color:#18ced6;
}
.main-nav ul li.has-children:hover>a:before {
	content:"";
	display:block;
	border-width:14px;
	border-style:solid;
	height:0;
	width:0;
	border-color:transparent;
	border-bottom-color:#414141;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left: -14px;
}

/* announcement bar */
.announcement-bar {
    padding: 20px 40px;
    background: #D22525;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    position: absolute;
    z-index: 1000;
}

.announcement-bar .text p,
.announcement-bar .text a,
.announcement-bar .text span{
    color: #fff;
    margin: 0;
}
/*dropdowns*/
.main-nav ul li ul {
	display:none;
}
.main-nav ul li:hover ul {
	display:block;
		position:absolute;
		z-index:2000;
		padding-left:0;
		padding-top:5px;
	overflow:hidden;
		background:#414141;
	width:226px;
	left:50%;
	margin-left:-113px;
}
.main-nav ul li ul li {
	padding:0 5px;
	margin:0;
}
.main-nav ul li ul li a {
	display:block;
	padding:10px 0 10px 10px;
		font-size:14px;
	color:#fff;
	font-weight:400;
	text-transform:none;
	border-bottom:1px solid #525252;
}
.main-nav ul li ul li a:hover,.main-nav ul li ul li a:focus {
	color:#d71921;
	text-decoration:none;
}
.main-nav ul li ul li:last-child a {
	border-bottom: 0;
}
/*mega menu*/
.main-nav ul li.has-mega-menu:hover ul {
	width:auto;
	left:auto;
	margin-left:0;
}
.main-nav ul li .mega-menu {
	display:none;
}
.main-nav ul li .mega-menu ul {
	position:static !important;
		float:left;
	background:transparent;
	border:none;
	border-right:1px solid #525252;
	padding-top:0;
	box-shadow:none;
}
.main-nav ul li .mega-menu ul:last-child {
	border-right:none;
}
.main-nav ul li:hover .mega-menu {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	z-index:10001;
}
.mega-menu .container {
	background:#414141;
	padding-bottom:20px;
	padding-top:25px;
	max-width:1240px;
	overflow:hidden;
}
.main-nav ul li .mega-menu li {
	padding:0 25px;
}
.main-nav ul li .mega-menu li a {
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:1em;
	border-bottom:none;
}
.main-nav ul li .mega-menu li a:hover,.main-nav ul li .mega-menu li a:focus {
	color:#d71921;
	text-decoration:none;
}
.main-nav ul li .mega-menu ul li:first-child a {
	text-transform:uppercase;
	font-size:14px;
	color:#439eb0;
	padding-top:0;
	font-weight: 700;
}

@media (min-width: 768px) {
    .main-nav ul li:last-child a {
    	padding-right:0;
    }
}
/************STYLES*******/
.background {
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.page-hero {
	height:250px;
	border-bottom: 1px solid #fff;
}
.page-hero .ir-cta {
	position:relative;
	text-align:center;
}
.page-hero .ir-cta:before {
	background:rgba(0,0,0,0.4);
	content:'';
	height:100%;
	left:0;
	position:absolute;	
	top:0;
	width:100%;
	z-index:0;
}
.page-hero .ir-cta .container {
	position:relative;
	z-index:1;
}
.page-hero .ir-cta .vertical-align {
    height:250px;
    width:100%;
}
.page-hero .ir-cta .vertical-align > .wrapper {
    text-align:center;    
}
.page-hero .ir-cta h2, .page-hero .ir-cta p {
	color:#fff;
}
/*bredcrumbs*/
.breadcrumbs-container {
	overflow:hidden;
}
.breadcrumbs {
	margin:0 auto;
}
.breadcrumbs li {
	float:left;
	margin:20px 0 20px 15px;
	padding-left:23px;
	list-style:none;
	position:relative;
	background:none;
	white-space:nowrap;
}
.breadcrumbs li:before {
	content:'';
	position:absolute;
	height:15px;
	width:8px;
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:-118px -22px;
	left:0;
	top:50%;
	margin-top:-7px;
}
.breadcrumbs .home-link {
	list-style-image:none;
	list-style-type:none;
	padding:0;
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:-125px 0;
	width:18px;
	height:17px;
	text-indent:-99999px;
	margin-left:0;
	position:relative;
	top:-2px;
}
.breadcrumbs .home-link:before {
	display:none;
}
.breadcrumbs li a {
	font-size:14px;
	font-weight:400;
	color:#d43227;
	display:block;
	line-height:1em;
	white-space:nowrap;
}
.breadcrumbs li:last-child a,.breadcrumbs li a:hover {
	color: #5b5b5b;
}
/*navigation sidebar*/
.sidebar-nav ul li {
	background:none;
}
.sb-nav {
	border-top:4px solid #e2e2e2;
	padding:0;
}
.sb-nav ul {
	margin:0;
	padding:0;
}
.sb-nav>ul>li a {
	font-size:16px;
	font-weight:600;
	color:#00a0a7;
	text-transform:none;
	margin:0;
	padding:18px 0;
	border-bottom:1px solid #d4d4d4;
	display:block;
}
.sb-nav ul>.active>a,.sb-nav ul>.active>a:hover {
	color:#D43227;
}
.sb-nav ul li {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}
.sb-nav ul li:last-child a {
	border-bottom:none;
}
.sb-nav ul li a:hover {
	color:#d43227;
	text-decoration:none;
}
.sb-nav>ul>.has-children {
	border-bottom:1px solid #d4d4d4;
}
.sb-nav>ul>.has-children>a {
	border-bottom:none;
}
.sb-nav ul li ul li a {
	border-bottom:none;
}
.sb-nav ul li ul li a {
	padding:8px 0;
	padding-left:35px;
	font-size:14px;
	color:#7d7d7d;
}
.sb-nav ul li ul li:last-child a {
	padding-bottom: 20px;
}
/*main-content*/
.main-content {
	background:#fff;
	padding:30px 25px;
	margin-bottom:15px;
	border:1px solid #e2e2e2;
	box-shadow:0 0 1px 0 #ccc;
	border-radius:5px;
}
.main-content.custom-content {
	background:transparent;
	border:0;
	border-radius:0;
	box-shadow:none;
	padding:0;
}
.style-check {
	margin-left:50px;
}
.info-container {
	width:33%;
	text-align:center;
}
.info-container.full-width {
	width:100%;
	text-align:left;
	overflow:hidden;
}
.info-container p {
	font-size:14px;
	font-weight:700;
}
.info-container.full-width p {
	margin-bottom:0;
}
.circle-info {
	width:150px;
	height:150px;
	border-radius:50%;
	background-color:#00a0a7;
	margin:0 auto 15px;
}
.info-container.full-width .circle-info {
	float:left;
	margin-right:30px;
}
.circle-text {
	height:150px;
	padding-right:80px;
}
.circle-info>.vertical-align {
	height:150px;
	width:100%;
}
.circle-info .wrapper {
	font-size:40px;
	font-weight:700;
	color:#fff;
	text-align: center;
}
/*right-sidebar*/
.side-module {
	background:#fff;
	border-radius:5px;
	border:1px solid #e2e2e2;
	box-shadow:0 0 1px 0 #ccc;
	padding:17px;
}
.side-module+.side-module {
	margin-top:30px;
}
.side-module h4 {
	margin-bottom:12px;
}
.side-module .single-new {
	margin-bottom:0;
	border:none;
}
.date {
	font-weight:700;
	color:#8f8f8f;
	margin-bottom:5px;
	font-size:4px;
}
.side-module .single-new a {
	font-size:14px;
	font-weight:400;
	margin-bottom:0;
}
.side-module p {
	margin-bottom:12px;
	font-size:14px;
	color:#6d6e71;
}
.side-module .full-width.btn {
	margin-bottom: 0;
}
/************FOOTER*******/
.pre-footer {
	padding:50px 0;
	background:rgb(80,173,232);
	background:-moz-linear-gradient(top,rgb(80,173,232) 0%,rgb(49,127,203) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(80,173,232)),color-stop(100%,rgb(49,127,203)));
	background:-webkit-linear-gradient(top,rgb(80,173,232) 0%,rgb(49,127,203) 100%);
	background:-o-linear-gradient(top,rgb(80,173,232) 0%,rgb(49,127,203) 100%);
	background:-ms-linear-gradient(top,rgb(80,173,232) 0%,rgb(49,127,203) 100%);
	background:linear-gradient(to bottom,rgb(80,173,232) 0%,rgb(49,127,203) 100%);
}
.pre-footer h2,.pre-footer p,.pre-footer .btn {
	display:inline-block;
	margin:0;
	color:#fff;
	vertical-align:middle;
}
.pre-footer h2 {
	font-size:18px;
	margin-right:24px;
}
.pre-footer p {
	margin-right:38px;
}
.pre-footer .btn,.btn.gradient {
	background:rgb(211,20,20);
	background:-moz-linear-gradient(top,rgb(211,20,20) 0%,rgb(172,4,4) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(211,20,20)),color-stop(100%,rgb(172,4,4)));
	background:-webkit-linear-gradient(top,rgb(211,20,20) 0%,rgb(172,4,4) 100%);
	background:-o-linear-gradient(top,rgb(211,20,20) 0%,rgb(172,4,4) 100%);
	background:-ms-linear-gradient(top,rgb(211,20,20) 0%,rgb(172,4,4) 100%);
	background:linear-gradient(to bottom,rgb(211,20,20) 0%,rgb(172,4,4) 100%);
	transition:none;
	-o-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.pre-footer .btn:hover,.pre-footer .btn:focus,.btn.gradient:hover,.btn.gradient:focus {
	background:#c10d0d;
}
footer {
	background:#3f5765;
	padding:22px 0;
	line-height:1em;
}
.copyright {
	font-size:10px;
	font-weight:700;
	color:#c9caca;
	text-transform:uppercase;
	padding-top:10px;
}
.copyright a {
	font-size:10px;
	font-weight:700;
	color:#c9caca;
}
.copyright a:hover,.footer-links a:hover {
	text-decoration:underline;
}
.footer-links {
	display:inline-block;
}
.footer-links a {
	display:inline-block;
	margin-left:20px;
	font-size:10px;
	font-weight:700;
	color:#fff;
}
.footer-social a {
	display:inline-block;
	color:#fff;
	font-size:34px;
}
.footer-social a:hover {
	color: #00a0a7;
}
/************HOME*******/
/*hero*/
.home-hero {
	border-bottom:3px solid #ce1212;
}
.home-hero .slide,.home-hero .slide .vertical-align {
	height:935px;
	width:100%;
}
.scroll-arrow {
	position:absolute;
	bottom:60px;
	z-index:999;
	left:50%;
	margin-left:-16px;
}
.scroll-arrow-icon {
	width:33px;
	height:18px;
	background:url(../images/arrow-down.png) no-repeat;
}
.home-hero .slide .vertical-align {
	padding-bottom:140px;
}
.home-hero .slide .text h2 {
	font-size:60px;
	color:#fff;
	font-weight:700;
	margin-bottom:20px;
}
.home-hero .slide .text p {
	font-size:24px;
	color:#fff;
	margin-bottom:25px;
}
.home-hero .btn-spacer + .btn {
    margin-top:20px;
}
#cycle-pager {
	position:absolute;
	width:100%;
	text-align:center;
	bottom:150px;
	z-index:101;
}
#cycle-pager span {
	display:inline-block;
	font-size:0;
	color:transparent;
	cursor:pointer;
	width:12px;
	height:12px;
	background:transparent;
	border:1px solid #fff;
	margin:0 3px;
	border-radius:50%;
}
#cycle-pager .cycle-pager-active {
	background: #fff;
}
/*pipeline*/
.home-pipeline-module {
	background:rgb(229,247,255);
	background:-moz-linear-gradient(top,rgb(229,247,255) 0%,rgb(185,234,255) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(229,247,255)),color-stop(100%,rgb(185,234,255)));
	background:-webkit-linear-gradient(top,rgb(229,247,255) 0%,rgb(185,234,255) 100%);
	background:-o-linear-gradient(top,rgb(229,247,255) 0%,rgb(185,234,255) 100%);
	background:-ms-linear-gradient(top,rgb(229,247,255) 0%,rgb(185,234,255) 100%);
	background:linear-gradient(to bottom,rgb(229,247,255) 0%,rgb(185,234,255) 100%);
	padding:130px 0;
	box-shadow:inset 0 -5px 5px 0 #b5e8ff;
}
.home-pipeline-module h2 {
	font-size:26px;
	color:#4b4b4b;
	font-weight:700;
	margin-bottom:25px;
	text-transform:none;
	margin-top:60px;
}
.home-pipeline-module p {
	font-size:18px;
	padding-right:20px;
	margin-bottom:25px;
	line-height: 1.5em;
}
/*pipeline chart*/
.page-pipeline {
	margin-bottom:40px;
}
.pipeline-chart {
	color:#fff;
	font-size:16px;
	width:100%;
	border-collapse:separate;
	overflow:hidden;
	border-radius:0;
	position:relative;
}
.pipeline-chart thead {
	color:#fff;
	text-transform:none;
}
.pipeline-chart td {
	padding:0;
}
.pipeline-chart th {
	font-size:14px;
	font-weight:700;
	padding:5px;
	text-transform:none;
		text-align:center;
	border:none;
	background:rgb(80,173,232);
	background:-moz-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(80,173,232)),color-stop(100%,rgb(50,128,204)));
	background:-webkit-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:-o-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:-ms-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:linear-gradient(to bottom,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
}
.pipeline-chart th.phase {
	padding-left:25px;
	color:#b0eafa;
	text-align:left;
}
.pipeline-chart td {
	border:none;
	background:none;
	border-right:1px solid #cff1ff;
	color:#4b4b4b;
	height:110px;
	border-bottom:1px solid #cff1ff;
	position:relative;
	width:16.6%;
}
.pipeline-chart td:last-child {
	border-right:1px solid #cff1ff;
}
.pipeline-chart tbody tr:first-child td {
	border-top:4px solid #cff1ff;
}
.pipeline-chart tbody tr:last-child td {
	border-bottom:1px solid #cff1ff;
}
.pipeline-chart .candidate-name {
	background:rgb(80,173,232);
	background:-moz-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgb(80,173,232)),color-stop(100%,rgb(50,128,204)));
	background:-webkit-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:-o-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:-ms-linear-gradient(top,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	background:linear-gradient(to bottom,rgb(80,173,232) 0%,rgb(50,128,204) 100%);
	font-size:20px;
	font-weight:700;
	color:#fff;
	padding-left:25px;
	padding-right:20px;
	border-right:none;
}
.pipeline-chart .candidate-name a {
    color:#fff;
}
.pipeline-chart .candidate-name .description {
	display:block;
	font-size:14px;
	color:#7ecbff;
	font-weight:400;
	margin-top:5px;
	line-height:1.2em;
}
.pipeline-chart tbody:before {
	content:"";
	position:absolute;
	top:38px;
	bottom:0;
	width:100%;
	background:rgb(30,66,82);
	background:-moz-linear-gradient(left,rgb(30,66,82) 0%,rgb(0,126,169) 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgb(30,66,82)),color-stop(100%,rgb(0,126,169)));
	background:-webkit-linear-gradient(left,rgb(30,66,82) 0%,rgb(0,126,169) 100%);
	background:-o-linear-gradient(left,rgb(30,66,82) 0%,rgb(0,126,169) 100%);
	background:-ms-linear-gradient(left,rgb(30,66,82) 0%,rgb(0,126,169) 100%);
	background:linear-gradient(to right,rgb(30,66,82) 0%,rgb(0,126,169) 100%);
	z-index:0;
}
.pipeline-chart .status {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-indent:-2000px;
}
.pipeline-chart .completed .text:after {
	background:#fff;
	content:'';
	height:45px;
	width:1px;
	position:absolute;
	z-index:10;
	right:-1px;
}
.pipeline-chart .p-0 .completed .text:after {
	background:#ff9900;
}
.pipeline-chart .p-1 .completed .text:after {
	background:#ffb900;
}
.pipeline-chart .p-2 .completed .text:after {
	background:#f0c609;
}
.pipeline-chart .completed .text,.pipeline-chart .in-progress .text {
	color:#fff;
	display:block;
}
.pipeline-chart .p-0 .text {
	background:linear-gradient(to right,#e27200,#ff9900);
}
.pipeline-chart .p-1 .text {
	background:linear-gradient(to right,#ff9900,#ffb900);
}
.pipeline-chart .p-2 .text {
	background:linear-gradient(to right,#ffb900,#f0c609);
}
.pipeline-chart td .text {
	background:#ffa000;
	height:45px;
}
.pipeline-chart td:last-child .completed:after {
	display:none;
}
.pipeline-chart .in-progress {
	width:50%;
}
.pipeline-chart .in-progress .text:after {
	content:'';
	height:0;
		width:0;
	position:absolute;
	z-index:10;
		right:-25px;
		border-style:solid;
		border-top-width:22px;
		border-bottom-width:22px;
		border-left-width:22px;
		border-color:transparent;
}
.pipeline-chart .p-0 .in-progress .text:after {
	border-left-color:#ff9900;
}
.pipeline-chart .p-1 .in-progress .text:after {
	border-left-color:#ffb900;
}
.pipeline-chart .p-2 .in-progress .text:after {
	border-left-color: #f0c609;
}
/*home section*/
.pillars-module {
	border-bottom:3px solid #ce1212;
	padding-top:55px;
}
.pillars-module h2 {
	font-size:36px;
	text-transform:none;
	margin-bottom:55px;
}
.pillars-module .text {
	padding-top:30px;
}
.pillars-module h3 {
	font-size:24px;
	text-transform:none;
}
.pillars-module p {
	font-size:18px;
	line-height:1.5em;
	margin-bottom:40px;
	padding-right:30px;
}
.pillars-module .coming-soon {
    color:#999;
    font-size:14px;
    font-style:italic;
    margin:10px 0 0;
}
.pillars-module ul {
	margin:0;
	padding:0;
}
.pillars-module ul li {
	margin:4px 0;
	padding:0;
	background:none;
}
.pillars-module ul li a {
	font-size:18px;
	font-weight:400;
}
.pillars-module ul li a:after {
	content: ' \203a';
}
/*home news*/
/*
.home-news-module {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
*/
.home-news-module .row>div {
	padding-top:70px;
	padding-bottom:30px;
}
.home-news-module h2 {
	font-size:26px;
	color:#fff;
	margin-bottom:25px;
}
.home-news {
	border-right:1px solid #fff;
}
.home-news .single-new {
	background:#275355;
	background:rgba(255,255,255,0.1);
	border-radius:5px;
	margin-bottom:19px;
	padding:15px 35px;
}
.home-news .single-new:last-of-type {
	margin-bottom:0;
}
.home-news .single-new .date {
	font-size:13px;
	font-weight:700;
	color:#ffffff;
}
.home-news .single-new a {
	font-weight: 400;
}
/*home social media*/
.social-media-box {
	background:#275355;
	background:rgba(255,255,255,0.1);
	border-radius:5px;
	padding:65px 25px;
}
.social-media-box p {
	color:#fff;
	font-size:18px;
}
.social-media-box a {
	font-size:18px;
	font-weight:400;
}
.social-media-box .date {
	font-size:13px;
	font-weight:700;
	color:#fff;
}
.social-media-box .date a {
	font-size:13px;
	font-weight:700;
}
.social-media-icons {
	margin:0 0 0 20px;
	padding:0;
}
.social-media-icons li {
	float:left;
	margin:0;
	padding:0;
	background:none;
	margin-right:10px;
	position:relative;
	padding-top:40px;
}
.social-media-icons li a {
	font-size:45px;
	color:#849e9f;
}
.social-media-icons li a:hover,.social-media-icons li a:focus,.social-media-icons .active a {
	color:#fff;
}
.social-media-icons .active:before {
	content:'';
	position:absolute;
	width:0;
	height:0;
	border-width:20px;
	border-color:transparent;
	border-style:solid;
	top:0;
	border-top-color:#275355;
	border-top-color:rgba(255,255,255,0.1);
	left:50%;
	margin-left: -20px;
}
/*home presentation*/
.home-module {
	padding:80px 0;
	border-top:3px solid #ce1212;
}
.home-presentation .left-section {
	width:40%;
}
.home-presentation .right-section {
	width:60%;
	padding-left:8%;
}
.home-presentation .right-section h2 {
	font-size:18px;
	font-weight:700;
	margin-bottom:12px;
	margin-top:12px;
}
.home-presentation .right-section p {
	margin-bottom: 12px;
}
/*stock quotes*/
.module-info-home.quote-box div {
	overflow:hidden;
}
.module-info-home.quote-box .meta {
	float:right;
	font-size:12px;
	color:#b3b5b8;
	font-weight:700;
}
.module-info-home.quote-box .meta .date {
	color:#b3b5b8;
	display:inline-block;
}
.module-info-home.quote-box .meta a {
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#00b2b8;
}
.module-info-home.quote-box .meta a:hover,.module-info-home.quote-box .meta a:focus {
	color:#18ced6;
}
.module-info-home.quote-box .value-title {
	font-size:16px;
	display:block;
	font-weight:400;
	color:#5e5e5e;
	margin-bottom:8px;
}
.module-info-home.quote-box .value {
	font-size:21px;
	font-weight:400;
	color:#5e5e5e;
}
.module-info-home.quote-box .stock-section {
	border-right:1px solid #cecece;
	padding-bottom:3px;
}
.module-info-home.quote-box .stock-section:last-child {
	border-right:0;
}
.media+.media {
	border-top:1px solid #E2E2E2;
	margin-top:25px;
	padding-top:25px;
}
.media .media-heading {
	font-size:16px;
	line-height:1.5em;
}
.media a {
	text-decoration:none;
}
.media a .media-heading {
	color:#00A0A7;
		font-size:16px;
	font-weight:normal;
	text-transform:none;
}
.media a:hover .media-heading {
	color:#18CED6;
}
.media .media-object {
	border:1px solid #e2e2e2;
}
.pagination li {
	background-image:none;
	padding-left:0;
}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus,.pagination>li>span,.pagination>li>span:hover {
	background-color:#D43227;
	border-color:#D43227;
		color:#fff;
		display:inline-block;
		height:37px;
}
.thumbnail .caption {
	padding-bottom:31px;
}
.thumbnail .caption>.video-player {
	position:absolute;
	bottom:30px;
}
.thumbnail .caption>.video-player .glyphicon {
	top:1px;
	font-size:.8em
}
.thumbnail .caption h3 a {
	color:#00A0A7;
		font-size:18px;
	text-transform:none;
}
.thumbnail .caption h3 a:hover {
	color:#18CED6;
}
h1.spr-ir-news-article-title {
	font-size:28px;
	line-height:1.2em;
	text-transform:none;
}
h3.spr-ir-news-article-title {
	font-size:20px;
	line-height:1.2em;
	text-transform:none;
}
.spr-ir-news-article-content table {
	border-collapse:inherit;
	border-spacing:6px;
}
.xn-content>div {
	overflow-y:scroll;
	width:auto !important;
}
.xn-content>div table p,.spr-ir-news-article-content>div table p {
	margin-bottom:0;
}
.related-documents {
	position:relative;
	z-index:100;
	float:right;
	min-width:240px;
	padding:15px;
	margin:20px 0 20px 20px !important;
	clear:right;
	border:1px solid #ccc;
}
.box.related-documents .text {
	padding:20px;
}
.related-documents h2 {
	line-height:1em;
	margin:0;
	padding-bottom:10px;
	font-size:18px;
}
.related-documents ul {
	padding:0;
	margin:0;
	list-style:none;
}
.related-documents li {
	padding-top:10px;
}
.related-link a {
	cursor:pointer;
}
.related-link .eqicon {
	font-size:12px;
}
.related-documents-line {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:14px;
	line-height:1em;
	margin-bottom:20px;
	padding:10px 0;
}
.related-documents-line .date {
	font-size:14px;
	line-height:1em;
	margin:0;
}
.related-documents-line a {
	text-decoration:none;
	line-height:1em;
	font-size: 14px;
}
/************IR*******/
/*ir left sidebar*/
.ir-sidebar {
	padding-top:15px;
}
.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:14px;
	font-weight:600;
	border-bottom:none;
	position:relative;
	transition:none;
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
}
.ir-sidebar ul li a:before {
	background-repeat:no-repeat;
	content:'';
	position:absolute;
	top:50%;
	background-image:url(../images/sprites.png);
	margin-top:-8px;
}
.ir-sidebar ul li a:hover {
	color:#D43227;
	font-weight:600;
}
.ir-sidebar .email:before {
	width:18px;
	height:13px;
	background-position:0 -23px;
	left:15px;
}
.ir-sidebar .email:hover:before {
	background-position:-26px -23px;
}
.ir-sidebar .sheet:before {
	width:18px;
	height:20px;
	background-position:0 -66px;
	left:16.5px;
}
.ir-sidebar .sheet:hover:before {
	background-position:-23px -66px;
}
.ir-sidebar .contacts:before {
	width:20px;
	height:17px;
	background-position:0 0;
	left:14px;
}
.ir-sidebar .contacts:hover:before {
	background-position:-25px 0;
}
.ir-sidebar .rss:before {
	width:16px;
	height:16px;
	background-position:0 -46px;
	left:15px;
}
.ir-sidebar .rss:hover:before {
	background-position: -24px -46px;
}
/*content*/
.ir-content>h1 {
	text-transform:none;
}
.ir-content.full-width .row {
	margin-left:-8px;
	margin-right:-8px;
}
.ir-content.full-width .row>div {
	padding:0 8px;
}
.box {
	background:#fff;
	padding:0;
	margin-bottom:16px;
	box-shadow:0 0 1px 0 #ccc;
	border:1px solid #e2e2e2;
	position:relative;
	overflow:hidden;
	border-radius:4px;
}
.box .header {
	background:#fff;
	padding:15px 15px 15px 25px;
}
.box .text {
	padding:5px 25px 25px;
	overflow:hidden;
}
.box.bottom-btn {
	padding-bottom:75px;
}
.box.bottom-btn .text {
	padding-bottom:0;
}
.box.bottom-btn .text .btn {
	position:absolute;
	bottom:25px;
	margin:0;
	min-width:0;
	padding:10px 30px;
}
.box .header h2 {
	margin:0;
	font-size:14px;
	font-weight:600;
	color:#576872;
	text-transform:uppercase;
	line-height:34px;
}
.box .share-icons a {
	color:#d43227;
	font-size:33px;
	line-height:1em;
	display:inline-block;
	position:relative;
	z-index:90;
}
.box .share-icons a:hover {
	color:#951911;
}
.box .text .share-icons {
	margin-top:8px;
}
.box .header .btn {
	min-width:0;
	padding:8px 24px;
	position:relative;
	z-index:999;
}
.faq li {
	background:none;
}
.faq .question {
	font-size: 16px;
}
/* Quarterly Results */
.quarterly-results .text .text {
	padding-left:0;
	padding-right:0;
}
.quarterly-results .text>.text:first-of-type {
	padding-top:0;
}
.quarterly-results .text>.text:last-of-type {
	padding-bottom:0;
}
.quarterly-results .text+.text {
	border-top:1px solid #e2e2e2;
	padding-top:25px;
}
.quarterly-results .text .close {
	margin-top:25px;
}
.quarterly-results .header {
	cursor:pointer;
}
.quarterly-results .header .glyphicon {
	line-height:34px;
}
.accordion-wrapper .toggle .glyphicon {
	font-size:.8em;
}
.accordion-wrapper .toggle h2 {
	margin:0;
	padding:18px 0;
}
.accordion-wrapper .toggle:hover h2 {
	color:#D43227;
	cursor:pointer;
}
.accordion-wrapper .toggle-wrapper+.toggle {
	border-top:1px solid #e2e2e2;
}
.accordion-wrapper .toggle .glyphicon:before,.quarterly-results .header .glyphicon:before {
	content:"\e113"
}
.accordion-wrapper .toggle.collapsed .glyphicon:before,.quarterly-results .header.collapsed .glyphicon:before {
	content: "\e114"
}
/*news and events*/
.box .single-new,.box .single-event {
	border:none;
	margin-bottom:30px;
}
.box .single-new p {
	font-size:24px;
	font-weight:300;
	color:#4b4b4b;
	margin-bottom:10px;
	line-height:1.5em;
}
.box .single-new .new-content {
	margin:20px 0 5px;
}
.box .single-new .new-content p {
	margin-bottom:15px;
	font-size:14px;
	max-width:100%;
	padding-right:5%;
}
.date {
	display:block;
	font-size:12px;
	font-weight:700;
	color:#a0a0a0;
	text-transform:uppercase;
}
.box .single-event p {
	font-size:22px;
	font-weight:300;
	color:#4b4b4b;
	margin-bottom:18px;
	line-height: 1.5em;
}
/*resluts*/
.result-line {
	padding:15px 0;
	line-height:1em;
	border-bottom:1px dotted #cccccc;
}
.result-line:first-child {
	padding-top:0;
}
.result-line:last-child {
	border-bottom:none;
	padding-bottom:0;
}
.result-line a {
	font-size:14px;
	font-weight:400;
	color:#4b4b4b;
}
.result-line .link {
	color:#00a0a7;
	text-transform:uppercase;
	font-size:12px;
	font-weight:700;
	margin-left:5px;
}
.divided .link {
	font-size:10px;
	font-weight:700;
}
.link:hover {
	color:#18ced6;
}
.results-info h3 {
	margin:0;
	color:#4b4b4b;
	font-size:24px;
	margin-bottom:10px;
}
.results-info p {
	font-size:18px;
	font-weight:300;
	color:#4b4b4b;
	margin-bottom:13px;
}
.annual-report img {
	float:left;
	margin-right:10px;
	margin-top:15px;
}
.annual-report .report-info {
	float:left;
	max-width:42%;
}
.annual-report .report-info .date {
	margin-bottom:13px;
}
.annual-report .report-info h3 {
	font-size:33px;
	font-weight:700;
	color:#4b4b4b;
	margin-bottom:0;
	font-family:'Open Sans',sans-serif;
}
.annual-report .report-info p {
	margin-bottom:15px;
}
.annual-report .text {
	padding:30px 15px;
}
.download-links a {
	font-size:12px;
	font-weight:700;
	margin-right:10px;
}
.download-links a:last-child {
	margin-right:none;
}
.download-links a .eqicon-PDF {
	font-size:15px;
	font-weight:400;
	vertical-align: middle;
}
/*suscribe*/
.suscribe {
	background:#e9ebea;
	padding:20px;
	margin-bottom:16px;
	text-align:center;
}
.suscribe h2 {
	display:inline-block;
	margin-bottom:0;
	margin-right:23px;
	font-size:18px;
	font-weight:700;
	vertical-align:middle;
	text-transform:uppercase;
	color:#576872;
}
.suscribe p {
	display:inline-block;
	font-size:16px;
	margin-bottom:0;
	margin-right:34px;
	vertical-align:middle;
	color:#576872;
}
.suscribe .btn {
	margin:0;
	font-size: 12px;
}
/*stock information*/
.stock-info .text {
	padding:13px;
}
.stock-box {
	overflow:hidden;
	background:#f5f5f5;
	margin-bottom:5px;
}
.stock-box h3 {
	padding:10px 17px;
	background:#e8eaed;
	margin:0;
	font-size:14px;
	font-weight:700;
	color:#767676;
	text-transform:uppercase;
}
.stock-box p {
	padding:17px;
	margin:0;
	font-size:24px;
	font-weight:700;
	color:#3d5e0e;
	line-height:1.8em;
}
.stock-box.inline h3 {
	float:left;
	padding:19px 12px;
	width:54%;
}
.stock-box.inline p {
	width:46%;
	float:left;
	text-align:right;
	font-size:18px;
	padding:11px 17px;
}
.change .stock-box .eqicon-change-07 {
	margin-right:6px;
	font-size:33px;
	position:relative;
	top:5px;
}
.change.up .stock-box .eqicon-change-07 {
	color:#00b904;
}
.change.down .stock-box .eqicon-change-07 {
	color: #f50000;
}
/*company overview box*/
.company-overview>a {
	float:right;
	padding:20px;
}
.company-overview .text p {
	font-size:14px;
	line-height: 1.7em;
}
/*team slider tabs*/
.nav-tabs {
	border-top:1px solid #ebeced;
	border-bottom:1px solid #ebeced;
	padding-left:15px;
}
.nav-tabs>li {
	margin:15px 0;
	padding:0;
	border:none;
	padding:0;
	border-right:1px dotted #cccccc;
	background:none;
}
.nav-tabs>li:last-child {
	border-right:none;
}
.nav-tabs>li a {
	padding:3px 10px;
	border:none;
	border-radius:0;
	display:block;
	font-size:14px;
	font-weight:700;
	color:#989999;
	text-transform:uppercase;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color:#951911;
	background:none;
	border:none;
}
.nav-tabs>li.active a,.nav-tabs>li.active>a:hover,
.nav-tabs>li.active a:focus {
	color:#951911;
	border:none;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	color:#951911;
	border: none;
}
/*team slider*/
.management-team .nav-tabs {
	padding-left:15px;
	border-bottom:1px solid #ebeced;
	margin:0;
}
.nav>li>a,.nav>li>a:hover,.nav>li>a:focus {
	border:0;
	background:transparent;
}
.management-team .cycle-prev,.management-team .cycle-next {
	background:#c8c8ca;
	border-radius:50%;
	bottom:30px;
	color:#fff;
	cursor:pointer;
	font-size:12px;
	line-height:30px;
	height:30px;
	position:absolute;
	text-align:center;
	transition:background .2s ease;
	width:30px;
	z-index:999;
}
.management-team .cycle-prev:hover,.management-team .cycle-next:hover {
	background:#00a8ff;
		color:#fff;
}
.management-team .cycle-prev {
	left:30px;
}
.management-team .cycle-next {
	left:70px;
}
.management-team .cycle-prev>.glyphicon,.management-team .cycle-next>.glyphicon {
	position:relative;
	top:2px;
}
.management-team .cycle-prev>.glyphicon {
	left:-1px;
}
.management-team .cycle-next>.glyphicon {
	right:-1px;
}
.management-team .nav-tabs>li.active>a,.management-team .nav-tabs>li.active>a:hover,.management-team .nav-tabs>li.active>a:focus {
	border:none;
}
.management-team .slide {
	display:none;
	position:relative;
	width:100%;
	min-height:320px;
}
.management-team .slide .member-name {
	float:left;
	min-height:320px;
	padding:40px 30px 70px;
	background:#fafafc;
}
.management-team .slide .member-name h3 {
	margin:0 0 10px;
}
.management-team .slide .member-name p {
	margin-bottom:0;
}
.member-photo {
	float:right;
	margin-left:20px;
}
.management-team .slide .member-description {
	position:relative;
	height:320px;
	padding:40px 40px 70px;
}
.management-team .slide .member-description p {
	margin-bottom:10px;
	font-size:14px;
	line-height:1.6em;
}
.management-team .slide .member-description .btn {
	position:absolute;
	bottom:33px;
	left:35px;
}
.management-team .wrapper {
	min-height:0;
}
.contact-info p,.contact-info p a {
	font-size: 14px;
}
/* Personnel Listing */
.personnel-listing.box .text {
	padding:0;
}
.personnel-listing .member {
	display:table;
	width:100%;
}
.personnel-listing .member .image {
	background:#fafafc;
	display:table-cell;
	padding:25px;
	width:154px;
	vertical-align:top;
	text-align:center;
}
.personnel-listing .member .image img {
	height:auto;
	max-width:100%;
}
.personnel-listing .text .info {
	display:table-cell;
	padding:25px;
	vertical-align:top;
}
@media(max-width:767px) {
	.personnel-listing .member,.personnel-listing .text .info,.personnel-listing .text .image {
			display:block;
			width:auto;
	}
	.personnel-listing .image {
			float:right;
	}
}
.personnel-listing p:last-child {
	margin-bottom:0;
}
.personnel-listing h2 {
	margin:0;
}
.personnel-listing h2+p {
	margin-top:15px;
}
.personnel-listing .title,.personnel-listing .description {
	margin:5px 0 0;
}
.personnel-listing .title {
	font-weight:bold;
	margin-bottom:15px;
}
.personnel-listing h2+.title {
	margin-top:5px;
}
.personnel-listing .member+.member {
	border-top:1px solid #ebeced;
}
.personnel-listing .committees {
	margin-top:40px;
}
.personnel-listing .committees h3 {
	margin:0;
}
.personnel-listing .committees table {
	margin:20px 0 0;
}
.personnel-listing .committees .content-table td {
	font-size:14px;
	text-align:left;
	width:33.33333%
}
.personnel-listing .committees .content-table .committee-title {
	color:#a0a0a0;
	font-weight:700;
	text-transform:uppercase;
}
.committee-role {
	font-weight:600;
}
td>.committee-role {
	display:inline-block;
	margin:0 15px;
}
.committee-role .role-circle {
	background:transparent;
	border:1px solid #ccc;
	border-radius:50%;
	display:inline-block;
	height:20px;
	margin-right:10px;
	position:relative;
	top:5px;
	width:20px;
}
.committee-role .chair {
	background-color:#319fe3;
	border-color:#319fe3;
}
.committee-role .member {
	background-color:#89c647;
	border-color:#89c647;
}
.personnel-listing .committees .content-table .committee-charter {
	text-align:center;
}
.personnel-listing .committees .content-table .btn {
	margin:0;
}
.content-table.committee-list td {
	background:#f7f7f7;
}
.content-table.committee-list tr:nth-child(2n) td {
	background:#efefef;
}
.content-table.committee-list .doc-buttons {
	border-left:0;
	text-align:left;
}
.content-table.committee-list .col-title {
	width:auto;
}
.content-table.committee-list .col-title {
	width:270px;
}
.content-table.committee-list .col-role {
	width:190px;
}
.content-table.committee-list .col-role {
		text-align:left;
		width:auto;
}
.content-table.committee-list td .name {
	color:#777;
	font-size:16px;
	margin:0;
}
.content-table.committee-list td .title,.content-table.committee-list td .bio-link {
	font-size:12px;
	font-weight:600;
}
.content-table.committee-list td .bio-link {
	margin-top:10px;
}
.content-table.committee-list td .role-circle {
	margin-right:0;
}
.content-table.committee-list td .role-label {
	display:inline-block;
	font-size:12px;
	margin-left:0;
}
.content-table.committee-list td .non-member+.role-label {
	color:#ccc;
}
.content-table.committee-list td .btn {
	margin: 0;
}
/* Quote Media */
#spr-qm-content>div,#spr-qm-content>div>table {
	width:100% !important;
	padding:2px;
}
.qm_main,.qm_maintext,.qm_cycle,.qm_activebutton,.qm_inactivebutton,.qm_cycledown,.qm_cycleup {
	color:#333;
	vertical-align:top;
}
.spr-ir-quote .qm_cycle,.spr-ir-quote td.qm_main .qm_maintext,.qm-mm-chartnav td {
	color:#333;
}
.qm-mm-chart-data {
	background:transparent;
}
.qm_heading_bar,.qmmt_header_bar,.qmmt_sub_header_bar {
	background:#f5f5f5;
}
.qm_heading_bar .qm_heading_bar {
	background:none;
	border:0;
}
.qm_heading_text.qm-detailed-quote-title {
	padding:10px 10px 5px;
}
.qm_heading_bar.qm-detailed-quote>tbody>tr+tr>td {
	padding:5px 10px 10px;
}
.qm-quote-data .qm_heading_bar>tbody>tr>td {
	padding:1px 0 0;
}
th.qm_cycle,div.qm_cycle {
	height:16px;
	background:#f5f5f5;
}
.qm_heading_text,.qmmt_header_text,.qmmt_sub_header_text {
	color:#5a5a5a;
}
.qm_inactivebutton {
	background:#f9f8f8;
}
.qm-quote-data-item .qm_heading_bar {
	margin:0;
}
th.qm_cycle {
	padding:0;
}
.qm-quote-data-item {
	padding:2px;
	border:0;
}
.qm_historyHeader_row {
	background:#eee;
}
.qm_historyHeader_row td,.qm_history_filterBar {
	padding:5px !important;
	color:#5a5a5a;
}
.qm_historyData_row {
	background:#fff;
}
.qm_historyData_row:nth-child(2n+1) {
	background:#eee;
}
.qm_historyData_row td {
	padding:10px 5px !important;
	color:#5a5a5a;
}
.qm_history_filterBar select {
	width:auto;
}
.qm_history_filterBar input {
	min-width:40px;
	height:30px;
	text-align:center;
}
.qm_history_filterBar input {
	width:50px !important;
}
#TB_window {
	top:40px;
}
.spr-ir-table {
	margin-bottom:20px;
}
.spr-ir-table .qm_heading_bar td {
	padding:10px;
	font-size:12px;
	color:#5a5a5a;
}
.spr-ir-sec-filters table {
	background:transparent;
}
.spr-ir-table tbody tr {
	background:#fff;
}
.spr-ir-sec-filters .spr-ir-table tbody tr {
	background:transparent;
}
.spr-ir-table tr:nth-child(2n) {
	background:#eee;
}
.spr-ir-table td {
    font-size:14px;
	min-width:90px;
	padding:5px 10px;
	vertical-align:middle;
	border:1px solid #ddd;
}
.spr-ir-table a {
    font-size:14px;
	text-decoration:none;
}
.spr-ir-table .spr-sec-search,.spr-ir-table .spr-sec-filter {
	border:0;
}
.spr-ir-table .spr-sec-filter select {
	display:inline;
	width:auto;
}
.spr-ir-table .date {
	width:98px;
	border-right:0;
}
.spr-ir-table .date .day {
	margin-right:0;
}
.qm-copyright-footer {
	font-size:12px;
	line-height:150%;
	color:#555;
}
#spr-qm-content {
	margin-bottom:20px;
}
.spr-ir-table .spr-sec-search {
	display:none;
}
.spr-ir-table .quick-filter {
	border:0;
	padding-bottom:0;
	padding-top:20px;
}
.spr-ir-table .quick-filter a {
	position:relative;
	display:block;
	padding:5px;
	font-size:12px;
	color:#333;
	text-align:center;
	text-decoration:none;
	background:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	-webkit-transition:all .1s linear;
	-o-transition:all .1s linear;
	transition:all .1s linear;
}
.spr-ir-table .quick-filter a:hover,.spr-ir-table .quick-filter .active {
	text-decoration:none;
	border:1px solid #333;
}
.spr-ir-table .quick-filter .active {
	background:#f5f5f5;
}
.qm_charts_tab .qm_content .qm_heading_bar td {
	background:#fff;
}
.spr-ir-charts a:link,.spr-ir-charts a:visited {
	font-size:inherit !important;
	color:#0f2c59 !important;
	text-decoration:none !important;
}
.spr-ir-charts a:hover,.spr-ir-charts a:active {
	color:#ca9500 !important;
	text-decoration:underline;
}
.spr-ir-charts .qmmt_header_bar,.spr-ir-charts .qmmt_sub_header_bar {
	padding-top:10px;
	margin-top:10px;
	clear:both;
	border:0;
}
.spr-ir-charts input.qmmt_input {
	width:40px !important;
}
.spr-ir-charts td {
	padding:3px;
}
form .qmmt_header_bar,form .qmmt_sub_header_bar {
	padding-left:0;
	background:none;
}
form .qmmt_header_bar .qmmt_header_text {
	padding:0;
	margin:10px 0;
	font-size:18px;
	color:#0f2c59;
	background:none;
	border:0;
}
form .qmmt_sub_header_bar .qmmt_sub_header_text {
	padding:0;
	margin:10px 0;
	font-size:18px;
	color:#0f2c59;
	background:none;
}
.qmmt_chartBuilder table {
	width:100%;
	text-align:left !important;
}
.qm_charts_tab>tbody>tr>td {
	padding:0;
}
.qm_charts_tab>tbody>tr+tr .qm_heading_bar {
	background:none repeat scroll 0 0 transparent;
}
.qm_charts_tab .qm_main>img {
	display:block;
	margin: 0 auto;
}
/* Finnacials */
.financials .source {
	margin-top:20px;
}
.financials .source h2 {
	margin-bottom:0;
}
.financials #related-documents {
	padding:20px;
	border:3px solid #C3C3C3;
	margin-top:10px;
}
.financials .text>.text {
	padding-top:0;
}
.report {
	width:100%;
	margin-bottom:0 !important;
	border:2px solid #C3C3C3 !important;
}
.report .text {
	padding:0;
}
.report td {
	font-size:14px;
}
.report td a {
	color:#333;
	font-size:12px;
}
.report tr {
	background:#f2f3f4 !important;
}
.report tr:nth-child(2n) {
	background:#f9f9f9 !important;
}
.report th {
	padding:5px;
	font-size:12px;
	background:#C3C3C3 !important;
}
.report .tl {
	text-align:left;
}
.report .tl div {
	width:auto !important;
}
.report .th {
	width:15%;
	text-align:right;
	vertical-align:bottom;
}
.report td {
	font-size:11.5px;
	vertical-align:middle;
}
.report td.pl a,.report td.pl .a {
	display:block;
	padding:10px;
}
.report td.pl a:hover {
	background:#fff !important;
}
.report td.nump,.report td.num {
	padding:10px;
	vertical-align:middle;
}
.report tr.rh {
	color:#fff !important;
	background:#98a3ad !important;
}
.report table.authRefData {
	z-index:10;
	width:auto;
	background:transparent !important;
	border:2px solid #aaa !important;
}
.report table.authRefData .body {
	width:431px !important;
}
.report table.authRefData .hide {
	display:table-cell !important;
	background:#aaa !important;
}
.report table.authRefData a {
	background:#AAAAAA;
}
.report td.pl .authRefData td.hide a:hover {
	background:transparent !important;
}
.report td.pl .authRefData a:hover {
	background:#AAA !important;
}
.report td.pl .authRefData table td {
	padding:5px 0 5px 5px;
}
.authRefData p {
	padding-right:15px;
	padding-left:15px;
	font-size:11.5px !important;
	line-height: 140% !important;
}
/**** Media Queries *****/
@media (min-width:1287px) {
	.container {
		width:1270px;
		max-width: 1270px;
	}
}
@media (max-width:1286px) {
	.main-nav ul li .mega-menu ul:first-child li {
		display:block;
	}
	.main-nav ul li .mega-menu ul:first-child li:first-child {
		display:none;
	}
}
@media (min-width:1200px) and (max-width:1286px) {
	/*mega menu to dropdown*/
	.main-nav ul li.has-mega-menu {
		position:relative;
	}
	.main-nav ul li:hover .mega-menu {
		width:226px;
		left:50%;
		margin-left:-113px;
		padding:0;
	}
	.main-nav ul li .mega-menu ul {
		background:transparent;
		float:none;
		margin:0;
		padding:0;
		border:none;
		width:100%!important;
	}
	.main-nav ul li .mega-menu ul li {
		display:none;
		padding:1px 0;
		margin:0;
		padding:0 6px;
	}
	.main-nav ul li .mega-menu ul li:first-child {
		display:block;
	}
	.main-nav ul li .mega-menu ul li:first-child a {
		font-weight:400;
	}
	.main-nav ul li .mega-menu ul li a {
		padding:10px 0 10px 10px !important;
		font-size:14px !important;
		color:#fff !important;
		text-transform:none !important;
		border-bottom:1px solid #525252;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#d71921 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*IR*/
	.annual-report img,.annual-report .report-info {
		max-width:50%;
	}
	.suscribe p {
		margin-right:45px;
	}
	.stock-box.inline h3 {
		width:59%;
	}
	.stock-box.inline p {
		width:41%;
		padding-right:5px;
		padding-left:0;
	}
	.company-overview .text {
		padding-bottom: 10px;
	}
	/*home*/
	.module-info-home.quote-box .value {
		font-size: 19px;
	}
}
@media (max-width:1199px) {
	header .logo {
		float:none !important;
		text-align:center;
	}
	.main-nav {
		margin-top:0;
		float:none !important;
		text-align:center;
	}
	.main-nav li.pull-left {
		float:none !important;
		display:inline-block;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
    	/*header*/
	.main-nav ul li a {
		font-size: 16px;
		padding: 0 15px 59px;
	}
	
	.main-nav ul .twoline > a {
	    position: relative;
	    top: 8px;
	}
}
@media (min-width:992px) and (max-width:1199px) {

	/*mega menu to dropdown*/
	.main-nav ul li.has-mega-menu {
		position:relative;
	}
	.main-nav ul li:hover .mega-menu {
		width:226px;
		left:50%;
		margin-left:-113px;
		padding:0;
	}
	.main-nav ul li .mega-menu ul {
		background:transparent;
		float:none;
		margin:0;
		padding:0;
		border:none;
		width:100%!important;
	}
	.main-nav ul li .mega-menu ul li {
		display:none;
		padding:1px 0;
		margin:0;
		padding:0 6px;
	}
	.main-nav ul li .mega-menu ul li:first-child {
		display:block;
	}
	.main-nav ul li .mega-menu ul li:first-child a {
		font-weight:400;
	}
	.main-nav ul li .mega-menu ul li a {
		padding:10px 0 10px 10px !important;
		font-size:14px !important;
		color:#fff !important;
		text-transform:none !important;
		border-bottom:1px solid #525252;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#d71921 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*styles*/
	.style-check {
		margin-left: 30px;
	}
	/*IR*/
	.page-hero	.pull-left {
		max-width:55%;
	}
	.page-hero .pull-right .btn {
		margin-top:50px;
	}
	.page-hero .pull-right {
		width:35%;
	}
	.annual-report img {
		max-width:48%;
		margin-top:57px;
	}
	.report-info .download-links a {
		display:block;
	}
	.annual-report .text {
		padding:42px 15px;
	}
	.suscribe {
		padding:20px 15px;
	}
	.suscribe h2,.suscribe p {
		margin-right:10px;
	}
	.suscribe .btn {
		min-width:0;
		padding:12px;
	}
	.stock-box p {
		font-size:22px;
	}
	.stock-box.inline h3 {
		width:58%;
		font-size:12px;
		padding:20px 9px;
	}
	.stock-box.inline p {
		width:42%;
		font-size:13px;
		padding: 14px 12px;
	}
	/*home*/
	.pipeline-chart th,.module-info-home.quote-box .value {
		font-size: 14px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	/*header*/
	.main-nav {
		margin-top:51px;
	}
	.main-nav ul li a {
		font-size:16px;
		padding-bottom:41px;
	}
	/*mega menu to dropdown*/
	.main-nav ul li.has-mega-menu {
		position:relative;
	}
	.main-nav ul li:hover .mega-menu {
		width:226px;
		left:50%;
		margin-left:-113px;
		padding:0;
	}
	.main-nav ul li .mega-menu ul {
		background:transparent;
		float:none;
		margin:0;
		padding:0;
		border:none;
		width:100%!important;
	}
	.main-nav ul li .mega-menu ul li {
		display:none;
		padding:1px 0;
		margin:0;
		padding:0 6px;
	}
	.main-nav ul li .mega-menu ul li:first-child {
		display:block;
	}
	.main-nav ul li .mega-menu ul li:first-child a {
		font-weight:400;
	}
	.main-nav ul li .mega-menu ul li a {
		padding:10px 0 10px 10px !important;
		font-size:14px !important;
		color:#fff !important;
		text-transform:none !important;
		border-bottom:1px solid #525252;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#d71921 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*styles*/
	.sb-nav ul li ul li a {
		padding-left:15px;
	}
	.style-check {
		display: none;
	}
	/*IR*/
	.page-hero	.pull-left {
		max-width:55%;
	}
	.page-hero .pull-right .btn {
		margin-top:60px;
	}
	.page-hero .pull-right {
		width:40%;
	}
	.annual-report .text {
		padding:25px 15px;
	}
	.suscribe {
		text-align:center;
	}
	.suscribe h2,.suscribe p {
		display:block;
		margin-bottom:10px;
		margin-right:0;
	}
	.stock-box.inline h3 {
		width:55%;
	}
	.stock-box.inline p {
		width:45%;
	}
	.management-team .slide {
		height:340px;
	}
	.management-team .slide .member-name {
		width:35%;
		height:340px;
	}
	.management-team .slide .member-description {
		width:65%;
		padding-right:25px;
		padding-left:25px;
		height:340px;
	}
	.contact-info p,.contact-info p a {
		font-size:13px;
	}
	.contact-info p {
		word-break: break-word;
	}
	/*home*/
	.home-hero .slide .vertical-align,.home-hero .slide .vertical-align .text {
		position:relative;
	}
	.home-hero .slide:before {
		content:'';
		position:absolute;
		width:100%;
		background:rgba(0,0,0,0.3);
		height:100%;
		left:0;
	}
	.home-hero .slide .text {
		padding-right:40%;
		position:relative;
	}
	.home-pipeline-module .col-md-5 {
		margin-bottom:45px;
	}
	.pillars-module img {
		position:absolute;
		bottom:0;
		max-width:90%;
	}
	.pillars-module .text {
		padding-bottom:40px;
	}
	.module-info-home.quote-box .meta {
		float:none;
		display:block;
	}
	.module-info-home.quote-box .value {
		margin-bottom:2px;
	}
	.module-info-home.quote-box .stock-section {
		border-bottom:1px solid #ccc;
		border-right: 0;
	}
}
@media (max-width:991px) {
    
	/* Pipeline */
	.pipeline-chart {
		overflow:visible;
	}
	.pipeline-chart thead {
		display:none;
	}
		.pipeline-chart,.pipeline-chart tbody,.pipeline-chart tr,.pipeline-chart td {
		display:block;
		height:auto;
		width:100%;
	}
	.pipeline-chart tr {
		border:1px solid #ccc;
		border-radius:8px;
		clear:both;
		overflow:hidden;
	}
	.pipeline-chart tr+tr {
		margin-top:10px;
	}
	.pipeline-chart td {
		display:block;
		border:0;
		box-shadow:none;
	}
	.pipeline-chart td.candidate-name {
		padding:10px 20px;
	}
	.pipeline-chart td.candidate-phase {
		display:block;
	}
	.pipeline-chart .status {
		text-indent:0;
		min-width:45%;
	}
	.pipeline-chart .not-started,.pipeline-chart .in-progress .text:after,.pipeline-chart tbody:before {
		display:none;
	}
	.pipeline-chart td .text {
		height:auto;
		padding:10px;
	}
	.pipeline-section h1 {
		float:none !important;
	}
	 .spr-ir-media-file-list,.spr-ir-media-file-list table,.spr-ir-sec-filings,.spr-ir-pagination,.spr-ir-media-file,.spr-ir-media-back-button {
		width:100% !important;
		padding:0 !important;
	}
	.spr-ir-table td {
		display:none;
	}
	.spr-ir-table .spr-sec-filter {
		display:table-cell;
	}
	.spr-ir-table td.spr-sec-date,.spr-ir-table td.spr-sec-date-head,.spr-ir-table td.spr-sec-desc-head,.spr-ir-table td.spr-sec-desc {
		display:table-cell;
	}
	.spr-ir-table td.spr-sec-desc-head+td {
		display:none;
	}
	.financials {
		max-width:100%;
	}
	.financials .tab-content {
		max-width:100%;
		overflow-y:scroll;
	}
	.financials .nav-tabs li {
		display:block;
	}
	.spr-ir-pagination li .current {
		position:relative;
		top:-1px;
		border:0 !important;
	}
	.report table.authRefData {
		display:none !important;
	}
	.spr-ir-form .column,.spr-ir-form fieldset.column {
		float:none;
		width:auto;
	}
	.spr-ir-form .column .padding {
		padding:0;
	}
	.spr-ir-form .column+.column .padding {
		padding-left:0;
	}
	.spr-ir-form .column input {
		width:95%;
	}
	.spr-ir-form .column select {
		width:98%;
	}
	#spr-email-alerts {
		width:90%;
	}
	#spr-email-alerts select,#spr-email-alerts input {
		width:80%;
	}
	#spr-email-alerts .StockDisplay1 input,#spr-email-alerts #ir-updates {
		width:auto;
	}
	.qm-detailed-quote-data {
		padding-left:0;
	}
	.qm-detailed-quote-data td {
		display:block;
		margin-left:0;
	}
	.qm-mm-chart-data>table>tbody>tr>td {
		display:block;
		width:100%;
	}
	.qm_heading_bar>tbody>tr table td {
		display:block;
		width:auto;
	}
	.qm_maintext .qm_maintext {
		display:block;
		float:left;
	}
	#spr-qm-content>div,#spr-qm-content>div>table {
		width:100% !important;
	}
	.qm-mm-chart-data {
		width:100%;
		text-align:center;
		background:#fff;
	}
	.qm-mm-chart-data table {
		margin:0 auto;
		overflow:hidden;
	}
	.qm-mm-chart-data>table>tbody>tr>td:first-child {
		width:100% !important;
	}
	#spr-qm-container img {
		max-width:280px !important;
		height:auto;
	}
	#chart_cell_4518 td {
		display:block;
	}
	.qm_main>table>tbody>tr:first-child>td {
		display:block;
	}
	.qm_charts_tab form>table:first-child>tbody>tr:first-child>.qm_maintext,form>table:first-child>tbody>tr:first-child>.qm_maintext+td {
		display:block;
		width:100%;
	}
	.qm_charts_tab form>table:first-child>tbody>tr:first-child>.qm_maintext+td>table {
		width:100%;
		text-align:left;
	}
	.qm_history_historyContent td:nth-child(n+6) {
		display:none;
	}
	#qm_history_endRow {
		display:block;
		padding:10px 0;
	}
}
@media (min-width:768px) {
	#mobile-nav,#sub-navigation {
		display: block;
	}
}
@media (max-width:767px) {
	/*header*/
	.social-media {
		float:left !important;
	}
	.logo {
		max-width:50%;
		margin:10px 0;
	}
	.mobile-nav-trigger {
		position:absolute;
		top:46px;
		cursor:pointer;
		right:0;
		background:#00a0a7;
		padding:11px 6px 0 12px;
		width:50px;
		height:50px;
		border-bottom-left-radius:12px;
		border-top-left-radius:12px;
		display:block !important;
	}
	.meat {
		width:90%;
		height:5px;
		background-color:#fff;
		border-radius:5px;
		margin-top:5px;
		-webkit-transition:all .5s ease;
		transition:all .5s ease;
		position:relative;
	}
	.meat:first-of-type {
		margin-top:2px;
	}
	.active .meat:first-of-type {
		transform:rotate(45deg);
		top:10px;
	}
	.active .meat:nth-of-type(2) {
		transform:rotate(45deg);
	}
	.active .meat:last-of-type {
		transform:rotate(-45deg);
		top:-10px;
	}
	.trigger-container {
		display:inline-block;
		width:30px;
		vertical-align:middle;
		margin-top:-7px;
	}
	.trigger-container .meat:first-of-type {
		transform:rotate(45deg);
		top:10px;
	}
	.trigger-container .meat:nth-of-type(2) {
		transform:rotate(45deg);
	}
	.trigger-container .meat:last-of-type {
		transform:rotate(-45deg);
		top:-10px;
	}
	.collapsed .trigger-container .meat:first-of-type {
		transform:rotate(0deg);
		top:auto;
	}
	.collapsed .trigger-container .meat:nth-of-type(2) {
		transform:rotate(0deg);
	}
	.collapsed .trigger-container .meat:last-of-type {
		transform:rotate(0deg);
		top:auto;
	}
	.mobile-nav-trigger.active {
		right:80%;
		position:fixed;
		z-index: 999;
	}
	/* General styles for all menus */
	.cbp-spmenu {
		background:#00a0a7;
		position:fixed;
		float:none !important;
	}
	.cbp-spmenu ul li {
		float:none !important;
		width: 100%;
	}
	
	.cbp-spmenu ul ul {
        display: none !important;
    }
	.cbp-spmenu ul li a {
		display:block;
		color:#fff;
		font-size:1.3em;
		font-weight:700;
		padding:20px;
	}
	.cbp-spmenu ul li a:hover {
		background:#18ced6;
		color:#fff;
	}
	.cbp-spmenu a:active {
		background:#fff;
		color:#d71921;
	}
	.main-nav ul li.has-children:hover>a:before {
		display:none !important;
	}
	#mobile-nav ul li ul {
		height:0;
		position:static;
		display:block;
		border-bottom:1px solid #fff;
		margin:0;
		padding:0;
		width:100%;
		overflow:hidden;
		transition:height 2s;
		-webkit-transition:height 2s;
	}
	#mobile-nav ul li ul li {
		padding:0;
	}
	#mobile-nav ul li ul li a {
		padding:20px 0 20px 25px;
		border-bottom:1px solid #fff;
		color:#fff;
	}
	.main-nav ul li:hover ul {
		margin:0;
		padding:0;
		background:none;
	}
	#mobile-nav ul .open>ul {
		height:auto;
	}
	.main-nav ul li:hover ul {
		position:static;
	}
	#mobile-nav ul li:hover .mega-menu {
		display:none;
	}
	#mobile-nav ul .open .mega-menu,#mobile-nav ul .open:hover .mega-menu {
		display:block;
		position:static;
	}
	.mega-menu .container {
		padding:0;
		background:none;
		border-bottom:1px solid #fff;
	}
	#mobile-nav ul .mega-menu .container ul {
		height:auto !important;
		border-bottom:none;
	}
	.mega-menu .container ul li {
		display:none !important;
	}
	.mega-menu .container ul li:first-child {
		display:block !important;
	}
	.main-nav ul li .mega-menu .container ul li a {
		display:block;
		padding:10px 0 10px 10px;
		font-size:14px;
		color:#fff;
		font-weight:400;
		text-transform:none;
		border-bottom:none;
	}
	.main-nav ul li ul li a:hover {
		color: #fff;
	}
	/* Orientation-dependent styles for the content of the menu */
	.cbp-spmenu-vertical {
		margin:0;
		width:80%;
		height:100% !important;
		top:0;
		z-index:1000;
		overflow:scroll;
	}
	.cbp-spmenu-vertical a {
		border-bottom:1px solid #fff;
		padding: 1em;
	}
	/* Vertical menu that slides from the left or right */
	.cbp-spmenu-right {
		right:-80%;
	}
	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}
	/* Push classes applied to the body */
	.cbp-spmenu-push {
		overflow-x:hidden;
		position:relative;
		left:0;
	}
	.cbp-spmenu-push-toright {
		left:240px;
	}
	.cbp-spmenu-push-toleft {
		left: -240px;
	}
	/* Transitions */
	.cbp-spmenu,.cbp-spmenu-push,.mobile-nav-trigger {
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition: all 0.3s ease;
	}
	/*Sub-nav collapse styles*/
	.sidebar-nav,.sidebar-nav>div {
		padding:0;
		width:100%;
	}
	.sb-nav {
		padding-left:15px;
		padding-right:15px;
		border-top:none;
	}
	.mobile-sub-nav-trigger {
		width:100%;
		padding:13px 30px;
		text-align:center;
		background:#00a0a7;
		color:#fff;
		cursor:pointer;
		margin-bottom:10px;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	.mobile-sub-nav-trigger:hover {
		color: #fff;
	}
	/*styles*/
	.main-content {
		padding:30px 15px;
	}
	.btn {
		max-width:100%;
		padding:9px 30px 8px;
		font-size:12px;
	}
	.style-check {
		display:none;
	}
	td {
		font-size:14px;
		padding: 10px;
	}
	/*footer*/
	.pre-footer h2,.pre-footer p {
		margin:0 0 10px;
		display:block;
	}
	.copyright,.footer-links {
		width:100%;
	}
	.footer-links {
		margin-bottom:15px;
	}
	.footer-links a:first-of-type {
		margin-left:0;
	}
	.footer-social {
		width:100%;
	}
	.footer-social a {
		margin-left:0;
		margin-right: 10px;
	}
	/*IR*/
	.box .single-new p {
		max-width:100%;
	}
	.results-info {
		margin-bottom:15px;
		padding-bottom:15px !important;
		border-bottom:1px solid #ccc;
	}
	.annual-report .text {
		padding:25px 15px;
	}
	.annual-report img {
		max-width:53%
	}
	.download-links a {
		display:block;
	}
	.suscribe {
		padding:20px 15px;
		text-align:center;
	}
	.suscribe h2,.suscribe p {
		margin-right:0;
		display:block;
		margin-bottom:10px;
	}
	.company-overview img {
		float:none;
		max-width:100%;
	}
	.company-overview .text {
		float:none;
		width: 100%;
	}
	/*home*/
	.home-hero .slide .vertical-align,.home-hero .slide .vertical-align .text {
		position:relative;
	}
	.home-hero .slide .text h2 {
		font-size:48px;
	}
	.home-hero .slide:before {
		content:'';
		position:absolute;
		width:100%;
		background:rgba(0,0,0,0.3);
		height:100%;
		left:0;
	}
	.home-hero .slide .text {
		padding-right:0;
		position:relative;
	}
	.home-pipeline-module .row>div:first-of-type {
		margin-bottom:30px;
	}
	.pillars-module,.home-news-module {
		padding-bottom:55px;
	}
	.home-news {
		border-right:0;
	}
	.home-presentation .left-section,.home-presentation .right-section {
		width:100%;
	}
	.home-presentation {
		margin-bottom:35px;
		overflow:hidden;
	}
	.module-info-home.quote-box {
		margin-top:50px;
	}
	.module-info-home.quote-box .meta {
		float:none;
		display:block;
	}
	.module-info-home.quote-box .stock-section {
		border-right:0;
		padding:15px 15px 0;
	}
	.module-info-home.quote-box .stock-section .value {
		display:block;
		border-bottom:1px solid #ccc;
		padding-bottom:15px;
	}
	.module-info-home.quote-box .stock-section .value.pull-left {
		float:none !important;
		border-bottom:none;
	}
	.module-info-home.quote-box .stock-section .value.pull-right {
		float:none !important;
	}
	.module-info-home.quote-box .stock-section:last-of-type .value {
		border-bottom:none;
	}
	.module-info-home.quote-box .stock-section.market-cap,.module-info-home.quote-box .stock-section.change {
		text-align: left;
	}
}
/*PRITN*/
@media print {
	body {
			background:#fff;
			color:#000;
	}
	body .container {
			padding:0 5%;
			width:90%;
	}
	header {
			background:#fff;
			position:static;
			border-bottom:none;
	}
	header h1 a,header nav,a.btn,.btn,.mobile-nav-trigger,.link,.sidebar-nav,form,.pre-footer {
			display:none !important;
	}
	.copyright-block p a,.single-event a,.single-new a,.result-line a {
			display:inline !important;
	}
	header h1 {
			padding:0 0 10px;
	}
	header h1:before {
			content:'Amarantus';
	}
	.height,.same-height {
			min-height:0 !important;
	}
	.investors a,.presentation,.suscribe,.footer-nav,a.pull-right,.signup-btn,.investor-presentation,a,.suscribe,.copyright-links,a,.box .header h2:before,.btn-content,.latest-presentation,.latest-webcast,.page-hero {
			display:none !important;
	}
	.main-content ul,.main-content ul li {
			list-style-type:disc;
	}
	table,td,tr,th {
			border:1px solid #707070;
	}
	.box {
			border:1px solid #ccc;
			margin-bottom:15px;
	}
		.home-hero,.hero-text {
			height:auto !important;
	}
	.home-hero {
			border-bottom:none;
	}
	.hero-text {
			width:100%;
	}
	.hero-text h2 {
			font-size:22px;
	}
	.home-modules {
			margin-top:15px;
	}
	.home-modules img {
			display:none;
	}
	.home-module {
			margin-bottom:15px;
			padding-bottom:0;
	}
	.home-module .text {
			padding:0;
			text-align: left;
	}
}

/*QMod Styles*/
.main-content .qmod-heading {
	 margin-bottom: 0;
}
.qtool .qmod-dropdown-menu li, .qtool .qmod-legend li {
	 list-style: none;
	 margin: 0;
	 padding-left: 0;
	 background: none;
}
.qmod-dropdown-menu li:before, .qmod-legend li:before {
	 display: none;
}
.qmod-mod-pad-buttons {
	 padding: 8px 0px;
}
tbody .qmod-control.control {
	 display: block;
	 margin: 6px 0px 0px;
	 max-width: 60%;
}
.qmod-ui-tool .qmod-calendar-control .right-addon i {
	 top: 5px;
}
.box.qmod-container .header {
	 padding: 0 0 15px;
}
.box.qmod-container {
	 border: none;
	 box-shadow: none;
}
.qmod-datepicker.flatpickr-input.form-control.input{
    height: 46px;
}
.qmod-dropdown a{
    font-weight: normal;
}
@media (max-width: 480px) {
	tbody .qmod-control.control {
		 margin: 8px 0px 0px;
	}
	thead .qmod-control.control {
		 display: inherit;
	}
}