/****** GENERAL STYLES*****/
body {
	font-family:'Open Sans',sans-serif;
	position:relative;
	left:0;
	color:#333333;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	background:#bbb;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.bg-wrapper {
	background:#ccc;
	background: linear-gradient(to bottom, #eee, #bbb);
}
.push-to-left {
	left:-80%;
}
img {
	max-width:100%;
	height:auto;
}
*:focus {
		outline:none !important;
		border:none;
		text-decoration:none;
}
h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a {
		line-height:1.2em;
		font-weight:700;
		margin:0 0 15px;
}
h1,h1 a,h1 a:hover,h2.title,h2.title a,h2.title a:hover {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:25px;
	color:#666666;
	text-transform:uppercase;
	line-height:1.2em;
}
h2,h2 a,h2 a:hover,
.gs-title{
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:18px;
	line-height:1.333em;
	color:#148cfa;
	text-transform:uppercase;
}
h3,h3 a,h3 a:hover {
	font-family:'tisa-pro','Merriweather',serif;
	font-size:16px;
	color:#666666;
	/*font-style:italic;*/
}
h4,h4 a,h4 a:hover {
	font-family:'Open Sans',sans-serif;
	font-size:16px;
	color:#333;
	line-height:1.56em;
}
p {
	font-size:16px;
	line-height:1.5em;
	margin:0 0 25px;
	color:#333333;
	overflow:hidden;
}
a {
	color:#148cfa;
	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:#002b51;
	text-decoration:none;
}
a.cta {
	font-family:'tisa-pro','Merriweather',serif;
	display:inline-block;
	font-size:18px;
	font-style:italic;
}
h1 .cta,h2 .cta,h3 .cta,h4 .cta {
	margin:0;
}
ul {
	margin:0 0 25px;
	padding-left:0;
}
ul.columns {
    -webkit-columns:2;
    -ms-columns:2;
    -moz-columns:2;
    columns:2;
}
ul li {
	list-style:none;
	margin:15px 0;
	background:url(../images/ul-icon.png) no-repeat 2px 9px;
	padding-left:18px;
	font-size:14px;
	font-weight:400;
	color:#333;
}
ul.columns li:first-child {
    margin-top:0;
}
ol {
	list-style-position:inside;
	margin:0 0 25px;
	padding-left:0;
	counter-reset:item;
}
ol li {
	margin:15px 0;
	display:block;
	list-style-position:outside;
	font-size:14px;
	font-weight:400;
	color:#333333;
	padding-left:18px;
	position:relative;
}
ol li:before {
	font-family:'Open Sans',sans-serif;
	color:#148cfa;
	content:counters(item,".",decimal) '.';
	counter-increment:item;
	font-weight:700;
	font-size:14px;
	line-height:1.2em;
	left:0;
	position:absolute;
	top:2px;
}
ol li ol li {
	padding-left:20px;
}
ol li ol li ol li {
	padding-left:40px;
}
.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 #ccc;
	margin:20px 0;
}
.vertical-align {
	display:table;
	width: 100%;
}
.vertical-align>.wrapper {
	display:table-cell;
	vertical-align:middle;
}
.btn {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:14px;
	font-weight:700;
	color:#148cfa;
	padding:15px 35px;
	line-height:1em;
	display:inline-block;
	background:transparent;
	border:2px solid #cccccc;
	text-transform:uppercase;
	border-radius:100px;
	margin-bottom:5px;
	text-align:center;
	transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
	white-space:normal;
}
.btn:hover,.btn:focus {
	background:#148cfa;
	color:#fff;
	border:2px solid #148cfa;
}
.dark .btn {
	color:#fff;
	border:2px solid #fff;
}
.dark .btn:hover,.dark .btn:focus {
	background:#fff;
	border:2px solid #fff;
	color:#148cfa;
}
.full-width.btn {
	display:block;
	padding-left:0;
	padding-right: 0;
}
/*form styles*/
form label {
	font-size:16px;
	font-family:'Open Sans',sans-serif;
	color:#333333;
	font-weight:400;
}
.form-block {
	margin-bottom:15px;
}
input[type="text"],input[type="email"],textarea {
	border:none;
	border-radius:0;
	margin-bottom:10px;
	margin-top:0;
	padding:13px 15px;
	width:100%;
	font-weight:400;
	font-size:16px;
	background:#f3f3f3;
}
.form-control {
    height:auto;
}
textarea {
	resize:none;
}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus {
	border:none;
}
.collapse-select .dropdown-menu {
	position:relative;
}
.dropdown-menu ul li:before {
	display:none;
}
.main-select {
	font-family:'Open Sans',sans-serif;
	background:#f3f3f3;
	padding:13px 15px;
	border-radius:0;
	margin-top:0;
	margin-bottom:0;
	color:#b3b3b3;
	font-size:16px;
	font-weight:400;
	text-transform:none;
	border:none;
	line-height:1.5em;
}
.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*="span"] {
	margin-bottom:20px;
}
.bootstrap-select.btn-group .btn .caret {
	right:20px;
	border-top-width:8px;
	border-bottom-width:8px;
	border-left-width:5px;
	border-right-width:5px;
	border-top-color:#148cfa;
	margin-top:-3px;
}
.dropup .caret {
	border-bottom:8px solid #148cfa;
}
.main-select:hover,.main-select:focus {
	background:#f3f3f3;
	color:#b5b8bb;
	border:none;
}
.dropdown-menu ul li {
	margin:0;
	padding-left:0;
	background:none;
}
.dropdown-menu ul li a {
	padding-top:8px;
	padding-bottom:8px;
}
.dropdown-menu li .text {
	padding: 0;
}
/*input file*/
.file-input-box {
	width:100%;
	display:inline-block;
}
.file-text {
	display:inline-block;
	background:#eee;
	width:100%;
	text-align:left;
	border:none;
	color:#ccc;
	padding:15px 17px 15px 18px;
	border-radius:0;
	position:relative;
}
.file-text input[type="file"] {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	font-size:100px;
	text-align:right;
	filter:alpha(opacity=0);
	opacity:0;
	outline:none;
	background:white;
	cursor:inherit;
	display:block;
}
.file-input-box p {
	font-family:'tisa-pro','Merriweather',serif;
	margin:5px 0 20px;
	font-size:12px;
	font-style:italic;
	color:#666666;
	padding-left:18px;
}
.eqicon-file {
	width:18px;
	height:18px;
	background:url(../images/image-careers-upload-icon.png) no-repeat;
	position:relative;
	top:3px;
	margin-right: 8px;
}
/*Table Styles*/
.content-table {
	margin-bottom:16px;
	width:100%;
}
.content-table,.content-table th,.content-table td {
	border-collapse:collapse;
}
.content-table th {
	font-size:16px;
	font-weight:700;
	background:#002b51;
	color:#fff;
	text-transform:none;
	text-align:center;
	padding:25px 15px;
	border-right:1px solid #00437f;
}
.content-table th:first-child,
.content-table td:first-child {
	text-align:left;
}
.content-table th:last-of-type {
	border-right:none;
}
.content-table td {
	height:65px;
	border:1px solid #dbdbdb;
	border-top:none;
	font-size:16px;
	font-weight:400;
	background:#f5f5f5;
	color:#333333;
	text-align:center;
	padding:10px 15px;
	line-height:1em;
}
.inner-heading-table td {
	background:#ebebeb;
}
.inner-heading td,.inner-heading-table .inner-heading td {
	background:#fafafa;
}
.content-table tr:nth-of-type(2n) td {
	background:#ebebeb;
}
.inner-heading-table tr:nth-of-type(2n) td {
	background:#f5f5f5;
}
.content-table td.candidate {
	color:#148cfa;
}
.content-table td.pipeline-block {
	width: 56%;
}
/*remove outer border from table*/
.content-table tr:first-child th {
	border-top:none;
}
.content-table tr:last-child td {
	border-bottom:none;
}
.content-table tr td:first-child,
.content-table tr th:first-child {
	border-left:none;
}
.content-table tr td:last-child,tr th:last-child {
	border-right: none;
}
/*candidate pipeline module*/
.candidate-pipeline-module .title {
    text-transform: none;        
}
/*pipeline chart*/
.pipeline-chart {
    background:transparent;
	color:#404040;
	font-size:16px;
	width:100%;
	border-collapse:separate;
	overflow:hidden;
	border-radius:0;
	position:relative;
	table-layout:fixed;
	margin:20px 0;
}
.pipeline-chart th {
	font-family:'Open Sans',sans-serif;
	font-weight:400;
	padding:10px 0;
	text-align:center;
	text-transform:none;
	color:#333333;
	border:none;
	background:transparent;
	font-size:13px;
}
.pipeline-chart td {
	border:none;
	color:#404040;
	height:57px;
	position:relative;
	padding:0;
	font-size:14px;
	line-height:1.2em;
}
.pipeline-chart .pipe-row td:first-of-type,
.pipeline-chart .pipe-row td:first-of-type .status,
.pipeline-chart .pipe-row td:first-of-type .text {
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	overflow:hidden;
}
.pipeline-chart .pipe-row td:last-of-type,
.pipeline-chart .pipe-row td:last-of-type .status,
.pipeline-chart .pipe-row td:last-of-type .text {
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	overflow:hidden;
}
.pipeline-chart .pipe-row td:last-of-type .status {
	border-right:none;
}
.pipeline-chart .status {
	font-size:14px;
	line-height:24px;
	text-indent:-2000px;
	font-weight:400;
	background:#fff;
	border-right:1px solid #ccc;
	height:57px;
	oveflow:hidden;
}
.pipeline-chart.dark-blue .status {
	border-right:1px solid #879bad;
}
.pipeline-chart.blue .status {
	border-right:1px solid #90c9fd;
}
.pipeline-chart td .text {
	padding:0;
	background:#e1385c;
	height:57px;
	position:relative;
}
.pipeline-chart .complete .text,.pipeline-chart .in-progress .text {
	color:#fff;
	display:block;
}
.pipeline-chart .in-progress .text {
	width: 50%;
}
/*small pipeline chart*/
.pipeline-chart.small th {
	font-size:11px;
}
.pipeline-chart.small td,.pipeline-chart.small td .text,.pipeline-chart.small td .status {
	height: 48px;
}
/*dark background*/
.dark h1,.dark h2,.dark h3,.dark h4,.dark p,.dark span,.dark li,.dark .pipeline-chart th {
	color: #fff;
}
/*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;
}
/*tooltip style*/
.tooltip-text {
	cursor:pointer;
	color:#148cfa !important;
}
.tooltip-inner {
	font-family:'Open Sans',sans-serif;
	background-color:#148cfa;
	color:#fff;
	font-size:14px;
	line-height:1.6em;
	border-radius:5px;
	max-width:350px;
	padding:15px;
	text-align:left;
	text-transform:none;
	font-weight:400 !important;
}
.tooltip.top .tooltip-arrow {
	border-top-color:#148cfa;
}
.tooltip.right .tooltip-arrow {
	border-right-color:#148cfa;
}
.tooltip.left .tooltip-arrow {
	border-left-color:#148cfa;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #148cfa;
}
/************HEADER*******/
header {
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:1001;
}
.main-header {
	background:rgba(255,255,255,1) url(../images/header-border.gif) repeat-x left bottom;
}
.logo {
	margin:29px 0 29px 44px;
}
.logo a {
	margin:0;
}
.main-nav {
	margin-top:48px;
	margin-right:70px;
}
.main-nav ul {
	margin:0;
	padding:0;
}
.main-nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	position:relative;
	z-index:0;
}
.main-nav ul .twitter a {
	padding-bottom:0;
}
.main-nav ul li.has-mega-menu {
	position:static;
}
.main-nav ul li a {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:15px;
	font-weight:700;
	margin-bottom:0;
	display:block;
	padding:0 9px 52px;
	position:relative;
	z-index:1001;
	text-transform:uppercase;
	color:#148cfa;
}
.main-nav ul li a:hover,.main-nav ul li a:focus,.main-nav ul .active>a {
	color:#002b51;
}
.main-nav>ul>.has-children:hover>a:before {
	content:"";
	width:0;
	height:0;
	display:block;
	position:absolute;
	border-width:7px;
	bottom:-14px;
	border-color:transparent;
	border-style:solid;
	border-top-color:#e1385c;
	left:50%;
	margin-left: -7px;
}

.main-nav .search input {
    width: 200px;
    margin-top: -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:10px;
	padding-bottom:10px;
	overflow:hidden;
		background:#002b51;
	background:rgba(0,43,81,0.95);
	width:172px;
	left:50%;
	margin-left:-86px;
	top:100%;
}
.main-nav ul li ul li {
	padding:0 20px;
	margin:0;
}
.main-nav ul li ul li a {
	font-family:'Open Sans',sans-serif;
	display:block;
	padding:5px 0;
		font-size:14px;
	font-weight:400;
	text-transform:none;
	color:#fff;
	border-bottom:1px solid #3c5b77;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
.main-nav ul li ul li a:hover,.main-nav ul li ul li a:focus {
	color:#148cfa;
	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 #0a4983;
	border-right:1px solid rgba(20,140,250,0.3);
	padding-top:0;
	box-shadow:none;
	overflow:hidden;
}
.main-nav ul li .mega-menu ul:last-child {
	border-right:none;
}
.main-nav ul li:hover .mega-menu {
	display:block;
	padding-top:55px;
	position:absolute;
	width:100%;
	left:0;
	z-index:1000;
	top:80%;
}
.mega-menu .container {
	background:#002b51;
	background:rgba(0,43,81,0.95);
	padding-bottom:20px;
	padding-top:30px;
	max-width:1170px;
	overflow:hidden;
}
.main-nav ul li .mega-menu li {
	padding:0 22px;
	margin:0;
}
.main-nav ul li .mega-menu li a {
	font-family:'Open Sans',sans-serif;
	font-size:12px;
	font-weight:400;
	color:#fff;
	line-height:1em;
	border-bottom:none;
	text-transform:none;
	padding:10px 0;
}
.main-nav ul li .mega-menu li a:hover,.main-nav ul li .mega-menu li a:focus {
	color:#148cfa;
}
.main-nav ul li .mega-menu ul li:first-child a {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	text-transform:uppercase;
	font-size:14px;
	color:#148cfa;
	padding-top:0;
	font-weight: 700;
}
/************STYLES*******/
.background {
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.page-hero {
	background-color:#fff;
}
.page-hero,.page-hero .vertical-align {
	height:500px;
	width:100%;
}
.page-hero.condensed, .page-hero.condensed .vertical-align {
    height:330px;    
}
.page-hero .vertical-align {
	padding-top:128px;
}
.page-hero .text {
	width:100%;
	padding-right:56%;
	padding-left:40px;
}
.page-hero .text h1 {
	font-size:35px;
	font-weight:500;
	margin-bottom:12px;
	color: rgb(20, 140, 250);
}
.page-hero .text > *:last-child {
	margin-bottom: 0;
}
.text>h2,.text>h1 {
	margin-top:0;
}
.text .btn+.btn {
	margin-left: 25px;
}
/*breadcrumbs*/
.breadcrumbs {
	background:#e1385c;
	margin:0 auto;
	overflow:hidden;
	padding-left:35px;
	padding-right:35px;
}
.breadcrumbs li {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	float:left;
	margin:16px 0 15px 13px;
	padding-left:21px;
	list-style:none;
	position:relative;
	background:none;
	white-space:nowrap;
	line-height:1em;
	font-size:14px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
}
.breadcrumbs li:before {
	content:'';
	position:absolute;
	height:11px;
	width:6px;
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:-118px -22px;
	left:0;
	top:50%;
	margin-top:-6px;
}
.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:13px;
	height:11px;
	text-indent:-99999px;
	margin-left:0;
	position:relative;
}
.breadcrumbs .home-link:before {
	display:none;
}
.breadcrumbs li a {
	font-size:14px;
	font-weight:700;
	color:#fff;
	display:block;
	line-height:1em;
	white-space:nowrap;
}
.breadcrumbs li a:hover,.breadcrumbs li a:focus {
	color: #148cfa;
}
/*navigation sidebar*/
.main-content-row {
	margin-bottom:15px;
}
.sidebar-nav {
	background:#f5f5f5;
	padding:0;
}
.sidebar-nav ul li {
	background:none;
	padding:0;
	margin:0;
}
.sb-nav {
	padding:12px 0 0;
}
.sb-nav ul {
	margin:0;
	padding:0;
}
.sb-nav ul li a {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	text-transform:uppercase;
	font-size:15px;
	font-weight:700;
	color:#148cfa;
	margin:0;
	padding:12px 25px 12px 25px;
	display:block;
	position:relative;
	line-height:1.1em;
	transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
}
.sb-nav ul li a:hover,.sb-nav ul li a:focus {
	color:#002b51;
}
.sb-nav ul>.active>a {
	color:#002b51;
}
.sb-nav ul>.active>a:before,.sb-nav ul li a:hover:before {
	content:'';
	position:absolute;
	left:0;
	width:7px;
	height:18px;
	background:#002b51;
	top: 10px;
}
.sb-nav li li a {
	padding-left:45px;
}
/*main-content*/
.content-box {
	background:#fff;
	/*overflow:hidden;*/
	margin-top:15px;
}
.content-box .text {
	padding:30px;
}
.content-box .text > *:last-child {
    margin-bottom:0;
}
.ir-content > .row,
.small-row {
	margin-left:-8px;
	margin-right:-8px;
}
.ir-content > .row > div,
.small-row > div {
	padding-left:8px;
	padding-right:8px;
}
.half-row,.content-box .half-row {
	margin-left:0;
	margin-right:0;
}
.half-row>div,.content-box .half-row>div {
	padding:0;
}
.sample-btn {
	padding:25px 0;
}
.inner-text {
	padding:30px 25px;
}
.team-member+.team-member {
	margin-top:90px;
}
.team-member {
	overflow:hidden;
}
.team-member .image-wrapper {
	float:left;
	max-width:25%;
}
.team-member .image-wrapper + .member-description {
	float:left;
	width:75%;
	padding-left:30px;
}
.team-member .member-description h2 {
	font-size:20px;
	margin-bottom:0;
}
.team-member .member-description p:last-child {
    margin-bottom:0;
}
.team-member .member-description p + .btn {
    margin-top:15px;
}
.team-member .member-description .position + .btn {
    margin-top:0;
}
.team-member .member-description .position {
	color:#666666;
	font-style:italic;
	margin-bottom: 25px;
}
.committees {
	margin-top:40px;
}
.committee-list .col-title {
	width:80%;
	text-align:left;
}
.content-table .name {
	font-size:inherit;
}
.committee-list .bio-link {
	font-size:12px;
}
.committee-list .bio-link a:after {
	content:' \BB';
}
.committee-list .role-label {
	font-size:12px;
}
/************MEDIA********/
.pagination > li > a {
	transition:none;
}
.pagination > li {
    background-image:none;    
}
.pagination > li.active > a,
.pagination > li.active > a, .pagination > li.active > a:hover, .spr-ir-pagination ul > li > .current,
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	background-color:#E1385C;
	border-color:#E1385C;
	color:#fff;
	transition:none;
}
.media {
	padding:0;
}
.media + .media {
	border-top-color:#ededed;
	padding-top:20px;
	margin-top:20px;
}
.media-heading,
.media-heading a,
.media-heading a:hover {
	font-weight:normal;
	text-transform:none;
}
.media-heading a:hover {
	color:#002B51;
}
.media-body,
.media-body p {
    font-size:14px;    
}
.media-body p {
    margin-bottom:10px;    
}
.media-event p {
		margin-bottom:20px;
}
.media-event .media-body > .date:first-child {
    margin-bottom: 0;    
}
.media-event .media-body .media-heading {
    margin-bottom: 10px;    
}
.media-event .media-body > *:last-child {
    margin-bottom: 0;    
}
.media-event h4 {
	margin-top:20px;
}
.more-past-events {
	margin-top:30px;
	margin-bottom:0;
	border-top:1px solid #ededed;
	padding-top:30px;
} 
.media-body .date {
	font-size:12px;
}
.media-body *:last-child {
    margin-bottom:0;    
}
.media + .pagination {
	margin-top:40px;
}
.document-list {
    padding-left:25px;
}
.document-list li {
    list-style:none;
    background:transparent;
    padding-left:0;
}
.related-documents-line {
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:5px 0;
	margin-bottom:20px;
}
.related-documents {
	float:right;
	border:1px solid #ededed;
	margin:0 0 20px 20px;
}
.disclaimer {
    margin-top: 40px;
}
.disclaimer p {
    font-size: 13px;    
}
/************FOOTER*******/
footer {
	padding:25px 40px;
	background:#002b51;
	overflow:hidden;
	margin-top:16px;
}
.copyright {
	font-size:12px;
	font-weight:400;
	color:#fff;
}
.copyright a {
	font-size:12px;
	font-weight:400;
	color:#fff;
}
.copyright a:hover,.copyright a:focus {
	color:#fff;
	text-decoration:underline;
}
.footer-links a {
	display:inline-block;
	font-size:12px;
	font-weight:400;
	color:#fff;
}
.footer-links a+a {
	margin-left:20px;
}
.footer-links a:hover,.footer-links a:focus {
	color:#fff;
	text-decoration: underline;
}
/************IR*******/
/*ir hero*/
.ir-hero .text {
	padding-right:0;
}
.ir-hero p + .btn {
	margin-top:25px;
}
.ir-hero-blocks {
	padding-left:0;
	padding-right:20px;
	width:100%;
}
.ir-block {
	padding:15px 0;
}
.ir-block h3 {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:25px;
	color:#666666;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	margin-bottom:8px;
}
.ir-block p {
	margin:0;
	font-size: 14px;
}
.ir-block+.ir-block {
	border-top: 1px solid #d3d3d3;
}
/*ir sidebar*/
.ir-sidebar {
	padding-top:25px;
}
.ir-sidebar ul {
	margin:0;
	padding:0;
}
.ir-sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
	border:none;
}
.ir-sidebar ul li a {
	font-family:'Open Sans',serif;
	font-weight:400;
	font-size:14px;
	color:#666666;
	text-transform:none;
	padding:10px 0 10px 48px;
	display:block;
	background:transparent;
	position:relative;
	transition:none;
	-moz-transition:none;
	-o-transition:none;
	-webkit-transition:none;
	line-height:1.2em;
	margin-top:0;
}
.ir-sidebar ul li a:before,.ir-sidebar ul li a:hover:before {
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-color:transparent;
	content:'';
	position:absolute;
	top:50%;
	margin-top:-7px;
	left:23px;
}
.ir-sidebar ul li a:hover {
	color:#002b51;
	background:transparent;
}
.ir-sidebar .email:before {
	background-position:0 0;
	width:14px;
	height:18px;
	margin-top:-11px
}
.ir-sidebar .email:hover:before {
	background-position:-17px 0;
	width:14px;
	height:18px;
	margin-top:-11px
}
.ir-sidebar .contacts:before {
	background-position:0 -21px;
	width:14px;
	height:14px;
}
.ir-sidebar .contacts:hover:before {
	background-position:-17px -21px;
	width:14px;
	height:14px;
}
.ir-sidebar .tear-sheet:before {
	background-position:0 -39px;
	width:14px;
	height:15px;
}
.ir-sidebar .tear-sheet:hover:before {
	background-position:-17px -39px;
	width:14px;
	height:15px;
}
.ir-sidebar .rss:before {
	background-position:-33px 0;
	width:14px;
	height:14px;
}
.ir-sidebar .rss:hover:before {
	background-position:-33px -21px;
	width:14px;
	height: 14px;
}
/*content*/
/*overview boxes general styles*/
.content-box .header {
	background:transparent;
	padding:20px 15px;
}
.ir-content .content-box .header + .text {
	padding:0 15px 20px 15px;
}
.content-box .header h2,
.content-box .header h2 a {
	font-family:'brandon-grotesque',sans-serif;
	margin:0;
	font-size:25px;
	font-weight:700;
	color:#666666;
	line-height:1em;
	text-transform:uppercase;
}
.content-box .share-icons {
	margin-top:-6px;
}
.content-box .share-icons a {
	font-size:33px;
	line-height:1em;
	display:inline-block;
	position:relative;
	z-index:90;
	color:#002b51;
}
.content-box .share-icons a:hover,.content-box .share-icons a:focus {
	color:#148cfa;
}
.content-box.bottom-link,.content-box .bottom-link {
	padding-bottom:105px;
	position:relative;
}
.content-box.bottom-link .text {
	padding-bottom:0;
}
.content-box.bottom-link .text>a,.content-box .bottom-link>a,.content-box .bottom-link>.bot-links {
	position:absolute;
	bottom:40px;
	margin:0;
}
.bot-links .btn {
	margin-bottom: 0;
}
/*news and events*/
.latest-news .header {
	padding-right:15px;
}
.ir-content .single-new,.ir-content .single-event {
	border:none;
	margin-bottom:0;
}
.single-new .date,.single-event .date {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.12em;
}
.single-new .date {
	margin-bottom:5px;
}
.dark .date,
.dark a {
	color:#fff;
}
p a.cta {
	font-size: inherit;
}
/*resluts*/
.results-info h3 {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	margin:0;
	color:#148cfa;
	font-size:20px;
	font-weight:700;
	font-style:normal;
}
.results-info p {
	font-family:'tisa-pro','Merriweather',serif;
	margin:0 0 15px;
	color:#333;
	font-size:16px;
	font-weight:400;
	line-height:1.2em;
	font-style:italic;
}
.date {
	font-family:'tisa-pro','Merriweather',serif;
	font-size:14px;
	color:#999999;
	letter-spacing:0;
	text-transform:none;
}
.result-line {
	padding:10px 0;
	line-height:1em;
	border-bottom:1px dotted #d9d8d8;
}
.result-line:first-child {
	padding-top:0;
}
.result-line:last-child {
	border-bottom:none;
	padding-bottom:0;
}
.result-line a {
	font-size:14px;
	font-weight:400;
	color:#666666;
	text-transform:none;
}
.link {
	font-family:'ff-good-headline-web-pro-con','Oswald',sans-serif;
	font-size:12px !important;
	color:#027ac6 !important;
	text-transform:uppercase;
	font-weight:500 !important;
	margin-left:5px;
}
.link:hover {
	color:#002b51 !important;
	text-decoration: none;
}
.quarterly-results .text > .row + .row {
	border-top:1px solid #ededed;
	margin-top:20px;
	padding-top:20px;
}
/*annual report*/
.ir-content .annual-report .text {
	padding-right:0;
}
.annual-report img {
	display:block;
	float:left;
	max-width:44%;
	margin:10px 0;
}
.annual-report .report-content {
	float:left;
	width:56%;
	margin:20px 0 0;
	text-align:left;
	padding-left:15px;
}
.annual-report p {
	font-size:14px;
	margin-bottom:5px;
}
.annual-report .report-links {
	padding-left:40%;
	text-align:left;
	margin-top:25px;
}
.annual-report .report-links a {
	margin-left: 15px;
}
/*stock information*/
.stock-info .date {
	font-style:italic;
	font-weight:400;
}
.stock-info .stock-row {
}
.home .stock-info .stock-row {
	margin-left:0;
	margin-right:0;
}
.stock-info .stock-section {
	padding:15px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
}
.stock-info .stock-section.symbol {
	border-right:1px solid #dedede;
}
.stock-info .stock-section.volume {
	padding-left:35px;
}
.stock-info .stock-section .value-title {
	display:block;
	font-family:'tisa-pro','Merriweather',serif;
	font-size:15px;
	font-weight:400;
	color:#148cfa;
	margin-bottom:10px;
	font-style:italic;
}
.stock-info .stock-section .value {
	display:block;
	font-family:'Open Sans',sans-serif;
	font-size:18px;
	font-weight:400;
	color:#333333;
	margin:0;
}
.stock-section.change .change-value {
	float:right;
}
.stock-section.change .change-value .price {
	color:#148cfa;
}
.stock-section.change .change-value .eqicon-change-02 {
	margin-left:5px;
	margin-right: 1px;
	position:relative;
	top:2px;
}
@media (max-width:991px) {
	.home .stock-info h2 {
		margin-bottom:0;
	}
	.content-box.stock-info .stock-row > .stock-section {
		border-bottom:0;
	}
	.stock-info .stock-section {
		border:0;
	}
	.stock-section.change .change-value {
		float:none;
	}
}
/*company overview box*/
.company-overview .bottom-link {
	padding-bottom:0;
}
.company-overview .bottom-link>div {
	position:relative;
	padding-bottom:70px;
}
.company-overview .bottom-link>div>a {
	position:absolute;
	bottom:0;
	left: 15px;
}
.company-overview .presentation {
    text-align:center;
}
.company-overview .presentation .btn {
    margin-top:20px;
}
/*team slider tabs*/
.management-tabs {
	padding-left:15px;
	background:#fff;
	border-bottom:none;
}
.management-tabs>li {
	margin:0 0 15px 0;
	padding:0;
	border:none;
	padding:0;
	border-right:1px solid #148cfa;
	background:none;
	line-height:1em;
}
.management-tabs>li:last-child {
	border-right:none;
}
.management-tabs>li a {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	text-transform:uppercase;
	padding:0 10px;
	border:none;
	border-radius:0;
	display:block;
	font-size:18px;
	font-weight:700;
	color:#148cfa;
	line-height:1em;
}
.management-tabs>li>a:hover,.management-tabs>li>a:focus {
	color:#002b51;
	background:none;
	border:none;
}
.management-tabs>li.active a,.management-tabs>li.active>a:hover,.management-tabs>li.active>a:focus {
	color:#002b51;
	border:none;
	background:transparent;
}
.management-tabs>li.active>a,.management-tabs>li.active>a:hover,.management-tabs>li.active>a:focus {
	border: none;
}
/*team slider*/
.management-team .slide {
	width:100%;
}
.management-team .slide .text {
	padding:0px 15px 40px;
}
.management-team .cycle-prev {
	width:27px;
	height:27px;
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:-50px 0;
	position:absolute;
	bottom:40px;
	right:70px;
	z-index:999;
	cursor:pointer;
}
.management-team .cycle-prev:hover {
	background-position:-86px 0;
}
.management-team .cycle-next {
	width:27px;
	height:27px;
	background-image:url(../images/sprites.png);
	background-repeat:no-repeat;
	background-position:-51px -34px;
	position:absolute;
	bottom:40px;
	right:35px;
	z-index:999;
	cursor:pointer;
}
.management-team .cycle-next:hover {
	background-position: -86px -34px;
}
/*contact*/
.contact-info p {
	margin: 0;
}
/* FAQ */
.spr-ir-faq .question:first-child {
    margin-top:0;
    padding-top:0;
}
/************HOME*******/
/*hero*/
.home-hero,.home-hero .vertical-align {
	height:728px;
}
.home-hero .vertical-align .wrapper {
	padding-right:50%;
}
.home-hero .text p {
	margin-bottom:25px;
	padding-right:95px;
}
h3.headline {
	margin-bottom:0;
	color:#148cfa;
}
.dark h3.headline {
	color:#fff;
}
.home .title {
	margin-bottom:35px;
}
.home .pipeline-module h2,.pipeline-module h2 {
	margin-bottom:0;
}
.pipeline-module .pipeline-chart {
	margin-top:50px;
	margin-bottom:50px;
}
p.highlight {
	margin-bottom:40px;
	font-family:'tisa-pro','Merriweather',serif;
	font-size:30px;
	color:#e1385c;
	font-style:italic;
}
p.highlight.small {
	font-size:24px;
}
.dark p.highlight {
	color:#fff;
}
.table-row {
	display:table;
	width:100%;
	/*! margin-right: -30px; */
}
.custom-col-5 {
	display:table-cell;
	padding-left:15px;
	padding-right:15px;
}
.home-news-module .single-new p,.home-news-module .single-event p {
	font-size:20px;
	padding-right:10%;
}
.links-module .row {
	margin-left:0;
	margin-right:0;
}
.links-module .vertical-align {
	width:100%;
}
.links-module .wrapper>a,.links-module .link-content {
	display:inline-block;
	overflow:hidden;
}
.links-module .wrapper>a .link-icon,.links-module .link-content .link-icon {
	display:inline-block;
	margin-right:12px;
	vertical-align:middle;
}
.links-module .wrapper>a .link-text,.links-module .link-content .link-text {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	max-width:71%;
}
.links-module .wrapper>a .link-text span,.links-module .link-content .link-text span {
	font-family:'Open Sans',sans-serif;
	font-size:19px;
	font-weight:400;
	display:block;
}
.links-module .wrapper>a .link-text .headline,.links-module .link-content .link-text .headline {
	font-size:16px;
	font-family:'tisa-pro','Merriweather',serif;
	font-style:italic;
	display:block;
}
.links-module .wrapper>a .link-text .date,.links-module .link-content .link-text .date {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.12em;
}
.links-module .link-content .link-text a {
	color:#fff;
	font-size:19px;
}
.links-module .link-content .link-text .cta {
	display:block;
	margin-top:10px;
	font-size: 16px;
}
/************ABOUT*******/
.about-module .half-row .row h2 {
	margin-bottom:0;
}
.about-module .half-row .row .text {
	padding:30px 20px;
}
.about-module .half-row .row .text {
	padding-bottom:100px;
}
.bottom-links .btn {
	margin:0;
	position:absolute;
	bottom:30px;
}
.image-content-module .row>.background {
	height:388px !important;
}
.image-content-module .title {
	color:#666;
}
.about-news-module .text {
	padding:55px;
}
.about-news-module .col-md-6:first-of-type {
	padding-right:55px;
}
.about-news-module .col-md-6:last-of-type {
	padding-left:55px;
}
.about-news-module .title {
	margin-bottom:50px;
}
.cta-box .cta {
	font-size:16px;
	line-height:1em;
}
.cta-box .cta+.cta {
	padding-left:12px;
	margin-left:10px;
	border-left:1px solid #696969;
}
.about-news-module .single-new .date {
	color:#999999;
	margin-bottom:10px;
}
.about-news-module .single-new {
	margin-bottom:40px;
}
.single-new>a {
	font-size:18px;
	display:block;
	margin-bottom:10px;
}
.about-news-module .col-md-6:first-of-type .single-new>a {
	padding-right: 50px;
}
/************CAREERS*******/
.form-module p {
	margin-bottom:10px;
}
.form-module .position {
	font-family:'tisa-pro','Merriweather',serif;
	color:#148cfa;
	font-style:italic;
}
.application-form {
	margin-top:45px;
}
.label-col {
	text-align:right;
	padding-top:12px;
}
.form-row {
	margin-bottom:35px;
}
.form-row input {
	margin-bottom:30px;
}
.form-module .separator {
	border-bottom:1px solid #f3f3f3;
	margin-bottom: 65px;
}
/************CONTACT*******/
.map-section {
    background-color:#002B51;
	position:relative;
	overflow:hidden;
}
/*.location-box {
	position:absolute;
	width:100%;
	bottom:0;
}*/
.links-module.big-links .text {
	padding-top:50px;
	padding-bottom: 50px;
}
/************NEWS*******/
.news-module h2 {
	margin-bottom:40px;
}
.news-module .single-new p,
.news-module .single-new > a {
	color:#fff;
	padding-right:25%;
}
.news-module .single-event p,
.news-module .single-event > a {
	color:#fff;
	padding-right:15%;
}
.light-blue a {
	color:#002b51;
}
.light-blue a:hover,.light-blue a:focus,.dark-blue a:hover,.dark-blue a:focus {
	color:#fff;
}
.image-content-module.small .row>.background {
	height:300px !important;
}
.image-content-module.small .cta {
	font-size: 16px;
}
/************PIPELINE PAGES*******/
.about-pipeline-module h2 {
	margin-bottom:0;
}
.simple-table th {
	background:#f5f5f5;
	text-align:left;
	color:#148cfa;
	font-family:'brandon-grotesque','Oswald',sans-serif;
	line-height:1em;
	text-transform:uppercase;
	font-weight:700;
	padding:20px;
	border:1px solid #fff;
}
.simple-table td,.simple-table tr:nth-of-type(2n) td {
	background:#f5f5f5;
}
.simple-table td {
	text-align:left;
	padding:20px;
	font-size:16px;
	color:#333333;
	line-height:1.5em;
	border:1px solid #fff;
}
.simple-table td.number,.simple-table tr:nth-of-type(2n) td.number {
	background:#e1385c;
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-weight:700;
	color:#fff;
	text-align:center;
	min-width:80px;
}
.simple-table td.number+td {
	padding-left:40px;
}
.simple-table ul {
	margin:0;
}
.simple-table ul li {
	font-size:16px;
}
.simple-table.top td {
	border:4px solid #fff;
	vertical-align:top;
}
.simple-table td h2 {
	margin-bottom:10px;
}
.simple-table p:last-child {
	margin:0;
}
.m-bot {
	margin-bottom:40px;
}
.data-row .number {
	display:block;
	font-size:36px;
	font-family:'brandon-grotesque','Oswald',sans-serif;
	margin-bottom:15px;
	text-transform:uppercase;
	font-weight:500;
}
.data-row p {
	font-size:14px;
}
.no-bot {
	margin-bottom:0;
}
.data-row {
	margin-top:50px;
}
.data-row .inline-data .number {
	float:left;
	margin-top:11px;
	margin-right:35px;
}
.market-need-module .divided-row>div {
	border-right:1px solid #fff;
}
.market-need-module .divided-row>div:last-of-type {
	border-right:none;
}
.image-content-module.big .row>.background {
	height: 533px !important;
}
/************TECHNOLOGY*******/
.sequence-box {
	margin:40px 0;
	overflow:hidden;
}
.sequence-box .step {
	display:inline-block;
	position:relative;
	vertical-align:top;
	text-align:center;
}
.sequence-box .step+.step {
	padding-left:50px;
	margin-left:30px;
}
.sequence-box .step+.step:before {
	content:'';
	position:absolute;
	width:23px;
	height:24px;
	background:url(../images/img-how-it-works-arrow.png) no-repeat;
	left:0;
	bottom:55%;
}
.sequence-box .step .image-wrapper {
	overflow:hidden;
	border:4px solid #148cfa;
	border-radius:50%;
	margin-bottom:15px;
}
.sequence-box .step span {
	font-family:'brandon-grotesque','Oswald',sans-serif;
	font-size:14px;
	font-weight:700;
	color:#666666;
	text-transform:uppercase;
}
.sequence-box .step .process {
	font-size:11px;
	position:absolute;
	width:75px;
	left:-27px;
	top:50%;
	line-height:1.4em;
}
.overlay,.overlay>div {
	position:relative;
}
.overlay:before {
	content:'';
	position:absolute;
	width:100%;
	top:0;
	left:0;
	bottom:0;
	background:#092646;
	background:rgba(9,38,70,0.85);
}
.overlay-module .text {
	padding: 80px 24% 65px;
}
.overlay-module.row-proneura h2 {
    font-size: 40px;
    font-weight: 400;
}
.overlay-module.row-proneura .text {
    padding: 60px 15px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 768px) {
    .overlay-module.row-proneura .text > .row > div {
        padding: 15px 50px;
    }
    .overlay-module.row-proneura .text > .row > div + div {
        border-left: 1px solid rgba(256,256,256,0.6);    
    }
}
/**** Media Queries *****/
@media (min-width:1201px) {
	.container {
		width:1200px;
		max-width:1200px;
	}
}
@media (max-width:1199px) {
	.container {
		width:100%;
	}
}
@media (min-width:768px) and (max-width:1199px) {
	.stock-info .low-high-label {
		display: none;
	}
	.stock-info .change-pct {
	    display:none;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	/*header*/
	.logo {
		max-width:25%;
	}
	.main-nav {
		margin-right:20px;
	}
	.main-nav ul li a {
		padding-left:10px;
		padding-right:10px;
	}
	/*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:hover .mega-menu .container {
		padding:10px 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:0 20px;
		margin:0;
	}
	.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 {
		color:#fff !important;
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding:10px 0 !important;
		font-size:16px !important;
		text-transform:none !important;
		line-height:1.2em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#333 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*IR*/
	.ir-block p {
		font-size:13px;
	}
	.content-box.bottom-link,.content-box .bottom-link {
		padding-bottom:85px;
	}
	.annual-report .report-links {
		padding-left:25%;
	}
	.stock-info .stock-section .value-title {
		font-size:12px;
	}
	.stock-info .stock-section .value {
		font-size: 15px;
	}
	/*home*/
	.home .stock-info .stock-section.week-low-high .value-title {
		font-size:11px;
	}
	.links-module a .link-text {
		max-width: 66%;
	}
	/*about*/
	.page-hero .text h2 {
		font-size:30px;
	}
	.cta-box .cta {
		font-size: 14px;
	}
	/*news*/
	.links-module .wrapper>a .link-text,.links-module .link-content .link-text {
		max-width:100%;
	}
	.links-module .wrapper>a .link-text .date,.links-module .link-content .link-text .date {
		margin-top: 15px;
	}
	/*pipeline*/
	h2.long {
		font-size: 21px;
	}
	/*technology*/
	.sequence-box .step .image-wrapper {
		max-width:149px;
		max-height:149px;
	}
	.sequence-box .step+.step {
		padding-left:40px;
		margin-left: 20px;
	}
}
@media (min-width:992px) {
	div + .main-content {
		padding-left:0;
	}
	#mobile-nav,#sub-navigation {
		display:block;
	}
	.content-box.min-height {
	    min-height:500px;
	}
}
@media (min-width:768px) and (max-width:991px) {
	/*header*/
	.logo {
		max-width:20%;
		margin-left:20px;
		margin-top:35px;
	}
	.main-nav {
		margin-right:20px;
	}
	.main-nav ul li a {
		font-size:14px;
		padding-left:5px;
		padding-right: 5px;
	}
	/*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:hover .mega-menu .container {
		padding:10px 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:0 20px;
		margin:0;
	}
	.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 {
		color:#fff !important;
		border-bottom:1px solid rgba(255,255,255,0.2);
		padding:10px 0 !important;
		font-size:16px !important;
		text-transform:none !important;
		line-height:1.2em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#333 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*style*/
	.inner-text {
		margin-bottom: 16px;
	}
	/*pipeline*/
	.pipeline>thead>tr>th {
		display:none;
	}
	.pipeline>tbody>tr>td {
		display:block;
		width:100%;
		height:auto;
		padding:15px 10px;
		border:1px solid #dbdbdb;
		text-align:left;
	}
	.content-table td.pipeline-block {
		width:100%;
		border:1px solid #dbdbdb;
	}
	.pipeline-chart.small td,.pipeline-chart.small td .text,.pipeline-chart.small td .status {
		height:30px;
	}
	.pipeline-chart.small th {
		font-size:12px;
	}
	.pipeline .pipeline-chart {
		margin: 10px 0 0;
	}
	/*IR*/
	.ir-block h3 {
		font-size:18px;
	}
	.ir-block p {
		font-size:12px;
	}
	.annual-report .report-links {
		padding-left:30%;
	}
	.stock-info h2 {
		overflow:hidden;
	}
	.stock-info .date {
		width:100%;
	}
	.content-box.stock-info .stock-section {
		padding:20px 0;
	}
	.content-box.stock-info .stock-row>.stock-section {
		border-right:0;
	}
	.content-box.stock-info .stock-section.market-cap-value {
		padding-left:0;
		padding-right:0;
	}
	.stock-info .stock-section .value-title {
		margin-bottom:20px;
		font-size:14px;
	}
	.stock-section.change .change-value {
		margin-left:20px;
	}
	.company-overview .row>div {
		height:auto !important;
		min-height:0 !important;
		width:100% !important;
		margin-bottom:20px;
	}
	.contact-info p {
		word-break: break-word;
	}
	/*home*/
	.home-hero .vertical-align .wrapper {
		padding-right:40%;
	}
	.pipeline-module p {
		font-size:15px;
	}
	.pipeline-module .btn {
		font-size:13px;
	}
	.content-box .bottom-link>.bot-links .btn {
		padding-left:15px;
		padding-right:15px;
	}
	.links-module a .link-text {
		max-width:51%;
	}
	.links-module a .link-text .headline {
		font-size: 13px;
	}
	/*about*/
	.page-hero .text h2 {
		font-size:22px;
	}
	.about-news-module .col-md-6:last-of-type {
		padding-left:15px;
		margin-top: 30px;
	}
	/*news*/
	.links-module .wrapper>a .link-text,.links-module .link-content .link-text {
		max-width:100%;
	}
	.links-module .wrapper>a .link-text .date,.links-module .link-content .link-text .date {
		margin-top:15px;
		font-size: 11px;
	}
	/*pipeline*/
	.market-need-module .divided-row>div {
		border-right: none;
	}
	/*technology*/
	.sequence-box .step+.step {
		padding-left:40px;
		margin-left:20px;
	}
	.sequence-box .step .process {
		font-size:10px;
	}
	.sequence-module .col-md-4 {
		height:auto !important;
	}
}
@media (max-width:991px) {
	/*header*/
	header {
		background:rgba(255,255,255,0.95) url(../images/header-border.gif) repeat-x left bottom;
		position: static !important;
	}
	.logo {
		margin:20px 0 20px 20px;
		max-width:50%;
	}
	.mobile-nav-trigger {
		background:#e1385c;
		position:absolute;
		top:20px;
		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 {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:10px;
	}
	.active .meat:nth-of-type(2) {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.active .meat:last-of-type {
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		top:-10px;
	}*/
	.trigger-container {
		display:inline-block;
		width:30px;
		vertical-align:middle;
		margin-top:-7px;
	}
	/*
	.trigger-container .meat:first-of-type {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:10px;
	}
	.trigger-container .meat:nth-of-type(2) {
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
	}
	.trigger-container .meat:last-of-type {
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		top:-10px;
	}
	.collapsed .trigger-container .meat:first-of-type {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		top:auto;
	}
	.collapsed .trigger-container .meat:nth-of-type(2) {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
	}
	.collapsed .trigger-container .meat:last-of-type {
		-webkit-transform:rotate(0deg);
		transform:rotate(0deg);
		top:auto;
	}*/
	.mobile-nav-trigger.active {
		right:80%;
		position:fixed;
		z-index: 999;
	}
	/* General styles for all menus */
	.cbp-spmenu {
		background:#e1385c;
		position:fixed;
		float:none !important;
	}
	.cbp-spmenu ul li {
		float:none !important;
	}
	.cbp-spmenu ul li a {
		display:block;
		color:#fff;
		font-size:1.1em;
		font-weight:300;
		padding:20px;
	}
	.cbp-spmenu ul li a:hover {
		background:#4f61ac;
		color:#fff;
	}
	.cbp-spmenu a:active {
		background:#fff;
		color:#4f61ac;
	}
	.main-nav ul li.has-children:hover>a:before {
		display:none !important;
	}
	#mobile-nav ul li ul {
		height:0;
		border-top:none;
		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;
	}
	.main-nav ul li .btn {
		display:none;
	}
	#mobile-nav ul li ul li a {
		padding:20px 0 20px 25px;
		border-bottom:1px solid #fff;
		color:#fff;
	}
	.main-nav ul li:hover ul {
		margin:0;
		padding:0;
		background:none;
	}
	#mobile-nav ul .open>ul {
		height:auto;
	}
	.main-nav ul li:hover ul {
		position:static;
	}
	#mobile-nav ul li:hover .mega-menu {
		display:none;
	}
	#mobile-nav ul .open .mega-menu,#mobile-nav ul .open:hover .mega-menu {
		display:block;
		position:static;
	}
	.mega-menu .container {
		padding:0;
		background:none;
		border-bottom:1px solid #fff;
		border-top:none;
	}
	#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 {
		padding:0;
		width:100%;
		margin-top:15px;
		margin-bottom:0;
	}
	.sb-nav {
		border-top:none;
		padding:0 15px;
	}
	.mobile-sub-nav-trigger {
		background:#e1385c;
		color:#fff;
		width:100%;
		padding:13px 30px;
		text-align:center;
		cursor:pointer;
	}
	.mobile-sub-nav-trigger:hover {
		color: #fff;
	}
	.page-hero,.page-hero .vertical-align {
		height:300px;
	}
	.ir-hero, .ir-hero .vertical-align {
		height:400px;
	}
	.page-hero .vertical-align {
		padding-top:0;
	}
	.page-hero .text,.home-hero .text {
		max-width:100%;
	}
	.page-hero .text h2 {
		margin-bottom:0;
		font-size:23px;
	}
}
@media (max-width:767px) {
	body {
		padding-top:0;
	}
	body>.container,header>.container {
		padding:0;
	}
	.btn {
	    white-space:normal;
	}
	ul.columns {
	    -webkit-columns:1;
	    -ms-columns:1;
	    -moz-columns:1;
	    columns:1;
	}
	ul.columns li:first-child {
	    margin-top:0;
	}
	/*styles*/
	h1,h1 a,h1 a:hover,h2.title,h2.title a,h2.title a:hover {
		font-size:23px;
	}
	/*
	.main-content-row {
		margin-right:0;
	}
	.home .main-content-row {
		margin-right:-15px;
	}
	*/ 
	.content-box .text {
		padding:30px 20px;
	}
	.inner-text {
		margin-bottom:16px;
	}
	th {
		font-size:13px;
	}
	td {
		font-size:14px;
	}
	.team-member .image-wrapper {
		float:none;
		max-width:100%;
		margin-bottom:15px;
	}
	.team-member .member-description {
		float:none;
		width:100%;
		padding:0;
	}
	.pipeline>thead>tr>th {
		display:none;
	}
	.pipeline>tbody>tr>td {
		display:block;
		width:100%;
		height:auto;
		padding:15px 10px;
		border:1px solid #dbdbdb;
	}
	.content-table td.pipeline-block {
		width:100%;
	}
	.pipeline-chart.small td,.pipeline-chart.small td .text,.pipeline-chart.small td .status {
		height:30px;
	}
	.pipeline-chart.small th {
		font-size:9px;
	}
	.pipeline .pipeline-chart {
		margin: 10px 0 0;
	}
	/*footer*/
	footer {
		padding-left:0;
		padding-right:0;
	}
	.footer-links,
	.copyright {
		float:none !important;
		width: 100%;
	}
	.footer-links a,
	.footer-links a + a {
		display:block;
		margin:10px 0;
		padding:0;
	}
	/*IR*/
	.ir-content .content-box .header + .text {
		padding:0 20px 30px;
	}
	.content-box .header {
		padding:30px 20px;
	}
	.ir-content .single-new {
		padding-right:0;
	}
	.content-box.bottom-link,.content-box .bottom-link {
		padding-bottom:70px;
	}
	.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:50%
	}
	.download-links a {
		display:block;
	}
	.stock-info .date {
		width:100%;
	}
	.stock-info .stock-row {
		border-bottom:none;
	}
	.content-box.stock-info .stock-section {
		border-bottom:1px dotted #d5d5d5;
		padding:20px 0;
	}
	.stock-info .stock-section .value-title {
		margin-bottom:15px;
	}
	.stock-info .stock-section .value {
		font-size:16px;
	}
	.stock-info .stock-section.symbol {
		border-right:0;
	}
	.company-overview .col-sm-8 {
		margin-bottom:25px;
	}
	.management-tabs {
		padding-left:20px;
	}
	.management-tabs>li a {
		font-size:10px;
	}
	.contact-info p {
		word-break:break-word;
		margin-bottom: 15px;
	}
	.related-documents {
		float:none;
		margin:20px 0;
	}
	/*home*/
	.home-hero:before {
		position:absolute;
		content:'';
		width:100%;
		left:0;
		bottom:0;
		top:0;
		background:rgba(255,255,255,0.7);
	}
	.home-hero .vertical-align,.home-hero {
		position:relative;
	}
	.home-hero .vertical-align .wrapper {
		padding-right:0;
	}
	.home-hero .text h2 {
		font-size:20px;
	}
	.home-hero .text p {
		padding-right:0;
	}
	.home-hero .text .btn {
		font-size:10px;
	}
	p.highlight {
		font-size:20px;
	}
	.content-bg {
		min-height:200px !important;
	}
	.content-box .bottom-link>.bot-links {
		position:static;
	}
	.content-box .bottom-link>.bot-links .btn {
		margin-top:15px;
		margin-left:0;
	}
	.home-news-module .single-new p, .home-news-module .single-event p {
		padding-right:0;
		margin-bottom:40px;
	}
	.links-module .wrapper {
		text-align:left;
	}
	.links-module .wrapper > a .link-icon, .links-module .link-content .link-icon {
		margin-right:3px;
	}
	.links-module .wrapper > a .link-text, .links-module .link-content .link-text {
		max-width:70%;
	}
	.stock-info .custom-col-5,.stock-info .table-row {
		display:block;
	}
	.stock-section.change .change-value {
			display:block;
			float:none;
	}
	.stock-info .stock-section .value-title {
			margin-bottom:5px;
	}
	.content-box.stock-info .stock-section {
			padding: 10px 0;
	}
	/*about*/
	.page-hero .text, .home-hero .text {
		background:rgba(256,256,256,0.5);
		padding:15px;
	}
	.cta-box .cta+.cta {
		padding-left:0;
		margin-left:0;
		border-left:none;
	}
	.about-news-module .col-md-6:first-of-type {
		padding-right:15px;
	}
	.about-news-module .col-md-6:first-of-type .single-new>a {
		padding-right:0;
	}
	.about-news-module .col-md-6:last-of-type {
		padding-left:15px;
		margin-top: 30px;
	}
	/*careers*/
	.label-col {
		text-align:left;
	}
	.form-row {
		margin-bottom:0;
	}
	.form-module .separator {
		margin-bottom: 35px;
	}
	/*contact*/
	.map-section iframe {
		height:300px;
	}
	.location-box {
		position:static;
		margin-top: -6px;
	}
	/*news*/
	.links-module .wrapper>a .link-text .date,.links-module .link-content .link-text .date {
		font-size: 13px;
	}
	/*pipeline*/
	.candidate-pipeline-module .pipeline-chart th {
		font-size:11px;
	}
	.simple-table td.number,.simple-table tr:nth-of-type(2n) td.number {
		min-width:75px;
	}
	.simple-table td.number+td {
		padding-left:20px;
	}
	.simple-table td,.simple-table ul li {
		font-size:14px;
	}
	.simple-table td h2,.simple-table td p {
		font-size:13px;
	}
	.market-need-module .divided-row>div {
		border-right:none;
	}
	.image-content-module.big .row>.background {
		height: 350px !important;
	}
	/*technoloy*/
	.sequence-box .step,.sequence-box .step span {
		display:block;
	}
	.sequence-box .step .image-wrapper {
		display:inline-block;
	}
	.sequence-box .step+.step {
		padding-left:0;
		margin-left:0;
		margin-top:25px;
		padding-top:50px;
	}
	.sequence-box .step+.step:before {
		width:24px;
		height:23px;
		top:0;
		left:50%;
		margin-left:-12px;
		background:url(../images/img-how-it-works-arrow-mobile.png) no-repeat;
	}
	.sequence-box .step .process {
		left:54%;
		top: -3px;
	}
}
/*PRINT*/
@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:'Titan Pharmaceuticals';
	}
	.height,.same-height {
			min-height:0 !important;
	}
	.investors a,.presentation,.suscribe,.footer-nav,a.pull-right,.signup-btn,.investor-presentation,a,.suscribe,.copyright-links,a,.box .header h2:before,.btn-content,.latest-presentation,.latest-webcast,.page-hero,.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;
	}
}

.gs-title,
.gs-title b{
    text-decoration: none !important;
    color: #148cfa !important;
}
.gs-visibleUrl,
.gsc-search-button{
    display: none !important;
}

.gsc-selected-option-container.gsc-inline-block {
    width: 120px !important;
}

.gsc-input {
    height: 15px !important;
}

.gs-snippet {
    padding-left: 10px;
}

.gsib_a {
    padding:0 6px !important;    
}

/*Loader Styles*/
.loader {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 4px solid rgba(0, 0, 0, 0.2);
    border-right: 4px solid rgba(0, 0, 0, 0.2);
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    border-left: 4px solid #000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    display: inline-block;
}

.loader,
.loader::after {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*QMOD-styles*/
.qtool .qmod-heading.qmod-hbg {
    margin: 0;
    padding: 5px 20px;
}
.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 {
    position: relative;
    top: 50%;
    transform: translate(0,-50%);
}
table .qmod-control.control {
    display: table-cell;
    border: none;
}
.qtool input[type='text'].qmod-datepicker {
    height: 46px;
    margin: 0;
}
.qmod-ui-tool .qmod-calendar-control .right-addon i {
    top: 50%;
    margin-top: -17px;
}
.qtool .loader {
    left: 50%;
    margin-top: 200px;
    margin-bottom: 200px;
    width: 50px;
    height: 50px;
}
.qtool .loader::after {
    width: 50px;
    height: 50px;
}
.qmod-attribution {
    font-size: 14px;
}
.qmod-block-wrapper {
    overflow: hidden;
    padding-bottom: 10px;
}
body .qtool{
    line-height: normal;   
}
.flatpickr-calendar .flatpickr-month {
    height: 32px;
}

.links-module .wrapper > a .link-text {
    display: inline;
}

.pg-technology-technology .page-hero {
    padding-bottom: 30px;
    height: auto !important;   
}
@media (min-width:992px) {
    .pipeline-module h2.title {
        font-size: 28px;    
    }
}
.video-wrap {
    display: none    
}
.fancybox-wrap.video-fancybox .fancybox-skin {
        padding: 8px !important;
        box-shadow: none;
        background-color: transparent;
}  
.fancybox-wrap.video-fancybox .video-wrap video {
    max-width: 1190px;
    width: 100%;
    height: 660px;
}
@media (max-width: 992px) {
    .fancybox-wrap.video-fancybox .video-wrap video {
        max-width: 800px;
        height: 450px;
    }
}   
@media (max-width: 768px) {
    .fancybox-wrap.video-fancybox .video-wrap video {
        width: 90%;
        height: auto;  
    }
}


