/****** GENERAL STYLES*****/
html {
	height:100%;
}
body {
	background:#424242;
	position:relative;
	font-family:'Gotham',Helvetica,Arial,sans-serif;
	color:#404040;
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	min-height:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	text-rendering:optimizeLegibility;
	left:0;
	transition:left 300ms;
}
body>.content {
	min-height:500px;
	background:#fff;
}
.content .content {
	padding-bottom:25px;
}
.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 {
		font-family:'Gotham',sans-serif;
		margin:25px 0;
		color:#404040;
		font-weight:600;
		line-height:1.2em;
		font-size:18px;
}
h1,h1 a,h1 a:hover {
	margin-top:20px;
	font-size:26px;
}
h2,h2 a,h2 a:hover {
	font-weight:600;
	color:#000;
	font-size:18px;
	text-transform:uppercase;
}
h3 {
	font-weight:600;
	font-size:16px;
	color:#000;
}
h3 a {
	color:#f37320;
}
h3 a:hover {
	color:#f05b11;
}
h4,h4 a,h4 a:hover {
	font-weight:600;
	font-size:12px;
	color:#8f8f8f;
}
p {
	color:#555;
	font-size:16px;
	line-height:1.5em;
	margin:25px 0;
	overflow:hidden;
}
p.small,.small p {
	font-size:14px;
}
p img {
	margin-top:10px;
}
.half-image {
	margin-top:0;
	margin-left:20px;
	max-width:50%;
	float:right;
}
.sep {
	color:#fff;
	margin-left:15px;
}
.sep:last-of-type {
	display:none;
}
a {
	font-size:16px;
	font-family:'Gotham',sans-serif;
	color:#f37320;
	transition:color .2s ease-in-out,background-color .2s ease-in-out,border-radius .2s ease-in-out;
	-moz-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-radius .2s ease-in-out;
	-webkit-transition:color .2s ease-in-out,background-color .2s ease-in-out,border-radius .2s ease-in-out;
	-o-trasition:color .2s ease-in-out,background-color .2s ease-in-out,border-radius .2s ease-in-out;
}
a:focus,a:active,button:focus,button:active {
	outline:none;
	border:none;
}
a:hover,a:active,a:focus {
	text-decoration:none;
	color:#f05b11;
}
a.link {
	display:inline-block;
	font-weight:600;
	color:#f37320;
	font-size:12px;
	font-family:'Gotham',sans-serif;
	position:relative;
	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.link:hover,a.link:focus {
	text-decoration:none;
	color:#f37320;
}
a.link-2 {
	font-size:16px;
	font-family:'Merriweather',sans-serif;
	font-weight:400;
}
a.link-2:hover,a.link-2:focus {
	text-decoration:underline;
	color:#f37320;
}
ul {
	margin:0 0 10px;
	padding-left:0;
}
.content .content .text>ul>li,.text>ul>li>ul>li {
	background:none;
	position:relative;
}
.content .content .text>ul>li:before,.content .content .text>ul>li>ul>li:before {
	content:"";
	display:inline-block;
	position:absolute;
	width:5px;
	height:5px;
	border-radius:50%;
	background-color:#f37320;
	top:8px;
	left:5px;
}
ul li {
	font-family:'Gotham',sans-serif;
	list-style:none;
	margin:18px 0;
	padding-left:30px;
	font-size:16px;
	font-weight:400;
	color:#6d6e71;
}
ol {
	list-style-position:inside;
	margin:0 0 20px;
	padding-left:0;
	counter-reset:item;
}
ol li {
	font-family:'Gotham',sans-serif;
	margin:18px 0;
	display:block;
	list-style-position:outside;
	font-size:16px;
	font-weight:400;
	color:#404040;
	padding-left:30px;
	position:relative;
}
ol li:before {
	color:#f37320;
	content:counters(item,".",decimal) '.';
	counter-increment:item;
	font-weight:400;
	font-size:16px;
	line-height:1.2em;
	left:0;
	position:absolute;
	top:3px;
	font-family:'Gotham',sans-serif;
}
ol li ol li {
	padding-left:35px;
}
ol li ol li ol li {
	padding-left:50px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.icon {
	display:inline-block;
	position:relative;
}
.container {
	max-width:1270px;
}
@media(max-width:991px) {
    .content .container {
        width:auto;
    }
}
.separator {
	min-height:1px;
	border-bottom:1px dotted #cccccc;
	margin:18px -15px;
}
.vertical-align {
	display:table;
}
.home-features .vertical-align {
	height:120px;
}
@media (max-width:480px) {
	.home-features .vertical-align {
		height:auto;
	}
}
.vertical-align>.wrapper {
	display:table-cell;
	vertical-align:middle;
}
.btn {
	border:0;
	font-family:'Gotham',sans-serif;
	font-size:16px;
	line-height:1.5;
	font-weight:600;
	color:#fff;
	padding:15px 40px;
	min-width:180px;
	display:inline-block;
	background:#f37320;
	text-transform:uppercase;
	border-radius:5px;
	margin-bottom:5px;
	text-align:center;
	box-shadow:none;
	transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	-moz-transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}
.btn:hover,.btn:focus,.btn.active {
	background:#f05b11;
	color:#fff;
	box-shadow:none;
	padding:15px 40px;
	border:0;
}
.btn.secondary {
	background-color:#989898;
	font-size:14px;
	padding:15px 40px;
}
.btn.secondary:hover {
	background-color:#404349;
}
.dark .btn,.btn.style-2 {
	border:1px solid #fff;
	background:#fff;
	color:#f05b11;
}
.dark .btn:hover,.dark .btn:focus,.btn.style-2:hover,.btn.style-2:focus {
	background:#fff;
	color:#f8bb16;
}
.full-width.btn {
	display:block;
	padding-left:0;
	padding-right: 0;
}
/* Transitions */
.transition {
	transition:all .5s linear;
	opacity:0;
}
.transition-up {
	transform:translateY(25px)
}
.transition-side {
	transform:translateX(25px)
}
.ready .transition {
	opacity:1
}
.ready .transition-up {
	transform:translateY(0)
}
.ready .transition-side {
	transform:translateX(0)
}
.t-1 {
	transition-delay:0s
}
.t-2 {
	transition-delay:.25s;
}
.t-3 {
	transition-delay:.5s
}
.t-4 {
	transition-delay:.75s
}
.t-5 {
	transition-delay:1s
}
.t-6 {
	transition-delay:1.15s
}
.t-7 {
	transition-delay:1.30s
}
.t-8 {
	transition-delay:1.45s
}
.t-9 {
	transition-delay:1.60s
}
.t-10 {
	transition-delay: 1.75s
}
/*form styles*/
input[type="text"],input[type="email"] {
	border:1px solid #b3b3b3;
	border-radius:3px;
	margin-bottom:20px;
	margin-top:0;
	padding:5px 4px;
	width:100%;
	min-height:30px;
	min-width:40px;
	font-family:'Gotham',sans-serif;
	font-weight:400;
	font-size:18px;
}
input[type="text"]:focus,input[type="email"]:focus {
	box-shadow:0 0 0 3px #efefef;
}
input[type="text"].error,input[type="email"].error {
	border:1px solid #df0000;
	color:#df0000;
	position:relative;
}
input[type="text"].error::-webkit-input-placeholder {
	color:#df0000;
}
input[type="text"].error:-moz-placeholder {
	color:#df0000;
}
input[type="text"].error::-moz-placeholder {
	color:#df0000;
}
input[type="text"].error:-ms-input-placeholder {
	color:#df0000;
}
input[type="email"].error::-webkit-input-placeholder {
	color:#df0000;
}
input[type="email"].error:-moz-placeholder {
	color:#df0000;
}
input[type="email"].error::-moz-placeholder {
	color:#df0000;
}
input[type="email"].error:-ms-input-placeholder {
	color:#df0000;
}
.error+.error-icon {
	position:absolute;
	width:27px;
	height:27px;
	background:url(../images/error-icon.png) no-repeat;
	right:-20px;
	margin-top:9px;
}
label {
	margin:15px 0 5px;
	font-family:'Gotham',sans-serif;
	font-size:18px;
	font-weight:700;
}
label span {
	color:#a4a4a4;
}
.collapse-select .dropdown-menu {
	position:relative;
}
.dropdown-menu ul li:before {
	display:none;
}
.main-select {
	background:#ffffff;
	padding:8px;
	border-radius:3px;
	margin-top:0;
	margin-bottom:0px;
	color:#b3b3b3;
	font-size:18px;
	font-weight:400;
	text-transform:none;
	border:1px solid #b3b3b3;
}
.main-select span {
	font-family:'Gotham',sans-serif;
}
.main-select:hover,.main-select:focus {
	background:#fff;
	color:#b5b8bb;
}
.btn-group.open .dropdown-toggle {
	box-shadow:none;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.btn-group.dropup.open .dropdown-toggle {
	box-shadow:none;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
.bootstrap-select.btn-group .dropdown-menu {
	margin-top:0;
	box-shadow:none;
	border-top-left-radius:0;
	border-top-right-radius:0;
	border:1px solid #b3b3b3;
	border-top:none;
	padding:0;
	margin-bottom:0;
}
.bootstrap-select.btn-group.dropup .dropdown-menu {
	border-bottom:none;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.bootstrap-select.btn-group.dropup .dropdown-menu .inner {
	border-top:1px solid #b3b3b3;
}
.dropdown-menu ul li {
	margin:0;
	padding-left:0;
	background:none;
}
.dropdown-menu ul li a {
	padding-top:10px;
	padding-bottom:10px;
	color:#b3b3b3;
	font-size:18px;
	font-weight:400;
	background:#fff;
	border-bottom:1px solid #b3b3b3;
}
.dropdown-menu ul li a span {
	font-family:'Gotham',sans-serif;
}
.dropdown-menu ul li:last-of-type a {
	border-bottom:none;
}
.dropdown-menu ul li a:hover,.dropdown-menu ul li a:focus {
	background:#fff;
	color:#f8bb16;
}
.checkbox-box {
	margin:10px 0 10px 20px;
}
.checkbox-box input {
	display:none;
}
.checkbox-box label {
	cursor:pointer;
	width:28px;
	height:28px;
	border:1px solid #ccc;
	border-radius:3px;
	display:block;
	background:#fff;
	transition:none;
	-webkit-transition:none;
	-o-transition:none;
	-moz-transition:none;
}
.checkbox-box input:checked+label {
	background:#fff url(../images/check.png) no-repeat center center;
}
input[type="submit"] {
	display: block;
}
/************HEADER*******/
header {
	background:#fff;
}
.main-header {
	border-bottom:5px solid #f37320;
	position:relative;
}
.logo {
	margin:10px 0;
}
.main-nav {
	margin-top:55px;
}
.main-nav ul {
	margin:0;
	padding:0;
	padding-bottom:5px;
}
.main-nav ul li {
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	position:relative;
}
.main-nav ul li.has-mega-menu {
	position:static;
}
.main-nav ul li a {
	font-family:'Gotham',sans-serif;
	color:#6d6d6d;
	font-size:16px;
	font-weight:700;
	margin-bottom:0;
	display:block;
	padding:0 20px 40px;
	position:relative;
	z-index:1001;
	text-transform:uppercase;
}
.main-nav ul li:last-child a {
	padding-right:0;
}
.main-nav ul li a:hover {
	color: #f37320;
}
.main-nav .glyphicon-search {
	position:relative;
	top:4px;
}
/*dropdowns*/
.main-nav ul li ul,.main-nav .mega-menu {
	display:none;
	box-shadow:0 3px 4px -2px rgba(0,0,0,0.6);
}
@media (min-width:1287px) {
	.main-nav .mega-menu {
		box-shadow:none;
	}
}
.main-nav ul li:hover ul {
	display:block;
		border-top:7px solid #f37320;
	position:absolute;
		z-index:1000;
		padding-left:0;
		padding-top:5px;
	background:#f37320;
	width:226px;
	left:50%;
	margin-left:-113px;
}
@media (min-width:768px) {
	.main-nav>ul>li.has-sub-nav:hover > a:before {
		content:"";
		display:block;
		position:absolute;
		width:20px;
		height:10px;
		z-index:1;
		bottom:0;
		left:50%;
		margin-left:-15px;
		border-left:15px solid transparent;
		border-right:15px solid transparent;
		border-bottom:15px solid #f37320;
	}
}
/*@media (min-width:1287px) {
	.main-nav>ul>li:hover>.mega-menu .container:before {
		content:"";
		display:block;
		position:absolute;
		width:20px;
		height:10px;
		z-index:1;
		top:-13px;
		left:89%;
		margin-left:-30px;
		border-left:30px solid transparent;
		border-right:30px solid transparent;
		border-bottom:30px solid #f37320;
	}
}*/
@media (max-width:1286px) and (min-width:768px) {
	.main-nav ul li:first-child + li:hover ul {
		margin-left:0;
		left:0;
	}
	.main-nav>ul>li:hover>.mega-menu:before {
		content:"";
		display:block;
		position:absolute;
		width:20px;
		height:10px;
		z-index:1;
		top:-18px;
		left:50%;
		margin-left:-30px;
		border-left:30px solid transparent;
		border-right:30px solid transparent;
		border-bottom:30px solid #f37320;
	}
	.main-nav>ul>li:first-child + li:hover>ul:before {
		left:0;
		margin-left:0;
	}
	.mega-menu {
		border-top:5px solid #f37320;
	}
	.mega-menu li {
		padding:0 10px;
	}
	.mega-menu li a {
		padding:10px 0 10px 18px;
	}
	.mega-menu .container ul:first-of-type {
		padding-top:8px;
	}
}
.main-nav ul li ul li,.main-nav .mega-menu.disabled {
	padding:0;
	margin:0;
	padding:0 10px;
}
.main-nav ul li ul li a,.main-nav .mega-menu.disabled li a {
	font-family:'Gotham',sans-serif;
	display:block;
	padding:10px 0 10px 0;
		font-size:14px;
	color:#fff;
	font-weight:600;
	text-transform:none;
	border-bottom:1px solid #ffa072;
	line-height:1;
}
.main-nav ul li ul li a:hover,.main-nav .mega-menu.disabled li a:hover {
	color:#ffa072;
	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;
	padding-top:0;
	box-shadow:none;
}
@media (min-width:1268px) {
	.main-nav ul li .mega-menu ul {
		border-left:1px dotted #ffa072;
	}
	.main-nav ul li .mega-menu ul:first-of-type {
		border-left:none;
	}
}
.main-nav ul li .mega-menu ul:last-child {
	border-right:none;
}
.main-nav ul li:hover .mega-menu {
	display:block;
	position:absolute;
	width:100%;
	left:0;
	z-index:1000;
}
.mega-menu .container {
	background:#f37320;
	padding-bottom:20px;
	padding-top:25px;
	max-width:1240px;
	position:relative;
}
.main-nav ul li .mega-menu li a {
	font-family:'Gotham',sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
	line-height:1em;
	border-bottom:none;
}
.main-nav ul li .mega-menu li a:hover {
	color:#ffa072;
}
.main-nav ul li .mega-menu ul li:first-child a {
	text-transform:uppercase;
	font-size:14px;
	color:#fff;
	padding-top:0;
	font-weight: 600;
}
/* Vertical menu that slides from the left or right */
.cbp-spmenu-right {
	right:-80%;
}
.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
}
/************STYLES*******/
.background {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	overflow:hidden;
}
.background.overlay:after {
	content:"";
	background:linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0.2),rgba(0,0,0,0.6));
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.background.overlay .container {
	position:relative;
	z-index:5;
}
.page-hero,.page-hero .vertical-align {
	height:200px;
}
.home .page-hero {
	padding:0 220px;
	margin-top:50px;
	border-radius:5px;
}
@media (max-width:1200px) {
	.home .page-hero {
		padding:0 60px;
	}
	.home .page-hero .wrapper h1 {
		margin-top:25px;
	}
}
.page-hero h1 {
	font-family:"Playfair Display",serif;
	margin-top:0;
	line-height:1.2;
	font-size:36px;
	font-weight:400;
	color:#F37320;
	margin-bottom:5px;
	margin-top:50px;
	text-align:center;
}
.page-hero h1.center {
	margin-top:75px;
}
.home .page-hero h1 {
	font-size:50px;
	max-width:600px;
	margin:0 auto;
}
@media (max-width:768px) {
	.home .page-hero h1 {
		font-size:38px;
	}
}
.page-hero h2 {
	font-family:"Playfair Display",serif;
	text-align:center;
	font-size:24px;
	text-transform:none;
	color:#fff;
	font-weight:400;
	margin:0;
	letter-spacing:-0.025em;
}
.page-hero p {
	font-size:16px;
	color:#fff;
	margin-bottom:6%;
	margin-top: 4%;
}
.home .page-hero p {
	font-size:22px;
}
/*bredcrumbs*/
.breadcrumbs-container {
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
}
.breadcrumbs {
	margin:0 auto;
	overflow:hidden;
	padding-right:32px;
}
.breadcrumbs li {
	float:left;
	margin:27px 0px 24px 15px;
	padding-left:23px;
	list-style:none;
	position:relative;
	background:none;
	white-space:nowrap;
}
.breadcrumbs li:before {
	content:"\e258";
	font-family:"Glyphicons Halflings";
	font-size:13px;
	color:#d0d0d0;
	position:absolute;
	height:15px;
	width:8px;
	left:0;
	top:2px;
	margin-top:-7px;
}
.breadcrumbs .home-link {
	list-style-image:none;
	list-style-type:none;
	padding:0;
	width:18px;
	height:17px;
	text-indent:-99999px;
	margin-left:0;
	position:relative;
	top:-2px;
}
.breadcrumbs .home-link a {
	position:relative;
	z-index:10;
}
.breadcrumbs .home-link:after {
	content:"\e021";
	font-family:"Glyphicons Halflings";
	display:inline;
	position:relative;
	top:-17px;
	color:#252423;
}
.breadcrumbs .home-link:before {
	display:none;
}
.breadcrumbs li a {
	font-family:'Gotham',sans-serif;
	font-size:14px;
	font-weight:400;
	display:block;
	line-height:1em;
	color:#252423;
	white-space:nowrap;
}
.breadcrumbs li:last-child a,.breadcrumbs li a:hover {
	color: #f05b11;
}
/*navigation sidebar*/
.content-row {
	margin-left:0;
}
.sidebar-nav {
	padding-left:0;
	padding-right:0;
	background:#f5f5f5;
}
.sidebar-nav ul li {
	background:none;
}
.sb-nav {
	padding:0;
}
.sb-nav h2 {
	margin:0;
	padding:20px 0 20px 22px;
	background:#f05b11;
	color:#fff;
	font-weight:400;
	font-size:14px;
}
.sb-nav ul {
	margin:0;
	padding:0;
}
.sb-nav>ul>li a {
	font-family:'Gotham',sans-serif;
	font-size:16px;
	font-weight:600;
	color:#F37320;
	margin:0;
	padding:20px 0 20px 10px;
	border-bottom:1px solid #e5e5e5;
	display:block;
}
@media (max-width:767px) {
	.sb-nav>ul>li a {
		font-size:18px;
		padding:20px 0 20px 25px;
	}
	.sb-nav>ul>li a:hover {
		border-radius:0 !important;
	}
	.sb-nav>ul>li:last-child a {
		border-bottom:none;
	}
}
@media (max-width:767px) {
	.sb-nav>ul>li.has-children>a:before {
		display:none;
	}
}
.sb-nav>ul>li.child-active>a:before {
	content:"\e259";
}
.sb-nav>ul>.no-children>a {
	background-image:none;
}
.sb-nav ul li {
	list-style:none;
	background:none;
	margin:0;
	padding:0;
}
.sb-nav ul li a:hover {
	background-color:#f37320;
	border-radius:5px;
	color:#fff;
	font-weight:600;
	border-color:transparent;
}
.sb-nav>ul>.has-children.active>a {
	border-bottom:none;
}
.sb-nav ul li ul li a {
	border-bottom:none;
	padding:10px 0 10px 45px;
	font-size:14px;
}
.sb-nav>ul>li.active.has-children {
	background:#f8f8f8;
}
.sb-nav li.active>a {
	font-weight:600;
	color:#404040;
}
.sb-nav li.active a:hover {
	background:transparent;
	border-radius:0;
	font-weight:600;
	color:#404040;
	border-bottom:1px solid #e5e5e5;
}
.sb-nav li.active ul li a:hover {
	color:#f05b11;
}
.sb-nav li.active ul li.active a:hover {
	color:#404040;
}
.sb-nav li.active.has-children a:hover {
	border-bottom:none;
}
.sb-nav ul li ul li:last-child a {
	padding-bottom: 20px;
}
/*main-content*/
.main-content.box {
	padding:25px;
	border:1px solid #ccc;
	border-radius:4px;
}
.sample-box {
	display:inline-block;
	padding:40px 20px;
}
.sample-buttons {
	margin-bottom: 50px;
}
/*right-sidebar*/
.side-module+.side-module {
	margin-top:40px;
}
.side-module {
	background:#f8f8f8;
	padding:20px;
}
.side-module:first-child {
	margin-top:25px;
}
.side-module:last-child {
	margin-bottom:40px;
}
.side-module .btn {
	padding:10px 10px;
}
.side-module>.center {
	height:180px;
}
.side-module .text {
	padding:10px;
	text-align:left;
}
.side-module h2 {
	font-weight:600;
	text-transform:uppercase;
	margin:0 0 15px 0;
	letter-spacing:0.02em;
}
.side-module h3 {
	margin:0 0 5px;
}
.side-module p {
	margin-top:5px;
}
.side-module .single-new {
	margin-bottom:0;
	border:none;
}
.side-module .date {
	font-weight:300;
	font-style:italic;
	display:block;
	margin-bottom:10px;
	font-size:16px;
	font-family:'Merriweather',serif;
}
.side-module .single-new p {
	margin:10px 0;
	font-size:14px;
}
.side-module .single-new a {
	font-size:14px;
}
.side-module p {
	font-size:14px;
	margin-bottom:13px;
	line-height:1.5;
}
.rss-item a {
	font-size:18px;
	font-weight:600;
	line-height:1;
	text-transform:uppercase;
}
.rss-item {
	background:none;
	padding:15px 0;
	border-bottom:1px solid #e5e5e5
}
.rss-item:last-of-type {
	border-bottom: none;
}
/************SEARCH*******/
.gsc-input-box {
    height: 35px !important;
}

input.gsc-search-button {
    padding: 7px !important;
    height: 35px !important;
    width: 35px !important;
    margin-top: 0 !important;
}
.gsc-input {
	background:transparent !important;	
}
.gsc-search-box-tools .gsc-search-box .gsc-input:focus {
	box-shadow:none;
}
.cse .gsc-control-cse, .gsc-control-cse {
	padding:0;
}
.gsc-selected-option-container {
	width:auto !important;
	max-width:100% !important;
}
.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
	margin-left:0;
	margin-right:0;
}
/************FOOTER*******/
footer {
	padding:35px 0 25px;
	background:#424242;
	border-top:3px solid #f37320;
}
.copyright {
	font-family:'Open sans',sans-serif;
	font-size:13px;
	font-weight:400;
	color:#fff;
}
.copyright a {
	font-size:13px;
	font-weight:400;
	color:#fff;
}
.copyright a:hover,.copyright a:focus {
	text-decoration:underline;
}
.footer-links {
	display:inline-block;
}
.footer-links a {
	display:inline-block;
	margin-left:15px;
	font-size:13px;
	font-weight:400;
	color:#fff;
}
.home .footer-links a:first-of-type {
	margin-left:0;
}
.footer-links a:hover,.footer-links a:focus {
	color:#f37320;
	text-decoration:underline;
}
.footer-social ul {
	margin:0;
	padding:0;
}
.footer-social ul li {
	float:left;
	margin:0;
	margin-left:10px;
	padding:0;
	background:none;
}
.footer-social ul li a {
	color:#f05b11;
	font-size:28px;
}
.footer-social ul li a:hover,.footer-social ul li a:focus {
	color: #f8bb16;
}
/************HOME*******/
.home-hero,.home-hero .vertical-align {
	height:480px;
}
.home-hero .vertical-align .text {
	padding:0 10%;
	text-align:center;
}
.home-hero .vertical-align .text h2 {
	font-size:38px;
	color:#fff;
	line-height:1em;
	text-transform:uppercase;
	font-weight:300;
	padding-left:15px;
	padding-bottom:0;
	margin:0 0 15px;
	border-left:4px solid #f8bb16;
	text-shadow:0 0 8px rgba(0,0,0,0.2);
	/*background:url(../images/header-style.png) no-repeat bottom left;*/
}
.home-hero .vertical-align .text h2 strong {
	color:#f8bb16;
}
.home-hero .vertical-align .text h4 {
	color:#fff;
	font-size:20px;
	margin:25px 0;
}
.home-hero .vertical-align .text .btn {
	color:#f8bb16;
	background:#f05b11;
	border-color:#f8bb16;
}
.home-hero .vertical-align .text .btn:hover {
	background:#f8bb16;
	color:#f05b11;
	border-color: #f8bb16;
}
/*home modules*/
.content.top {
	background-color:#f5f5f5;
}
.content.bottom {
	background-color:#fff;
}
.home-module {
	padding:60px 0;
}
.home-module.email-alerts {
	padding:0;
}
.single-home-module .vertical-align>* {
	display:table-cell;
	vertical-align:top;
}
@media (max-width:767px) {
	.single-home-module .vertical-align>a {
		vertical-align:top;
	}
}
.single-home-module .text,.download-wrapper {
	padding-left:25px;
}
.bottom-link {
	padding-bottom:55px;
	position:relative;
}
.bottom-link.big-link {
	padding-bottom:55px;
}
.bottom-link>a,.bottom-link>.center>a {
	position:absolute;
	bottom:0;
}
@media (max-width:767px) {
	.bottom-link>a,.bottom-link>.center>a {
		position:static;
		margin-top:15px;
	}
}
.home-module .bottom-link>a {
	bottom:-20px;
}
.bottom-link.big-link>a {
	width:100%;
	left:0;
}
.single-home-module p {
	margin:0;
}
.home-module .single-new .date {
	font-weight:900;
	font-family:'Gotham',sans-serif;
	font-size:12px;
	color:#404040;
	position:relative;
	top:-5px;
}
.home-module .single-new p {
	margin-top: 0;
}
/*subscribe*/
.subscribe {
	background:#424242;
	padding:15px 20px;
}
.ir .subscribe {
	margin-bottom:45px;
}
.subscribe h2 {
	display:inline-block;
	margin:0 26px 0 0;
	font-size:14px;
	line-height:1.3;
	font-weight:600;
	vertical-align:middle;
	text-transform:uppercase;
	color:#fff;
}
.subscribe p {
	display:inline-block;
	font-size:16px;
	color:#fff;
	margin:0 28px 0 0;
	vertical-align:middle;
}
.subscribe .btn {
	margin:0;
	font-size:14px;
	padding: 15px 40px;
}
/*video module*/
.video-container {
	padding:10px 10px 3px;
	background:#fff;
	box-shadow:0 0 2px 2px #dfdfdf;
	margin-right:25px;
}
.video-container video {
	width:100%;
}
.video-module .text h3 {
	font-size:24px;
	font-weight:700;
	color:#014890;
	font-family:'Merriweather',sans-serif;
	margin:0;
}
.video-module .text p {
	margin:0 0 20px;
	color:#014890;
	font-size:24px;
	font-family:'Merriweather',sans-serif;
	font-weight:300;
	font-style:italic;
	padding:0;
}
.video-link {
	position:relative;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	color:#f8bb16;
	font-family:'Gotham',sans-serif;
	padding-left:45px;
}
.video-link:before {
	content:'';
	position:absolute;
	width:34px;
	height:33px;
	background:url(../images/play-button-orange.png) no-repeat;
	left:0;
	top:-8px;
}
.background.dark .box {
	background:transparent;
	border-left:none;
	border-right:none;
	border-width:3px;
	margin-bottom:30px;
}
.background.dark,.background.dark h2,.background.dark span,.background.dark time {
	color:#fff;
}
.background.dark .value.price {
	padding-left:0;
}
.background.dark .value-title {
	font-weight:600;
	white-space:nowrap;
}
.background.dark a {
	color:#f8bb16;
}
.background.dark a:hover {
	color:#fff;
}
.home .image-container-right {
	border-right:1px solid #e5e5e5;
	padding:0;
	padding-right:25px;
}
.home .image-container-right .wrapper>a {
	display:table-cell;
}
.home .image-container-right .download-wrapper {
	display:table-cell;
	vertical-align:middle;
}
@media (max-width:991px) {
	.home .image-container-right {
		border-right:none;
	}
	.home .image-container-right .wrapper>a {
		vertical-align:top;
		padding-top:25px;
	}
	.home .image-container-right .wrapper>a img {
		margin-right:5px;
	}
}
.home .divided-row .download-wrapper {
	display:inline-block;
	padding-left:15px;
}
.background.dark .ir-home-box {
	border-top: none;
}
/* press releases */
.press-releases-pg .content .content p>em,.press-releases-pg .content .content p>em em {
	text-decoration:none !important;
	font-size:18px;
	font-style:normal;
	font-family:"Gotham";
	font-weight:600 !important;
	color:rgb(45,42,34);
	display:block;
	margin-bottom:10px;
}
.press-releases-pg .content .content p>em+em,.press-releases-pg .content .content .text p:first-of-type em,.press-releases-pg .content .content p em>em+em {
	font-style:italic;
	font-size:16px;
	font-family:"Merriweather",serif;
	color:#000;
	font-weight:normal !important;
	display:inline;
}
.press-releases-pg .related-documents-line {
	padding:10px 0;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
.media-heading {
	font-size:20px;
	color:#f37320;
	transition:color 300ms;
	text-transform:none;
}
.media-heading:hover {
	color:#f05b11;
	transition:color 300ms;
}
.media .date {
	margin-top:5px;
	font-style:italic;
	color:hsl(0,0%,50%);
	margin-bottom:15px;
}
.media h3 a:hover {
	color:#f05b11;
}
.media {
	padding:15px 0;
	border-bottom:1px solid #ccc;
}
.media:last-child {
	border-bottom:none;
}
.media h3 {
	width: 90%;
}
/*stock quotes*/
.module-info-home {
	border-bottom:1px solid #e5e5e5;
	border-top:1px solid #e5e5e5;
}
.module-info-home .module-title {
	text-transform:uppercase;
	font-size:18px;
	font-weight:900;
	margin:0 0 15px;
}
.module-info-home .module-title .meta {
	font-size:18px;
	float:right;
	margin-top:4px;
	font-weight:400;
}
.module-info-home .module-title .meta time {
	font-family:'Gotham',sans-serif;
	display:inline-block;
}
.ir-home-box {
	border-top:none;
}
.ir-home-box>.row>.col-sm-6:last-of-type {
	padding-left:0;
}
.ir-home-box>.row>div:nth-child(2) {
	border-left:1px solid #c4c4c4;
	padding-left:30px;
}
@media (max-width:991px) {
	.ir-home-box>.row>div:nth-child(2) {
		padding-left:0;
	}
}
.ir-home-box>.row>div:first-child {
	padding-right:60px;
}
.value-title {
	display:block;
	font-size:17px;
	margin-bottom:40px;
	margin-top:24px;
	font-family:'Gotham',sans-serif;
}
.home .value-title {
	margin-bottom:0;
	white-space:nowrap;
}
.home .module-title {
	margin-top:0;
}
.home .module-title .stock-date {
	font-size:12px;
	font-weight:500;
	text-transform:none;
}
.home.value-title {
	margin-bottom:20px;
}
.value,.day-range .value,.week-range .value {
	display:inline-block;
	font-size:18px;
	margin-bottom:25px;
	padding-left:15px;
	line-height:1;
	padding-top:20px;
		font-family:'Gotham',sans-serif;
}
.home .value,.home .day-range .value,.home .week-range .value {
	padding-left:0;
}
.home .symbol .value {
	padding-left:0;
}
.inline .value {
	margin:0;
	padding:24px 10px;
	float:right;
}
@media (max-width:767px) {
	.background.dark .price {
		float:left;
		padding-left:25px;
	}
	.background.dark .value {
		padding-left:5px;
	}
	.background.dark .symbol .value-title,.background.dark .symbol .value {
		padding-left:25px;
	}
	.background.dark .value-title {
		margin-bottom:10px;
	}
}
.module-info-home .volume {
	padding-left:30px;
}
@media(max-width:991px) {
	.module-info-home .volume {
			padding-left:15px;
	}
}
.module-info-home .eqicon-change-02 {
	margin-right:7px;
	margin-left:5px;
	position:relative;
	top: 3px;
}
/*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;
}
.module-info-home.quote-box .stock-section {
	border-right:1px dotted #aaaaaa;
	padding-top:20px;
	padding-bottom:20px;
}
.module-info-home.quote-box .stock-section:last-child {
	border-right:0px;
}
.ir-home-box+.ir-home-box .value,.ir-home-box+.ir-home-box .value-title {
	margin:0;
	font-size:14px;
	line-height: 1.3em;
}
/*home modules (last section)*/
.row.divided-row>div {
	border-right:1px dotted #aaa;
}
.row.divided-row>div:last-of-type {
	border-right:0;
}
.home-module .divided-row .text {
	padding-left:45px;
	padding-right:18%;
}
.home-module .divided-row .text:nth-child(n+1) {
	padding-left:0;
}
.home-module .divided-row .text h2 {
	margin-top:0;
}
.home-module .divided-row .text .date {
	display:block;
	margin:0;
	font-family:'Gotham',sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#404040;
	font-weight:400;
}
.home-module .divided-row>div:first-of-type .text {
	padding-left:0;
}
.home-module .divided-row .text p {
	font-size:16px;
	padding:0;
	font-family:'Gotham',sans-serif;
	max-height:none;
	margin-top:0;
}
.single-home-module .single-new {
	margin-bottom: 25px;
}
/************FILTER*******/
.filter-bar {
	background:#f05b11;
	padding:0 20px;
}
.filter-bar span {
	color:#fff;
	display:inline-block;
	font-size:14px;
	color:#fff;
	font-family:'Gotham',sans-serif;
	vertical-align:middle;
}
.filter-select {
	background:transparent;
	padding:18px 8px;
	border-radius:0;
	margin-top:0;
	margin-bottom:0;
	color:#fff;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	border:none;
	border-right:1px solid #4d7eb1;
}
.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*="span"] {
	margin-bottom:0;
}
.main-select span {
	font-family:'Gotham',sans-serif;
}
.filter-select:hover,.filter-select:focus {
	background:transparent;
	color:#fff;
}
.filter-select+div+.dropdown-menu ul li a span {
	color:#404040;
}
.filter-select+div+.dropdown-menu ul li a:hover span {
	color:#f8bb16;
}
.info-bar {
	font-family:'Gotham',sans-serif;
	font-size:14px;
	font-weight:400;
	padding:19px 20px;
	background:#f5f5f5;
	color:#404040;
}
.info-bar span {
	font-family:'Gotham',sans-serif;
	color:#7d7d7d;
}
.filter-content {
	margin:20px -8px;
}
.filter-content .mix {
	float:left;
	width:25%;
	padding:0 8px;
}
.filter-box {
	padding:22px 5px 17px;
	border:1px solid #c5c5c5;
	margin-bottom:16px;
}
.filter-box img {
	margin:5px 0 30px;
}
.filter-box .content-block {
	margin-bottom:15px;
}
.filter-box .content-block:last-of-type {
	margin-bottom:0;
}
.filter-box .content-block .title {
	display:block;
	margin:0;
	font-size:12px;
	color:#393939;
	font-weight:600;
	font-family:'Open Sans',sans-serif;
	line-height:1em;
}
.filter-box .content-block .subtitle {
	display:block;
	margin:0;
	font-size:12px;
	color:#7d7d7d;
	font-weight:400;
	font-family:'Open Sans',sans-serif;
}
.filter-box .content-block .date {
	margin-top: 5px;
}
/************ PORTFOLIO********/
.nav-page-wrapper {
	margin-bottom:30px;
}
.nav.nav-page {
	background-color:#3f4348;
}
.btn-group button {
	padding:20px 40px;
	color:#fff;
	background-color:transparent;
	border:none;
	border-right:1px solid #797c7f;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.btn-group .caret {
	border-width:6px 6px 0 6px;
	margin-left: 10px;
}
.btn-group button>span {
	transform:translateY(0);
	transition:transform 200ms ease,color 200ms ease;
	display:inline-block;
}
.btn-group:hover button>span {
	color:#f37320;
	transform:translateY(-2px);
	transition:transform 200ms ease,color 200ms ease;
}
.dropdown-menu {
	width:auto;
	min-width:100%;
	background-color:#797c7f;
	margin-top:-1px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	padding:0;
}
.dropdown-menu li {
	display:block;
	clear:both;
	background-image:none;
	padding-left:0;
	width:100%;
	margin:0;
}
.dropdown-menu li a {
	color:#fff;
	padding:25px 15px;
}
.dropdown-menu li:hover a {
	background-color:#3f4348;
	color:#fff;
}
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover {
	background-color:#f37320;
}
.filter-items-list .mix {
	display:none;
}
.portfolio-pg .fancybox-skin {
	background:#fff;
}
.profile-item {
	border:1px solid #D4D4D4;
	height:250px;
	width:100%;
	display:table;
	text-align:center;
	padding:1px;
	margin-bottom:30px;
	cursor:pointer;
	position:relative;
	transition:all 0.3s ease 0s;
	box-shadow:inset 0 0 0 0 transparent;
}
.profile-item-inner {
	box-shadow:0px 3px 2px rgba(0,0,0,0.1);
}
.profile-item:hover {
	box-shadow:inset 0 0 0 4px #f37320;
}
.profile-item-inner {
	display:table-cell;
	vertical-align:middle;
	position:relative;
	padding:10px;
}
.profile-image img {
	width:260px;
	height:auto;
}
@media (max-width:991px) {
	.profile-image img {
		width:200px;
	}
}
.fancybox-iframe {
	width:100%;
	height: 100%;
}
/****Banking and Sponsor Relationships****/
@media (max-width:480px) {
	.logo-item-outer {
		width:100%;
	}
	.logo-item-outer a {
		display:block;
		width:100%;
	}
	.logo-item {
		margin:10px auto;
	}
}
.logo-item {
	padding:20px 5px;
	border:1px solid #ccc;
	position:relative;
	height:140px;
	width:180px;
	margin-bottom:25px;
	overflow:hidden;
	box-shadow:1px 2px 4px -1px rgba(0,0,0,0.1);
}
.logo-item img {
	position:absolute;
	width:60%;
	top:0;
	bottom:0;
	margin:auto;
	left:50%;
	margin-left: -50px;
}
/****Company Profiles****/
.company-profile-title {
	margin-bottom:25px;
}
.company-profile-title .module-title {
	color:#f37320;
	font-size:18px;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:0;
}
.company-profile-logo {
	float:right;
}
.company-profile-meta {
	border-top:1px solid #cccccc;
}
.company-profile-meta-item {
	margin-bottom:30px;
}
.company-profile-meta-item:nth-of-type(4),.company-profile-meta-item:nth-of-type(5),.company-profile-meta-item:nth-of-type(6) {
	margin-bottom:0;
}
.company-profile-section {
	border-bottom:1px solid #cccccc;
	padding:25px 0;
	overflow:hidden;
}
.company-profile-lightbox {
	padding:30px 45px;
	overflow-y:scroll;
	overflow-x:hidden;
	background:#fff;
}
.company-profile-lightbox img {
	max-width:100%;
	height:auto;
	width:100%;
}
.company-profile-section .module-title {
	font-size:14px;
	color:#4b4b4b;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:10px;
}
.company-profile-section .module-btn {
	float:right;
}
.company-profile-section.buttons .module-btn {
	float:none;
	text-align:center;
}
.company-profile-section.buttons {
	text-align:center;
}
.company-profile-section .module-btn+.module-btn {
	margin-left: 20px;
}
/************IR********/
/*ir left sidebar*/
.ir-sidebar {
	padding-top:15px;
	padding-left:13px;
}
.ir-sidebar ul {
	margin:0;
	padding:0;
}
.ir-sidebar ul li {
	list-style:none;
	margin:0;
	padding:0;
	background:none;
}
.ir-sidebar ul li a {
	text-transform:none;
	padding:10px 0 10px 45px;
	display:block;
	color:#a6a6a6;
	font-size:14px;
	font-weight:600;
	border-bottom:none;
	position:relative;
}
.ir-sidebar ul li a:before {
	background-repeat:no-repeat;
	content:'';
	position:absolute;
	top:43%;
	font-family:'Glyphicons Halflings';
	font-weight:normal;
	color:#f37320;
	margin-top:-8px;
	transition:color 200ms;
}
.ir-sidebar ul li a:hover:before {
	color:#fff;
	transition:color 200ms;
}
.ir-sidebar ul li a:hover {
	font-weight:600;
}
.ir-sidebar .email:before {
	content:"\2709";
	width:18px;
	height:13px;
	left:15px;
}
.ir-sidebar .sheet:before {
	content:"\e032";
		width:20px;
	height:17px;
	left:14px;
}
.ir-sidebar .contacts:before {
	content:"\e008";
	width:20px;
	height:17px;
	left:13px;
}
.ir-sidebar .rss:before {
	content:"\e044";
	width:16px;
	height:16px;
	left: 13px;
}
/*content*/
.main-content.full-width .row {
	margin-left:-3px;
	margin-right:-3px;
}
.main-content.full-width .row>div {
	padding:0 3px;
}
.box {
	margin-bottom:45px;
	position:relative;
	padding:10px 25px;
	border:1px solid #e5e5e5;
}
.main-content > .content > .box,
.main-content > .content > .text > .box {
    padding:0;
    border:0;
}
.main-content > .content > .box > .text,
.main-content > .content > .text > .box > .text {
    padding-left:0;
    padding-right:0;
}
.box:after {
	content:"";
	display:block;
	position:absolute;
	width:calc(100%+2px);
	height:5px;
	background-color:#f37320;
	top:0;
	left:-1px;
}
.home .box:after {
	display:none;
}
.home .box {
	border:1px solid #c4c4c4;
	border-right:none;
	border-left:none;
	padding-top:0;
	padding-bottom:0;
}
.home .box.quote-box {
    margin-bottom:0;    
}
.small-br .box {
	margin-bottom:6px;
}
.box .header {
	padding:0px 15px 15px 0px;
}
@media (max-width:480px) {
	.box .header {
		padding:0 5px 10px;
	}
	.qm-quote-data .qm-quote-data-item {
		display:block;
		width:100%;
		text-align:center;
	}
	.qm-quote-data .qm-quote-data-item .qm_maintext {
		float:none;
	}
}
.box .header h3 {
	margin-bottom:0;
}
.box .text {
	padding:0 25px;
	padding-top:0;
	overflow:hidden;
}
@media (max-width:991px) {
	.box .text {
		padding:0;
	}
}
.box .text p:first-child {
	margin-top:0;
}
.box .text .text {
	padding:0;
}
.box .text .text .text {
	padding:0;
}
@media (max-width:480px) {
	.box .text {
		padding:0 5px;
	}
}
.box.bottom-btn {
	padding-bottom:70px;
}
.box.bottom-btn .text {
	padding-bottom:0;
}
.box.bottom-btn .text .btn {
	position:absolute;
	bottom:45px;
	margin:0;
	min-width:0;
	padding:10px 30px;
}
@media (max-width:480px) {
	.box.bottom-btn .text .btn {
		padding:10px;
		position:static;
		width:100%;
		margin:0 auto;
	}
	.btn {
		width:90%;
		display:block;
	}
}
.box .header h2,.box .header h2 a {
}
.box .share-icons a {
	color:#f05b11;
	font-size:33px;
	line-height:1em;
	display:inline-block;
	position:relative;
	z-index:90;
	top:-8px;
}
@media (max-width:767px) {
	.box .share-icons {
		display:none;
	}
}
.box .share-icons a:hover {
	color:#ffa072;
}
.box .text .share-icons {
	margin-top:-22px;
	margin-right:-22px;
}
.box .header .btn {
	min-width:0;
	padding:8px 24px;
	position:relative;
	z-index:999;
}
.investors-pg .box.quarterly-results,.investors-pg .box.management-team {
	padding-bottom: 45px;
}
/*news and events*/
.box .single-new,.box .single-event {
	border:none;
	margin-bottom:30px;
}
.box .single-new h3,.box .single-event h3 {
	margin:0 0 10px;
}
.box .single-new h3 a,.box .single-event h3 a {
	font-weight:300;
	font-size:24px;
	line-height:1.5;
}
.box .single-new p {
	font-size:24px;
	font-weight:300;
	color:#4b4b4b;
	margin-bottom:10px;
	line-height:1.5em;
}
.date {
	font-size:12px;
	font-weight:600;
	line-height:1.667;
	color:#a0a0a0;
	text-transform:uppercase;
}
.investor-relations-pg .box .date {
	margin-bottom:15px;
}
.box .single-new .new-content {
	margin:20px 0 5px;
}
.box .single-new .new-content p {
	margin-bottom:15px;
	font-size:14px;
	max-width:100%;
	padding-right:5%;
}
.box .single-event p {
	font-size:22px;
	font-weight:300;
	color:#4b4b4b;
	margin-bottom:18px;
	line-height:1.5em;
}
.related-documents {
	position:relative;
	z-index:100;
	float:right;
	min-width:240px;
	padding:15px;
	margin:20px 0 20px 20px !important;
	clear:right;
	border:1px solid #ccc;
}
.related-documents .text .text {
	padding:0 15px;
}
.related-documents p {
	line-height:1em;
	margin:0;
	padding-bottom:10px;
	font-size:18px;
}
.related-documents ul {
	padding:0;
	margin:0;
	list-style:none;
}
.related-documents li {
	padding-top:10px;
}
.related-link a {
	cursor:pointer;
}
.related-link .eqicon {
	font-size:12px;
}
.related-documents-line {
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	font-size:14px;
	margin-bottom:20px;
	padding:10px 0;
}
.related-documents-line a {
	text-decoration: none;
}
/* email alerts */
.email-alerts-form h3 {
	margin-top:15px;
}
label.error {
	font-size:14px;
	color:#DF0000;
	margin:0;
	margin-top:-10px;
	display: block;
}
/* management team */
.personnel-listing .member {
	padding:25px 0;
	border-bottom:1px dotted #ccc;
}
.personnel-listing .member:last-of-type {
	border-bottom:none;
}
.personnel-listing .member .image {
	margin-top:25px;
	padding:25px;
	background-color:#FCFAF9;
}
.personnel-listing .member .image img {
	border:1px solid #ccc;
}
.personnel-listing .member .info h2 {
	margin-bottom:0;
}
.personnel-listing .member.advisor .info h2 {
	margin-top:0;
}
.personnel-listing .member .info h2 .experience {
	font-weight:400;
	font-size:14px;
	display:inline-block;
	padding:2px;
}
@media (min-width:991px) and (max-width:1200px) {
	.personnel-listing .member .info h2 .experience {
		font-size:13px;
	}
}
@media (max-width:480px) {
	.personnel-listing .member .info h2 .experience {
		float:none !important;
	}
}
.personnel-listing .member .title {
	font-size:18px;
	font-style:italic;
	margin-top:5px;
}
.content-table.committee-list td,.content-table.doc-list td {
	background:#f7f7f7;
}
.content-table.committee-list tr:nth-child(2n) td,.content-table.doc-list tr:nth-child(2n) td {
	background:#efefef;
}
.content-table.committee-list .doc-buttons {
	border-left:0;
	text-align:left;
}
.content-table.committee-list .doc-buttons .btn {
	padding-left:0;
	padding-right:0;
	width:120px;
}
.content-table.style-2 {
	text-align:left;
}
.content-table.style-2 tbody tr {
	border-bottom:1px solid #ebeced;
}
.content-table.style-2 th {
	text-align:left;
}
.content-table.style-2 td {
	background:transparent;
	border:0;
	text-align:left;
	vertical-align:top;
}
.content-table.style-2 {
	text-align:center;
}
.content-table td+td {
	border-left:0;
}
.content-table td img {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.content-table .col-title {
	text-align:left;
	width:50%;
}
.content-table th.col-title .description {
	color:#319fe3;
	display:block;
	font-size:12px;
	font-weight:300;
	margin-top:5px;
}
.content-table.doc-list th,.content-table.doc-list td {
	padding:25px;
}
.content-table td p.title {
	font-size:18px;
}
.content-table td p {
	margin:0;
	line-height:1.5em;
}
.content-table td *+p {
	margin-top:10px;
}
.content-table.committee-list .col-title,.content-table.doc-list .col-title {
	width:auto;
	font-weight:600;
	font-size:18px;
}
.pg-corporate-governance .content-table.committee-list .col-title {
	width:270px;
}
.content-table.committee-list .col-role,.content-table.doc-list th:nth-child(2) {
	width:190px;
	font-weight:600;
	font-size:18px;
	text-align:center;
	padding:10px;
}
.pg-corporate-governance .content-table.committee-list .col-role {
		text-align:left;
		width:auto;
}
.content-table.committee-list td .name {
	color:#777;
	font-size:16px;
}
.content-table.committee-list td .title,.content-table.committee-list td .bio-link,.content-table.doc-list p {
	font-size:12px;
	font-weight:600;
}
.content-table.committee-list td .bio-link {
	margin-top:10px;
}
.content-table.committee-list td .role-circle {
	margin-right:0;
	margin-left:0;
}
.content-table.committee-list td .role-label {
	display:block;
	font-size:12px;
	margin-left:0;
	text-align:center;
}
.pg-corporate-governance .content-table.committee-list td .non-member+.role-label {
	color:#ccc;
}
.content-table.dividends-table {
	text-align:left;
}
.content-table.dividends-table thead {
	background:transparent;
}
.content-table.dividends-table thead th {
	color:#002f8d;
	font:400 16px/1em 'Oswald',sans-serif;
	padding-left:0;
	text-align:left;
	text-transform:uppercase;
}
.content-table.dividends-table td {
	text-align:left;
	padding-left:0;
}
.content-table.dividends-table td:first-child {
	padding-left:25px;
}
.content-table .committee-role {
	font-weight:600;
	text-align:center !important;
}
td>.committee-role {
	display:inline-block;
	margin:0 15px;
}
.committee-role .role-circle {
	background:transparent;
	border:1px solid #ccc;
	border-radius:50%;
	display:inline-block;
	height:20px;
	margin-right:10px;
	position:relative;
	top:5px;
	width:20px;
	padding:0;
	margin-bottom:5px;
	margin-left:calc(50% - 10px);
}
.committee-role .chair {
	background-color:#F37320;
	border-color:#F37320;
}
.committee-role .member {
	background-color:#252423;
	border-color:#252423;
}
.personnel-listing .committees {
	margin-top:40px;
}
.personnel-listing .committees h3 {
	margin:0;
}
.personnel-listing .committees table {
	margin:20px 0 0;
}
.personnel-listing .committees .content-table td {
	font-size:14px;
	text-align:left;
	width:33.33333%;
	padding-top:10px;
}
.personnel-listing .committees .content-table .committee-title {
	color:#a0a0a0;
	font-weight:700;
	padding-right:20px;
	line-height:1;
}
.personnell-listing .committees .committee-role {
	font-weight:600;
	text-align: center;
}
/* faq */
.spr-ir-faq li {
	background-image:none;
}
.content-table {
	width:100%;
	margin-bottom:25px;
}
.content-table .col-title p {
	padding:0 20px;
}
.content-table.doc-list .col-title p {
	padding-left:0;
}
.content-table .col-title p:first-child {
	padding-top:20px;
}
.content-table .col-title p:last-child {
	padding-bottom:20px;
}
.personnel-listing .committees .content-table .btn {
	float: right;
}
/* reports */
.report table.authRefData .hide {
	display:table-cell !important;
}
.financials .tab-pane {
	margin-top:15px;
}
.report {
	border:1px solid #ccc !important;
}
.tab-pane .quarterly-results {
	margin-top:25px;
	padding:25px;
	background-color:#FCFAF9;
	border: 1px solid #ccc;
}
/* quarterly results source */
.source {
	margin-top:15px;
}
.source .date {
	margin-top:10px;
}
.report th {
	background:#f05b11 !important;
	color:#fff !important;
	padding:10px !important;
}
.report tr:nth-child(2n) {
	background:#fff !important;
}
.report tr:nth-child(2n+1) {
	background: #FCFAF9 !important;
}
/* financial results */
.financial-results-pg .quarterly-results .text .text,.financial-results-pg .box .header {
	padding:20px 25px;
}
.financial-results-pg .quarterly-results>div>.text {
	padding:0;
}
.financial-results-pg .box.quarterly-results {
	padding:0;
	background-color:#FCFAF9;
	border:1px solid #ccc;
}
.financial-results-pg .quarterly-results .header {
	border-bottom:1px solid #ccc;
	padding:25px;
}
.financial-results-pg .quarterly-results .header h2 {
	margin:0;
}
.financial-results-pg .quarterly-results .header.collapsed {
	border-bottom:none;
}
.financial-results-pg .quarterly-results .text .text:nth-child(2n) {
	background:#fff;
}
.eqicon-trigger:before {
	content:"\e608";
}
.quarterly-results .eqicon-trigger {
	font-size:22px;
	cursor:pointer;
}
.quarterly-results .eqicon-trigger:before {
	content:"\e609";
}
.quarterly-results .collapsed .eqicon-trigger:before {
	content:"\e608";
}
.quarterly-results .header .eqicon-trigger {
	position:relative;
	top:2px;
}
.text .close {
	margin-right:26px;
	margin-top: 5px;
	margin-bottom:15px;
}
/*resluts*/
.result-line {
	padding:15px 0;
	line-height:1em;
	border-bottom:1px dotted #cccccc;
}
.result-line:first-child {
	padding-top:0;
}
.result-line:last-child {
	border-bottom:none;
}
.result-line a {
	font-size:14px;
	font-weight:400;
	color:#4b4b4b;
}
.result-line a.link {
	font-size:10px;
	padding:0 5px;
	font-weight:700;
}
.ir-module .link {
	font-size:14px !important;
	color:#3192cc !important;
	text-transform:uppercase;
	font-weight:700 !important;
	margin-left:5px;
}
.divided .link {
	font-size:10px !important;
	font-weight:700 !important;
	padding:0 5px;
}
.related-documents-line .date {
	font-size:14px;
}
.link .eqicon-PDF,.link .eqicon-ZIP {
	vertical-align:baseline;
	font-weight:700 !important;
}
.divided .link .eqicon-PDF,.divided .link .eqicon-ZIP {
	font-size:11px !important;
}
.ir-module .link:hover {
	color:#2f479c !important;
}
.results-info h3 {
	margin:0;
	color:#4b4b4b;
	font-size:24px;
	margin-bottom:10px;
}
.results-info p {
	font-size:18px;
	font-weight:300;
	color:#4b4b4b;
	margin-bottom:13px;
	margin-top:0;
}
.annual-report img {
	float:left;
	margin-right:10px;
	margin-top:15px;
	max-width:48%;
}
.annual-report .report-info {
	float:left;
	max-width:42%;
}
.annual-report .report-info .date {
	margin-bottom:13px;
}
.annual-report .report-info h3 {
	font-size:33px;
	font-weight:700;
	color:#4b4b4b;
	margin-bottom:0;
	font-family:'Open Sans',sans-serif;
}
.annual-report .report-info p {
	margin-bottom:15px;
}
.annual-report .text {
	padding:37px 15px 36px;
}
.download-links a {
	font-size:12px;
	font-weight:700;
	margin-right:10px;
	white-space:nowrap;
}
.download-links a:last-child {
	margin-right:0;
}
.download-links a .eqicon-PDF {
	font-size:15px;
	font-weight:400;
	vertical-align: middle;
}
/*stock information*/
.stock-info .text {
	padding:15px;
}
.stock-box {
	overflow:hidden;
	background-color:#f4f4f4;
}
.ir .stock-section {
	padding:0 8px;
}
.stock-row {
	margin-top:15px;
}
@media (max-width:991px) {
	.box.stock-info .row.same-height-row>.stock-section:first-of-type {
		margin-bottom:15px;
	}
}
@media (max-width:768px) {
	.box.stock-info .row.same-height-row>.stock-section:first-of-type,.box.stock-info .row.same-height-row>.stock-section:nth-of-type(2) {
		margin-bottom:7px;
	}
}
@media (max-width:480px) {
	.stock-box {
		margin-bottom:5px;
	}
}
.stock-section.stock-box.inline {
		margin-bottom:10px;
}
.stock-section.stock-box.inline:last-of-type {
	margin-bottom:0;
}
.stock-box h3 {
	padding:10px 17px;
	background:#424242;
	margin:0;
	font-size:14px;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:15px;
	border-top:2px solid #F37320;
}
.stock-box.inline h3 {
	margin-bottom:0;
}
.stock-box p {
	padding:17px;
	margin:0;
	font-size:24px;
	line-height:1.8em;
}
.stock-box.inline h3 {
	float:left;
	padding:25px 10px;
	width:54%;
	position:relative;
	top:1px;
}
.stock-box.inline p {
	width:46%;
	float:left;
	text-align:right;
	font-size:18px;
	position:relative;
	top:3px;
}
.change .stock-box .eqicon-change-07 {
	margin-right:6px;
	font-size:33px;
	position:relative;
	top:5px;
}
.change.up .stock-box .eqicon-change-07 {
	color:#00b904;
}
.change.down .stock-box .eqicon-chabge-07 {
	color:#f50000;
}
.box .change.up .eqicon-change-02 {
	color:#00b904;
}
.box .change.down .eqicon-change-02 {
	color:#f50000;
}
.home .change .value {
	padding-left:40px;
	position:relative;
}
.change .eqicon-arrow {
	display:none;
	position:absolute;
		bottom:-1px;
	left:15px;
	margin-right:6px;
	font-size:20px;
	width:20px;
	height:20px;
	border:3px solid;
	border-radius:50%;
}
.change.up .eqicon-arrow:before {
	content:"\e093";
	font-family:"Glyphicons Halflings";
	font-size:11px;
	position:relative;
	display:block;
	left:1px;
	top:1px;
}
.change.up .eqicon-arrow {
	display:inline-block;
	color:#00b904;
}
.change.down .eqicon-arrow:before {
	content:"\e094";
	font-family:"Glyphicons Halflings";
	font-size:11px;
	position:relative;
	display:block;
	left:1px;
	top:2px;
}
.change.down .eqicon-arrow {
	display:inline-block;
	color:#f50000;
}
.stock-row .stock-box.week-range,.stock-box.day-range {
	margin-bottom: 25px;
}
/*company overview box*/
.company-overview .text p {
	font-size:14px;
	line-height:1.7em;
	margin-top:0;
}
.company-overview img {
	float:right;
	max-width: 38.6%;
}
/* investor presentation box */
.ir .box.image-container-right {
	padding:75px 50px 100px;
}
.ir .box.image-container-right .download-wrapper {
	margin-top:5px;
}
.ir .box.image-container-right h2 {
	font-weight: 300;
}
/*team slider tabs*/
.nav-tabs {
	border-top:1px solid #ebeced;
	border-bottom:1px solid #ebeced;
	padding-left:15px;
}
@media (max-width:768px) {
	.nav-tabs {
		display:none;
	}
}
.nav-tabs>li {
	margin:15px 0;
	padding:0;
	border:none;
	padding:0;
	border-right:1px dotted #cccccc;
	background:none;
}
.nav-tabs>li:last-child {
	border-right:none;
}
.nav-tabs>li a {
	padding:3px 20px;
	border:none;
	border-radius:0;
	display:block;
	font-size:14px;
	font-weight:700;
	color:#989999;
	text-transform:uppercase;
}
.nav-tabs>li>a:hover,.nav-tabs>li>a:focus {
	color:#f05b11;
	background:none;
	border:none;
}
.nav-tabs>li.active a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active a:focus,.nav-tabs>li.active a:active {
	color:#f37320;
	border:none;
}
.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
	border: none;
}
/*team slider*/
.tab-pane .slide {
	height:260px;
	width:100%;
	position:relative;
	background:#fff;
}
.tab-pane .slide .member-name {
	background:#FCFAF9;
	padding:35px 15px 70px 30px;
	height:260px;
}
.tab-pane .slide .member-name h3 {
	font-size:20px;
	margin-bottom:3px;
	color:#4b4b4b;
}
.tab-pane .slide .member-name p {
	margin-bottom:0;
	margin-top:5px;
	font-style:italic;
}
.tab-pane .cycle-slideshow {
	height:261px;
	border:1px solid #EBECED;
	border-top:none;
}
.cycle-prev {
	width:27px;
	height:27px;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding-top:2px;
	background-color:#f05b11;
	border-radius:50%;
	position:absolute;
	bottom:40px;
	left:30px;
	z-index:999;
	cursor:pointer;
	transition:background-color 300ms;
}
.cycle-prev:hover {
	background-color:#ffa072;
	transition:background-color 300ms;
}
.cycle-next {
	width:27px;
	height:27px;
	color:#fff;
	font-size:11px;
	text-align:center;
	padding-top:2px;
	background-color:#f05b11;
	border-radius:50%;
	position:absolute;
	bottom:40px;
	left:66px;
	z-index:999;
	cursor:pointer;
	transition:background-color 300ms;
}
.cycle-next:hover {
	background-color:#ffa072;
	transition:background-color 300ms;
}
.tab-pane .slide .member-description {
	height:260px;
	position:relative;
	width:100%;
	padding:35px 75px 80px 40px;
	float:left;
}
.tab-pane .slide .member-description p {
	font-size:14px;
	margin-bottom:10px;
	line-height:1.6em;
}
.tab-pane .slide .member-description .btn {
	position:absolute;
	bottom:10px;
	left: 35px;
}
/* Contact Info */
.contact-info .text {
	padding-left:0;
}
.contact-info p,.contact-info p a {
	font-size:14px;
	margin-top: 0;
}
/* pagination */
.pagination>.active>a,.pagination .current {
	background-color:#f37320;
	color:#fff;
	border-color:#f37320;
}
.pagination>.active>a:hover,.pagination .current:hover {
	background-color:#f37320;
	color:#fff;
	border-color:#f37320;
}
.pagination .current {
	border-color:transparent;
}
.pagination>li {
	background-image:none;
	padding-left:0;
	float:left;
	margin:0;
}
.pagination>li>a,.pagination>li>a {
	transition:background-color 300ms,color 300ms;
}
.pagination>.active>a:focus {
	background-color:#f8bb16;
	color: #f05b11;
}
/* presentations */
.presentations-pg .media-body {
	padding-left:25px;
}
.media-object {
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
	margin-left:5px;
}
/* stock charts */
.qm-mm-chart-data {
	background:transparent;
}
.qm_heading_bar,.qmmt_header_bar,.qmmt_sub_header_bar {
	background:#fff;
	border:none;
}
.qm_heading_bar .qm_heading_bar {
	background:none;
	border:0;
	width:100%;
}
.qm_charts_tab .qm_heading_bar .qm_heading_bar {
	width:96%;
}
.qm_heading_text.qm-detailed-quote-title {
	padding:10px 10px 5px;
}
.qm_heading_bar.qm-detailed-quote>tbody>tr+tr>td {
	padding:5px 10px 10px;
}
.qm-quote-data .qm_heading_bar>tbody>tr>td {
	padding:1px 0 0;
}
th.qm_cycle,div.qm_cycle {
	height:16px;
	background:#f2f2f2;
}
.qm_heading_text,.qmmt_header_text,.qmmt_sub_header_text {
	color:#5a5a5a;
	font-weight:600;
	font-size:15px;
	text-transform:uppercase;
	letter-spacing:0.03em;
}
.qm-mm-chartnav td {
	border:1px solid #ccc !important;
}
.qm_quotebar .qm_heading_text {
	border-width:1px;
	border-color:#ccc;
	border-top:1px solid #EBECED;
	border-bottom:1px solid #EBECED;
	border-right-style:dotted;
	border-right-color:#ccc;
	padding:5px 14px;
	text-align:center;
}

.qm_cycle.qm_historyHeader_row .qm_maintext {
    font-size: 12px;
    text-align: center !important;
}

@media (max-width:767px) {
	.qm_quotebar .qm_heading_text {
		border-bottom:none;
		border-right:none;
	}
}
.qm_quotebar .qm_heading_text:last-of-type {
	border-right:none;
}
.qm-mm-chart .qm_heading_bar .qm_main {
	border:1px solid #EBECED;
	border-bottom:none;
}
.qm-quote-data-item .qm_heading_bar {
	border:1px solid #EBECED;
}
.qm_historyHeader_row {
	background:#424242 !important;
}
.qm_historyHeader_row td {
	font-family:"Gotham",Tahoma,sans-serif;
	color:#fff !important;
	text-transform:uppercase;
	font-size:14px;
	white-space:nowrap;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-top:2px solid #C35F2F;
	padding:9px !important;
}
@media (max-width:991px) {
	.qm_quotebar .qm_heading_text {
		border-top:none;
		border-right:none;
	}
}
@media (max-width:767px) {
	.qm_quotebar .qm_heading_text {
		border-bottom:none;
		border-right:none;
	}
}
.qm_quotebar .qm_heading_text:last-of-type {
	border-right:none;
}
.qm_historyHeader_row td:last-child {
	border-right:none;
}
.qm_historyHeader_row td:first-child {
	border-left:none;
}
.qm_historyData_row td {
	font-family:"Gotham",Tahoma,sans-serif;
		border:5px solid #fff !important;
}
@media (max-width:1300px) {
	.qm_historyData_row td:nth-of-type(n+9),.qm_historyHeader_row td:nth-of-type(n+9) {
		display:none;
	}
	.qm_historyHeader_row td:nth-of-type(8) {
		border-right:none;
	}
}
@media (max-width:1200px) {
	.qm_historyData_row td:nth-of-type(n+10),.qm_historyHeader_row td:nth-of-type(n+10) {
		display:none;
	}
	.qm_historyHeader_row td:nth-of-type(9) {
		border-right:none;
	}
}
@media (max-width:768px) {
	.qm_historyData_row td {
		padding:10px 3px !important;
	}
}
.qm_historyData_row {
	background:#f4f4f4;
}
.qm_historyData_row:nth-child(2n+1) {
	background: #f4f4f4;
}
/* sec filings */
.spr-ir-sec-filings {
    width:100% !important;    
}
.spr-ir-table {
    width:100%;    
}
.spr-ir-table td {
	min-width:80px;
	vertical-align:middle;
	border:5px solid #fff;
}
@media (max-width:768px) {
	.spr-ir-sec-filings .spr-ir-table td {
		display:none;
	}
	.spr-ir-sec-filings .spr-ir-table .spr-sec-date,.spr-ir-sec-filings .spr-ir-table .spr-sec-date-head,.spr-ir-sec-filings .spr-ir-table .spr-sec-desc,.spr-ir-sec-filings thead tr .qm_heading_text:nth-of-type(3) {
		display:table-cell;
	}
	.spr-ir-sec-filings .spr-ir-table .spr-sec-desc,.spr-ir-sec-filings thead tr .qm_heading_text:nth-of-type(3) {
		border-right:none;
	}
}
.spr-ir-table .quick-filter {
	border:none;
	padding:0;
}
.spr-ir-table .quick-filter+.quick-filter {
	padding-left:1px;
}
.spr-ir-table .quick-filter .btn {
	padding:10px 9px;
	min-width:0;
	font-size:10px;
}
.spr-ir-table .qm_heading_bar {
	background:#424242;
}
.spr-ir-table .qm_heading_bar td {
	font-family:"Gotham",Tahoma,sans-serif;
	color:#fff;
	font-size:14px;
	border-top:2px solid #c35f2f;
	border-right:5px solid #fff;
}
.spr-ir-table .qm_heading_bar td:last-child {
	border-right:none;
}
.spr-ir-table .qm_heading_bar td:first-child {
	border-left:none;
}
.spr-toggle-expandable:after {
	content:"\e259";
	font-family:"Glyphicons Halflings";
	font-size:12px;
	position:relative;
	left:5px;
	top:1px;
}
.spr-ir-table tbody tr {
	background:#f4f4f4;
}
.spr-ir-table tr:nth-child(2n) {
	border-top:5px solid #fff;
	border-bottom:5px solid #fff;
	background:#f4f4f4;
}
.qm_historyTab_GoButton {
	padding:7px 20px;
	display:inline-block;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	border:1px solid #ccc;
	border-radius:4px;
}
@media (max-width:1200px) {
	.spr-ir-table .quick-filter .btn {
		display:none;
	}
}
.spr-sec-search {
	display:none;
}
#TB_window {
	top: 3%;
}
/**** Media Queries *****/
@media (min-width:1287px) {
	.container {
		width:1270px;
		max-width: 1270px;
	}
}
@media (min-width:1200px) and (max-width:1286px) {
	/*mega menu to dropdown*/
	.main-nav ul li.has-mega-menu {
		position:relative;
	}
	.main-nav ul li:hover .mega-menu {
		width:226px;
		left:50%;
		margin-left:-113px;
		padding:0;
	}
	.main-nav ul li .mega-menu ul {
		background:transparent;
		float:none;
		margin:0;
		padding:0;
		border:none;
		width:100%!important;
	}
	.main-nav ul li .mega-menu ul li {
		display:none;
	}
	.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:600;
		line-height:1;
	}
	.main-nav ul li .mega-menu ul li a {
		color:#fff !important;
		border-bottom:1px solid #FFA072;
		padding:10px 0 10px 10px !important;
		font-size:14px !important;
		text-transform:none !important;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#FFA072 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*IR*/
	.annual-report img,.annual-report .report-info {
		max-width:47%;
	}
	.subscribe p {
		margin-right:10px;
	}
	.subscribe h2 {
		margin-right:5px;
	}
	.btn {
		min-width:150px;
	}
	.stock-box.inline p {
		width:41%;
		padding-right:5px;
		padding-left:0;
	}
	.company-overview .text {
		padding-bottom: 10px;
	}
	/*pipeline*/
	.pipeline-chart .status {
		font-size: 13px;
	}
}
@media (min-width:992px) and (max-width:1199px) {
	/*header*/
	.logo {
		max-width:15%;
		margin-top:40px;
	}
	.main-nav ul li a {
		padding-left:5px;
		padding-right:5px;
		font-size: 16px;
	}
	/*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:0 10px;
		margin:0;
		padding:0;
	}
	.main-nav ul li .mega-menu ul li:first-child {
		display:block;
		padding:0 10px;
	}
	.main-nav ul li .mega-menu ul li:first-child a {
		font-weight:600;
	}
	.main-nav ul li .mega-menu ul li a {
		color:#fff !important;
		border-bottom:1px solid #ffa072;
		padding:10px 0 10px 10px !important;
		font-size:14px !important;
		text-transform:none !important;
		line-height:1;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#ffa072 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding:0;
		padding-bottom: 5px;
	}
	/*styles*/
	.main-content {
		padding:20px 15px;
	}
	.main-content h1:first-of-type {
		margin-top:0;
	}
	label {
		font-size: 14px;
	}
	/*IR*/
	.page-hero	.pull-left {
		max-width:55%;
	}
	.page-hero .pull-right .btn {
		margin-top:50px;
	}
	.page-hero .pull-right {
		width:35%;
	}
	.annual-report img {
		max-width:48%;
		margin-top:57px;
	}
	.report-info .download-links a {
		display:block;
	}
	.annual-report .text {
		padding:42px 15px;
	}
	.subscribe {
		padding:20px 15px;
	}
	.subscribe h2,.subscribe p {
		margin-right:10px;
	}
	.subscribe .btn {
		min-width:0;
		padding:12px;
	}
	.stock-box p {
		font-size:22px;
	}
	.stock-box.inline h3 {
		width:58%;
		font-size:12px;
		padding:20px 6px;
	}
	.stock-box.inline p {
		width:42%;
		font-size:13px;
		padding:20px 12px;
	}
	.change .stock-box p {
		padding-bottom:14px;
	}
	.tab-pane .slide .member-description {
		padding:20px 0;
	}
	.tab-pane .slide .member-name {
		padding:10px 15px 20px 30px;
	}
	.tab-pane .slide .member-name h3 {
		margin-top:10px;
	}
	.tab-pane .slide .member-description .btn {
		bottom: 15px;
	}
	/*home*/
	.module-info-home.quote-box .value {
		font-size:16px;
		white-space: nowrap;
	}
	/* Pipeline */
	.pipeline-chart th {
		font-size:10px;
	}
	.pipeline-chart .status {
		font-size:11px;
	}
	footer .pull-right {
		float:none !important;
	}
	footer .pull-right a:first-of-type {
		margin-left:0;		
	}
}
@media (min-width:768px) and (max-width:991px) {
	.spr-ir-sec-filings .spr-ir-table td:nth-child(n+5) {
		display:none;
	}
	.spr-ir-sec-filings .spr-ir-table td:nth-child(4) {
		border-right: none;
	}
	/*header*/
	.logo {
		max-width:100%;
		width:100%;
		text-align:center;
		margin-bottom:0;
	}
	.main-nav {
		margin-top:30px;
	}
	.main-nav ul li a {
		font-size:16px;
		padding-bottom:38px;
		padding-left:6px;
		padding-right:6px;
		font-weight: 600;
	}
	/*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 10px;
		border:none;
		width:100%!important;
	}
	.main-nav ul li .mega-menu ul li {
		display:none;
		padding:1px 0;
		margin:0;
		padding: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 {
		border-bottom:1px solid #ffa072;
		padding:10px 0 10px 10px !important;
		font-size:14px !important;
		text-transform:none !important;
		line-height:1.6em;
		display:block;
	}
	.main-nav ul li .mega-menu ul li a:hover {
		color:#f8bb16 !important;
	}
	.main-nav ul li .mega-menu ul:last-child li a {
		border-bottom:none;
	}
	.mega-menu .container {
		width:auto;
		padding: 0;
	}
	/*styles*/
	.sb-nav>ul>li>a {
		background-position:4px 27px;
	}
	label {
		font-size:13px;
	}
	.filter-content .mix {
		width: 50%;
	}
	/*footer*/
	.copyright {
		max-width: 75%;
	}
	/*IR*/
	.page-hero	.pull-left {
		max-width:55%;
	}
	.page-hero .pull-right .btn {
		margin-top:60px;
	}
	.page-hero .pull-right {
		width:40%;
	}
	.annual-report .text {
		padding:25px 15px;
	}
	.subscribe {
		text-align:center;
	}
	.subscribe h2,.subscribe p {
		display:block;
		margin-bottom:10px;
		margin-right:0;
	}
	.stock-box.inline h3 {
		width:55%;
		padding:19px 6px;
	}
	.stock-box.inline p {
		width:45%;
		padding-left:6px;
	}
	.nav-tabs {
		padding-left:0;
		display:none;
	}
	.tab-pane .slide {
		height:340px;
	}
	.tab-pane .slide .member-name {
		width:35%;
		height:340px;
	}
	.tab-pane .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-wrap: break-word;
	}
	/*home*/
	.module-info-home.quote-box .meta {
		float:none;
		display:block;
	}
}
@media (min-width:991px) {
    .col-md-12 .single-home-module .bottom-link {
    	padding-bottom:0;
    }
    .col-md-12 .single-home-module .bottom-link > * {
    	float:left;
    	clear:left;
    }
    .col-md-12 .single-home-module .bottom-link .btn {
    	clear:none;
    	float:right;
    	position:relative;
    	left: 60px;
    	top:-30px;
    }    
}
@media (max-width:991px) {
	.price .pull-right {
		float:left !important;
	}
	.single-home-module + .single-home-module {
		margin-top:50px;
	}
	.home-ir-module img {
		max-width:140px;
	}
	.ir-home-box>.row>div:nth-child(2) {
		border-left:none;
	}
	.ir-home-box>.row>div:first-child {
		border-bottom:1px solid #c4c4c4;
	}
	.qm-detailed-quote-data {
		padding-left:0;
	}
	.qm-detailed-quote-data td {
		display:block;
		margin-left:0;
	}
	.qm-mm-chart-data>table>tbody>tr>td {
		display:block;
		width:100%;
	}
	.qm_heading_bar>tbody>tr table td {
		display:block;
		width:auto;
	}
	.qm_maintext .qm_maintext {
		display:block;
		float:left;
	}
	#spr-qm-content>div,#spr-qm-content>div>table {
		width:100% !important;
	}
	.qm-mm-chart-data {
		width:100%;
		text-align:center;
		background:#fff;
	}
	.qm-mm-chart-data table {
		margin:0 auto;
		overflow:hidden;
	}
	.qm-mm-chart-data>table>tbody>tr>td:first-child {
		width:100% !important;
	}
	#spr-qm-container img {
		max-width:280px !important;
		height:auto;
	}
	#chart_cell_4518 td {
		display:block;
	}
	.qm_main>table>tbody>tr:first-child>td {
		display:inline-block;
		width:19%;
	}
	.qm_charts_tab form>table:first-child>tbody>tr:first-child>.qm_maintext,form>table:first-child>tbody>tr:first-child>.qm_maintext+td {
		display:block;
		width:100%;
	}
	.qm_charts_tab form>table:first-child>tbody>tr:first-child>.qm_maintext+td>table {
		width:100%;
		text-align:left;
	}
	.qm_history_historyContent td:nth-child(n+6) {
		display:none;
	}
	.qm_historyHeader_row td:nth-child(5) {
		border-right:none;
	}
	#qm_history_endRow {
		display:block;
		padding:10px 0;
	}
	.spr-ir-table .quick-filter {
		display: none;
	}
	/* Pipeline */
	.pipeline {
		border:none;
	}
	.pipeline-chart {
		overflow:visible;
	}
	.pipeline-chart thead {
		display:none;
	}
		.pipeline-chart,.pipeline-chart tbody,.pipeline-chart tr,.pipeline-chart td {
		display:block;
		height:auto;
		width:100%;
	}
	.pipeline-chart tr {
		border:1px solid #ccc;
		border-radius:8px;
		clear:both;
		overflow:hidden;
	}
	.pipeline-chart tr+tr {
		margin-top:10px;
	}
	.pipeline-chart td {
		display:block;
		border:0;
		box-shadow:none;
	}
	.pipeline-chart td.drug-name {
		padding:10px 20px;
	}
	.pipeline-chart td.candidate-phase {
		display:block;
		width:100%;
	}
	.pipeline-chart .status {
		text-indent:0;
		min-width:45%;
	}
	.pipeline-chart .not-started,.pipeline-chart .in-progress .text:after,.pipeline-chart tbody:before {
		display:none;
	}
	.pipeline-chart td .text {
		height:auto;
		padding:10px;
	}
	.pipeline-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;
	}
		.inline .value {
		 padding:19px 10px;
	}
		.stock-box.inline.week-range {
		 margin-bottom:5px;
	}
}
@media (min-width:768px) {
	.sb-nav.collapse {
		display:block;
	}
}
@media (max-width:767px) {
	.qm_historyHeader_row td:nth-child(n+6),.qm_historyData_row td:nth-child(n+6) {
		display: none;
	}
	/*header*/
	.logo {
		max-width:60%;
		margin:20px 0;
	}
	.mobile-nav-trigger {
		background:#f05b11;
		position:absolute;
		cursor:pointer;
		right:0;
		padding:13px 7px 0 12px;
		width:50px;
		height:50px;
		border-bottom-left-radius:12px;
		border-top-left-radius:12px;
		display:block !important;
	}
	.mobile-nav-trigger.active {
	}
	.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:0;
	}
	.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:none;
	}
	.trigger-container .meat:first-of-type {
		transform:rotate(45deg);
		top:10px;
	}
	.trigger-container .meat:nth-of-type(2) {
		transform:rotate(45deg);
	}
	.trigger-container .meat:last-of-type {
		transform:rotate(-45deg);
		top:-10px;
	}
	.collapsed .trigger-container .meat:first-of-type {
		transform:rotate(0deg);
		top:auto;
	}
	.collapsed .trigger-container .meat:nth-of-type(2) {
		transform:rotate(0deg);
	}
	.collapsed .trigger-container .meat:last-of-type {
		transform:rotate(0deg);
		top:auto;
	}
	.mobile-nav-trigger.active {
		right:80%;
		position:fixed;
		z-index:999;
	}
	.mobile-sub-nav-trigger strong:after {
		content:"\e260";
		font-family:'Glyphicons Halflings';
		font-size:12px;
		position:relative;
		left:5px;
	}
	.mobile-sub-nav-trigger.collapsed strong:after {
		content: '\e259';
	}
	/* General styles for all menus */
	.cbp-spmenu ul li.has-sub-nav a:after {
		 content:'';
	}
	.cbp-spmenu {
		background:#f37320;
		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:600;
		padding:20px;
	}
	.cbp-spmenu ul li a:hover {
		color:#ffa072;
	}
	.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;
		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;
		display:none;
	}
	#mobile-nav ul li ul li {
		padding:0;
	}
	#mobile-nav ul li ul li a {
		padding:20px 0 20px 25px;
		border-bottom:1px solid #fff;
		color:#fff;
	}
	.main-nav ul li:hover ul {
		margin:0;
		padding:0;
		background:none;
	}
	#mobile-nav ul .open>ul {
		height:auto;
	}
	.main-nav ul li:hover ul {
		position:static;
	}
	#mobile-nav ul li:hover .mega-menu {
		display:none;
	}
	#mobile-nav ul .open .mega-menu,#mobile-nav ul .open:hover .mega-menu {
		display:block;
		position:static;
	}
	.mega-menu .container {
		padding:0;
		background:none;
		border-bottom:1px solid #fff;
		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*/
	.side-nav {
		padding:0;
	}
	.sidebar-nav,.sidebar-nav>div {
		padding:0;
		width:100%;
	}
	.sb-nav {
		border-top:none;
	}
	.sb-nav.in {
		 border-bottom:1px solid #e5e5e5;
	}
	.mobile-sub-nav-trigger {
		background:#f37320;
		color:#fff;
		width:100%;
		padding:13px 30px;
		text-align:center;
		cursor:pointer;
		margin-top:-5px;
	}
	.mobile-sub-nav-trigger:hover {
		color: #fff;
	}
	/*styles*/
	.content-row {
		margin-left:-15px;
	}
	.page-hero h2 {
		font-size:38px;
	}
	.main-content {
		padding:0px 15px;
	}
	.btn {
		max-width:100%;
		padding:9px 30px 8px;
		font-size:12px;
	}
	.error+.error-icon {
		right:20px;
	}
	.filter-content .mix {
		width: 50%;
	}
	/*footer*/
	footer {
		text-align:center;
	}
	footer .copyright {
		float:none !important;
	}
	.footer-links {
		width:100%;
		margin-bottom:10px;
	}
	.footer-links a:first-of-type {
		margin-left:0;
	}
	.footer-social {
		width:100%;
	}
	.footer-social ul li:first-of-type {
		margin-left: 0;
	}
	.footer-links .sep {
		display:none;
	}
	.footer-links a {
		display:block;
		margin:0;
	}
	/*IR*/
	.box .single-new p {
		max-width:100%;
	}
	.results-info {
		margin-bottom:15px;
		padding-bottom:15px !important;
		border-bottom:1px solid #ccc;
	}
	.annual-report .text {
		padding:25px 15px;
	}
	.annual-report img {
		max-width:53%
	}
	.download-links a {
		display:block;
	}
	.company-overview img {
		float:none;
		max-width:100%;
	}
	.company-overview .text {
		float:none;
		width:100%;
	}
	.stock-box.inline p {
		 padding: 25px 10px;
	}
	/*home*/
	.home-hero,.home-hero>.vertical-align {
		height:600px;
	}
	.home-hero .vertical-align .text {
		padding:0;
	}
	.home-hero .vertical-align .text h2 {
		font-size:35px;
	}
	.subscribe {
		padding:20px 15px;
		text-align:center;
	}
	.subscribe h2,.subscribe p {
		margin-right:0;
		display:block;
		margin-bottom:10px;
	}
	.video-container {
		margin-bottom:30px;
		margin-right:0;
	}
	 .ir-home-box>.row>div:first-child {
		padding:0;
	}
		.module-info-home.quote-box {
		margin-top:50px;
	}
	.module-info-home.quote-box .meta {
		float:none;
		display:block;
	}
	.module-info-home.quote-box .stock-section {
		border-right:0;
		padding:15px 15px 0;
	}
	.module-info-home .volume {
		border-bottom:1px dotted #ccc;
		padding-bottom:15px;
		padding-left:0;
	}
	.module-info-home .volume .value-title {
		text-align:left;
	}
	.module-info-home .day-range,.module-info-home .week-range {
		padding-left:0px;
		padding-bottom:0px;
		border-bottom:1px dotted #ccc;
	}
	.module-info-home.quote-box .stock-section .value {
		display:block;
		border-bottom:1px solid #ccc;
		padding-bottom:15px;
		width:100%;
	}
	.module-info-home.quote-box .stock-section .value.pull-left {
		border:0;
	}
	.module-info-home.quote-box .stock-section:last-of-type .value {
		border-bottom:none;
	}
	.module-info-home.quote-box .stock-section.market-cap,.module-info-home.quote-box .stock-section.change {
		text-align:left;
	}
	.home-module .divided-row .text {
		;
		padding-left:0;
		margin-bottom:20px;
	}
	.home-ir-module .module-title {
			margin-bottom:0;
	}
	.home .value-title {
			margin-top:0;
	}
	.module-info-home.quote-box {
			margin-top: 15px;
			padding:15px;
	}
	.home .value {
		padding-top:5px;
	}
	.value, .day-range .value, .week-range .value {
		margin-bottom:15px;
	}
	.module-info-home .volume,
	.module-info-home .day-range, .module-info-home .week-range,
	.ir-home-box > .row > div:first-child {
		border:0;
		padding:0;
	}
	.module-info-home.quote-box {
		margin-bottom:0;
	}
	.home .module-title .stock-date {
		float:none !important;
		display:block;
	}
}
/* contact */
.contact-form {
	max-width: 400px;
}
/*PRINT*/
@media print {
	body {
			background:#fff;
			color:#000;
	}
	body .container {
			padding:0 5%;
			width:90%;
	}
	.box .text {
		 padding:0;
	}
	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,.report a,.qm_main a,.spr-ir-table a {
			display:inline !important;
	}
	.qm-container,.qm-container>table {
		 width:100% !important;
	}
	.qm-container img {
		 display:block !important;
	}
	header h1 {
			padding:0 0 10px;
	}
	.height,.same-height {
			min-height:0 !important;
	}
	.investors a,.presentation,.subscribe,.footer-nav,a.pull-right,.signup-btn,.investor-presentation,a,.subscribe,.copyright-links,a,.box .header h2:before,.btn-content,.latest-presentation,.latest-webcast,.page-hero,.home-gray-section,.breadcrumbs-container,.side-nav,.image-container-right,.header h2 a:after,.result-line a:after,.qm_historyData_row .qm_maintext:nth-of-type(n+8),.qm_historyHeader_row .qm_maintext:nth-of-type(n+8),.spr-ir-table a:after,.spr-ir-sec-filters,.pagination {
			display:none !important;
	}
		.qm_historyData_row,.spr-ir-table tr {
		 border-top:1px solid #000;
	}
		.spr-ir-table td {
		 padding:5px;
	}
		.header h2 a {
		 display:inline !important;
	}
	.main-content ul,.main-content ul li {
			list-style-type:disc;
	}
		.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;
	}
}
@media (max-width:480px) {
		.home-hero,.home-hero>.vertical-align {
		height:430px;
	}
	.single-home-module .text, .download-wrapper {
		padding-left:0;
	}
	.bottom-link {
		padding-bottom:0;
	}
	.home .image-container-right .wrapper > a {
		padding-top:0;
	}
	.vertical-align,.home .image-container-right .wrapper>a,.single-home-module .vertical-align>* {
		display:block;
		text-align:center;
	}
	.home-module .bottom-link>a {
		position:static;
		margin-top:10px;
	}
	.single-home-module {
		margin-top:45px;
	}
	.content>.container:first-of-type {
		padding:0;
	}
	.home .page-hero {
		padding:0 10px;
		border-radius:0;
	}
	.btn {
		margin:0 auto;
		white-space:normal;
	}
	.mobile-nav-trigger {
		top: 15px;
	}
	.qm_cycle.qm_historyHeader_row .qm_maintext {
    font-size: 10px;
    }
}

/*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 a, .qmod-attribution a{
    font-size: 14px;
    font-family: inherit;
}
.qtool .flatpickr-month{
    padding: 0;
}
.flatpickr-calendar .numInput.cur-year {
    min-width: 0;
    min-height: 0;
}
.qtool input[type='text']{
    font-size: inherit;
}
.qtool ul li {
    font-size: 14px;
}



