/*============================	$GENERAL STYLES=============================*/
body {
	font-family:'gotham',sans-serif;
	background:#fff;
	position:relative;
	font-weight:300;
	color:#000;
	font-size:16px;
	line-height:23px;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing:grayscale;
	left:0;
	transition:background-color 0.3s ease,color 0.3s ease;
	-webkit-transition:background-color 0.3s ease,color 0.3s ease;
	-moz-transition:background-color 0.3s ease,color 0.3s ease;
	-o-transition:background-color 0.3s ease,color 0.3s ease;
}
img {
	width: 260px;
	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:'Crimson Text',serif;
	font-weight:700;
	margin:20px 0;
	color:#000000;
}
h1,h1 a,h1 a:hover {
	font-size:24px;
	color:#000000;
}
h2,h2 a,h2 a:hover {
	font-size:22px;
	color:#000000;
}
h3,h3 a,h3 a:hover {
	font-size:18px;
	color:#000000;
}
h4,h4 a,h4 a:hover {
	font-size:16px;
	color:#000000;
}
p {
	font-size:16px;
	font-weight:300;
	margin-bottom:20px;
	overflow:hidden;
}
.overlay {
	position:relative;
}
.overlay>div {
	position:relative;
	z-index:1;
}
.page-hero.overlay::before {
	content:'';
	position:absolute;
	background:rgba(255,255,255,.50);
	width:100%;
	top:0;
	left:0;
	bottom:0;
}
.subline,.value-title {
	color:#b3b5b8;
	font-weight:700;
	font-size:14px;
}
.value {
	color:#4b4b4b;
	font-size:16px;
	display:block;
	font-weight:700;
}
a {
	color:#0099d9;
	font-size:16px;
	font-weight:400;
	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:#0099d9;
	text-decoration:underline;
}
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 7px;
	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:#0099d9;
	content:counters(item,".",decimal) '.';
	counter-increment:item;
	font-weight:700;
	font-size:18px;
	line-height:1.2em;
	left:0;
	position:absolute;
	top:2px;
}
ol li ol li {
	padding-left:40px;
}
ol li ol li ol li {
	padding-left:55px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.icon {
	display:inline-block;
	position:relative;
}
.container {
	max-width:1200px;
}
.separator {
	min-height:1px;
	border-bottom:1px solid #dddddd;
	margin:18px 0 18px 0;
}
.vertical-align {
	display:block;
}
.vertical-align>.wrapper {
	display:block;
	vertical-align:middle;
}
.image-text {
	color:#4b4b4b;
	font-size:14px;
	font-weight:400;
}
.image-text img {
	margin:20px 0;
}
@media (max-width:991px) {
	.vertical-align,.vertical-align>.wrapper {
			display: block;
	}
}
video {
    height: auto;
    max-width: 100%;    
}
/*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;
}
.eqicon-change-10 {
	font-weight: 700;
}
/*button styles*/
.btn {
	border-radius:0;
	border:0;
	padding:20px;
	background:#abd054;
	background:-moz-linear-gradient(left,#abd054 0%,#19a1c6 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,#abd054),color-stop(100%,#19a1c6));
	background:-webkit-linear-gradient(left,#abd054 0%,#19a1c6 100%);
	background:-o-linear-gradient(left,#abd054 0%,#19a1c6 100%);
	background:-ms-linear-gradient(left,#abd054 0%,#19a1c6 100%);
	background:linear-gradient(to right,#abd054 0%,#19a1c6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd054',endColorstr='#19a1c6',GradientType=1 );
	color:#fff;
	min-width:208px;
	font-size:16px;
	font-weight:900;
	text-transform:uppercase;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn:hover,.btn:focus {
	color:#fff;
	background:rgb(195,217,65);
	background:-moz-linear-gradient(left,rgba(195,217,65,1) 0%,rgba(195,217,65,1) 100%);
	background:-webkit-linear-gradient(left,rgba(195,217,65,1) 0%,rgba(195,217,65,1) 100%);
	background:linear-gradient(to right,rgba(195,217,65,1) 0%,rgba(195,217,65,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3d941',endColorstr='#c3d941',GradientType=1 );
}
.btn-gradient:hover {
	background:rgb(195,217,65);
	background:-moz-linear-gradient(left,rgba(195,217,65,1) 0%,rgba(195,217,65,1) 100%);
	background:-webkit-linear-gradient(left,rgba(195,217,65,1) 0%,rgba(195,217,65,1) 100%);
	background:linear-gradient(to right,rgba(195,217,65,1) 0%,rgba(195,217,65,1) 100%);
	color:#fff;
}
.btn-gradient {
	background:none;
	position:relative;
	-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:198px;
		height:51px;
		display:block;
		text-align:center;
		color:#fff;
		font-family:'Gotham';
		font-weight:900;
		text-transform:uppercase;
		margin:0 auto;
		-webkit-transition:all 0.3s ease;
		-o-transition:all 0.3s ease;
		transition:all 0.3s ease;
}
.btn-gradient:before,.btn-gradient:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
}
.btn-gradient:before {
	background-position:0 0,0 100%;
		background-repeat:no-repeat;
		-webkit-background-size:100% 2px;
		-moz-background-size:100% 2px;
		background-size:100% 2px;
	 	left:0;
	background-image:-webkit-linear-gradient(to right,#c3d841 0%,#0099d9 100%),-webkit-linear-gradient(right,#c3d841 0%,#0099d9 100%);
	background-image:-moz-linear-gradient(to right,#c3d841 0%,#0099d9 100%),-moz-linear-gradient(right,#c3d841 0%,#0099d9 100%);
	background-image:-o-linear-gradient(to right,#c3d841 0%,#0099d9 100%),-o-linear-gradient(right,#c3d841 0%,#0099d9 100%);
	background-image:linear-gradient(to right,#c3d841 0%,#0099d9 100%),linear-gradient(to left,#0099d9 0%,#c3d841 100%);
}
.btn-gradient:after {
	background-position:0 0,100% 0;
		background-repeat:no-repeat;
		-webkit-background-size:2px 100%;
		-moz-background-size:2px 100%;
		background-size:2px 100%;
		left:0;
		top:0;
	background-image:-webkit-linear-gradient(top,#c3d841 0%,#0099d9 100%),-webkit-linear-gradient(to top,#c3d841 0%,#0099d9 100%);
	background-image:-moz-linear-gradient(top,#c3d841 0%,#0099d9 100%),-moz-linear-gradient(to top,#c3d841 0%,#0099d9 100%);
	background-image:-o-linear-gradient(top,#c3d841 0%,#0099d9 100%),-o-linear-gradient(to top,#c3d841 0%,#0099d9 100%);
	background-image:linear-gradient(to bottom,#97ca64 0%,#c3d841 100%),linear-gradient(to top,#31a9b3 0%,#0099d9 100%);
}
.btn-gradient:hover:after,.btn-gradient:hover:before {
	background:none;
}
.btn-gradient span {
	padding: 15px 0;
}
/*Form Styles*/
input[type="text"] {
	border:1px solid #ccc;
	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;
	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,.main-select:focus {
	background:#f4f4f4;
	color:#b5b8bb;
}
.dropdown-menu ul li {
	margin:0;
	padding-left:0;
	background:none;
}
.dropdown-menu ul li a {
	padding-top:8px;
	padding-bottom:8px;
}
.bootstrap-select.btn-group .dropdown-menu li>a,.bootstrap-select.btn-group .btn .filter-option {
	font-family:'gotham';
	font-weight:300;
	font-style:normal;
}
.bootstrap-select .btn:hover,.bootstrap-select .btn:focus {
	border:1px solid #ccc;
}
.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	border-bottom:0;
	border-top:4px solid;
	content:"";
}
.checkbox-box {
	margin:10px 0 10px 20px;
	float:left;
}
.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;
}
.submit-button {
	clear: both;
}
/*general table styles*/
table {
	margin-bottom:20px;
}
table,th,td {
	border-collapse:collapse;
}
.content-table tbody tr {
	border:none;
}
th {
	font-size:16px;
	font-weight:700;
	background:#0099d9;
	font-family:'Crimson Text';
	color:#fff;
	text-align:left;
	padding:10px 0 10px 16px;
	border:4px solid #fff;
}
.content-table td {
	border:4px solid #fff;
	font-size:14px;
	font-weight:400;
	background:#ebebeb;
	color:#000;
	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;
}
.dark h1,.dark h2,.dark h3,.dark h4,.dark li,.dark p {
	color:#fff;
}
.text>h1,.text>h2,.text>h3,.text>h4,.text>p:first-of-type {
	margin-top: 0;
}
/*cycle styles*/
.slider {
	position:relative;
}
.slider #prev,.slider #next {
	position:absolute;
	top:-50%;
	margin-top:53%;
}
.slider #prev {
	left:-50px;
}
.slider #next {
	right: -50px;
}
/*=========================	$HEADER==========================*/
header {
	position:absolute;
	width:100%;
	top:10px;
	z-index: 1000;
}
/*main navigation*/
.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.has-mega-menu {
	position:static;
}
.main-nav ul li a {
	color: #069bd5;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	margin:0;
	display:block;
	padding:64px 0;
	position:relative;
	z-index:1001;
}
.main-nav ul li .nav-color--white {
    color: #fff;
}
.main-nav ul li .nav-color--color {
    color: #069bd5;
}
.main-nav ul li:last-child a {
	margin-right:0;
}
.main-nav ul.header-nav {
	text-align:center;
}
.main-nav ul.header-nav>li {
	display:inline-block;
}
.main-nav ul.header-nav>li>a {
	padding:64px 11px;
	font-style:normal;
}
.main-nav ul.header-nav>li>a:hover {
	text-decoration:none;
}
.main-nav ul.header-nav>.first > a {
	padding-left:0;
}
.main-nav ul.header-nav>li:last-child > a {
	padding-right:0;
}
.main-nav>ul>li>a {
	text-transform:uppercase;
}
.main-nav ul li a:hover {
	color:#fff;
}
.main-nav>ul>li>a:hover {
	color:#67c9d8;
}
.main-nav ul li.has-children:hover>a:before {
	content:"";
	display:block;
	border-width:10px;
	border-style:solid;
	height:0;
	width:0;
	border-color:transparent;
	border-bottom-color:#fff;
	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:#ffffff;
	min-width:226px;
	left:50%;
	margin-left:-113px;
}
.main-nav ul li.first:hover ul {
	margin-left:-60px;
}
.main-nav ul li ul li {
	padding:0 5px;
	margin:0;
}
.main-nav ul li ul li a {
	font-weight:400;
	display:block;
	padding:10px;
		font-style:normal;
	font-size:14px;
	text-transform:capitalize;
	color:#0099d9;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	line-height:20px;
}
.main-nav ul li ul li a:hover {
	color:#c3d941;
	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;
}
@media (min-width:1201px) {
    .main-nav ul li.has-mega-menu:hover ul {
        margin-bottom: 20px;
    }
}
.main-nav ul li.has-mega-menu:hover>a {
	position:relative;
	z-index:9999;
}
.main-nav ul li .mega-menu {
	display:none;
}
.main-nav ul li .mega-menu ul {
	position:static !important;
		float:left;
	background:transparent;
	border:none;
	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:1001;
}
.mega-menu .container {
	background:#fff;
	padding-bottom:20px;
	padding-top:25px;
	max-width:1170px;
	overflow:hidden;
}
@media (min-width:1201px) {
    .mega-menu .container {
        padding-bottom: 0;
    }
}
.main-nav ul li .mega-menu li {
	padding:0 8px;
}
.main-nav ul li .mega-menu li a {
	font-size:14px;
	font-weight:400;
	font-style:normal;
	color:#0099d9;
	line-height:1em;
	border-bottom:none;
}
.main-nav ul li .mega-menu li a:hover {
	color:#c3d941;
	text-decoration:none;
}
.main-nav ul li .mega-menu ul li:first-child a {
	text-transform:uppercase;
	font-size:20px;
	color:#881c1c;
	padding-top:0;
	font-weight:700;
}
.logo {
	width:50%;
	margin-left: 30px;
}
/*Latest News*/
.latest-news,.breadcrumbs {
	padding:17px 0;
	background:rgb(6,155,212);
	background:-moz-linear-gradient(left,rgba(6,155,212,1) 0%,rgba(188,214,70,1) 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(6,155,212,1)),color-stop(100%,rgba(188,214,70,1)));
	background:-webkit-linear-gradient(left,rgba(6,155,212,1) 0%,rgba(188,214,70,1) 100%);
	background:-o-linear-gradient(left,rgba(6,155,212,1) 0%,rgba(188,214,70,1) 100%);
	background:-ms-linear-gradient(left,rgba(6,155,212,1) 0%,rgba(188,214,70,1) 100%);
	background:linear-gradient(to right,rgba(6,155,212,1) 0%,rgba(188,214,70,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#069bd4',endColorstr='#bcd646',GradientType=1 );
}
.latest-news h3 {
	float:left;
	margin:1px 68px 0 0;
}
.latest-news span.post-date {
	font-weight:700;
	margin-right:6px;
	text-transform:uppercase;
}
.latest-news span.news-title {
	font-weight:400;
	display: inline-block;
	width: 60%;
	margin-left: 10px;
	
}
.latest-news span {
    vertical-align: top;
}
.latest-news .news-container {
	max-width:1170px;
	margin:0 auto;
}
.latest-news .news-container:hover {
	text-decoration:none;
}
@media (max-width:768px) {
	.visible-lg.latest-news {
		display: none !important;
	}

}
/*===========================	$STYLES============================*/
.background {
	background-position:top center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wrapper-content {
	padding-top:261px;
}
.boxed-content {
	margin-top:-41px;
	background:#fff;
	position:relative;
	-webkit-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow:0px 1px 5px 0px rgba(0,0,0,0.3);
	box-shadow:0px 1px 5px 0px rgba(0,0,0,0.3);
	overflow:hidden;
}
.page-hero {
	background-size:100% auto;
	height:100%;
	position:absolute;
	width: 100%;
}
/*bredcrumbs*/
.breadcrumbs-container {
	overflow:hidden;
	border-bottom:1px solid #ddd;
}
.breadcrumbs {
	margin:0 auto;
	overflow:hidden;
	padding-left:18px;
	padding-right:18px;
}
.breadcrumbs-container .container {
	padding:0;
	width:auto;
}
.breadcrumbs li {
	float:left;
	margin:15px 0 5px 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 {
	padding-left:0;
}
.breadcrumbs .home-link a {
	font-size:18px;
	position:relative;
	top:-4px;
	padding-left:0;
}
.breadcrumbs .home-link:before {
	display:none;
}
.breadcrumbs li a {
	font-size:14px;
	font-weight:400;
	font-style:normal;
	color:#fff;
	display:block;
	line-height:1em;
	white-space:nowrap;
}
.breadcrumbs li a .glyphicon {
	color:#fff;
}
.breadcrumbs li a:hover {
	text-decoration:none;
}
.breadcrumbs li:last-child a,.breadcrumbs li a:hover {
	color: #fff;
}
/*navigation sidebar*/
.sidebar-nav ul li {
	background:none;
}
.sb-nav {
	padding:0;
}
.sb-nav ul {
	margin:0;
	padding:0;
}
.sb-nav>ul>li a {
	font-weight:700;
	font-size:16px;
	font-style:normal;
	font-family:'Crimson Text';
	color:#0099d9;
	margin:0;
	padding:27px 0 22px 34px;
	border-bottom:1px solid #cccccc;
	border-left:3px solid #f2f2f2;
	display:block;
}
.sb-nav>ul>li>a:hover {
	border-left:none;
	color:#fff;
	background:#369aca;
	text-decoration:none;
}
.sb-nav>ul>li:not(.active,.active-child) a:hover {
	border-left:3px solid #369aca;
}
.sb-nav>ul>li>a {
	transition:none;
	-o-transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}
.sb-nav ul>.active-child>a {
	color:#333333;
}
.sb-nav ul>.active-child>ul li.active a {
	color:#333;
}
.sb-nav li.active.has-children {
	border-left:4px solid #0099d9;
	border-bottom:1px solid #ccc;
}
.sb-nav li.active.has-children>a {
	border:none;
	color:#333;
}
.sb-nav li.active.has-children>a:hover {
	border:none;
	color:#333;
}
.sb-nav>ul>.active>a,.sb-nav>ul>.active>a:hover {
	color:#0099d9;
	border-left:4px solid #369aca;
	background:none;
}
.sb-nav ul li {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}
.sb-nav>ul>.active-child {
	border-left:4px solid #369aca;
}
.sb-nav>ul>.active-child>a:hover {
	background:transparent;
	color:#333333;
}
.sb-nav>ul>.active-child a {
	border-left:none;
}
.sb-nav>ul>.active-child ul li:last-of-type a {
	border-bottom:1px solid #e9e9e9;
}
.sb-nav>ul>.active-child>a {
	border-bottom:none;
}
.sb-nav ul li ul li a {
	border-bottom:none;
	padding:6px 0 6px 34px;
	font-size:14px;
	color:#00929f;
	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:#004964;
	text-decoration:none;
}
.sb-nav ul li ul li:last-child a {
	padding-bottom:20px;
	background-position: 10px 12px;
}
.sb-nav > ul + .btn-gradient {
	color:#0099d9;
	line-height:50px;
	margin-top:30px;
}
.sb-nav > ul + .btn-gradient:hover {
	color:#fff;
	text-decoration:none;
}
/* ir sidebar */
.ir-sidebar {
	padding:20px 40px;
}
.ir-sidebar li {
	padding:10px 0;
	display: block;
}
/*main-content*/
.main-content {
	padding:30px;
}
div + div > .main-content {
	padding-left:0;
}
@media(max-width: 991px) {
 	div + div > .main-content {
        padding-left: 15px;
    }   
}
.main-content > h1 {
    margin-bottom:30px;
	border-bottom:1px solid #099CD2;
	padding-bottom:30px;
}
.main-content > h2,
.main-content > h3 {
	border-top:1px solid #ccc;
	padding-top:30px;
	margin-top:30px;
}
.main-content > h1 + h2,
.main-content > h2 + h3 {
	border-top:none;
	margin-top:0;
	padding-top:0;
}
.style-check {
	margin-left:0;
	margin-right:60px;
}
.spr-ir-faq .question {
	padding:0;
	margin:0;
}
form label {
	font-size:16px;
	color:#777777;
	display:block;
	font-weight: normal;
}
/*right-sidebar*/
.right-sidebar {
	background:#f4f4f4;
	padding:0;
}
.right-sidebar .side-module:last-child {
	margin-bottom:0;
}
.side-module {
	margin:13px 0;
	padding:20px 30px 20px 21px;
	border-radius:5px;
	border-top:1px solid #fff;
}
.side-module:first-child {
	border-top:0;
}
.side-module p {
	font-size:14px;
	line-height:20px;
	margin-bottom:24px;
	color:#000;
}
.side-module h3 {
	margin-top:0;
	font-size:18px;
	color:#333333;
	font-weight:700;
	margin-bottom:20px;
}
.side-module a {
	display:block;
	font-size:14px;
}
.side-module .news-date {
	font-weight:700;
	color:#8f8f8f;
	margin-bottom:5px;
	font-size:12px;
	display:block;
	text-transform: uppercase;
}
/*==========================	$FOOTER===========================*/
.signup-bar {
	background:#535353;
		padding:0 0 20px;
	position:relative;
}
.ir .signup-bar {
	margin:30px 0;
	 padding:30px;
}
.ir .signup-bar a {
	margin-top:10px;
}
.signup-bar p {
	text-transform:uppercase;
	color:#fff;
	font-size:14px;
	font-weight:700;
}
.signup-bar span {
	font-size:14px;
	display:block;
}
footer {
	background:#535353;
	color:#fff;
	padding:16px 0;
	position:relative;
}
.footer-menu li {
	padding-left:0;
	background:none;
	margin:0;
}
.footer-menu li a {
	text-transform:uppercase;
	font-style:normal;
	color:#fff;
	font-weight:700;
	font-size:12px;
}
.footer-menu li a:hover {
	color:#fff;
	text-decoration:underline;
}
.footer-menu li .btn-gradient,
.footer-menu li .btn-gradient span {
	line-height:30px;
	height:30px;
	width:120px;
}
.footer-menu li .btn-gradient:hover {
	text-decoration:none;
}
.copyright,.copyright a {
	font-size:12px;
	color:#fff;
	font-weight:700;
	line-height:17px;
	text-transform:uppercase;
}
.copyright a:hover {
	text-decoration: underline;
}
/*============================	$HOME=============================*/
/*hero*/
.home-hero {
	height:100vh;
	min-height:800px;
}
.home-hero .vertical-align {
	height:592px;
	padding-top:141px;
	text-align:center;
}
.home-hero .vertical-align .text h2,.page-hero .vertical-align .text h2 {
	font-size:50px;
	color: #fff; /*#2d2d2d;*/
}
.home-hero .vertical-align .text p {
	font-size:16px;
	color: #fff; /*#2d2d2d;*/
	font-weight:800;
}
.featured h3 {
	color: #fff;
}
/*Slider*/
.bullets {
	bottom:30px;
	top:auto;
	width:100%;
	text-align:center;
	z-index:200;
	display:block;
	position:absolute;
}
.bullets:hover {
	text-decoration:none;
}
.bullets span {
	font-size:40px;
	color:#5d5d5e;
	text-shadow:2px 2px 4px rgba(0,0,0,0.2);
}
.bullets span.cycle-pager-active {
	color:#0099d9;
}
.slide-item {
	width:100%;
}
.slider-home #prev {
	left:1%;
}
.slider-home #next {
	right:1%;
}
.slider-home #next img,.slider-home #prev img {
	width:15px;
	margin: 10px;
}
@media(min-width:992px) {
    .slide-item.probiorahealth-purchase .row > div:first-child {
        padding-left:100px;
        position:relative;
    }
    /*.slide-item.probiorahealth-purchase .row > div:first-child:before {
        content:url('../images/probiora-symbol.png');
        left:0;
        position:absolute;
        top:10px;
    }*/
}
@media(max-width:991px) {
    .slide-item .btn {
        min-width:0;
        margin:10px;
        padding:10px;
    }
}
/*
.slide-item.probiorahealth-purchase,
.slide-item.probiorahealth-purchase .home-hero {
	height:auto;
	min-height:50vw;
	max-height:100%;
}
.slide-item.probiorahealth-purchase .vertical-align {
	height:auto;
	padding-top:300px;
	padding-bottom:77px;
}
.slide-item.probiorahealth-purchase .vertical-align .text {
	height:auto;
}
.slide-item.probiorahealth-purchase .vertical-align .text h2 {
	color:#3399cc;
	font:700 40px/1.2 'gotham', sans-serif;
	margin:0 0 35px;
}
.slide-item.probiorahealth-purchase .btn {
	background:#858585;
	font-weight:400;
	padding: 10px 20px;
	text-transform:none;
}
.slide-item.probiorahealth-purchase .btn:hover {
    background:#C3D941;    
}
@media(max-width:991px) and (min-width:768px) {
	.slide-item.probiorahealth-purchase .home-hero .vertical-align {
		text-align:left;
	}	
}
@media(min-width:768px) {
	.slide-item.probiorahealth-purchase .btn + .btn {
		margin-left:15px;
	}
}
@media(max-width:767px) {
	.slide-item.probiorahealth-purchase .vertical-align {
		height:auto;
		padding-top:140px;
			padding-bottom:40px;
	}	
	.slide-item.probiorahealth-purchase .vertical-align .text h2 {
		width:auto;
	}
} */

/* News */
.investors-information .recent-new+.recent-new {
	padding-top:10px;
	margin-top:10px;
	border-top:1px dotted #ccc;
}
.investors-information .news-block h3 {
	margin-bottom:32px;
}
.investors-numbers.quote-box .meta {
	padding-top:25px;
	display:block;
	clear: both;
}
/*Inverstors*/
.investors-numbers div {
	padding:20px 15px;
}
.investors {
	padding:98px 0 100px;
}
.investors h2 {
	color:#fff;
	margin: 0;
}
/*Investors Information*/
.investors-information {
	border-bottom:1px solid #dbdbdb;
	padding:48px 0 30px;
}
.investors-information .row div+div {
	border-top:1px solid #dbdbdb;
}
.investors-information h3 {
	color:#333333;
	font-size:26px;
}
.meta {
	font-weight:700;
	font-size:12px;
	color:#b3b5b8;
	text-transform: uppercase;
}
.meta a {
	/*color:#59c6d6;*/
	font-size:12px;
	font-weight:700;
}
.view-info-titles {
	padding-left:20px;
	text-align:left;
	height:104px;
}
.view-info-titles a {
	display:inline-block;
	font-style:normal;
}
.view-info-block {
	padding:20px 15px;
}
@media (max-width:991px) {
	.investors-information {
			padding-top:10px;
	}
	.investors-title h3 {
			margin-bottom:5px;
	}
	.investors-numbers div {
			padding:5px 0;
			float:left;
			width:33.33%;
	}
		.ir .investors-numbers div {
		 width:100%;
	}
		.ir .stock-info .text {
		 width:100%;
	}
		.investors-information .row div+div {
		 border-top: none;
	}
}
/*Presentation*/
.presentation-image {
	margin:40px 0;
}
.presentation-text a {
	color:#0099d9;
	font-weight:900;
	font-size:14px;
	text-transform: uppercase;
}
.home .presentation-text a {
    font-size: 12px;
    white-space: nowrap;
}
/*blocks home*/
.block {
	text-align:center;
	position:relative;
	overflow:hidden;
	padding:0;
}
.block h2 {
	color:#fff;
	font-size:28px;
	margin:12px 0 35px;
}
.probiora-block h2 {
    margin:0 0 20px;
}

.block img {
	width:100%;
}
.block h2 img {
    width:auto;    
}
.block p {
	color:#fff;
	font-size:14px;
	font-weight:400;
}
.block-content {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:left;
	padding:20px 40px 70px;
}
.block-content a.more {
	color:#fff;
	font-weight:700;
}
.block-content a:hover {
	text-decoration:none;
}
.block.first .block-content {
	background:rgb(0,153,217);
	background:-moz-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(13,157,207,0.9) 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,153,217,0.9)),color-stop(100%,rgba(13,157,207,0.9)));
	background:-webkit-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(13,157,207,0.9) 100%);
	background:-o-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(13,157,207,0.9) 100%);
	background:-ms-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(13,157,207,0.9) 100%);
	background:linear-gradient(to right,rgba(0,153,217,0.9) 0%,rgba(13,157,207,0.9) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099d9',endColorstr='#0d9dcf',GradientType=1 );
}
.block.second .block-content {
	background:rgb(0,153,217);
	background:-moz-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(0,153,217,0.9)),color-stop(100%,rgba(195,216,65,1)));
	background:-webkit-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:-o-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:-ms-linear-gradient(left,rgba(0,153,217,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:linear-gradient(to right,rgba(0,153,217,0.9) 0%,rgba(195,216,65,0.9) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099d9',endColorstr='#c3d841',GradientType=1 );
}
.block.third .block-content {
	background:rgb(188,214,71);
	background:-moz-linear-gradient(left,rgba(188,214,71,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(188,214,71,0.9)),color-stop(100%,rgba(195,216,65,0.9)));
	background:-webkit-linear-gradient(left,rgba(188,214,71,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:-o-linear-gradient(left,rgba(188,214,71,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:-ms-linear-gradient(left,rgba(188,214,71,0.9) 0%,rgba(195,216,65,0.9) 100%);
	background:linear-gradient(to right,rgba(188,214,71,0.9) 0%,rgba(195,216,65,0.9) 100%);
	filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#bcd647',endColorstr='#c3d841',GradientType=1 );
}
/*=============================	$IR==============================*/
.ir-documents {
	text-align:center;
}
.ir-documents img+img {
	margin-top: 30px;
}
/*content*/
.main-content.full-width {
	padding:0 30px 200px 30px;
}
.box {
	background:#fff;
	border:1px solid #e2e2e2;
	padding:0;
	margin-bottom:30px;
	position:relative;
	overflow:hidden;
	border-radius:0;
}
.box .header {
	border-top:8px solid #0096d5;
	padding:15px 15px 0 25px;
}
.box .text {
	padding:25px;
	overflow:hidden;
}
.box.bottom-btn,.box .bottom-btn {
	padding-bottom:20px;
	position:relative;
}
@media (min-width:991px) {
	.box.bottom-btn .text {
			padding-bottom:40px;
	}
	.box.bottom-btn .btn {
			position:absolute;
			bottom:30px;
	}
	.box.bottom-btn .text>.btn-rect,.box .bottom-btn>.btn-rect {
			position:absolute;
			bottom:20px;
			margin:0;
	}
}
.box .header h2,.box .header h2 a {
	margin:0;
	font-size:18px;
	font-family:'Gotham';
	font-weight:400;
	color:#004964;
	text-transform:uppercase;
	line-height:34px;
}
.box .header h2 .time {
	font-size:14px;
}
.box .share-icons {
	float:right;
}
.box .share-icons a {
	line-height:1em;
	display:inline-block;
	position:relative;
	z-index:90;
	width:27px;
	height:27px;
}
.box .share-icons a:hover {
	text-decoration:none;
	color:#00b1fb;
}
.share-icons span {
	font-size:30px;
}
.box .text .share-icons {
	margin-top:8px;
}
.box .date {
	font-weight:700;
	color:#8f8f8f;
	margin-bottom:5px;
	font-size:12px;
	display:block;
	text-transform: uppercase;
}
/*news and events*/
.box .single-new {
	border:none;
	margin-bottom:30px;
}
.box .single-new p,.box .single-new p a,.box .single-event p,.box .single-event p a {
	font-size:24px;
	color:#000000;
	margin:0 0 10px;
	line-height:1.4em;
	font-weight: 400;
}
/*Sign Up*/
.signup-bar.in-page {
	padding:20px 0;
	margin-top:20px;
}
.signup-bar.in-page h3 {
	font-size:16px;
}
.signup-bar.in-page p {
	font-size: 12px;
}
/*Pipelines*/
.pipeline-module .text {
	padding:0 30px 30px;
}
.pipeline-chart {
		color:#000;
	font-size:14px;
	width:100%;
	overflow:hidden;
	border-radius:0;
	position: relative;
}
/*Pipelines Header*/
.pipeline-chart th {
	font-weight:400;
	padding:25px 10px;
	text-align:center;
	color:#fff;
	font-family:'gotham';
	background:#004964;
		text-transform:uppercase;
	border:none;
	font-size:14px;
	border-right:1px solid #00394d;
	line-height:1em;
}

.pipeline-chart th.development {
	background:#003a50;
	box-shadow:inset 2px 0px 5px rgba(0,52,72,0.3);
	padding-top:10px;
	padding-bottom:10px;
}
.pipeline-chart .stage-name {
	font-family:'gotham';
	font-weight:700;
	color:#fff;
	padding:3px 10px;
	height:20px;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	border: none;
}
.pipeline-chart td.stage-name.preclinical,.pipeline-chart td.stage-name.phase,.pipeline-chart td.stage-name.market {
	background:#0096d5;
}
.pipeline-chart .headline td {
	background:#d3d3d3 !important;
	height: 17px;
}
/*Pipelines borders*/
.pipeline-chart tbody tr {
	border-top:none;
	border-bottom:1px dotted #d3d3d3;
	border-right:1px solid #d3d3d3;
}
.pipeline-chart tbody tr.headline {
	border-bottom:0;
}
.pipeline-chart tbody tr:last-child {
	border-bottom:2px solid #d3d3d3;
}
.pipeline-chart tbody tr td:last-child {
	border-right:2px solid #d3d3d3;
}
.pipeline-chart td.phase-2::before {
	content:'';
	width:2px;
	height:81px;
	top:0;
	border-right:1px dotted #d3d3d3;
	left:50%;
	position:absolute;
	margin-left:-1px;
}
.pipeline-chart .no-border {
	border-bottom:0;
}
.pipeline-chart .headline-text {
	border-left:1px solid #d3d3d3;
	border-right:1px solid #b6b6b6;
	color:#777777;
	font-family:'gotham';
	font-weight:700;
	text-transform: uppercase;
}
/*Pipelines chart body*/
.pipeline-chart td.candidate-phase {
	border-right:1px solid #d3d3d3;
	padding: 0;
}
.pipeline-chart td {
	background:#fff;
	color:#000;
	height:81px;
	position:relative;
	font-size:14px;
	font-weight:700;
	line-height:1.2em;
}

.pipeline-chart tbody tr:nth-of-type(even) td {
	background: #e8e8e8;
}
.pipeline-chart td .medication {
	color:#bf1e2e;
	display:block;
	font-size:11px;
	font-family:'gotham';
	text-transform:uppercase;
}
.pipeline-chart td.candidate-name,
.pipeline-chart td.technology{
	padding:10px 18px;
	vertical-align:middle;
	width:15%;
	border-left:1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
}
.pipeline-chart th.indication,.pipeline-chart td.headline-text {
	width:10%;
}
.pipeline-chart td.indication {
	font-size:14px;
	padding-left:18px;
	padding-right:10px;
	border-left:1px solid #d3d3d3;
	border-right:1px solid #d3d3d3;
	color:#000;
	font-weight:400;
	text-align:left;
	width:10%;
}
.partner {
	text-align:center;
	padding:10px;
	width:10%;
	text-transform:uppercase;
	background:#fff !important;
}
.pipeline-chart .headline-text {
	padding:7px 14px;
}
.pipeline-chart .headline+tr+td {
	background:#fff;
}
.pipeline-chart .headline+tr+tr td {
	background: #f4f4f4;
}
/*Pipeline status*/
.pipeline-chart .status {
	font-size:14px;
	line-height:24px;
	position:relative;
	text-indent:-2000px;
	font-weight:300;
}
.pipeline-chart td .text {
	background:#00a0bd;
	height:28px;
	padding:0;
	position:relative;
}
.pipeline-chart .complete .text:after {
	background:linear-gradient(to top,#008bbd,#00adbd);
	content:'';
	height:28px;
	width:3px;
	position:absolute;
	z-index:1;
	right:-1px;
}
.pipeline-chart .complete .text,.pipeline-chart .in-progress .text {
	color:#fff;
	display:block;
}
.pipeline-chart .in-progress:after {
	background:#bf1e2e;
	background:linear-gradient(to right,#008bbd,#00adbd);
}
.pipeline-chart .complete.last .text:after {
	display: none;
}
/*Pipelines colors*/
.pipeline-chart .market .text {
	background:linear-gradient(to top,#008bbd,#00adbd);
}
.pipeline-chart .phase.preclinical .text {
	background:rgb(171,208,84);
	background:-moz-linear-gradient(left,rgba(171,208,84,1) 0%,rgba(124,193,120,1) 100%);
	background:-webkit-linear-gradient(left,rgba(171,208,84,1) 0%,rgba(124,193,120,1) 100%);
	background:linear-gradient(to right,rgba(171,208,84,1) 0%,rgba(124,193,120,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd054',endColorstr='#7cc178',GradientType=1 );
}
.pipeline-chart .phase .text {
	background:rgb(124,193,120);
	background:-moz-linear-gradient(left,rgba(124,193,120,1) 0%,rgba(71,176,162,1) 100%);
	background:-webkit-linear-gradient(left,rgba(124,193,120,1) 0%,rgba(71,176,162,1) 100%);
	background:linear-gradient(to right,rgba(124,193,120,1) 0%,rgba(71,176,162,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cc178',endColorstr='#47b0a2',GradientType=1 );
}
.pipeline-chart .phase-2 .text {
	background:rgb(71,176,162);
	background:-moz-linear-gradient(left,rgba(71,176,162,1) 0%,rgba(24,161,198,1) 100%);
	background:-webkit-linear-gradient(left,rgba(71,176,162,1) 0%,rgba(24,161,198,1) 100%);
	background:linear-gradient(to right,rgba(71,176,162,1) 0%,rgba(24,161,198,1) 100%);
	filter:progid: DXImageTransform.Microsoft.gradient( startColorstr='#47b0a2',endColorstr='#18a1c6',GradientType=1 );
}

.pipeline-chart .phase-3 .text {
	background: rgba(24,161,198,1);
}
/*Pipelines borders fix*/
.pipeline-chart .phase-2 .complete .text:after,.pipeline-chart .phase .complete .text:after,.pipeline-chart .preclinical .complete .text:after {
	content:'';
	height:28px;
	width:10px;
	position:absolute;
	z-index:2;
	right:-4px;
}

.pipeline-chart .phase .complete .text:after {
	background: #47b0a2;
}
.pipeline-chart .preclinical .complete .text:after {
	background:#7cc178;
}
.pipeline-chart .phase-2 .complete .text:after {
	background: rgba(24,161,198,1);
}
.pipeline-chart .in-progress {
	width:50%;
	min-width: 25px;
}
/* Personnel Listings */
.member .title {
    font-size:16px;
    font-style:normal;
}
/* Contact Page */
@media(min-width:992px) {
	.contact-form {
		position:relative;
		/*top:-24px;*/
	}
	.contact-info h2 {
	 margin-top: 0;   
	}
}
/**** Media Queries *****/
@media (min-width:1201px) {
	/*header*/
	header {
		top:23px;
	}
	.main-header {
		width:97%;
		max-width:1200px;
		margin:0 auto;
	}
	.main-nav ul li .mega-menu ul li:first-child a {
		font-size:12px;
		color:#369aca;
		font-weight:700;
	}
	.main-nav ul li .mega-menu li a {
		font-size:14px;
		color:#369aca;
	}
	.main-nav ul li .mega-menu li a:hover {
		color:#c3d941;
	}
	.main-nav ul.header-nav>li>a {
		padding:57px 22px 50px;
		font-size:14px;
	}
	.main-nav ul.header-nav>li.logo-center>a {
		padding: 20px 10px;
	}
	/*home*/
	/*.home-hero {
		height:70vw;
	}*/
	.home-hero.background {
		background-position:0 0;
		background-size:cover;
	}
	.home-hero .vertical-align {
		padding-top:260px;
		height:auto;
	}
	.home-hero .vertical-align .text {
		text-align:left;
	}
	.home-hero .vertical-align .text h2 {
		font-size:49px;
	}
	.home-hero .watch-video {
		text-align:center;
		margin:23px 0;
	}
	.featured {
		padding:34px;
		height:297px;
		margin-top:-20px;
	}
	.featured .btn {
		bottom:15px;
	}
	.featured .block {
		padding-top:0;
	}
	.featured .block h2 {
		margin-bottom:0;
	}
	.block {
		height:564px;
		float:left;
		position:relative;
		border-right:1px solid #dbdbdb;
	}
	.block h3 {
		margin-top:0;
	}
	.block img {
		max-width:none;
		height:100%;
	}
	.block p {
		line-height:25px;
	}
	.home-module {
		height:584px;
	}
	.home-module .vertical-align {
		height: 409px;
	}
	/*Latest News*/
	.latest-news {
		padding:17px;
		text-align:center;
	}
	.latest-news span {
		color:#fff;
		font-size:16px;
	}
	.latest-news h3 {
		text-transform:uppercase;
		float:left;
	}
	.news-container {
		display:inline-block;
		text-align: left;
	}
	/*Styles*/
	.page-hero .vertical-align {
		padding-top:320px;
	}
	.btn {
		padding:15px 35px;
		min-width:197px;
		text-align: center;
	}
	/*IR*/
	.suscribe .btn-rect {
		float:right;
	}
	.ir-documents {
		text-align: left;
	}
	/*investors*/
	.investors-information {
		padding:0;
	}
	.investors-information .row div+div {
		border-top:0;
	}
	.investors-numbers>div {
		float:left;
		padding:0 20px
	}
	.investors-numbers>div:last-child {
		padding-right:0;
	}
	.investors-numbers .stock-section:first-child {
		padding-left:0;
	}
	.view-info-block {
		padding:21px 15px 0;
	}
	.view-info-block .vertical-align {
		height:auto;
	}
	.view-info-block {
		height:auto;
		padding:;
	}
	.view-info-block.quote-box {
		padding:41px 38px;
	}
	.view-info-block:not(.no-border):first-child {
		border-right:1px solid #dbdbdb;
	}
	.view-info-block .center-block {
		width:100%;
		margin:0;
	}
	.investors-title h3 {
		float:left;
		margin:0;
	}
	.investors-title .meta {
		float:right;
		line-height:34px
	}
	.investors-title .meta .time:after {
			content:' \2022';
	}
	.presentation-image {
		float:left;
		margin:0;
		width: 50%;
	}
	.presentation-image img {
		position:relative;
		top:45px;
		max-width: 200px;
	}
	.presentation-text {
		float:left;
		text-align:left;
		width: 50%;
	}
	/*footer*/
	.signup-bar {
		padding:30px 0;
	}
	.signup-bar h3,.signup-bar p,.signup-bar a {
		display:inline-block;
	}
	.signup-bar h3 {
		margin:0;
		font-size:26px;
	}
	.signup-bar p {
		margin:0 30px;
		overflow:visible;
	}
	/*.annual-report img,.annual-report .report-info{max-width:47%;}.suscribe p{margin-right:45px;}.stock-box.inline h3{width:59%;}.stock-box.inline p{width:41%;padding-right:5px;padding-left:0;}.company-overview .text{padding-bottom: 10px;}*/
}
@media (min-width:1525px) {
	/*home*/
	/*.main-nav ul {
		width:100%;
	}*/
	.main-nav ul.header-nav>li>a {
		padding:58px 17px 29px 15px;
	}
	.main-nav ul.header-nav>li.logo-center>a {
		padding:20px 55px;
	}
	.home-hero {
		height:50vw;
	}
	.home-hero .vertical-align .text {
		width:100%;
	}
	.home-hero .vertical-align .text h2 {
		margin-bottom:19px;
		line-height:1.2;
	}
	.home-hero .vertical-align .text p {
		line-height:25px;
		width:80%;
		font-weight:400;
		font-size:18px;
		margin-bottom:38px;
	}
	.home-hero.background {
		background-size:cover;
		background-position:top center;
	}
	.main-nav ul li .mega-menu ul {
		border-right:1px solid #e1e1e1;
	}
	.home-hero .watch-video {
		margin:63px 0;
	}
	.slider-home #next img,.slider-home #prev img {
		width:auto;
	}
	.slider-home #prev {
		left:13%;
	}
	.slider-home #next {
		right:19%;
	}
	.news-container {
		display:block;
	}
	.main-content {
		padding-right:20px;
	}
	.block {
		height:484px;
	}
	.block img {
		width:100%;
	}
	.block p {
		line-height:19px;
	}
	.bullets {
		bottom:28px;
	}
	.bullets span {
		font-size:48px;
	}
	.logo {
		width:328px;
		height:105px;
		text-align:center;
		padding-top:15px;
	}
	.logo a {
		display:inline-block;
		margin:0;
	}
	.view-info-block {
		padding:65px 15px 77px;
	}
	.investors-information h3 {
		margin:0 0 10px;
		font-size:23px;
	}
	.investors-information .btn {
		padding:9px 14px;
	}
	.presentation-text p {
		width:67%;
	}
	.investors-numbers {
		margin-top:27px;
	}
	.investors-numbers>div {
		padding:0 25px;
	}
	.signup-bar h3 {
		font-size:23px;
	}
	.presentation-image img {
		top:5px;
	}
	.value-title {
		display:block;
		margin-bottom:13px;
	}
	.view-info-block.quote-box {
		padding:65px 0 41px 38px;
	}
}
@media (min-width:1820px) {
	.slider-home #prev {
		left:19%;
	}
}
@media (min-width:992px) {
	#sub-navigation {
		display:block;
	}
	.investors-numbers {
		text-align:left;
	}
	.main-content.full-width {
		padding:0 30px 200px 0;
	}
			.block-content a.more {
		position:absolute;
		bottom: 34px;
	}
}
@media (min-width:992px) and (max-width:1200px) {
	/*header*/
	.main-nav ul.header-nav>li>a {
		padding:57px 11px 20px;
		font-size:12px;
	}
	.main-nav ul.header-nav>li.logo-center>a {
		padding: 20px 10px;
	}
	/*mega menu to dropdown*/
	.main-nav ul {
		margin-right:30px;
		float:right;
	}
	.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;
		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;
		text-transform:capitalize;
		border-bottom:1px solid #e1e1e1;
	}
	.main-nav ul li .mega-menu ul li:first-child a:hover {
		color:#c3d941 !important;
	}
	.main-nav ul li .mega-menu ul li a {
		font-weight:700;
		color:#0099d9 !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;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*investors*/
	.investors-information {
		padding:0;
	}
	.investors-information .row div+div {
		border-top:0;
	}
	.investors-numbers {
		margin-top:0;
	}
	.investors-numbers>div {
		float:left;
		padding:20px 10px;
	}
	.investors-numbers .stock-section:first-child {
		padding-left:0;
	}
	.view-info-block .vertical-align {
		height:320px;
	}
	.view-info-block {
		height:364px;
	}
	.view-info-block+div {
		border-left:1px solid #dbdbdb;
	}
	.view-info-block .center-block {
		/*! width:100%;*/
	}
	.investors-title h3 {
		float:left;
	}
	.investors-title .meta {
		float:right;
		margin: 20px 0;
	}
	/*Latest News*/
	.latest-news {
		padding:17px;
		text-align:center;
	}
	.latest-news span {
		color:#fff;
		font-size:14px;
	}
	.latest-news h3 {
		text-transform:uppercase;
		float:none;
	}
	.news-container {
		display: inline-block;
	}
	/*styles*/
	.side-module {
		padding-right:25px;
	}
	.side-module .btn {
		display:block;
		min-width:0;
	}
	.page-hero .vertical-align {
		padding-top:320px;
	}
	.main-content {
		padding-right: 20px;
	}
	/*IR*/
	.ir-documents {
		text-align:left;
	}
	.box .header {
		padding-left:20px;
	}
	.box.bottom-btn {
		padding-bottom:115px;
	}
	.box .header h2 {
		font-size:14px;
	}
	.suscribe {
		margin:0 0 30px;
	}
	.suscribe p {
		display:none;
	}
	.suscribe .btn-rect {
		float: right;
	}
	/*home*/
	/*.home-hero {
		height:71vw;
		max-height:839px;
	}*/
	.home-hero .vertical-align {
		padding-top:28%;
		height:auto;
	}
	.home-hero .vertical-align .text {
		text-align:left;
	}
	.home-hero .vertical-align .text h2 {
		font-size:32px;
	}
	.home-hero .watch-video {
		text-align:center;
		margin:23px 0;
	}
	.home-hero.background {
		background-position:0 0;
		background-size:cover;
	}
	.home-module {
		height:584px;
	}
	.home-module .vertical-align {
		height:409px;
	}
	.block {
		height:486px;
		border-right:1px solid #dbdbdb;
	}
	.block figure img {
		width: 100%;
	}
}
@media (max-width:991px) {
	/*cycle*/
	.slider #next {
		right:0;
		z-index:101;
	}
	.slider #prev {
		left:0;
		z-index: 101;
	}
		/*Sub-nav collapse styles*/
	.sidebar-nav,.sidebar-nav>div {
		padding:0;
		width:100%;
	}
	.sb-nav {
		border-top:none;
		padding:0 15px;
	}
	.mobile-sub-nav-trigger {
		background:#528fc1;
		color:#fff;
		width:100%;
		padding:13px 30px;
		text-align:center;
		cursor:pointer;
	}
	.mobile-sub-nav-trigger:hover {
		color: #fff;
	}
	/*meat styles*/
	.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;
	}
	/*IR*/
	.suscribe {
		margin-bottom:40px;
	}
	.page-hero {
		height: 316px;
	}
	/* Pipeline */
	.pipeline-chart {
		overflow:visible;
	}
	.pipeline-chart thead {
		display:none;
	}
	.pipeline-chart .headline td {
		height:30px;
	}
	.pipeline-chart tbody tr,.pipeline-chart .headline-text {
		border-right:0;
	}
	.pipeline-chart,.pipeline-chart tbody,.pipeline-chart tr,.pipeline-chart td {
		display:block;
		height:auto;
		width:100%;
	}
	.pipeline-chart tr {
		clear:both;
		overflow:hidden;
	}
	.pipeline-chart td {
		display:block;
		border:0;
		box-shadow:none;
		width:100%!important;
	}
	.pipeline-chart td.drug-name {
		padding:10px 20px;
	}
	.pipeline-chart td.candidate-phase {
		display:block;
		width:100%;
	}
	.pipeline-chart .status {
		text-indent:0;
		min-width:60%;
	}
	.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 .research .status .note {
		position:static;
		margin-top:0;
		white-space:normal;
	}
	.pipeline-chart .complete .round-end,.pipeline-chart .complete .round-end:before,.pipeline-chart .in-progress:before,.pipeline-chart .in-progress:after {
		display:none;
	}
	.pipeline-chart .indication {
		padding-top:10px;
		padding-bottom:10px;
	}
	.pipeline-chart .last:before,.pipeline-chart .in-progress:before,.pipeline-chart .last:after,.pipeline-chart .in-progress:after,.pipeline-chart td.partner,.pipeline-chart .status.not-stared {
		display:none;
	}
	.pipeline-chart .start-new-candidate td {
		border-top:none;
	}
	.ir .box.stock-info .stock-section {
		border-bottom: 1px dotted #d5d5d5;
	}
	footer .copyright,
	footer .footer-menu {
		display:block;
		text-align:center;
		float:none;
		margin:10px 0;
	}
}
@media (min-width:769px) and (max-width:991px) {
	/*header*/
	header {
		top:0;
	}
	.logo {
		width:100%;
		text-align:center;
		margin:20px 0;
	}
	.main-nav {
		text-align:center;
		line-height:0;
	}
	.main-nav ul li {
		white-space:initial;
	}
	.main-nav ul li a {
		font-size:14px;
	}
	.main-nav ul.header-nav {
		display:inline-block;
	}
	.main-nav ul.header-nav>li>a {
		padding:10px 11px 30px;
		line-height:1;
	}
	.home-module,.home-module .vertical-align {
		height: 427px;
	}
	/*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;
		text-transform:capitalize;
		border-bottom:1px solid #e1e1e1;
	}
	.main-nav ul li .mega-menu ul li:first-child a:hover {
		color:#c3d941 !important;
	}
	.main-nav ul li .mega-menu ul li a {
		font-weight:700;
		color:#0099d9 !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:capitalize !important;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#fff !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*styles*/
	.main-content {
		padding: 15px 10px 15px 20px;
	}
	/*footer*/
	.signup-bar h2,.signup-bar p {
		margin:0 0 15px;
		display:block;
	}
	.footer-menu li a {
		font-size: 16px;
	}
	/*IR*/
	.suscribe {
		text-align:center;
		padding:20px 0;
		margin-top:0;
	}
	.suscribe h2,.suscribe p {
		float:none;
		display:block;
		margin-bottom:10px;
		margin-right:0;
	}
	.suscribe .btn-rect {
		float: none;
	}
	/*home*/
	.home-hero .vertical-align {
		padding-top:338px;
	}
	.block {
		min-height:486px;
		border-right:1px solid #dbdbdb;
	}
	.block h2 {
		font-size:21px;
	}
	.block figure img {
		width:100%;
	}
	.block-content {
		padding:20px;
	}
	.bullets {
		bottom:50px;
	}
	.bullets span {
		font-size: 80px;
	}
	/*Latest News*/
	.latest-news {
		padding:17px;
		text-align:center;
	}
	.latest-news span {
		color:#fff;
		font-size:14px;
	}
	.latest-news h3 {
		text-transform:uppercase;
		float:none;
	}
	.news-container {
		display: inline-block;
	}
	/*presentation*/
	.presentation-block {
		height:380px !important;
		min-height:auto !important;
	}
}
@media (min-width:769px) {
	#mobile-nav {
		display:block;
		text-align:center;
	}
	.main-nav ul {
		display:inline-block;
		float:none;
	}
	.slider-home #prev,.slider-home #next {
		position:absolute;
		top:50%;
		z-index:999;
		cursor: pointer;
	}
	/*blocks*/
	.block {
		text-align:left;
		background-position: center;
	}
	/*home*/
	.home-module {
		text-align:left;
	}
	.home-module p {
		font-size:18px;
		line-height:30px;
	}
	.home-module img {
		margin:0;
		display:inline-block;
	}
	.latest-news .news {
		border-right:1px solid #dddddd;
		padding-right:84px;
		border-bottom:0;
	}
	.latest-news .news:last-child {
		border-right:0;
		padding:0 0 0 84px;
		border-bottom: 0;
	}
	/*investors*/
	.signup-bar img {
		margin:0 24px;
	}
	.signup-bar span {
		display: inline-block;
	}
	/*footer*/
	footer {
		text-align:center;
	}
	footer img {
		display:inline-block;
		margin:20px 0;
		float:left;
	}
	.copyright {
		float:left;
		line-height:30px;
	}
	.footer-menu {
		float:right;
	}
	.footer-menu ul {
		margin:0;
	}
	.footer-menu li {
		display:inline-block;
		vertical-align:middle;
		margin:0;
		padding-left:20px;
		line-height:17px;
	}
	.footer-menu li a {
		font-size:12px;
	}
	.copy-menu {
		display: block;
	}
}
@media (max-width:768px) {
	/*header*/
	.mobile-nav-trigger {
		background:#1ba2c4;
		position:absolute;
		top:25px;
		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;
		float:right;
	}
	.mobile-nav-trigger.active {
		right:80%;
		position:absolute;
		z-index:999;
		top:25px;
	}
	.slider-home #prev,.slider-home #next {
		position:absolute;
		top:87%;
		z-index:999;
	}
	.page-hero {
		height: 187px;
	}
	/* General styles for all menus */
	.cbp-spmenu {
		background:#535353;
		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:700;
		padding:20px !important;
	}
	.cbp-spmenu ul li a:hover {
		background:#59c6d6;
		color:#fff;
	}
	.cbp-spmenu ul li a:focus {
		text-decoration:none;
	}
	.cbp-spmenu a:active {
		background:#fff;
		color:#d71921;
	}
	.main-nav ul li.has-children:hover>a:before {
		display:none !important;
	}
	#mobile-nav ul li ul {
		height:0;
		position:static;
		display:block;
		border-bottom:1px solid #535353;
		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 #4e4e4e;
		color:#fff;
	}
	#mobile-nav ul li ul li a:focus {
		text-decoration:none;
	}
	.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 #4f4a88;
	}
	#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:capitalize;
		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 #4b4b4b;
		padding: 1em;
	}
	/* Vertical menu that slides from the left or right */
	.cbp-spmenu-right {
		right:-80%;
	}
	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}
	/* Push classes applied to the body */
	.cbp-spmenu-push {
		overflow-x:hidden;
		position:relative;
		left:0;
	}
	.cbp-spmenu-push-toright {
		left:240px;
	}
	.cbp-spmenu-push-toleft {
		left: -240px;
	}
	/* Transitions */
	.cbp-spmenu,.cbp-spmenu-push,.mobile-nav-trigger {
		-webkit-transition:all 0.3s ease;
		-moz-transition:all 0.3s ease;
		transition: all 0.3s ease;
	}
	/*Sub-nav collapse styles*/
	.sidebar-nav,.sidebar-nav>div {
		padding:0;
		width:100%;
	}
	.sb-nav {
		border-top:none;
		padding:0 15px;
	}
	.mobile-sub-nav-trigger {
		background:#528fc1;
		color:#fff;
		width:100%;
		padding:13px 30px;
		text-align:center;
		cursor:pointer;
	}
	.mobile-sub-nav-trigger:hover {
		color:#fff;
	}
	.mobile-sub-nav-trigger:hover,.mobile-sub-nav-trigger:focus {
		text-decoration: none;
	}
	/*styles*/
	.main-content {
		padding:30px 15px;
	}
	.btn {
		max-width:100%;
		padding:15px 30px;
		font-size:12px;
	}
	td {
		font-size:14px;
		padding: 10px;
	}
	/*footer*/
	.signup-bar h2,.signup-bar 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>.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;
	}
	.suscribe {
		padding:20px 15px;
		text-align:center;
	}
	.suscribe h2,.suscribe p {
		float:none;
		margin-right:0;
		display:block;
		margin-bottom:10px;
	}
	.suscribe .btn {
		float:none;
	}
	.box.stock-info .stock-section {
		border-bottom:1px dotted #d5d5d5;
	}
	.box.stock-info .stock-section:last-of-type {
		 border-bottom:none;
	}
	.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;
	}
	.box.stock-info .header h2 .time {
			float:none !important;
			display:block;
	}
	.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*/
	/* important to override same-height setting height to auto */
	.block,.block .block-content {
		position:static;
	}
	.block .block-content {
			padding:20px;
	}
	.home-hero {
		position:relative;
	}
	.home-hero,.home-hero>.vertical-align {
		height:592px;
	}
	.home-hero>.vertical-align {
		padding-bottom:69px;
	}
	.home-hero .text {
		position:relative;
	}
	.home-hero .vertical-align .text h2 {
		font-size:24px;
		hyphens:none;
		width:287px;
		margin:20px auto;
		text-align:center;
		word-wrap:break-word;
		hyphens:none;
	}
	.home-modules .row>div:first-of-type {
		padding-left:0;
	}
	.home-modules .row>div:last-of-type {
		padding-right: 0;
	}
}
/*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:before {
		content:'Oragenics, Inc.';
	}
	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;
	}
	.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;
	}
	.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;
	}
}
/* custom IR */
.financials .source.quarterly-results>.text {
	padding:25px;
}
.report th {
	font-size:17px;
}
#TB_window {
	top:2%;
}
.sitemap-pg .main-content {
	padding:30px;
}
.mobile-sub-nav-trigger:after {
	content:'' !important;
}
.media .date {
	margin-bottom:0;
}
@media (max-width:480px) {
	.box,.box .text {
		padding:0;
	}
	.box .header {
		border:none;
		padding-left:0;
		padding-bottom:10px;
	}
	.box .text {
		border:none;
	}
	.box.bottom-btn,.box {
		border:none;
		border-bottom:1px solid #ccc;
		margin:10px 0;
		padding-bottom:40px;
	}
}
.tooltip-hover {
	cursor:pointer;
}
.content-table .committee-title {
	font-size:16px;
}
.ir .qm-container td:not(.qm_heading_text) {
	padding: 0;
}
.ir table table table .qm_historyHeader_row td,
.ir table table table .qm_historyData_row td{
	font-size:11px;
}

.grecaptcha-badge{
    z-index: 1;   
    bottom: 64px !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%);
}
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;
    }
}
.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;
}
.qtool th {
    background-color: inherit;
    color: inherit;
    border: none;
}
.qtool a, .qmod-attribution a  {
    font-size: 14px;
}
.box.qmod-container .header {
    padding: 15px;
}




input,
textarea {
    font-family: sans-serif !important;
}
/* Home Slides - Video */
/*
.home-hero--video-overlay {
    position: absolute !important;
    width: 100vw;
    height: 100%;
    background: linear-gradient(to bottom, #fff 170px, transparent 170px);
    z-index: -1 !important;
}
*/
.home-hero video {
    width: 100%;
    height: 50vw;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -2;
}
@media (max-width: 1525px) {
    .home-hero video {
        height: 100vh;
        min-height: 800px;
    }
}
/*
@media (max-width: 991px) {
    .home-hero--video-overlay {
        background: linear-gradient(to bottom, #fff 200px, transparent 200px);
    }
}
*/
@media (max-width: 767px) {
    .home-hero video {
        height: 592px;
        min-height: 800px;
    }
    /*
    .home-hero--video-overlay {
        background: rgba(255, 255, 255, 0.1);
    }
    */
}
.spr-ir-pagination img,
.spr-ir-table tr td img {
    width: auto;
}

.wrap-video {
    text-align: center; 
    padding-top: 20px;
}

.wrap-all-link {
    padding-left: 15px;
    padding-top: 20px;
}

@media (min-width: 991px) {
    .box.bottom-btn .text--w-btn {
        padding-bottom: 70px;
    }
}