/*
Theme name: CU Insight
Author: ShowCase Marketing
Author URI: http://createlaunchlead.com
Version: 2.0.25
Description: Custom theme
*/

.container:after,
.social-block:after,
.content .heading:after,
.panel .panel-head:after,
.contributor-details:after {
	content: " ";
	display: block;
	clear: both;
}

/*body {
-ms-word-break: break-all;

     word-break: break-all;

     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
}*/

/* Admin bar breaks */
@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}

.social-networks,
.social-share,
#nav ul,
#nav .nav-drop ul,
.social,
.social-more .social-networks,
.news-list,
.category-drop ul,
.dropdown ul,
.paging ul,
.tabset,
.members,
.short-info,
.contact-form .check-list ul,
.find-contributer ul,
.partners-list,
.contributors,
.promo ul,
.tablink,
.vendor-list,
#footer .footer-nav ul,
.modal-head .bottom ul,
.modal-body .grid-style {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	overflow-x: hidden;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	overflow-x: hidden;
	position: relative;
	margin: 0;
	color: #202020;
	background: #f2f4f6;
	font: 400 15px/1.2 "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	color: #1dadff;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.frm_hidden {
	display: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #dee0e1;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #8e9598;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1,
h2,
h3 {
	font-size: 56px;
	line-height: 60px;
	color: #383838;
	font-weight: 400;
}

h1 {
	font-weight: 300;
}

h2 {
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 12px;
}

h3,
.h3 {
	font-size: 25px;
	line-height: 22px;
	color: #000;
	margin-bottom: 15px;
}

h1.archive-title a {
	color: #383838;
}

h1.archive-title a:hover {
	text-decoration: none;
}

#wrapper {
	overflow: hidden;
	width: 100%;
}

.container {
	padding: 0 10px;
	max-width: 1446px;
	margin: 0 auto;
}

.bg-stretch {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: -1;
}

.bg-stretch img {
	max-width: none;
}

img {
	vertical-align: top;
}

.btn {
	display: inline-block;
	border-radius: 2px;
	background-color: #abb9bf;
	font: 700 13px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 36px;
	position: relative;
	text-decoration: none;
	border: none;
	min-width: 149px;
}

.btn:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("library/images/sprite.png") no-repeat -78px -28px;
	width: 7px;
	height: 10px;
}

.btn:hover {
	background: #80959e;
	text-decoration: none;
}

.btn.btn-blue {
	background-color: #4bb1ff;
	padding: 14px 37px 12px;
}

.btn.btn-blue:after {
	content: "";
	display: inline-block;
	position: static;
	vertical-align: top;
	margin: 9px 0 0 14px;
}

.btn.btn-blue:hover {
	background: #0090fd;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 15px 5px 0;
}

.social-networks a {
	display: block;
	overflow: hidden;
	font-size: 1.2em;
	text-decoration: none;
	text-indent: -9999px;
	background: url("library/images/sprite.png") no-repeat -57px -2px;
	width: 7px;
	height: 14px;
}

.partner-social-networks {
	padding: 0px;
	text-align: center;
}

.partner-social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 5px 5px 5px 0;
}

.partner-social-networks a {
	display: block;
	overflow: hidden;
	font-size: 2.2em;
	text-decoration: none;
}

#footer .text .social-networks a {
	color: #9097a0;
	display: inline;
	text-indent: 0px;
	background: none;
	width: auto;
	height: auto;
}

#footer .text .social-networks a:hover {
	color: rgba(141, 151, 163, 0.8);
}

.social-networks a.twitter {
	background-position: -85px -3px;
	width: 17px;
	height: 14px;
}

.social-networks a.pinterest {
	background-position: -119px -1px;
	width: 14px;
	height: 17px;
}

.social-networks a.gplus, .social-networks a.googleplus {
	background-position: -149px -2px;
	width: 18px;
	height: 15px;
}

.social-networks a.linkedin {
	background-position: -184px 0;
	width: 18px;
	height: 17px;
}

.social-networks a.instagram {
	background-position: -219px -2px;
	width: 16px;
	height: 16px;
}

.social-networks a:hover {
	opacity: .7;
}

.social-networks.btns li {
	margin: 10px 0 10px 1px;
}

.social-networks.btns a {
	text-indent: 0;
	background: #abb9bf;
	width: auto;
	height: auto;
	padding: 14px 15px 14px 40px;
	font: 700 12px/16px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	border-radius: 2px;
	position: relative;
}

.social-networks.btns a:before {
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("library/images/sprite.png") no-repeat -304px -3px;
	width: 17px;
	height: 13px;
}

.social-networks.btns a.facebook {
	padding-right: 10px;
	background: #305f9c;
}

.social-networks.btns a.facebook:before {
	background-position: -246px -2px;
	width: 16px;
	height: 16px;
}

.social-networks.btns a.twitter {
	padding-right: 22px;
	background: #11bbfa;
}

.social-networks.btns a.twitter:before {
	background-position: -275px -2px;
	width: 17px;
	height: 14px;
}

.social-networks.btns .more:after {
	display: none;
}

.social-networks.large {
	padding: 8px 8px 6px;
	text-align: center;
}

.social-networks.large li {
	margin: 10px 2px;
}

.social-networks.large a {
	border-radius: 50%;
	background-position: 0 -94px;
	width: 42px;
	height: 42px;
}

.social-networks.large a.facebook {
	background-position: 0 -94px;
}

.social-networks.large a.twitter {
	background-position: -49px -94px;
}

.social-networks.large a.linkedin {
	background-position: -98px -94px;
}

.social-networks.large a.rss {
	background-position: -147px -95px;
}

.social-networks.large a.gplus {
	background-position: -373px -92px;
}

.social-share {
	font-size: 0;
	letter-spacing: -4px;
	text-align: right;
}

.social-share li {
	font-size: 14px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.social-share li {
	display: inline-block;
	position: relative;
}

.social-share li.active .msg,
.social-share li.active .share,
.social-share li .msg:hover,
.social-share li .share:hover {
	background: #819197;
}

.social-share li.active .slide {
	display: block;
}

.social-share li.active .share:before {
	display: block;
}

.social-share .msg,
.social-share .share {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	background: #4bb1ff;
	width: 43px;
	height: 39px;
	position: relative;
}

.social-share .msg:after,
.social-share .share:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background: url("library/images/sprite.png") no-repeat -146px -26px;
	width: 16px;
	height: 16px;
	bottom: 0;
	margin: auto;
}

.social-share .share {
	overflow: visible;
}

.social-share .share:after {
	background-position: -304px -3px;
	width: 17px;
	height: 13px;
}

.social-share .share:hover:before {
	display: block;
}

.social-share .share:before {
	content: "";
	position: absolute;
	top: 50%;
	border-style: solid;
	border-color: transparent #819197 transparent transparent;
	border-width: 4px 8px 4px 0;
	left: -8px;
	margin-top: -4px;
	display: none;
}

.social-share .slide {
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	display: none;
	padding: 3px 17px;
	width: 440px;
}

.divider {
	border: none;
	border-top: 2px solid #efefef;
	width: 68px;
	margin: 44px 0 49px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	background: #f2f4f6;
	border-radius: 6px;
	color: #67767d;
	font-size: 18px;
	line-height: 25px;
	padding: 9px 25px;
	width: 100% !important;
	height: 45px;
	outline: none;
	margin-bottom: 22px;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #67767d;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #67767d;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #67767d;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #67767d;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="password"].placeholder,
input[type="search"].placeholder,
textarea.placeholder {
	color: #67767d;
}

textarea {
	min-height: 70px;
	height: auto;
	margin-bottom: 14px;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.hidden {
	display: none;
}

.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	border: 1px solid #dddfe1;
	border-radius: 6px;
	background-color: #f1f3f5;
	/*margin: 0 0 33px;*/
	margin: 0;
	min-width: 205px;
	height: 45px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font: 400 18px/43px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #67767d;
	margin: 0 54px 0 25px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #abb9bf;
	width: 45px;
	bottom: 0;
	right: 0;
	top: 0;
	border-radius: 2px;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url("library/images/sprite.png") no-repeat -94px -30px;
	width: 10px;
	height: 7px;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select.jcf-select-blue {
	border-radius: 2px;
	background-color: #4bb1ff;
	display: inline-block;
	height: 39px;
	border: none;
	min-width: 100px;
}

.jcf-select.jcf-select-blue .jcf-select-text {
	color: #fff;
	font-size: 13px;
	line-height: 39px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.jcf-select.jcf-select-blue .jcf-select-opener {
	background: none;
}

body>.jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body>.jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #f2f4f6;
}

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #f2f4f6;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	margin-top: 3px;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 11px 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 31px;
	color: #8ea1a9;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-list .jcf-option-none {
	display: none;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #abb9bf;
	color: #fff;
}

.jcf-disabled {
	background: #ddd !important;
}

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	margin: 0 3px 0 0;
	height: 36px;
	width: 36px;
	border: 1px solid #dddfe1;
	border-radius: 6px;
	background: #f1f3f5;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 9px;
	width: 15px;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -7px;
	border: 3px solid #4cb2ff;
	border-width: 0 0 3px 3px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #fff;
	border: 1px solid #777;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 16px;
	width: 16px;
}

.jcf-radio span {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #777;
	border-radius: 100%;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked span {
	display: block;
}

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
	box-sizing: content-box;
	position: relative;
}

.jcf-scrollbar-vertical {
	position: absolute;
	cursor: default;
	background: #d2e9f7;
	width: 4px;
	bottom: 0;
	right: 10px;
	top: 0;
	border-radius: 2px;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
	background: #6fc4ff;
	height: 1px;
	width: 4px;
	border-radius: 2px;
}

.jcf-scrollbar-horizontal {
	position: absolute;
	background: #e3e3e3;
	right: auto;
	top: auto;
	left: 0;
	bottom: 0;
	width: 1px;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
	display: inline-block;
	position: relative;
	height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
	position: absolute;
	background: #888;
	height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
	visibility: hidden;
}

.desktop-ad {
	display: block;
}

.mobile-ad {
	display: none;
}

@media all and (max-width: 1023px) {
	.desktop-ad {
		display: none;
	}

	.mobile-ad {
		display: block;
	}
}

#header {
	background: #3c95e8;
	position: relative;
	z-index: 76;
}

.header-top {
	background: #4bb1ff;
	min-height: 56px;
	position: fixed;
	top: 0px;
	z-index: 100;
	width: 100%;
}

#header-ad-left {
	display: inline-block;
	max-width: 785px;
}

@media screen and (min-width:1446px) {
	.header-top.fixed .logo img {
		height: 51px;
		width: 43px;
		margin-right: 19px;
		transition: all 300ms linear;
		margin-top: -1px;
	}

	.header-top .logo img {
		margin-top: 0px;
		height: 74px;
		width: 62px;
		transition: all 300ms linear;
	}
}

@media screen and (max-width:1445px) and (min-width: 768px) {
	.header-top.fixed .logo img {
		height: 43px;
		width: 36px;
		margin-right: 19px;
		transition: all 300ms linear;
		margin-top: -1px;
	}

	.header-top .logo img {
		margin-top: 0px;
		height: 57px;
		width: 48px;
		transition: all 300ms linear;
	}
}

@media screen and (max-width:1023px) {
	#header-ad-left {
		width: 320px;
		/*min-height:90px;*/
		display: inline-block;
	}

	#header-ad-left img {
		width: 100%;
		height: 100%;
	}
}

@media screen and (min-width:768px) and (max-width: 1445px) {}

.admin-bar .header-top {
	top: 32px;
}

.admin-bar #header .ad-hold {
	margin-top: 56px;
	position: fixed;
	z-index: 99;
	width: 100%;
	background: #3c95e8;
}

@media screen and (max-width:782px) {
	.admin-bar .header-top {
		top: 46px;
	}
}

.logo {
	float: left;
	margin: 5px 50px -23px 14px;
	position: relative;
	z-index: 1;
}

#header .ad-hold {
	margin-top: 56px;
	position: fixed;
	z-index: 99;
	width: 100%;
	background: #3c95e8
}

.ad-hold .ad-block {
	max-width: 785px;
}

.ad-hold {
	clear: both;
	font-size: 0;
	letter-spacing: -4px;
	max-height: none;
	text-align: center;
	padding-top: 9px;
	padding-bottom: 0px;
}

.ad-hold .ad-block {
	display: inline-block;
	vertical-align: top;
	margin: 0 19px 9px 11px;
}

.sitewide-text-bar {
	font-size: 15px;
	color: #ffffff;
	padding: 5px 0 15px;
	letter-spacing: 0;
	font-weight: bold;
}

.sitewide-text-bar a {
	color: #ffffff;
}

.sitewide-text-bar a:hover {
	text-decoration: none;
	opacity: 0.8;
}

.sitewide-text-bar a .link-text {
	color: #202020;
}

@media screen and (max-width: 1089px) {
	.sitewide-text-bar {
		padding: 10px 0;
	}
}

#nav {
	float: left;
	max-width: 65%;
	position: relative;
}

#nav .nav-overlay {
	display: none;
}

#nav .nav-overlay.nav-overlay--active {
	display: flex;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 5;
	background: rgba(0, 0, 0, .5);
}

#nav li {
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
}

#nav li:first-child:hover .has-drop-down-a {
	background: #dbf1ff;
	color: #3c95e8;
	position: relative;
}

#nav li:first-child:hover .has-drop-down-a:after {
	background-position: -306px -96px !important;
}

#nav li:first-child:hover .has-drop-down-a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 5px;
	background: #dbf1ff;
	top: 100%;
	z-index: 22;
}

#nav li:before {
	content: "";
	background: #66bfff;
	height: 14px;
	width: 1px;
	float: left;
	margin-top: 24px;
}

#nav li:first-child:before {
	display: none;
}

#nav li:hover:before {
	display: none;
}

#nav li:hover>a {
	background: #6fc4ff;
	text-decoration: none;
}

#nav li:hover .nav-drop {
	display: block;
}

#nav li:hover+li:before,
#nav li.active+li:before {
	display: none;
}

#nav li.active a,
#nav li a:hover {
	background: #6fc4ff;
	text-decoration: none;
}

#nav li a {
	display: block;
	color: #fff;
	padding: 20px 26px 10px;
	height: 56px;
	position: relative;
}

#nav li a.has-drop-down-a:after,
.search-menu-item>a:after {
	content: "";
	display: inline-block;
	margin: 0 -10px 1px 5px;
	background: url("library/images/sprite.png") no-repeat -35px -4px;
	width: 10px;
	height: 7px;
}

#nav .single-col {
	position: relative;
}

#nav .single-col .nav-drop {
	right: auto;
	width: 204px;
	background-color: #dbf1ff;
	padding: 8px 0;
	border-bottom: none;
	box-shadow: -9px 6px 0 rgba(21, 95, 151, .15);
}

#nav .single-col .nav-drop ul li {
	text-transform: uppercase !important;
	font-size: 14px;
	display: block;
	width: auto;
	padding-bottom: 0;
}

#nav .single-col .nav-drop ul li.active a,
#nav .single-col .nav-drop ul li a:hover {
	background: #6fc4ff !important;
	color: #fff;
	opacity: 1;
}

#nav .single-col .nav-drop a {
	font-weight: 700;
	color: #4bb1ff;
	padding: 10px 28px;
}

#nav .nav-drop,
.search-menu-item .nav-drop {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	padding: 21px 0 14px;
	background: #dbf1ff;
	display: none;
	z-index: 9;
	border-top: 4px solid #3c95e8;
	box-shadow: 0 6px 0 rgba(21, 95, 151, .15);
}

#nav .nav-drop .nav-title {
	display: block;
	font: 400 14px/18px "Oswald";
	text-transform: uppercase;
	color: #9bbed5;
	margin-bottom: 15px;
}

#nav .nav-drop .container {
	max-width: 1148px;
}

#nav .nav-drop ul {
	font-size: 0;
	letter-spacing: -4px;
	margin: 0 -13px;
}

#nav .nav-drop ul li {
	font-size: 16px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

#nav .nav-drop ul li {
	float: none;
	width: 20%;
	text-transform: none !important;
	padding: 0 13px 10px;
	line-height: 18px;
}

#nav .nav-drop ul li:before {
	display: none;
}

#nav .nav-drop ul li.hover a {
	background: none;
}

#nav .nav-drop p {
	margin-bottom: 0;
}

#nav .nav-drop a,
.search-menu-item .nav-drop>a {
	color: #3d3d3d;
	padding: 0;
	font-weight: 400;
	display: block;
	height: auto;
	background: none !important;
}

#nav .nav-drop a .title {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: 700;
	color: #1dadff;
	margin-bottom: 2px;
}

#nav .nav-drop a:hover,
.search-menu-item .nav-drop a:hover {
	opacity: .7;
	background: none;
}

#nav .nav-drop img {
	display: block;
	max-width: 100%;
	margin-bottom: 6px;
}

.header-right {
	display: flex;
	align-items: center;
	/* float: right; */
	font-size: 14px;
	line-height: 20px;
	/* Allow right side to overlap left (for search) */
	width: max-content;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	right: 0;
}

.header-right .subscribe,
.header-right .share {
	opacity: 1;
	transition-delay: 0.2s;
	transition-duration: 0.5s;
}

.header-right.header-search-open .subscribe,
.header-right.header-search-open .share {
	opacity: 0;
	display: none;
}

.header-right .subscribe {
	float: right;
	height: 56px;
	color: #fff;
	background: #6fc4ff;
	text-transform: uppercase;
	padding: 19px 15px 11px;
	margin-left: 19px;
	font-weight: 700;
}

.header-right .subscribe:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 20px;
	background: url(library/images/sprite.png) no-repeat;
	margin: -4px 10px 0 0;
}

.header-right .subscribe:hover {
	text-decoration: none;
	opacity: .7;
}

.header-right .share {
	height: 55px;
	float: left;
}

.header-right .search-menu-item {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	padding: 0 7px;
}

.header-right .search-menu-item.active {
	background-color: #3c95e8;
}

.header-right .search-menu-item:focus-within {
	background-color: #3c95e8;
	border-bottom: 2px solid #69c3ff;
}

.header-right .search-menu-item .has-relevanssi-search-form {
	display: flex;
	overflow-x: hidden;
	height: 30px;
	padding: 0;
}

.header-right .search-menu-item .has-relevanssi-search-form #sortDropdown {
	display: none;
}

.header-right .search-menu-item .has-relevanssi-search-form #sortDropdown+.jcf-select {
	display: none !important;
}

.header-right .search-menu-item button.search-icon-container {
	color: white;
	background: none;
	border: none;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

.header-right .search-menu-item .search-icon-container,
.header-right .search-menu-item .search-form-submit-wrapper {
	font-size: 1.4rem;
}

.header-right .search-menu-item .searchform {
	width: 0;
	transition: all 0.1s ease-in-out;
	position: absolute;
	right: -150px;
}

.header-right .search-menu-item .searchform>div:first-of-type {
	display: flex;
	align-items: center;
}

.header-right .search-menu-item .has-relevanssi-search-form:focus-within .searchform {
	width: 100%;
	height: 30px;
	border-bottom: 2px solid white;
	background: #4bb1ff;
	padding: 0 5px;
	position: relative;
	right: 0;
}

.header-right .search-menu-item .has-relevanssi-search-form input[name="s"] {
	max-width: 100%;
	color: white;
	height: 30px;
	background: #3c95e8;
	border: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

.header-right .search-menu-item .has-relevanssi-search-form:focus-within .search-icon-container {
	opacity: 0;
}

.header-right .search-menu-item .searchform .search-form-submit-wrapper {
	right: -25px;
	top: 0px;
	color: white;
	z-index: -5;
	pointer-events: none;
}

.header-right .search-menu-item .search-icon-container .fa-search {
	color: white;
}

.header-right .search-menu-item:hover .search-icon-container .fa-search {
	color: #efefef;
}


.header-right .search-menu-item .has-relevanssi-search-form .search-form-submit-wrapper:hover .fa.fa-search {
	color: white;
}

.header-right .search-menu-item .has-relevanssi-search-form:focus-within .search-form-submit-wrapper {
	z-index: 1;
	pointer-events: all;
}


.header-right .search-menu-item a:hover {
	text-decoration: none;
}

.has-relevanssi-search-form {
	padding: 0 15px;
}

.has-relevanssi-search-form .searchform {
	position: relative;
}

.has-relevanssi-search-form #rlvlive_2 {
	display: none;
}

.has-relevanssi-search-form .searchform>div:first-of-type {
	display: flex;
}

.header-right .search-menu-item .has-relevanssi-search-form .jcf-select {
	display: none !important;
}


.header-right .search-menu-item .has-relevanssi-search-form:focus-within .searchform {
	border-bottom: none;
	padding: 0;
}

.header-right .search-menu-item .has-relevanssi-search-form .searchform #s {
	margin-right: 0 !important;
	padding: 0 1rem;
}


@media screen and (max-width: 768px) {
	.header-right .search-menu-item {
		position: fixed;
		top: 0;
		right: 3.5rem;
		z-index: 1;
		justify-content: flex-end;
		width: 3rem;
	}

	.admin-bar .header-right .search-menu-item {
		top: 46px;
	}

	.header-right .search-menu-item:focus-within {
		width: calc(100% - 3rem);
	}

	.header-right .search-menu-item .has-relevanssi-search-form:focus-within {
		width: 100%;
	}

	.header-right .search-menu-item .has-relevanssi-search-form,
	.header-right .search-menu-item .has-relevanssi-search-form .searchform,
	.header-right .search-menu-item .has-relevanssi-search-form:focus-within .searchform,
	.header-right .search-menu-item .has-relevanssi-search-form .searchform>div,
	.header-right .search-menu-item .has-relevanssi-search-form:focus-within .search-form-submit-wrapper,
	.header-right .search-menu-item .has-relevanssi-search-form input[name="s"],
	.header-right .search-menu-item button.search-icon-container {
		height: 100%;
	}

	.header-right .search-menu-item .has-relevanssi-search-form:focus-within .search-form-submit-wrapper .fa-search {
		position: static;
	}

	.header-right .search-menu-item .has-relevanssi-search-form input[name="s"] {
		background: #3c95e8;
		z-index: 1;
		padding: 0 1.5rem;
		border-radius: 0;
	}
}


/* @media screen and (max-width: 768px) {
	#header .search-menu-item .has-relevanssi-search-form {
		display: none;
	}
} */

.has-relevanssi-search-form .searchform #s {
	position: relative;
	margin-right: 0;
}

.has-relevanssi-search-form .searchform #s::placeholder {
	color: #fff;
}

.has-relevanssi-search-form .searchform input[type="search"] {
	max-width: calc(100% - 52px) !important;
}

.has-relevanssi-search-form .search-form-submit-wrapper {
	display: flex;
	align-items: center;
	position: absolute;
	right: 15px;
	top: 7px;
	height: 30px;
	width: 30px;
}

.has-relevanssi-search-form .search-form-submit-wrapper #searchsubmit {
	border: none;
	background-color: transparent;
	color: #1dadff;
	height: 100%;
	width: 100%;
}

.has-relevanssi-search-form .search-form-submit-wrapper .fa.fa-search {
	position: absolute;
	right: 5px;
	pointer-events: none;
}

.has-relevanssi-search-form .search-form-submit-wrapper:hover .fa.fa-search {
	color: #1dadff;
}

@media screen and (max-width: 1000px) {
	.has-relevanssi-search-form #searchsubmit {
		right: 15px;
	}
}

.has-relevanssi-search-form #searchsubmit .fa {
	display: inline-block;
	margin-left: 5px;
}

.has-relevanssi-search-form .searchform__controls {
	display: flex;
	justify-content: flex-start;
}

.has-relevanssi-search-form .searchform #s {
	margin-bottom: 10px;
}

@media screen and (max-width: 475px) {
	.has-relevanssi-search-form .searchform__controls {
		flex-direction: column;
	}

	.has-relevanssi-search-form .searchform__controls .jcf-select {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}

.has-relevanssi-search-form .searchform__controls .jcf-select:first-of-type {
	margin-right: 10px;
}

.has-relevanssi-search-form .post_types {
	margin-bottom: 2rem;
}

@media screen and (max-width: 1023px) {
	.has-relevanssi-search-form .post_types {
		margin-bottom: 1rem;
	}
}

.has-relevanssi-search-form .relevanssi-live-search-results.relevanssi-live-search-results-showing {
	left: 0 !important;
	top: 60px !important;
}

.has-relevanssi-search-form .relevanssi-live-search-result {
	padding: 10px;
}

.has-relevanssi-search-form .cu-search-result-icon {
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	padding: 10px;
	display: inline-block;
	margin-right: 5px;
}

.has-relevanssi-search-form .cu-search-result-container {
	display: flex;
}

.has-relevanssi-search-form .cu-search-result-content {
	display: flex;
	flex-direction: column;
}

.has-relevanssi-search-form .cu-search-result-content__excerpt {
	color: #8f9fa6;
	text-decoration: none;
}

@media screen and (max-width: 1000px) {
	.has-relevanssi-search-form .search-form-submit-wrapper {
		right: 13px;
	}

	.has-relevanssi-search-form .searchform>div:first-of-type {
		flex-direction: column;
	}
}

.search-result-list .news {
	padding: 25px 26px 25px 20px;
}

@media only screen and (max-width: 1445px) {
	.search-result-list .news {
		padding: 25px 20px;
	}
}

@media only screen and (max-width: 1023px) {
	.search-result-list .news {
		padding: 18px 20px;
	}
}

.search-result-list .news p:first-of-type {
	text-transform: uppercase;
}

.social-block {
	padding-top: 18px;
	position: relative;
}

.social-block:before {
	content: "";
	height: 30px;
	width: 1px;
	top: 14px;
	background: #3397f3;
	position: absolute;
	left: 1px;
}

.social {
	float: left;
	padding-top: 4px;
}

.social li {
	margin-left: 14px;
	float: left;
}

.social a {
	color: #fff;
}

.social a:hover {
	opacity: .7;
}

.social-more {
	float: left;
	position: relative;
	margin-left: 11px;
}

.social-more.hover .drop {
	display: block;
}

.social-more .opener {
	width: 22px;
	height: 23px;
	background: #3c95e8;
	position: relative;
	display: block;
	text-indent: -9999px;
}

.social-more .opener:before {
	content: "";
	height: 8px;
	width: 8px;
	background: url(library/images/sprite.png) no-repeat -24px -3px;
	margin-left: -4px;
	margin-top: -4px;
	position: absolute;
	left: 50%;
	top: 50%;
}

.social-more .opener:after {
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -5px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 4px 4px 0;
	border-color: transparent #3c95e8 transparent transparent;
}

.social-more .drop {
	top: 100%;
	right: -12px;
	width: 313px;
	display: none;
	margin-top: 15px;
	padding: 21px 6px 2px;
	background: #fafafa;
	position: relative;
	border-color: #fafafa;
	position: absolute;
}

.social-more .drop:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border: 0;
	border-color: #fafafa;
	bottom: 100%;
	left: 93%;
	margin-bottom: -1px;
	margin-left: -8px;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fafafa;
	border-bottom-color: inherit;
}

.social-more .drop:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	height: 20px;
	bottom: 100%;
}

.social-more .drop .title {
	display: block;
	text-align: center;
	font-size: 23px;
	line-height: 25px;
	color: #404040;
	font-weight: 300;
	margin-bottom: 20px;
}

.social-more .social-networks {
	font-size: 0;
	letter-spacing: -4px;
}

.social-more .social-networks li {
	font-size: 12px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.social-more .social-networks li {
	padding: 0 1px 3px;
	width: 33.33%;
	margin: 0;
}

.social-more .social-networks a {
	text-indent: 0;
	width: 99px;
	height: 98px;
	background: #f2f4f6;
	color: #808080;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	padding: 24px 8px 6px;
	text-transform: uppercase;
}

.social-more .social-networks a:before {
	content: "";
	display: block;
	background: url("library/images/sprite.png") no-repeat 4px -49px;
	width: 35px;
	height: 38px;
	margin: 0 auto 4px;
}

.social-more .social-networks a:hover {
	opacity: 1;
	background: #fff;
}

.social-more .social-networks .twitter:before {
	background-position: -42px -49px;
}

.social-more .social-networks .linkedin:before {
	background-position: -92px -49px;
}

.social-more .social-networks .pinterest:before {
	background-position: -137px -52px;
}

.social-more .social-networks .instagram:before {
	background-position: -184px -52px;
}

.social-more .social-networks .vine:before {
	background-position: -234px -52px;
}

.social-more .social-networks .youtube:before {
	background-position: -277px -50px;
}

.social-more .social-networks .gplus:before {
	background-position: -344px -50px;
}

.social-more .social-networks .email:before {
	background-position: -402px -50px;
}

.nav-opener {
	float: right;
	width: 56px;
	height: 54px;
	margin-right: -10px;
	position: relative;
	background: #69c3ff;
	display: none;
	z-index: 10;
}

.nav-ico-bar {
	width: 24px;
	height: 16px;
	border-radius: 3px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.nav-ico-bar:before,
.nav-ico-bar:after,
.nav-ico-bar span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 3px;
	margin-top: -2px;
	/* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.nav-ico-bar:before,
.nav-ico-bar:after {
	content: "";
	top: 12%;
}

.nav-ico-bar:after {
	top: 95%;
}

.nav-ico-bar:hover {
	opacity: .9;
}

.nav-active .nav-ico-bar span {
	opacity: 0;
}

.nav-active .nav-ico-bar:after,
.nav-active .nav-ico-bar:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 0;
	right: 0;
}

.nav-active .nav-ico-bar:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#main {
	padding-top: 176px;
	padding-bottom: 16px;
}

.advert {
	max-width: 300px;
	margin: 0 auto 28px;
}

.advert img {
	max-width: 100%;
	height: auto;
}

.advert.wide {
	max-width: 754px;
}

#the-latest {
	float: left;
	width: 324px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	margin: 0 17px 15px 0;
}

.latest-post .heading {
	padding: 15px 10px 11px;
}

.news-list li {
	padding: 14px 10px;
	border-top: 1px solid #ececec;
}

.news-list article {
	overflow: hidden;
}

.news-list .img {
	float: left;
	width: 61px;
	height: 58px;
	margin: 2px 9px 5px 0;
	border-radius: 3px;
	overflow: hidden;
}

.news-list .desc {
	overflow: hidden;
}

.news-list h2 {
	font-size: 16px;
	line-height: 18px;
	color: #3d3d3d;
	font-weight: 400;
	margin-bottom: 11px;
}

.news-list h2 a {
	color: #3d3d3d;
	text-decoration: none;
}

.news-list h2 a:hover {
	color: #4bb1ff;
}

.news-list time {
	display: block;
	color: #acacac;
	font: italic 400 13px/15px "Sanchez", arial, sans-serif;
}

.news-list .advert {
	margin: 2px auto 5px;
}

.block-title {
	font: 400 14px/17px "Oswald", arial, sans-serif;
	text-transform: uppercase;
	margin-bottom: 16px;
	position: relative;
	padding-left: 32px;
}

.block-title:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-right: 10px;
}

.block-title.ico-clock:before {
	left: 4px;
	background: url("library/images/sprite.png") no-repeat -334px -1px;
	width: 17px;
	height: 16px;
}

.block-title.ico-trend:before {
	background: url("library/images/sprite.png") no-repeat -362px -1px;
	width: 22px;
	height: 22px;
}

.block-title.ico-star {
	padding-left: 22px;
	overflow: hidden;
}

.block-title.ico-star:before {
	background: url("library/images/sprite.png") no-repeat -397px -1px;
	width: 15px;
	height: 15px;
}

.block-title.ico-cal:before {
	background: url("library/images/sprite.png") no-repeat -257px -28px;
	width: 11px;
	height: 11px;
}

.block-title.ico-log:before {
	background: url("library/images/sprite.png") no-repeat -292px -28px;
	width: 14px;
	height: 12px;
}

.block-title.ico-user:before {
	background: url("library/images/sprite.png") no-repeat -332px -92px;
	width: 21px;
	height: 21px;
}

.category-drop {
	display: none !important;
}

.category-drop,
.dropdown {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	position: relative;
}

.category-drop.hover .drop,
.dropdown.hover .drop {
	top: 100%;
}

.category-drop .opener,
.dropdown .opener {
	border-radius: 2px;
	background-color: #4bb1ff;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	padding: 13px 15px 10px;
	position: relative;
}

.category-drop .opener:after,
.dropdown .opener:after {
	content: "";
	position: absolute;
	right: 19px;
	top: 16px;
	background: url("library/images/sprite.png") no-repeat -94px -30px;
	width: 10px;
	height: 7px;
}

.category-drop a,
.dropdown a {
	display: block;
	color: #4bb1ff;
	padding: 10px 31px;
	text-decoration: none;
}

.category-drop a:hover,
.dropdown a:hover {
	background: #6fc4ff;
	color: #fff;
	position: relative;
	z-index: 9999;
}

.category-drop .drop,
.dropdown .drop {
	background: #dbf1ff;
	border-top: 2px solid #fff;
	top: -9999px;
	padding-top: 10px;
	position: absolute;
	left: -2px;
	right: -2px;
	text-align: left;
	z-index: 999;
}

.category-drop .jcf-scrollable,
.dropdown .jcf-scrollable {
	height: 391px;
}

.category-drop ul,
.dropdown ul {
	width: auto !important;
}

.dropdown {
	display: inline-block;
	margin-left: 10px;
}

.dropdown .opener {
	text-align: center;
	display: inline-block;
	padding: 12px 19px 11px 29px;
}

.dropdown .opener:after {
	position: static;
	display: inline-block;
	margin: 0 0 2px 15px;
}

.dropdown .opener.grey {
	background: #abb9bf;
}

.dropdown:hover .opener {
	border: none;
	background: #dbf1ff;
	color: #12335c;
	border-radius: 0;
}

.dropdown:hover .opener:after {
	background-position: -482px -5px;
}

.dropdown .drop {
	width: 204px;
	left: auto;
	right: 0;
	border-top: none;
	background-color: #dbf1ff;
	box-shadow: -3px 2px 0 rgba(21, 95, 151, .15);
}

.more {
	width: 29px;
	height: 34px;
	overflow: hidden;
	border-radius: 2px;
	background-color: #aab9bf;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 29px;
	line-height: 34px;
	text-decoration: none;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-transition: width .25s ease-in;
	transition: width .25s ease-in;
}

.more:before {
	content: "";
	position: absolute;
	right: 0;
	width: 20px;
	height: 20px;
	background: #aab9bf;
	top: 7px;
}

.more:after {
	position: absolute;
	background: url("library/images/sprite.png") no-repeat -78px -28px;
	width: 7px;
	height: 10px;
	content: "";
	right: 10px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.more:hover {
	background-color: #7e959e;
	width: 96px;
	padding: 0 21px 0 16px;
	text-decoration: none;
}

.more:hover:before {
	background-color: #7e959e;
}

.btn-share {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: -9999px;
	background: url("library/images/sprite.png") no-repeat -453px 3px;
	width: 25px;
	height: 26px;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	background-color: #fff;
	margin: 0 0 15px;
	text-align: left;
}

.btn-share:hover {
	border-color: #bababa;
}

.btn-play {
	border: 2px solid #fff;
	border-radius: 37px;
	background-color: rgba(0, 0, 0, .41);
	width: 73px;
	height: 73px;
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.btn-play:hover {
	background: rgba(0, 0, 0, .7);
}

.btn-play:after {
	content: "";
	background: url("library/images/sprite.png") no-repeat -205px -105px;
	width: 19px;
	height: 22px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	top: 2px;
	left: 3px;
}

.paging ul {
	font-size: 0;
	letter-spacing: -4px;
}

.paging ul li {
	font-size: 13px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.paging li {
	margin: 0 7px 14px 0;
}

.paging a {
	display: block;
	width: 44px;
	height: 44px;
	padding: 12px 4px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #dee0e1;
	border-radius: 2px;
}

.paging a:hover {
	background: #4bb1ff;
}

.paging .btn.btn-blue {
	padding: 13px 22px 12px;
	min-width: 142px;
	width: auto;
}

.paging .btn.btn-blue:after {
	margin-top: 10px;
}

.wp-pagenavi {
	margin: 30px 20px;
}

.wp-pagenavi a {
	display: inline-block;
	margin: 0 7px 14px 0;
	width: 44px;
	height: 44px;
	padding: 12px 4px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	background: #dee0e1;
	border-radius: 2px;
}

.wp-pagenavi a:hover {
	background: #4bb1ff;
}

.wp-pagenavi .btn.btn-blue, .wp-pagenavi .nextpostslink {
	float: left;
	padding: 13px 22px 12px;
	min-width: 142px;
	width: auto;
}

.wp-pagenavi .btn.btn-blue:after, .wp-pagenavi .nextpostslink:after {
	margin-top: 10px;
}

.wp-pagenavi .current {
	display: none;
}

#content,
#contents {
	overflow: hidden;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}

#content .article ol {
	padding: 0 0 0 40px;
	margin: 1em 0 1em 0;
}

.trending {
	width: 36.6%;
	padding: 14px 21px;
	float: left;
}

.meta {
	padding: 5px 29px 6px 0;
	color: #acacac;
	font: italic 400 12px/15px "Sanchez", arial, sans-serif;
}

.meta a {
	color: #1dadff;
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

.t-news,
.promotion,
.featured-news,
.media {
	margin-bottom: 11px;
	background: #fff;
}

.t-news .img,
.promotion .img,
.featured-news .img,
.media .img {
	position: relative;
}

.t-news .img img,
.promotion .img img,
.featured-news .img img,
.media .img img {
	max-width: 100%;
	vertical-align: top;
}

.t-news h2,
.promotion h2,
.featured-news h2,
.media h2 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 300;
	color: #000;
	margin-bottom: 10px;
}

.t-news h2 a,
.promotion h2 a,
.featured-news h2 a,
.media h2 a {
	color: #000;
	text-decoration: none;
}

.t-news h2 a:hover,
.promotion h2 a:hover,
.featured-news h2 a:hover,
.media h2 a:hover {
	color: #4bb1ff;
}

.t-news .btn-share,
.promotion .btn-share,
.featured-news .btn-share,
.media .btn-share {
	float: right;
	margin: -6px -33px 0 0;
}

.t-news .body,
.promotion .body,
.featured-news .body,
.media .body {
	padding: 14px 4px;
}

.promotion {
	color: #4c4c4c;
}

.promotion h2 {
	font-size: 20px;
	margin-bottom: 2px;
	font-weight: 400;
}

.promotion p {
	margin-bottom: 10px;
}

.promotion .by {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	text-transform: uppercase;
	color: #4bb1ff;
	font-weight: 700;
}

.promotion .body {
	padding: 8px 2px 23px;
}

.featured-news {
	background: #fff;
	font: 400 15px/23px "Source Sans Pro", arial, sans-serif;
	color: #4c4c4c;
	margin-bottom: 27px;
}

.featured-news .img {
	position: relative;
}

.featured-news .tag {
	position: absolute;
	width: 53px;
	height: 52px;
	right: 20px;
	top: 20px;
}

.featured-news .body {
	padding: 20px 30px 4px;
	min-height: 189px;
}

.featured-news h2 {
	font-size: 36px;
	line-height: 42px;
	color: #383838;
	font-weight: 400;
}

.featured-news h2 a {
	color: #383838;
}

.featured-news-wrap {
	overflow: hidden;
	background: #dee0e1;
	padding: 15px 31px 54px 34px;
	width: auto !important;
}

.featured-news-wrap header {
	margin: 0 -16px 10px 0;
}

.featured-news-wrap .link-change {
	float: right;
	font: 400 9px/18px "Oswald", arial, sans-serif;
	color: #363434;
	text-transform: uppercase;
}

.featured-news-wrap .link-change:after {
	content: "";
	float: right;
	margin-left: 7px;
	background: url("library/images/sprite.png") no-repeat -424px -1px;
	width: 17px;
	height: 18px;
}

.tabset {
	display: table;
	table-layout: fixed;
	display: none;
}

.tabset li {
	display: table-cell;
	vertical-align: top;
	width: 1%;
}

.tabset li a:hover,
.tabset li.active a {
	background: #fff;
}

.tabset a {
	display: block;
	margin-bottom: 0 !important;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	color: #363434;
	background: #dee0e1;
	height: 37px;
}

.tabset .block-title.ico-clock:before {
	margin-top: 1px;
}

.tabset .block-title.ico-trend:before {
	margin-top: -2px;
}

.tabset .block-title.ico-star:before {
	margin-top: 1px;
}

.twocolumns {
	display: table;
	table-layout: fixed;
	width: 100%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	margin: 9px 0 30px;
}

.twocolumns.add {
	display: block;
	background: none;
	border: none;
	margin-top: 0;
	overflow: hidden;
	position: relative;
}

.twocolumns.add #sidebar {
	float: left;
	display: block;
	width: 324px;
	margin-left: -100%;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 0;
	position: relative;
}

.twocolumns.add #content {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}

.twocolumns #content {
	display: table-cell;
	vertical-align: top;
	border: none;
	background: none;
}

.twocolumns #sidebar {
	display: table-cell;
	vertical-align: top;
	width: 391px;
	background: #dee0e1;
	padding: 18px 20px 34px;
	position: relative;
}

.twocolumns #sidebar .btn-wrap {
	position: static;
}

.twocolumns .t-news {
	margin-bottom: 30px;
}

.twocolumns .t-news .body {
	padding: 14px 24px;
	min-height: 139px;
}

.twocolumns .advert {
	margin-bottom: 35px;
}

.twocolumns #sidebar .t-news {
	margin-bottom: 10px;
}

.twocolumns #sidebar .t-news div[instance-id] {
	height: 0;
}

.twocolumns #sidebar .t-news h2 {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 18px;
}

.twocolumns #sidebar .t-news .body {
	min-height: 80px;
	padding: 8px 16px;
}

.twocolumns #sidebar .advert {
	margin-bottom: 10px;
}

.content {
	font: 400 16px/28px "Source Sans Pro", arial, sans-serif;
	padding-bottom: 20px;
}

.content .heading {
	padding: 20px 48px 18px 58px;
	border-bottom: 1px solid #ececec;
}

.content .heading h1 {
	float: left;
	max-width: 50%;
	margin: 0 10px 0 0;
}

.content .heading .social-networks {
	text-align: right;
	overflow: hidden;
}

.content .heading .title {
	float: none;
	max-width: 100%;
	clear: both;
	margin: 0 0 0 -7px;
	line-height: 56px;
	padding: 8px 0 24px;
}

.content .meta-info {
	margin-left: -5px;
}

.content .author-info {
	float: left;
	width: 40%;
}

.content .author-info .author-img {
	float: left;
	width: 54px;
	border-radius: 3px;
	overflow: hidden;
}

.content .author-info .author-img img {
	width: 100%;
	height: auto;
}

.content .author-info .info {
	overflow: hidden;
	padding: 8px 12px;
	font: italic 14px/16px "Sanchez", arial, sans-serif;
	color: #acacac;
}

.content .author-info .info time {
	display: block;
	margin-bottom: 4px;
}

.content .author-info .info .author {
	display: block;
}

.content .author-info .info .author a {
	font-style: normal;
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.content .content-body {
	padding: 48px 77px 32px 85px;
}

.content .footer-infos {
	text-align: center;
	font-size: 13px;
	color: #acacac;
}

.content .footer-infos .center {
	margin-bottom: 47px;
	padding: 0 64px;
}

.content .footer-infos p {
	margin-bottom: 8px;
}

.content .social-wrap {
	text-align: right;
	padding: 0 85px 20px 78px;
	overflow: hidden;
}

.content .social-wrap .btn {
	float: left;
}

.content .social-wrap img {
	margin-top: 9px;
}

.content .social-wrap.inside {
	padding-left: 0;
	padding-right: 14px;
	margin-top: -3px;
	padding-bottom: 0;
}

.content .social-wrap.inside img {
	margin-top: 15px;
}

@media screen and (max-width: 568px) {
	.content .social-wrap .mashsb-buttons .mash-large {
		padding: 13px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

.content .img-banner img {
	width: 100%;
}

.content .article-wrap {
	padding: 21px 75px 0 83px;
}

.content .article-wrap .article {
	padding-bottom: 0;
}

.content .article-wrap .article p {
	margin-bottom: 20px;
}

.content .article-wrap .article h3 {
	line-height: 32px;
	margin-bottom: 21px;
}

.content .article-wrap .article .num-title {
	margin-bottom: 14px;
}

.content .article-wrap .img-wide {
	margin: -35px -75px 16px -83px;
}

.content .article-wrap .img-wide .img-caption {
	padding: 8px 83px;
}

.content .article-wrap .img-wide img {
	width: 100%;
}

.content .article-wrap .wp-caption {
	max-width: 100%;
}

.content .article-wrap .wp-caption-text {
	padding: 8px 10px;
}

.content .article {
	padding: 0 0 59px;
}

.content .article h2 {
	font-size: 30px;
	line-height: 32px;
}

.content .article p {
	margin-bottom: 18px;
}

.content .article.txt-small {
	font: 15px/21px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #4c4c4c;
	padding: 0 0 14px;
}

.content .article .align-left {
	float: left;
	margin: 8px 28px 10px 0;
	margin-left: -4px;
	max-width: 45%;
}

.content .article .text {
	padding: 4px 0 12px;
}

.content .article .num-title {
	overflow: hidden;
	padding-left: 22px;
	text-indent: -22px;
}

.content .article .img-caption {
	display: block;
	font: italic 13px/15px "Sanchez", arial, sans-serif;
	color: #9e9e9e;
	padding: 3px 0;
}

.content .subtitle {
	color: #3c95e8;
	font-size: 22px;
	margin-bottom: 29px;
}

.content p {
	margin-bottom: 27px;
}

.content .contact-infos {
	margin-bottom: 20px;
}

.content.events .content-body {
	padding-bottom: 15px;
}

.content.events p {
	margin-bottom: 13px;
}

.content.events .article-txt {
	padding-bottom: 34px;
}

.content .media-list {
	padding: 36px 63px;
	letter-spacing: -4px;
	font-size: 0;
}

.content h4 {
	font: 13px/16px "Oswald", arial, sans-serif;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.members {
	text-align: center;
	font-size: 0;
	letter-spacing: -4px;
	margin: 0 -32px;
}

.members li {
	font-size: 13px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.members li {
	width: 32%;
	min-width: 295px;
	min-height: 276px;
	margin: 0 2px 2px;
	position: relative;
}

.members img {
	width: 100%;
}

.members a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-decoration: none;
	background: rgba(17, 17, 17, .6);
	min-height: 276px;
	white-space: nowrap;
}

.members a:after {
	content: "";
	display: inline-block;
	height: 276px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: bottom;
}

.members a .caption {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.members a:hover {
	background: rgba(17, 17, 17, 0);
}

.members a:hover .caption {
	display: none;
}

.members .caption {
	padding: 20px 5px 37px;
	text-transform: capitalize;
}

.members .caption span {
	display: block;
}

.members .name {
	font: 300 22px/26px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #eee;
}

.members .post {
	font-family: "Source Sans Pro", arial, sans-serif;
	font-style: italic;
	line-height: 15px;
}

.btn-wrap .btn {
	display: block;
}

.contact-infos {
	margin-bottom: 5px;
}

.contact-infos h3 {
	margin-bottom: 10px;
}

.contact-infos address {
	font-style: normal;
}

.contact-infos address+address {
	margin-top: 12px;
}

.contact-infos .name {
	display: block;
}

.short-info {
	font-size: 13px;
	line-height: 17px;
}

.short-info .title {
	color: #acacac;
	font-style: italic;
}

.short-info .val {
	font-weight: 700;
	text-transform: uppercase;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}

.contact-form fieldset {
	padding-top: 6px;
}

.contact-form .row {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.contact-form .row .col {
	display: table-cell;
}

.contact-form .row .col {
	vertical-align: top;
}

.contact-form .row .col:first-child {
	width: 187px;
	padding: 0 10px 0 0;
}

.contact-form label,
.contact-form .label {
	font: 400 25px/26px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #000;
	display: inline-block;
	vertical-align: top;
}

.contact-form .required {
	color: #1dadff;
	display: block;
	font: 700 12px/15px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.contact-form .check-list {
	padding-bottom: 19px;
}

.contact-form .check-list ul {
	font-size: 0;
	letter-spacing: -4px;
}

.contact-form .check-list ul li {
	font-size: 18px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.contact-form .check-list li {
	width: 29.5%;
	padding: 0 8px 0 46px;
	margin-bottom: 8px;
}

.contact-form .check-list li:nth-child(2) {
	width: 34%;
}

.contact-form .check-list li:first-child {
	width: 36.5%;
}

.contact-form .check-list label {
	line-height: 20px;
	font-size: 18px;
	vertical-align: middle;
}

.contact-form .check-list .jcf-checkbox {
	float: left;
	margin: -2px 0 0 -46px;
}

.event-head {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	margin-bottom: 30px;
}

.event-head .tc {
	display: table-cell;
}

.event-head .tc {
	padding: 17px 14px 0 24px;
	vertical-align: top;
}

.event-head .tc.tc1 {
	width: 147px;
	padding: 0;
}

.event-head h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 19px;
}

.event-head .bottom {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
}

.event-head .bottom .col {
	overflow: hidden;
	text-align: right;
}

.event-head .bottom .col:first-child {
	float: left;
	text-align: left;
	padding-right: 10px;
	max-width: 60%;
}

.date {
	display: block;
	min-height: 121px;
	overflow: hidden;
	background: #f2f3f3;
	font-size: 29px;
	line-height: 25px;
	font-weight: 700;
	color: #1dadff;
	padding: 34px 23px;
	text-transform: uppercase;
}

.organizer {
	display: block;
	font-family: "Sanchez", arial, sans-serif;
	font-style: italic;
	font-size: 14px;
	color: #acacac;
}

.organizer a {
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #1dadff;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.location,
.posted-date {
	display: inline-block;
	font-style: normal;
	color: #363434;
	font-weight: 400;
	vertical-align: top;
	text-transform: uppercase;
	font-family: "Oswald", arial, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.location:before,
.posted-date:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 9px;
	background: url("library/images/sprite.png") no-repeat -335px -25px;
	width: 16px;
	height: 20px;
}

.posted-date {
	color: #94a6ae;
	margin-left: 20px;
}

.posted-date:before {
	background-position: -358px -26px;
	width: 20px;
	height: 16px;
	margin-top: 3px;
}

.wide-block .heading {
	display: table;
	table-layout: fixed;
	width: 100%;
	max-width: 1308px;
	padding: 15px 10px 4px;
	margin: 0 auto;
	color: #8f9fa6;
	font-size: 16px;
	line-height: 18px;
}

.wide-block .heading .col {
	display: table-cell;
}

.wide-block .heading .col {
	vertical-align: middle;
	text-align: right;
}

.wide-block .heading .col:first-child {
	width: 48%;
	text-align: left;
}

.wide-block .heading .col.add {
	width: 60%;
}

.wide-block .heading .col-last {
	width: 49%;
	text-align: right;
}

.wide-block .heading h1 {
	margin-bottom: 0;
}

.wide-block .jcf-select.jcf-select-blue {
	min-width: 204px;
	max-width: 206px;
}

.find-contributer {
	display: inline-block;
	vertical-align: middle;
	min-width: 401px;
	padding-right: 20px;
	margin: 0 13px 10px 0;
	border-right: 1px solid #dee1e4;
}

.find-contributer .subtitle {
	font: 400 14px/17px "Oswald", arial, sans-serif;
	text-transform: uppercase;
	margin: 11px 10px 11px 0;
	float: left;
	color: #363434;
}

.find-contributer .subtitle:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin: -1px 9px 1px 5px;
	background: url("library/images/sprite.png") no-repeat -435px -93px;
	width: 19px;
	height: 19px;
}

.find-contributer ul {
	overflow: hidden;
	margin-bottom: -5px;
}

.find-contributer ul li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

.find-contributer ul li.active a,
.find-contributer ul li a:hover {
	background: #819197;
	color: #fff;
}

.find-contributer ul a {
	width: 48px;
	height: 41px;
	display: block;
	border: 1px solid #e8e8e8;
	border-radius: 3px;
	background-color: #fff;
	font-size: 13px;
	line-height: 39px;
	padding: 0 4px;
	text-align: center;
	text-transform: uppercase;
	color: #819197;
	font-weight: 700;
	text-decoration: none;
}

.partners-list {
	font-size: 0;
	letter-spacing: -4px;
	max-width: 1779px;
	margin: 0 auto 30px;
}

.partners-list li {
	font-size: 16px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.partners-list li {
	padding: 0 4px 10px;
}

.partners-list a {
	width: 285px;
	display: block;
	text-align: center;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	min-height: 286px;
	white-space: nowrap;
	text-decoration: none;
}

.partners-list a:after {
	content: "";
	display: inline-block;
	height: 286px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.partners-list a .center {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 90%;
}

.partners-list a:hover {
	border-color: #c2c2c2;
}

.partner-popup a.partner-popup-link {
	width: 321px;
	display: block;
	text-align: center;
	background-color: #fff;
	min-height: 273px;
	white-space: nowrap;
	text-decoration: none;
	max-width: 100%;
}

.partner-popup a.partner-popup-link:after {
	content: "";
	display: inline-block;
	height: 273px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.partner-popup a.partner-popup-link .center {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	max-width: 90%;
}

.vendor-logo a.vendor-logo-link {
	position: relative;
	left: -33px;
	width: 284px;
	display: block;
	text-align: center;
	background-color: #fff;
	min-height: 243px;
	white-space: nowrap;
	text-decoration: none;
}

.vendor-logo a.vendor-logo-link:after {
	content: "";
	display: inline-block;
	height: 243px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.vendor-logo a.vendor-logo-link .center {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.contributors {
	text-align: center;
	margin-bottom: 30px;
	padding-right: 5px;
}

.contributors li {
	width: 270px;
	height: 270px;
	overflow: hidden;
	position: relative;
	background: #000;
	margin-right: -5px;
	display: inline-block;
	vertical-align: top;
}

.contributors li:hover .hover {
	display: none;
}

.contributors li.new-post {
	position: relative;
}

.contributors li.new-post:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 77px;
	height: 77px;
	background: url(library/images/tag-new-post.png) no-repeat;
}

.contributors img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.contributors .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 35px 10px;
	background: rgba(17, 17, 17, .75);
	min-height: 224px;
	white-space: nowrap;
}

.contributors .hover:after {
	content: "";
	display: inline-block;
	height: 224px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: bottom;
}

.contributors .hover .bottom {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
}

.contributors h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 0;
}

.contributors .post {
	font-family: "Source Sans Pro", arial, sans-serif;
	color: #acacac;
	display: block;
	line-height: 19px;
}

.contributors .company {
	display: block;
	color: #1dadff;
	font-weight: 700;
	text-transform: uppercase;
}

.podcasts {
	text-align: center;
	margin-bottom: 30px;
	padding-right: 5px;
}

.podcasts li {
	width: 375px;
	height: 211px;
	overflow: hidden;
	position: relative;
	background: #000;
	margin-right: 8px;
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.podcasts li:hover .hover {
	display: none;
}

.podcasts li.new-post {
	position: relative;
}

.podcasts li.new-post:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 77px;
	height: 77px;
	background: url(library/images/tag-new-post.png) no-repeat;
}

.podcasts img {
	vertical-align: top;
	width: 100%;
	height: 100%;
}

.podcasts .hover {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	padding: 35px 10px;
	background: rgba(17, 17, 17, .75);
	min-height: 211px;
	white-space: nowrap;
}

.podcasts .hover:after {
	content: "";
	display: inline-block;
	height: 211px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: bottom;
}

.podcasts .hover .bottom {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	bottom: 20px;
	left: 5%;
	width: 90%;
	position: absolute;
}

.podcasts h2 {
	color: #fff;
	text-transform: capitalize;
	font-size: 25px;
	line-height: 25px;
	font-weight: 300;
	margin-bottom: 0;
}

.podcasts .post {
	font-family: "Source Sans Pro", arial, sans-serif;
	color: #acacac;
	display: block;
	line-height: 19px;
}

.podcasts .company {
	display: block;
	color: #1dadff;
	font-weight: 700;
	text-transform: uppercase;
}

.podcast-buttons {
	float: right;
	position: relative;
	top: -40px;
}

@media screen and (max-width: 1140px) {
	.podcast-buttons {
		float: none;
		margin: 15px auto 0;
		text-align: center;
		top: 0;
	}
}

@media screen and (max-width: 475px) {
	.podcast-buttons a {
		display: block;
		margin: 15px auto 0;
		text-align: center;
	}
}

.event-block {
	padding: 20px 60px 20px 53px;
}

.event-block h1 {
	margin-bottom: 5px;
}

.event-block .heading {
	font-size: 16px;
	color: #8f9fa6;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-left: 4px;
	margin-bottom: 22px;
}

.event-block .heading .tc {
	display: table-cell;
}

.event-block .heading .tc {
	vertical-align: top;
}

.event-block .heading .tc:last-child {
	text-align: right;
	padding: 13px 0 0 10px;
}

.event-block .heading p {
	margin: 0 0 15px 4px;
}

.event-block .heading .btn-share {
	margin-bottom: 0;
}

.event-block .event-list {
	padding-bottom: 16px;
}

.event-block .advert {
	max-width: 785px;
	margin-bottom: 22px;
	padding-top: 5px;
}

.event-block .dropdown {
	margin-top: 15px;
}

.event-block.job-block .dropdown .opener {
	padding: 12px 16px 11px;
	min-width: 152px;
}

.event-block.job-block .event {
	padding: 31px 12px 33px 44px;
	background: #fff;
	margin-bottom: 15px;
}

.event-block.job-block .event.featured {
	background: #6fc4ff;
}

.event-block.job-block .event.featured.partner {
	background: #dbf1ff;
}

.event-block.job-block .event .location,
.event-block.job-block .event .posted-date {
	margin-bottom: 3px;
}

.event-block.job-block .event .location:before,
.event-block.job-block .event .posted-date:before {
	margin-right: 13px;
}

.event-block.job-block .event .posted-date:before {
	margin-right: 8px;
}

.event-block.job-block .event .t .tc:last-child {
	width: 164px;
}

.event-block.press-block .heading {
	margin-bottom: 9px;
}

.event-block.press-block .heading .tc {
	text-align: left;
}

.event-block.press-block .event-list {
	border-top: 1px solid #ececec;
	margin: 0 -60px 0 -53px;
	padding-bottom: 32px;
}

.event-block.press-block .event-list article {
	padding: 34px 26px 30px 61px;
}

.event-block .event .more-detail {
	color: #1dadff;
}

.event {
	border: 1px solid #e0e0e0;
	overflow: hidden;
	background: #f2f3f3;
	margin-bottom: 17px;
	position: relative;
}

.event.featured,
.event.light-blue {
	background: #6fc4ff;
}

.event.featured h2,
.event.light-blue h2 {
	color: #fff;
}

.event.featured h2 a,
.event.light-blue h2 a {
	color: #fff;
}

.event.featured .location,
.event.featured .posted-date,
.event.light-blue .location,
.event.light-blue .posted-date {
	color: #fff;
}

.event.featured.partner h2 {
	color: #2175c2;
}

.event.featured.partner h2 a {
	color: #2175c2;
}

.event.featured.partner .location,
.event.featured.partner .posted-date {
	color: #2175c2;
}

.event.featured .location:before,
.event.featured .posted-date:before,
.event.light-blue .location:before,
.event.light-blue .posted-date:before {
	background-position: -446px -57px;
}

.event.featured .posted-date,
.event.light-blue .posted-date {
	color: #2175c2;
}

.event.featured .posted-date:before,
.event.light-blue .posted-date:before {
	background-position: -471px -59px;
}

.event.featured .t .tc:last-child:before,
.event.light-blue .t .tc:last-child:before {
	background: #4bb1ff;
}

.event.featured .more,
.event.light-blue .more {
	background: #2175c2;
}

.event.featured .more:before,
.event.light-blue .more:before {
	background: #2175c2;
}

.event.featured .more-detail,
.event.light-blue .more-detail {
	color: #2175c2;
}

.event.light-blue {
	background: #dbf1ff !important;
	border-color: #c8e9fd;
}

.event.light-blue h2 {
	color: #11335c;
}

.event.light-blue h2 a {
	color: #11335c;
}

.event.light-blue .location,
.event.light-blue .posted-date {
	color: #11335b;
}

.event.light-blue .posted-date {
	color: #4bb1ff;
}

.event .body {
	background: #fff;
	overflow: hidden;
	padding: 32px 20px;
	min-height: 122px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.event .date {
	width: 147px;
	display: table-cell;
	vertical-align: middle;
}

.event h2 {
	font-size: 30px;
	line-height: 32px;
	margin: 0 18px 7px 0;
}

.event h2 a {
	color: #383838;
}

.event .t {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.event .t .tc {
	display: table-cell;
}

.event .t .tc {
	vertical-align: top;
	padding-right: 10px;
}

.event .t .tc:last-child {
	width: 158px;
	padding: 7px 0 0 16px;
	position: relative;
}

.event .t .tc:last-child:before {
	content: "";
	position: absolute;
	top: 0;
	height: 52px;
	left: 0;
	width: 1px;
	background: #ececec;
}

.event .posted-date {
	margin-left: 0;
}

.event .more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.event .more-detail {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	font-weight: 700;
	color: #1dadff;
}

.news {
	display: table;
	table-layout: fixed;
	width: 100%;
	font: 400 15px/23px "Source Sans Pro", arial, sans-serif;
	color: #4c4c4c;
	border-bottom: 1px solid #ececec;
	padding: 13px 26px 13px 61px;
}

.news .col {
	display: table-cell;
}

.news .col {
	padding: 6px 0 11px 31px;
	vertical-align: middle;
}

.news .col:first-child {
	width: 164px;
	padding: 0;
}

.news .img {
	border: 1px solid #e8e8e8;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}

.news time {
	display: block;
	color: #acacac;
	font-style: italic;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 8px;
}

.news h2 {
	font-size: 30px;
	line-height: 32px;
	color: #383838;
	margin-bottom: 10px;
}

.news h2 a {
	color: #383838;
}

.news p {
	margin-bottom: 0;
}

.media {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 0;
	width: 49.7%;
	padding: 0 23px 4px;
}

.media .body {
	padding: 10px 3px;
	min-height: 145px;
}

.media .video {
	position: relative;
	overflow: hidden;
}

.media .img {
	left: 50%;
	min-width: 300px;
	position: relative;
	width: 100%;
}

.media .img img {
	height: auto;
	left: -50%;
	position: relative;
	width: 100%;
}

.media time {
	margin-right: 12px;
}

.sidebar-body {
	padding: 21px 21px 40px 35px;
	border-top: 1px solid #ececec;
	font-size: 15px;
	line-height: 19px;
	color: #4c4c4c;
}

.banner {
	position: relative;
	max-width: 321px;
	margin: 0 auto;
}

.banner .link-add {
	position: absolute;
	right: 9px;
	bottom: 7px;
	width: 25px;
	height: 26px;
	border: 1px solid #f2f4f6;
	border-radius: 4px;
	text-decoration: none;
	line-height: 23px;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

.banner .link-add:hover {
	color: #000;
	border-color: #000;
}

.contact-info {
	padding-bottom: 6px;
}

.contact-info h2 {
	font: 400 14px/16px "Oswald", arial, sans-serif;
	text-transform: uppercase;
	color: #363434;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.contact-info h2.name {
	font: 400 25px/25px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	text-transform: capitalize;
	margin-bottom: 13px;
}

.contact-info .address,
.contact-info .post {
	font-size: 16px;
	line-height: 18px;
	color: #3d3d3d;
	margin-bottom: 10px;
	font-style: normal;
}

.contact-info .post {
	display: block;
	max-width: 224px;
	margin-bottom: 15px;
}

.contact-info .short-info {
	margin-bottom: 25px;
}

.promo h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	color: #000;
	margin-bottom: 8px;
}

.promo h2 a {
	color: #000;
}

.promo ul {
	margin-bottom: 36px;
}

.promo ul li:before {
	content: "•";
	margin-right: 5px;
}

.promo .btn {
	display: block;
}

.promo .btn:after {
	content: "";
	position: absolute;
	margin: 0;
}

.tablink-wrap {
	overflow: hidden;
	text-align: right;
	position: absolute;
	right: 15px;
	top: 13px;
	z-index: 70;
}

.panel {
	margin-left: 345px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	min-height: 400px;
}

.panel .panel-head {
	background: #dee0e1;
	border-bottom: 1px solid #e8e8e8;
	padding: 13px 19px 15px;
	position: relative;
	z-index: 10;
	min-height: 66px;
}

.panel .panel-head:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 6px 0;
	border-color: #dee0e1 transparent transparent;
	top: 100%;
	left: 44px;
}

.panel .panel-head .dropdown {
	float: right;
}

.panel h1 {
	float: left;
	margin: 10px 10px 7px 0;
	letter-spacing: 0;
	max-width: 40%;
}

.panel h1.block-title {
	padding-left: 24px;
}

.panel h1.block-title.ico-clock:before {
	left: 0;
}

.panel .event {
	margin-bottom: 0;
	border-width: 1px 0 0;
	padding: 16px;
	background: #fff;
}

.panel .event:first-child {
	border-top: none;
}

.panel .event p {
	margin-bottom: 0;
}

.panel .event .date {
	display: table-cell;
	float: none;
	vertical-align: middle;
}

.panel .event .body {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 25px;
}

.panel .event .t .tc {
	vertical-align: middle;
}

.panel .event .t .tc:last-child {
	width: 169px;
	padding-top: 4px;
}

.panel .event .t .tc:last-child:before {
	display: none;
}

.panel .event .t .meta-wrap {
	min-height: 52px;
	position: relative;
}

.panel .event .t .meta-wrap:before {
	content: "";
	border-left: 1px solid #ececec;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -16px;
}

.panel .news {
	padding: 8px 10px;
}

.panel .news:last-child {
	border-bottom: none;
}

.panel .news .col {
	padding: 7px 0 8px 40px;
}

.panel .news .col:first-child {
	width: 226px;
	padding: 0;
}

.panel .news time {
	display: inline;
}

.panel .news .img {
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}

.panel .news .img img {
	max-width: 100%;
}

.panel #jobs .event {
	min-height: 135px;
	padding: 34px 35px 23px 49px;
}

.panel #jobs .event h2 {
	margin-bottom: 13px;
}

.panel .btn-wrap {
	margin-bottom: -1px;
}

.panel .btn-wrap .btn {
	border-radius: 0;
	background: #d1d9de;
}

.panel .btn-wrap .btn:hover {
	background: #a4b4be;
}

.panel .btn-wrap .btn:after {
	position: static;
	display: inline-block;
	margin: 8px 0 0 10px;
	vertical-align: top;
}

.panel .tab-inner {
	padding: 10px 0;
}

.panel .location,
.panel .posted-date {
	margin-bottom: 7px;
}

.panel .posted-date {
	margin-bottom: 0;
}

.tablink {
	font-weight: 700;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: right;
	border: 1px solid #dbdada;
	border-radius: 6px;
	display: inline-block;
	overflow: hidden;
}

.tablink li {
	float: left;
}

.tablink li+li {
	border-left: 1px solid #d7d6d6;
}

.tablink li.active a,
.tablink li a:hover {
	color: #fff;
	background: #4bb1ff;
}

.tablink li.active a.ico-briefcase:before,
.tablink li a:hover.ico-briefcase:before {
	background-position: -235px -26px;
}

.tablink li.active a.ico-calendar:before,
.tablink li a:hover.ico-calendar:before {
	background-position: -275px -26px;
}

.tablink li.active a.ico-paper:before,
.tablink li a:hover.ico-paper:before {
	background-position: -313px -26px;
}

.tablink li.active a.ico-media:before,
.tablink li a:hover.ico-media:before {
	background-position: -477px -119px;
}

.tablink li.active a.ico-clock:before,
.tablink li a:hover.ico-clock:before {
	background-position: -193px -26px;
}

.tablink a {
	display: block;
	padding: 11px 20px 8px;
	color: #55606a;
	background: #fff;
	text-decoration: none;
	min-height: 35px;
}

.tablink a:before {
	content: "";
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	background: url("library/images/sprite.png") no-repeat -215px -28px;
	width: 16px;
	height: 16px;
}

@media only screen and (max-width: 355px) {
	.tablink a {
		padding: 12px 13px 11px !important;
		min-height: 39px;
	}

	.tablink a:before {
		margin-right: 0px;
		width: 0;
	}
}

.tablink .ico-briefcase:before {
	background-position: -215px -26px;
}

.tablink .ico-calendar:before {
	background-position: -257px -26px;
}

.tablink .ico-paper:before {
	background-position: -292px -26px;
}

.tablink .ico-media:before {
	background-position: -457px -119px;
}

.tablink .ico-clock:before {
	margin-top: -1px;
	background-position: -471px -93px;
}

#press .news {
	padding: 34px 36px 30px;
}

.contributor-details {
	border: 1px solid #e0e0e0;
	font: 15px/21px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #4c4c4c;
	margin: 0 13px 21px 0;
	position: relative;
}

.contributor-details .img {
	display: inline-block;
	vertical-align: middle;
	width: 20.7%;
	margin: -1px 0 0 -1px;
}

.contributor-details .img a:hover {
	opacity: .85;
}

.contributor-details .details {
	width: 78%;
	display: inline-block;
	vertical-align: middle;
	padding: 5px 27px 11px;
}

.contributor-details p {
	margin: 0 0 12px;
}

.contributor-details .name {
	display: block;
	line-height: 30px;
	margin: 0 0 9px;
}

.contributor-details .name a {
	color: #000;
}

.contributor-details .source {
	display: block;
	color: #acacac;
	font: italic 13px/15px "Sanchez", arial, sans-serif;
}

.contributor-details .source a {
	font-style: normal;
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.contributor-details .more {
	position: absolute;
	bottom: -1px;
	right: 0;
}

.related-articles {
	padding: 62px 90px 32px 83px;
	overflow: hidden;
}

.related-articles.add {
	padding-top: 20px;
}

.related-articles h4 {
	color: #363434;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.related-articles .trending {
	float: none;
	width: 100%;
	padding: 36px 0 3px;
	overflow: hidden;
	border-top: 1px solid #ececec;
}

.related-articles .article-holder {
	overflow: hidden;
	margin: 0 -13px;
}

.related-articles .t-news {
	float: left;
	width: 33.33%;
	padding: 0 13px;
}

.related-articles .t-news .body {
	padding: 9px 0;
	min-height: 0;
}

.related-articles .t-news .meta {
	padding: 5px 0;
}

.related-articles .t-news h2 {
	font-size: 20px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 0;
}

.related-articles .t-news h2 a {
	color: #435157;
}

.related-articles .t-news h2 a:hover {
	color: #1dadff;
}

.comment-block {
	padding: 42px 0 29px;
	border-top: 1px solid #ececec;
}

.comment-block h4 {
	margin: 0 0 22px;
}

.comment-block .discuss-placeholder {
	margin: 0 -6px;
}

.homepage-news {
	padding: 57px 0;
}

.homepage-news h3 {
	margin: 0 0 14px;
	line-height: 30px;
	font-weight: 300;
	padding: 0 8px;
}

.homepage-news .news-wrap {
	margin: 0 -10px;
}

.vendor-list {
	font-size: 0;
	letter-spacing: -4px;
	max-width: 1779px;
	margin: 0 auto 70px;
}

.vendor-list li {
	font-size: 16px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.vendor-list li {
	padding: 0 4px 7px;
}

.vendor-list .vendor-article {
	width: 286px;
	display: block;
	text-align: center;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	padding: 0px 20px 68px 33px;
	position: relative;
}

.vendor-list .img-wrap {
	min-height: 149px;
	white-space: nowrap;
	margin-bottom: 8px;
	padding: 0px 0 0 0;
}

.vendor-list .img-wrap:after {
	content: "";
	display: inline-block;
	height: 149px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.vendor-list .img-wrap .img-frame {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	position: relative;
	left: -33px;
	width: 284px;
}

.vendor-list .img-wrap .img-frame img {
	width: 60%;
}

.vendor-list address {
	font-style: normal;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 7px;
}

.vendor-list .content-wrap {
	text-align: left;
	font-size: 15px;
	line-height: 19px;
	color: #4c4c4c;
}

.vendor-list .content-wrap .text-wrap {
	min-height: 154px;
	padding-bottom: 1px;
}

.vendor-list .content-wrap p {
	margin-bottom: 44px;
}

.vendor-list .web {
	font: italic 13px/18px "Sanchez", arial, sans-serif;
	color: #acacac;
	display: block;
	margin-bottom: 21px;
}

.vendor-list .web a {
	color: #1dadff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	font-style: normal;
}

.vendor-list .btn-blue {
	display: block;
	position: absolute;
	left: 37px;
	right: 33px;
	bottom: 43px;
}

.vendor-list .btn-blue:after {
	position: absolute;
	margin: 0;
	right: 27px;
}

.load {
	text-align: center;
	margin-bottom: 91px;
	font-size: 3em;
	color: #dee0e1;
}

.load .load-ico {
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	background: url(library/images/ajax-loader1.gif) no-repeat;
	background-size: 100%;
	overflow: hidden;
	text-indent: -9999px;
}

#footer {
	background: #e3e8eb;
	border-top: 5px solid #6fc4fd;
	position: relative;
	padding: 96px 0 35px;
	color: #8d97a3;
	font-size: 14px;
	line-height: 22px;
}

#footer .container {
	max-width: 1304px;
}

#footer .btn-top {
	width: 31px;
	height: 29px;
	border-radius: 2px;
	background: #6fc3ff url(library/images/sprite.png) no-repeat -47px -21px;
	position: absolute;
	bottom: 100%;
	right: 10px;
	overflow: hidden;
	text-indent: -9999px;
}

#footer .threecol {
	overflow: hidden;
	border-bottom: 1px solid #c6ccd3;
	margin: 0 -10px 31px;
	padding-bottom: 17px;
}

#footer .threecol .col {
	float: left;
	width: 14.1%;
	padding: 0 10px 25px;
}

#footer .threecol .col:first-child {
	width: 44%;
}

#footer .threecol .col:nth-child(2) {
	width: 41%;
}

#footer .logo {
	margin: 4px 20px 10px 0;
}

#footer .text {
	overflow: hidden;
	color: #9097a0;
	line-height: 18px;
	font-size: 16px;
}

#footer .text .block {
	display: block;
	margin-bottom: 12px;
}

#footer .text .copyright {
	margin-bottom: 18px;
}

#footer .text a {
	color: #4bb1ff;
}

#footer h3 {
	font-size: 25px;
	line-height: 28px;
	font-weight: 300;
	color: #000;
	margin-bottom: 6px;
}

#footer .footer-nav a {
	color: #8c929a;
}

#footer .footer-bottom {
	text-align: center;
	font: italic 12px/15px "Sanchez", arial, sans-serif;
}

#footer .footer-bottom a {
	text-transform: uppercase;
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	font-style: normal;
}

#footer .footer-bottom p {
	margin-bottom: 0;
}

.newsletter-form fieldset {
	max-width: 354px;
}

.newsletter-form .title {
	display: block;
	font-weight: 400;
	margin-bottom: 21px;
	font: italic 13px/23px "Sanchez", arial, sans-serif;
}

.newsletter-form .input-wrap {
	overflow: hidden;
	background: #fff;
}

.newsletter-form .input-wrap input[type="submit"] {
	float: right;
	width: 51px;
	height: 39px;
	background: #4bb1ff;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 5px;
	overflow: hidden;
	margin: 0;
	border: none;
	border-radius: 0 2px 2px 0;
}

.newsletter-form .input-wrap .input {
	overflow: hidden;
}

.newsletter-form .input-wrap input[type="text"],
.newsletter-form .input-wrap input[type="email"] {
	height: 39px;
	line-height: 31px;
	color: #b0b8c2;
	font-weight: 700;
	font-size: 13px;
	border: none;
	padding: 4px 10px;
	width: 100%;
	margin: 0;
	border-radius: 0;
	background: #fff;
	text-transform: uppercase;
}

.newsletter-form .input-wrap input[type="text"]::-webkit-input-placeholder,
.newsletter-form .input-wrap input[type="email"]::-webkit-input-placeholder {
	color: #b0b8c2;
}

.newsletter-form .input-wrap input[type="text"]::-moz-placeholder,
.newsletter-form .input-wrap input[type="email"]::-moz-placeholder {
	opacity: 1;
	color: #b0b8c2;
}

.newsletter-form .input-wrap input[type="text"]:-moz-placeholder,
.newsletter-form .input-wrap input[type="email"]:-moz-placeholder {
	color: #b0b8c2;
}

.newsletter-form .input-wrap input[type="text"]:-ms-input-placeholder,
.newsletter-form .input-wrap input[type="email"]:-ms-input-placeholder {
	color: #b0b8c2;
}

.newsletter-form .input-wrap input[type="text"].placeholder,
.newsletter-form .input-wrap input[type="email"].placeholder {
	color: #b0b8c2;
}

.frm_ajax_loading {
	display: none;
}

.frm_checkbox {
	margin-bottom: 5px;
}

#frm_field_91_container .frm_checkbox {
	display: inline-block;
}

#frm_field_90_container {
	display: table-cell;
	vertical-align: top;
	width: 65%;
}

#frm_field_93_container {
	display: table-cell;
	vertical-align: top;
	/*width:48%;*/
}

#frm_field_93_container label.frm_primary_label {
	visibility: hidden;
}

@media screen and (max-width: 568px) {
	#frm_field_91_container .frm_checkbox {
		display: block;
	}

	#frm_field_90_container {
		display: block;
		width: auto;
	}

	#frm_field_93_container {
		display: block;
	}

	#frm_field_93_container label.frm_primary_label {
		visibility: visible;
		display: none;
	}
}

.frm_opt_container {
	clear: both;
}

.frm_none_container label {
	display: none;
}

@media screen and (min-width: 568px) {

	.frm6 {
		display: inline-block;
		width: 49%;
		vertical-align: top;
	}

	.frm_submit.frm6 {
		padding-left: 10px;
	}

}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(library/images/fancybox/fancybox.png);
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	/* should be 20px */
	z-index: 1101;
	outline: none;
	display: none;
	box-sizing: content-box;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 3px;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0 solid #fafafa;
	/* border-width should be zero */
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(library/images/fancybox/fancybox.png) -40px 0;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

.modal {
	width: 774px;
	position: relative;
	background: #fafafa;
	border-radius: 4px;
}

.modal .close {
	position: absolute;
	top: 24px;
	right: 26px;
	overflow: hidden;
	text-indent: -9999px;
	background: url("library/images/sprite.png") no-repeat -455px -27px;
	width: 16px;
	height: 15px;
}

.modal .close:hover {
	opacity: .7;
}

.modal-head {
	background: #4bb1ff;
	padding: 31px 33px 8px 37px;
	color: #2671aa;
	border-radius: 3px 3px 0 0;
}

.modal-head .top {
	font-size: 17px;
	line-height: 20px;
	padding-bottom: 19px;
	margin-bottom: 26px;
	border-bottom: 1px solid #3c95e8;
}

.modal-head h3 {
	font-size: 35px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 5px;
}

.modal-head p {
	margin-bottom: 0;
}

.modal-head .bottom {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	padding-left: 2px;
	overflow: hidden;
	text-transform: uppercase;
}

.modal-head .bottom ul {
	overflow: hidden;
	text-align: right;
}

.modal-head .bottom li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 5px 16px;
}

.modal-head .bottom a {
	color: #a6d8ff;
	text-decoration: none;
}

.modal-head .bottom a:hover {
	color: #fff;
}

.modal-head .title {
	float: left;
	max-width: 50%;
	margin-bottom: 5px;
}

.modal-body {
	padding: 28px 28px 52px;
}

.modal-body .grid-style {
	font-size: 0;
	letter-spacing: -4px;
}

.modal-body .grid-style li {
	font-size: 12px;
	letter-spacing: 0;
	vertical-align: top;
	display: inline-block;
}

.modal-body .grid-style li {
	width: 33.33%;
	border-top: 1px solid #ececec;
}

.modal-body .grid-style li:nth-child(1),
.modal-body .grid-style li:nth-child(2),
.modal-body .grid-style li:nth-child(3) {
	border-top: none;
}

.modal-body .grid-style label {
	display: block;
	padding: 10px 50px 10px 10px;
	position: relative;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	color: #808080;
}

.modal-body .grid-style label:hover,
.modal-body .grid-style label.jcf-label-active {
	background: #f2f4f6;
}

.modal-body .grid-style img {
	vertical-align: middle;
	width: 52px;
	height: 52px;
}

.modal-body .grid-style .text {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0 10px 10px;
	max-width: 66%;
}

.modal-body .jcf-checkbox {
	position: absolute;
	right: 23px;
	top: 50%;
	width: 20px;
	height: 20px;
	background: #dee0e1;
	border: none;
	border-radius: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.modal-body .jcf-checkbox.jcf-checked {
	background: #4bb1ff url(library/images/sprite.png) no-repeat -431px -22px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.mashsb-container {
	float: right;
	min-width: 450px;
}

.mashsb-buttons {
	float: right;
}

.clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

/******* New Home Header Banners ********/

#top-banner {
	background: #000;
	position: relative;
}

#top-banner .main-banner {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 300px;
	margin-bottom: 10px;
	margin-top: 10px;
}

@media screen and (max-width:767px) {
	#top-banner .main-banner {
		margin-top: 0;
	}
}

#top-banner .main-banner:after {
	box-shadow: -400px 0 176px -100px rgba(0, 0, 0, 0.7) inset;
	content: " ";
	height: 100%;
	right: 0px;
	position: absolute;
	top: 0;
	width: 400px;
}

#top-banner .main-banner:before {
	box-shadow: 430px 0 176px -100px rgba(0, 0, 0, 0.7) inset;
	content: " ";
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0;
	width: 430px;
}

#top-banner .main-banner .body {
	width: 400px;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
	z-index: 10;
}

#top-banner .main-banner h1, #top-banner .main-banner h1 a {
	color: #fff;
	font-size: 48px;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 53px;
}

#top-banner .main-banner a:hover {
	text-decoration: none;
}

#top-banner .mini-stories {
	position: absolute;
	right: 0;
	top: 0;
	width: 270px;
	padding-right: 15px;
	padding-top: 30px;
}

#top-banner .mini-story h2, #top-banner .mini-story h2 a {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
}

#top-banner .mini-story .category {
	font-weight: 700;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	font-style: normal;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 20px;
}

@media screen and (max-width:767px) {
	#top-banner .main-banner .body {
		width: 100%;
		padding: 20px;
		text-align: center;
	}

	#top-banner .main-banner:before {
		box-shadow: 950px 0 176px -100px rgba(0, 0, 0, 0.7) inset;
		width: 100%;
	}

	#top-banner .main-banner:after {
		box-shadow: none;
	}

	#top-banner .mini-stories {
		position: relative;
		margin-top: 0;
		right: auto;
		left: 0;
		padding: 20px;
		text-align: center;
		width: 100%;
	}
}

#reels-bar {
	background: #000;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

#reels-bar:after {
	content: ' ';
	display: table;
	clear: both;
}

#reels-bar #ad-spot {
	width: 324px;
	padding: 10px;
	background: #1e1e1e;
	float: left;
	margin-right: 17px;
	display: block;
	position: static;
	padding-left: 35px;
	padding-right: 35px;
}

@media screen and (max-width:1023px) {
	#reels-bar #ad-spot {
		float: none;
		margin: 0 auto;
	}
}

#reels-bar .advert {
	margin-bottom: 0;
}

#reels-bar #bar-content {
	overflow: hidden;
}

#reels-bar #bar-content:after {
	content: ' ';
	display: table;
	clear: both;
}

#reels-bar #sponsored {
	width: 45.5%;
	max-width: 396px;
	text-align: center;
	float: left;
	display: block;
	position: static;
	left: -9999px !important;
	top: -9999px !important;
	vertical-align: top;
}

#reels-bar #sponsored a {
	position: relative;
	display: block;
	color: #ffffff;
}

#reels-bar #sponsored a:hover {
	color: #ffffff;
	text-decoration: none;
}

#reels-bar #sponsored a span.overlay {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.6;
	background-color: #000;
}

#reels-bar #sponsored a span.text {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	padding: 5px;
	color: #ffffff;
	line-height: 1.15;
	font-size: 16px;
	font-weight: 300;
	font-family: "Source Sans Pro", "Arial", "Helvetica", sans-serif;
}

#reels-bar #sponsored a span.text.center {
	top: 50%;
	transform: translateY(-50%);
}

#reels-bar #sponsored a span.text.bottom {
	top: auto;
	bottom: 10px;
}

#reels-bar #sponsored a span.text.top {
	top: 10px;
}

@media screen and (max-width:767px) {
	#reels-bar #sponsored {
		float: none;
		margin: 0 auto;
		width: 100%;
	}
}

#reels-bar #sponsored h3 {
	margin-top: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#reels-bar .thumb-article {
	width: 27%;
	margin-right: 4%;
	text-align: center;
	display: inline-block;
}

#reels-bar .thumb-article:last-child {
	margin-right: 0;
}

#reels-bar #watch {
	text-align: center;
	display: block;
	position: static;
	padding: 0 22px 33px 19px;
	width: auto !important;
	overflow: hidden;
	vertical-align: top;
}

#reels-bar #watch h3 {
	margin-top: 18px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

#reels-bar .watch-article {
	width: 29%;
	margin-right: 2%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
}

#reels-bar .watch-article:last-child {
	margin-right: 0;
}

#reels-bar .watch-article a h4 {
	color: #fff;
	text-align: left;
	font-size: 12px;
	font-weight: 300;
}

#reels-bar .watch-article a {
	position: relative;
	display: inline-block;
}

#reels-bar .watch-article a:hover {
	text-decoration: none;
}

#reels-bar .watch-article a img {
	/*height: 105px;*/
	margin-bottom: 5px;
	position: relative;
}

#reels-bar #watch a:after {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	content: "\f04b";
	font-family: FontAwesome;
	font-size: 40px;
	color: #fff;
	opacity: .6;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}

#reels-bar #watch a:hover:after {
	color: #fff;
	opacity: 1;
}

.footer-featured {
	padding: 57px 0;
}

.footer-featured h3 {
	margin: 0 0 14px;
	line-height: 30px;
	font-weight: 300;
	padding: 0 8px;
}

.footer-featured .news-wrap {
	margin: 0 10px;
	display: flex;
	flex-wrap: wrap;
}

.footer-featured .t-news {
	flex: 1 0 21%;
	margin: 10px;
	justify-content: space-between;
	flex-wrap: wrap;
	min-width: 320px;
	max-width: 350px;
}

.footer-featured .t-news .body {
	padding: 14px 24px;
	min-height: 139px;
}

@media only screen and (max-width: 767px) {
	.footer-featured .t-news {
		max-width: 100%;
	}
}

@media only screen and (min-width: 768px) {

	#the-latest,
	#trending,
	#featured {
		display: block !important;
		position: static !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.event .t .tc {
		display: block;
	}

	.event .t .tc:last-child {
		padding-left: 0;
		width: 200px;
	}

	.event .t .tc:last-child:before {
		display: none;
	}

	#the-latest {
		display: none !important;
	}
}

@media only screen and (min-width: 1025px) {
	.tel {
		pointer-events: none;
		text-decoration: none !important;
	}
}

@media only screen and (min-width: 1446px) {
	.content .content-body.contact-form {
		padding: 35px 107px 53px 90px;
	}

	.content .article-wrap.contact-form {
		padding: 35px 107px 53px 90px;
	}
}

@media only screen and (max-width: 1778px) {
	.partners-list {
		text-align: center;
	}

	.vendor-list {
		text-align: center;
	}
}

@media only screen and (max-width: 1445px) {
	.logo {
		margin: 10px 79px -12px 4px;
		width: 48px;
	}

	.trending {
		width: 45.5%;
		padding: 14px 15px;
	}

	.t-news .body,
	.promotion .body,
	.featured-news .body,
	.media .body {
		padding: 14px 7px;
	}

	.featured-news .tag {
		right: 12px;
		top: 10px;
	}

	.featured-news .body {
		padding: 26px 19px 13px 19px;
	}

	.featured-news .meta {
		margin-bottom: 3px;
	}

	.featured-news h2 {
		line-height: 36px;
		font-size: 32px;
		margin-bottom: 6px;
	}

	.featured-news-wrap {
		padding: 15px 22px 54px 19px;
	}

	.twocolumns #sidebar {
		width: 328px;
	}

	.content .heading {
		padding: 20px 28px 18px;
	}

	.content .content-body {
		padding: 40px 28px 32px;
	}

	.content .social-wrap {
		padding: 0 28px 20px;
	}

	.content .article-wrap {
		padding: 40px 28px 0;
	}

	.content .article-wrap .img-wide {
		margin: -40px -28px 4px;
	}

	.content .article {
		padding-left: 0;
	}

	.content .media-list {
		padding: 36px 5px 32px;
	}

	.members {
		margin: 0 -3px;
	}

	.event-block {
		padding: 20px;
	}

	.event-block.press-block .event-list {
		margin: 0 -20px;
	}

	.event .date {
		width: 97px;
		font-size: 21px;
		line-height: 24px;
		padding: 34px 15px;
	}

	.event .t .tc:last-child {
		width: 148px;
	}

	.news {
		padding: 13px 20px;
	}

	.sidebar-body {
		padding: 20px 15px;
	}

	.panel .event .body {
		padding: 3px 0 3px 15px;
	}

	.panel .news .col {
		padding-left: 20px;
	}

	.panel .news .col:first-child {
		width: 160px;
	}

	.panel #jobs .event {
		padding: 30px 20px;
	}

	#press .news {
		padding: 30px 20px;
	}

	.related-articles {
		padding: 40px 28px 32px;
	}
}

@media only screen and (max-width: 1232px) {
	.find-contributer {
		padding-right: 0;
		margin-right: 0;
		border-right: none;
		min-width: 376px;
		display: block;
		overflow: hidden;
	}

	.find-contributer .subtitle {
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.find-contributer ul {
		float: right;
	}
}

@media only screen and (max-width: 1200px) {
	.contact-form .check-list li {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1120px) {
	.tablink-wrap {
		position: static;
		padding-bottom: 11px;
		padding-top: 11px;
	}

	.panel .panel-head .dropdown {
		float: none;
		display: block;
		margin-left: 0;
	}

	.panel .panel-head .dropdown .opener {
		display: block;
	}

	.panel h1 {
		float: none;
		max-width: 100%;
	}
}

@media only screen and (max-width: 1087px) {
	.ad-hold .ad-block {
		display: inline-block;
	}
}

@media only screen and (min-width:1030px) and (max-width: 1315px) {
	#nav li a {
		padding: 18px 14px 10px;
	}
}

@media only screen and (max-width:770px) and (min-width:768px) {
	.header-top .container {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1029px) {
	.logo {
		margin-right: 4px;
	}

	#nav li a {
		padding: 18px 8px 10px;
	}

	.header-right .subscribe {
		padding: 19px 5px 11px;
		margin-left: 7px;
	}

	.social li {
		margin-left: 11px;
	}

	.social-more {
		margin-left: 7px;
	}

	#the-latest {
		width: 100%;
		float: none;
	}

	.twocolumns.add #sidebar {
		width: 320px;
	}

	.twocolumns #sidebar {
		width: 320px;
		padding: 18px 14px;
	}

	.content .heading {
		padding: 20px 14px 18px;
	}

	.content .heading .title {
		font-size: 40px;
		line-height: 42px;
		margin-left: 0;
	}

	.content .meta-info {
		margin-left: 0;
	}

	.content .author-info {
		float: none;
		width: 100%;
		padding: 0 0 10px;
	}

	.content .content-body {
		padding: 36px 14px 29px;
	}

	.content .social-wrap {
		padding: 0 14px 20px;
	}

	.content .article-wrap {
		padding: 36px 14px 29px;
	}

	.content .article-wrap .img-wide {
		margin: -36px -14px 4px;
	}

	.content .media-list {
		padding: 36px 14px 29px;
	}

	.event-head .tc {
		padding: 6px 0 0 16px;
	}

	.event-head h2 {
		font-size: 25px;
		line-height: 28px;
		margin-bottom: 11px;
	}

	.event-head .bottom {
		font-size: 12px;
	}

	.event-block.job-block .event {
		padding: 15px;
	}

	.event .body {
		padding: 15px;
	}

	.event .date {
		padding: 15px;
	}

	.event h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 11px;
	}

	.news .col {
		padding-left: 15px;
	}

	.news h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 11px;
	}

	.media {
		padding: 0 10px 4px;
	}

	.panel {
		margin-left: 270px;
	}

	.panel .event .t .meta-wrap:before {
		border-left: none;
	}

	.related-articles {
		padding: 36px 14px 29px;
	}

	#footer {
		padding: 43px 0 29px;
	}

	#footer .threecol .col {
		width: 20%;
	}

	#footer .threecol .col:first-child {
		width: 40%;
	}

	#footer .threecol .col:nth-child(2) {
		width: 36%;
	}

	.modal {
		width: 702px;
	}

	.modal-body .grid-style label {
		padding-right: 37px;
	}

	.modal-body .grid-style .text {
		max-width: 60%;
	}

	.modal-body .jcf-checkbox {
		right: 8px;
	}
}

@media only screen and (max-width: 840px) {
	.event-head .bottom .col {
		text-align: left;
	}

	.event-head .bottom .col:first-child {
		float: none;
		padding-bottom: 5px;
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 40px;
		line-height: 49px;
	}

	.social-networks.btns li {
		margin: 5px 0 5px 1px;
	}

	.header-top {
		min-height: 56px;
	}

	.logo {
		margin: 5px 0;
		width: 36px;
		height: 43px;
	}

	.ad-hold {
		display: block;
	}

	#nav {
		float: none;
		max-width: 100%;
	}

	#nav li {
		float: none;
	}

	#nav li:before {
		display: none;
	}

	#nav li.hover .nav-drop {
		display: block;
	}

	#nav li a.has-drop-down-a:after,
	.search-menu-item>a:after {
		position: absolute;
		right: 8px;
		top: 50%;
		margin: -2px 0 0;
	}

	#nav .single-col .nav-drop {
		position: static;
		width: auto;
		padding: 0;
		box-shadow: none;
	}

	#nav .nav-drop,
	.search-menu-item .nav-drop {
		position: static;
	}

	#nav .nav-drop ul li {
		float: none;
		width: auto;
		overflow: hidden;
		display: block;
	}

	#nav .nav-drop a {
		overflow: hidden;
	}

	#nav .nav-drop img {
		float: left;
		width: 88px;
		margin: 0 10px 0 0;
	}

	#nav .nav-drop .txt-wrap {
		display: block;
		overflow: hidden;
	}

	.header-right {
		float: none;
	}

	.header-right .subscribe {
		padding: 19px 15px 11px;
	}

	.social-more .opener {
		background: #73b3ee;
	}

	.social-more .opener:after {
		border-right-color: #73b3ee;
	}

	.social-more .drop {
		right: auto;
		left: -54px;
	}

	.social-more .drop:before {
		left: 65px;
	}

	.nav-opener {
		display: block;
	}

	.menu-push {
		position: absolute;
		left: -100%;
		top: 100%;
		width: 100%;
		background: #3c95e8;
		-webkit-transition: all .25s linear 0s;
		transition: all .25s linear 0s;
	}

	.nav-active .menu-push {
		left: 0;
		min-width: 320px;
	}

	#main {
		padding: 0;
		padding-top: 176px;
	}

	#main>.container {
		padding: 0;
	}

	.advert.wide {
		display: none;
	}

	#the-latest {
		border: none;
	}

	.latest-post .heading {
		display: none;
	}

	#the-latest,
	#trending,
	#featured {
		width: 100%;
	}

	#main .tabset.home.fixed {
		top: 161px;
		position: fixed;
		z-index: 101;
	}

	#main .tabcontent.home.fixed {
		padding-top: 37px;
	}

	.news-list li:first-child {
		border-top: none;
	}

	#content,
	#contents {
		border: none;
	}

	.trending {
		float: none;
		width: auto;
	}

	.trending .block-title {
		display: none;
	}

	.t-news .img img,
	.promotion .img img,
	.featured-news .img img,
	.media .img img {
		width: 100%;
	}

	.featured-news-wrap {
		padding: 15px 14px 54px;
	}

	.featured-news-wrap header {
		display: none;
	}

	.tabset {
		display: block;
	}

	.tabset a {
		padding: 10px 4px !important;
	}

	.tabset .block-title:before {
		position: static;
		display: inline-block;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		vertical-align: top;
	}

	.twocolumns {
		border: none;
	}

	.twocolumns {
		display: block;
	}

	.twocolumns.add #sidebar {
		border: none;
	}

	.twocolumns.add #sidebar {
		width: 100%;
		float: none;
		margin-left: 0;
		padding-top: 30px;
	}

	.twocolumns.add #content {
		float: none;
	}

	.twocolumns #content {
		display: block;
	}

	.twocolumns #sidebar {
		display: block;
		width: auto;
	}

	.content .heading h1 {
		float: none;
		max-width: 100%;
		margin: 0 0 10px;
	}

	.content .heading .social-networks {
		text-align: center;
	}

	.content .content-body {
		padding: 18px 10px 18px;
	}

	.content .social-wrap {
		padding: 0 10px 20px;
	}

	.content .article-wrap {
		padding: 18px 10px 18px;
	}

	.content .article-wrap .article p {
		margin-bottom: 20px;
	}

	.content .article-wrap .article h3 {
		margin-bottom: 10px;
	}

	.content .article-wrap .img-wide {
		margin: -18px -10px 4px;
	}

	.content .article {
		padding-bottom: 20px;
	}

	.content .article .align-left {
		margin-right: 10px;
	}

	.content .media-list {
		padding: 18px 10px;
	}

	.contact-form label,
	.contact-form .label {
		font-size: 18px;
		line-height: 22px;
	}

	.event-head .tc {
		padding: 1px 0 0 14px;
	}

	.event-head .tc.tc1 {
		width: 120px;
	}

	.event-head h2 {
		font-size: 22px;
		line-height: 25px;
		margin-bottom: 10px;
	}

	.date {
		font-size: 22px;
		padding: 28px 23px;
		height: 105px;
	}

	.wide-block .heading {
		display: block;
	}

	.wide-block .heading .col:first-child {
		width: auto;
	}

	.wide-block .heading .col.add {
		width: auto;
	}

	.wide-block .heading .col {
		display: block;
	}

	.wide-block .heading .col-last {
		width: auto;
	}

	.wide-block .jcf-select.jcf-select-blue {
		display: block;
		max-width: 100%;
	}

	.find-contributer {
		min-width: 100%;
	}

	.event h2 {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	.news .col:first-child {
		width: 120px;
	}

	.news h2 {
		font-size: 18px;
		line-height: 23px;
		margin-bottom: 10px;
	}

	.tablink-wrap {
		text-align: center;
		padding: 10px 10px 6px;
	}

	.panel {
		border: none;
	}

	.panel {
		margin-left: 0;
	}

	.panel .panel-head {
		padding: 13px 10px 10px;
	}

	.panel .event .t .meta-wrap:before {
		border-left: 1px solid #ececec;
	}

	.panel #jobs .event {
		padding: 20px 15px;
	}

	#press .news {
		padding: 20px 15px;
	}

	.contributor-details .img {
		width: 25%;
	}

	.contributor-details .details {
		width: 72%;
		padding-left: 15px;
	}

	.related-articles {
		padding: 18px 10px 18px;
	}

	.related-articles .t-news {
		float: none;
		width: 100%;
	}

	.comment-block .discuss-placeholder {
		margin: 0;
	}

	.homepage-news {
		padding: 0 0 20px;
	}

	#footer {
		padding: 20px 0;
	}

	#footer .threecol {
		margin-bottom: 21px;
	}

	#footer .threecol .col {
		width: 26%;
	}

	#footer .threecol .col:first-child {
		float: none;
		width: auto !important;
	}

	#footer .threecol .col:nth-child(2) {
		width: 74%;
	}

	#footer h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.modal {
		display: none;
	}
}

@media only screen and (max-width: 624px) {
	/*#header .ad-hold .ad-block:nth-child(2) {
		display: none;
	}*/
}

@media only screen and (max-width: 570px) {
	.event .t .tc {
		display: block;
		padding-right: 0;
	}

	.event .t .tc:last-child {
		padding-left: 0;
		width: 200px;
	}

	.event .t .tc:last-child:before {
		display: none;
	}

	.panel .event .t .meta-wrap:before {
		border-left: none;
	}
}

@media only screen and (max-width: 479px) {
	.mashsb-container {
		float: none;
		min-width: initial;
	}

	.dropdown .drop {
		width: auto;
		left: 0;
	}

	.paging a {
		width: 28px;
		height: 28px;
		line-height: 24px;
		padding: 2px 3px;
	}

	.paging .btn.btn-blue {
		padding: 2px 10px;
		min-width: 116px;
	}

	.paging .btn.btn-blue:after {
		margin-top: 12px;
	}

	.content .article .align-left {
		float: none;
		margin: 8px 0 10px;
		max-width: 100%;
	}

	.contact-form .row {
		display: block;
	}

	.contact-form .row .col {
		display: block;
	}

	.contact-form .row .col:first-child {
		width: auto;
		padding-bottom: 10px;
	}

	.event-head .tc.tc1 {
		width: 81px;
	}

	.date {
		padding: 13px 15px;
		font-size: 16px;
		line-height: 18px;
		height: auto;
	}

	.find-contributer {
		text-align: left;
	}

	.find-contributer .subtitle {
		display: block;
	}

	.find-contributer ul {
		float: none;
	}

	.event-block .heading {
		display: block;
		padding-left: 0;
	}

	.event-block .heading .tc {
		display: block;
	}

	.event-block .heading .tc:last-child {
		padding-left: 0;
	}

	.event-block .dropdown {
		display: block;
		margin-left: 0;
	}

	.event-block .dropdown .opener {
		display: block;
	}

	.event .date {
		width: 67px;
		font-size: 12px;
		line-height: 14px;
	}

	.news {
		display: block;
	}

	.news .col {
		display: block;
		padding: 10px 0 0;
	}

	.news .col:first-child {
		width: auto;
		padding: 0;
	}

	.media {
		width: 100%;
		padding: 0 0 4px;
	}

	.panel .news .col {
		padding: 10px 0 0;
	}

	.tablink {
		font-size: 11px;
	}

	.tablink a {
		padding: 10px 6px 9px;
	}

	.contributor-details .img {
		vertical-align: top;
	}

	#footer .threecol .col {
		width: auto !important;
		float: none;
	}

	#footer .threecol .col:last-child {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 384px) {
	#header .ad-hold {
		padding: 0px;
	}

	#header .ad-block {
		display: block;
		margin: 0px;
	}

	#header-ad-left {
		width: 100%;
		height: auto;
	}

	#header .ad-block img {
		width: 100%;
	}
}

@media print {

	h1,
	h2,
	h3 {
		margin-bottom: 15px !important;
	}

	.twocolumns {
		display: block;
		border: none;
		background: none;
		margin: 0;
	}

	.twocolumns #content {
		display: block;
	}

	.content .heading {
		padding: 20px 0 0;
	}

	.content .heading h1 {
		float: none;
		max-width: 100%;
	}

	.content .heading .title {
		margin-left: 0;
	}

	.content .content-body {
		padding: 20px 0 0;
	}

	.content .article-wrap {
		padding: 15px 0 0;
	}

	.content .article-wrap .img-wide {
		margin: 0 0 15px;
	}

	.content .article {
		padding-bottom: 0;
	}

	.content .article .align-left {
		margin-left: 0;
	}

	.date {
		background: none;
	}

	.contributor-details {
		margin: 0 0 20px;
		border: none;
	}

	* {
		color: #000 !important;
		background: #fff !important;
	}

	html,
	body {
		height: auto;
		margin: 0;
		min-width: 100%;
		width: 100%;
		max-width: 100%;
	}

	#header {
		background: none;
	}

	.container {
		max-width: 100% !important;
	}

	#nav,
	.menu-push,
	.ad-hold,
	.twocolumns #sidebar,
	.content .heading .social-networks,
	.members,
	.content .social-wrap,
	.advert.wide,
	#footer,
	.content .meta-info,
	.related-articles,
	.homepage-news,
	.contributor-details .more,
	.divider {
		display: none !important;
	}
}

.frm_forms .frm_verify {
	display: none;
}

.frm_forms .frm_screen_reader {
	display: none;
}

.frm_forms .frm_submit input[type=submit],
.frm_forms .frm_submit button[type=submit] {
	display: inline-block;
	border-radius: 2px;
	background-color: #abb9bf;
	font: 700 13px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	border: none;
	min-width: 149px;
	background-color: #4bb1ff;
	padding: 14px 37px 12px;
}

.frm_forms .frm_submit input[type=submit]:hover,
.frm_forms .frm_submit button[type=submit]:hover {
	background: #0090fd;
}

.frm_forms .frm_half {
	width: 48.7%;
	display: inline-block;
}

.frm_forms .frm_half.frm_first {
	margin-right: 2%;
}

@media screen and (max-width: 1023px) {
	.frm_forms .frm_half {
		width: auto;
		display: block;
	}

	.frm_forms .frm_half.frm_first {
		margin-right: 0;
	}
}

.event-ad {
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
	width: 49%;
	float: left;
}

.event-ad-1 {
	margin-right: 2%;
}

.event-ad-2 {}

.visible-desktop {
	display: none !important;
}

.visible-mobile {
	display: none !important;
}

@media screen and (min-width: 1201px) {
	.visible-desktop {
		display: block !important;
	}
}

@media screen and (max-width: 1200px) {
	.event-ads {
		text-align: center;
	}

	.event-ad {
		overflow: hidden;
		float: none;
		margin: 0 auto 15px;
		width: 100%
	}

	.event-ad-1 {
		margin-right: auto;
	}

	.event-ad-2 {}

	.visible-mobile {
		display: block !important;
	}
}

/* minicon accordion styles */
@media screen and (max-width: 719px) {
	.accordion-time-block>div:nth-child(odd) {
		margin: 0 -20px 10px -20px;
		padding: 10px 20px;
		background: #efefef;
	}

	.accordion-time-block>div {
		display: block !important;
		width: 100% !important;
		float: none !important;
	}

	.accordion-time-block>div p {
		padding-left: 1em !important;
	}
}

/*Comment block disable*/

#comments.comment-block {
	display: none;
}

/*Hidding checkboxes on subscription form*/

.cui-hubspot-subscription-form .legal-consent-container {
	height: 0;
	overflow: hidden;
}

/*Styling Submit button on subscription form - Subscription page*/

.cui-hubspot-subscription-form#hubspot-form-subscribe-page .hs-button {
	border-radius: 2px;
	font: 700 13px/18px "Source Sans Pro", "Arial", "Helvetica", sans-serif;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	text-decoration: none;
	border: none;
	min-width: 149px;
	background-color: #4bb1ff;
	padding: 14px 37px 12px;
}

/*Styling email input and submit button - Footer*/

.cui-hubspot-subscription-form#hubspot-form-footer {
	position: relative;
	max-width: 354px;
	padding-top: 10px;
}

.cui-hubspot-subscription-form#hubspot-form-footer .hs-button {
	float: right;
	width: 76px;
	height: 39px;
	background: #4bb1ff;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 5px;
	overflow: hidden;
	margin: 10px 0 0;
	border: none;
	border-radius: 0 2px 2px 0;
}

.cui-hubspot-subscription-form#hubspot-form-footer input[type=email] {
	height: 39px;
	line-height: 31px;
	color: #b0b8c2;
	font-weight: 700;
	font-size: 13px;
	border: none;
	padding: 4px 10px;
	margin: 0;
	border-radius: 0;
	background: #fff;
	text-transform: uppercase;
	width: 100%;
}

/*Hide Email span on footer subscription form*/

.cui-hubspot-subscription-form#hubspot-form-footer #label-email-c8c4e2ca-ddc4-4782-8b0b-50814e58f037 {
	display: none;
}

/*Styling email input and submit button - popup */

.cui-hubspot-subscription-form#hubspot-form-popup .hs-form-private {
	display: flex;
}

.cui-hubspot-subscription-form#hubspot-form-popup #email-c8c4e2ca-ddc4-4782-8b0b-50814e58f037 {
	margin: 0;
}

.cui-hubspot-subscription-form#hubspot-form-popup .hs_email {
	width: 70%;
	margin-right: 15px;
}

.cui-hubspot-subscription-form#hubspot-form-popup .hs_email label {
	display: none;
}

.cui-hubspot-subscription-form#hubspot-form-popup .legal-consent-container {
	width: 0%;
}

.cui-hubspot-subscription-form#hubspot-form-popup .hs_submit {
	width: 30%;
}

.cui-hubspot-subscription-form#hubspot-form-popup .hs-button[type=submit] {
	color: rgba(0, 0, 0, 0.7);
	font-family: "Open Sans", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding: 10px;
	text-transform: uppercase;
}

@media (max-width: 720px) {
	.cui-hubspot-subscription-form#hubspot-form-popup .hs_email {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.cui-hubspot-subscription-form#hubspot-form-popup .hs_submit {
		width: 100%;
	}
}

/*Mashable buttons text fix*/

.mashsb-buttons .secondary-shares a .text {
	display: none;
}

/* * {
	border: 1px solid red;
} */


/** Replacements for #main in articles **/
.main-content {
	padding-top: 176px;
	padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {

	.main-content {
		padding: 0;
		padding-top: 176px;
	}

	.main-content>.container {
		padding: 0;
	}
}

/* header#header {
	height: 165px;
    margin-bottom: -165px;
} */

/* @media only screen and (max-width: 1023px) {
	header#header {
		height: 114px;
		margin-bottom: -112px;
	}
}

@media only screen and (max-width: 767px) {
	header#header {
		height: 114px;
		margin-bottom: -112px;
	}
} */

.load-next {
	opacity: 0;
}

#single_reading_bar {
	/* position: fixed; */
	position: relative;
	background-color: #ffffff;
	border-bottom: 2px solid #ffffff;
	z-index: 0;
	overflow: visible;
	/* top: 165px; */
	height: 2px;
	margin-bottom:0;
	transition: all 250ms ease-out;
	width:100%;
}

#single_reading_bar .reading-progress {
	width: 0;
	height: 2px;
	background: #ff921d;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -2px;
}

/* @media screen and (max-width: 1023px) {
	#single_reading_bar {
		top: 144px;
	}
	
}

@media screen and (max-width: 767px) {
	#single_reading_bar {
		top: 157px;
	}
	
} */