<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****
* GENERAL STYLES
*****/
body{
	font-family: 'Open Sans', sans-serif;
	background: #fff;
	position: relative;
	color: #5e5e5e;
	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;
}
.general-wrapper{
	background: #e7f3ff;
}
.push-to-left{
	left: -80%;
}
img{
	max-width: 100%;
	height: auto;
}
*:focus {
 	outline: none !important;
 	border: none;
 	text-decoration: none;
 }
h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin: 20px 0;
	color: #333;
}
h1, h1 a, h1 a:hover{
	font-size: 22px;
}
h2, h2 a, h2 a:hover{
	font-size: 18px;
}
h3, h3 a, h3 a:hover{
	font-size: 16px;
	color: #434343;
}
h4, h4 a, h4 a:hover{
	font-size: 12px;
	color: #8f8f8f;
}
p{
	font-size: 16px;
	margin-bottom: 20px;
}

.half-image{
	margin:5px 0 20px 20px;
	max-width: 50%;
	float: right;
}
.half-image.left {
	margin:5px 20px 20px 0;
    float:left;
}
a{
	font-weight: 600;
	color: #8f96c5;
	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: #0085b7;
	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: 16px;
	font-weight: 400;
	color: #5e5e5e;
}
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: 16px;
	font-weight: 400;
    color:#5e5e5e;
    padding-left: 30px;
    position: relative;
}
ol li:before{
	color: #60b8b9;
    content: counters(item, ".", decimal) '.';
    counter-increment: item;
    font-weight: 400;
    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: 1200px;
}
.separator{
	min-height: 1px;
	border-bottom: 1px dotted #cccccc;
	margin: 18px 50px 18px 0;
}
.vertical-align{
	display: table;
}
.vertical-align&gt;.wrapper{
	display: table-cell;
	vertical-align: middle;
}
.btn,
.spr-ir-submit,
.spr-ir-module-container .qm_historyTab_GoButton{
	font-family: 'Open sans', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding: 10px 15px;
	min-width: 195px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 100px;
	margin-bottom: 5px;
	text-align: center;
	background: #8f96c5;
	background: -moz-linear-gradient(top,  #8f96c5 0%, #70759a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f96c5), color-stop(100%,#70759a));
	background: -webkit-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: -o-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: -ms-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: linear-gradient(to bottom,  #8f96c5 0%,#70759a 100%);
	border: 0;
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.spr-ir-module-container .qm_historyTab_GoButton {
    min-width: inherit;
    line-height:1 !important /* Override inline style from QM */;
}
.btn:hover{
	background: #0085b7;
	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: 100%;
}
textarea{
	width: 100%;
	resize:none;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	margin-top: 0;
	padding: 8px;
	font-weight: 400;
	font-size: 16px;
}
.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: inline-block;
    vertical-align: middle;
    background: #fff;
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
}
.checkbox-box label + label{
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	display: inline-block;
	margin-left: 5px;
	margin-right: 15px;
	background: transparent;
}
.checkbox-box input:checked + label {
    background: #fff url(../images/check.png) no-repeat center center;
}
input[type="submit"]{
	display: block;
}

/*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*/
table{
	margin-bottom: 20px;
}
table, th, td{
	border-collapse: collapse;
}
th{
	font-size: 14px;
	font-weight: 700;
	background: #72b1c8;
	background: -moz-linear-gradient(top,  #72b1c8 0%, #598b9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b1c8), color-stop(100%,#598b9e));
	background: -webkit-linear-gradient(top,  #72b1c8 0%,#598b9e 100%);
	background: -o-linear-gradient(top,  #72b1c8 0%,#598b9e 100%);
	background: -ms-linear-gradient(top,  #72b1c8 0%,#598b9e 100%);
	background: linear-gradient(to bottom,  #72b1c8 0%,#598b9e 100%);
	color: #f0f6f8;
	text-transform: uppercase;
	text-align: left;
	padding: 10px 0 10px 16px;
	border: 4px solid #fff;
}
td{
	border: 4px solid #fff;
	font-size: 14px;
	font-weight: 400;
	background: #ebebeb;
	color: #717171;
	text-align: left;
	padding: 15px 18px;
}
/*remove outer border from table*/
tr:first-child th{
	border-top: none;
}
tr:last-child td{
	border-bottom: none;
}
tr td:first-child, tr th:first-child{
	border-left: none;
}
tr td:last-child, tr th:last-child{
	border-right: none;
}

.legal-table {
    border: 1px solid #000;
    width: 100%;    
}
.legal-table td {
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    padding: 5px;
    background-color: transparent;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark li, .dark p{
	color: #fff;
}
.text &gt; h1, .text &gt; h2, .text &gt; h3, .text &gt; h4, .text &gt; p:first-of-type{
	margin-top: 0;
}


/*******
*****HEADER
*******/
/*zero nav*/
.zero-nav{
	background: #007eae;
	background: -moz-linear-gradient(top,  #007eae 0%, #00678e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007eae), color-stop(100%,#00678e));
	background: -webkit-linear-gradient(top,  #007eae 0%,#00678e 100%);
	background: -o-linear-gradient(top,  #007eae 0%,#00678e 100%);
	background: -ms-linear-gradient(top,  #007eae 0%,#00678e 100%);
	background: linear-gradient(to bottom,  #007eae 0%,#00678e 100%);
	overflow: hidden;
	padding: 10px 0;
}
.zero-nav .social-media{
	float: right;
	margin: 0;
	padding: 0;
}
.zero-nav .social-media li{
	float: left;
	margin: 0 2px;
	padding: 0;
	background: none;
}
.zero-nav .social-media li a{
	color: #fff;
	font-size: 19px;
}
.zero-nav .social-media li .chairmans-blog{
	background-image: url('../images/cmb-small.png');
	background-repeat: no-repeat;
	display:inline-block;
	width:19px;
	height: 19px;
}
.zero-nav .social-media li a:hover {
    color: #ccc;
}
/*main navigation*/
.main-header{
	background: #fff;
}
.logo{
	margin: 24px 0 28px;
}
.nav-column{
	position: static;
}
.main-nav{
	background: #8f96c5;
	background: -moz-linear-gradient(top,  #8f96c5 0%, #70759a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f96c5), color-stop(100%,#70759a));
	background: -webkit-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: -o-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: -ms-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: linear-gradient(to bottom,  #8f96c5 0%,#70759a 100%);
}
.main-nav ul{
	margin: 0;
	padding: 0;
}
.main-nav ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
	position: relative;
	vertical-align: middle;
	white-space: nowrap;
}
.main-nav ul li.sr-only {
    position: absolute;
}
.main-nav ul li.has-mega-menu{
	position: static;
}
.main-nav ul li a{
	color: #fff;
	font-size: 16px;
	font-weight: 900;
	margin-bottom: 0;
	display: block;
	padding: 40px 5px;
	position: relative;
	z-index: 1001;
}
.main-nav &gt; ul &gt; li &gt; a{
	text-transform: uppercase;
}

/*fix for IE10+*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-nav ul li{
        white-space: normal;
    }
}

.main-nav ul li:last-child a{
	padding-right: 0;
}
.main-nav ul li a:hover{
	color: #fff;
}
.main-nav &gt; ul &gt; li &gt; a:hover {
	color:#c4cbf9;
}
.main-nav ul li.has-children:hover &gt; a:before{
	content: "";
	display: block;
	border-width: 10px;
	border-style: solid;
	height: 0;
	width: 0;
	border-color: transparent;
	border-bottom-color: #252423;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
}

/*dropdowns*/
.main-nav ul li ul{
	display: none;
}
.main-nav ul li:hover ul{
	display: block; 
	position: absolute; 
	z-index: 1000; 
	padding-left: 0; 
	padding-top: 5px;
	overflow: hidden; 
	background: #252423;
	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{
	font-family: 'Open Sans', sans-serif;
	display: block;
	padding: 10px 0 10px 10px; 
	font-size: 14px;
	color: #8f96c5;
	font-weight: 400;
	text-transform: none;
	border-bottom: 1px solid #393837;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-nav ul li ul li a:hover{
	color: #0085b7;
	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 #393837;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	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: 1000;
}
.mega-menu .container{
	background: #252423;
	padding-bottom: 20px;
	padding-top: 25px;
	max-width: 1170px;
	overflow: hidden;
}
.main-nav ul li .mega-menu li{
	padding: 0 16px;
}
.main-nav ul li .mega-menu li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #8f96c5;
	line-height: 1em;
	border-bottom: none;
}
.main-nav ul li .mega-menu li a:hover{
	color: #0085b7;
}
.main-nav ul li .mega-menu ul li:first-child a{
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	padding-top: 0;
	font-weight: 700;
}



/*******
*****STYLES
*******/
.background{
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-hero{
	height: 452px;
}
.general-content{
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	margin-top: -30px;
	    z-index: 999;
    position: relative;
}
/*bredcrumbs*/
.breadcrumbs-container{
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.breadcrumbs{
	margin: 0 auto;
	overflow: hidden;
	padding-left: 18px;
	padding-right: 18px;
}
.breadcrumbs li{
	float: left;
	margin: 31px 0 28px 18px;
	padding-left: 25px;
	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: -4px;
}
.breadcrumbs .home-link:before{
	display: none;
}
.breadcrumbs li a{
	font-size: 14px;
	font-weight: 400;
	color: #252423;
	display: block;
	line-height: 1em;
	white-space: nowrap;
}
.breadcrumbs li:last-child a, .breadcrumbs li a:hover{
	color: #8f96c5;
}

/*navigation sidebar*/
.sidebar-nav ul li{
	background: none;
}
.sb-nav{
	padding: 0;
}
.sb-nav ul{
	margin: 0;
	padding: 0;
}
.sb-nav &gt; ul &gt; li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #8f96c5;
	text-transform: none;
	margin: 0;
	padding: 20px 0 20px 25px;
	border-bottom: 1px solid #e9e9e9;
	border-left: 4px solid #f2f2f2;
	display: block;
}
.sb-nav &gt; ul &gt; li &gt; a{
	transition: none;
	-o-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}
.sb-nav ul &gt; .active &gt; a{
	color: #333333;
}
.sb-nav ul li{
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
.sb-nav &gt; ul &gt; li &gt; a:hover{
	background: #8f96c5;
	background: -moz-linear-gradient(top,  #8f96c5 0%, #70759a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f96c5), color-stop(100%,#70759a));
	background: -webkit-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: -o-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: -ms-linear-gradient(top,  #8f96c5 0%,#70759a 100%);
	background: linear-gradient(to bottom,  #8f96c5 0%,#70759a 100%);
	border-left: none;
	color: #fff;
	padding-left: 29px;	
}
.sb-nav &gt; ul &gt; .active &gt; a:hover{
	background: transparent;
	color: #333;
	padding-left: 25px;
}
.sb-nav &gt; ul &gt; .active{
	border-left: 4px solid #8f96c5;
}
.sb-nav &gt; ul &gt; .active a{
	border-left: none;
}
.sb-nav &gt; ul &gt; .has-children ul li:last-of-type a{
	border-bottom: 1px solid #e9e9e9;
}
.sb-nav &gt; ul &gt; .has-children.child-active &gt; a{
	border-bottom: none;
}
.sb-nav ul li ul li a{
	border-bottom: none;
	padding: 6px 0 6px 25px;
	font-size: 14px;
	color: #8f96c5;
	transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-webkit-transition: color .3s ease-in-out;
}
.sb-nav ul li ul li a:hover{
	color: #0085b7;
}
.sb-nav ul li ul li:last-child a{
	padding-bottom: 20px;
}

/*main-content*/
.main-content{
	padding: 30px 0;
	min-height: 500px;
}
.style-check{
	margin-left: 0;
	margin-right: 60px;
}
form label{
	font-size: 16px;
	font-weight: 700;
	color: #4b4b4b;
	display: block;
}

/*right-sidebar*/
.side-module{
	margin-bottom: 20px;
	padding: 30px 53px 0 0px;
}
.side-module h2{
	margin-top: 0;
	margin-bottom: 10px;
}
.side-module .single-new{
	margin-bottom: 0;
	border: none;
}
.date{
	font-weight: 700;
	color: #8f8f8f;
	margin-bottom: 5px;
	font-size: 12px;
	text-transform: uppercase;
}
.side-module .single-new a{
	font-size: 14px;
	color: #48b1ba;
}
.side-module .single-new a:hover, .side-module .single-new a:focus{
	color: #8f96c5;
}
.side-module p{
	font-size: 14px;
	margin-bottom: 15px;
}

/*******
*****FOOTER
*******/
.pre-footer{
	padding: 30px 0;
}
.pre-footer h2{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
	color: #fff;
	font-size: 24px;
}
.pre-footer p{
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	font-size: 14px;
	font-weight: 700;
	color: #abd6d9;
	text-transform: uppercase;
}
.pre-footer .btn{
	background: #fff;
	color: #37adb7;
	margin-bottom: 0;
	padding: 13px;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.pre-footer .btn:hover{
	background: #0085b7;
	color: #fff;
}

footer{
	background: #fff;
	padding: 30px 0;
}

.copyright{
	font-size: 10px;
	font-weight: 700;
	color: #5e5e5e;
	text-transform: uppercase;
	margin-top: 8px;
}
.copyright a{
	font-size: 10px;
	font-weight: 700;
	color: #5e5e5e;
}
.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: #8f96c5;
}
.footer-links a:hover, .footer-links a:focus{
	color: #0085b7;
	text-decoration: none;
}

.footer-social ul{
	margin: 0;
	padding: 0;
}
.footer-social ul li{
	list-style-type: none;
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
	background: none;
}
.footer-social ul li a{
	font-size: 33px;
}
.footer-social ul li a.chairmans-blog{
	background-image:url('../images/cmb-large.png');
	background-repeat: no-repeat;
	display:inline-block;
	height: 33px;
	width: 33px;
}

/*******
*****HOME
*******/
.home .btn{
	padding-top: 15px;
	padding-bottom: 15px;
}
/*hero*/
.home-hero{
	height: 744px;
	width: 100%;
}
.home-hero .vertical-align{
	height: 744px;
	padding-bottom: 95px;
}
.home-hero .vertical-align .text{
	padding-right: 57%;
}
.home-hero .vertical-align .text h2{
	font-size: 48px;
	font-weight: 900;
	text-transform: uppercase;
}
.home-hero .vertical-align .text p{
	font-weight: 600;
	padding-right: 25px;
}

/*home modules section*/
.home-modules{
	margin-top: -95px;
	position: relative;
	z-index: 99;
}
.home-modules .row &gt; div{
	padding-right: 0;
	padding-left: 0;
}
.home-modules .row &gt; div:first-of-type{
	padding-left: 15px;
}
.home-modules .row &gt; div:last-of-type{
	padding-right: 15px;
}
.teaser-background {
    height: 95px;
}
.gradient-bg-1{
	background: #72b1c8;
	background: -moz-linear-gradient(top,  #72b1c8 0%, #598b9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b1c8), color-stop(100%,#598b9d));
	background: -webkit-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: -o-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: -ms-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: linear-gradient(to bottom,  #72b1c8 0%,#598b9d 100%);
}
.gradient-bg-2{
	background: #5bc0c7;
	background: -moz-linear-gradient(top,  #5bc0c7 0%, #47979c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc0c7), color-stop(100%,#47979c));
	background: -webkit-linear-gradient(top,  #5bc0c7 0%,#47979c 100%);
	background: -o-linear-gradient(top,  #5bc0c7 0%,#47979c 100%);
	background: -ms-linear-gradient(top,  #5bc0c7 0%,#47979c 100%);
	background: linear-gradient(to bottom,  #5bc0c7 0%,#47979c 100%);
}
.gradient-bg-3{
	background: #0085b7;
	background: -moz-linear-gradient(top,  #0085b7 0%, #00678e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0085b7), color-stop(100%,#00678e));
	background: -webkit-linear-gradient(top,  #0085b7 0%,#00678e 100%);
	background: -o-linear-gradient(top,  #0085b7 0%,#00678e 100%);
	background: -ms-linear-gradient(top,  #0085b7 0%,#00678e 100%);
	background: linear-gradient(to bottom,  #0085b7 0%,#00678e 100%);
}
.home-modules .text{
	padding: 30px;
}
.home-modules .text h3{
	font-weight: 900;
	font-size: 28px;
}
.home-modules .text p{
	font-weight: 600;
}
.home-modules .text .btn{
	background: #fff;
	color: #8f96c5;
}
.home-modules .btn:hover, .home-modules .btn:focus{
	background: #8f96c5;
	background: -moz-linear-gradient(top, #8f96c5 0%, #70759a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8f96c5), color-stop(100%,#70759a));
	background: -webkit-linear-gradient(top, #8f96c5 0%,#70759a 100%);
	background: -o-linear-gradient(top, #8f96c5 0%,#70759a 100%);
	background: -ms-linear-gradient(top, #8f96c5 0%,#70759a 100%);
	background: linear-gradient(to bottom, #8f96c5 0%,#70759a 100%);
	color: #fff;
}
.home-modules .bottom-btn{
	position: relative;
	padding-bottom: 85px;
}
.home-modules .bottom-btn &gt; .btn{
	position: absolute;
	bottom: 30px;
}
/*latest news*/
.home-latest-news h2{
	font-size: 22px;
}
.home-latest-news .date{
	font-size: 14px;
}
.home-news-col {
	border-right: 1px solid #dbdbdb;
}
.home-latest-news article + article {
    margin-top: 10px;
}
/*home presentation*/
.home-ir-module{
	border-top: 1px solid #dbdbdb;
	background: #fff;
}
.home-ir-module .container &gt; .row &gt; div{
	padding-top: 40px;
	padding-bottom: 40px;
}
.home-presentation{
	border-right: 1px solid #dbdbdb;
}
.home-presentation .left-section{
	width: 40%;
}
.home-presentation img{
	margin-top: 30px;
}
.home-presentation .right-section{
	width: 60%;
	padding-left: 5%;
}
.home-presentation .right-section h2{
	font-size: 22px;
	margin-bottom: 5px;
}
.presentation-thumb {
    box-shadow: 0 0 5px #999;
}
.presentation-thumb.no-shadow {
    box-shadow:none;
}

.ir-presentation-bar {
    padding: 30px 0;
    background: #70759a;
}
.ir-presentation-bar h2 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    color: #fff;
    font-size: 24px;    
}
.ir-presentation-bar p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ccc;
}
.ir-presentation-bar .btn {
    background: #fff;
    color: #8f96c5
}
.ir-presentation-bar .btn:hover {
    background: #0085b7;
    color: #fff;
}
@media (max-width: 992px) {
    .ir-presentation-bar p {
        display: block;
        margin: 10px 0;
    }
}
/*stock quotes*/
.module-info-home{
	padding-left: 40px;
}
.module-info-home.quote-box div{
	overflow: hidden;
}
.module-info-home.quote-box .module-title{
	font-size: 22px;
}
.module-info-home.quote-box .meta{
	float: right;
	font-size: 12px;
	color: #b3b5b8;
	font-weight: 700;
	margin-top: 8px;
}
.module-info-home.quote-box .meta .date{
	color: #b3b5b8;
}
.module-info-home.quote-box .meta a{
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8f96c5;
}
.module-info-home.quote-box .meta a:hover, .module-info-home.quote-box .meta a:focus{
	color: #0085b7;
}

.module-info-home.quote-box .value-title{
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #5e5e5e;
    margin-bottom: 10px;
}
.module-info-home.quote-box .value {
    font-size: 17px;
    font-weight: 400;
    color: #4b4b4b;
}
.module-info-home .market-cap{
	text-align: right;
}


/*******
*****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: #0085b7;
	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 -65px;
	left: 15px;
}
.ir-sidebar .sheet:hover:before{
	background-position: -23px -65px;
}
.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*/
.main-content.full-width{
	padding-right: 30px;
}
.box{
	background: #fff;
	border: 1px solid #e2e2e2;
	border-top: none;
	padding: 0;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 0;
}
.box .header{
	background: transparent;
	border-top: 8px solid #aab9c7;
	padding: 15px 15px 15px 25px;
}
.box .text{
	padding: 10px 25px 25px;
	overflow: hidden;
}
.box.bottom-btn, .box .bottom-btn{
	padding-bottom: 70px;
	position: relative;
}
.box.bottom-btn .text{
	padding-bottom: 0;
}
.box.bottom-btn .text &gt; .btn, .box .bottom-btn &gt; .btn{
	position: absolute;
	bottom: 20px;
	margin: 0;
}
.box.bottom-btn .text &gt; .links-at-bottom{
	position: absolute;
	bottom: 20px;
}
.box.bottom-btn .text &gt; .links-at-bottom .btn{
	min-width: 0;
	margin: 0;
}
.box .header h2{
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
	line-height: 34px;
}
.box .share-icons a{
	font-size: 33px;
	line-height: 1em;
	display: inline-block;
	position: relative;
	z-index: 90;
}

.box .text .share-icons{
	margin-top: 8px;
}
.box .header .btn{
	min-width: 0;
	padding: 8px 24px;
	position: relative;
	z-index: 999;
}

/*news and events*/
.box .single-new, .box .single-event{
	border: none;
	margin-bottom: 30px;
}
.box .single-new p{
	font-size: 24px;
	margin: 0 0 10px;
	line-height: 1.4em;
	font-weight: 400;
}

.box .single-event p{
	font-size: 18px;
	margin: 0 0 10px;
	line-height: 1.4em;
	font-weight: 400;
}


/*subscribe*/
.subscribe{
	background: #72b1c8;
	background: -moz-linear-gradient(top,  #72b1c8 0%, #598b9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b1c8), color-stop(100%,#598b9d));
	background: -webkit-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: -o-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: -ms-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: linear-gradient(to bottom,  #72b1c8 0%,#598b9d 100%);
	padding: 20px 25px 20px 60px;
	margin-bottom: 30px;
	overflow: hidden;
}
.subscribe h2{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 24px 0 0;
	font-size: 18px;
	text-transform: uppercase;
}
.subscribe p{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 0;
	line-height: 1em;
}
.subscribe .btn{
	border-radius: 5px;
	margin: 0;
	float: right;
	background: #fff;
	color: #44adb5;
	text-transform: uppercase;
}
.subscribe .btn:hover, .subscribe.btn:focus{
	background: #0085b7;
	color: #fff;
}


/*resluts*/
.result-line{
	padding: 10px 0;
	line-height: 1em;
	border-bottom: 1px dotted #a6a5a5;
}
.result-line:first-child{
	padding-top: 0;
}
.result-line:last-child{
	border-bottom: none;
}
.result-line a{
	font-size: 14px;
	font-weight: 400;
	color: #4b4b4b;
	text-transform: none;
}

.link{
	font-size: 10px !important;
	color: #8f96c5 !important;
	text-transform: uppercase;
	font-weight: 400 !important;
	margin-left: 5px;
}
.link:hover{
	color: #0085b7 !important;
	text-decoration: none;
}
.divided .link{
	font-size: 10px !important;
}


.results-info h3{
	margin: 5px 0;
	color: #4b4b4b;
	font-size: 24px;
}
.results-info p{
	margin: 0 0 10px;
	color: #4b4b4b;
	font-size: 18px;
}

.annual-report .text{
	padding-left: 0;
	padding-right: 0;
}
.annual-report img{
	display: block;
	float: left;
	max-width: 50%;
	margin: 0;
}
.annual-report .report-content{
	float: left;
	width: 45%;
	margin: 30px 0 0;
	padding-right: 30px;
	text-align: left;
}
.annual-report h3{
	font-size: 18px;
	color: #4b4b4b;
	margin-top: 0; 
	margin-bottom: 5px;
	font-weight: 400;
}
.annual-report .report-links a{
	font-size: 12px;
	display: inline-block;
}
.annual-report .report-links a:first-of-type{
	margin-right: 12px;
}


/*stock information*/
.stock-info .text{
	padding: 0;
	border-top: 1px solid #dedede;
}
.box.stock-info .stock-section{
	border-right: 1px dotted #d5d5d5;
	padding: 22px 25px;
}
.box.stock-info.single-stock-box .stock-section{
	border-right: none;
}
.box.stock-info .stock-section:first-of-type{
	padding-left: 35px;
}
.box.stock-info .stock-section .value-title{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #3b3b3b;
	margin-bottom: 40px;
	margin-top: 0;
}
.box.stock-info .stock-section .value{
	font-size: 22px;
	font-weight: 400;
	color: #4b4b4b;
	margin-bottom: 0;
}
.box.stock-info .stock-section .value .percent{
	display: inline-block;
	margin-left: 5px;
}
.box.stock-info .stock-section.inline{
	padding: 21px 15px;
	border-bottom: 1px dotted #d5d5d5;
	overflow: hidden;
	border-right: none;
}
.box.stock-info .stock-section.inline:last-of-type{
	border-bottom: none;
}
.box.stock-info .stock-section.inline .value-title{
	float: left;
	margin: 0;
}
.box.stock-info .stock-section.inline .value{
	display: block;
	float: right;
	font-size: 14px;
}
.box .change.up .eqicon-change-02{
	color: #00b904;
}
.box .change.down .eqicon-change-02{
	color: #f50000;
}
.stock-info .market-cap-value{
	padding-left: 0;
}
.box.stock-info .week-range .value-title, .box.stock-info .day-range .value-title{
	margin: 0;
}
.box.single-stock-box.stock-info .stock-section {
    padding-left: 20px;
}

/*company overview box*/
.company-overview .image-container-right{
	float: right;
	width: 33.33%;
	margin-top: -64px;
	background: #f8f8f8;
	position: relative;
}
.company-overview .image-container-right &gt;.vertical-align{
	width: 100%;
}

.company-overview .image-container-right + .text {
	float:left;
	padding-top:20px;
	width:66.6%;
}
.company-overview .text p{
	font-size: 14px;
	line-height: 1.7em;
}
.company-overview img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}

/*team slider tabs*/
.box.management-team .header{
	border-bottom: 1px solid #c9c9c9;
}
.nav-tabs{
	border-bottom: 1px solid #c9c9c9;
	padding-left: 15px;
}
.nav-tabs &gt; li{
	margin: 15px 0;
	padding: 0;
	border: none;
	padding: 0;
	border-right: 1px dotted #cccccc;
	background: none;
}
.nav-tabs &gt; li:last-child{
	border-right:  none;
}
.nav-tabs &gt; li a{
	padding: 3px 20px;
	border: none;
	border-radius: 0;
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #8f96c5;
	text-transform: uppercase;
}
.nav-tabs&gt;li&gt;a:hover, .nav-tabs&gt;li&gt;a:focus{
	color: #000;
	background: none;
	border: none;
}
.nav-tabs &gt; li.active a, .nav-tabs &gt; li.active &gt; a:hover{
	color: #000;
	border: none;
}
.nav-tabs&gt;li.active&gt;a, .nav-tabs&gt;li.active&gt;a:hover, .nav-tabs&gt;li.active&gt;a:focus{
	border: none;
}

/*team slider*/
.management-team .slide{
	height: 260px;
	position: relative;
	width: 100%;
}
.management-team .slide .member-name{
	background: #fafafc;
	padding: 35px 15px 70px 30px;
	height: 260px;
}
.management-team .slide .member-name h3{
	font-size: 20px;
	font-weight: 400;
	margin: 0;
	color: #4b4b4b;
}
.management-team .slide .member-name p{
	margin: 0;
	padding-right: 20px;
}
.home-slides {
    background-color: rgba(0,0,0,.8);
    height:744px;
}
.cycle-prev{
	width: 27px;
	height: 27px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -50px 0 ;
	position: absolute;
	bottom: 40px;
	left: 30px;
	z-index: 999;
	cursor: pointer;
}
.cycle-prev:hover{
	background-position: -86px 0 ;
}
.cycle-next{
	width: 27px;
	height: 27px;
	background-image: url(../images/sprites.png);
	background-repeat: no-repeat;
	background-position: -51px -34px ;
	position: absolute;
	bottom: 40px;
	left: 66px;
	z-index: 999;
	cursor: pointer;
}
.cycle-next:hover{
	background-position: -86px -34px ;
}
.management-team .slide .member-description{
	height: 260px;
	position: relative;
	padding: 10px 75px 80px 45px;
	float: left;
}
.management-team .slide .member-description p{
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
.management-team .slide .member-description .btn{
	position: absolute;
	bottom: 33px;
	left: 35px;
}

.contact-info p{
	font-size: 14px;
	margin: 0;
}
.contact-info p a{
	font-size: 14px;
	font-weight: 400;
}

/**** Media Queries *****/

@media (min-width: 1201px){
	.container{width: 1200px; max-width: 1200px;}
	/*IR*/
	/*
	.annual-report img, .annual-report .report-info{max-width: 47%;}
	.subscribe 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;}
	*/
}
@media (min-width: 992px) and (max-width: 1200px){
	.logo{margin-top: 31px;}
	/*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{font-family: 'Open Sans', sans-serif; color: #8f96c5 !important;border-bottom: 1px solid #393837; border-bottom: 1px solid rgba(255, 255, 255, 0.1);padding: 10px 0 10px 10px !important; font-size: 14px !important;  text-transform: none !important; line-height: 1.6em; display: block;}
	.main-nav ul li .mega-menu ul li a:hover{color: #0085b7 !important;}
	.main-nav ul li .mega-menu ul:last-child li a{border-bottom: none;}
	.mega-menu .container{width: auto;padding: 0;}
	/*styles*/
	.side-module{padding-right: 25px;}
	.side-module .btn{display: block;min-width: 0;}

	/*IR*/
	.ir-sidebar{padding-top: 10px;}
	.box .header{padding-left: 20px;}
	.box.bottom-btn{padding-bottom: 115px;}
	.box.bottom-btn .text &gt; .links-at-bottom .btn{min-width: 110px;margin-bottom: 5px;}
	.annual-report .header{padding-left: 10px; padding-right: 10px;}
	.annual-report img{float: none; margin: 10px auto;max-width: 100%;}
	.annual-report .report-content{width: 100%;text-align: center; margin-top: 0; padding: 0 10px;}
	.annual-report .text &gt; a{margin-top: 0;min-width: 0;}
	.results-info h3, .results-info p{font-size: 26px;}
	.box.annual-report .text{padding-top: 0;}
	.box .header h2{font-size: 14px;}
	.subscribe p{display: none;}
	.box.stock-info .stock-section .value-title{font-size: 12px;}
	.box.stock-info .stock-section .value{font-size: 16px;}
	.stock-box.inline h3{width: 59%;}
	.stock-box.inline p{width: 41%; padding-right: 5px; padding-left: 0;}
	.company-overview .text{padding-bottom: 70px;}
	.company-overview .text p{margin-top: 0;}
	.management-team .slide .member-description p{margin-top: 0;}
	.management-team .slide .member-name p{padding-right: 0;}
	/*home*/
	.home-hero .vertical-align{padding-bottom: 75px;}
	.home-modules{margin-top: -75px;}
	.home-modules .row &gt; div:nth-of-type(2) img{max-height: 75px;width: 100%;}
	.module-info-home.quote-box .value{font-size: 16px; font-weight: 600;}
	.module-info-home.quote-box .meta {
        float: none;
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px){
	/*header*/
	.logo{margin-top: 50px;}
	.main-nav ul li{white-space: initial;}
	.main-nav ul li a{font-size: 14px;}
	/*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{font-family: 'Open Sans', sans-serif; color: #8f96c5 !important;border-bottom: 1px solid #393837; border-bottom: 1px solid rgba(255, 255, 255, 0.1);padding: 10px 0 10px 10px !important; font-size: 14px !important;  text-transform: none !important; line-height: 1.6em; display: block;}
	.main-nav ul li .mega-menu ul li a:hover{color: #0085b7 !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 &gt; ul &gt; li a, .sb-nav ul li ul li a{padding-left: 20px;}
	.main-content{padding-right: 15px;}
	/*footer*/
	.pre-footer h2, .pre-footer p{margin: 0 0 15px; display: block;}
	
	/*IR*/
	.ir-hero .vertical-align &gt; .wrapper{padding-right: 0;}
	.annual-report .text{padding: 25px 15px;}
	.results-info h3, .results-info p{font-size: 26px;}
	.subscribe{text-align: center;}
	.subscribe h2, .subscribe p{float: none;display: block; margin-bottom: 10px; margin-right: 0;}
	.subscribe .btn{float: none;}
	.box.stock-info .stock-section{border-bottom: 1px dotted #d5d5d5;}
	.box.stock-info .stock-section.change{border-bottom: none;}
	.box.stock-info .stock-section .value{font-size: 20px;}
	.stock-box.inline h3{width: 55%;}
	.stock-box.inline p{width: 45%;}
	.box.stock-info .week-range .value-title, .box.stock-info .day-range .value-title, .box.stock-info .week-range .value, .box.stock-info .day-range .value{float: none !important;}
	.box.stock-info .week-range .value-title, .box.stock-info .day-range .value-title{margin-bottom: 10px;}
	.nav-tabs &gt; li a{font-size: 14px;}
	.management-team .slide{height: 340px;}
	.management-team .slide .member-name{width: 35%; height: 340px;}
	.management-team .slide .member-name p{padding-right: 0;}
	.management-team .slide .member-description p{font-size: 13px;}
	.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;}
	.company-overview .image-container-right{float: none;margin-top: 0; padding: 15px; width: 100%;}
	.company-overview .image-container-right .js-same-height{height: auto !important}
	.company-overview .text.js-same-height { height: auto !important; min-height: auto !important; width: 100%;}
	/*home*/
	.home-hero .vertical-align .text{padding-right: 33%;}
	.home-hero .vertical-align{padding-bottom: 57px;}
	.home-modules{margin-top: -57px;}
	.home-modules .row &gt; div:nth-of-type(2) img{max-height: 57px;width: 100%;}
	.home-ir-module .container &gt; .row &gt; .home-presentation{padding-top: 75px;}
	.home-presentation .right-section h2{font-size: 18px;}
	.module-info-home.quote-box .meta{float: none; display: block;}
	.module-info-home.quote-box .stock-section:nth-child(2n){border-right: none;}
	.module-info-home.quote-box .stock-section:first-of-type{border-bottom: 1px solid #dedede; padding-bottom: 4px;}
	.module-info-home.quote-box .stock-section:nth-child(2){border-bottom: 1px solid #dedede;padding-bottom: 2px;}
	.module-info-home .market-cap{text-align: left; padding-top: 10px;}
	.module-info-home .volume{padding-top: 10px;}
}
@media (min-width: 768px){
	#mobile-nav, #sub-navigation{display: block;}
}
@media (max-width: 767px){
	/*header*/
	.zero-nav .social-media li a{font-size: 26px;}
	.logo{max-width: 60%; margin: 20px 0;}
	.mobile-nav-trigger{background: #0084b9;position: absolute; top: 63px;cursor: pointer; right: 0;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: #0084b9;position: fixed;float: none !important;}
	.cbp-spmenu ul li{float: none !important;}
	.cbp-spmenu ul li a{text-align: left;display: block;color: #fff;font-size: 1.1em;font-weight: 300;padding: 20px;}
	.cbp-spmenu ul li a:hover {background: #3192cc;color: #fff;}
	.cbp-spmenu a:active {background: #fff;color: #d71921;}
	.main-nav ul li.has-children:hover &gt; 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 &gt; 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&gt;div{padding: 0;width: 100%;}
	.sb-nav{border-top: none;padding: 0 15px;}
	.mobile-sub-nav-trigger{background: #0084b9; color: #fff; width: 100%; padding: 13px 30px; text-align: center; cursor: pointer; 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;}
	td{font-size: 14px;padding: 10px;}

	/*footer*/
	.pre-footer h2, .pre-footer p{margin: 0 0 10px; display: block;}
	.footer-links{width: 100%; margin-bottom: 10px;}
	.footer-links a:first-of-type, .footer-social ul li:first-of-type{margin-left: 0;}
	.footer-social{width: 100%;}

	/*IR*/
	.main-content.full-width{padding-right: 15px;}
	.ir-info{display: none;}
	.box .single-new p{max-width: 100%;}
	.box.bottom-btn .text &gt; .links-at-bottom .btn{margin-top: 10px;}
	.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;}
	.subscribe{padding: 20px 15px; text-align: center;}
	.subscribe h2, .subscribe p{float: none;margin-right: 0; display: block; margin-bottom: 10px;}
	.subscribe .btn{float: none;}
	.box.stock-info .stock-section{border-bottom: 1px dotted #d5d5d5;}
	.box.stock-info .stock-section.day-range, .box.stock-info .stock-section.week-range{border-bottom: none; padding-left: 15px;padding-right: 15px;}
	.box.stock-info .stock-section.day-range .value, .box.stock-info .stock-section.week-range .value{font-size: 18px;}
	.box.stock-info .stock-section.day-range .value-title, .box.stock-info .stock-section.week-range .value-title{font-size: 12px;}
	.stock-box.inline h3{width: 55%;}
	.stock-box.inline p{width: 45%;}
	.management-tabs .slide{height: 340px;}
	.management-tabs .slide .member-name{width: 35%; height: 340px;}
	.management-tabs .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; margin-bottom: 15px;}
	.box.stock-info .stock-section.inline{padding-left: 30px;}
	.company-overview .image-container-right{float: none;margin-top: 0; width: 100%;}
	.company-overview .text{width: 100%; max-height: none;}

	/*home*/
	.home-hero{position: relative;}
	.home-hero, .home-hero &gt; .vertical-align{height: 600px;}
	.home-hero &gt; .vertical-align{padding-bottom: 69px;}
	.home-hero:before{width: 100%; top: 0; bottom: 0; content: ''; position: absolute;background: rgba(0,0,0,0.2)}
	.home-hero .text{position: relative;}
	.home-hero .vertical-align .text{padding-right: 0;}
	.home-hero .vertical-align .text h2{font-size: 30px;}
	.home-modules .row &gt; div:first-of-type{padding-left: 0;}
	.home-modules .row &gt; div:last-of-type{padding-right: 0;}
	
	.home-presentation .left-section, .home-presentation .right-section{width: 100%;}
	.home-presentation{overflow: hidden; border-right: 0;}
	.home-ir-module .container &gt; .row &gt; div + div{padding-top: 0;}
	.home-presentation .left-section img{display: block;margin: 0 auto 15px;}
	.home-presentation .right-section{text-align: center;}
	.module-info-home.quote-box{margin-top: 50px;padding-left: 15px;}
	.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; width: 100%;}
	.module-info-home.quote-box .stock-section .value.pull-left{border: 0;}
	.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{
		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:'Cocrystal Pharma, Inc.';
	}
	.height, .same-height{
		min-height: 0 !important;
	}
	.investors a, .presentation, .subscribe, .footer-nav, a.pull-right,
	.signup-btn, .investor-presentation, a, .subscribe, .copyright-links, a, .box .header h2:before, .btn-content,
	.latest-presentation, .latest-webcast, .page-hero, .home-gray-section{
		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;
	}
}
.pipeline-wrapper {
    padding:20px 0;
}
.pipeline {
    overflow: hidden;
    margin:20px 0;
}
.pipeline-chart {
    border: 1px solid #ccc;
	color:#fff;
    font-size:16px;
	width:100%;
	overflow:hidden;
	border-radius:0;
	position:relative;
}
.pipeline-chart td,
.pipeline-chart th {
    border: 1px solid #fff;
    padding: 10px;
    line-height: 1.2;
    text-align: center;
}
.pipeline-chart th {
    border-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #70759a;
	color:#fff;
    font-weight:bold;
    font-size:13px;
	text-transform:uppercase;
	text-align:center;
    white-space: nowrap;
}

.pipeline-chart .phase {
	text-align: left;
}
.pipeline-chart td {
	color:#333;
	position:relative;
	background-color: transparent;
}

.pipeline-chart .candidate-phase {
    padding-left: 0;
    padding-right: 0;
    width: 10%;
}

/*
.pipeline-chart .candidate-name {
	background: #72b1c8;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYjFjOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1OThiOWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #72b1c8 0%, #598b9d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72b1c8), color-stop(100%,#598b9d));
	background: -webkit-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: -o-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: -ms-linear-gradient(top,  #72b1c8 0%,#598b9d 100%);
	background: linear-gradient(to bottom,  #72b1c8 0%,#598b9d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b1c8', endColorstr='#598b9d',GradientType=0 );
	font-size: 14px;
	color: #fff;
	padding:15px;
	text-align: left;
	border-right: none;
    
}
.pipeline-chart .candidate-name a {
    font-size: 14px;
    color: #fff;
}
.pipeline-chart .candidate-name a:hover {
    color: #fff;
    text-decoration: underline;
}
.pipeline-chart .candidate-name .description {
    display: block;
    padding-bottom: 10px;
    color: #fff;
    font-size: 20px;
}
.pipeline-chart td.indication {
	background-color:#f3f3f3;
    font-size:14px;
    text-align:left;
    padding:15px;
    border-left:1px solid #fff;
    border-right:1px solid #c5c5c5;
    border-bottom:1px solid #c5c5c5;
}


.pipeline-chart .indication:last-of-type {
    border-bottom:0;
}
*/
.pipeline-chart tbody:before {
	content:"";
	position:absolute;
	bottom:0;
	width:100%;
	z-index:0;
}
.pipeline-chart .status {
	font-size:12px;
	line-height:24px;
	position:relative;
	text-indent:-9999em;
}
.pipeline-chart .visible-label {
    position: absolute;
    left: 20px;
    z-index: 999;
    text-indent: 0px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    top: 8px;
}
/* .pipeline-chart .complete .text:after {
    background: #006991;
    content:'';
    height:30px;
    width:1px;
    position:absolute;
    z-index:10;
    right:-1px;
} */
.pipeline-chart .phase1 .complete .text:after {
	background:transparent;
}
.pipeline-chart .complete .text,.pipeline-chart .in-progress .text {
	color:#fff;
	display:block;
}
/* .pipeline-chart td .text,
.pipeline-chart .in-progress .text .arrow {
    background: purple;
    height:30px;
} */
.pipeline-chart td:last-child .complete:after {
	display:none;
}
.pipeline-chart .in-progress {
	width:50%;
}
.pipeline-chart .in-progress .text .arrow {
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}

.pipeline-chart .in-progress .text .arrow:after {
	top: 0;
	border-top: #fff solid 15px;
	border-left: 8px solid transparent;
}

.pipeline-chart .in-progress .text .arrow:before {
	bottom: 0;
	border-bottom: #fff solid 15px;
	border-left: 8px solid transparent;
}

.pipeline-chart .in-progress .text .arrow:before,
.pipeline-chart .in-progress .text .arrow:after {
	content:'';
	height:0;
	width:0;
	position: absolute;
	left: 0;
	display: block;
}

.pipeline-chart .pre-clinical .in-progress .text:after {
	border-left-color:#ccc;
}
.pipeline-chart .phase1 .in-progress .text:after {
	border-left-color: #ccc;
}

@media(max-width:990px) {
	.pipeline-chart {
    	border:0;
  	}
	.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;
		margin:20px 0;
	}
	.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;
	    padding: 0;
	    width: auto;
	}
	.pipeline-chart .status {
		border-radius: 8px;
		padding: 0 10px 10px;
		width: 100% !important;
		text-indent:0;
	}
	.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-chart .in-progress .text .arrow {
	    display: none;
	}
}
.content-padding {
    padding-right: 15px;
}
.push-down {
    margin-top: 50px;
}

/** IR **/
/** Custom IR **/
.spr-ir-module-container .result-line, .result-line {
  padding: 10px 0;
  line-height: 1em;
  border-bottom: 1px dotted #ccc;
}
.spr-ir-module-container .result-line:first-child {
  padding-top: 0;
}
.spr-ir-module-container .result-line:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.spr-ir-module-container .result-line a {
  font-size: 14px;
  font-weight: 400;
  color: #4b4b4b;
}
.spr-ir-module-container .link, .result-line .link {
  margin-left: 5px;
  font-weight: 600 !important;
  color: #00467f !important;
  text-transform: uppercase;
}
.spr-ir-module-container .divided .link {
  font-size: 10px !important;
  font-weight: 700 !important;
}
.spr-ir-module-container .link:hover {
  color: #0085b7 !important;
}
.spr-ir-module-container .box .single-new,
.spr-ir-module-container .box .single-event {
  margin-bottom: 30px;
  border: none;
}
.spr-ir-module-container .box .single-new h3,
.spr-ir-module-container .box .single-new h3 a,
.spr-ir-module-container .box .single-event h3,
.spr-ir-module-container .box .single-event h3 a {
  font-size: 24px;
  font-weight: 300;
  color: #4b4b4b;
}
.spr-ir-module-container .box .single-new h3 {
  max-width: 75%;
  margin-bottom: 18px;
}
.spr-ir-module-container .box .single-new h3 a:hover,
.spr-ir-module-container .box .single-event h3 a:hover {
  color: #0085b7;
}
.spr-ir-module-container .box .single-new .new-content {
  margin: 20px 0 5px;
}
.spr-ir-module-container .box .single-new .new-content p {
  max-width: 100%;
  padding-right: 5%;
  margin-bottom: 15px;
  font-size: 14px;
}
.spr-ir-module-container .date, .result-line .date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #a0a0a0;
  text-transform: uppercase;
}
.spr-ir-module-container .box .single-event h3,
.spr-ir-module-container .box .single-event h3 a {
  font-size: 24px;
  font-weight: 300;
  color: #4b4b4b;
}
.spr-ir-module-container .box .single-event h3 {
  margin-bottom: 18px;
}
.spr-ir-module-container .results-info h3 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 24px;
  color: #4b4b4b;
}
.spr-ir-module-container .results-info p {
  margin-bottom: 13px;
  font-size: 18px;
  font-weight: 300;
  color: #4b4b4b;
}
.spr-ir-module-container .annual-report img {
  float: left;
  margin-right: 10px;
}
.spr-ir-module-container .annual-report .report-info {
  float: left;
  max-width: 42%;
}
.spr-ir-module-container .annual-report .report-info .date {
  margin-bottom: 13px;
}
.spr-ir-module-container .annual-report .report-info h3 {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: 700;
  color: #4b4b4b;
}
.spr-ir-module-container .annual-report .report-info p {
  margin-bottom: 15px;
}
.spr-ir-module-container .annual-report .text {
  padding: 30px 15px;
}
.spr-ir-module-container .download-links a {
  margin-right: 10px;
  font-size: 12px;
  font-weight: 700;
}
.spr-ir-module-container .download-links a:last-child {
  margin-right: none;
}
.spr-ir-module-container .company-overview .text p {
  font-size: 14px;
  line-height: 1.7em;
}
.spr-ir-module-container .management-team .nav-tabs {
  padding-left: 15px;
  border-top: 1px solid #ebeced;
  border-bottom: 1px solid #ebeced;
}
.spr-ir-module-container .management-team.nav-tabs &gt; li {
  padding: 0;
  margin: 15px 0;
  border: none;
  border-right: 1px dotted #ebeced;
}
.spr-ir-module-container .management-team .nav-tabs &gt; li:last-child {
  border-right: none;
}
.spr-ir-module-container .management-team .nav-tabs &gt; li a {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  font-weight: 700;
  color: #989999;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
}
.spr-ir-module-container .management-team .nav-tabs &gt; li &gt; a:hover,
.spr-ir-module-container .management-team .nav-tabs &gt; li &gt; a:focus {
  color: #0085b7;
  background: none;
  border: none;
}
.spr-ir-module-container .management-team .nav-tabs &gt; li.active a {
  color: #00467f;
  border: none;
}
.spr-ir-module-container .management-team .nav-tabs &gt; li.active &gt; a,
.spr-ir-module-container .management-team .nav-tabs &gt; li.active &gt; a:hover,
.spr-ir-module-container .management-team .nav-tabs &gt; li.active &gt; a:focus {
  border: none;
}
.spr-ir-module-container .slide {
  position: relative;
  width: 100%;
  height: 260px;
}
.spr-ir-module-container .cycle-prev {
  position: absolute;
  bottom: 40px;
  left: 30px;
  z-index: 999;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -50px 0;
}
.spr-ir-module-container .cycle-prev:hover {
    opacity:0.8;
}
.spr-ir-module-container .cycle-next {
  position: absolute;
  bottom: 40px;
  left: 66px;
  z-index: 999;
  width: 27px;
  height: 27px;
  cursor: pointer;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-position: -51px -34px;
}
.spr-ir-module-container .cycle-next:hover {
    opacity:0.8;
}
.spr-ir-module-container .slide .member-description {
  position: relative;
  padding: 35px 75px 90px 45px;
}
.spr-ir-module-container .slide .member-description p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.6em;
}
.spr-ir-module-container .slide .member-description .btn {
  position: absolute;
  bottom: 33px;
  left: 35px;
}
.spr-ir-module-container .contact-info p,
.spr-ir-module-container .contact-info p a {
  font-size: 14px;
}
.spr-ir-module-container .recent-new &gt; a {
  display: block;
  padding-right: 70px;
  font-size: 16px;
  font-weight: 600;
  color: #00467f;
}
.spr-ir-module-container .recent-new &gt; a:hover {
  color: #d48300;
}
.spr-ir-module-container .recent-new &gt; a .date {
  margin-top: 6px;
}
.spr-ir-module-container .latest-presentation p,
.spr-ir-module-container .latest-webcast p {
  margin-bottom: 6px;
}
.spr-ir-module-container .latest-presentation .date,
.spr-ir-module-container .latest-webcast .date {
  margin-bottom: 20px;
}
.spr-ir-module-container .quarterly-results .text h3 {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #4b4b4b;
  text-transform: uppercase;
}
.spr-ir-module-container .quarterly-results .text .text:first-child {
  border-top: 0;
}
.spr-ir-module-container .quarterly-results .text .text {
  padding-right: 0;
  padding-left: 0;
}
.spr-ir-module-container .quarterly-results .header[data-toggle="collapse"] {
  cursor: pointer;
}
.spr-ir-module-container .quarterly-results .eqicon-trigger {
  font-size: 32px;
}
.spr-ir-module-container .quarterly-results .eqicon-trigger:before {
  content: "\e609";
}
.spr-ir-module-container .quarterly-results .collapsed .eqicon-trigger:before {
  content: "\e608";
}
.spr-ir-module-container .btn-content p {
  float: left;
  margin: 10px 0 0;
  font-size: 18px;
}
.spr-ir-module-container .btn-content .pull-right a {
  margin-right: 15px;
}
.spr-ir-module-container .btn-content .pull-right a:last-child {
  margin-right: 0;
}
.spr-ir-module-container .links-row .pull-left,
.spr-ir-module-container .links-row .pull-right {
  max-width: 50%;
}
.spr-ir-module-container .links-row .pull-left .date {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.spr-ir-module-container .links-row .pull-left p {
  margin-bottom: 0;
  font-size: 16px;
}
.spr-ir-module-container .document-btn {
  display: inline-block;
  width: 75px;
  height: 75px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 700;
  color: #ecb952;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
}
.spr-ir-module-container .document-btn:hover {
  color: #fff;
  background: #ecb952;
  border: 1px solid #ecb952;
}
.spr-ir-module-container .document-btn .helper {
  display: inline-block;
  height: 75px;
  vertical-align: middle;
}
.spr-ir-module-container .document-btn span {
  display: inline-block;
  line-height: 1.3em;
  vertical-align: middle;
}
.spr-ir-module-container .links-row .document-btn {
  margin-right: 5px;
}
.spr-ir-module-container .links-row .document-btn:last-child {
  margin-right: 0;
}
.spr-ir-module-container .releted-document-btn {
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 700;
  color: #00467f;
  text-transform: uppercase;
  cursor: pointer;
  background: #f8f9f9;
  border-top: 1px solid #e7e9ea;
}
.spr-ir-module-container .releted-document-btn .eqicon-trigger {
  margin-right: 7px;
}
.spr-ir-module-container .releted-document-btn .eqicon-trigger:before {
  content: "\e605";
}
.spr-ir-module-container .releted-document-btn.collapsed .eqicon-trigger:before {
  content: "\e604";
}
.spr-ir-module-container .document-list .links-row p {
  margin: 27px 0 0;
  font-size: 16px;
  color: #7c7c7c;
}
.spr-ir-module-container .box .text + .header {
  border-top: 1px solid #e3e3e3;
}
.spr-ir-module-container .document-list .btn-content p {
  color: #7c7c7c;
}
.spr-ir-module-container .in-row {
  overflow: hidden;
}
.spr-ir-module-container .header .nav-tabs {
  padding-left: 0;
  border-top: none;
  border-bottom: none;
}
.spr-ir-module-container .nav-tabs &gt; li {
  margin: 5px 0;
  border-right: 1px dotted #bbc5cc;
}
.spr-ir-module-container .nav-tabs &gt; li.active &gt; a,
.spr-ir-module-container .nav-tabs &gt; li.active &gt; a:hover,
.spr-ir-module-container .nav-tabs &gt; li.active &gt; a:focus {
  background: transparent;
}
.spr-ir-module-container .panel-group .member {
  padding: 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
.spr-ir-module-container .member &gt; a {
  position: relative;
  display: block;
  min-height: 35px;
}
.spr-ir-module-container .member &gt; a:focus {
  border: none;
  outline: none;
}
.spr-ir-module-container .member &gt; a h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
  margin-top: 0;
}
.spr-ir-module-container .member &gt; a .member-title {
  display: block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}
.spr-ir-module-container .member &gt; a .eqicon {
  float: right;
  font-size: 50px;
}
.spr-ir-module-container .member &gt; a .eqicon-trigger:before {
  content: "\e615";
}
.spr-ir-module-container .member &gt; a.collapsed .eqicon-trigger:before {
  content: "\e614";
}
.spr-ir-module-container .panel-group .member a.collapsed:after {
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-position: -16px 0;
}
.spr-ir-module-container .member-info &gt; div {
  padding: 10px 0;
  overflow: hidden;
}
.spr-ir-module-container .member-info .member-image {
  max-width: 295px;
  padding: 20px;
  margin-bottom: 10px;
  background: #f5f5f5;
  float: left;
  margin-top: 30px;
  margin-right: 20px;
}
.spr-ir-module-container .member-info .member-image p {
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  color: #000;
}
.spr-ir-module-container .member-info .member-image img + p {
  margin-top: 10px;
}
.spr-ir-module-container .member-info .member-description {
  width: 100%;
  padding-right: 75px;
}
.spr-ir-module-container .member-info .member-description p:last-child {
  margin-bottom: 0;
}
.spr-ir-module-container .member-info .member-image + .member-description {
  width: 66%;
  padding-right: 65px;
}
.spr-ir-module-container .pagination &gt; li &gt; a,
.spr-ir-module-container .pagination &gt; li &gt; span {
  font-size: 12px;
}
.spr-ir-module-container .spr-ir-news-years li:first-child,
.spr-ir-module-container .spr-ir-news-years .spr-ir-year-label {
  padding-left: 0;
}
 
.media,
.media .media {
  margin-top: 25px;
}
.media + .media {
  padding-top: 25px;
  border-top: 1px solid #e3e3e3;
}
.media .media-object {
	box-shadow:0 0 3px #999;
}
.media a .media-heading {
	color:#8f96c5;
}
.media a:hover + a .media-heading,
.media a:hover .media-heading {
	color:#0085b7;
}
.media p:last-child {
  margin-bottom: 0;
}
.spr-ir-module-container .xn-content &gt; div {
  overflow-y: scroll;
}
.spr-ir-module-container .xn-content &gt; div table p,
.spr-ir-module-container .spr-ir-news-article-content &gt; div table p {
  margin-bottom: 0;
}
.spr-ir-module-container table table {
  margin-bottom: 0;
}
.spr-ir-module-container .qm-mm-chart-data {
  background: transparent;
}
.spr-ir-module-container .qm_heading_bar,
.spr-ir-module-container .qmmt_header_bar,
.spr-ir-module-container .qmmt_sub_header_bar {
  background: #fff;
  border: none;
}
.spr-ir-module-container .qm_heading_bar .qm_heading_bar {
  background: none;
  border: 0;
  width: 100%;
}
.spr-ir-module-container .qm_heading_text.qm-detailed-quote-title {
  padding: 10px 10px 5px;
}

.spr-ir-module-container .qm-quote-data .qm_heading_bar &gt; tbody &gt; tr &gt; td {
  padding: 1px 0 0;
}
.spr-ir-module-container th.qm_cycle,
.spr-ir-module-container div.qm_cycle {
  height: 16px;
  background: #f2f2f2;
}
.spr-ir-module-container .qm_heading_text,
.spr-ir-module-container .qmmt_header_text,
.spr-ir-module-container .qmmt_sub_header_text {
  color: #5a5a5a;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.spr-ir-module-container .qm_inactivebutton {
  background: #f9f8f8;
}
.spr-ir-module-container .qm-quote-data-item .qm_heading_bar {
  margin: 0;
  border: 1px solid #ccc;
}
.spr-ir-module-container th.qm_cycle {
  padding: 0;
}
.spr-ir-module-container .qm-quote-data-item {
  padding: 5px;
  border: 0;
}
.spr-ir-module-container .qm_historyHeader_row {
  background: #eee;
}
.spr-ir-module-container .qm_historyHeader_row td,
.spr-ir-module-container .qm_history_filterBar {
  padding: 5px !important;
  color: #5a5a5a;
}
.spr-ir-module-container .qm_history_filterBar span {
  display: inline-block;
  margin-right: 0;
}
.spr-ir-module-container .qm_historyData_row {
  background: #fff;
}
.spr-ir-module-container .qm_historyData_row:nth-child(2n+1) {
  background: #eee;
}
.spr-ir-module-container .qm_historyData_row td {
  padding: 10px 5px !important;
  color: #5a5a5a;
}
.spr-ir-module-container .qm_history_filterBar select {
  width: auto;
}
.spr-ir-module-container .qm_historyTab_GoButton {
  height: 30px;
  margin-top: -6px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.spr-ir-module-container .qm_historyTab_GoButton:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.spr-ir-module-container .qm_history_filterBar input {
  min-width: 40px;
  height: 30px;
  text-align: center;
}
.spr-ir-module-container .qm_history_filterBar input {
  width: 50px !important;
}
.spr-ir-module-container .qm-mm-chart &gt; table:first-of-type {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  position: relative;
  top: 3px;
}
#dgraph,
.spr-ir-module-container .qm_charts_tab .qm_main &gt; img{
    display:block;
    margin:0 auto;
}
.spr-ir-module-container .stock-information .qm_inactivebutton,
.spr-ir-module-container .stock-information .qm_activebutton,
.spr-ir-module-container .stock-information .qm_heading_bar  {
    border: 1px solid #ccc;
}
.spr-ir-module-container .spr-ir-table {
  margin-bottom: 20px;
}
.spr-ir-module-container .spr-ir-table .qm_heading_bar td {
  padding: 10px;
  font-size: 12px;
  color: #5a5a5a;
}
.spr-ir-module-container .spr-ir-sec-filters table {
  background: transparent;
}
.spr-ir-module-container .spr-ir-sec-filters tr:first-of-type .quick-filter {
    padding-left: 0;
}
.spr-ir-module-container .spr-ir-table tbody tr {
  background: #fff;
}
.spr-ir-module-container .spr-ir-sec-filters .spr-ir-table tbody tr {
  background: transparent;
}
.spr-ir-module-container .spr-ir-table tr:nth-child(2n) {
  background: #eee;
}
.spr-ir-module-container .spr-ir-table td {
  min-width: 90px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.3em;
  vertical-align: middle;
  border: 1px solid #ddd;
}
.spr-ir-module-container .spr-ir-table a {
  text-decoration: none;
}
.spr-ir-module-container .spr-ir-table .spr-sec-search,
.spr-ir-module-container .spr-ir-table .spr-sec-filter {
  border: 0;
}
.spr-ir-module-container .spr-ir-table .date {
  width: 98px;
  border-right: 0;
}
.spr-ir-module-container .spr-ir-table .date .day {
  margin-right: 0;
}
.spr-ir-module-container .spr-ir-pagination ul {
  margin: 20px 0;
}
.spr-ir-module-container .spr-ir-pagination li .current,
.spr-ir-module-container .spr-ir-pagination li a,
.spr-ir-module-container .spr-ir-pagination li .current {
  padding: 3px 8px 2px;
  font-size: 14px;
  color: #333;
  border: 0;
}
.spr-ir-module-container .spr-ir-pagination li a:hover {
  border: 0;
}
.spr-ir-module-container .qm-copyright-footer {
  font-size: 12px;
  line-height: 150%;
  color: #555;
}
.spr-ir-module-container #spr-qm-content {
  margin-bottom: 20px;
}
.spr-ir-module-container .spr-ir-table .spr-sec-search {
  display: none;
}
.spr-ir-module-container .spr-ir-table .quick-filter {
  border: 0;
}
.spr-ir-module-container .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-module-container .spr-ir-table .quick-filter a:hover,
.spr-ir-module-container .spr-ir-table .quick-filter .active {
  text-decoration: none;
  border: 1px solid #333;
}
.spr-ir-module-container .spr-ir-table .quick-filter .active {
  background: #f2f2f2;
}
.spr-ir-module-container .spr-ir-pagination {
  width: 100% !important;
  padding: 20px 0;
}
#TB_window {
  top: 40px;
}
.spr-ir-module-container .analyst-coverage .qm_heading_bar td {
  font-size: 16px;
  font-weight: bold;
}
.spr-ir-module-container .analyst-coverage tbody td {
  font-size: 12px;
  text-transform: capitalize;
}
.spr-ir-module-container .qm_charts_tab .qm_content .qm_heading_bar td {
  background: #fff;
}
.spr-ir-module-container .spr-ir-charts a:link,
.spr-ir-module-container .spr-ir-charts a:visited {
  font-size: inherit !important;
  color: #0f2c59 !important;
  text-decoration: none !important;
}
.spr-ir-module-container .spr-ir-charts a:hover,
.spr-ir-module-container .spr-ir-charts a:active {
  color: #ca9500 !important;
  text-decoration: underline;
}
.spr-ir-module-container .spr-ir-charts .qmmt_header_bar,
.spr-ir-module-container .spr-ir-charts .qmmt_sub_header_bar {
  padding-top: 10px;
  margin-top: 10px;
  clear: both;
  border: 0;
}
.spr-ir-module-container .spr-ir-charts input.qmmt_input {
  width: 40px !important;
}
.spr-ir-module-container .spr-ir-charts td {
  padding: 3px;
}
.spr-ir-module-container form .qmmt_header_bar,
.spr-ir-module-container form .qmmt_sub_header_bar {
  padding-left: 0;
  background: none;
}
.spr-ir-module-container form .qmmt_header_bar .qmmt_header_text {
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  color: #0f2c59;
  background: none;
  border: 0;
}
.spr-ir-module-container form .qmmt_sub_header_bar .qmmt_sub_header_text {
  padding: 0;
  margin: 10px 0;
  font-size: 18px;
  color: #0f2c59;
  background: none;
}
.spr-ir-module-container .qmmt_chartBuilder table {
  width: 100%;
  text-align: left !important;
}
.spr-ir-module-container .qm_charts_tab &gt; tbody &gt; tr &gt; td {
  padding: 0;
}
.spr-ir-module-container .qm_charts_tab &gt; tbody &gt; tr + tr .qm_heading_bar {
  background: none repeat scroll 0 0 transparent;
}
.spr-ir-module-container .financials .nav-tabs {
  padding: 0 0 0 15px;
  margin: 0;
  list-style: none;
  border: 0;
}
.spr-ir-module-container .financials .nav-tabs li {
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
}
.spr-ir-module-container .financials .nav-tabs li a {
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  background: #f2f2f2;
  border-color: #dedede;
  color: #165187;
}
.spr-ir-module-container .financials .nav-tabs li.active a {
  color: inherit;
  background: #dedede;
  border-color: #dedede;
}
.spr-ir-module-container .financials .nav-tabs li.active a:hover {
  border-color: #dedede;
}
.spr-ir-module-container .financials .hide {
    display:block !important;
}
.spr-ir-module-container .financials .source {
    margin-top:20px;  
}
.spr-ir-module-container .financials .source h2 {
    margin-bottom:0;
}
.spr-ir-module-container .financials #related-documents {
  background:#F9F9F9;
  padding: 20px;
  border: 3px solid #dedede;
}
.spr-ir-module-container .report {
  width: 100%;
  margin-bottom: 0 !important;
  border: 2px solid #dedede !important;
}
.spr-ir-module-container .report .text {
  padding: 0;
}
.spr-ir-module-container .report tr {
  background: #f2f3f4 !important;
}
.spr-ir-module-container .report tr:nth-child(2n) {
  background: #f9f9f9 !important;
}
.spr-ir-module-container .report th {
  padding: 5px;
  font-size: 12px;
  background: #dedede !important;
}
.spr-ir-module-container .report .tl {
  text-align: left;
}
.spr-ir-module-container .report .tl div {
  width: auto !important;
}
.spr-ir-module-container .report .th {
  width: 15%;
  text-align: right;
  vertical-align: bottom;
}
.spr-ir-module-container .report td {
  font-size: 11.5px;
  vertical-align: middle;
}
.spr-ir-module-container .report td.pl a,
.spr-ir-module-container .report td.pl .a {
  display: block;
  padding: 10px;
}
.spr-ir-module-container .report td.pl a:hover {
  background: #fff !important;
}
.spr-ir-module-container .report td.nump,
.spr-ir-module-container .report td.num {
  padding: 10px;
  vertical-align: middle;
}
.spr-ir-module-container .report tr.rh {
  color: #fff !important;
  background: #98a3ad !important;
}
.spr-ir-module-container .report table.authRefData {
  z-index: 10;
  width: auto;
  background: transparent !important;
  border: 2px solid #aaa !important;
}
.spr-ir-module-container .report table.authRefData .body {
  width: 431px !important;
}
.spr-ir-module-container .report table.authRefData .hide {
  display: table-cell;
  background: #aaa !important;
}
.spr-ir-module-container .report td.pl .authRefData td.hide a:hover {
  background: transparent !important;
}
.spr-ir-module-container .report td.pl .authRefData table td {
  padding: 5px 0 5px 5px;
}
.spr-ir-module-container .authRefData p {
  padding-right: 15px;
  padding-left: 15px;
  font-size: 11.5px !important;
  line-height: 140% !important;
}
.spr-ir-module-container .spr-ir-faq .answer {
  list-style: none;
}
.spr-ir-module-container .spr-ir-faq li {
  margin-left: 0;
  background: none;
}
.spr-ir-module-container .spr-ir-faq .question {
  padding-left: 0;
}
.spr-ir-module-container #ir_kit td {
    padding: 5px;s
}
.spr-ir-module-container .spr-ir-form {
  padding-left: 0;
  font-size: 12px;
  background: none;
  border: 0;
}
.spr-ir-module-container .spr-ir-form label {
    margin-top:0;    
}
.spr-ir-module-container .spr-ir-form fieldset {
  clear: both;
  background: transparent;
}
.spr-ir-module-container .spr-ir-form fieldset.column {
  clear: none;
}
.spr-ir-module-container .spr-ir-form .checkbox .text {
  padding-left:20px;
}
.spr-ir-module-container .spr-ir-form .checkbox input {
  margin: 3px 3px 0;
}
.spr-ir-module-container #spr-email-alerts td {
  padding: 5px;
}
.spr-ir-module-container .spr-ir-media-file-list table {
  width: 100%;
}
.spr-ir-module-container .spr-ir-media-file-list td {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 0;
}
.spr-ir-module-container .spr-ir-media-file-list tr + tr {
  border-top: 1px solid #e3e3e3;
}
.spr-ir-module-container .stock-information .nav-tabs &gt; li.active &gt; a,
.spr-ir-module-container .stock-information .nav-tabs &gt; li.active &gt; a:hover,
.spr-ir-module-container .stock-information .nav-tabs &gt; li.active &gt; a:focus {
  border: 0;
}
.spr-ir-module-container .stock-information .nav-tabs &gt; li a:hover {
  background: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
@media (min-width: 1287px) {
  .spr-ir-module-container .container {
    width: 1270px;
    max-width: 1270px;
  }
}
@media (min-width: 1200px) and (max-width: 1286px) {
  .spr-ir-module-container .footer-left {
    max-width: 60%;
  }
  .spr-ir-module-container .footer-logo {
    float: left;
    max-width: 30%;
  }
  .spr-ir-module-container .footer-left ul {
    float: left;
    margin-top: 8px;
  }
  .spr-ir-module-container .copyright {
    margin-top: 10px;
  }
  .spr-ir-module-container .annual-report img {
    max-width: 48%;
    margin-top: 40px;
  }
  .spr-ir-module-container .annual-report .text {
    padding: 46px 15px;
  }
  .spr-ir-module-container .links-row .pull-left {
    max-width: 48%;
  }
  .spr-ir-module-container .links-row .pull-right {
    max-width: 52%;
  }
}
@media (max-width:1199px) {
	.main-nav ul li a {
		font-size:13px;
	}
  .spr-ir-module-container .financials .nav-tabs li {
    display: block;
  }
	.spr-ir-module-container .financials .nav-tabs {
		padding-left:1px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
  .spr-ir-module-container .page-hero .two-btn {
    width: 210px;
  }
  .spr-ir-module-container .page-hero .two-btn .btn {
    margin-top: 0;
  }
  .spr-ir-module-container .copyright {
    width: 100%;
  }
  .spr-ir-module-container .annual-report img {
    max-width: 48%;
    margin-top: 57px;
  }
  .spr-ir-module-container .report-info .download-links a {
    display: block;
  }
  .spr-ir-module-container .annual-report .header h2 {
    line-height: 17px;
  }
  .spr-ir-module-container .annual-report .text {
    padding: 48px 15px;
  }
  .spr-ir-module-container .subscribe {
    padding: 20px 15px;
  }
  .spr-ir-module-container .subscribe h2,
  .spr-ir-module-container .subscribe p {
    margin-right: 10px;
  }
  .spr-ir-module-container .subscribe .btn {
    min-width: 0;
  }
  .spr-ir-module-container .latest-presentation p,
  .spr-ir-module-container .latest-webcast p {
    padding-right: 20px;
  }
  .spr-ir-module-container .links-row .document-btn {
    margin-bottom: 5px;
  }
  .spr-ir-module-container .links-row .pull-left {
    max-width: 61%;
  }
  .spr-ir-module-container .links-row .pull-right {
    max-width: 39%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .spr-ir-module-container .page-hero .pull-left {
    max-width: 65%;
  }
  .spr-ir-module-container .page-hero .pull-right {
    max-width: 200px;
  }
  .spr-ir-module-container .page-hero .in-row .pull-right {
    max-width: 50%;
  }
  .spr-ir-module-container .page-hero .btn {
    margin-top: 37px;
  }
  .spr-ir-module-container .page-hero .two-btn .btn {
    margin-top: 0;
  }
  .spr-ir-module-container .page-hero .long + .pull-right .btn {
    margin-top: 45px;
  }
  .spr-ir-module-container .page-hero .btn {
    min-width: 175px;
  }
  .spr-ir-module-container .copyright {
    width: 100%;
    text-align: left;
  }
  .spr-ir-module-container .annual-report .text {
    padding: 25px 15px;
  }
  .spr-ir-module-container .subscribe h2,
  .spr-ir-module-container .subscribe p {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .spr-ir-module-container .slide {
    height: 340px;
  }
  .spr-ir-module-container .slide .member-name {
    width: 35%;
    height: 340px;
  }
  .spr-ir-module-container .slide .member-description {
    width: 65%;
    height: 340px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .spr-ir-module-container .contact-info p,
  .spr-ir-module-container .contact-info p a {
    font-size: 13px;
  }
  .spr-ir-module-container .contact-info p {
    word-break: break-word;
  }
  .spr-ir-module-container .btn-content p {
    max-width: 55%;
    margin-top: 0;
  }
  .spr-ir-module-container .btn-content .btn {
    margin-top: 7px;
  }
  .spr-ir-module-container .links-row .pull-left {
    max-width: 60%;
  }
  .spr-ir-module-container .links-row .pull-right {
    max-width: 40%;
  }
  .spr-ir-module-container .links-row .document-btn {
    margin-bottom: 5px;
  }
  .spr-ir-module-container .page-hero .row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .spr-ir-module-container .page-hero .row &gt; div {
    padding: 0 5px;
  }
  .spr-ir-module-container .page-hero .stock-box p {
    font-size: 24px;
  }
  .spr-ir-module-container .page-hero .stock-box.inline h3 {
    width: 67%;
    padding: 17px 15px;
  }
  .spr-ir-module-container .page-hero .stock-box.inline p {
    width: 33%;
    padding-left: 0;
    font-size: 14px;
  }
  .spr-ir-module-container .nav-tabs &gt; li {
    float: none;
    border: 0;
  }
  .spr-ir-module-container .nav-tabs &gt; li.active &gt; a,
  .spr-ir-module-container .nav-tabs &gt; li.active &gt; a:hover,
  .spr-ir-module-container .nav-tabs &gt; li.active &gt; a:focus {
    border: 0;
  }
}
@media (max-width: 991px) {
	.logo {
		margin:20px 0;
	}
	.main-nav ul li a,
	.main-nav ul li:last-child a {
		padding:10px;
	}
  .spr-ir-module-container img {
    max-width: 100%;
    height: auto;
  }
  .spr-ir-module-container .spr-ir-media-file-list,
  .spr-ir-module-container .spr-ir-media-file-list table,
  .spr-ir-module-container .spr-ir-sec-filings,
  .spr-ir-module-container .spr-ir-pagination,
  .spr-ir-module-container .spr-ir-media-file,
  .spr-ir-module-container .spr-ir-media-back-button {
    width: 100% !important;
    padding: 0 !important;
  }
  .spr-ir-module-container .spr-ir-table td {
    display: none;
  }
  .spr-ir-module-container .spr-ir-table .spr-sec-filter {
    display: table-cell;
  }
  .spr-ir-module-container .spr-ir-table td.spr-sec-date,
  .spr-ir-module-container .spr-ir-table td.spr-sec-date-head,
  .spr-ir-module-container .spr-ir-table td.spr-sec-desc-head,
  .spr-ir-module-container .spr-ir-table td.spr-sec-desc {
    display: table-cell;
  }
  .spr-ir-module-container .spr-ir-table td.spr-sec-desc-head + td {
    display: none;
  }
  .spr-ir-module-container .financials {
    max-width: 100%;
  }
  .spr-ir-module-container .financials .tab-content {
    max-width: 100%;
    overflow-y: scroll;
  }
  .spr-ir-module-container .spr-ir-pagination li .current {
    position: relative;
    top: -1px;
    border: 0 !important;
  }
  .spr-ir-module-container .report table.authRefData {
    display: none !important;
  }
  .spr-ir-module-container .spr-ir-form .column,
  .spr-ir-module-container .spr-ir-form fieldset.column {
    float: none;
    width: auto;
  }
  .spr-ir-module-container .spr-ir-form .column .padding {
    padding: 0;
  }
  .spr-ir-module-container .spr-ir-form .column + .column .padding {
    padding-left: 0;
  }
  .spr-ir-module-container .spr-ir-form .column input {
    width: 95%;
  }
  .spr-ir-module-container .spr-ir-form .column select {
    width: 98%;
  }
  .spr-ir-module-container #spr-email-alerts {
    width: 90%;
  }
  .spr-ir-module-container #spr-email-alerts select,
  .spr-ir-module-container #spr-email-alerts input {
    width: 80%;
  }
  .spr-ir-module-container #spr-email-alerts .StockDisplay1 input,
  .spr-ir-module-container #spr-email-alerts #ir-updates {
    width: auto;
  }
  .spr-ir-module-container .qm-detailed-quote-data {
    padding-left: 0;
  }
  .spr-ir-module-container .qm-detailed-quote-data td {
    display: block;
    margin-left: 0;
  }
  .spr-ir-module-container .qm-mm-chart-data &gt; table &gt; tbody &gt; tr &gt; td {
    display: block;
    width: 100%;
  }
  .spr-ir-module-container .qm_heading_bar &gt; tbody &gt; tr table td {
    display: block;
    width: auto;
  }
  .spr-ir-module-container .qm_maintext .qm_maintext {
    display: block;
    float: left;
  }
  .spr-ir-module-container #spr-qm-content &gt; div,
  .spr-ir-module-container #spr-qm-content &gt; div &gt; table {
    width: 100% !important;
  }
  .spr-ir-module-container .qm-mm-chart-data {
    width: 100%;
    text-align: center;
    background: #fff;
  }
  .spr-ir-module-container .qm-mm-chart-data table {
    margin: 0 auto;
    overflow: hidden;
  }
  .spr-ir-module-container .qm-mm-chart-data &gt; table &gt; tbody &gt; tr &gt; td:first-child {
    width: 100% !important;
  }
  .spr-ir-module-container #spr-qm-container img {
    max-width: 280px !important;
    height: auto;
  }
  .spr-ir-module-container #chart_cell_4518 td {
    display: block;
  }
  .spr-ir-module-container .qm_main &gt; table &gt; tbody &gt; tr:first-child &gt; td {
    display: block;
  }
  .spr-ir-module-container .qm_charts_tab form &gt; table:first-child &gt; tbody &gt; tr:first-child &gt; .qm_maintext,
  .spr-ir-module-container form &gt; table:first-child &gt; tbody &gt; tr:first-child &gt; .qm_maintext + td {
    display: block;
    width: 100%;
  }
  .spr-ir-module-container .qm_charts_tab form &gt; table:first-child &gt; tbody &gt; tr:first-child &gt; .qm_maintext + td &gt; table {
    width: 100%;
    text-align: left;
  }
  .spr-ir-module-container .qm_history_historyContent td:nth-child(n+6) {
    display: none;
  }
  .spr-ir-module-container #qm_history_endRow {
    display: block;
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .spr-ir-module-container #mobile-nav,
  .spr-ir-module-container #sub-navigation {
    display: block;
  }
}
@media (max-width: 767px) {
  .spr-ir-module-container table {
    max-width:100%;
    width:100% !important;
  }
  .spr-ir-module-container .logo {
    max-width: 75%;
  }
  .spr-ir-module-container .sidebar-nav {
    padding: 0;
  }
  .spr-ir-module-container .sb-nav {
    padding: 15px 15px 0;
  }
  .spr-ir-module-container .mobile-sub-nav-trigger {
    width: 100%;
    padding: 13px 30px;
    margin-bottom: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #00467f;
  }
  .spr-ir-module-container .mobile-sub-nav-trigger:hover {
    color: #fff;
  }
  .spr-ir-module-container .mobile-sub-nav-trigger .eqicon-trigger {
    margin-right: 7px;
  }
  .spr-ir-module-container .mobile-sub-nav-trigger .eqicon-trigger:before {
    content: "\e605";
  }
  .spr-ir-module-container .mobile-sub-nav-trigger.collapsed .eqicon-trigger:before {
    content: "\e604";
  }
  .spr-ir-module-container footer {
    padding: 20px 0;
  }
  .spr-ir-module-container .footer-left {
    width: 100%;
    text-align: center;
  }
  .spr-ir-module-container .footer-logo {
    float: none;
    max-width: 75%;
    margin: 0 auto;
  }
  .spr-ir-module-container .footer-left ul {
    display: none;
  }
  .spr-ir-module-container .copyright {
    width: 100%;
    text-align: center;
  }
  .spr-ir-module-container .box .single-new p {
    max-width: 100%;
  }
  .spr-ir-module-container .results-info {
    padding-bottom: 15px !important;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }
  .spr-ir-module-container .annual-report .text {
    padding: 25px 15px;
  }
  .spr-ir-module-container .subscribe {
    padding: 20px 15px;
    text-align: center;
  }
  .spr-ir-module-container .subscribe h2,
  .spr-ir-module-container .subscribe p {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .spr-ir-module-container .company-overview img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto;
  }
  .spr-ir-module-container .company-overview .text {
    float: none;
    width: 100%;
  }
  .spr-ir-module-container .btn-content p {
    margin: 0 0 10px;
  }
  .spr-ir-module-container .btn-content .pull-right {
    float: none !important;
  }
  .spr-ir-module-container .document-list .links-row p {
    margin: 0;
  }
  .spr-ir-module-container .link {
    font-size: 11px !important;
  }
  .spr-ir-module-container .latest-presentation .header h2 {
    line-height: 20px;
  }
  .spr-ir-module-container .icon-bg-filing {
    line-height: 20px !important;
  }
  .spr-ir-module-container .document-btn {
    width: 65px;
    height: 65px;
    margin-bottom: 5px;
  }
  .spr-ir-module-container .document-btn .helper {
    height: 65px;
  }
  .spr-ir-module-container .links-row .pull-right {
    max-width: 60%;
  }
  .spr-ir-module-container .links-row .pull-left {
    max-width: 40%;
  }
  .spr-ir-module-container .links-row .pull-left .date {
    font-size: 10px;
  }
  .spr-ir-module-container .links-row .pull-left p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .spr-ir-module-container .qm-quote-data .qm-quote-data-item {
    display: block;
    width: 100%;
    text-align: center;
  }
  .spr-ir-module-container .qm-quote-data .qm-quote-data-item .qm_maintext {
    float: none;
  }
}
.stock-information td,
.stock-information th,
.financials td,
.financials th,
.spr-ir-sec-filings td,
.spr-ir-sec-filings th {
    border: inherit;
    padding: inherit;
    background: inherit;
}

.pagination li {
    background: none;
    padding: 0;
}

@media(max-width:767px) {
	.personnel-listing .member,
	.personnel-listing .text .info,
	.personnel-listing .text .image {
		display:block;
		width:auto;
	}
	.personnel-listing .image {
		float:right;
	}
    .page-hero {
        height: 250px
    }
}
.personnel-listing .member {
    padding-bottom: 30px;
}
.personnel-listing p:last-child {
	margin-bottom:0;
}
.personnel-listing h2 {
	margin:0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.personnel-listing .title,
.personnel-listing .description {
	margin: 0;
	font-style: italic;
	font-size: 18px;
	margin-bottom: 20px;
	color: #888888;
}
.personnel-listing p:not(.title) {
    margin-top: 20px;
}
.personnel-listing .member + .member {
	border-top:1px solid #ebeced;
	padding-top: 30px;
}
.personnel-listing .committees {
	margin-top: 40px;
}
.personnel-listing .committees h3 {
	margin:0;
}
.personnel-listing .committees table {
	margin:20px 0 40px;
}
.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;
	padding: 20px;
}
td &gt; .committee-role {
	display:inline-block;
	margin:0 15px;
}
.committee-role .role-circle {
	background:transparent;
	border:1px solid #ccc;
	border-radius:50%;
	display:inline-block !important;
	height:20px;
	margin-right:10px;
	position:relative;
	top:5px;
	width:20px;
	padding: 0;
}
.committee-role .chair {
	background-color:#319fe3;
	border-color:#319fe3;
}
.committee-role .member {
	background-color:#89c647;
	border-color:#89c647;
}
.committees .content-table {
    width: 100%;
}
.committees td {
    background: #f4f4f4;
}
.committee-list {
    width: 100%;
}
.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 .doc-buttons .btn {
	padding-left:0;
	padding-right:0;
	width:120px;
}
.content-table.style-2 {
	text-align:left;
}
.content-table.style-2 tbody tr {
	border-bottom:1px solid #ebeced;
}
.content-table.style-2 th {
    text-align:left;    
}
.content-table.style-2 td {
	background:transparent;
	border:0;
	text-align:left;
	vertical-align:top;
}
.content-table.style-2  {
    text-align:center;
}
.content-table td + td {
	border-left:0;	
}
.content-table td img {
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}
.content-table .col-title {
	text-align:left;
	width:50%;
}
.content-table.g-docs .col-title {
    width: auto;
}
.content-table.g-docs tr td:first-child {
    width: 80%;
}
.content-table.g-docs tr th:last-child {
    text-align: center;
}
.content-table th.col-title .description {
	color:#319fe3;
	display:block;
	font-size:12px;
	font-weight:300;
	margin-top:5px;
}
.content-table.doc-list th,
.content-table.doc-list td {
	padding:25px;
}
.content-table td p.title {
	font-size:18px;
}
.content-table td p {
	margin:0;
	line-height:1.5em;
}
.content-table td * + p {
    margin-top:10px;
}
.content-table.committee-list .col-title {
    width:auto;
	font-size: 18px;
	
	padding: 10px;
}
.pg-corporate-governance .content-table.committee-list .col-title {
	width:270px;
}
.content-table.committee-list .col-role {
    width:190px;
    text-align: center;
	font-size: 18px;
	
	padding: 10px;
}
.pg-corporate-governance .content-table.committee-list .col-role {
		text-align:left;
		width:auto;
}
.content-table.committee-list td .name {
    color:#777;
    font-size:16px;
}
.content-table.committee-list td .title {
    font-size:13px;
    font-weight:600;
}
.content-table.committee-list td .bio-link {
    margin-top:10px;
}
.content-table.committee-list td .bio-link a {
    font-size:12px;
}
.content-table.committee-list td .role-circle {
    margin-right:0;
    margin-left: calc(50% - 10px);
}
.content-table.committee-list td .role-label {
    display:block;
    font-size:12px;
    margin-left:0;
    margin-top: 5px;
    text-align: center;
}
.pg-corporate-governance .content-table.committee-list td .non-member + .role-label {
	color:#ccc;			
}

/* Bootstrap Override */
.media {
    overflow: visible;
}
.text.quarter {
    border-bottom: 1px solid #ccc;
}

.toggle-wrapper &gt; .text &gt; .text:last-of-type .quarter {
    border-bottom: 0;
}

.spr-ir-module-container #spr-qm-content &gt; div,
.spr-ir-module-container #spr-qm-content &gt; div &gt; table {
  width: 100% !important;
  padding: 2px;
}
.spr-ir-module-container .qm_main,
.spr-ir-module-container .qm_maintext,
.spr-ir-module-container .qm_cycle,
.spr-ir-module-container .qm_activebutton,
.spr-ir-module-container .qm_inactivebutton,
.spr-ir-module-container .qm_cycledown,
.spr-ir-module-container .qm_cycleup {
  color: #333;
  vertical-align: top;
}

.spr-ir-module-container .qm_maintext.qm-mm-chart {
    position: relative;
    top: 2px;
}
.spr-ir-module-container .spr-ir-quote .qm_cycle,
.spr-ir-module-container .spr-ir-quote td.qm_main .qm_maintext,
.spr-ir-module-container .qm-mm-chartnav td {
  color: #333;
}

.qm_quotebar .qm_heading_text {
border-width: 1px;
border-color: #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-right-style: dotted;
border-right-color: #ccc;
padding: 0 20px;
text-align: center;

}

.qm_quotebar .qm_heading_text:last-child {
border-right: none;
}
@media (min-width: 1330px) {
    .qm_quotebar .qm_heading_text {
        width: auto;
        white-space: nowrap;
    }
}

@media (max-width: 991px) {
    .qm_quotebar .qm_heading_text {
        padding: 10px 25px;
        text-align: left;
        border-top: none;
        border-right: none;
    }
    
    .qm_quotebar .qm_heading_text:last_child {
        border-bottom: none;
    }
}

@media (min-width: 768px) {
    .no-sidebar {
        padding-right: 30px;
    }
    .no-subnav {
        padding-left: 30px;
    }
}
label.error {
    color: red;
    display: block;
    font-size: 14px;
    margin-top: -10px;
}
.spr-ir-module-container .btn:hover,
.spr-ir-module-container .header a:hover,
.spr-ir-module-container .link:hover,
.spr-ir-module-container .media a:hover {
    text-decoration: none;
}
.quarterly-results .quarter {
    border-bottom: 0;
}
.email-alerts-form {
    margin-bottom: 20px;
}

/** Related **/
.related-documents {
	position:relative;
	z-index:100;
	margin:20px 0;
	clear:right;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
    padding: 10px 0;
    padding-bottom: 0;
}
h1 + .related-documents {
	padding-top:0;
}
.related-documents .date,
.related-documents .date + .pull-right &gt; .link {
	display:block;
	line-height:1;
	margin:0;
	padding:10px 0 8px;
	font-size:12px;
} 
.related-documents .date {
	margin-bottom: 0;
	float: left;
}
.release-time {
    padding-bottom: 8px;
}
.related-documents h2 {
	padding-bottom:5px;
	font-size:18px;
}
.related-documents ul {
	padding:0;
	margin:0;
	list-style:none;
}
.related-documents li {
	padding-top:10px;
}
.related-documents .link {
	margin-left:15px;
	position: relative;
}
.related-documents .row .result-line {
    padding: 10px 0;
    margin: 0 15px;
}
.related-documents .row .result-line:first-of-type {
    padding-top: 10px;
}
.related-documents .text {
    padding: 0;
}
.inline-cta + .inline-cta {
    border-top: 1px solid #ccc;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px
}

.inline-cta h3 {
    margin-top: 0;
}
.pg-contact-us .contact-info p{
    margin-bottom: 20px;
    
}
.media-row + .media-row {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
}
.media-row img {
        box-shadow: 2px 2px 6px #888;
}
.media-row h3 {
    margin-top: 0;
}
@media (max-width: 767px) {
    .media-row .video-player.pull-left {
        float: none !important;
        display: block;
        margin-bottom: 20px;
    }
}
/* IR Video Hero */

.investor-video-hero {
  position: relative;
  background-position: 100% 60%;
}


@media (min-width: 1460px) {
    .investor-video-hero {
        height: 452px;
    }
}

@media (max-width: 1459px) {
    .investor-video-hero {
        height: 452px;
    }
}

@media (min-width: 1700px) {
    .investor-video-hero {
        height: 452px;
    }
}

@media (min-width: 2000px) {
    .investor-video-hero {
        height: 452px;
    }
}

@media (max-width: 1200px) {
    .investor-video-hero {
        height: 250px;
    }
}


.investor-video-hero .text {
  text-align: center;
    position: absolute;
    right: 120px;
    bottom: 40px;
}

.investor-video-hero .text * {
  position: relative;
  z-index: 2;
}

.investor-video-hero .text h2, .investor-video-hero .text a {
  color: #fff;
}

.investor-video-hero .text:hover * {
}

.investor-video-hero .text:hover:after {
  opacity: 0.8;
  transition: opacity 300ms;
}
.media-video {
    width: 100%;
    max-width: 640px;
}
.video-row-module {
    padding: 60px 15px;
    background: #fff;
}
.video-row-module video {
    box-shadow:         0px 3px 13px 0px rgba(50, 50, 50, 0.39);
}
.video-row-module .text {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
}
.video-row-module h2 {
    font-size: 30px;
}

.callout {
 text-align: center;
 font-size: 40px;
 line-height: 40px;
}

@media (max-width: 771px) {
    .callout {
        font-size: 20px;    
        line-height: 30px;
    }
}

.notice-banner {
    background: #5ea5ae;
}

.notice-banner h3, .notice-banner p {
    color: #fff;
}

.notice-banner h3 {
    font-size: 18px;
    text-align: center;
}

@media (max-width: 771px) {
    .notice-banner h3 {
        font-size: 16px;
    }
    .notice-banner p {
        font-size: 14px;
    }
}

/*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: 10px 0px;
}
tbody .qmod-control.control {
    display: block;
    margin: 6px 0px 0px;
    max-width: 60%;
}
@media (max-width: 480px) {
    tbody .qmod-control.control {
        margin: 8px 0px 0px;
    }
}
@media (max-width: 480px) {
    thead .qmod-control.control {
        display: inherit;
    }
}
.qmod-ui-tool .qmod-calendar-control .right-addon i {
    top: 6px;
}
.qtool .loader {
    left: 50%;
    margin-top: 20px;
    margin-bottom: 200px;
}
.qmod-attribution {
    font-size: 14px;
}

/*Specific*/
.box.qmod-container {
    border: none;
    box-shadow: none;
}
.qtool a{
    font-weight: 400;
}
.qmod-datepicker.flatpickr-input.form-control.input{
    height: 46px;
}
.qtool th{
    color: inherit;
    text-transform: none;
}
.qtool td.qmod-control.control{
    border: none;
}
.recaptcha-wrap {
    margin-bottom: 20px;    
}

.pipeline-chart .in-progress .text .arrow::before, .pipeline-chart .in-progress .text .arrow::after {
    /* 
    Changed it to reduce the issue of a line appearing on the right side of the arrow if zooming in
    Ticket: https://equisolve.freshdesk.com/a/tickets/485453
    */
    left: -0.2px;
}
.pipeline-chart .in-progress .text .arrow::after {
    border-left: 16px solid transparent;
}
.pipeline-chart .in-progress .text .arrow::before {
    border-left: 16px solid transparent;
}
.pipeline-chart tr {
    position: relative;
}
.pipeline-chart tr.collab-row {
    /* background-color: #e3f0da; */
}
.pipeline-chart tr.collab-row td:first-of-type {
    background-color: #fff;
}
.pipeline-chart tr.collab-row .in-progress .text .arrow:before {
    /* border-bottom: #e3f0da solid 15px; */
}
.pipeline-chart tr.collab-row .in-progress .text .arrow:after {
    /* border-top: #e3f0da solid 15px; */
}
@media (min-width: 1199px) {
    .home .pipeline-chart td .collab {
        min-width: 1150px;
    }
}
@media (max-width: 1199px) and (min-width: 991px) {
    .home .pipeline-chart td .collab {
        min-width: 920px;
    }
}
.pipeline-chart td .collab {
    position: absolute;
    width: 100%;
    min-width: 828px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: right;
}



@media (max-width: 1199px) {
    .pipeline-chart td .collab {
        min-width: 658px;
    }

    .pipeline-chart td .collab p {
        font-size: 14px;
    }

    .pipeline-chart td .collab img {
        max-width: 100px;
    }
}

.pipeline-chart td .collab p,
.pipeline-chart td .collab img {
    display: inline-block;
    margin: 0;
}

.pipeline-chart td .collab p {
    margin-right: 10px;
}

@media (max-width: 991px) {
    .pipeline-chart td .collab {
        position: relative;
        width: 100%;
        min-width: 0;
        margin-top: 10px;
        top: auto;
        left: 0;
        transform: none;
        text-align: center;
    }
    .pipeline-chart td .collab p,
    .pipeline-chart td .collab img {
        display: block;
    }
    .pipeline-chart td .collab p {
        margin: 20px 0 0;
    }
    .pipeline-chart td .collab img {
        max-width: 150px;
        margin: 10px auto 10px;
    }
}

/* Pipeline Updates 29SEP2021 */

/* General */
.pipeline th {
    background-color: #4273b1;
}
.pipeline-chart .candidate-phase {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #3f3f3f;
}
.pipeline-chart tr td:nth-child(1) {
    font-weight: 700;
}
.pipeline-chart td .text,
.pipeline-chart .in-progress .text .arrow {
	height: 30px;
}
.pipeline-chart td .collab p {
    position: relative;
    top: 2px;
}
.collab-text strong {
    font-size: 14px;
    font-weight: 500;
    color: #3f3f3f;
}
@media (max-width: 991px) {
    .pipeline-chart td .status .text {
        margin-top: 10px !important;
    }
    .pipeline-chart td .collab p {
        margin: 0;
    }
    .pipeline-chart td .collab img {
        margin: 0 auto;
    }
    .pipeline-chart td .collab {
        padding: 5px 0;
        background-color: #fff;
    }
    .pipeline-chart td .text,
    .pipeline-chart .in-progress .text .arrow {
        height: auto;
    }
    /* Needed to overwrite the background upon resize to mobile */
    .pipeline-chart .color-purple-one td.p-0 .status .text {
        background: #7175b0 !important;
    }
    .pipeline-chart .color-purple-two td.p-0 .status .text {
        background: #7c9adf !important;
    }
    .pipeline-chart .color-purple-three td.p-0 .status .text {
        background: #7276b0 !important;
    }
    .pipeline-chart .color-purple-four td.p-0 .status .text {
        background: #4c94b0 !important;
    }
    .pipeline-chart .color-green-one td.p-0 .status .text {
        background: #42a7b4 !important;
    }
    .pipeline-chart .color-green-two td.p-0 .status .text {
        background: #299fd3 !important;
    }
    .pipeline-chart .color-blue-one td.p-0 .status .text {
        background: #4da0c6 !important;
    }
}

/* Color Purple One */
.pipeline-chart .color-purple-one td:first-of-type {
    color: #fff;
    background: #8e2dff !important; /* Needed if First td of Table */
}
.pipeline-chart .color-purple-one td:nth-of-type(2) {
    background: #c9c4e7;
}
.pipeline-chart .color-purple-one td:nth-of-type(2) a {
    color: #3f3f3f;
}
.pipeline-chart .color-purple-one td.p-0 .status .text,
.pipeline-chart .color-purple-one td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-purple-one td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(113,117,176,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(113,117,176,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(113,117,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7175b0',GradientType=1 );
}
.pipeline-chart .color-purple-one td .complete .text {
    background: #7175B0;
    background-color: #7175B0;
}
.pipeline-chart .color-purple-one td .status:not(.complete) .text {
    background: #7175B0;
    background-color: #7175B0;
}
.pipeline-chart .color-purple-one td .in-progress .text .arrow {
    background: #7175B0;
    background-color: #7175B0;
}

/* Color Purple Two */
.pipeline-chart .color-purple-two td:first-of-type {
    color: #fff;
    background: #652a96 !important; /* Needed if First td of Table */
}
.pipeline-chart .color-purple-two td:nth-of-type(2) {
    background: #a9b8dd;
}
.pipeline-chart .color-purple-two td:nth-of-type(2) a {
    color: #3f3f3f;
}
.pipeline-chart .color-purple-two td.p-0 .status .text,
.pipeline-chart .color-purple-two td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-purple-two td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(124,154,223,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(124,154,223,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(124,154,223,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7c9adf',GradientType=1 );
}
.pipeline-chart .color-purple-two td .complete .text {
    background: #7c9adf;
    background-color: #7c9adf;
}
.pipeline-chart .color-purple-two td .status:not(.complete) .text {
    background: #7c9adf;
    background-color: #7c9adf;
}
.pipeline-chart .color-purple-two td .in-progress .text .arrow {
    background: #7c9adf;
    background-color: #7c9adf;
}

/* Color Purple Three */
.pipeline-chart .color-purple-three td:first-of-type {
    color: #fff;
    background: #5b005b !important; /* Needed if First td of Table */
}
.pipeline-chart .color-purple-three td:nth-of-type(2) {
    background: #a9b8dd;
}
.pipeline-chart .color-purple-three td:nth-of-type(2) a {
    color: #3f3f3f;
}
.pipeline-chart .color-purple-three td.p-0 .status .text,
.pipeline-chart .color-purple-three td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-purple-three td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(114,118,176,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(114,118,176,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(114,118,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#7276b0',GradientType=1 );
}
.pipeline-chart .color-purple-three td .complete .text {
    background: #7276b0;
    background-color: #7276b0;
}
.pipeline-chart .color-purple-three td .status:not(.complete) .text {
    background: #7276b0;
    background-color: #7276b0;
}
.pipeline-chart .color-purple-three td .in-progress .text .arrow {
    background: #7276b0;
    background-color: #7276b0;
}

/* Color Purple Four */
.pipeline-chart .color-purple-four td:first-of-type {
    color: #fff;
    background: #434784 !important; /* Needed if First td of Table */
}
.pipeline-chart .color-purple-four td:nth-of-type(2) {
    background: #acc6dd;
}
.pipeline-chart .color-purple-four td:nth-of-type(2) a {
    color: #3f3f3f;
}
.pipeline-chart .color-purple-four td.p-0 .status .text,
.pipeline-chart .color-purple-four td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-purple-four td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(76,148,176,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(76,148,176,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(76,148,176,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4c94b0',GradientType=1 );
}
.pipeline-chart .color-purple-four td .complete .text {
    background: #4c94b0;
    background-color: #4c94b0;
}
.pipeline-chart .color-purple-four td .status:not(.complete) .text {
    background: #4c94b0;
    background-color: #4c94b0;
}
.pipeline-chart .color-purple-four td .in-progress .text .arrow {
    background: #4c94b0;
    background-color: #4c94b0;
}

/* Color Green One */
.pipeline-chart .color-green-one td:first-of-type {
    color: #fff;
    background: #007586 !important; /* Needed if First td of Table */
}
.pipeline-chart .color-green-one td:nth-of-type(2) {
    background: #78c7cb;
}
.pipeline-chart .color-green-one td:nth-of-type(2) a {
    color: #3f3f3f;
    font-weight: inherit;
}
.pipeline-chart .color-green-one td.p-0 .status .text,
.pipeline-chart .color-green-one td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-green-one td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(66,167,180,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(66,167,180,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(66,167,180,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#42a7b4',GradientType=1 );
}
.pipeline-chart .color-green-one td .complete .text {
    background: #42a7b4;
    background-color: #42a7b4;
}
.pipeline-chart .color-green-one td .status:not(.complete) .text {
    background: #42a7b4;
    background-color: #42a7b4;
}
.pipeline-chart .color-green-one td .in-progress .text .arrow {
    background: #42a7b4;
    background-color: #42a7b4;
}

/* Color Green Two */
.pipeline-chart .color-green-two td:first-of-type {
    color: #fff;
    background: #008ca0 !important; /* Needed if First td of Table */
}
.pipeline-chart .color-green-two td:nth-of-type(2) {
    background: #acc6dd;
}
.pipeline-chart .color-green-two td:nth-of-type(2) a {
    color: #3f3f3f;
}
.pipeline-chart .color-green-two td.p-0 .status .text,
.pipeline-chart .color-green-two td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-green-two td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(41,159,211,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(41,159,211,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(41,159,211,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#299fd3',GradientType=1 );
}
.pipeline-chart .color-green-two td .status:not(.complete) .text {
    background: #299fd3;
    background-color: #299fd3;
}
.pipeline-chart .color-green-two td .in-progress .text .arrow {
    background: #299fd3;
    background-color: #299fd3;
}

/* Color Green Two */
.pipeline-chart .color-blue-one td:first-of-type {
    color: #fff;
    background: #1c568d !important; /* Needed if First td of Table */
}
.pipeline-chart .color-blue-one td:nth-of-type(2) {
    background: #a8cae9;
}
.pipeline-chart .color-blue-one td:nth-of-type(2) a {
    color: #3f3f3f;
}
.pipeline-chart .color-blue-one td.p-0 .status .text,
.pipeline-chart .color-blue-one td.p-0 .status:not(.complete) .text,
.pipeline-chart .color-blue-one td.p-0 .in-progress .text .arrow {
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.01) 1%, rgba(77,160,198,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(77,160,198,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.01) 1%,rgba(77,160,198,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#4da0c6',GradientType=1 );
}
.pipeline-chart .color-blue-one td .status:not(.complete) .text {
    background: #4da0c6;
    background-color: #4da0c6;
}
.pipeline-chart .color-blue-one td .in-progress .text .arrow {
    background: #4da0c6;
    background-color: #4da0c6;
}</pre></body></html>