@charset "UTF-8";
img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}@charset "UTF-8";/*Theme Name: UnchainedTheme URI: http://commercialobserver.com/Author: ObserverAuthor URI: http://commercialobserver.com/Description: WordPress Commercial Observer ThemeVersion: 1.0.0Tags:This theme, like WordPress, is licensed under the GPL.Use it to make something cool, have fun, and share what you've learned with others._s is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.Underscores is distributed under the terms of the GNU GPL v2 or later.Normalizing styles have been helped along thanks to the fine work ofNicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/*/*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden}
body{position:relative;margin:0;overflow:hidden}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}
[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}
abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}
mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}
hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}
button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}
textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}img{max-width:100%;vertical-align:middle}button{border:0;background-color:transparent;outline:0;padding:0;box-shadow:none}
a,a:hover,a:visited,a:link{text-decoration:none;cursor:pointer;color:#07b}ul{list-style-type:none;padding:0;margin:0}
h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
h1,h2,h3{margin-top:20px;margin-bottom:10px}body{background-color:#fcfcfc}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}
.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}
.slick-track:before,.slick-track:after{content:"";display:table}
.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}
[dir="rtl"] .slick-slide{float:right}.slick-slide img{display:block}
.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}
.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/wp-content/themes/vip/observer-unchained/./ajax-loader.gif) center center no-repeat}
@font-face{font-family:"slick";src:url(/wp-content/themes/vip/observer-unchained/./fonts/slick.eot);src:url(/wp-content/themes/vip/observer-unchained/./fonts/slick.eot?#iefix) format("embedded-opentype"),url(/wp-content/themes/vip/observer-unchained/./fonts/slick.woff) format("woff"),url(/wp-content/themes/vip/observer-unchained/./fonts/slick.ttf) format("truetype"),url(/wp-content/themes/vip/observer-unchained/./fonts/slick.svg#slick) format("svg");font-weight:normal;font-style:normal}
.slick-prev,.slick-next{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;top:50%;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);padding:0;border:0;outline:0}
.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{outline:0;background:transparent;color:transparent}
.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-prev{left:-25px}[dir="rtl"] .slick-prev{left:auto;right:-25px}
.slick-prev:before{content:"←"}[dir="rtl"] .slick-prev:before{content:"→"}
.slick-next{right:-25px}[dir="rtl"] .slick-next{left:-25px;right:auto}
.slick-next:before{content:"→"}[dir="rtl"] .slick-next:before{content:"←"}
.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}
.slick-dots li{position:relative;display:inline-block;height:20px;width:20px;margin:0 5px;padding:0;cursor:pointer}
.slick-dots li button{border:0;background:transparent;display:block;height:20px;width:20px;outline:0;line-height:0;font-size:0;color:transparent;padding:5px;cursor:pointer}
.slick-dots li button:hover,.slick-dots li button:focus{outline:0}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}
.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:black;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.slick-dots li.slick-active button:before{color:black;opacity:.75}.slick-lightbox{position:fixed;top:0;left:0;z-index:9999;width:100%;height:100%;background:black;-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
.slick-lightbox .slick-loading .slick-list{background-color:transparent}.slick-lightbox .slick-prev{left:15px}
.slick-lightbox .slick-next{right:15px}.slick-lightbox-hide{opacity:0}.slick-lightbox-hide.slick-lightbox-ie{-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0)}
.slick-lightbox-hide-init{position:absolute;top:-9999px;opacity:0}.slick-lightbox-hide-init.slick-lightbox-ie{-ms-filter:"alpha(opacity=0)";filter:alpha(opacity=0)}
.slick-lightbox-inner{position:fixed;top:0;left:0;width:100%;height:100%}.slick-lightbox-slick-item{text-align:center;overflow:hidden}
.slick-lightbox-slick-item:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}
.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{position:absolute;bottom:0;left:0;text-align:center;width:100%;margin-bottom:20px}
.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption{display:block;text-align:center}
.slick-lightbox-slick-item-inner{display:inline-block;vertical-align:middle;max-width:90%;max-height:90%}
.slick-lightbox-slick-img{margin:0 auto;display:block;max-width:90%;max-height:90%}
.slick-lightbox-slick-caption{margin:10px 0 0;color:white}.slick-lightbox-close{position:absolute;top:15px;right:15px;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;background:transparent;color:transparent;padding:0;border:0}
.slick-lightbox-close:focus{outline:0}.slick-lightbox-close:before{font-family:"slick";font-size:20px;line-height:1;color:white;opacity:.85;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'×'}
/* *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */@font-face{font-family:'FontAwesome';src:url(/wp-content/themes/vip/observer-unchained/./fonts/fontawesome-webfont.eot?v=4.7.0);src:url(/wp-content/themes/vip/observer-unchained/./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"),url(/wp-content/themes/vip/observer-unchained/./fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(/wp-content/themes/vip/observer-unchained/./fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(/wp-content/themes/vip/observer-unchained/./fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(/wp-content/themes/vip/observer-unchained/./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}
.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}
.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}
.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}
.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}
.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}
.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}
.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}
.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}
@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}
.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}
.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}
.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}
.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}
.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}
.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}
.fa-music:before{content:""}.fa-search:before{content:""}
.fa-envelope-o:before{content:""}.fa-heart:before{content:""}
.fa-star:before{content:""}.fa-star-o:before{content:""}
.fa-user:before{content:""}.fa-film:before{content:""}
.fa-th-large:before{content:""}.fa-th:before{content:""}
.fa-th-list:before{content:""}.fa-check:before{content:""}
.fa-remove:before,.fa-close:before,.fa-times:before{content:""}
.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}
.fa-power-off:before{content:""}.fa-signal:before{content:""}
.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}
.fa-home:before{content:""}.fa-file-o:before{content:""}
.fa-clock-o:before{content:""}.fa-road:before{content:""}
.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}
.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}
.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}
.fa-refresh:before{content:""}.fa-list-alt:before{content:""}
.fa-lock:before{content:""}.fa-flag:before{content:""}
.fa-headphones:before{content:""}.fa-volume-off:before{content:""}
.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}
.fa-qrcode:before{content:""}.fa-barcode:before{content:""}
.fa-tag:before{content:""}.fa-tags:before{content:""}
.fa-book:before{content:""}.fa-bookmark:before{content:""}
.fa-print:before{content:""}.fa-camera:before{content:""}
.fa-font:before{content:""}.fa-bold:before{content:""}
.fa-italic:before{content:""}.fa-text-height:before{content:""}
.fa-text-width:before{content:""}.fa-align-left:before{content:""}
.fa-align-center:before{content:""}.fa-align-right:before{content:""}
.fa-align-justify:before{content:""}.fa-list:before{content:""}
.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}
.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}
.fa-pencil:before{content:""}.fa-map-marker:before{content:""}
.fa-adjust:before{content:""}.fa-tint:before{content:""}
.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}
.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}
.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}
.fa-backward:before{content:""}.fa-play:before{content:""}
.fa-pause:before{content:""}.fa-stop:before{content:""}
.fa-forward:before{content:""}.fa-fast-forward:before{content:""}
.fa-step-forward:before{content:""}.fa-eject:before{content:""}
.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}
.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}
.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}
.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}
.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}
.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}
.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}
.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}
.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}
.fa-compress:before{content:""}.fa-plus:before{content:""}
.fa-minus:before{content:""}.fa-asterisk:before{content:""}
.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}
.fa-leaf:before{content:""}.fa-fire:before{content:""}
.fa-eye:before{content:""}.fa-eye-slash:before{content:""}
.fa-warning:before,.fa-exclamation-triangle:before{content:""}
.fa-plane:before{content:""}.fa-calendar:before{content:""}
.fa-random:before{content:""}.fa-comment:before{content:""}
.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}
.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}
.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}
.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}
.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}
.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}
.fa-camera-retro:before{content:""}.fa-key:before{content:""}
.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}
.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}
.fa-star-half:before{content:""}.fa-heart-o:before{content:""}
.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}
.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}
.fa-sign-in:before{content:""}.fa-trophy:before{content:""}
.fa-github-square:before{content:""}.fa-upload:before{content:""}
.fa-lemon-o:before{content:""}.fa-phone:before{content:""}
.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}
.fa-phone-square:before{content:""}.fa-twitter:before{content:""}
.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}
.fa-unlock:before{content:""}.fa-credit-card:before{content:""}
.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}
.fa-bullhorn:before{content:""}.fa-bell:before{content:""}
.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}
.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}
.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}
.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}
.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}
.fa-wrench:before{content:""}.fa-tasks:before{content:""}
.fa-filter:before{content:""}.fa-briefcase:before{content:""}
.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}
.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}
.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}
.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}
.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}
.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}
.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}
.fa-strikethrough:before{content:""}.fa-underline:before{content:""}
.fa-table:before{content:""}.fa-magic:before{content:""}
.fa-truck:before{content:""}.fa-pinterest:before{content:""}
.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}
.fa-google-plus:before{content:""}.fa-money:before{content:""}
.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}
.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}
.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}
.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}
.fa-envelope:before{content:""}.fa-linkedin:before{content:""}
.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}
.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}
.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}
.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}
.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}
.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}
.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}
.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}
.fa-bell-o:before{content:""}.fa-coffee:before{content:""}
.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}
.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}
.fa-ambulance:before{content:""}.fa-medkit:before{content:""}
.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}
.fa-h-square:before{content:""}.fa-plus-square:before{content:""}
.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}
.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}
.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}
.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}
.fa-desktop:before{content:""}.fa-laptop:before{content:""}
.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}
.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}
.fa-quote-right:before{content:""}.fa-spinner:before{content:""}
.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}
.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}
.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}
.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}
.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}
.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}
.fa-terminal:before{content:""}.fa-code:before{content:""}
.fa-mail-reply-all:before,.fa-reply-all:before{content:""}
.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}
.fa-location-arrow:before{content:""}.fa-crop:before{content:""}
.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}
.fa-question:before{content:""}.fa-info:before{content:""}
.fa-exclamation:before{content:""}.fa-superscript:before{content:""}
.fa-subscript:before{content:""}.fa-eraser:before{content:""}
.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}
.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}
.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}
.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}
.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}
.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}
.fa-html5:before{content:""}.fa-css3:before{content:""}
.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}
.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}
.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}
.fa-play-circle:before{content:""}.fa-ticket:before{content:""}
.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}
.fa-level-up:before{content:""}.fa-level-down:before{content:""}
.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}
.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}
.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}
.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}
.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}
.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}
.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}
.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}
.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}
.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}
.fa-file:before{content:""}.fa-file-text:before{content:""}
.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}
.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}
.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}
.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}
.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}
.fa-xing:before{content:""}.fa-xing-square:before{content:""}
.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}
.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}
.fa-flickr:before{content:""}.fa-adn:before{content:""}
.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}
.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}
.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}
.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}
.fa-apple:before{content:""}.fa-windows:before{content:""}
.fa-android:before{content:""}.fa-linux:before{content:""}
.fa-dribbble:before{content:""}.fa-skype:before{content:""}
.fa-foursquare:before{content:""}.fa-trello:before{content:""}
.fa-female:before{content:""}.fa-male:before{content:""}
.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}
.fa-moon-o:before{content:""}.fa-archive:before{content:""}
.fa-bug:before{content:""}.fa-vk:before{content:""}
.fa-weibo:before{content:""}.fa-renren:before{content:""}
.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}
.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}
.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}
.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}
.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}
.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}
.fa-slack:before{content:""}.fa-envelope-square:before{content:""}
.fa-wordpress:before{content:""}.fa-openid:before{content:""}
.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}
.fa-mortar-board:before,.fa-graduation-cap:before{content:""}
.fa-yahoo:before{content:""}.fa-google:before{content:""}
.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}
.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}
.fa-delicious:before{content:""}.fa-digg:before{content:""}
.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}
.fa-drupal:before{content:""}.fa-joomla:before{content:""}
.fa-language:before{content:""}.fa-fax:before{content:""}
.fa-building:before{content:""}.fa-child:before{content:""}
.fa-paw:before{content:""}.fa-spoon:before{content:""}
.fa-cube:before{content:""}.fa-cubes:before{content:""}
.fa-behance:before{content:""}.fa-behance-square:before{content:""}
.fa-steam:before{content:""}.fa-steam-square:before{content:""}
.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}
.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}
.fa-spotify:before{content:""}.fa-deviantart:before{content:""}
.fa-soundcloud:before{content:""}.fa-database:before{content:""}
.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}
.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}
.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}
.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}
.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}
.fa-file-movie-o:before,.fa-file-video-o:before{content:""}
.fa-file-code-o:before{content:""}.fa-vine:before{content:""}
.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}
.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}
.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}
.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}
.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}
.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}
.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}
.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}
.fa-circle-thin:before{content:""}.fa-header:before{content:""}
.fa-paragraph:before{content:""}.fa-sliders:before{content:""}
.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}
.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}
.fa-tty:before{content:""}.fa-binoculars:before{content:""}
.fa-plug:before{content:""}.fa-slideshare:before{content:""}
.fa-twitch:before{content:""}.fa-yelp:before{content:""}
.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}
.fa-calculator:before{content:""}.fa-paypal:before{content:""}
.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}
.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}
.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}
.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}
.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}
.fa-copyright:before{content:""}.fa-at:before{content:""}
.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}
.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}
.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}
.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}
.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}
.fa-bicycle:before{content:""}.fa-bus:before{content:""}
.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}
.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}
.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}
.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}
.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}
.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}
.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}
.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}
.fa-diamond:before{content:""}.fa-ship:before{content:""}
.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}
.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}
.fa-venus:before{content:""}.fa-mars:before{content:""}
.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}
.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}
.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}
.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}
.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}
.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}
.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}
.fa-server:before{content:""}.fa-user-plus:before{content:""}
.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}
.fa-viacoin:before{content:""}.fa-train:before{content:""}
.fa-subway:before{content:""}.fa-medium:before{content:""}
.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}
.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}
.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}
.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}
.fa-battery-2:before,.fa-battery-half:before{content:""}
.fa-battery-1:before,.fa-battery-quarter:before{content:""}
.fa-battery-0:before,.fa-battery-empty:before{content:""}
.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}
.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}
.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}
.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}
.fa-clone:before{content:""}.fa-balance-scale:before{content:""}
.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}
.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}
.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}
.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}
.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}
.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}
.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}
.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}
.fa-registered:before{content:""}.fa-creative-commons:before{content:""}
.fa-gg:before{content:""}.fa-gg-circle:before{content:""}
.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}
.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}
.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}
.fa-chrome:before{content:""}.fa-firefox:before{content:""}
.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}
.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}
.fa-500px:before{content:""}.fa-amazon:before{content:""}
.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}
.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}
.fa-industry:before{content:""}.fa-map-pin:before{content:""}
.fa-map-signs:before{content:""}.fa-map-o:before{content:""}
.fa-map:before{content:""}.fa-commenting:before{content:""}
.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}
.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}
.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}
.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}
.fa-codiepie:before{content:""}.fa-modx:before{content:""}
.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}
.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}
.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}
.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}
.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}
.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}
.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}
.fa-percent:before{content:""}.fa-gitlab:before{content:""}
.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}
.fa-envira:before{content:""}.fa-universal-access:before{content:""}
.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}
.fa-blind:before{content:""}.fa-audio-description:before{content:""}
.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}
.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}
.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}
.fa-glide:before{content:""}.fa-glide-g:before{content:""}
.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}
.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}
.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}
.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}
.fa-first-order:before{content:""}.fa-yoast:before{content:""}
.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}
.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}
.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}
.fa-linode:before{content:""}.fa-address-book:before{content:""}
.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}
.fa-vcard-o:before,.fa-address-card-o:before{content:""}
.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}
.fa-user-o:before{content:""}.fa-id-badge:before{content:""}
.fa-drivers-license:before,.fa-id-card:before{content:""}
.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}
.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}
.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}
.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}
.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}
.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}
.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}
.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}
.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}
.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}
.fa-times-rectangle:before,.fa-window-close:before{content:""}
.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}
.fa-bandcamp:before{content:""}.fa-grav:before{content:""}
.fa-etsy:before{content:""}.fa-imdb:before{content:""}
.fa-ravelry:before{content:""}.fa-eercast:before{content:""}
.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}
.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}
.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}
.co-btn{font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;color:#fff;border-radius:2px;outline:0}
.bg-image-cover{background-color:#eee;background-position:center;background-size:cover;background-repeat:no-repeat;height:100%}
.bg-image-contain{background-color:#eee;background-position:center;background-size:contain;background-repeat:no-repeat;height:100%}
.bg-image-large-card-contain{background-color:#000;background-position:center;background-size:contain;background-repeat:no-repeat;height:100%}
@media(max-width:768px){.bg-image-large-card-contain{background-size:cover}}.section-row{margin-top:40px}
body,button,input,select,textarea{color:#404040;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857}
h1,h2,h3,h4,h5,h6{clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}
blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13.125px;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}
code,kbd,tt,var{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13.125px}
abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}
big{font-size:125%}.header-ad{line-height:0}.header-ad .pushdown-ad-exapnd .fa:before,.header-ad .pushdown-close .fa:before{text-shadow:0 0 3px rgba(0,0,0,0.3);z-index:auto}
.ad-wrapper iframe{display:block;margin:0 auto}.ad-wrapper div:first-child{margin-left:auto;margin-right:auto}
.commobs-skin-2600X1400{position:fixed;top:50px;left:50%;margin-left:-1300px;z-index:auto}
.commobs-leaderboard-mobile-300x250,.commobs-leaderboard-mobile-320x50{display:none}
.commobs-river1,.commobs-river2{background:#eee}.commobs-river2{display:none;float:left;width:100%;padding-top:30px;padding-bottom:30px;background:#eee}
.commobs-rightrail2,.commobs-rightrail3{margin-top:30px}.ad-wrapper-padding-commobs-river1{display:none;padding:0 12.5px 0;height:460px;width:50%;margin-top:30px;float:left}
.ad-wrapper-padding-commobs-river1 .commobs-river1{display:table-cell;vertical-align:middle;text-align:center;background-color:#eee}
.ad-wrapper-padding-commobs-river2{display:none;padding:0 12.5px 0;width:100%;margin-top:30px;float:left}
.ad-inline .commobs-instream-300x250{margin-top:30px}@media(max-width:1200px){.commobs-skin-2600X1400{display:none}
.ad-wrapper-padding-commobs-river1{display:table}.ad-wrapper-padding-commobs-river2{display:block}
.commobs-river2{display:block}.ad-inline{padding-right:12.5px;float:left;width:50%}
.ad-inline .commobs-instream-300x250{margin-top:0;height:460px;width:100%;display:table;background:#eee}
.ad-inline .commobs-instream-300x250 .ad-wrapper{display:table-cell;vertical-align:middle}
}@media(max-width:768px){.ad-wrapper-padding-commobs-river1{width:100%}.ad-wrapper{width:100%}
.ad-inline{width:100%;padding-right:0}}@media(max-width:400px){.commobs-leaderboard-mobile-300x250,.commobs-leaderboard-mobile-320x50{display:block;margin:30px auto 0}
}.site-header{background:#333;position:fixed;width:100%;z-index:10;top:0}.site-header .menu-bar-lockup{position:relative;float:left;width:100%}
.site-header .menu-bar-lockup #hamburglar{float:left;margin-right:10px;padding:14px 0 0 10px;border:0;background-color:transparent}
.site-header .menu-bar-lockup #hamburglar i:hover{color:#ccc}.site-header .menu-bar-lockup #hamburglar i{color:#fff;font-size:20px}
.site-header .menu-bar-lockup .site-branding{padding-top:14px;width:188px;float:left}
.site-header .menu-bar-lockup .top-right-nav{float:right;padding-right:5px}.site-header .menu-bar-lockup .top-right-nav a{text-decoration:none}
.site-header .menu-bar-lockup .top-right-nav a i:hover{color:#ccc}.site-header .menu-bar-lockup .top-right-nav a i{color:#fff;font-size:18px;line-height:50px;padding-left:12px;padding-right:12px}
.site-header.admin-header-pushdown{margin-top:32px}.search-wrapper{background-color:#f6f6f6;left:0;right:auto;margin:auto;width:100%;position:absolute;z-index:1}
.search-wrapper:before{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #07b;width:100%}
.search-wrapper .search-form{max-width:1170px;margin:0 auto;padding:32px 12.5px;position:relative}
.search-wrapper .search-form .input-button-lockup{position:relative}.search-wrapper .search-form .input-button-lockup i.fa-search{position:absolute;top:0;left:16px;font-size:18px;line-height:43px;color:#999;z-index:2;padding:0}
.search-wrapper .search-form .input-button-lockup .search-input{width:100%;height:43px;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;font-size:18px;color:#333;border:1px solid #c6c6c6;-webkit-appearance:none;border-radius:2px;padding-left:45px;padding-right:130px}
.search-wrapper .search-form .input-button-lockup .search-submit{position:absolute;top:0;right:0;width:120px;height:43px;background-color:#07b}
.search-wrapper .search-form .input-button-lockup .search-submit:hover{background-color:#333;color:#fff}
.search-bar-hidden{display:none}.spacer{height:188px}.top-markets-outer-container{float:left;width:100%;background:#e5e5e4}
.top-markets-outer-container .menu-top-markets-container{max-width:1170px;margin:0 auto}
.top-markets-outer-container .menu-top-markets-container li{display:inline-block;font-size:16px;line-height:20px;padding:0 15px}
.top-markets-outer-container .menu-top-markets-container li a{color:#000;line-height:48px;display:inline-block;position:relative}
.top-markets-outer-container .menu-top-markets-container li:first-child{padding:0 15px 0 12.5px}
.top-markets-outer-container .menu-top-markets-container li.current-menu-item a{color:#07b}
.top-markets-outer-container .menu-top-markets-container li.current-menu-item a:after{content:'';background:#07b;width:100%;position:absolute;bottom:0;height:2px;left:0;right:0}
.top-markets-outer-container .menu-top-markets-container li:hover a{color:#07b}.top-markets-outer-container .menu-top-markets-container li:hover a:after{content:'';background:#07b;width:100%;position:absolute;bottom:0;height:2px;left:0;right:0}
@media(max-width:1200px){.search-wrapper .search-form{max-width:820px;width:100%}
.top-markets-outer-container .menu-top-markets-container{max-width:820px;width:100%}
}@media(max-width:800px){.top-markets-outer-container{display:none}}@media(max-width:768px){.site-header .header-ad{display:none}
.spacer{height:50px}}@media(max-width:400px){.search-wrapper .search-form .input-button-lockup .search-input{width:100%;position:relative;padding-right:0}
.search-wrapper .search-form .input-button-lockup .search-submit{width:100%;position:relative;margin-top:10px}
}@media(max-width:355px){.site-header .menu-bar-lockup .site-branding{width:150px}
}.footer-separator{float:left;width:100%;margin:50px 0 20px;border:0;border-top:1px solid #eee}
.footer-card-copyright-lockup{float:right}.footer-card-copyright-lockup .footer-subscribe-card{width:360px;margin:0 auto;background-color:#eee;padding:15px;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;font-size:16px;line-height:32px}
.footer-card-copyright-lockup .footer-subscribe-card p{margin:0 0 18px}.footer-card-copyright-lockup .footer-subscribe-card .footer-subscribe-email{border:0;float:left;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;background-color:#fff;border-radius:2px;width:75%;height:43px;padding:0 15px;margin-bottom:15px}
.footer-card-copyright-lockup .footer-subscribe-card .footer-subscribe-submit{float:left;width:25%;height:43px;border:0;background-color:#000;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;color:#fff;border-radius:2px;text-transform:uppercase;outline:0;margin-bottom:15px}
.footer-card-copyright-lockup .footer-subscribe-card .footer-subscribe-submit:hover{background-color:#07b}
.footer-card-copyright-lockup .footer-subscribe-card .footer-subscribe-checkboxes{margin-bottom:15px}
.footer-card-copyright-lockup .footer-subscribe-card .footer-subscribe-checkboxes input[type="checkbox"]{display:inline-block;vertical-align:middle}
.footer-card-copyright-lockup .footer-subscribe-card .footer-subscribe-checkboxes label{padding-right:15px;display:inline-block;vertical-align:middle}
.footer-card-copyright-lockup .footer-subscribe-card .subscribe-social-btns{display:flex;justify-content:space-between}
.footer-card-copyright-lockup .footer-subscribe-card .subscribe-social-btns a{width:85px;height:33px;border-radius:2px;color:white}
.footer-card-copyright-lockup .footer-subscribe-card .subscribe-social-btns a:hover{background:#333}
.footer-card-copyright-lockup .footer-subscribe-card .subscribe-social-btns .twitter{background-color:#55acee}
.footer-card-copyright-lockup .footer-subscribe-card .subscribe-social-btns .facebook{background-color:#3a5795}
.footer-card-copyright-lockup .footer-subscribe-card .subscribe-social-btns .linkedin{background-color:#005da5}
.footer-card-copyright-lockup .footer-subscribe-card .footer-submit-success{display:none}
.footer-card-copyright-lockup .footer-subscribe-card .form-error{margin:0;color:#b90606}
.footer-card-copyright-lockup .footer-subscribe-card input[type="checkbox"].input-error{box-shadow:0 0 2px 1px #b90606}
.footer-card-copyright-lockup .footer-subscribe-card input.input-error{border:2px solid #b90606}
.footer-card-copyright-lockup .copyright{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;font-size:16px;line-height:16px;text-transform:uppercase;color:#333;margin-top:20px;margin-bottom:20px;text-align:right}
@media(max-width:1200px){.footer-card-copyright-lockup{width:100%}.footer-card-copyright-lockup .footer-subscribe-card{margin:20px auto}
.footer-card-copyright-lockup .copyright{text-align:center}}@media(max-width:768px){.footer-menu-wrap{display:none}
.footer-card-copyright-lockup .footer-subscribe-card{max-width:360px;width:auto}}
.site-content{max-width:1170px;margin:0 auto;background-color:#fcfcfc}.site-content .content-area{position:relative}
.site-content .content-area .site-main{float:left;width:100%}.featured-posts,.featured-post{width:66.66666667%;float:left;position:relative}
.sidebar{width:33.33333333%;float:left;padding:0 12.5px 0;margin-top:30px}.headliner-with-border{width:100%;position:relative;display:inline-block;padding:0;vertical-align:top;text-align:left}
.headliner-with-border .section-header{position:relative;margin-bottom:13px;padding:0 12.5px}
.headliner-with-border .section-header .border{border-top:4px solid #ddd;font-weight:900;font-size:26px;letter-spacing:-0.025em;word-spacing:.1em;text-transform:uppercase;margin-top:0}
.headliner-with-border .section-header .header{position:absolute;top:0;border-top:4px solid #000;font-weight:900;font-size:26px;letter-spacing:-0.025em;word-spacing:.1em;text-transform:uppercase;text-align:left;margin-top:0}
.site-footer{padding:0 12.5px 0;float:left;width:100%;position:relative}@media(max-width:1200px){.site-content{max-width:820px;width:100%}
.site-content .featured-posts,.site-content .featured-post{width:100%}.site-content .sidebar{display:none}
}.home .large-card,.archive .large-card,.search .large-card{margin-top:0}.home .sidebar,.archive .sidebar,.search .sidebar{margin-top:0}
.home .mobile-sidebar,.archive .mobile-sidebar,.search .mobile-sidebar{display:none}
.home .mobile-sidebar #trending,.archive .mobile-sidebar #trending,.search .mobile-sidebar #trending{width:50%;float:left;padding:0 12.5px 0}
.home .mobile-sidebar #trending .section-header,.archive .mobile-sidebar #trending .section-header,.search .mobile-sidebar #trending .section-header{padding:0}
.home #trending .section-header,.archive #trending .section-header,.search #trending .section-header{padding:0}
.home .posts-wrapper-three-up,.archive .posts-wrapper-three-up,.search .posts-wrapper-three-up{float:left;width:100%}
.ad-after-initial-posts{margin-top:30px;float:left;width:100%}.spinner-wrapper{float:left;display:inline-block;width:100%;text-align:center;display:none}
@media(max-width:1200px){.archive .mobile-sidebar,.home .mobile-sidebar,.search .mobile-sidebar{display:block}
.archive .mobile-sidebar #trending .xsmall-card-wrapper,.home .mobile-sidebar #trending .xsmall-card-wrapper,.search .mobile-sidebar #trending .xsmall-card-wrapper{width:100%}
}@media(max-width:768px){.archive .featured-posts .mobile-sidebar #trending,.archive .featured-posts .mobile-sidebar .ad-wrapper,.home .featured-posts .mobile-sidebar #trending,.home .featured-posts .mobile-sidebar .ad-wrapper,.search .featured-posts .mobile-sidebar #trending,.search .featured-posts .mobile-sidebar .ad-wrapper{width:100%}
}.single .article-wrapper{padding:0 12.5px 0}.single .article-wrapper .presented-by{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;color:#000;font-size:22px;background-color:#eee;padding:10px;margin-top:30px;margin-bottom:0;text-transform:uppercase}
.single .article-wrapper h1{font-weight:700;font-size:52px;color:#000}.single .article-wrapper .sub-headline{font-size:22px;color:#000;margin:0 0 15px 0;font-style:italic}
.single .article-wrapper h6{margin-top:10px;margin-bottom:10px;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em;color:#a9a9a9;text-transform:uppercase}
.single .article-wrapper h6 .date{margin-left:10px}.single .article-wrapper .img-background{height:510px}
.single .article-wrapper .caption{color:#a9a9a9;margin-top:10px;line-height:22px;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em}
.single .article-wrapper .slick-arrow{position:absolute;font-size:60px;top:0;z-index:2;color:white;width:30px;height:510px;background-color:rgba(0,0,0,0.4)}
.single .article-wrapper .slick-arrow.prev{left:0}.single .article-wrapper .slick-arrow.next{right:0}
.single .article-wrapper .header-rule{margin:20px 0;border:0;border-top:1px solid #eee}
.single .article-wrapper .content-rule{margin:15px 0 0;border:0;border-top:1px solid #eee}
.single .article-wrapper .story-sharing-before-content{display:inline-block}.single .article-wrapper .slick-navigation{font-weight:700;font-size:26px;display:inline-block;line-height:32px;float:right}
.single .article-wrapper .slick-navigation .prev-slide{margin-right:10px}.single .article-wrapper .slick-navigation .next-slide{margin-left:10px}
.single .article-wrapper .content{font-family:"pt-serif",serif;font-weight:400;font-size:20px;line-height:32px;-webkit-user-select:text;-khtml-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}
.single .article-wrapper .content h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit;text-transform:none}
.single .article-wrapper .content .gallery{display:none}.single .article-wrapper .content p{font-family:"pt-serif",serif;font-weight:400;font-size:20px;line-height:32px;margin:24px 0 10px}
.single .article-wrapper .content .ad-wrapper-commobs-incontent-300x250{background:#eee;float:left;width:100%;margin-bottom:15px}
.single .article-wrapper .content .ad-wrapper-commobs-incontent-300x250 .commobs-incontent-300x250{margin:15px auto}
.single .article-wrapper .content figure figcaption{color:#a9a9a9;margin-top:4px;line-height:22px;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}
.single .article-wrapper .content figure.alignleft{margin-left:0}.single .article-wrapper .content figure.alignright{margin-right:0}
.single .article-wrapper .content .see-also-related-post{display:table;width:100%;padding:15px;margin:30px 0;border-top:1px solid black;border-bottom:1px solid black}
.single .article-wrapper .content .see-also-related-post span{font-weight:bold}.single .article-wrapper .story-keywords-container{font-size:16px;font-weight:600;float:left}
.single .article-wrapper .story-keywords-container label{color:#333;margin-top:10px;padding-right:5px;text-transform:uppercase}
.single .article-wrapper .story-keywords-container a:not(:first-of-type){padding-left:5px}
.single .article-wrapper #story-sharing-after-content{margin-top:20px}.single .sidebar .commobs-instream-300x250{margin-top:30px}
.single .sidebar #trending .section-header{padding:0}.single .sidebar .sidebar-newsletter-subscribe-wrapper{margin-top:30px;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);background:white}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .title{padding:12px 0;font-weight:700;font-size:32px;line-height:38px;text-align:center;background:#f5f5f5;color:#666;width:100%;margin:0}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group{position:relative;padding:16px}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group:nth-of-type(1),.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group:nth-of-type(3){border-bottom:1px solid #e2e2e2}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group:nth-of-type(2){border-bottom:1px solid rgba(226,226,226,0.44)}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group input{position:absolute;top:0;bottom:0;margin:auto}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group label{display:block;margin-left:30px}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group label h4{margin:0 0 5px;font-weight:700;font-size:20px;line-height:24px;color:#000}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group label h4 .email-frequency{font-weight:400;color:#666}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .form-group label p{color:#666;margin:0;font-size:16px;line-height:20px}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-wrap{position:relative;padding:16px;text-align:center}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-wrap input{width:100%;padding:10px;border:2px solid #7a7a7a}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-wrap input.input-error{border-color:#b90606}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-wrap button{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700;color:white;background:#07b;font-size:24px;line-height:28px;padding:9px 38px;display:block;margin:16px auto}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-wrap button:hover{background:#007fc8}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-wrap .see-all-newsletters{text-decoration:underline;display:inline-block}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-success{display:none;text-align:center;font-size:16px;line-height:20px}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-success a{color:#000}
.single .sidebar .sidebar-newsletter-subscribe-wrapper .sidebar-submit-success a span{color:#07b;text-decoration:underline}
.single .sidebar .form-error{text-align:left;color:#b90606;font-size:16px;margin:16px 0 0}
.single .sidebar input.input-error{border-color:#b90606;box-shadow:0 0 2px 1px #b90606}
.single .ad-with-rule{float:left;width:100%}.single .ad-with-rule .top-rule{margin:20px 12.5px;border:0;border-top:1px solid #eee}
.single .ad-with-rule .bottom-rule{float:left;width:100%;margin:20px 12.5px 0;border:0;border-top:1px solid #eee}
.single .three-up .one-third-wrapper{width:33.33333333%;float:left;margin-top:30px}
@media(max-width:1200px){.single .ad-with-rule .ad-970x90{display:none}.single .ad-with-rule .ad-728x90{display:block}
.single .sidebar{display:block;width:100%}.single .sidebar #trending{float:right;width:50%;padding-left:12.5px}
.single .sidebar .sidebar-newsletter-subscribe-wrapper{float:left;width:100%}.single .medium-card-wrapper:nth-of-type(3n-1){width:100%}
}@media(max-width:991px){.single .slideshow-wrap .img-background,.single .slideshow-wrap .slick-arrow{height:410px}
}@media(max-width:768px){.single .header-rule{display:none}.single .slideshow-wrap .img-background,.single .slideshow-wrap .slick-arrow{height:300px}
.single .story-sharing-before-content{margin-top:20px}.single .slick-navigation{margin-top:20px}
.single .sidebar #trending{width:100%;padding-left:0}.single .ad-with-rule .ad-728x90{display:none}
.single .ad-with-rule .ad-320x50{display:block}.single .article-wrapper .content figure{width:100% !important;margin:1em auto 1.5em}
.single .article-wrapper .content figure img{width:100%;height:100%}.single .three-up{display:table;width:100%;float:left;margin-top:30px}
.single .three-up .one-third-wrapper{width:100%}.single .three-up .one-third-wrapper:not(.ad-inline){display:table-header-group;float:none}
}@media(max-width:400px){.single .article-wrapper .slick-navigation{font-size:18px}
.single .article-wrapper .slick-navigation .prev-slide{margin-right:5px}.single .article-wrapper .slick-navigation .next-slide{margin-left:5px}
}.card-wrap{padding:0 12.5px 0}.card-wrap .card{box-shadow:0 0 4px 0 rgba(0,0,0,0.3);border:1px solid #c6c6c6;background:white}
.card-wrap .card:hover{box-shadow:0 0 10px 0 rgba(0,119,187,0.4)}.card-wrap .card:active{box-shadow:none}
.card-wrap .card .card-text{margin:15px;pointer-events:none;color:#000}.card-wrap .card .card-text .channel{display:inline-block;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em}
.card-wrap .card .card-text .channel.leases-label{color:#151ca2}.card-wrap .card .card-text .channel.finance-label{color:#caa90d}
.card-wrap .card .card-text .channel.sales-label{color:#24a97e}.card-wrap .card .card-text .channel.design-construction-label{color:#964b1e}
.card-wrap .card .card-text .channel.more-label{color:#000}.card-wrap .card .card-text .divider{display:inline-block;border-left:1px solid #666;margin:-0.11em .5em;height:.95em}
.card-wrap .card .card-text .market{display:inline-block;color:#666;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em}
.card-wrap .card .card-text .byline{margin-top:15px;margin-bottom:0;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em;color:#000}
.card-wrap .card .card-text .byline span{color:#a9a9a9}.card-wrap .card .bar{width:100%;height:7px;position:absolute;top:0;left:0;z-index:1;background-color:#000}
.card-wrap .card .bar.leases{background:#151ca2}.card-wrap .card .bar.finance{background:#caa90d}
.card-wrap .card .bar.sales{background:#24a97e}.card-wrap .card .bar.design-construction{background:#964b1e}
.card-wrap .card .bar.more{background:#000}.xsmall-card-wrapper .xsmall-card{width:100%;height:92px;border:1px solid #c6c6c6;position:relative;top:0;left:0;margin-top:13px}
.xsmall-card-wrapper .xsmall-card .card-text{margin:10px}.xsmall-card-wrapper .xsmall-card .card-text h4{font-weight:600;font-size:20px;color:#000;margin-top:8px;margin-bottom:10px}
.xsmall-card-wrapper .xsmall-card.first-in-list{margin-top:0}#trending{margin-top:30px}
#trending .xsmall-card-wrapper{padding:0}.small-card-wrapper{float:left;width:33.33333333%}
.small-card-wrapper .small-card{width:100%;display:inline-block;position:relative;margin-top:30px;height:217px}
.small-card-wrapper .small-card .small-card-image{height:100%;position:absolute;top:0;bottom:0;right:0;left:0}
.small-card-wrapper .small-card .small-card-image-gradient{background:linear-gradient(-180deg,rgba(255,255,255,0.75) 18%,rgba(255,255,255,0.3) 50%,rgba(0,0,0,0.6) 80%);height:100%;position:absolute;top:0;bottom:0;right:0;left:0}
.small-card-wrapper .small-card .card-text{margin:0;position:relative;height:100%}
.small-card-wrapper .small-card .card-text .channel{padding:12px 0 12px 12px}.small-card-wrapper .small-card .card-text h3{position:absolute;width:100%;bottom:0;left:0;margin-top:13px;margin-bottom:0;padding:0 15px 15px 15px;font-weight:700;font-size:26px;color:#fff}
.medium-card-wrapper{float:left;width:33.33333333%}@media(max-width:1200px){.medium-card-wrapper{width:50%}
}.medium-card-wrapper .medium-card{width:100%;display:inline-block;position:relative;margin-top:30px;height:460px}
.medium-card-wrapper .medium-card .medium-card-image{height:285px;position:relative}
.medium-card-wrapper .medium-card .card-text h3{font-weight:700;font-size:26px;color:#000;margin-top:10px;margin-bottom:10px}
.featured-posts .medium-card-wrapper{float:left;width:50%}.large-card{width:100%;height:460px;display:inline-block;position:relative;margin-top:30px}
.large-card .large-card-image{height:285px;position:relative}.large-card .card-text h2{font-weight:700;font-size:37px;color:#000;margin-top:10px;margin-bottom:10px;line-height:1.2}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;padding:0 15px;height:100%;width:100%;position:relative;display:table}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .avatar-wrapper{display:table-cell;vertical-align:middle;width:50px;height:50px}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .avatar-wrapper .avatar{width:50px;height:50px;border-radius:50%;background-color:#f4f4f4;position:relative}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .avatar-wrapper .avatar:after{content:"\f073";font-family:FontAwesome;font-style:normal;font-weight:normal;font-size:29px;position:absolute;left:12px;top:4px;color:#666;opacity:.5}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text{display:table-cell;vertical-align:middle;padding-left:10px;color:#000;word-spacing:.10em}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .label{text-transform:uppercase;font-weight:600;display:inline-block}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .date{font-weight:600;display:inline-block}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .name{display:inline-block;margin-top:1.5px;font-size:25px;width:100%;font-weight:700}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .lease-label{color:#151ca2}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .financing-label{color:#caa90d}
.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .sale-label{color:#24a97e}
.sponsored-card .card{background:#f4f4f4}.sponsored-card .card .bar.sponsored-card-bar{background:#000}
.contributor-small-card-wrap{float:left;width:33.33333333%}@media(max-width:1200px){.contributor-small-card-wrap:last-child{display:none}
}@media(max-width:768px){.contributor-small-card-wrap .contributor-small-card{margin-top:30px}
.contributor-small-card-wrap:nth-child(-n+2) .contributor-small-card{margin-top:0}
.contributor-small-card-wrap:last-child{display:block}}.contributor-small-card-wrap .contributor-small-card{height:217px;position:relative}
.contributor-small-card-wrap .contributor-small-card .card-text{margin:0}.contributor-small-card-wrap .contributor-small-card .card-text .card-headline{padding:12px}
.contributor-small-card-wrap .contributor-small-card .card-text h3{top:50px;background-color:transparent;font-weight:700;font-size:26px;margin-top:13px;padding:0 15px 15px 15px}
.contributor-small-card-wrap .contributor-small-card .card-text .author{position:absolute;bottom:15px;left:15px}
.contributor-small-card-wrap .contributor-small-card .card-text .author .avatar-container{float:left;height:50px;width:50px}
.contributor-small-card-wrap .contributor-small-card .card-text .author .avatar-container .avatar{height:100%;width:100%;border-radius:50%;border:1px solid #eee}
.contributor-small-card-wrap .contributor-small-card .card-text .author .name-container{float:left;height:50px;margin-left:8px}
.contributor-small-card-wrap .contributor-small-card .card-text .author .name-container .name{font-weight:600;font-size:18px}
.contributor-small-card-wrap .contributor-small-card .card-text .author .name-container .title{font-weight:600;font-size:14px;word-spacing:.10em}
@media(max-width:1200px){.medium-card-wrapper,.small-card-wrapper,.contributor-small-card-wrap,.featured-posts>.medium-card-wrapper{width:50%}
}@media(max-width:768px){.card-wrap .card .card-text .channel,.card-wrap .card .card-text .market,.card-wrap .card .card-text .byline{font-size:13px}
.medium-card-wrapper,.small-card-wrapper,.xsmall-card-wrapper,.contributor-small-card-wrap,.featured-posts>.medium-card-wrapper{width:100%}
.large-card .card-text h2{font-size:24px;margin:10px 0}.medium-card-wrapper .medium-card .card-text h3{font-size:24px;margin:10px 0}
}@media(max-width:425px){.card-text .channel,.card-text .market,.card-text .byline{font-size:12px}
.xsmall-card{height:110px}.xsmall-card .card-text{margin:10px}.xsmall-card .card-text h4{margin-top:4px}
.medium-card-wrapper .medium-card .medium-card-image{height:229px}.large-card .large-card-image{height:229px}
}@media(max-width:400px){.realgraph-xsmall-card-wrapper .realgraph-xsmall-card .card-content .card-text .name{font-size:24px}
}@media(max-width:360px){.card-text .channel span{display:none}.card-text .channel span:first-child{display:block}
.card-text .channel span:first-child span{display:none}}.realgraph-beacon-cards-wrap{float:left;width:100%;margin-bottom:20px}
.story-entity-cards{float:left;width:100%}.story-entity-cards .story-entity-cards-header{margin-top:20px;font-size:24px}
.story-entity-cards .xsmall-card{width:360px;height:92px;margin-top:13px;position:relative;float:left}
.story-entity-cards .xsmall-card a{color:inherit}.story-entity-cards .xsmall-card .box{width:360px;height:92px;border:1px solid #c6c6c6;z-index:2;position:absolute;top:0;left:0}
.story-entity-cards .xsmall-card .box:not(:hover){box-shadow:0 0 4px 0 rgba(0,0,0,0.3)}
.story-entity-cards .xsmall-card .box:hover{box-shadow:0 0 10px 0 rgba(0,119,187,0.4)}
.story-entity-cards .xsmall-card .box:active{box-shadow:none}.story-entity-cards .xsmall-card .box.no-glow{box-shadow:none}
.avatar-container{position:relative;float:left;width:50px;height:50px}.avatar-container .avatar{width:50px;height:50px;border-radius:50%;background-color:#f4f4f4;position:relative}
.activity-header{width:100%;height:60px;margin:5px 0;padding:15px 15px 0}.activity-header .avatar:after{content:"\f073";font-family:FontAwesome;font-style:normal;font-weight:normal;font-size:29px;position:absolute;left:12px;top:4px;color:#666;opacity:.5}
.activity-header .name-type-container{width:270px;height:62px;float:left;margin-left:10px}
.activity-header .name-type-container .more-label{color:#666;font-size:18px}.activity-header .name-type-container h3{color:#404040;margin-top:1.5px;font-size:28px;width:100%}
.organization-header{width:100%;height:60px;margin:5px 0;padding:15px 15px 0}.organization-header .avatar:after{content:"\f0c0";font-family:FontAwesome;font-style:normal;font-weight:normal;font-size:35px;position:absolute;left:7px;top:2px;color:#666;opacity:.5}
.name-type-container{width:270px;float:left;margin-left:10px}.name-type-container .more-label{color:#666;font-size:18px}
.name-type-container h3{color:#404040;margin-top:1.5px;margin-bottom:0;font-size:28px;width:100%}
.building-header{width:100%;height:60px;margin:5px 0;padding:15px 15px 0}.building-header .avatar .icon{background-size:42px;background-repeat:no-repeat;background-position:50%;border-radius:50%;width:50px;height:50px;opacity:.25}
.building-header .name-location-container{width:270px;height:62px;float:left;margin-left:10px}
.building-header .name-location-container .more-label{margin-bottom:2.5px;color:#666}
.building-header .name-location-container h3{color:#404040;margin:0;font-size:28px;width:100%}
.building-header .name-location-container .building-location{font-size:18px;font-weight:400;color:#666;margin:0}
.person-header{width:100%;height:60px;margin:5px 0;padding:15px 15px 0}.person-header .avatar.avatar-square{border-radius:0}
.person-header .name-title-container{width:270px;height:62px;float:left;margin-left:10px}
.person-header .name-title-container h3{color:#404040;margin:0;font-size:28px;width:100%}
.person-header .name-title-container .name-headline{font-size:18px;font-weight:400;color:#666;margin-top:1.5px}
@media(max-width:768px){.story-entity-cards .xsmall-card{width:100%}.story-entity-cards .xsmall-card .box{width:100%}
}@media screen and (max-width:400px){.xsmall-card .activity-header .name-type-container{width:75%}
.xsmall-card .activity-header .name-type-container .more-label{font-size:16px}.xsmall-card .activity-header .name-type-container h3{font-size:24px}
.xsmall-card .organization-header .name-type-container{width:75%}.xsmall-card .organization-header .name-type-container .more-label{font-size:16px}
.xsmall-card .organization-header .name-type-container h3{font-size:24px}.xsmall-card .person-header .name-title-container{width:75%}
.xsmall-card .person-header .name-title-container .name-headline{margin-top:3px}.xsmall-card .person-header .name-title-container h3{font-size:24px}
.xsmall-card .building-header .name-location-container{width:75%}.xsmall-card .building-header .name-location-container .more-label{margin-bottom:1px;font-size:16px}
.xsmall-card .building-header .name-location-container h3{margin-top:2px;font-size:24px}
.xsmall-card .building-header .name-location-container .building-location{margin-top:1px}
}@media screen and (max-width:320px){.xsmall-card .activity-header .name-type-container h3{margin-top:3px;font-size:22px}
.xsmall-card .organization-header .name-type-container h3{margin-top:3px;font-size:22px}
.xsmall-card .person-header .name-title-container h3{font-size:22px;margin-top:2px}
.xsmall-card .person-header .name-title-container .name-headline{margin-top:3px}.xsmall-card .building-header .name-location-container .more-label{margin-bottom:1px}
.xsmall-card .building-header .name-location-container h3{margin-top:2px;font-size:22px}
}#menu-main-menu{margin-left:30px;float:left}#menu-main-menu li{display:inline-block;height:50px;margin:0;padding:0 15px}
#menu-main-menu li a{line-height:50px;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;font-size:16px;color:#fff;text-transform:uppercase;-webkit-font-smoothing:antialiased;display:inline-block}
#menu-main-menu li a i{line-height:50px;margin-left:5px}#menu-main-menu .leases.current-menu-item,#menu-main-menu .leases.current-menu-ancestor{background-color:#151ca2}
#menu-main-menu .finance.current-menu-item,#menu-main-menu .finance.current-menu-ancestor{background-color:#caa90d}
#menu-main-menu .sales.current-menu-item,#menu-main-menu .sales.current-menu-ancestor{background-color:#24a97e}
#menu-main-menu .design-construction.current-menu-item,#menu-main-menu .design-construction.current-menu-ancestor{background-color:#964b1e}
#menu-main-menu .more.current-menu-item,#menu-main-menu .more.current-menu-ancestor{background-color:#666}
#menu-main-menu .events.current-menu-item,#menu-main-menu .events.current-menu-ancestor{background-color:#0ea3fb}
#menu-main-menu .videos.current-menu-item{background-color:#07b}#menu-main-menu .sub-menu-wrap{display:none;background-color:#f6f6f6;left:0;top:50px;bottom:auto;right:auto;margin:auto;width:100%;position:absolute}
#menu-main-menu .sub-menu-wrap ul{max-width:1170px;margin:0 auto;padding:15px 10px 15px 10px}
#menu-main-menu .sub-menu-wrap ul li{padding:0;border-radius:2px;margin:0 2.5px;border:1px solid transparent;height:auto}
#menu-main-menu .sub-menu-wrap ul li a{display:inline-block;padding:6px 12px;line-height:1.42857;text-align:center;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;font-size:16px;color:#fff;text-transform:none}
#menu-main-menu .menu-item:hover .sub-menu-wrap{display:inline-block;z-index:2}#menu-main-menu .menu-item.leases:hover{background:#151ca2}
#menu-main-menu .menu-item.leases:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #151ca2;width:100%;top:50px;z-index:99}
#menu-main-menu .menu-item.leases .sub-menu li{background:#151ca2}#menu-main-menu .menu-item.leases .sub-menu li a:hover{color:#a9b4b9}
#menu-main-menu .menu-item.finance:hover{background:#caa90d}#menu-main-menu .menu-item.finance:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #caa90d;width:100%;z-index:99}
#menu-main-menu .menu-item.finance .sub-menu li{background:#caa90d}#menu-main-menu .menu-item.finance .sub-menu li a:hover{color:#928653}
#menu-main-menu .menu-item.sales:hover{background:#24a97e}#menu-main-menu .menu-item.sales:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #24a97e;width:100%;top:50px;z-index:99}
#menu-main-menu .menu-item.sales .sub-menu li{background:#24a97e}#menu-main-menu .menu-item.sales .sub-menu li a:hover{color:#588476}
#menu-main-menu .menu-item.design-construction:hover{background:#964b1e}#menu-main-menu .menu-item.design-construction:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #964b1e;width:100%;top:50px;z-index:99}
#menu-main-menu .menu-item.design-construction .sub-menu li{background:#964b1e}#menu-main-menu .menu-item.design-construction .sub-menu li a:hover{color:#edcdba}
#menu-main-menu .menu-item.more:hover{background:#666}#menu-main-menu .menu-item.more:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #666;width:100%;top:50px;z-index:99}
#menu-main-menu .menu-item.more .sub-menu li{background:#666}#menu-main-menu .menu-item.more .sub-menu li a:hover{color:#ccc}
#menu-main-menu .menu-item.events:hover{background:#0ea3fb}#menu-main-menu .menu-item.events:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #0ea3fb;width:100%;top:50px;z-index:99}
#menu-main-menu .menu-item.events .sub-menu .menu-item.events:hover:after{display:none}
#menu-main-menu .menu-item.events .sub-menu li{background:#0ea3fb}#menu-main-menu .menu-item.events .sub-menu li a:hover{color:#e1f2fd}
#menu-main-menu .menu-item.videos:hover{background:#07b}#menu-main-menu .menu-item.videos:hover:after{content:'';position:absolute;left:0;right:auto;border-bottom:5px solid #07b;width:100%;top:50px;z-index:99}
#menu-main-menu .menu-item.videos:hover .sub-menu li{background:#07b}#menu-main-menu .menu-item.videos:hover .sub-menu li a:hover{color:#c7e2f1}
#flyout-menu-wrapper{display:none;position:fixed;width:100%;height:100%;background-color:rgba(255,255,255,0.7)}
#flyout-menu-wrapper #flyout-menu{width:320px;height:100%;position:fixed;background:#f6f6f6;border:1px solid #c6c6c6;padding:0 15px 15px;margin-right:15px}
#flyout-menu-wrapper #flyout-menu .header{position:relative;width:100%;margin-top:14px;padding-bottom:15px;border-bottom:6px solid #333}
#flyout-menu-wrapper #flyout-menu .header .logo-wrap{display:inline-block;width:188px;height:21px}
#flyout-menu-wrapper #flyout-menu .header .logo-wrap a{display:inline-block}#flyout-menu-wrapper #flyout-menu .header button{display:inline-block;float:right}
#flyout-menu-wrapper #flyout-menu .header button i{font-size:24px;line-height:24px;color:#999}
#flyout-menu-wrapper #flyout-menu .menus{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;margin-bottom:30px}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul{height:100%;overflow-y:auto;list-style-type:none;padding:0}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li{border-bottom:1px solid #c6c6c6;cursor:pointer;position:relative}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li a{line-height:50px;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:300;font-size:16px;color:#333;display:inline-block}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li.menu-item-has-children:after{font-family:FontAwesome;content:'\f0d7';line-height:50px;position:absolute;padding:0 20px;top:0;right:0;transition:transform .3s ease;-o-transition:transform .3s ease;-ms-transition:transform .3s ease;-moz-transition:transform .3s ease;-webkit-transition:transform .3s ease}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li .sub-menu{display:none;margin:0}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li .sub-menu li{border-top:1px solid #c6c6c6;border-bottom:0}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li .sub-menu li a{padding-left:30px;display:block}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul li:last-child{border-bottom:0}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul .expanded{display:block}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul .expanded:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-menu-container ul .expanded .sub-menu{display:block}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-features-container ul{border-top:6px solid #333;margin-bottom:30px}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-features-container ul li{border-bottom:1px solid #c6c6c6}
#flyout-menu-wrapper #flyout-menu .menus .menu-flyout-features-container ul li a{line-height:44px;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;font-size:12px;color:#333}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe{height:180px}#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-btn{width:100%;margin-bottom:20px;background-color:#07b;color:white}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-btn:hover{background:#333}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-social-btns{display:flex;justify-content:space-between}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-social-btns a{width:85px;height:33px;border-radius:2px;color:white}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-social-btns a:hover{background:#333}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-social-btns .twitter{background-color:#55acee}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-social-btns .facebook{background-color:#3a5795}
#flyout-menu-wrapper #flyout-menu .menus .flyout-subscribe .subscribe-social-btns .linkedin{background-color:#005da5}
#flyout-menu-wrapper #flyout-menu .menus .disclaimer{font-weight:400;font-size:12px;line-height:1.3em;word-spacing:.10em;color:#333;margin-top:24px;margin-bottom:10px}
#flyout-menu-wrapper #flyout-menu .menus .disclaimer a{color:#07b}#menu-footer-menu{float:left;width:66.66666667%;margin-bottom:10px}
#menu-footer-menu .menu-item-has-children{display:inline-block;text-transform:uppercase;vertical-align:top;font-weight:700;font-size:18px}
#menu-footer-menu .menu-item-has-children:not(:first-of-type){padding-left:5%}#menu-footer-menu .menu-item-has-children a{color:#333}
#menu-footer-menu .menu-item-has-children a:hover{color:#07b}#menu-footer-menu .menu-item-has-children .sub-menu{font-weight:400;text-transform:none}
.nav-open{overflow:hidden}.nav-open #page #flyout-menu-wrapper{z-index:20;display:block}
@media(max-width:1200px){#menu-footer-menu{width:100%}}@media(max-width:992px){.main-navigation{display:none}
}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute !important;height:1px;width:1px;overflow:hidden}
.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,0.6);clip:auto !important;color:#21759b;display:block;font-size:12.25px;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
#content[tabindex="-1"]:focus{outline:0}.alignleft{display:inline;float:left;margin-right:1.5em}
.alignright{display:inline;float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;table-layout:fixed}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both}
.page-template-default .entry-content{color:#000;padding:0 12.5px 0}.page-template-default .entry-content h1,.page-template-default .entry-content h2,.page-template-default .entry-content h3,.page-template-default .entry-content h4,.page-template-default .entry-content h5,.page-template-default .entry-content h6{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:700}
.page-template-default .entry-content h1{font-size:52px}.page-template-default .entry-content h2{margin-top:15px;font-size:37px}
.page-template-default .entry-content h4{font-weight:600;font-size:20px;margin-top:8px}
.page-template-default .entry-content p{font-family:"pt-serif",serif;font-weight:400;font-size:20px;line-height:32px;margin:24px 0 10px;color:#333}
@media(max-width:991px){h1{font-size:48px}h2{font-size:28px}p{font-size:19px;line-height:31px;margin-top:23px}
}@media(max-width:768px){h1{font-size:40px}}@media(max-width:400px){h4{font-size:20px;margin-top:4px}
}.home .featured-headline-tag-wrap{padding:0 12.5px 0}.home .featured-headline-tag-wrap .featured-headline-tag{margin-top:30px;padding:10px;background-color:#eee;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;font-size:20px}
.home .large-card{margin-top:30px}.home .sidebar{margin-top:30px}.home .large-card-carousel{margin-bottom:0}
.home .large-card-carousel .slick-dots{display:block;position:absolute;bottom:15px;right:12.5px;list-style-type:none;padding:0;margin:0;width:auto}
.home .large-card-carousel .slick-dots button:before{font-size:12px;line-height:20px;font-family:FontAwesome;content:"\f111"}
.home .large-card-carousel .large-card-wrapper:not(:first-child){display:none}.home .slick-initialized .slick-track .large-card-wrapper{display:block}
.home .realgraph-activity-wrap{float:left;width:33.33333333%}.home .realgraph-activity-wrap .realgraph-activity{margin-top:30px;height:460px}
.home .happening-now-realgraph .realgraph-xsmall-card-wrapper{float:left;width:33.33333333%}
.home .happening-now-realgraph .realgraph-xsmall-card-wrapper:nth-child(-n+3) .realgraph-xsmall-card{margin-top:0}
.home .realgrap-cta-wrap{padding:0 12.5px 0}.home .realgrap-cta-wrap .realgraph-cta{position:relative;width:100%;margin:0 auto;padding:50px;border:1px solid #c6c6c6;box-shadow:0 0 4px 0 rgba(0,0,0,0.3)}
@media(max-width:700px){.home .realgrap-cta-wrap .realgraph-cta{text-align:center}
}.home .realgrap-cta-wrap .realgraph-cta h1{color:#fff;margin-top:0;font-weight:700;font-size:52px}
.home .realgrap-cta-wrap .realgraph-cta h3{color:#fff;font-weight:700;font-size:26px;margin-top:13px}
.home .realgrap-cta-wrap .realgraph-cta .faux-btn{color:#fff;font-size:24px;font-weight:400;display:inline-block;padding:8px 30px;border-radius:2px;background-color:#07b;text-transform:uppercase;margin-top:50px}
.home .realgrap-cta-wrap .realgraph-cta .logo-lock-up{position:absolute;right:50px;bottom:40px}
@media(max-width:700px){.home .realgrap-cta-wrap .realgraph-cta .logo-lock-up{position:relative;margin-top:30px;right:auto;bottom:auto}
}.home .realgrap-cta-wrap .realgraph-cta .logo-lock-up .rg-icon{width:50px;height:50px;margin-right:10px}
@media(max-width:390px){.home .realgrap-cta-wrap .realgraph-cta .logo-lock-up .rg-icon{display:block;margin:0 auto 15px}
}.home .realgrap-cta-wrap .realgraph-cta .logo-lock-up .rg-logotype{width:200px;height:27px}
.home .realgrap-cta-wrap .realgraph-cta .gradient{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(-180deg,rgba(255,255,255,0) 70%,rgba(0,0,0,0.6) 100%)}
.home .features-wrap{display:block;float:left;width:100%}.home .features-wrap .xsmall-card-container{width:33.33333333%;float:left}
.home .features-wrap .medium-card{margin-top:0}.home .ad-with-rule{float:left;width:100%}
.home .ad-with-rule .rule-wrap{padding:0 12.5px 0}.home .ad-with-rule .rule-wrap hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}
@media(max-width:728px){.home .ad-with-rule .rule-wrap hr{display:none}}.home .happening-now{display:block;float:left;width:100%}
@media(max-width:415px){.home .happening-now .headliner-with-border .section-header .header{font-size:22px}
}@media(max-width:355px){.home .happening-now .headliner-with-border .section-header .header{font-size:20px}
}@media(min-width:1200px){.home .small-card-wrapper:nth-child(-n+4) .small-card{margin-top:0}
}@media(max-width:1200px) and (min-width:768px){.home .small-card-wrapper:nth-child(-n+3) .small-card{margin-top:0}
}@media(max-width:768px){.home .small-card-wrapper:nth-child(-n+2) .small-card{margin-top:0}
}@media(max-width:1200px){.home .featured-headline-tag-wrap{text-align:center}.home .realgraph-activity-wrap{width:50%}
.home .happening-now-realgraph .realgraph-xsmall-card-wrapper{width:50%}.home .happening-now-realgraph .realgraph-xsmall-card-wrapper:nth-child(3) .realgraph-xsmall-card{margin-top:13px}
.home .features-wrap .xsmall-card-container{width:50%}.home .features-wrap .medium-card-wrapper:last-child{display:none}
.home .posts-wrapper-three-up .medium-card-wrapper:last-of-type{display:none}}@media(max-width:768px){.home .realgraph-activity-wrap{width:100%}
.home .happening-now-realgraph .realgraph-xsmall-card-wrapper{width:100%}.home .happening-now-realgraph .realgraph-xsmall-card-wrapper:nth-child(2) .realgraph-xsmall-card{margin-top:13px}
.home .features-wrap .xsmall-card-container{width:100%}.home .features-wrap .xsmall-card-container .first-in-list{margin-top:13px}
.home .ad-with-rule{margin-top:40px}.home .posts-wrapper-three-up .medium-card-wrapper:last-of-type{display:block}
}@media(max-width:400px){.featured-headline-tag-wrap .featured-headline-tag{margin-bottom:30px}
}.category .large-card{margin-top:30px}.category .sidebar{margin-top:30px}.page-template-page-about .site-content{max-width:none}
.page-template-page-about .page-header{height:550px;position:relative}.page-template-page-about .page-header .image-caption{position:absolute;bottom:5px;right:17.5px;font-weight:600;font-size:14px;text-transform:uppercase;word-spacing:.10em;color:#ccc}
.page-template-page-about .page-header .image-caption a{color:#ccc}.page-template-page-about .content-area{max-width:1170px;margin:0 auto}
.page-template-page-about .content-wrap{float:left;width:100%;padding:0 12.5px 0}
.page-template-page-about .content-wrap p{font-family:"pt-serif",serif;font-weight:400;font-size:20px;line-height:32px;margin:10px 0 10px}
.page-template-page-about .content-wrap h3{margin-top:40px;margin-bottom:5px;font-weight:700;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:26px}
.page-template-page-about .content-wrap .quotes-headline{text-align:center}.page-template-page-about .content-wrap .quote{width:50%;float:left;padding-right:12.5px}
.page-template-page-about .content-wrap .quote:last-of-type{padding-right:0;padding-left:12.5px}
.page-template-page-about .content-wrap .quote h4{font-size:20px;line-height:32px;margin-top:24px;font-weight:700;margin-bottom:5px;font-family:"pt-serif",serif}
.page-template-page-about .content-wrap .leading-industry-events-wrap{float:left;width:100%}
.page-template-page-about .content-wrap .leading-industry-events-wrap .cards-wrap{margin-left:-12.5px;margin-right:-12.5px}
.page-template-page-about .content-wrap .realgraph{float:left;width:100%}.page-template-page-about .content-wrap .realgraph .section-header{padding:0}
.page-template-page-about .content-wrap .realgraph .logo{width:250px;margin-top:20px}
.page-template-page-about .content-wrap .realgraph p{margin:10px 0}.page-template-page-about .content-wrap .realgraph .feedback{margin-top:40px}
.page-template-page-about .content-wrap .realgraph .feedback .bold{font-weight:700}
.page-template-page-about .content-wrap .subscribe{float:left;width:100%}.page-template-page-about .content-wrap .subscribe .section-header{padding:0;margin:0}
.page-template-page-about .subscribe-form{margin-top:20px}.page-template-page-about .subscribe-form .form-group{margin:0 0 30px;display:table}
.page-template-page-about .subscribe-form .form-group input{display:table-cell}.page-template-page-about .subscribe-form .form-group label{display:table-cell;padding-left:12.5px}
.page-template-page-about .subscribe-form .form-group label h4{font-family:"pt-serif",serif;font-size:20px;font-weight:700;margin-top:0;margin-bottom:0}
.page-template-page-about .subscribe-form .form-group label .nested-form-group{display:table}
.page-template-page-about .subscribe-form .form-group label .nested-form-group input{vertical-align:middle}
.page-template-page-about .subscribe-form .form-group label .nested-form-group label{font-family:"pt-serif",serif;font-size:14px;vertical-align:middle;padding-left:5px}
.page-template-page-about .subscribe-form .form-group.last-checkbox{margin-bottom:10px}
.page-template-page-about .subscribe-form .submit-wrap{width:100%}.page-template-page-about .subscribe-form .submit-wrap input{width:50%;margin-right:15px;height:2.5em;padding:0 .5em;border:1px solid #c6c6c6;border-radius:0;font-size:1.3em;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif}
.page-template-page-about .subscribe-form .submit-wrap button{width:100px;height:2.5em;padding:0 .5em;border:1px solid #07b;border-radius:0;font-size:1.3em;text-transform:uppercase;background-color:#07b}
.page-template-page-about .subscribe-form .submit-wrap button:hover{border:1px solid #333;background-color:#333;color:#fff}
.page-template-page-about .subscribe-form .submit-success{display:none}.page-template-page-about .subscribe-form .form-error{color:#b90606}
.page-template-page-about .subscribe-form input[type="checkbox"].input-error{box-shadow:0 0 2px 1px #b90606}
.page-template-page-about .subscribe-form input.input-error{border:2px solid #b90606}
.page-template-page-about .form-separator{margin:20px 0;border:0;border-top:1px solid #eee}
.page-template-page-about .print-form{margin-top:15px;float:left}.page-template-page-about .print-form .half-col-left{float:left;width:50%;padding-right:7.5px}
.page-template-page-about .print-form .half-col-right{float:left;width:50%;padding-left:7.5px}
.page-template-page-about .print-form .quarter-col-left{float:left;width:25%;padding-right:7.5px}
.page-template-page-about .print-form .quarter-col-right{float:left;width:25%;padding-left:7.5px}
.page-template-page-about .print-form .padding-both-sides{padding:0 7.5px}.page-template-page-about .print-form .print-form-inputs{width:100%;height:2.5em;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.3em;padding:0 .5em;border:1px solid #c6c6c6;margin-bottom:15px}
.page-template-page-about .print-form .print-submit{width:100%;height:2.5em;font-size:1.3em;border:0;border-radius:0;text-transform:uppercase;background-color:#07b}
.page-template-page-about .print-form .print-submit:hover{border:1px solid #333;background-color:#333;color:#fff}
.page-template-page-about .print-form .form-error{color:#b90606}.page-template-page-about .print-form input.input-error{border:2px solid #b90606}
.page-template-page-about .print-form .submit-success{display:none}.page-template-page-about .advertise{float:left;width:100%}
.page-template-page-about .advertise .section-header{padding:0}.page-template-page-about .advertise .three-up{float:left;width:33.33333333%;padding:0 12.5px 0}
.page-template-page-about .advertise .three-up h4{font-family:"pt-serif",serif;font-size:20px;line-height:32px;font-weight:700;margin:24px 0 5px}
.page-template-page-about .advertise .three-up p{margin:0;font-style:italic}.page-template-page-about .contact{float:left;width:100%}
.page-template-page-about .contact .section-header{padding:0}.page-template-page-about .contact .row-wrap{display:inline-block;width:100%}
.page-template-page-about .contact .three-up{float:left;width:33.33333333%;text-align:center;position:relative}
.page-template-page-about .contact .three-up h4{font-family:"pt-serif",serif;font-size:20px;line-height:32px;font-weight:700;margin:24px 0 5px}
.page-template-page-about .contact .three-up p{margin:0 0 10px;font-size:19px;line-height:31px}
@media(max-width:1200px){.page-template-page-about .content-area{max-width:820px;width:100%}
.page-template-page-about .content-wrap .quotes-headline{text-align:left}.page-template-page-about .content-wrap .quote{width:100%;padding:0}
.page-template-page-about .content-wrap .quote:last-of-type{padding:0}.page-template-page-about .leading-industry-events-wrap .card-wrap:last-of-type{display:none}
.page-template-page-about .subscribe-form .submit-wrap input{width:66.66666667%}.page-template-page-about .print-form .half-col-left,.page-template-page-about .print-form .half-col-right,.page-template-page-about .print-form .quarter-col-left,.page-template-page-about .print-form .quarter-col-right{padding:0;width:100%}
.page-template-page-about .advertise .three-up{width:100%;padding:0}.page-template-page-about .contact .three-up{text-align:left;width:100%;padding:0}
}@media(max-width:768px){.page-template-page-about .content-wrap p{font-size:15px}
.page-template-page-about .subscribe-form .submit-wrap input{width:100%}.page-template-page-about .subscribe-form .submit-wrap button{width:100%;margin-top:10px}
.page-template-page-about .contact .three-up p{font-size:15px}}@media(max-width:340px){.page-template-page-about .content-wrap p{font-size:14px}
.page-template-page-about .contact .three-up p{font-size:14px}}.search .queried-string{font-size:26px;letter-spacing:-0.025em;word-spacing:.1em;text-transform:uppercase}
.search .search-form:not(:first-child){padding:0 12.5px 0;margin-bottom:13px}.search .search-form:not(:first-child) .input-button-lockup{position:relative}
.search .search-form:not(:first-child) .input-button-lockup i.fa-search{position:absolute;top:0;left:16px;font-size:18px;line-height:43px;color:#999;z-index:2;padding:0}
.search .search-form:not(:first-child) .input-button-lockup .search-input{width:100%;height:43px;font-family:"myriad-pro","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:600;font-size:18px;color:#333;border:1px solid #c6c6c6;-webkit-appearance:none;border-radius:2px;padding-left:45px;padding-right:130px}
.search .search-form:not(:first-child) .input-button-lockup .search-submit{position:absolute;top:0;right:0;width:120px;height:43px;background-color:#07b}
.search .search-form:not(:first-child) .input-button-lockup .search-submit:hover{background-color:#333;color:#fff}
.search .not-found{padding:0 12.5px 0}.search .not-found h1{font-size:40px}.search .not-found h1 span{font-weight:700}
@media(max-width:400px){.search .search-form:not(:first-child) .input-button-lockup .search-input{width:100%;position:relative;padding-right:0}
.search .search-form:not(:first-child) .input-button-lockup .search-submit{width:100%;position:relative;margin-top:10px}
}.error404 .page-header{padding:0 12.5px 0;text-align:center}.error404 h1{margin-top:30px;font-size:52px;font-weight:700;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}
.error404 h2{font-weight:700;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}
@media(max-width:991px){.error404 h1{font-size:48px}}@media(max-width:768px){.error404 h1{font-size:40px}
}@media(max-width:1200px){.post-type-archive-event .site-content{max-width:100%}}
.post-type-archive-event .site-main{padding:0 12.5px 0}.post-type-archive-event .featured-event{padding:114px 97px;position:relative;margin:30px 0 16px}
.post-type-archive-event .featured-event .overlay{background:rgba(0,0,0,0.54);position:absolute;top:0;right:0;bottom:0;left:0}
.post-type-archive-event .featured-event .event-content{color:white;position:relative;z-index:1}
.post-type-archive-event .featured-event .event-content .series{color:#b7b3b0;font-size:32px;line-height:38px;margin:0}
.post-type-archive-event .featured-event .event-content .title{font-size:45px;line-height:56px;font-weight:700;margin:0}
.post-type-archive-event .featured-event .event-content .date-time{margin-top:12.5px;font-size:23px;line-height:30px}
.post-type-archive-event .featured-event .event-content .location{font-size:20px;line-height:24px;font-weight:700}
.post-type-archive-event .featured-event .event-content .more-info{font-size:32px;line-height:38px;font-weight:700;border-radius:2.5px;background-color:#07b;color:white;padding:8px 119px;display:inline-block;margin-top:24px}
.post-type-archive-event .featured-event .event-content .more-info:hover,.post-type-archive-event .featured-event .event-content .more-info:active{background:#007fc8}
.post-type-archive-event .filter-wrapper{width:272px;position:absolute;top:auto;left:auto;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);border-radius:1px}
.post-type-archive-event .filter-wrapper .label{color:white;background:#333;position:relative;width:100%;text-align:center;font-size:16px;line-height:22px;padding:14px 0;border-top-left-radius:1px;border-top-right-radius:1px}
.post-type-archive-event .filter-wrapper .dropdown-wrap{width:100%;padding:15px;position:relative;border-bottom-left-radius:1px;border-bottom-right-radius:1px}
.post-type-archive-event .filter-wrapper .dropdown-wrap .button{border:1.25px solid #757575;padding:3px 8px;width:100%;text-align:left;font-size:15px;line-height:20px;position:relative}
.post-type-archive-event .filter-wrapper .dropdown-wrap .button:after{position:absolute;display:block;content:'';border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #727272;top:0;bottom:0;right:8px;margin:auto;width:0;height:0;z-index:0}
.post-type-archive-event .filter-wrapper .dropdown-wrap .dropdown{display:none;position:absolute;top:0;left:0;right:0;background:white;z-index:1;margin:15px;border:1.25px solid #757575}
.post-type-archive-event .filter-wrapper .dropdown-wrap .dropdown li{padding:3px 8px;cursor:pointer}
.post-type-archive-event .filter-wrapper .dropdown-wrap .dropdown li:hover{background:#eee}
.post-type-archive-event .filter-wrapper .dropdown-wrap .dropdown li.active{background:#eee}
.post-type-archive-event .filter-wrapper .dropdown-wrap .dropdown-expanded{display:block}
.post-type-archive-event .events-wrap{margin-left:288px}.post-type-archive-event .events-wrap .upcoming-events,.post-type-archive-event .events-wrap .past-events{display:inline-block;width:100%}
.post-type-archive-event .events-wrap .upcoming-events h3,.post-type-archive-event .events-wrap .past-events h3{font-size:24px;line-height:30px;margin:0 0 16px 8px;font-weight:700}
.post-type-archive-event .events-wrap .upcoming-events .no-results,.post-type-archive-event .events-wrap .past-events .no-results{margin-left:8px}
.post-type-archive-event .events-wrap .past-events{margin:16px 0 0 0}.post-type-archive-event .events-wrap .slick-arrow{opacity:0;position:absolute;top:108px;background-color:#333;height:73px;width:35px;padding:0;z-index:2;transition:opacity ease .3s;-o-transition:opacity ease .3s;-ms-transition:opacity ease .3s;-moz-transition:opacity ease .3s;-webkit-transition:opacity ease .3s}
.post-type-archive-event .events-wrap .slick-arrow .material-icons{color:white;line-height:73px}
.post-type-archive-event .events-wrap .upcoming-events-card-wrap:hover .slick-arrow{opacity:1}
.post-type-archive-event .events-wrap .past-events-card-wrap:hover .slick-arrow{opacity:1}
.post-type-archive-event .events-wrap .next{right:0}.post-type-archive-event .events-wrap .prev{left:0}
.post-type-archive-event .events-wrap .event-card{width:33.3333333%;float:left;padding:2px 8px;display:inline-block;color:#000;position:relative}
.post-type-archive-event .events-wrap .event-card .card-content-wrap{height:300px;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24)}
.post-type-archive-event .events-wrap .event-card .card-content-wrap .event-card-image{height:165px;margin-bottom:20px}
.post-type-archive-event .events-wrap .event-card .card-content-wrap .event-content{padding:0 16px}
.post-type-archive-event .events-wrap .event-card .card-content-wrap .event-content .title{margin-top:0;font-size:23px;line-height:23px;font-weight:700}
.post-type-archive-event .events-wrap .event-card .card-content-wrap .event-content .date-time{font-size:14px;line-height:17px}
.post-type-archive-event .events-wrap .event-card .card-content-wrap .event-content .location{font-size:14px;line-height:17px;color:#7d7d7d}
.post-type-archive-event .events-wrap .sponsor-cta{margin:16px 0 0 0}.post-type-archive-event .events-wrap .sponsor-cta .call-out{font-size:24px;line-height:30px;margin:0 0 16px 8px;font-weight:700}
.post-type-archive-event .events-wrap .sponsor-cta span{margin:0 0 0 8px;font-size:14px;line-height:17px;color:#7d7d7d}
@media(max-width:1100px){.post-type-archive-event .filter-wrapper{position:relative;width:100%}
.post-type-archive-event .events-wrap{margin:16px 0 0 0;position:relative;width:100%}
.post-type-archive-event .events-wrap .slick-arrow{opacity:1}}@media(max-width:700px){.post-type-archive-event .featured-event{padding:80px 16px}
.post-type-archive-event .featured-event .event-content .series{font-size:23px;line-height:30px}
.post-type-archive-event .featured-event .event-content .more-info{max-width:345px;width:100%;padding:8px 0;text-align:center}
}@media(max-width:1200px){.single-event .site-content{max-width:100%}}.single-event .site-main{padding:0 12.5px 0}
.single-event .event-single-header{margin:30px 0 0 0;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);float:left;width:100%;position:relative;color:#000}
.single-event .event-single-header .header-image{width:60%;display:block;position:absolute;top:0;left:0;bottom:0;min-height:202px}
.single-event .event-single-header .date-title-lockup{background:white;width:40%;padding:24px;position:relative;float:right;min-height:230px}
.single-event .event-single-header .date-title-lockup .date{position:absolute;width:28px;text-align:center}
.single-event .event-single-header .date-title-lockup .date .month{color:#d50000;font-size:18px;line-height:18px;text-transform:uppercase}
.single-event .event-single-header .date-title-lockup .date .day{font-size:20px;line-height:30px}
.single-event .event-single-header .date-title-lockup .title-wrap{display:block;position:relative;margin-left:44px}
.single-event .event-single-header .date-title-lockup .title-wrap .series{color:#757575;font-weight:100;margin-top:0;font-size:20px;line-height:20px}
.single-event .event-single-header .date-title-lockup .title-wrap .title{margin:-5px 0 0 0;font-size:32px;line-height:38px;font-weight:600}
.single-event .event-single-header .date-title-lockup .title-wrap .short-description{margin:7px 0 24px;font-size:23.33px;line-height:30px;font-weight:400}
.single-event .event-single-header .date-title-lockup .cta-wrap{display:block;position:relative;margin-left:44px}
.single-event .event-single-header .date-title-lockup .cta-wrap .register-button{padding:12px 0;color:white;background:#d50000;font-size:23px;line-height:30px;font-weight:700;position:relative;float:left;max-width:330px;width:100%;text-align:center;text-transform:uppercase;border-radius:2.5px}
.single-event .event-single-header .date-title-lockup .cta-wrap .register-button:hover,.single-event .event-single-header .date-title-lockup .cta-wrap .register-button:active{background:#950000}
.single-event .speakers-wrapper{margin:16px 0 0 0;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);float:left;width:100%;font-size:0;text-align:center;background:white}
.single-event .speakers-wrapper .section-title{margin:17px auto 24px;font-size:32px;line-height:38px;color:#757575;text-align:center}
.single-event .speakers-wrapper .speaker-wrap{display:inline-block;width:25%;margin:0 0 36px 0;padding:0 16px;vertical-align:top}
.single-event .speakers-wrapper .speaker-wrap:hover{cursor:pointer}.single-event .speakers-wrapper .speaker-wrap .image{width:100%;height:auto;border-radius:100%;border:12px solid #eee;margin:0 auto}
.single-event .speakers-wrapper .speaker-wrap .image:before{content:'';display:block;padding-top:100%}
.single-event .speakers-wrapper .speaker-wrap .image:hover,.single-event .speakers-wrapper .speaker-wrap .image:active{border-color:#07b}
.single-event .speakers-wrapper .speaker-wrap .speaker-info{text-align:center}.single-event .speakers-wrapper .speaker-wrap .name{font-size:23px;line-height:30px;margin:24px 0 0 0;font-weight:700}
.single-event .speakers-wrapper .speaker-wrap .title{font-size:16px;line-height:22px}
.single-event .speakers-wrapper .speaker-wrap .company{font-size:16px;line-height:22px}
.single-event .speakers-wrapper .speaker-wrap .speaker-modal{display:none;position:fixed;z-index:99999999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.4);text-align:center;padding:20px;font-family:'pt-serif',serif}
.single-event .speakers-wrapper .speaker-wrap .speaker-modal:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.single-event .speakers-wrapper .speaker-wrap .speaker-biography{background-color:white;padding:24px;height:auto;width:35%;min-width:650px;border-radius:3px;box-shadow:0 10px 26.5px 0 rgba(0,0,0,0.21),0 17px 32px 0 rgba(0,0,0,0.3);display:inline-block;text-align:left;vertical-align:middle;position:relative;max-height:85%;overflow:auto}
.single-event .speakers-wrapper .speaker-wrap .modal-content .name{font-size:20px;line-height:24px;font-weight:700}
.single-event .speakers-wrapper .speaker-wrap .modal-content .title-company{font-size:16px;line-height:22px}
.single-event .speakers-wrapper .speaker-wrap .modal-content p{font-size:15px;line-height:20px}
.single-event .speakers-wrapper .speaker-wrap .modal-close{color:#757575;float:right;font-size:28px;line-height:20px}
.single-event .speakers-wrapper .speaker-wrap .modal-close:hover,.single-event .speakers-wrapper .speaker-wrap .modal-close:focus{color:black;text-decoration:none;cursor:pointer}
.single-event .register-wrapper{margin:16px 0 0 0;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);float:left;width:100%;background:white}
.single-event .register-wrapper .section-title{margin:0;padding:17px 0 24px;font-size:32px;line-height:38px;color:#757575;text-align:center;border-bottom:1px solid #e0e0e0}
.single-event .register-wrapper .event-meta-container{width:40%;float:left;position:relative;text-align:center;padding:24px}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper{display:inline-block;text-align:left;margin:0 auto}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper .meta-row{margin-bottom:23px;font-size:20px;line-height:24px}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper .meta-row i{color:#757575;font-size:20px;margin:0 19px 0 0;float:left}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper .social-share-icons i{line-height:30px}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper .social-share-icons .addthis-hook{display:inline-block}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper .social-share-icons .addthis-hook .at-svc-email{background-color:#d34836 !important}
.single-event .register-wrapper .event-meta-container .event-meta-wrapper .event-address{float:left}
.single-event .register-wrapper .title-cta-container{width:60%;float:left;position:relative;text-align:center;padding:24px}
.single-event .register-wrapper .title-cta-container .title-cta-wrapper{display:inline-block;text-align:left;margin:0 auto;max-width:330px}
.single-event .register-wrapper .title-cta-container .title-cta-wrapper .title{margin:0;font-size:23px;line-height:30px;font-weight:700}
.single-event .register-wrapper .title-cta-container .title-cta-wrapper .short-description{margin:3px 0 24px;font-size:20px;line-height:24px}
.single-event .register-wrapper .title-cta-container .title-cta-wrapper .register-button{color:white;background:#d50000;font-size:23px;line-height:30px;font-weight:700;padding:12px 0;width:100%;display:inline-block;text-align:center;border-radius:2.5px;text-transform:uppercase}
.single-event .register-wrapper .title-cta-container .title-cta-wrapper .register-button:hover,.single-event .register-wrapper .title-cta-container .title-cta-wrapper .register-button:active{background:#950000}
.single-event .description-agenda-wrapper{margin:16px 0 0 0;float:left;width:100%;position:relative}
.single-event .description-agenda-wrapper .agenda-container{float:left;width:100%;position:relative}
.single-event .description-agenda-wrapper .description-container{float:left;width:100%;position:relative;right:30%}
.single-event .description-agenda-wrapper .description-box{position:absolute;top:0;bottom:0;width:70%;left:30%;padding-right:16px}
.single-event .description-agenda-wrapper .description-box:after{content:'';position:relative;width:100%;height:100%;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);display:block;background:white}
.single-event .description-agenda-wrapper .description-wrap{float:left;width:70%;position:relative;left:30%;padding-right:16px}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap{padding:17px 24px 24px;float:left;display:block;width:100%}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .section-title{font-size:23px;line-height:30px;float:left;width:15%}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .content-wrap{float:left;width:85%}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .content-wrap .description{max-width:487px;margin:0 auto;font-family:'pt-serif',serif;font-size:15px;line-height:20px}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .content-wrap .description>:first-child{margin-top:0}
.single-event .description-agenda-wrapper .agenda-wrap{float:left;width:30%;position:relative;left:30%;overflow:hidden;background:white;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24)}
.single-event .description-agenda-wrapper .agenda-wrap .section-title{font-size:23px;line-height:30px;padding:17px 24px}
.single-event .description-agenda-wrapper .agenda-wrap .item-row{padding:12px 24px;font-size:16px;line-height:22px;float:left;width:100%}
.single-event .description-agenda-wrapper .agenda-wrap .item-row:nth-child(even){background-color:#f5f5f5}
.single-event .description-agenda-wrapper .agenda-wrap .item-row .time{float:left;width:20%;margin-right:20%;display:block}
.single-event .description-agenda-wrapper .agenda-wrap .item-row .title{float:left;width:60%;display:block}
.single-event .description-agenda-wrapper.agendaless .description-box{width:100%;padding-right:0}
.single-event .description-agenda-wrapper.agendaless .description-wrap{width:100%}
.single-event .description-agenda-wrapper.agendaless .description-wrap .description-inner-wrap .content-wrap .description{max-width:100%}
.single-event .sponsors-wrapper{float:left;width:100%;margin:16px 0 0 0;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);background:white}
.single-event .sponsors-wrapper .title-cta-lockup{padding:30px 0;float:left;width:100%;border-bottom:1px solid #e0e0e0}
.single-event .sponsors-wrapper .title-cta-lockup .title-wrap{float:left;width:40%;text-align:center;display:inline-block;vertical-align:middle}
.single-event .sponsors-wrapper .title-cta-lockup .title-wrap .section-title{font-size:32px;color:#757575;line-height:55.5px}
.single-event .sponsors-wrapper .title-cta-lockup .sponsor-cta{float:left;width:60%;text-align:center;display:inline-block;vertical-align:middle}
.single-event .sponsors-wrapper .title-cta-lockup .sponsor-cta a.btn{color:white;text-transform:uppercase;display:block;max-width:330px;width:100%;padding:12px 0;background:#07b;margin:0 auto;font-size:23px;border-radius:2.5px}
.single-event .sponsors-wrapper .title-cta-lockup .sponsor-cta a.btn:hover,.single-event .sponsors-wrapper .title-cta-lockup .sponsor-cta a.btn:active{background:#004e7b}
.single-event .sponsors-wrapper .item-row{float:left;width:100%;position:relative;padding:24px 0}
.single-event .sponsors-wrapper .item-row .image-container{float:left;width:40%;position:relative}
.single-event .sponsors-wrapper .item-row .image-container .image-wrap{width:256px;height:256px;margin:0 auto}
.single-event .sponsors-wrapper .item-row .content-container{float:left;width:60%;position:relative}
.single-event .sponsors-wrapper .item-row .content-container .content-wrap{max-width:494px;margin:0 auto}
.single-event .sponsors-wrapper .item-row .content-container .content-wrap .title{font-size:20px;line-height:24px;font-weight:700;margin:0 0 24px 0}
.single-event .sponsors-wrapper .item-row .content-container .content-wrap .title a{color:#333}
.single-event .sponsors-wrapper .item-row .content-container .content-wrap .title a:hover{text-decoration:underline}
.single-event .sponsors-wrapper .item-row .content-container .content-wrap .description{font-family:'pt-serif',Serif}
.single-event .sponsors-wrapper .item-row .content-container .content-wrap .description ul{list-style-type:disc;padding:0 0 0 40px;margin:14px 0}
.single-event .sponsors-wrapper .sponsor-modal{display:none;position:fixed;z-index:99999999;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.4);text-align:center;padding:20px;font-family:'pt-serif',serif}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap{top:50%;left:50%;transform:translate(-50%,-50%);background-color:white;padding:24px;height:auto;width:35%;min-width:650px;border-radius:3px;box-shadow:0 10px 26.5px 0 rgba(0,0,0,0.21),0 17px 32px 0 rgba(0,0,0,0.3);display:block;text-align:left;vertical-align:middle;position:relative;max-height:85%;overflow:auto}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap .modal-close{color:#757575;float:right;font-size:28px;line-height:20px}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap .modal-close:hover,.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap .modal-close:focus{color:black;text-decoration:none;cursor:pointer}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap .call-out-wrap-top{width:75%;display:block;margin:0 auto;padding-bottom:30px;border-bottom:1px solid #d0cdcd}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap .call-out{font-size:24px;line-height:30px;margin:0 0 16px 0;font-weight:700;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;text-align:center}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap span{font-size:14px;line-height:17px;color:#7d7d7d}
.single-event .sponsorship-tiers .sponsorship-item:after{content:'';height:1px;background:#d0cdcd;position:relative;width:75%;margin:16px auto 0;display:block}
.single-event .sponsorship-tiers .sponsorship-item:last-of-type:after{display:none}
.single-event .sponsorship-tiers .sponsor-tier-title{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;text-transform:uppercase;font-weight:700;font-size:34px;color:#7a7a7a;text-align:center;margin:30px 0 10px}
.single-event .sponsorship-tiers .sponsor-content-item{margin-bottom:16px}.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-icon-title .icon{height:75px;width:75px;display:inline-block;margin-left:25%}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-icon-title .title{font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif;color:black;text-transform:uppercase;font-size:20px;font-weight:700;display:inline-block;line-height:75px;margin:0 0 0 5px}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-description{width:75%;margin:0 auto}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-description ul{list-style-type:disc;margin-left:20px;margin-left:20px}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-description ul li{margin:10px 0}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-description ul li ul{padding-left:40px;list-style-type:circle}
.single-event .sponsorship-tiers .sponsor-tier-note{font-style:italic;width:75%;margin:0 auto;text-align:right}
.single-event .modal-open{display:block !important}@media(max-width:991px){.single-event p{font-size:15px;line-height:20px;margin-top:1.5em}
}.noscroll{overflow:hidden}@media(max-width:1200px){.single-event .description-agenda-wrapper .description-box{width:60%}
.single-event .description-agenda-wrapper .description-wrap{width:60%}.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .section-title{width:100%;margin:0 0 33px}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .content-wrap{width:100%}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .content-wrap .description{margin:0}
.single-event .description-agenda-wrapper .agenda-wrap{width:40%}}@media(max-width:992px){.single-event .description-agenda-wrapper .description-box{width:52%}
.single-event .description-agenda-wrapper .description-wrap{width:52%}.single-event .description-agenda-wrapper .agenda-wrap{width:48%}
}@media(max-width:850px){.single-event .speakers-wrapper .speaker-wrap{width:33.333334%}
}@media(max-width:768px){.single-event .event-single-header .header-image{float:left;position:relative;width:100%}
.single-event .event-single-header .date-title-lockup{width:100%}.single-event .event-single-header .date-title-lockup .cta-wrap{margin-left:0}
.single-event .event-single-header .date-title-lockup .cta-wrap .register-button{max-width:100%}
.single-event .speakers-wrapper .speaker-modal .speaker-biography{min-width:100%}
.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap{min-width:100%}
.single-event .description-agenda-wrapper .description-box{width:100%;padding-right:0}
.single-event .description-agenda-wrapper .description-box:after{box-shadow:none}
.single-event .description-agenda-wrapper .description-wrap{width:100%;box-shadow:0 0 2px 0 rgba(0,0,0,0.12),0 2px 2px 0 rgba(0,0,0,0.24);padding-right:0}
.single-event .description-agenda-wrapper .description-wrap .description-inner-wrap .content-wrap .description{max-width:100%}
.single-event .description-agenda-wrapper .agenda-wrap{width:100%;margin-top:16px}
.single-event .sponsors-wrapper .title-cta-lockup{border-bottom:0}.single-event .sponsors-wrapper .title-cta-lockup .title-wrap{width:100%}
.single-event .sponsors-wrapper .title-cta-lockup .title-wrap .section-title{font-size:32px;line-height:32px;margin-bottom:24px}
.single-event .sponsors-wrapper .title-cta-lockup .sponsor-cta{width:100%;padding:0 24px}
.single-event .sponsors-wrapper .item-row{padding:24px 0}.single-event .sponsors-wrapper .item-row .image-container{width:100%}
.single-event .sponsors-wrapper .item-row .image-container .image-wrap{width:100%;height:256px;margin:0 auto}
.single-event .sponsors-wrapper .item-row .content-container{width:75%}.single-event .sponsors-wrapper .item-row .content-container .content-wrap{max-width:100%;padding:24px}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-icon-title .icon{display:block;margin:0 auto}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-icon-title .title{margin:0;text-align:center;display:block;line-height:20px}
}@media(max-width:660px){.single-event .register-wrapper .event-meta-container{width:100%;border-bottom:1px solid #e0e0e0;text-align:left}
.single-event .register-wrapper .title-cta-container{width:100%}.single-event .register-wrapper .title-cta-container .title-cta-wrapper{max-width:100%}
}@media(max-width:600px){.single-event .speakers-wrapper .speaker-wrap{width:50%}
.single-event .speakers-wrapper .speaker-wrap .title{font-size:12px;line-height:16px}
.single-event .speakers-wrapper .speaker-wrap .company{font-size:13px;line-height:18px}
}@media(max-width:450px){.single-event .sponsors-wrapper .sponsor-modal .modal-content-wrap .call-out-wrap-top{width:90%}
.single-event .sponsorship-tiers .sponsorship-item:after{width:90%}.single-event .sponsorship-tiers .sponsorship-item .sponsor-tier-title{font-size:26px}
.single-event .sponsorship-tiers .sponsor-content-item .sponsor-content-description{width:90%}
.single-event .sponsorship-tiers .sponsor-tier-note{width:90%}}.archive-event-gallery .headline{padding:30px 8px;text-align:center;font-size:20px;font-weight:600;margin:0}
.archive-event-gallery .gallery-card-wrap{float:left;width:25%;padding:8px}.archive-event-gallery .title-lockup{margin-top:16px;font-size:16px;height:70px}
.archive-event-gallery .title-lockup h3{margin:0;font-weight:600;color:black;font-size:16px}
.archive-event-gallery .title-lockup span{font-size:12px;color:#727272;line-height:1.1}
.archive-event-gallery .pagination{padding:0 8px;clear:both}.archive-event-gallery .pagination a{color:black}
@media(max-width:992px){.archive-event-gallery .gallery-card-wrap{width:33.333334%}
}@media(max-width:650px){.archive-event-gallery .gallery-card-wrap{width:50%}}@media(max-width:380px){.archive-event-gallery .title-lockup h3{margin-bottom:5px}
.archive-event-gallery .title-lockup span{display:block}.archive-event-gallery .title-lockup span.separator{display:none}
}.single-event-gallery .headline-lockup{padding:30px 10px;text-align:center}.single-event-gallery .headline-lockup .headline{font-size:20px;line-height:24px;font-weight:600;margin:0}
.single-event-gallery .headline-lockup .subheadline{font-size:12px;line-height:15px;color:#727272;margin:0}
.single-event-gallery .gallery-image-wrap{float:left;width:25%;padding:8px}.single-event-gallery .slick-arrow{position:absolute;top:50%;transform:translateY(-50%);height:40px;z-index:2}
.single-event-gallery .slick-arrow i{color:white;font-size:40px}.single-event-gallery .next{right:0}
.single-event-gallery .prev{left:0}@media(max-width:768px){.single-event-gallery .slick-lightbox-slick-item-inner{max-width:100%}
.single-event-gallery .slick-lightbox-slick-item-inner .slick-lightbox-slick-img{max-width:100%}
}@media(max-width:650px){.single-event-gallery .gallery-image-wrap{width:33.333334%}
}.post-type-archive-video,.single-video{background:#fcfcfc}.post-type-archive-video .site-content,.single-video .site-content{max-width:100%;font-family:"myriad-pro-condensed","Helvetica Neue",Helvetica,Arial,sans-serif}
.post-type-archive-video .site-content .site-main,.single-video .site-content .site-main{margin:0;float:none}
.post-type-archive-video .site-content .site-footer,.single-video .site-content .site-footer{max-width:1440px;padding:0 40px 0;margin:0 auto;position:relative;float:none}
@media(max-width:600px){.post-type-archive-video .site-content .site-footer,.single-video .site-content .site-footer{max-width:320px;padding:0 10px 0}
}.single-video .video-row-wrap{padding-top:24px}.video-row-wrap.main{background:#f9f9f9}
.video-row-wrap .page-headline{max-width:1440px;padding:24px 40px 24px;margin:0 auto;position:relative;color:#000;font-size:32px;line-height:38px;font-weight:700}
@media(max-width:600px){.video-row-wrap .page-headline{max-width:320px;padding:24px 10px 24px}
}.video-row-wrap .page-headline .separator{color:#757575}.main-player-wrap{max-width:1440px;padding:0 40px 0;margin:0 auto;position:relative}
@media(max-width:600px){.main-player-wrap{max-width:320px;padding:0 10px 0}}.new-video-slide-components,.channel-row{max-width:1440px;padding:0 40px 30px;margin:0 auto;position:relative}
@media(max-width:600px){.new-video-slide-components,.channel-row{max-width:320px;padding:0 10px 30px}
}.video-card .image-wrap{position:relative}.video-card .image-wrap:before{content:'';background:rgba(0,0,0,0.2);position:absolute;top:0;right:0;bottom:0;left:0;transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.video-card .image-wrap .overlay-play-button{width:40px;height:40px;background:#757575;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;border-radius:50%;border:2.5px solid #fff;opacity:.92;transform:scale(1,1);-ms-transform:scale(1,1);-webkit-transform:scale(1,1);transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease}
.video-card .image-wrap .overlay-play-button:after{content:'';width:0;height:0;position:absolute;top:0;bottom:0;left:50%;margin:auto auto auto -3px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:8px solid white}
.video-card .image-wrap .video-duration{position:absolute;bottom:4px;right:4px;color:white;background-color:rgba(0,0,0,0.4);font-size:12px;line-height:16px;padding:3px}
.video-card:hover{cursor:pointer}.video-card:hover .image-wrap:before{background:transparent}
.video-card:hover .overlay-play-button{transform:scale(1.2,1.2);-ms-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);opacity:1}
.video-card.slick-current .image-wrap:before,.video-card.slick-current .overlay-play-button{display:none}
.main-player-wrap{position:relative;width:100%;height:auto}.main-player-wrap .video-meta-content{display:block;width:446px;position:absolute;top:0;right:0;margin:0 40px 0 0}
.main-player-wrap .video-meta-content .headline{font-weight:700;font-size:20px;line-height:24px;color:#727272}
.main-player-wrap .video-meta-content .video-title{font-size:46px;line-height:57px;font-weight:600;color:#000;margin:0}
.main-player-wrap .video-meta-content .presented-by{font-size:20px;line-height:24px;color:#727272;font-weight:700;margin:19px 0 15px}
.main-player-wrap .video-meta-content .video-post-date{font-size:20px;line-height:24px;color:#727272;font-weight:700;margin:24px 0 15px}
.main-player-wrap .video-meta-content .video-description{font-family:'PT-Serif';color:#000}
.main-player-wrap .video-meta-content .video-description p{font-size:17.5px;line-height:22px;margin-bottom:0}
.main-player-wrap .video-meta-content .video-description p a{text-decoration:underline}
.main-player-wrap .video-meta-content .read-more{cursor:pointer;margin:16px 0 0;display:inline-block;background:#07b;color:white;padding:6px 38px;font-size:18px;line-height:20px}
.main-player-wrap .video-share-widget{margin:28px 0 0 0}.main-player-wrap .video-share-widget .at-svc-email{background-color:#cb5040 !important}
.main-player-wrap .video-share-widget .at-share-btn .at-icon-wrapper{line-height:32px !important;height:32px !important;width:32px !important}
.main-player-wrap .video-share-widget .at-share-btn .at-icon-wrapper .at-icon{width:32px !important;height:32px !important}
.main-player-wrap .video-wrap{display:block;margin:0 446px 0 0;padding:0 20px 24px 0}
.new-video-slide-components{width:100%;padding-bottom:30px}.new-video-slide-components .headline{margin:0 0 16px;font-size:20px;font-weight:700;line-height:24px}
.new-video-slide-components .headline a{color:#1f1f1f}.new-video-slide-components .slider-wrap{width:100%;overflow:hidden;position:relative}
.new-video-slide-components .slider-wrap .slick-arrow{position:absolute;top:0;background-color:#333;height:73px;width:35px;padding:0;z-index:2;margin-top:25.5px}
.new-video-slide-components .slider-wrap .slick-arrow button{width:100%}.new-video-slide-components .slider-wrap .slick-arrow .material-icons{color:white;line-height:73px}
.new-video-slide-components .slider-wrap .next-wrap{right:0}.new-video-slide-components .slider-wrap .prev-wrap{left:0}
.new-video-slide-components .new-video-card{width:20%;float:left;padding:0 10px}.new-video-slide-components .new-video-card .image-wrap{height:126px}
.new-video-slide-components .new-video-card .image-wrap .image{background-size:cover;background-position:center;height:100%}
.new-video-slide-components .new-video-card .video-meta-content{word-wrap:break-word}
.new-video-slide-components .new-video-card .video-meta-content .title{font-size:15px;line-height:20px;font-weight:700;margin:16px 0 0 0}
.new-video-slide-components .new-video-card .video-meta-content .posted-on{font-size:13px;line-height:18px;color:#9b9b9b}
.channel-row{clear:both;display:table;width:100%;padding-bottom:30px}.channel-row .top-border{position:relative;width:100%;height:1px;background:#e7e7ec}
.channel-row .headline{font-weight:700;margin:24px 0 7px;font-size:32px;line-height:38px}
.channel-row .headline a{color:#000}.channel-row .headline a .see-all{font-size:17px;line-height:22px;margin-left:20px;font-weight:400;color:#9b9b9b}
.channel-row.commercial-observations-video-components .top-border{display:none}.channel-row .channel-video-card{float:left;width:25%}
.channel-row .channel-video-card .image-wrap{height:160px}.channel-row .channel-video-card .image-wrap .image{background-size:cover;background-position:center;height:100%}
.channel-row .channel-video-card:nth-of-type(odd){padding-left:10px;padding-right:5px}
.channel-row .channel-video-card:nth-of-type(even){padding-left:5px;padding-right:10px}
.channel-row .channel-video-card:nth-of-type(4n+1){padding-left:0;padding-right:15px}
.channel-row .channel-video-card:nth-of-type(4n){padding-left:15px;padding-right:0}
.channel-row .channel-video-card .video-meta-content{word-wrap:break-word}.channel-row .channel-video-card .video-meta-content .title{color:#000;font-size:20px;line-height:24px;font-weight:700;margin:16px 0 0 0}
.channel-row .channel-video-card .video-meta-content .posted-on{font-size:13px;line-height:18px;color:#9b9b9b}
.channel-row .see-all-video-btn{display:none}.single-video .channel-row,.channel-video-archive .channel-row{border:0}
@media(max-width:1350px){.main-player-wrap .video-wrap{padding:0 20px 70px 0}}@media(max-width:1300px){.main-player-wrap .video-wrap{padding:0 20px 90px 0}
}@media(max-width:1200px){.main-player-wrap .video-wrap{display:block;width:100%;padding:0;margin:0;position:relative;margin-bottom:24px}
.main-player-wrap .video-meta-content{width:100%;position:relative;top:0;padding-bottom:24px}
.main-player-wrap .video-meta-content .text-wrap{display:block;margin-right:211px;width:auto}
.industry-insights .main-player-wrap .video-meta-content .text-wrap{margin-right:0}
.main-player-wrap .video-meta-content .text-wrap .video-title{display:inline-block}
.main-player-wrap .video-meta-content .text-wrap .video-description p{font-size:14px;line-height:17px}
.main-player-wrap .video-meta-content .video-share-widget{float:right;position:absolute;top:0;right:0;margin:0}
.post-type-archive-video #menu-footer-menu,.single-video #menu-footer-menu{display:inline-block;text-align:center}
}@media(max-width:992px){.new-video-slide-components{width:100%;padding-bottom:30px}
.new-video-slide-components .slider-wrap .slick-arrow{margin-top:12.5px}.new-video-slide-components .new-video-card .image-wrap{height:98px}
.new-video-slide-components .new-video-card .video-meta-content{word-wrap:break-word}
.new-video-slide-components .new-video-card .video-meta-content .title{font-size:13px;line-height:18px;font-weight:500;margin:16px 0 0 0}
.new-video-slide-components .new-video-card .video-meta-content .posted-on{font-size:12px;line-height:16px}
.channel-row{width:100%;padding-bottom:30px}.channel-row .headline{font-weight:600;margin:24px 0 7px}
.channel-row .channel-video-card{width:33.333333%}.channel-row .channel-video-card .image-wrap{height:132px}
.channel-row .channel-video-card .image-wrap .overlay-play-button{display:none}.channel-row .channel-video-card .image-wrap .image{background-size:cover;background-position:center;height:100%}
.channel-row .channel-video-card:nth-of-type(odd){padding-left:3px;padding-right:3px}
.channel-row .channel-video-card:nth-of-type(even){padding-left:1px;padding-right:0}
.channel-row .channel-video-card:nth-of-type(4n+1){padding-right:1px;padding-left:0}
.channel-row .channel-video-card:nth-of-type(4n){display:none}.channel-row .channel-video-card .video-meta-content .title{font-size:20px;line-height:25px;font-weight:500;margin:24px 0 0 0}
.channel-row .channel-video-card .video-meta-content .posted-on{font-size:12px;line-height:16px}
}@media(max-width:600px){.post-type-archive-video .site-content,.single-video .site-content{width:100%}
.main-player-wrap .video-meta-content .text-wrap{display:block;width:100%}.main-player-wrap .video-meta-content .text-wrap .video-title{display:block;width:100%;margin-right:0;word-wrap:break-word}
.main-player-wrap .video-meta-content .text-wrap .video-post-date{display:none}.main-player-wrap .video-meta-content .text-wrap .video-description{margin-top:20px}
.main-player-wrap .video-meta-content .video-share-widget{float:none;width:100%;position:relative;margin-top:10px}
.new-video-slide-components .video-card{display:none}.new-video-slide-components .video-card:nth-of-type(1){display:block}
.new-video-slide-components .video-card:nth-of-type(2){display:block}.new-video-slide-components .video-card:nth-of-type(3){display:block}
.channel-row .top-border,.new-video-slide-components .top-border{display:none}.channel-row .headline,.new-video-slide-components .headline{margin:24px 0 -10px;font-size:15px;line-height:20px}
.channel-row .headline a .see-all,.new-video-slide-components .headline a .see-all{display:none}
.channel-row .video-card,.new-video-slide-components .video-card{width:100%;margin-top:17px;padding:15px 0 0 0;border-top:1px solid #e7e7ec}
.channel-row .video-card .image-wrap,.new-video-slide-components .video-card .image-wrap{float:left;width:45%;height:77px}
.channel-row .video-card .video-meta-content,.new-video-slide-components .video-card .video-meta-content{float:left;padding-left:16px;width:55%}
.channel-row .video-card .video-meta-content .title,.new-video-slide-components .video-card .video-meta-content .title{margin:0;font-size:13px;line-height:18px;font-weight:500}
.channel-row .see-all-video-btn,.new-video-slide-components .see-all-video-btn{display:block;float:left;margin:15px 0 0 0;border-radius:7px;color:white;background:#07b;padding:13px 0;width:100%;text-align:center;font-weight:600;text-decoration:none}
.channel-row .see-all-video-btn:hover,.new-video-slide-components .see-all-video-btn:hover{text-decoration:underline}
.channel-archive-video .channel-row:not(:last-of-type){padding-bottom:0}.channel-archive-video .channel-row .video-card{display:block}
}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}
.infinity-end.neverending .site-footer{display:block}.jetpack_widget_social_icons ul,
.jetpack_widget_social_icons li {
	list-style: none;
}

.jetpack_widget_social_icons ul {
	display: block;
	margin: 0 0 1.5em;
	padding: 0;
}

.jetpack_widget_social_icons ul li {
	border: 0;
	display: inline-block;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.jetpack_widget_social_icons ul li:before,
.jetpack_widget_social_icons ul li:after {
	display: none;
}

.jetpack_widget_social_icons a {
	border: 0;
	box-shadow: none;
	display: block;
	height: 24px;
	text-decoration: none;
	width: 24px;
}

.jetpack_widget_social_icons svg {
	color: inherit;
	fill: currentColor;
	height: inherit;
	vertical-align: middle;
	width: inherit;
}

/* Sizes */

.jetpack_widget_social_icons ul.size-small a {
	height: 24px;
	width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
	height: 32px;
	width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
	height: 48px;
	width: 48px;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}

/* Old reblog styles */
.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}

/* Reblogged post */
.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}

/* Optional notes */
.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}

.media-credit a {
	font-weight: normal;
}
.media-credit-container {
	text-align: left;
	max-width: 100%;
}

