/**
 * 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;
}/*!
Theme Name: Sophos News
Theme URI: https://news.sophos.com
Author: Sophos and Drawbackwards
Author URI: https://news.sophos.com
Description: The official theme for news.sophos.com. Built using the Forward Framework.
Version: 1.1.38
Text Domain: sophos-news
Tags: black, blue, gray, white, light, two-columns, left-sidebar, responsive-layout, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@font-face { font-family: SophosSansLight; font-weight: 400; font-style: normal; src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Light.eot); src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Light.eot?#iefix) format( "embedded-opentype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Light.woff2) format( "woff2" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Light.woff) format( "woff" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Light.ttf) format( "truetype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Light.svg#font) format( "svg" ); }
@font-face { font-family: SophosSansRegular; font-weight: 400; font-style: normal; src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Regular.eot); src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Regular.eot?#iefix) format( "embedded-opentype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Regular.woff2) format( "woff2" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Regular.woff) format( "woff" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Regular.ttf) format( "truetype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Regular.svg#font) format( "svg" ); }
@font-face { font-family: SophosSansMedium; font-weight: 400; font-style: normal; src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Medium.eot); src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Medium.eot?#iefix) format( "embedded-opentype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Medium.woff2) format( "woff2" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Medium.woff) format( "woff" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Medium.ttf) format( "truetype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Medium.svg#font) format( "svg" ); }
@font-face { font-family: SophosSansSemibold; font-weight: 400; font-style: normal; src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Semibold.eot); src: url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Semibold.eot?#iefix) format( "embedded-opentype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Semibold.woff2) format( "woff2" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Semibold.woff) format( "woff" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Semibold.ttf) format( "truetype" ), url(/wp-content/themes/vip/sophosnews-2017/fonts/SophosSans-Semibold.svg#font) format( "svg" ); }
html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent; }
body { font-family: sans-serif; line-height: 1; margin: 0; }
iframe { border: 0; }
main { display: block; }
ol, ul { padding-left: 0; }
dl, ol, ul { margin-top: 0; margin-bottom: 0; }
dd { margin-left: 0; }
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin-top: 0; margin-bottom: 0; }
blockquote { margin: 0; padding: 0; }
p { margin-top: 0; margin-bottom: 0; }
sup { font-size: 75%; line-height: 0; position: relative; top: -.5em; vertical-align: baseline; }
strong { font-weight: 700; }
figure { margin: 0; }
img { vertical-align: middle; }
a { color: inherit; }
button { font: inherit; overflow: visible; margin: 0; padding: 0; cursor: pointer; text-align: inherit; letter-spacing: inherit; text-transform: inherit; border: 0; background: none; -webkit-font-smoothing: inherit; }
::-moz-focus-inner { padding: 0; border: 0; }
legend { display: table; float: left; width: 100%; margin: 0; padding: 0; }
legend+* { clear: both; }
fieldset { min-width: 0; margin: 0; padding: .01em 0 0; border: 0; }
body:not(:-moz-handler-blocked) fieldset { display: table-cell; }
table { border-collapse: collapse; }
html { box-sizing: border-box; }
*, :after, :before { box-sizing: inherit; }
.drop-element.drop-theme-basic { max-width: 100%; max-height: 100%; }
.drop-element.drop-theme-basic .drop-content { border-radius: 5px; box-shadow: 0 2px 8px rgba( 0, 0, 0, .2 ); font-family: inherit; background: #eee; color: #444; padding: 1em; font-size: 1.1em; line-height: 1.5em; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-center .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content { margin-bottom: 16px; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-right.drop-element-attached-middle .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content { margin-right: 16px; }
.drop-element, .drop-element *, .drop-element:after, .drop-element :after,
.drop-element:before, .drop-element :before { box-sizing: border-box; }
.drop-element { position: absolute; display: none; }
.drop-element.drop-open { display: block; }
.drop-element.drop-theme-arrows { max-width: 100%; max-height: 100%; }
.drop-element.drop-theme-arrows .drop-content { border-radius: 5px; position: relative; font-family: inherit; background: #eee; color: #444; padding: 1em; font-size: 1.1em; line-height: 1.5em; -webkit-transform: translateZ( 0 ); transform: translateZ( 0 ); -webkit-filter: drop-shadow( 0 1px 4px rgba( 0, 0, 0, .2 ) ); filter: drop-shadow( 0 1px 4px rgba( 0, 0, 0, .2 ) ); }
.drop-element.drop-theme-arrows .drop-content:before { content: ""; display: block; position: absolute; width: 0; height: 0; border: 16px solid transparent; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-center .drop-content:before { top: 100%; left: 50%; margin-left: -16px; border-top-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-center .drop-content { margin-top: 16px; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-center .drop-content:before { bottom: 100%; left: 50%; margin-left: -16px; border-bottom-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-left.drop-element-attached-middle .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content { margin-left: 16px; }
.drop-element.drop-theme-arrows.drop-element-attached-right.drop-element-attached-middle .drop-content:before { left: 100%; top: 50%; margin-top: -16px; border-left-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-left.drop-element-attached-middle .drop-content:before { right: 100%; top: 50%; margin-top: -16px; border-right-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content,
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content { margin-top: 16px; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before { bottom: 100%; left: 16px; border-bottom-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before { bottom: 100%; right: 16px; border-bottom-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before { top: 100%; left: 16px; border-top-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before { top: 100%; right: 16px; border-top-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before { top: 16px; left: 100%; border-left-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before { top: 16px; right: 100%; border-right-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before { bottom: 16px; left: 100%; border-left-color: #eee; }
.drop-element.drop-theme-arrows.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before { bottom: 16px; right: 100%; border-right-color: #eee; }
body, button, input, select, textarea { font-family: SophosSansRegular, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; font-size: 1em; line-height: 1.77689em; margin-top: 1em; margin-bottom: 1em; color: #595959; }
body { margin-top: 0; margin-bottom: 0; background-color: #f8f8f8; }
input[type=color], input[type=date], input[type=datetime-local],
input[type=datetime], input[type=email], input[type=month], input[type=number],
input[type=password], input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week], textarea { border-radius: 0; -webkit-appearance: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 400; clear: both; }
a { text-decoration: none; color: #005bb5; }
a:hover { text-decoration: underline; color: #004991; }
p { margin-bottom: 1em; }
b, strong { font-family: SophosSansSemibold, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; }
cite, dfn, em, i { font-style: italic; }
blockquote { line-height: 1.77689em; padding-left: 1.333em; border-left: 1px solid #c9c9c9; }
blockquote, blockquote p { margin-bottom: 1em; }
>blockquote p:last-child { margin-bottom: 0; }
address { margin-bottom: 1em; }
code, kbd, pre, samp, tt, var { font-family: Monaco, Consolas, Lucida Console, monospace; font-size: .75rem; line-height: 1.77689em; -webkit-hyphens: none; hyphens: none; -ms-hyphens: none; }
code { margin-right: .31672em; margin-left: .31672em; padding: .2376em .42219em; background-color: #f8f8f8; }
body code { border: 1px solid #c9c9c9; }
pre { overflow: auto; max-width: 100%; margin-bottom: 1.6em; padding: 1.77689em; background-color: #f8f8f8; }
body pre { border: 1px solid #c9c9c9; }
abbr, acronym { cursor: help; border-bottom: 1px dotted #eaeaea; border-bottom: 1px dotted rgba( 51, 51, 51, .1 ); }
ins, mark { padding-right: .2376em; padding-left: .2376em; text-decoration: none; background-color: #fff9c0; }
sub, sup { font-size: 75%; line-height: 0; position: relative; height: 0; vertical-align: baseline; }
sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 75%; }
big { font-size: 125%; }
hr { height: 1px; margin-bottom: 1.6em; border: 0; background-color: #eaeaea; background-color: rgba( 51, 51, 51, .1 ); }
ol, ul { margin: 0 0 1em 1.333em; }
ul { list-style: disc; }
ol { list-style: decimal; }
li>ol, li>ul { margin-bottom: 0; }
dl { margin-bottom: 1em; }
dt { font-weight: 400; }
dd { margin-bottom: 1em; }
.no-bullets { list-style: none; }
.no-bullets, .no-bullets li { margin-left: 0; padding-left: 0; }
.no-bullets li { list-style-type: none; list-style-image: none; }
embed, iframe, img, object, video { max-width: 100%; }
img { height: auto; -ms-interpolation-mode: bicubic; border: 0; }
.comment-content img[height], .entry-content img, .entry-summary img,
img[class*=align], img[class*=attachment-], img[class*=wp-image-] { height: auto; vertical-align: bottom; }
figure.wp-caption, img.size-full, img.size-large, img.wp-post-image { max-width: 100%; height: auto; }
.entry-content .twitter-tweet-rendered { max-width: 100% !important; }
.wp-caption-text { font-size: .875rem; line-height: 1.333em; padding-top: 1em; padding-bottom: 1em; text-align: center; }
.alignleft { display: inline; float: left; }
.alignright { display: inline; float: right; }
.aligncenter { margin-right: auto; margin-left: auto; }
.aligncenter, .alignnone { display: block; }
.wp-caption.alignleft, blockquote.alignleft, img.alignleft { margin: .56278em 1.333em .56278em 0; }
.wp-caption.alignright, blockquote.alignright, img.alignright { margin: .56278em 0 .56278em 1.333em; }
.wp-caption.aligncenter, .wp-caption.alignnone, blockquote.aligncenter,
blockquote.alignnone, img.aligncenter, img.alignnone { clear: both; margin-top: 1.333em; margin-bottom: 1em; }
.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignnone,
.wp-caption.alignright { margin-bottom: .42219em; }
.attachment-post-thumbnail { display: block; margin-bottom: 2.36859em; }
.container, .content-container, .footer-container, .header-container { max-width: 1360px; margin-left: auto; margin-right: auto; padding-right: 2.0225em; padding-left: 2.0225em; }
.container:after, .content-container:after, .footer-container:after,
.header-container:after { clear: both; content: ""; display: block; }
.content-container, .header-container { position: relative; }
.header-container { height: 60px; }
.site-header { height: 60px; background-color: #005bb5; }
.site-branding { position: absolute; top: 21px; left: 2.0225em; }
.site-logo { display: block; overflow: hidden; white-space: nowrap; text-indent: 101%; width: 131px; height: 21px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='131' height='21' viewBox='0 0 131 21' fill='%23fff'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M40.873 3.774c1.31 1.59 2.045 4.181 2.045 7.219 0 3.445-1.184 6.275-3.293 7.837-1.595 1.178-4.022 1.827-6.898 1.827-4.089 0-7.315-1.24-8.976-3.447-1.247-1.623-1.853-3.772-1.853-6.397 0-3.768 1.12-6.628 3.229-8.161 1.657-1.235 4.277-1.916 7.28-1.916 3.802 0 6.84 1.092 8.466 3.038M27.87 6.04c-.67.974-.989 2.533-.989 4.626 0 4.597 1.725 6.69 5.559 6.69 3.769 0 5.495-2.093 5.495-6.63 0-4.598-1.692-6.66-5.495-6.66-2.077 0-3.707.707-4.57 1.974m22.296 14.614H45.63V1h10.636c3.737 0 5.048.356 6.452 1.8a6.404 6.404 0 0 1 1.915 4.595c0 2.064-.891 3.98-2.363 5.128-1.244.972-2.395 1.267-4.82 1.267h-7.283v6.864zm6.164-10.369c1.212 0 1.913-.15 2.393-.56.576-.444.926-1.386.926-2.476 0-1.297-.571-2.239-1.564-2.564-.35-.118-.926-.176-1.662-.176h-6.257v5.776h6.164zM84.561 20.657h-4.537v-8.104h-8.207v8.104h-4.535V1.003h4.535v8.044h8.207V1.003h4.537v19.654M106.286 3.774c1.311 1.59 2.044 4.181 2.044 7.219 0 3.445-1.18 6.275-3.29 7.837-1.595 1.178-4.023 1.827-6.9 1.827-4.087 0-7.313-1.24-8.973-3.447-1.248-1.623-1.856-3.772-1.856-6.397 0-3.768 1.119-6.628 3.228-8.161C92.2 1.417 94.82.736 97.824.736c3.8 0 6.833 1.092 8.462 3.038m-13 2.267c-.67.974-.988 2.533-.988 4.626 0 4.597 1.722 6.69 5.554 6.69 3.771 0 5.494-2.093 5.494-6.63 0-4.598-1.69-6.66-5.494-6.66-2.075 0-3.704.707-4.565 1.974M.483 17.082h11.106c1.726 0 2.672-.15 3.224-.48.683-.39 1.073-1.053 1.073-1.831 0-.934-.52-1.742-1.398-2.132-.459-.241-1.302-.36-2.345-.36H7.508c-2.603 0-4.297-.422-5.437-1.322C.773 9.907.02 8.282.02 6.54c0-2.55 1.53-4.774 3.778-5.493.975-.333 2.116-.42 4.654-.42h11.324v3.572H9.492c-2.049.03-2.84.03-3.524.18-.913.211-1.465.991-1.465 2.043 0 .898.454 1.62 1.235 1.952.652.27 1.803.331 3.365.331h3.483c3.192 0 4.916.45 6.186 1.649.976.902 1.627 2.675 1.627 4.417 0 2.131-1.075 4.115-2.765 5.075-1.075.63-2.443.81-5.667.81H.483v-3.574m109.873 0h11.105c1.727 0 2.673-.15 3.226-.48.682-.39 1.071-1.053 1.071-1.831 0-.934-.517-1.742-1.397-2.132-.455-.241-1.303-.36-2.346-.36h-4.634c-2.603 0-4.297-.422-5.437-1.322-1.303-1.05-2.051-2.675-2.051-4.417 0-2.55 1.527-4.774 3.777-5.493.976-.333 2.114-.42 4.654-.42h11.322v3.572h-10.281c-2.049.03-2.843.03-3.527.18-.913.211-1.465.991-1.465 2.043 0 .898.455 1.62 1.238 1.952.65.27 1.802.331 3.367.331h3.48c3.194 0 4.917.45 6.189 1.649.976.902 1.625 2.675 1.625 4.417 0 2.131-1.076 4.115-2.765 5.075-1.076.63-2.443.81-5.665.81h-11.486v-3.574'/%3E%3C/g%3E%3C/svg%3E" ); margin-top: 0; margin-bottom: 0; }
.site-description { display: none; }
.main-navigation { position: absolute; top: 20px; right: 0; }
.main-navigation .menu { display: block; margin-left: 0; padding-left: 0; list-style: none; }
.main-navigation .menu:after { clear: both; content: ""; display: block; }
.main-navigation .menu li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; }
.main-navigation .menu:first-child { margin-left: 0; }
.main-navigation .menu .menu-item, .main-navigation .menu .page_item { font-weight: 300; position: relative; float: left; margin-left: 2em; }
.main-navigation .menu .menu-item:first-child,
.main-navigation .menu .page_item:first-child, .main-navigation .menu>ul { margin-left: 0; }
.main-navigation .menu>ul:after { clear: both; content: ""; display: block; }
.main-navigation .menu .current_page_item,
.main-navigation .menu .current_page_parent { font-weight: 600; }
.main-navigation .menu .page_item_has_children:hover .children,
.main-navigation .menu .page_item_has_children:hover .sub-menu,
.main-navigation .menu>.menu-item-has-children:hover .children,
.main-navigation .menu>.menu-item-has-children:hover .sub-menu { display: block; }
.main-navigation .children .menu-item, .main-navigation .children .page_item,
.main-navigation .sub-menu .menu-item, .main-navigation .sub-menu .page_item { line-height: 1.333em; float: none; margin-left: 0; }
.main-navigation .children .menu-item:last-child,
.main-navigation .children .page_item:last-child,
.main-navigation .sub-menu .menu-item:last-child,
.main-navigation .sub-menu .page_item:last-child { margin-bottom: 0; }
#mobile-menu-switch { position: fixed; top: 0; right: 0; display: none; }
#mobile-menu-switch .toggle { font-size: .875rem; line-height: 60px; display: block; width: 70px; height: 60px; text-align: center; text-transform: uppercase; color: #005bb5; }
#mobile-menu-switch .toggle:hover { text-decoration: none; }
#mobile-menu-switch .toggle.on { border-left: 1px solid #c9c9c9; background-color: #f9f9f9; }
.post-navigation { margin-top: 3.75rem; margin-bottom: 3.75rem; }
.post-navigation .nav-links { font-size: .9375rem; line-height: 1.333em; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.post-navigation .nav-links .nav-label { text-transform: uppercase; color: #33a6e4; }
.post-navigation .nav-links a { font-size: .875rem; color: #9b9b9b; }
.post-navigation .nav-next, .post-navigation .nav-previous { display: -webkit-box; display: -ms-flexbox; display: flex; width: calc( 50% - 10px ); }
.post-navigation .nav-next .nav-label, .post-navigation .nav-previous .nav-label { padding-right: .625rem; }
.post-navigation .nav-next a, .post-navigation .nav-previous a { display: block; }
.comment-navigation { margin-top: -1.875rem; margin-bottom: 3.75rem; }
.comments-area { padding: 2.5rem; background-color: #fff; }
.comments-area>.comments-list { margin-bottom: 3.4375rem; }
.comment-reply-title, .comments-title { font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 1.5rem; line-height: 1.875rem; margin-bottom: .8125rem; color: #00193b; }
.comment-reply-title span, .comments-title span { color: #005bb5; }
.comment-reply-title #cancel-comment-reply-link,
.comments-title #cancel-comment-reply-link { float: right; }
.comment .comment-wrapper { padding: 1.875rem 1.125rem; }
.comment .gravatar { float: left; }
.comment .gravatar, .comment .gravatar img { overflow: hidden; border-radius: 100%; }
.comment .comment-content, .comment .comment-meta { margin-left: 5rem; }
.comment .comment-meta { font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: .875rem; line-height: 1.5rem; }
.comment .comment-meta .comment-author,
.comment .comment-meta .comment-meta-item { display: inline-block; }
.comment .comment-meta .comment-author, .comment .comment-meta .comment-author a { color: #005bb5; }
.comment .comment-meta .comment-meta-item { color: #9b9b9b; margin-left: .875rem; }
.comment .comment-meta .comment-meta-item a { color: #9b9b9b; }
.comment .comment-content { font-size: .875rem; line-height: 1.5rem; }
.comment .comment-content .comment-reply-link { font-size: .875rem; line-height: 1.5rem; color: #33a6e4; }
.comment.bystaff>.comment-wrapper { background-color: #f8f8f8; border-left: 4px solid #9ecee9; padding-left: .875rem; }
.comment.bystaff>.comment-wrapper .comment-author { position: relative; }
.comment.bystaff>.comment-wrapper .comment-author:after { content: ""; display: inline-block; width: 15px; height: 15px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='16' viewBox='0 0 15 16' fill='%23005bb5'%3E%3Cpath fill-rule='evenodd' d='M8.908 10.931H3.947V9.222l4.961.02a.89.89 0 0 0 .887-.887.89.89 0 0 0-.887-.888H6.155A2.584 2.584 0 0 1 3.58 4.891a2.584 2.584 0 0 1 2.576-2.577h4.961v1.71l-4.96-.02a.89.89 0 0 0-.888.887c0 .488.4.887.887.887h2.753a2.584 2.584 0 0 1 2.577 2.577 2.584 2.584 0 0 1-2.577 2.576zM0 0v9.484c0 .987.535 1.896 1.398 2.376l6.096 3.387 6.107-3.388A2.718 2.718 0 0 0 15 9.483V0H0z'/%3E%3C/svg%3E" ); position: relative; top: 3px; left: 3px; }
.comment.bystaff>.comment-wrapper .comment-author:before { content: "Sophos Staff"; display: none; width: 81px; height: 29px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='81' height='29' viewBox='0 0 81 29'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M0 4.006A4 4 0 0 1 4.003 0h72.994A4 4 0 0 1 81 4.006v14.988A4 4 0 0 1 77.005 23H45.424l-4.713 6-4.57-6H4.006A4 4 0 0 1 0 18.994V4.006z'/%3E%3Cpath fill='%239ECEE9' fill-rule='nonzero' d='M44.938 22h32.067A3 3 0 0 0 80 18.994V4.006A3 3 0 0 0 76.997 1H4.003A3 3 0 0 0 1 4.006v14.988A3 3 0 0 0 4.006 22h32.63l4.087 5.366L44.938 22zM0 4.006A4 4 0 0 1 4.003 0h72.994A4 4 0 0 1 81 4.006v14.988A4 4 0 0 1 77.005 23H45.424l-4.713 6-4.57-6H4.006A4 4 0 0 1 0 18.994V4.006z'/%3E%3C/g%3E%3C/svg%3E" ); position: absolute; top: -29px; right: -30%; font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: .625rem; color: #005bb5; text-align: center; }
.comment.bystaff>.comment-wrapper .comment-author:hover:before { display: block; }
.form-allowed-tags { font-size: .875rem; line-height: 1.333em; margin-bottom: 1em; }
.comment-notes { display: none; }
.comment-respond { padding: 0 7.5rem; }
.comment-respond .comment-reply-title small, .comment-respond .logged-in-as { font-size: .875rem; }
.comment-respond .comment-form label { margin: 0 0 .25rem; font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: .75rem; line-height: 1rem; color: #83888e; }
.comment-respond .comment-form input[type=email],
.comment-respond .comment-form input[type=text],
.comment-respond .comment-form input[type=url],
.comment-respond .comment-form textarea { margin: 0; font-size: .875rem; border: 1px solid #c2c6ca; border-radius: 3px; }
.comment-respond .comment-form-comment textarea { height: 4.375rem; }
.comment-respond .comment-form-author, .comment-respond .comment-form-email,
.comment-respond .comment-form-url { max-width: 15.625rem; }
.comment-respond .form-submit, .comment-respond .submit { margin-bottom: 0; }
.comments-list .comment-respond { padding: .375rem 0 1.875rem 6.125rem; }
.pingback .comment-body { margin-bottom: .9375rem; padding-bottom: .9375rem; padding-left: 0; }
.pingback+.comment .comment-body { margin-top: 1.875rem; }
.search-results article:last-child { margin-bottom: 1.875rem; padding-bottom: 0; border: none; }
.search-results .archive-title { font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 1.5rem; line-height: 3.75rem; color: #83888e; }
.search-results .archive-title span { font-style: italic; color: #3fae29; }
.not-found .search-form { display: -webkit-box; display: -ms-flexbox; display: flex; }
.not-found .search-form>label { width: 66.66%; }
.not-found .search-form .search-field { width: 100%; margin: 0; }
.site-footer { font-size: .875rem; padding-top: 3.75rem; padding-bottom: 3.75rem; color: #a6c6e5; border-top: 1px solid #c9c9c9; background-color: #1468bb; }
.site-footer>.container { position: relative; }
.site-footer .site-info { font-size: .875rem; line-height: 1.333em; }
.site-footer a { transition: all .15s ease-in-out; color: #a6c6e5; }
.site-footer a:hover { text-decoration: none; color: #fff; }
.site-footer-title { display: inline-block; margin-bottom: .625rem; text-transform: uppercase; color: #d9e6f4; }
.site-footer-links { float: left; display: block; margin-right: 2.35765%; width: 18.11388%; line-height: 1.77689em; }
.site-footer-links:last-child { margin-right: 0; }
.site-footer-links ul { margin-left: 0; padding-left: 0; list-style: none; font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; font-size: .8125rem; }
.site-footer-links ul li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; }
.social-footer-links { position: absolute; top: 0; left: 2.0225em; }
.social-footer-links .social-sharing li { float: none; }
.social-footer-links .social-sharing a { margin-bottom: 1rem; height: 2.375rem; width: 2.375rem; line-height: 2.375rem; background-size: 19px 19px; }
.secondary-footer { font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; font-size: .75rem; padding-top: .9375rem; padding-bottom: .9375rem; color: #a6c6e5; background-color: #005bb5; }
.secondary-footer .site-logo { display: inline-block; width: 88px; height: 14px; margin-right: .9375rem; vertical-align: -1px; background-size: contain; }
.secondary-footer a { transition: all .15s ease-in-out; color: #a6c6e5; }
.secondary-footer a:hover { text-decoration: none; color: #fff; }
.site-copyright { display: inline-block; margin-right: .9375rem; }
.site-legal-navigation { float: right; }
.site-legal-navigation>ul { margin-left: 0; padding-left: 0; list-style: none; margin: 0; }
.site-legal-navigation>ul li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; display: inline-block; margin-left: 1.875rem; }
.site-legal-navigation>ul li:first-child { margin-left: 0; }
.site-legal-navigation>ul .menu { display: inline; margin-left: 0; }
.mobile-footer { display: none; position: fixed; right: 0; bottom: 0; left: 0; background: #fff; border-top: 1px solid #e2e5e7; max-height: 49px; }
.mobile-footer ul { margin-left: 0; padding-left: 0; list-style: none; margin: 0; }
.mobile-footer ul:after { clear: both; content: ""; display: block; }
.mobile-footer ul li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; float: left; width: 50%; }
.mobile-footer a { display: block; padding: .625rem 0 .5rem; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: transparent; font-family: SophosSansSemibold; font-size: .8125rem; color: #9b9b9b; text-transform: uppercase; text-decoration: none; text-align: center; }
.mobile-footer a:hover, .mobile-footer li.active a { color: #005bb5; border-bottom-color: #005bb5; }
.content-area label { font-weight: 400; font-size: 1em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; display: block; margin-bottom: .5em; }
input[type=color], input[type=date], input[type=datetime-local],
input[type=datetime], input[type=email], input[type=month], input[type=number],
input[type=password], input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week], textarea { margin-top: .31672em; margin-bottom: 1em; padding: 6px 8px; border: 1px solid #b4b4b4; }
input[type=color]:focus, input[type=color]:hover, input[type=date]:focus,
input[type=date]:hover, input[type=datetime-local]:focus,
input[type=datetime-local]:hover, input[type=datetime]:focus,
input[type=datetime]:hover, input[type=email]:focus, input[type=email]:hover,
input[type=month]:focus, input[type=month]:hover, input[type=number]:focus,
input[type=number]:hover, input[type=password]:focus, input[type=password]:hover,
input[type=search]:focus, input[type=search]:hover, input[type=tel]:focus,
input[type=tel]:hover, input[type=text]:focus, input[type=text]:hover,
input[type=time]:focus, input[type=time]:hover, input[type=url]:focus,
input[type=url]:hover, input[type=week]:focus, input[type=week]:hover,
textarea:focus, textarea:hover { border-color: #8c8c8c; outline: none; }
input[type=color], input[type=date], input[type=datetime-local],
input[type=datetime], input[type=email], input[type=month], input[type=number],
input[type=password], input[type=search], input[type=tel], input[type=text],
input[type=time], input[type=url], input[type=week], textarea { width: 100%; }
input[type=search] { width: auto; border-right: none; }
input[type=submit] { font-weight: 400; padding: 6px 1.77689em; color: #005bb5; border: 1px solid #005bb5; background-color: transparent; cursor: pointer; }
input[type=submit]:hover { color: #f9f9f9; background-color: #005bb5; }
.post-password-form label { margin-top: 1.77689em; }
.post-password-form input[type=password] { margin-top: .75019em; }
.post-password-form input[type=submit] { margin-top: 0; }
.gform_fields { list-style: none; margin-left: 0; padding-left: 0; }
.gform_fields li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; }
.gfield_description { font-size: .875rem; line-height: 1.333em; margin-bottom: 1em; }
.gform_button.button { margin-top: 0; }
.gform_validation_container.gfield { display: none; }
.validation_error { margin-bottom: 1.875rem; color: #b2432c; }
.gfield_error input[type=color], .gfield_error input[type=date],
.gfield_error input[type=datetime-local], .gfield_error input[type=datetime],
.gfield_error input[type=email], .gfield_error input[type=month],
.gfield_error input[type=number], .gfield_error input[type=password],
.gfield_error input[type=search], .gfield_error input[type=tel],
.gfield_error input[type=text], .gfield_error input[type=time],
.gfield_error input[type=url], .gfield_error input[type=week],
.gfield_error textarea { border-color: #b2432c; }
.gfield_error .gfield_description { color: #b2432c; }
.btn, .comment-respond .submit { font-size: 1rem; line-height: 1.77689em; display: inline-block; min-width: 150px; padding: 5px 30px; text-align: center; border-width: 1px; border-style: solid; border-radius: 4px; }
.btn:hover, .comment-respond .submit:hover { text-decoration: none; }
.btn-sm { font-size: .8125rem; line-height: 1.6875rem; min-width: 8.125rem; padding: 0 .625rem; }
.btn-round { border-radius: .84375rem; }
.btn-outline-white { color: #fff; border-color: #fff; }
.btn-outline-white:hover { background-color: #fff; }
.btn-outline-blue { color: #00193b; border-color: #00193b; }
.btn-outline-blue:hover { color: #fff; background-color: #00193b; }
.btn-outline-lightblue { color: #33a6e4; border-color: #33a6e4; }
.btn-outline-lightblue .icon { color: #33a6e4; }
.btn-outline-lightblue:hover { color: #fff; background-color: #33a6e4; }
.btn-green, .comment-respond .submit { color: #fff; }
.btn-green, .btn-green:hover, .comment-respond .submit,
.comment-respond .submit:hover { border-color: #3fae29; background-color: #3fae29; }
.icon { display: block; overflow: hidden; white-space: nowrap; text-indent: 101%; margin: 0; padding: 0; background-size: contain; }
.icon-search-secondary { width: 15px; height: 15px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.744 11.431C2.577 11.431 0 8.867 0 5.716 0 2.564 2.576 0 5.744 0c3.167 0 5.743 2.564 5.743 5.716 0 3.151-2.576 5.715-5.743 5.715zm0-9.48c-2.086 0-3.783 1.69-3.783 3.765S3.658 9.48 5.744 9.48c2.085 0 3.782-1.689 3.782-3.764 0-2.076-1.697-3.765-3.782-3.765zM11.56 9.73a7.125 7.125 0 0 1-1.913 1.863L13.073 15l1.892-1.883-3.404-3.388z'/%3E%3C/svg%3E" ); }
.icon-twitter { width: 14px; height: 12px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M14.052 1.838a5.617 5.617 0 0 1-1.641.459 2.903 2.903 0 0 0 1.257-1.61 5.615 5.615 0 0 1-1.818.707 2.825 2.825 0 0 0-2.085-.92c-1.579 0-2.858 1.304-2.858 2.91 0 .227.024.45.073.663-2.376-.122-4.482-1.28-5.894-3.042A2.955 2.955 0 0 0 .698 2.47c0 1.009.506 1.9 1.274 2.42A2.814 2.814 0 0 1 .676 4.53v.035c0 1.41.985 2.585 2.295 2.852a2.765 2.765 0 0 1-1.292.051c.364 1.156 1.42 1.997 2.671 2.02A5.672 5.672 0 0 1 .116 10.69 8.01 8.01 0 0 0 4.498 12c5.26 0 8.136-4.433 8.136-8.28a7.69 7.69 0 0 0-.008-.376 5.805 5.805 0 0 0 1.426-1.506'/%3E%3C/svg%3E" ); }
.icon-facebook { width: 7px; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M.348 5.15h1.438V3.728c0-.628.015-1.595.463-2.194C2.721.899 3.37.469 4.483.469c1.814 0 2.578.263 2.578.263L6.7 2.9s-.599-.176-1.157-.176c-.561 0-1.06.205-1.06.773V5.15h2.292l-.16 2.119H4.483v7.357H1.786V7.269H.348V5.15'/%3E%3C/svg%3E" ); }
.icon-facebook, .icon-googleplus { height: 14px; background-repeat: no-repeat; }
.icon-googleplus { width: 13px; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.034 13.888c-1.653 0-2.847-1.064-2.847-2.346 0-1.252 1.48-2.298 3.136-2.28.386.005.745.07 1.07.177.898.634 1.542.994 1.724 1.717.035.147.053.298.053.453 0 1.279-.81 2.28-3.136 2.28m.435-7.505C4.36 6.351 3.304 5.121 3.113 3.637c-.193-1.483.553-2.618 1.664-2.585 1.108.033 2.164 1.223 2.355 2.707.191 1.484-.552 2.658-1.663 2.625M7.77 8.581c-.388-.281-1.133-.963-1.133-1.364 0-.471.132-.7.826-1.255.713-.566 1.217-1.364 1.217-2.29 0-1.101-.481-2.176-1.387-2.531h1.365l.964-.709h-4.31c-1.929 0-3.746 1.488-3.746 3.214 0 1.763 1.316 3.184 3.282 3.184.136 0 .268-.002.398-.012-.128.248-.22.53-.22.818 0 .49.26.89.587 1.214-.248 0-.487.006-.747.006-2.393 0-4.233 1.55-4.233 3.158 0 1.585 2.02 2.575 4.41 2.575 2.727 0 4.234-1.575 4.234-3.158 0-1.271-.368-2.032-1.507-2.85m6.27-2.069h-1.678V4.807h-1.35v1.705H9.335v1.374h1.675v1.708h1.351V7.886h1.678V6.512'/%3E%3C/svg%3E" ); }
.icon-linkedin { height: 13px; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M.363 4.6h2.711v8.831H.363v-8.83zm1.285-1.105H1.63c-.983 0-1.618-.674-1.618-1.53 0-.872.656-1.533 1.657-1.533.999 0 1.614.66 1.635 1.531 0 .856-.636 1.532-1.656 1.532zm12.275 9.936H10.85v-4.57c0-1.196-.48-2.012-1.538-2.012-.81 0-1.259.55-1.468 1.08-.08.191-.067.458-.067.724v4.778H4.729s.041-8.095 0-8.83h3.047v1.384c.18-.605 1.153-1.47 2.707-1.47 1.927 0 3.44 1.27 3.44 4.006v4.91z'/%3E%3C/svg%3E" ); }
.icon-linkedin, .icon-rss { width: 14px; background-repeat: no-repeat; }
.icon-rss { height: 14px; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M3.796 11.412a1.887 1.887 0 0 1 .002 2.647h-.002a1.823 1.823 0 0 1-2.612 0 1.89 1.89 0 0 1 0-2.647 1.825 1.825 0 0 1 2.612 0zM.644 5.282v2.704A6.428 6.428 0 0 1 5.246 9.93a6.663 6.663 0 0 1 1.909 4.692v.004h2.668A9.408 9.408 0 0 0 7.13 8.025C5.467 6.332 3.174 5.285.644 5.282zM.65.47V3.17c6.198.004 11.237 5.14 11.243 11.456h2.662a14.257 14.257 0 0 0-4.08-10.005C7.957 2.056 4.482.471.65.47z'/%3E%3C/svg%3E" ); }
.social-sharing { margin-bottom: 0; }
.social-sharing li { display: block; overflow: hidden; white-space: nowrap; text-indent: 101%; position: relative; }
.social-sharing a { display: block; height: 1.75rem; width: 1.75rem; border-radius: 100%; font-family: SophosSansLight; line-height: 1.75rem; text-align: center; background-repeat: no-repeat; background-position: 50%; background-color: #005bb5; color: #fff; }
.social-sharing a:hover { text-decoration: none; }
.social-sharing .comments:after { position: absolute; bottom: -1px; left: -1px; -webkit-transform: rotate( -38deg ); transform: rotate( -38deg ); content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 4px 8px 4px 0; border-color: transparent #005bb5 transparent transparent; }
.social-sharing .twitter a, .social-sharing a[href*=twitter] { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M14.052 1.838a5.617 5.617 0 0 1-1.641.459 2.903 2.903 0 0 0 1.257-1.61 5.615 5.615 0 0 1-1.818.707 2.825 2.825 0 0 0-2.085-.92c-1.579 0-2.858 1.304-2.858 2.91 0 .227.024.45.073.663-2.376-.122-4.482-1.28-5.894-3.042A2.955 2.955 0 0 0 .698 2.47c0 1.009.506 1.9 1.274 2.42A2.814 2.814 0 0 1 .676 4.53v.035c0 1.41.985 2.585 2.295 2.852a2.765 2.765 0 0 1-1.292.051c.364 1.156 1.42 1.997 2.671 2.02A5.672 5.672 0 0 1 .116 10.69 8.01 8.01 0 0 0 4.498 12c5.26 0 8.136-4.433 8.136-8.28a7.69 7.69 0 0 0-.008-.376 5.805 5.805 0 0 0 1.426-1.506'/%3E%3C/svg%3E" ); }
.social-sharing .facebook a, .social-sharing a[href*=facebook] { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M.348 5.15h1.438V3.728c0-.628.015-1.595.463-2.194C2.721.899 3.37.469 4.483.469c1.814 0 2.578.263 2.578.263L6.7 2.9s-.599-.176-1.157-.176c-.561 0-1.06.205-1.06.773V5.15h2.292l-.16 2.119H4.483v7.357H1.786V7.269H.348V5.15'/%3E%3C/svg%3E" ); }
.social-sharing .googleplus a, .social-sharing a[href*=google] { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.034 13.888c-1.653 0-2.847-1.064-2.847-2.346 0-1.252 1.48-2.298 3.136-2.28.386.005.745.07 1.07.177.898.634 1.542.994 1.724 1.717.035.147.053.298.053.453 0 1.279-.81 2.28-3.136 2.28m.435-7.505C4.36 6.351 3.304 5.121 3.113 3.637c-.193-1.483.553-2.618 1.664-2.585 1.108.033 2.164 1.223 2.355 2.707.191 1.484-.552 2.658-1.663 2.625M7.77 8.581c-.388-.281-1.133-.963-1.133-1.364 0-.471.132-.7.826-1.255.713-.566 1.217-1.364 1.217-2.29 0-1.101-.481-2.176-1.387-2.531h1.365l.964-.709h-4.31c-1.929 0-3.746 1.488-3.746 3.214 0 1.763 1.316 3.184 3.282 3.184.136 0 .268-.002.398-.012-.128.248-.22.53-.22.818 0 .49.26.89.587 1.214-.248 0-.487.006-.747.006-2.393 0-4.233 1.55-4.233 3.158 0 1.585 2.02 2.575 4.41 2.575 2.727 0 4.234-1.575 4.234-3.158 0-1.271-.368-2.032-1.507-2.85m6.27-2.069h-1.678V4.807h-1.35v1.705H9.335v1.374h1.675v1.708h1.351V7.886h1.678V6.512'/%3E%3C/svg%3E" ); }
.social-sharing .linkedin a, .social-sharing a[href*=linkedin] { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M.363 4.6h2.711v8.831H.363v-8.83zm1.285-1.105H1.63c-.983 0-1.618-.674-1.618-1.53 0-.872.656-1.533 1.657-1.533.999 0 1.614.66 1.635 1.531 0 .856-.636 1.532-1.656 1.532zm12.275 9.936H10.85v-4.57c0-1.196-.48-2.012-1.538-2.012-.81 0-1.259.55-1.468 1.08-.08.191-.067.458-.067.724v4.778H4.729s.041-8.095 0-8.83h3.047v1.384c.18-.605 1.153-1.47 2.707-1.47 1.927 0 3.44 1.27 3.44 4.006v4.91z'/%3E%3C/svg%3E" ); }
.social-sharing .rss a { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M3.796 11.412a1.887 1.887 0 0 1 .002 2.647h-.002a1.823 1.823 0 0 1-2.612 0 1.89 1.89 0 0 1 0-2.647 1.825 1.825 0 0 1 2.612 0zM.644 5.282v2.704A6.428 6.428 0 0 1 5.246 9.93a6.663 6.663 0 0 1 1.909 4.692v.004h2.668A9.408 9.408 0 0 0 7.13 8.025C5.467 6.332 3.174 5.285.644 5.282zM.65.47V3.17c6.198.004 11.237 5.14 11.243 11.456h2.662a14.257 14.257 0 0 0-4.08-10.005C7.957 2.056 4.482.471.65.47z'/%3E%3C/svg%3E" ); }
.social-sharing .youtube a, .social-sharing a[href*=youtube] { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M6.89 9.362V2.88l4.941 3.24L6.89 9.363zM12.426 0H4.941C.671 0 0 .248 0 4.395V8.17c0 4.147.67 4.396 4.941 4.396h7.486c4.271 0 4.943-.249 4.943-4.396V4.395C17.37.248 16.698 0 12.427 0z'/%3E%3C/svg%3E" ); }
.news-header { padding-top: 3.125rem; padding-bottom: .5rem; }
.news-header-container { position: relative; }
.news-branding { position: absolute; top: 0; left: 2.0225em; z-index: 1; }
.news-logo { display: block; overflow: hidden; white-space: nowrap; text-indent: 101%; width: 221px; height: 34px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='221' height='34' viewBox='0 0 221 34'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%2300234C' d='M146.832 27h4.536V1.8h-5.184v15.408L135.24 1.8h-4.536V27h5.184V11.664L146.832 27zm25.632-5.688v-.396h-4.824v.252c0 1.152-.684 2.34-3.42 2.34-2.772 0-3.6-1.548-3.6-3.42v-1.332h12.024V15.12c0-3.708-1.908-7.848-8.46-7.848-6.732 0-8.676 4.14-8.676 7.884v4.392c0 3.78 1.692 7.884 8.748 7.884 6.912 0 8.208-3.564 8.208-6.12zm-11.844-6.948c0-1.548.756-3.24 3.528-3.24 2.664 0 3.492 1.692 3.492 3.24v.828h-7.02v-.828zM179.448 27h5.184l3.888-12.42L192.444 27h5.184l5.292-19.296h-5.148l-2.916 12.528-3.6-12.528H186l-3.564 12.564-2.952-12.564h-5.328L179.448 27zm40.86-13.608v-.468c0-2.772-2.016-5.652-7.884-5.652-5.544 0-7.884 2.916-7.884 6.048 0 3.996 2.736 4.968 5.652 5.616l3.384.756c1.08.252 2.088.648 2.088 1.8 0 1.152-.864 2.088-3.024 2.088-2.556 0-3.24-.864-3.24-1.8v-.432h-5.112v.54c0 2.664 1.908 5.544 8.316 5.544 6.192 0 8.172-2.988 8.172-6.444 0-3.852-3.024-4.968-5.58-5.544l-3.708-.828c-1.152-.252-2.052-.648-2.052-1.692s.792-1.944 2.88-1.944c2.34 0 2.988.972 2.988 2.016v.396h5.004z'/%3E%3Cpath fill='%23005BB5' d='M17.556 8.532v-.396c0-3.672-2.16-6.732-8.784-6.732C2.724 1.404.276 4.32.276 8.208c0 3.42 1.944 5.184 5.652 6.048l5.724 1.296c2.592.612 4.104 1.944 4.104 4.428 0 3.384-1.944 5.472-6.3 5.472-5.832 0-7.272-1.98-7.272-4.392v-.36H-.012v.396c0 3.312 1.908 6.3 9.468 6.3 6.048 0 8.604-3.06 8.604-7.632 0-3.78-2.556-5.544-5.652-6.264l-5.724-1.296c-2.916-.648-4.212-1.872-4.212-4.14 0-2.808 1.728-4.716 6.264-4.716 5.148 0 6.588 2.052 6.588 4.824v.36h2.232zm4.932 11.484c0 3.528 1.908 7.38 7.632 7.38 5.76 0 7.632-3.852 7.632-7.38v-4.968c0-3.492-1.872-7.344-7.632-7.344-5.724 0-7.632 3.852-7.632 7.344v4.968zm13.14.036c0 2.556-1.368 5.544-5.508 5.544s-5.508-2.988-5.508-5.544v-5.004c0-2.592 1.368-5.544 5.508-5.544s5.508 2.952 5.508 5.544v5.004zm15.192 5.436c-4.248 0-5.652-2.88-5.652-5.904V15.48c0-2.988 1.404-5.868 5.652-5.868 4.14 0 5.328 2.844 5.328 5.796v4.32c0 2.988-1.152 5.76-5.328 5.76zm.504 1.908c4.68 0 6.948-3.276 6.948-7.272v-5.148c0-3.996-2.232-7.272-6.876-7.272-3.312 0-5.364 1.404-6.336 3.42L44.916 8.1h-1.872v25.38h2.124v-9.216c.972 1.836 2.952 3.132 6.156 3.132zm14.4-.396V15.48c0-2.88 1.404-5.868 5.652-5.868 4.068 0 5.292 2.844 5.292 5.508V27h2.16V14.688c0-3.672-2.124-6.984-6.876-6.984-3.204 0-5.256 1.368-6.228 3.276V.72H63.6V27h2.124zm18.216-6.984c0 3.528 1.908 7.38 7.632 7.38 5.76 0 7.632-3.852 7.632-7.38v-4.968c0-3.492-1.872-7.344-7.632-7.344-5.724 0-7.632 3.852-7.632 7.344v4.968zm13.14.036c0 2.556-1.368 5.544-5.508 5.544s-5.508-2.988-5.508-5.544v-5.004c0-2.592 1.368-5.544 5.508-5.544s5.508 2.952 5.508 5.544v5.004zm20.52-6.84v-.324c0-2.844-1.62-5.184-7.056-5.184-4.608 0-6.768 2.232-6.768 5.184s1.8 4.14 4.788 4.824l4.284.936c1.8.432 3.132 1.296 3.132 3.132 0 2.34-1.584 3.888-5.004 3.888-4.356 0-5.436-1.404-5.436-3.168v-.324h-2.088v.36c0 2.628 1.584 4.86 7.488 4.86 4.968 0 7.164-2.448 7.164-5.796 0-2.952-2.124-4.248-4.608-4.824l-4.392-.972c-2.232-.504-3.312-1.332-3.312-3.024 0-2.052 1.476-3.42 4.716-3.42 3.96 0 5.04 1.548 5.04 3.564v.288h2.052z'/%3E%3C/g%3E%3C/svg%3E" ); margin-top: 0; margin-bottom: 0; }
.site-search-block { position: absolute; top: -21px; right: 2.0225em; left: 310px; height: 4.375rem; border: 1px solid #c9c9c9; background: #fff; z-index: 3; }
.site-search-block input { margin: 0 0 0 3.125rem; padding: .625rem .5rem; height: 4.25rem; width: 90%; border: none; font-size: 2.25rem; font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; }
.site-search-block input::-webkit-input-placeholder { color: #9ecee9; font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; }
.site-search-block input:-moz-placeholder,
.site-search-block input::-moz-placeholder { color: #9ecee9; font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; }
.site-search-block input:-ms-input-placeholder { color: #9ecee9; font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; }
.site-search-block .search-submit { position: absolute; top: 25px; left: 16px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%2333A6E4'%3E%3Cpath fill-rule='evenodd' d='M5.744 11.431C2.577 11.431 0 8.867 0 5.716 0 2.564 2.576 0 5.744 0c3.167 0 5.743 2.564 5.743 5.716 0 3.151-2.576 5.715-5.743 5.715zm0-9.48c-2.086 0-3.783 1.69-3.783 3.765S3.658 9.48 5.744 9.48c2.085 0 3.782-1.689 3.782-3.764 0-2.076-1.697-3.765-3.782-3.765zM11.56 9.73a7.125 7.125 0 0 1-1.913 1.863L13.073 15l1.892-1.883-3.404-3.388z'/%3E%3C/svg%3E" ); width: 18px; }
.site-search-block a[href="#search-close"] { position: absolute; top: 21px; right: 22px; width: 26px; height: 26px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27' viewBox='0 0 27 27' fill='%239ECEE9'%3E%3Cpath d='M16.397 13.937l3.09 3.09a1.12 1.12 0 0 1 0 1.579l-.881.881a1.113 1.113 0 0 1-.789.326c-.287 0-.573-.109-.79-.326l-3.09-3.09a1.117 1.117 0 0 0-1.58 0l-3.09 3.09a1.115 1.115 0 0 1-1.579 0l-.88-.881a1.118 1.118 0 0 1 0-1.579l3.09-3.09a1.12 1.12 0 0 0 0-1.579l-3.09-3.091a1.118 1.118 0 0 1 0-1.579l.88-.88c.217-.218.504-.326.79-.326.286 0 .572.108.789.325l3.09 3.091a1.117 1.117 0 0 0 1.58 0l3.09-3.091c.217-.217.504-.325.79-.325.286 0 .572.108.789.325l.881.881a1.12 1.12 0 0 1 0 1.579l-3.09 3.091a1.12 1.12 0 0 0 0 1.579zM13.147 0C5.898 0 0 5.898 0 13.147c0 7.25 5.898 13.148 13.147 13.148 7.25 0 13.148-5.898 13.148-13.148C26.295 5.898 20.397 0 13.147 0z'/%3E%3C/svg%3E" ); }
.mobile-menu-toggle { position: absolute; top: 20px; right: 55px; }
.mobile-menu-toggle .tablet { display: block; }
.mobile-menu-toggle .mobile { display: none; }
.mobile-menu-toggle a { position: relative; display: block; font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif; font-size: .9375rem; color: #afafaf; text-transform: uppercase; text-align: center; text-decoration: none; }
.mobile-menu-toggle a:after { position: absolute; top: 10px; left: 58%; content: ""; display: none; width: 12px; height: 8px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23afafaf'%3E%3Cpath fill-rule='evenodd' d='M5.564 4.206L2.112.753A.992.992 0 0 0 .708.75l-.424.424a.997.997 0 0 0 .003 1.404l4.428 4.428c.233.233.55.327.85.283.3.044.616-.05.849-.283l4.427-4.428a.997.997 0 0 0 .004-1.404L10.421.75a.992.992 0 0 0-1.404.003L5.564 4.206z'/%3E%3C/svg%3E" ); background-size: contain; -webkit-transform: rotate( 0deg ); transform: rotate( 0deg ); }
.mobile-menu-toggle.active a:after { -webkit-transform: rotate( 180deg ); transform: rotate( 180deg ); }
.mobile-search-toggle { position: absolute; top: 24px; right: 1.01125em; }
.mobile-search-toggle a { width: 20px; height: 20px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%2333A6E4'%3E%3Cpath fill-rule='evenodd' d='M5.744 11.431C2.577 11.431 0 8.867 0 5.716 0 2.564 2.576 0 5.744 0c3.167 0 5.743 2.564 5.743 5.716 0 3.151-2.576 5.715-5.743 5.715zm0-9.48c-2.086 0-3.783 1.69-3.783 3.765S3.658 9.48 5.744 9.48c2.085 0 3.782-1.689 3.782-3.764 0-2.076-1.697-3.765-3.782-3.765zM11.56 9.73a7.125 7.125 0 0 1-1.913 1.863L13.073 15l1.892-1.883-3.404-3.388z'/%3E%3C/svg%3E" ); }
.mobile-menu-toggle, .mobile-search-toggle { display: none; }
.primary-header-navigation { position: absolute; top: 0; right: 2.0225em; font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; overflow: hidden; height: 60px; padding-left: 180px; }
.primary-header-navigation a { transition: all .15s ease-in-out; font-size: .9375rem; line-height: 66px; display: block; height: 60px; padding: 0 .9375rem; text-decoration: none; text-transform: uppercase; opacity: .65; color: #fff; }
.primary-header-navigation a:hover { opacity: 1; }
.primary-header-navigation>ul { margin: 0; padding: 0; list-style: none; }
.primary-header-navigation>ul:after { clear: both; content: ""; display: block; }
.primary-header-navigation>ul li { display: block; float: left; height: 60px; }
.primary-header-navigation>ul li:last-child a { padding-right: 0; }
.primary-header-navigation>ul li.has-icon a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.primary-header-navigation .navigation-title { display: none; float: right; }
.primary-header-navigation .navigation-title a { border-bottom-color: transparent; }
.primary-header-navigation .navigation-title .toggle { display: block; overflow: hidden; white-space: nowrap; text-indent: 101%; display: none; opacity: 1; }
.primary-header-navigation .navigation-title .toggle:after { position: absolute; top: 26px; right: 0; width: 12px; height: 8px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.564 4.206L2.112.753A.992.992 0 0 0 .708.75l-.424.424a.997.997 0 0 0 .003 1.404l4.428 4.428c.233.233.55.327.85.283.3.044.616-.05.849-.283l4.427-4.428a.997.997 0 0 0 .004-1.404L10.421.75a.992.992 0 0 0-1.404.003L5.564 4.206z'/%3E%3C/svg%3E" ); display: block; content: ""; opacity: .6; background-size: contain; }
.primary-header-navigation .is-icon { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; padding-right: .625rem; padding-left: .625rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.primary-header-navigation .is-icon .drop-target:after { display: none; }
.primary-header-navigation .is-icon a { display: block; overflow: hidden; white-space: nowrap; text-indent: 101%; display: inline-block; height: 60px !important; margin: 0; padding: 0; vertical-align: middle; background-position: 50% !important; background-size: contain; }
.primary-header-navigation .icon-download a { width: 21px; height: 19px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='19' viewBox='0 0 22 19' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M19 0H2.69L0 5.437V19h21.746V5.381L19 0zm-4.166 12.167l-3.49 4.169a.585.585 0 0 1-.926 0l-3.49-4.17c-.254-.303-.138-.552.258-.552h2.556v-3.91c0-.397.325-.721.722-.721h.835c.396 0 .721.324.721.72v3.911h2.556c.397 0 .513.249.258.553 0 0 .255-.304 0 0zM2.896 4.593L4.38 1.569l13.013.005 1.531 3.019H2.896z'/%3E%3C/svg%3E" ); }
.primary-header-navigation .icon-search a { width: 19px; height: 19px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M19.967 16.89l-5.884-5.883a7.482 7.482 0 1 0-3.12 3.098L16.859 20l3.11-3.11zM2.495 7.484a4.993 4.993 0 0 1 4.987-4.988 4.993 4.993 0 0 1 4.988 4.988 4.993 4.993 0 0 1-4.988 4.986 4.992 4.992 0 0 1-4.987-4.986z'/%3E%3C/svg%3E" ); }
.primary-header-navigation .icon-account a { width: 22px; height: 19px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='20' viewBox='0 0 23 20' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M19.36 14.487c-1.337-.594-3.32-2.125-6.257-2.65.75-.804 1.32-2.061 1.904-3.55.339-.863.28-1.599.28-2.646 0-.774.146-2.016-.046-2.698C14.594.637 12.957 0 11.04 0 9.12 0 7.482.64 6.835 2.95c-.19.68-.044 1.919-.044 2.69 0 1.05-.057 1.788.283 2.653.589 1.497 1.149 2.752 1.897 3.553-2.913.535-4.881 2.054-6.21 2.646C.015 15.717 0 17.06 0 17.06v2.279l22.13-.003V17.06s-.012-1.346-2.77-2.572'/%3E%3C/svg%3E" ); }
.secondary-header { height: 70px; border-bottom: 1px solid #c9c9c9; background: #fff; }
.secondary-header-navigation .current-menu-item a,
.secondary-header-navigation .menu-item-blog a,
.secondary-header-navigation a:hover { border-bottom-color: #005bb5; color: #005bb5; }
.secondary-header-navigation { float: right; }
.secondary-header-navigation a { transition: all .15s ease-in-out; color: #9b9b9b; font-size: .8125rem; line-height: 74px; display: block; height: 70px; padding: 0 1rem; text-decoration: none; border-bottom: 2px solid transparent; }
.secondary-header-navigation a:hover { text-decoration: none; color: #005bb5; }
.secondary-header-navigation>ul { margin: 0; padding: 0; list-style: none; }
.secondary-header-navigation>ul li { float: left; }
.secondary-header-navigation>ul li:last-child a { padding-right: 0; }
.article-author-block { padding: 1.875rem 2.5rem; background-color: #fff; }
body.single-post .article-author-block { margin-bottom: 3.125rem; }
.author-block-container:after { clear: both; content: ""; display: block; }
.author-title { font-weight: 300; font-size: 1.77689em; line-height: 1.333em; margin-top: 1em; margin-bottom: .75019em; margin-top: 0; margin-bottom: 1.875rem; font-size: 1.5rem; color: #00193b; }
.author-profile { float: left; }
.author-description { margin-left: 10.9375rem; }
.author-description .author-more-link, .author-description .author-name { font-family: SophosSansMedium; }
.author-description .author-name { clear: none; font-size: 1.5rem; line-height: 1.875rem; margin-bottom: .625rem; }
.author-description .author-bio, .author-description .author-more-link a { font-size: .875rem; line-height: 1.3125rem; color: #9b9b9b; }
.author-description .author-more-link { text-transform: uppercase; }
.single-post .entry-categories { margin-left: 0; padding-left: 0; list-style: none; font-size: .75rem; color: #33a6e4; }
.single-post .entry-categories li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; }
.single-post .entry-categories:after { clear: both; content: ""; display: block; }
.single-post .entry-categories a { color: #33a6e4; padding: 0 .375rem; display: inline-block; white-space: nowrap; }
.single-post .entry-categories a:first-child { padding-left: 0; }
.drop-menu-item { display: inline; }
.drop-menu-item .drop-content { display: none; }
.primary-header-navigation .menu-item-has-children { display: inline; }
.primary-header-navigation .menu-item-has-children .drop-enabled { opacity: 1; }
.main-navigation .primary-header-navigation .menu-item-has-children .children,
.primary-header-navigation .menu-item-has-children .main-navigation .children,
.primary-header-navigation .menu-item-has-children .sub-menu { display: none; }
.drop-menu-item--text .drop-target, .primary-header-navigation .drop-target { position: relative; margin-right: .9375rem; padding-right: 1.25rem; }
.drop-menu-item--text .drop-target:after,
.primary-header-navigation .drop-target:after { position: absolute; top: 47%; right: 0; width: 12px; height: 8px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.564 4.206L2.112.753A.992.992 0 0 0 .708.75l-.424.424a.997.997 0 0 0 .003 1.404l4.428 4.428c.233.233.55.327.85.283.3.044.616-.05.849-.283l4.427-4.428a.997.997 0 0 0 .004-1.404L10.421.75a.992.992 0 0 0-1.404.003L5.564 4.206z'/%3E%3C/svg%3E" ); display: inline-block; content: ""; opacity: .8; background-size: contain; }
.drop-menu-item--text .drop-enabled:after,
.primary-header-navigation .drop-enabled:after { -webkit-transform: scaleY( -1 ); transform: scaleY( -1 ); }
.drop-menu-item--footer { display: inline !important; }
.drop-menu-item--footer .drop-target { margin-right: 0; }
.drop-menu-item--footer .drop-target:after { top: 25%; }
.drop-element { z-index: 3; background-color: #fff; }
.drop-element p { font-size: .875rem; line-height: 1.333em; margin: 0; }
.popover .drop-content { display: none; }
.drop-content { opacity: 0; background-color: #fff; box-shadow: 0 1px 3px 0 rgba( 0, 0, 0, .1 ); }
.drop-content:before { position: absolute; top: -12px; left: 50%; display: block; width: 0; height: 0; margin-left: -1rem; content: ""; border-right: 1rem solid transparent; border-bottom: .625rem solid #fff; border-left: 1rem solid transparent; }
.drop-open .drop-element .drop-content { z-index: 4; margin-top: -6px; opacity: 1; }
.drop-element-attached-bottom { position: relative; }
.drop-element-attached-bottom .drop-content:before { display: none; }
.drop-content .main-navigation .children, .drop-content .sub-menu, .link-board,
.main-navigation .drop-content .children { margin: 0; border-top: 1px solid #cce4f4; max-width: 250px; }
.drop-has-icons .menu-item>a:before, .link-board-icon { position: absolute; top: .9375rem; left: .9375rem; display: block; margin: 0; padding: 0; background-size: contain; }
.drop-content .menu-item, .link-board-item { position: relative; display: block; margin-bottom: 0; border: solid #cce4f4; border-top-width: 0; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }
.drop-content .menu-item>a, .link-board-item-name { transition: color; font-size: .8125rem; line-height: 1.333em; margin-bottom: .0625rem; color: #666f76; }
.drop-content .menu-item-description, .link-board-item-meta { font-size: .6875rem; font-style: italic; line-height: 1.333em; min-width: 9.375rem; color: #7f8b93; }
.drop-content .menu-item>a, .link-board-item-area { display: block; padding: .75rem .9375rem; }
.drop-content .menu-item>a:hover, .link-board-item-area:hover { text-decoration: none; }
.link-board-item-area--with-icon { position: relative; padding-left: 2.5rem; }
.drop-content .link-board-item-area:hover .menu-item>a,
.drop-content .menu-item>a:hover,
.drop-content .menu-item>a:hover .link-board-item-name,
.drop-content .menu-item>a:hover .menu-item>a,
.link-board-item-area:hover .drop-content .menu-item>a,
.link-board-item-area:hover .link-board-item-name { color: #005bb5; }
.drop-has-icons .menu-item>a { position: relative; padding-left: 2.8125rem; }
.drop-has-icons .menu-item>a:before { content: ""; }
.drop-has-icons a[href*=next-gen-firewall]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M16 0C7.164 0 0 7.166 0 16c0 8.837 7.164 16 16 16s16-7.163 16-16c0-8.836-7.164-16-16-16zm-3.844 20.783v-9.667h16.739c.578 1.521.897 3.166.897 4.884 0 1.68-.303 3.293-.855 4.783h-16.78zM27.824 8.908h-5.82V3.585a13.879 13.879 0 0 1 5.82 5.323zM16 2.208c1.318 0 2.59.189 3.797.535V8.91H4.176C6.588 4.898 10.985 2.209 16 2.209zM3.103 11.116H9.95v9.667H3.062A13.703 13.703 0 0 1 2.205 16a13.78 13.78 0 0 1 .898-4.884zm1.013 11.873h15.679v6.268a13.752 13.752 0 0 1-3.797.535c-5.056.002-9.482-2.734-11.882-6.803zm17.889 5.426v-5.426h5.88a13.897 13.897 0 0 1-5.88 5.426z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=unified-threat-management]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M15.999 2.169c7.625 0 13.83 6.207 13.83 13.832s-6.205 13.83-13.83 13.83-13.83-6.205-13.83-13.83S8.372 2.169 15.999 2.169zm0-2.169C7.162 0 0 7.164 0 16.001 0 24.836 7.162 32 15.999 32S32 24.836 32 16.001C32 7.164 24.836 0 15.999 0z'/%3E%3Cpath d='M25.076 16.32l-3.75-2.145V9.884c0-.37-.201-.715-.525-.902l-4.274-2.444a1.07 1.07 0 0 0-1.051 0l-4.275 2.444a1.04 1.04 0 0 0-.525.902v4.291l-3.75 2.145a1.039 1.039 0 0 0-.525.902v4.89c0 .37.201.713.525.9l4.275 2.446a1.049 1.049 0 0 0 1.049 0L16 23.313l3.75 2.145a1.05 1.05 0 0 0 1.05 0l4.274-2.446c.325-.186.525-.529.525-.9v-4.89a1.027 1.027 0 0 0-.524-.902zm-9.074-7.679l3.226 1.846v3.688l-3.224 1.843-3.224-1.843v-3.688l3.223-1.846zm-4.276 14.715l-3.224-1.848V17.82l3.224-1.845 3.224 1.843v3.689l-3.224 1.848zm11.777-1.844l-3.226 1.846-3.226-1.846v-3.689l3.224-1.843 3.226 1.845v3.688h.002z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=secure-wifi]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M16.427 2.883c7.377 0 13.377 6.002 13.377 13.378s-6.002 13.378-13.377 13.378c-7.375 0-13.378-6.003-13.378-13.378 0-7.377 6.002-13.378 13.378-13.378zm0-2.145C7.852.738.904 7.686.904 16.261c0 8.573 6.95 15.523 15.523 15.523S31.95 24.832 31.95 16.261C31.95 7.686 25 .738 16.427.738z'/%3E%3Cpath d='M12.087 22.205l-1.307-1.307a7.919 7.919 0 0 1 5.642-2.337c2.128 0 4.132.83 5.64 2.335l-1.305 1.307c-1.158-1.157-2.697-1.793-4.335-1.793s-3.177.637-4.335 1.795z'/%3E%3Cpath d='M9.103 19.22l-1.307-1.307a12.12 12.12 0 0 1 8.625-3.572c3.257 0 6.32 1.268 8.623 3.572l-1.307 1.307c-1.955-1.953-4.552-3.03-7.317-3.03s-5.365 1.077-7.318 3.03z'/%3E%3Cpath d='M6.107 16.223L4.8 14.916a16.332 16.332 0 0 1 11.623-4.813c4.388 0 8.515 1.708 11.62 4.812l-1.307 1.307a14.496 14.496 0 0 0-10.313-4.27 14.49 14.49 0 0 0-10.317 4.272z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=choose-swg]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M16 0C7.164 0 0 7.166 0 16c0 8.837 7.164 16 16 16s16-7.163 16-16c0-8.834-7.164-16-16-16zm-5.188 25.532c-.408-2.419-.686-5.668-.411-9.628.048-.725.117-1.428.197-2.109a3.485 3.485 0 0 0 3.024-2.906c.73-.062 1.485-.106 2.265-.132 4.682-.146 8.344.439 10.802 1.042-.022.154-.036.31-.036.47 0 .849.305 1.625.811 2.232-1.377 1.838-3.304 4.051-5.932 6.36-3.151 2.767-6.05 4.565-8.296 5.71a3.48 3.48 0 0 0-2.424-1.041zM28.124 9.427a3.662 3.662 0 0 0-.667.612c-2.589-.663-6.545-1.337-11.63-1.178-.835.027-1.642.077-2.422.144a3.5 3.5 0 0 0-1.498-1.699A34.412 34.412 0 0 1 13.721 2.4a13.71 13.71 0 0 1 2.28-.192c5.227 0 9.784 2.921 12.124 7.219zM11.397 3a38.758 38.758 0 0 0-1.327 3.854 3.48 3.48 0 0 0-3.362 3.257 38.794 38.794 0 0 0-3.64 1.094A13.863 13.863 0 0 1 11.396 3zM2.206 16c0-.866.086-1.711.238-2.536a35.297 35.297 0 0 1 4.658-1.503 3.492 3.492 0 0 0 1.627 1.538 42.617 42.617 0 0 0-.218 2.271c-.291 4.219.021 7.68.465 10.247a3.48 3.48 0 0 0-1.14 1.092C4.424 24.597 2.206 20.553 2.206 16zM16 29.794c-.619 0-1.227-.043-1.824-.123a3.442 3.442 0 0 0-.026-1.428c2.354-1.207 5.356-3.084 8.63-5.961 2.769-2.433 4.8-4.771 6.245-6.712.243.082.497.141.761.168.002.089.007.177.007.262 0 7.608-6.187 13.794-13.794 13.794z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=choose-email]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M16 0C7.164 0 0 7.166 0 16c0 8.837 7.164 16 16 16s16-7.163 16-16c0-8.834-7.164-16-16-16zm13.794 16c0 2.139-.489 4.168-1.363 5.974l-7.012-5.796 7.106-5.945A13.727 13.727 0 0 1 29.794 16zM16 2.206c4.747 0 8.94 2.41 11.423 6.072L16 17.834 4.586 8.266C7.07 4.613 11.258 2.206 16 2.206zM2.208 16c0-2.062.458-4.02 1.272-5.777l7.106 5.954-7.005 5.822a13.728 13.728 0 0 1-1.373-5.998zM16 29.794c-4.66 0-8.783-2.323-11.282-5.872l7.586-6.305 2.986 2.503a1.105 1.105 0 0 0 1.416 0l2.992-2.501 7.6 6.281C24.8 27.461 20.669 29.794 16 29.794z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=puremessage]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M16.131 2.198c7.459 0 13.528 6.068 13.528 13.526 0 7.461-6.07 13.526-13.528 13.526S2.605 23.183 2.605 15.724C2.603 8.265 8.672 2.198 16.131 2.198zm0-2.163C7.466.035.443 7.06.443 15.723c0 8.667 7.025 15.692 15.688 15.692 8.667 0 15.692-7.025 15.692-15.692 0-8.665-7.025-15.688-15.692-15.688z'/%3E%3Cpath d='M6.501 7.293v10.279c.116 5.032 7.604 8.702 9.101 9.386l.45.205.451-.205c.933-.426 3.336-1.61 5.494-3.412 2.351-1.964 3.564-3.973 3.613-5.999V7.294H6.501zm16.943 2.164v1.022l-7.315 6.115-7.468-6.259v-.879h14.782zm0 3.842v3.325l-2.001-1.651 2.001-1.674zm-12.609 1.682l-2.171 1.856v-3.673l2.171 1.817zm5.217 9.794c-2.218-1.083-5.607-3.215-6.878-5.528l3.343-2.858 3.613 3.032 3.629-3.037 3.259 2.696c-1.203 2.388-4.694 4.591-6.966 5.694z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=intercept-x]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M16 30.761c-8.139 0-14.76-6.622-14.76-14.76C1.24 7.86 7.861 1.24 16 1.24S30.76 7.86 30.76 16c0 8.138-6.621 14.76-14.76 14.76zM16 0C7.163 0 0 7.164 0 16c0 8.837 7.163 16 16 16s16-7.163 16-16c0-8.836-7.163-16-16-16z'/%3E%3Cpath d='M24.398 3.3l-8.044 10.802.802.598L25.2 3.898zm-10.5 14.1L6.3 27.602l.802.598L14.7 17.998z'/%3E%3Cpath d='M4.8 5.398L22.898 29.7l.802-.598L5.602 4.8zm3-2L25.898 27.7l.802-.598L8.602 2.8z'/%3E%3C/g%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=endpoint-antivirus]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cpath d='M27.313 4.686A15.945 15.945 0 0 0 16 0v1.28h.001c3.93 0 7.627 1.53 10.408 4.31A14.628 14.628 0 0 1 30.719 16c.002 3.717-1.382 7.214-3.88 9.934l-2.603-2.603c3.492-3.92 3.702-9.738.629-13.889.142-.271.23-.575.23-.903 0-1.08-.875-1.955-1.955-1.955a1.94 1.94 0 0 0-.97.267C17.879 3.954 11.988 4.399 8.193 8.193a.64.64 0 0 0 .905.905c3.317-3.315 8.444-3.74 12.226-1.276a1.94 1.94 0 0 0-.14.717c0 1.08.875 1.956 1.956 1.956.28 0 .547-.061.788-.169 2.607 3.642 2.408 8.674-.597 12.1l-2.49-2.49a6.25 6.25 0 0 0-.43-8.348 6.26 6.26 0 0 0-4.748-1.82.64.64 0 0 0-.605.675.644.644 0 0 0 .673.605 4.951 4.951 0 0 1 3.776 1.444 4.965 4.965 0 0 1 .42 6.53l-2.09-2.09c.144-.28.232-.594.232-.932A2.069 2.069 0 1 0 16 18.07c.338 0 .652-.089.934-.232l9.001 9.001A14.604 14.604 0 0 1 16 30.72a14.624 14.624 0 0 1-10.409-4.312A14.623 14.623 0 0 1 1.28 16c0-3.932 1.531-7.629 4.311-10.41A14.627 14.627 0 0 1 16 1.28V0A15.95 15.95 0 0 0 4.686 4.686c-6.248 6.249-6.248 16.38 0 22.627A15.95 15.95 0 0 0 16 32c4.095 0 8.19-1.563 11.314-4.687 6.249-6.248 6.248-16.378 0-22.627' fill-rule='evenodd'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=sophos-clean]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M1.69 15.806c0-3.498 1.245-6.711 3.315-9.219.005-.004.011-.004.016-.008 2.445-2.098 5.43-3.207 8.63-3.207 7.095 0 12.94 5.545 13.305 12.623.013.233.02.467.02.701a.628.628 0 0 0 1.253 0c0-.257-.006-.512-.019-.765-.401-7.745-6.796-13.813-14.558-13.813-1.08 0-2.131.128-3.154.355a14.41 14.41 0 0 1 5.692-1.168c7.997 0 14.502 6.505 14.502 14.501a14.4 14.4 0 0 1-2.844 8.589 13.265 13.265 0 0 1-9.143 3.635c-7.094 0-12.939-5.545-13.306-12.623a13.086 13.086 0 0 1-.018-.701.628.628 0 0 0-1.255 0c0 .257.007.512.02.766.402 7.744 6.796 13.812 14.56 13.812 1.398 0 2.77-.198 4.083-.58a14.395 14.395 0 0 1-6.599 1.604c-7.995 0-14.5-6.505-14.5-14.502zM16.19.05C7.488.05.435 7.104.435 15.806c0 8.701 7.053 15.756 15.755 15.756 8.702 0 15.757-7.055 15.757-15.756C31.947 7.104 24.892.05 16.19.05z'/%3E%3Cpath d='M5.456 10.154a10.03 10.03 0 0 1 7.61-3.494c5.534 0 10.036 4.503 10.036 10.036a.628.628 0 0 0 1.255 0c0-6.226-5.066-11.29-11.29-11.29a11.284 11.284 0 0 0-8.563 3.93.627.627 0 1 0 .952.818'/%3E%3Cpath d='M11.895 8.37a8.32 8.32 0 0 0-2.106.27.628.628 0 0 0 .317 1.214 7.079 7.079 0 0 1 8.86 6.843.628.628 0 0 0 1.255 0c0-4.59-3.736-8.326-8.326-8.326m-2.641 6.335a.628.628 0 0 0-1.255 0c0 6.225 5.066 11.29 11.292 11.29 3.29 0 6.412-1.432 8.561-3.93a.629.629 0 0 0-.95-.818 10.031 10.031 0 0 1-7.611 3.493c-5.535 0-10.037-4.501-10.037-10.035'/%3E%3Cpath d='M13.39 14.706a.628.628 0 0 0-1.254 0c0 4.59 3.734 8.325 8.325 8.325.713 0 1.42-.09 2.106-.269a.626.626 0 1 0-.316-1.214 7.079 7.079 0 0 1-8.86-6.843'/%3E%3C/g%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=mobile-control]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M15.975 3.028c7.174 0 13.012 5.834 13.012 13.01S23.15 29.05 15.975 29.05c-7.176 0-13.01-5.836-13.01-13.012s5.834-13.01 13.01-13.01zm0-2.108C7.624.92.857 7.688.857 16.038s6.768 15.118 15.118 15.118c8.349 0 15.118-6.77 15.118-15.118C31.093 7.689 24.323.92 15.975.92z'/%3E%3Cpath d='M19.286 6.826h-6.638a2.819 2.819 0 0 0-2.816 2.818v12.753a2.818 2.818 0 0 0 2.816 2.816h6.638a2.82 2.82 0 0 0 2.82-2.816V9.644a2.82 2.82 0 0 0-2.82-2.818zM11.94 21.693V10.027H20v11.666h-8.06z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=safeguard-encryption]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M16.001 0C7.162 0 0 7.164 0 16s7.162 16 16.001 16C24.838 32 32 24.836 32 16S24.836 0 16.001 0zM27.36 17.105h2.378a13.703 13.703 0 0 1-3.246 7.82l-1.678-1.678a1.108 1.108 0 0 0-1.564 0 1.104 1.104 0 0 0 0 1.564l1.678 1.68a13.717 13.717 0 0 1-7.821 3.244v-2.378a1.107 1.107 0 0 0-2.216 0v2.378a13.705 13.705 0 0 1-7.819-3.244l1.676-1.68a1.104 1.104 0 0 0 0-1.564 1.108 1.108 0 0 0-1.564 0l-1.678 1.678a13.717 13.717 0 0 1-3.244-7.82H4.64a1.108 1.108 0 0 0 0-2.216H2.262A13.71 13.71 0 0 1 5.506 7.07l1.678 1.678a1.107 1.107 0 0 0 1.564 0 1.104 1.104 0 0 0 0-1.564l-1.676-1.68a13.711 13.711 0 0 1 7.819-3.244v2.378a1.107 1.107 0 1 0 2.216 0V2.26a13.71 13.71 0 0 1 7.821 3.244l-1.678 1.68a1.104 1.104 0 0 0 .782 1.887c.283 0 .566-.108.782-.323l1.678-1.678a13.714 13.714 0 0 1 3.246 7.819H27.36a1.108 1.108 0 1 0 0 2.216z'/%3E%3Cpath d='M16.081 24.48c-4.632 0-8.401-3.768-8.401-8.4s3.769-8.4 8.401-8.4 8.399 3.768 8.399 8.4-3.767 8.4-8.399 8.4zm0-14.504a6.11 6.11 0 0 0-6.104 6.104 6.11 6.11 0 0 0 6.104 6.104 6.111 6.111 0 0 0 6.103-6.104 6.11 6.11 0 0 0-6.103-6.104z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=server-security]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M13.749 16.283c0 1.629-1.287 2.949-2.874 2.949s-2.874-1.32-2.874-2.949c0-1.629 1.287-2.949 2.874-2.949s2.874 1.32 2.874 2.949zm8 0c0 1.629-1.287 2.949-2.875 2.949S16 17.912 16 16.283c0-1.629 1.287-2.949 2.874-2.949s2.875 1.32 2.875 2.949z'/%3E%3Cpath d='M15.999 0C7.162 0 0 7.162 0 16c0 8.836 7.163 16 15.999 16S32 24.836 32 16c0-8.838-7.164-16-16.001-16zM29.71 14.881h-4.477v-3.16a3.03 3.03 0 0 0-3.024-3.026h-5.087V2.292c6.694.541 12.047 5.894 12.588 12.589zM14.88 2.29v6.403H4.345c2.25-3.576 6.098-6.045 10.535-6.403zM3.209 10.935h18.999c.433 0 .785.351.785.785v8.606a.787.787 0 0 1-.785.787H3.228a13.695 13.695 0 0 1-.988-5.112 13.65 13.65 0 0 1 .969-5.065zm1.168 12.419h10.504v6.357c-4.417-.357-8.248-2.807-10.504-6.357zm12.745 6.356v-6.357h5.087a3.028 3.028 0 0 0 3.024-3.026V17.12h4.477c-.541 6.696-5.894 12.048-12.588 12.589z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=sophos-home]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M28.889 16c0 7.119-5.77 12.889-12.889 12.889S3.111 23.119 3.111 16C3.111 8.882 8.882 3.111 16 3.111S28.889 8.882 28.889 16h2.667C31.556 7.409 24.592.444 16 .444S.444 7.409.444 16 7.408 31.556 16 31.556 31.556 24.592 31.556 16h-2.667zm-5.508 1.042V24H8.714v-6.958H6.222L16 6.222l9.778 10.82h-2.397zm-1.765-5.539l.196-2.784h-2.713l2.517 2.784z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=industries]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M20.667 31.852h9.13V0h-9.13v31.852zm2.555-12h4v4h-4v-4zm0-8h4v4h-4v-4zm0-7.982h4v4h-4v-4zm-7.888 1.463H9.408v2.222h-3.63V3.999H4.445v3.556H2.001v24h16v-24h-2.666V5.333zM4.556 19.556h4v4h-4v-4zm0-8h4v4h-4v-4zm6.777 8h4v4h-4v-4zm0-8h4v4h-4v-4z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=initiatives]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='29' viewBox='0 0 32 29' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cpath d='M0 20.698c0 1.112.826 1.684 1.837 1.684H12.24v2.603c0 1.888-2.491 2.104-3.79 2.104-.386 0-.666-.02-.745-.02-.344 0-.359 1.744.005 1.744h16.443c.364 0 .33-1.743.005-1.743-.074 0-.354.02-.742.02-1.306 0-3.835-.217-3.848-2.105-.017-1.224 0-2.603 0-2.603h10.42c1.011 0 1.837-.572 1.837-1.684v-1.27H0v1.27m2.45-3.561h26.928V2.448H2.45v14.69zM29.99 0H1.837C.827 0 0 .826 0 1.837v17.289h31.826V1.836A1.842 1.842 0 0 0 29.99 0z' fill-rule='evenodd'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=compliance]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='31' viewBox='0 0 32 31' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cg fill-rule='evenodd'%3E%3Cpath d='M24.026 10.213l-.04.063-.061.04c-.08.053-8.008 5.293-9.592 11.743l-.029.12-.101.07c-.04.028-.397.268-.867.268a1.31 1.31 0 0 1-.806-.275l-.049-.037-.032-.053c-.025-.039-2.441-3.944-4.586-5.17l-.091-.052-.043-.096c-.026-.056-.242-.554.012-1.004l.152-.27 5.03 2.486c.732-1.054 3.904-5.226 10.663-9.027l.231-.13.176.199c.157.18.34.62.033 1.125z'/%3E%3Cpath d='M15.905 29.237c-7.514 0-13.627-6.113-13.627-13.627S8.391 1.983 15.905 1.983 29.532 8.096 29.532 15.61s-6.113 13.627-13.627 13.627zm0-28.957C7.438.28.575 7.143.575 15.61c0 8.466 6.863 15.33 15.33 15.33 8.467 0 15.33-6.864 15.33-15.33 0-8.467-6.863-15.33-15.33-15.33z'/%3E%3C/g%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=oem-solutions]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M9.317 20.785h7.631c1.184 0 1.834-.112 2.213-.358.47-.29.738-.781.738-1.361 0-.691-.357-1.293-.961-1.583-.314-.179-.894-.268-1.61-.268h-3.184c-1.789 0-2.952-.312-3.735-.981C9.515 15.453 9 14.249 9 12.954c0-1.895 1.052-3.545 2.595-4.08.671-.246 1.453-.313 3.199-.313h7.777v2.654h-7.063c-1.409.023-1.954.023-2.423.134-.626.156-1.007.736-1.007 1.517 0 .669.314 1.204.85 1.45.447.2 1.239.245 2.312.245h2.392c2.192 0 3.377.335 4.249 1.227.671.668 1.119 1.985 1.119 3.278 0 1.584-.738 3.056-1.901 3.77-.738.467-1.677.602-3.891.602H9.317v-2.653z'/%3E%3Cpath d='M25.182 2.892a15.977 15.977 0 0 0-3.448-1.829c-8.25-3.167-17.504.954-20.671 9.203a15.94 15.94 0 0 0-.087 11.236l2.159-1.627a13.376 13.376 0 0 1 .322-8.69C6.116 4.258 13.888.797 20.815 3.457a13.53 13.53 0 0 1 2.19 1.075l2.177-1.64zm5.985 8.011a15.933 15.933 0 0 1-.23 10.831c-3.167 8.25-12.422 12.37-20.671 9.203a15.988 15.988 0 0 1-3.09-1.587l2.201-1.659c.572.323 1.176.609 1.808.851 6.927 2.659 14.699-.801 17.358-7.728a13.369 13.369 0 0 0 .442-8.268l2.182-1.644z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=professional-services]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23005bb5'%3E%3Cpath d='M20.809 18.707l.42.848-1.735 1.729a4.786 4.786 0 0 1-1.722 1.098l5.673 5.652 2.684 3.583 1.425.383 3.959-3.967-.384-1.451-3.571-2.648-5.361-5.342-.534.532-.853-.417zm6.363 7.245c.925 0 1.676.748 1.676 1.67s-.75 1.669-1.676 1.669c-.925 0-1.676-.747-1.676-1.669s.75-1.67 1.676-1.67zM11.646 11.263l.921-.917.833.432-.433-.832 1.012-1.008c.204-.528.324-1.048.324-1.537 0-3.784-3.632-7.445-7.427-7.4-.015 0-.444.433-.678.666C9.24 3.699 8.989 3.206 8.989 5.066c0 1.509-2.425 3.891-3.905 3.891-1.916 0-1.306.316-4.413-2.781-.242.24-.67.661-.67.675.046 3.783 3.632 7.401 7.429 7.401.687 0 1.422-.219 2.148-.583l.138.138a4.75 4.75 0 0 1 1.101-1.717l.831-.827zm19.471-8.177L28.903.88C28.314.293 27.543 0 26.771 0s-1.544.293-2.132.88l-9.476 9.44c.291.559.076 1.406-.376 1.858-.311.311-.81.509-1.273.509-.212 0-.416-.041-.592-.132l-.83.827a2.996 2.996 0 0 0-.001 4.248l.154.154-7.393 7.365-1.974.744L0 29.987l1.848 1.834 4.102-2.856.748-1.982 7.389-7.363.219.218c.588.587 1.36.88 2.131.88.772 0 1.544-.294 2.133-.881l.835-.832c-.276-.558-.063-1.391.387-1.839.31-.309.807-.507 1.27-.507.204 0 .403.038.574.123l9.48-9.445a2.998 2.998 0 0 0 0-4.249z'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=threat-analyses]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='33' viewBox='0 0 32 33' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cpath d='M22.424 22.045L16.711.02l-.219.056L16.28 0 9.977 17.77l-3.499-5.395L0 18.425l2.064 1.781.976-.91 2.882-2.693 4.816 7.432 5.365-15.123 6.047 23.32 5.167-16.303 1.947 6.21L32 21.448 27.331 6.564l-4.907 15.481' fill-rule='evenodd'/%3E%3C/svg%3E" ); }
.drop-has-icons a[href*=public-cloud]:before { width: 18px; height: 18px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='23' viewBox='0 0 32 23' xmlns='http://www.w3.org/2000/svg' fill='%23005bb5'%3E%3Cpath d='M30.226 11.219l-.166.171c-.434-.419-1.104-.87-1.938-1.007l-.219-.036.021-.223c.025-.247.036-.496.036-.747.006-3.366-2.15-6.834-4.965-8.31A9.438 9.438 0 0 0 18.63 0c-3.696.001-6.89 2.113-8.466 5.192l-.124.243-.223-.155a4.355 4.355 0 0 0-2.47-.77 4.38 4.38 0 0 0-4.229 5.528l.047.17-.15.095a6.43 6.43 0 0 0 3.112 11.871l.228.01v.001h.07l.014.002.02-.002H25.37l.006.002c.106.005.216.016.332.016a6.272 6.272 0 0 0 4.77-2.196l.225-.282A6.267 6.267 0 0 0 32 15.911a6.257 6.257 0 0 0-1.94-4.52l.166-.172' fill-rule='evenodd'/%3E%3C/svg%3E" ); }
#wpstats { display: none; }
.display-posts-listing { margin-top: 2.8125rem; }
.display-posts-listing .listing-item { position: relative; margin-bottom: 1.875rem; }
.display-posts-listing .image { position: absolute; top: 0; left: 0; }
.display-posts-listing .title { transition: all .15s ease-in-out; color: #00193b; font-size: 1.5rem; line-height: 1.333em; display: block; padding-left: 175px; }
.display-posts-listing .title:hover { text-decoration: none; color: #005bb5; }
.display-posts-listing .date { font-size: .8125rem; line-height: 1em; display: block; margin-top: .3125rem; margin-bottom: .9375rem; margin-left: 2px; padding-left: 175px; color: #9b9b9b; }
.display-posts-listing .excerpt-dash { display: none; }
.display-posts-listing .excerpt { font-size: .875rem; line-height: 1.77689em; display: block; padding-left: 175px; }
.content-area, body.tax-region .content-area { float: left; display: block; margin-right: 2.35765%; width: 65.88078%; margin-top: 2.5rem; margin-bottom: 3.75rem; }
.content-area:last-child, body.tax-region .content-area:last-child { margin-right: 0; }
.archive:not(.search-results):not(.search-no-results) .content-area,
.page-template-full-width-title-excerpt-image .content-area,
.page-template-full-width-title-excerpt-overlay-image .content-area,
.page-template-full-width .content-area,
.post-template-full-width-title-excerpt-image .content-area,
.post-template-full-width-title-excerpt-overlay-image .content-area { float: left; display: block; margin-right: 2.35765%; width: 100%; padding-right: 0; }
.archive:not(.search-results):not(.search-no-results) .content-area:last-child,
.page-template-full-width-title-excerpt-image .content-area:last-child,
.page-template-full-width-title-excerpt-overlay-image .content-area:last-child,
.page-template-full-width .content-area:last-child,
.post-template-full-width-title-excerpt-image .content-area:last-child,
.post-template-full-width-title-excerpt-overlay-image .content-area:last-child { margin-right: 0; }
.load-more { padding: 1.875rem 0 3.75rem; text-align: center; }
.widget-area { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; top: 2.5rem; margin-top: 2.5rem; margin-bottom: 3.75rem; }
.widget-area:last-child { margin-right: 0; }
.screen-reader-text { display: none; }
.widget-title { font-weight: 400; font-size: 1.333em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; margin-top: 0; margin-bottom: 0; padding-top: 1em; padding-bottom: 1em; color: #9b9b9b; }
body.single #secondary { top: 0; margin-top: 8.75rem; }
.widget { margin-bottom: 1em; padding-top: 1em; padding-bottom: 1em; border-bottom: 1px solid #c9c9c9; }
.widget:first-child { padding-top: 0; }
.widget:last-child { padding-bottom: 0; border-bottom: none; }
.widget ul { list-style: none; }
.widget ul, .widget ul li { padding-left: 0; margin-left: 0; }
.widget ul li { list-style-type: none; list-style-image: none; }
.widget_search { padding-bottom: 0; border-bottom: none; }
.widget_search, .widget_search .search-submit { margin-bottom: 0; }
.widget_search .search-form { margin-bottom: 1em; }
.widget_calendar caption { margin-bottom: .56278em; }
.widget_calendar table { width: 100%; text-align: center; }
.widget_calendar td, .widget_calendar th { font-weight: inherit; line-height: 1.333em; padding: .75019em; border-bottom: 1px solid #c9c9c9; }
.widget_calendar tfoot td { border-bottom: none; }
.widget_calendar #prev { text-align: left; }
.widget_calendar #next { text-align: right; }
.comment-body, article.page, article.post { margin-bottom: 3.75rem; padding-bottom: 3.75rem; }
.comment-body h1, article.page h1, article.post h1 { font-weight: 300; font-size: 3.15733em; line-height: 1em; margin-top: .56278em; margin-bottom: .56278em; }
.comment-body h1:first-child, article.page h1:first-child,
article.post h1:first-child { margin-top: 0; }
.comment-body h1 a:hover, article.page h1 a:hover, article.post h1 a:hover { text-decoration: none; }
.comment-body h2, article.page h2, article.post h2 { font-weight: 300; font-size: 1.77689em; line-height: 1.333em; margin-top: 1em; margin-bottom: .75019em; }
.comment-body h3, article.page h3, article.post h3 { font-weight: 400; font-size: 1.333em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; }
.comment-body h4, article.page h4, article.post h4 { text-transform: uppercase; }
.comment-body h4, .comment-body h5, .comment-body h6, article.page h4,
article.page h5, article.page h6, article.post h4, article.post h5,
article.post h6 { font-weight: 400; font-size: 1em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; }
.comment-body table, article.page table, article.post table { width: 100%; }
.comment-body th, article.page th, article.post th { font-weight: 400; }
.comment-body td, .comment-body th, article.page td, article.page th,
article.post td, article.post th { line-height: 1.333em; padding: .75019em .75019em .75019em 0; text-align: left; border-bottom: 1px solid #c9c9c9; }
.comment-body blockquote, article.page blockquote, article.post blockquote { font-style: italic; padding: 1.5rem; color: #9b9b9b; border: #c9c9c9; border-width: 1px 0; }
.comment-body blockquote p:last-child, article.page blockquote p:last-child,
article.post blockquote p:last-child { margin-bottom: 0; }
.comment-body blockquote p tt, article.page blockquote p tt,
article.post blockquote p tt { font-size: 1.125rem; margin: 0; color: #9b9b9b; background: transparent; }
.page article.page { padding-bottom: 0; border: none; }
.entry-title { font-weight: 300; font-size: 3.15733em; line-height: 1em; margin-top: .56278em; margin-bottom: .56278em; margin-bottom: .42219em; }
.entry-title:first-child { margin-top: 0; }
.entry-title a:hover { text-decoration: none; }
.entry-meta { font-size: .875rem; line-height: 1.333em; }
.entry-content, .entry-summary, .page-content { margin-top: 1em; margin-bottom: 1.77689em; }
.entry-content ul.con, .entry-content ul.pro, .entry-summary ul.con,
.entry-summary ul.pro, .page-content ul.con, .page-content ul.pro { list-style: none; margin-left: 0; }
.entry-content ul.pro li:before, .entry-summary ul.pro li:before,
.page-content ul.pro li:before { display: inline-block; height: 1rem; width: 1rem; line-height: 1rem; content: " + "; text-align: center; margin-right: .35rem; content: "+"; background-color: green; color: #fff; }
.entry-content ul.con li:before, .entry-summary ul.con li:before,
.page-content ul.con li:before { display: inline-block; height: 1rem; width: 1rem; line-height: 1rem; content: " + "; text-align: center; background-color: green; margin-right: .35rem; content: "-"; background-color: #d00000; color: #fff; }
.entry-footer { font-size: .875rem; line-height: 1.333em; }
.entry-footer>span { margin-right: 1em; }
.entry-footer>span:last-child { margin-right: 0; }
.page-title { font-weight: 400; font-size: 1em; line-height: 1em; margin-top: 1em; margin-bottom: 1em; text-transform: uppercase; margin-bottom: 1.333em; color: #9b9b9b; }
.page-links span { margin-right: 2px; margin-left: 2px; }
.gallery { display: block; margin-bottom: 1em; padding-top: 1em; }
.gallery:after { clear: both; content: ""; display: block; }
.gallery .gallery-item { margin-bottom: 1em; text-align: center; }
.gallery-columns-2 .gallery-item { float: left; display: block; margin-right: 2.35765%; width: 48.82117%; }
.gallery-columns-2 .gallery-item:last-child,
.gallery-columns-2 .gallery-item:nth-child(2n) { margin-right: 0; }
.gallery-columns-2 .gallery-item:nth-child(odd) { clear: left; }
.gallery-columns-3 .gallery-item { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; }
.gallery-columns-3 .gallery-item:last-child,
.gallery-columns-3 .gallery-item:nth-child(3n) { margin-right: 0; }
.gallery-columns-3 .gallery-item:nth-child(3n+1) { clear: left; }
.gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item { float: left; display: block; margin-right: 2.35765%; width: 23.23176%; }
.gallery-columns-4 .gallery-item:last-child,
.gallery-columns-4 .gallery-item:nth-child(4n),
.gallery-columns-5 .gallery-item:last-child,
.gallery-columns-5 .gallery-item:nth-child(4n) { margin-right: 0; }
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(4n+1) { clear: left; }
.gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item { float: left; display: block; margin-right: 2.35765%; width: 14.70196%; }
.gallery-columns-6 .gallery-item:last-child,
.gallery-columns-6 .gallery-item:nth-child(6n),
.gallery-columns-7 .gallery-item:last-child,
.gallery-columns-7 .gallery-item:nth-child(6n),
.gallery-columns-8 .gallery-item:last-child,
.gallery-columns-8 .gallery-item:nth-child(6n),
.gallery-columns-9 .gallery-item:last-child,
.gallery-columns-9 .gallery-item:nth-child(6n) { margin-right: 0; }
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(6n+1),
.gallery-columns-8 .gallery-item:nth-child(6n+1),
.gallery-columns-9 .gallery-item:nth-child(6n+1) { clear: left; }
.bypostauthor, .gallery-caption { display: block; }
.social-sharing { display: block; margin-left: 0; padding-left: 0; list-style: none; }
.social-sharing:after { clear: both; content: ""; display: block; }
.social-sharing li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; font-size: .875rem; line-height: 1.333em; float: left; margin-right: .5rem; }
.social-sharing li:last-child { margin-right: 1.25rem; }
article.sticky { display: block; }
.not-found .content-area { float: left; display: block; margin-right: 2.35765%; width: 100%; margin-right: 0; padding-right: 0; }
.not-found .content-area:last-child { margin-right: 0; }
.not-found .page-title { font-weight: 300; font-size: 3.15733em; line-height: 1em; margin-top: .56278em; margin-bottom: .56278em; }
.not-found .page-title:first-child { margin-top: 0; }
.not-found .page-title a:hover { text-decoration: none; }
.article-wrapper:after { clear: both; content: ""; display: block; }
.featured-entry-header { padding: 1.5625rem; -ms-flex-item-align: start; align-self: flex-start; }
.featured-entry-title, article.post .featured-entry-title { font-size: 1.5rem; line-height: 1.333em; }
.featured-entry-title a { transition: all .15s ease-in-out; color: #00193b; }
.featured-entry-title a:hover { text-decoration: none; color: #005bb5; }
.featured-entry-categories { color: #9b9b9b; }
.featured-entry-categories ul { font-size: .8125rem; line-height: 1em; margin: 0; padding: 7px 0 0 15px; list-style: none; text-transform: uppercase; }
.featured-entry-categories li { margin-bottom: .3125rem; }
.featured-entry-categories a { transition: all .15s ease-in-out; color: #9b9b9b; }
.featured-entry-categories a:hover { text-decoration: none; color: #005bb5; }
.featured-entry-categories .post-categories li { overflow: hidden; max-width: 160px; white-space: nowrap; text-overflow: ellipsis; }
.featured-entry-categories .post-categories li:nth-child(n+5) { display: none; }
.featured-entry-meta { margin-bottom: 1.875rem; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }
.featured-entry-date, .featured-entry-meta { display: -webkit-box; display: -ms-flexbox; display: flex; }
.featured-entry-date { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 80px; height: 80px; color: #fff; background: #00193b; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.featured-entry-date .month { font-family: SophosSansSemibold, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; font-size: .9375rem; line-height: 1em; text-transform: uppercase; }
.featured-entry-date .day-num { font-family: SophosSansLight, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; font-size: 1.625rem; line-height: 1em; }
article.first-featured { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden; position: relative; width: 100%; height: 440px; margin-bottom: 1.875rem; padding-bottom: 0 !important; border-bottom: none; background-color: #9b9b9b; background-repeat: no-repeat; background-position: 50%; background-size: cover; }
article.first-featured .featured-entry-header { width: 310px; min-height: 300px; margin-top: 1.875rem; margin-left: 1.875rem; background-color: #fff; }
.first-featured__image { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; height: 100%; background-repeat: no-repeat; background-position: 50%; background-size: cover; }
.first-featured__content { position: absolute; top: 0; left: 0; }
article.second-featured { float: left; display: block; margin-right: 2.35765%; width: 48.82117%; display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: calc( 50% - .9375rem ); height: 400px; margin-right: 1.875rem; margin-bottom: 1.875rem; background-color: #fff; }
article.second-featured:last-child, article.second-featured:nth-child(2n) { margin-right: 0; }
article.second-featured .featured-entry-meta { margin-top: 1.5625rem; margin-left: 1.5625rem; }
article.second-featured .featured-entry-header { width: 100%; }
article.second-featured .featured-entry-categories { font-size: .8125rem; line-height: 1.5; overflow: hidden; margin-bottom: -.3125rem; white-space: nowrap; text-transform: uppercase; text-overflow: ellipsis; }
article.second-featured .featured-entry-categories a { padding: 0 3px; }
article.second-featured .featured-entry-categories a:first-child { padding-left: 0; }
article.second-featured .featured-entry-categories a:last-child { padding-right: 0; }
.second-featured__image { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 200px; background-color: #9b9b9b; background-repeat: no-repeat; background-position: 50%; background-size: cover; }
#secondary article.second-featured { width: 100%; margin-right: 0; }
#secondary article.second-featured:last-child { margin-bottom: 0; }
article.third-featured { float: left; display: block; margin-right: 2.35765%; width: 48.82117%; position: relative; overflow: hidden; width: calc( 50% - .9375rem ); margin-right: 1.875rem; margin-bottom: 1.875rem; padding-left: 1.875rem; }
article.third-featured:last-child, article.third-featured:nth-child(2n) { margin-right: 0; }
article.third-featured .featured-entry-header { padding: 0; }
article.third-featured .featured-entry-content { color: #9b9b9b; font-size: .875rem; line-height: 1.3125rem; }
article.third-featured .featured-entry-content a { color: #9b9b9b; }
article.third-featured .more-link { text-transform: uppercase; }
article.fourth-featured.post { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; width: 100%; margin-bottom: 1.875rem; padding: 0; max-height: 373px; background-repeat: no-repeat; background-position: 50%; background-size: cover; }
article.fourth-featured.post:before { content: ""; padding-bottom: 52.68362%; }
article.fourth-featured.post .featured-entry-header { padding: 50px 50px 45px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-item-align: stretch; align-self: stretch; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
article.fourth-featured.post .featured-entry-title { font-size: 1.75rem; line-height: 1.125; margin: 0; margin-bottom: 1.25rem; }
article.fourth-featured.post .featured-entry-header a { transition: all .15s ease-in-out; color: #fff; }
article.fourth-featured.post:first-child .featured-entry-header { background-color: rgba( 0, 173, 201, .9 ); }
.comment-respond article.fourth-featured.post:first-child .featured-entry-header a.submit:hover,
article.fourth-featured.post:first-child .featured-entry-header .comment-respond a.submit:hover,
article.fourth-featured.post:first-child .featured-entry-header a.btn:hover { color: rgba( 0, 173, 201, .5 ); }
article.fourth-featured.post:nth-child(2) .featured-entry-header { background-color: rgba( 120, 60, 189, .5 ); }
.comment-respond article.fourth-featured.post:nth-child(2) .featured-entry-header a.submit:hover,
article.fourth-featured.post:nth-child(2) .featured-entry-header .comment-respond a.submit:hover,
article.fourth-featured.post:nth-child(2) .featured-entry-header a.btn:hover { color: rgba( 120, 60, 189, .5 ); }
article.fourth-featured.post:nth-child(3) .featured-entry-header { background-color: rgba( 63, 174, 41, .5 ); }
.comment-respond article.fourth-featured.post:nth-child(3) .featured-entry-header a.submit:hover,
article.fourth-featured.post:nth-child(3) .featured-entry-header .comment-respond a.submit:hover,
article.fourth-featured.post:nth-child(3) .featured-entry-header a.btn:hover { color: rgba( 63, 174, 41, .5 ); }
article.fourth-featured.post:nth-child(4) .featured-entry-header { background-color: rgba( 249, 110, 17, .5 ); }
.comment-respond article.fourth-featured.post:nth-child(4) .featured-entry-header a.submit:hover,
article.fourth-featured.post:nth-child(4) .featured-entry-header .comment-respond a.submit:hover,
article.fourth-featured.post:nth-child(4) .featured-entry-header a.btn:hover { color: rgba( 249, 110, 17, .5 ); }
article.search-article { display: -webkit-box; display: -ms-flexbox; display: flex; min-height: 200px; margin-bottom: 1.875rem; padding-bottom: 0 !important; background-color: #fff; }
article.search-article .featured-entry-meta { margin-bottom: 0; padding: 1.5625rem; }
article.search-article .featured-entry-header { padding-bottom: 0; background-color: #fff; }
article.search-article .entry-footer { font-size: .75rem; line-height: 1.5; padding: 0 1.5625rem 1.25rem; text-transform: uppercase; text-overflow: ellipsis; color: #83888e; }
article.search-article .entry-footer a { color: #33a6e4; }
article.search-article .entry-footer .byline,
article.search-article .entry-footer .entry-categories { display: inline; }
article.search-article .entry-categories a { color: #c2c6ca; }
.search-article__image { min-width: 40%; background-position: 50%; background-size: cover; }
.search-article__content, .search-article__image { display: -webkit-box; display: -ms-flexbox; display: flex; }
.search-article__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.page #primary article.page, .single-post #primary article.post { margin-bottom: 0; padding-bottom: 0; }
.page #primary article.page .entry-header,
.single-post #primary article.post .entry-header { margin-bottom: 2.5rem; }
.page #primary article.page .entry-header:after,
.single-post #primary article.post .entry-header:after { clear: both; content: ""; display: block; }
.page #primary article.page .entry-title,
.single-post #primary article.post .entry-title { font-family: SophosSansMedium, Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 400; font-style: normal; font-size: 2.875rem; line-height: 3.375rem; color: #00193b; margin-bottom: .5rem; }
.page #primary article.page .entry-excerpt,
.single-post #primary article.post .entry-excerpt { padding: 1.25rem 0; font-size: 1.125rem; line-height: 1.625rem; color: #83888e; }
.page #primary article.page .entry-excerpt p,
.single-post #primary article.post .entry-excerpt p { margin-bottom: 0; }
.page #primary article.page .entry-featured-image,
.single-post #primary article.post .entry-featured-image { margin-bottom: 2.5rem; }
.page #primary article.page .entry-featured-image img,
.single-post #primary article.post .entry-featured-image img { display: block; margin: 0; width: 100%; }
.page #primary article.page .entry-meta,
.single-post #primary article.post .entry-meta { float: left; margin-top: .8125rem; font-size: .75rem; text-transform: uppercase; color: #83888e; }
.page #primary article.page .entry-meta a,
.single-post #primary article.post .entry-meta a { color: #33a6e4; }
.page #primary article.page .entry-meta .posted-on a,
.single-post #primary article.post .entry-meta .posted-on a { color: #83888e; }
.page #primary article.page .entry-meta .byline,
.single-post #primary article.post .entry-meta .byline { margin-left: 1.5rem; }
.page #primary article.page .social-sharing,
.single-post #primary article.post .social-sharing { float: right; }
.page #primary article.page .social-sharing li:first-child a,
.single-post #primary article.post .social-sharing li:first-child a { text-indent: 0; }
.page #primary article.page .entry-content,
.single-post #primary article.post .entry-content { font-size: 1.125rem; color: #00193b; }
.page #primary article.page .entry-content h1:first-child,
.page #primary article.page .entry-content h1:first-child+p img:first-child,
.single-post #primary article.post .entry-content h1:first-child,
.single-post #primary article.post .entry-content h1:first-child+p img:first-child { display: none; }
.page-template-full-width-title-excerpt-image .entry-content,
.page-template-full-width-title-excerpt-overlay-image .entry-content,
.page-template-full-width .entry-content,
.post-template-full-width-title-excerpt-image .entry-content,
.post-template-full-width-title-excerpt-overlay-image .entry-content { max-width: 875px; margin-right: auto; margin-left: auto; }
.page-template-full-width-title-excerpt-image #primary article.page .entry-header,
.post-template-full-width-title-excerpt-image #primary article.post .entry-header { padding: 3.75rem 13.125rem; margin-bottom: 0; }
.page-template-full-width-title-excerpt-image #primary article.page .entry-title,
.post-template-full-width-title-excerpt-image #primary article.post .entry-title { font-size: 3rem; line-height: 3.75rem; color: #242629; }
.page-template-full-width-title-excerpt-image #primary article.page .entry-excerpt,
.post-template-full-width-title-excerpt-image #primary article.post .entry-excerpt { font-size: 1.5rem; line-height: 2.25rem; color: #242629; padding: .5rem 0 1.5625rem; }
.page-template-full-width-title-excerpt-image #primary article.page .entry-meta,
.post-template-full-width-title-excerpt-image #primary article.post .entry-meta { margin-top: 0; }
.page-template-full-width-title-excerpt-image #primary article.page .entry-meta>span,
.post-template-full-width-title-excerpt-image #primary article.post .entry-meta>span { display: block; }
.page-template-full-width-title-excerpt-image #primary article.page .entry-meta .byline,
.post-template-full-width-title-excerpt-image #primary article.post .entry-meta .byline { font-size: .75rem; line-height: 2.25rem; margin: 0; }
.page-template-full-width-title-excerpt-image #primary article.page .social-sharing,
.post-template-full-width-title-excerpt-image #primary article.post .social-sharing { float: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 3.125rem 0; }
.page-template-full-width-title-excerpt-image #primary article.page .social-sharing li:last-child,
.post-template-full-width-title-excerpt-image #primary article.post .social-sharing li:last-child { margin-right: 0; }
.page-template-full-width-title-excerpt-image .related-articles .related-articles-title,
.post-template-full-width-title-excerpt-image .related-articles .related-articles-title { font-size: 1.125rem; line-height: 1.875rem; color: #4a4a4a; text-transform: uppercase; padding-top: 1.875rem; margin-bottom: 1.25rem; }
.page-template-full-width-title-excerpt-image .related-articles article.second-featured,
.post-template-full-width-title-excerpt-image .related-articles article.second-featured { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; margin-bottom: 2.5rem !important; }
.page-template-full-width-title-excerpt-image .related-articles article.second-featured:last-child,
.post-template-full-width-title-excerpt-image .related-articles article.second-featured:last-child { margin-right: 0; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-header,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-header { position: relative; margin-bottom: 0; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-header .entry-header-content-container,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-header .entry-header-content-container { position: absolute; top: 15%; left: 7%; z-index: 1; max-width: 46.875rem; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-title,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-title { font-size: 3rem; line-height: 3.75rem; color: #fff; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-excerpt,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-excerpt { font-size: 1.5rem; line-height: 2.25rem; color: #fff; padding: .5rem 0 1.5625rem; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-meta .byline,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-meta .byline { font-size: .75rem; line-height: 2.25rem; margin: 0; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-meta .posted-on,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-meta .posted-on { margin-left: .9375rem; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-featured-image,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-featured-image { position: relative; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-featured-image:after,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-featured-image:after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: .6; background-image: linear-gradient( -90deg, transparent, #08121f 48% ); }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .social-sharing,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .social-sharing { float: none; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 3.125rem 0; }
.page-template-full-width-title-excerpt-overlay-image #primary article.page .social-sharing li:last-child,
.post-template-full-width-title-excerpt-overlay-image #primary article.post .social-sharing li:last-child { margin-right: 0; }
.page-template-full-width-title-excerpt-overlay-image .related-articles .related-articles-title,
.post-template-full-width-title-excerpt-overlay-image .related-articles .related-articles-title { font-size: 1.125rem; line-height: 1.875rem; color: #4a4a4a; text-transform: uppercase; padding-top: 1.875rem; margin-bottom: 1.25rem; }
.page-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured,
.post-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; margin-bottom: 2.5rem !important; }
.page-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured:last-child,
.post-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured:last-child { margin-right: 0; }
.archive .article-author-block { padding: 0; background-color: transparent; }
.archive .author-block-container { padding-bottom: 2.5rem; margin-bottom: 2.5rem; }
.archive .author-description { margin-left: 26.875rem; }
.archive .author-description .author-bio { font-size: 1.5rem; line-height: 2.25rem; color: #9b9b9b; }
.archive .author-name { clear: none; font-size: 3rem; line-height: 3.75rem; margin-bottom: .625rem; }
.archive .author-name a { color: #00193b; }
.archive .archive-title { font-family: SophosSansLight; font-size: 1.5rem; line-height: 1.25; padding: .9375rem 0; color: #83888e; }
.archive .archive-title span { color: #3fae29; font-style: italic; }
@media screen and (min-width:769px) {
 .main-navigation { display: block !important; height: auto !important; }
 .main-navigation .menu .page_item_has_children,
 .main-navigation .menu>.menu-item-has-children { min-height: 40px; }
 .main-navigation .children, .main-navigation .sub-menu { position: absolute; top: 38px; left: -11px; margin-left: 0; padding-left: 0; display: none; min-width: 150px; padding: .625rem; border: 1px solid #c9c9c9; background-color: #f9f9f9; }
 .main-navigation .children .menu-item, .main-navigation .children .page_item,
 .main-navigation .sub-menu .menu-item, .main-navigation .sub-menu .page_item { margin-bottom: .625rem; }
 .main-navigation .children .children, .main-navigation .children .sub-menu,
 .main-navigation .sub-menu .children, .main-navigation .sub-menu .sub-menu { position: static; top: 30px; padding-bottom: 0; padding-left: 0; border: none; }
 .main-navigation .children .children .menu-item,
 .main-navigation .children .children .page_item,
 .main-navigation .children .sub-menu .menu-item,
 .main-navigation .children .sub-menu .page_item,
 .main-navigation .sub-menu .children .menu-item,
 .main-navigation .sub-menu .children .page_item,
 .main-navigation .sub-menu .sub-menu .menu-item,
 .main-navigation .sub-menu .sub-menu .page_item { padding-left: .625rem; }
 .child-comments { margin-left: 2.625rem; }
 .depth-1>.child-comments { margin-left: 6.125rem; }
 .not-found .search-form>label { width: 33.33%; }
 .site-footer>.container { padding-left: calc( 2.0225em + 75px ); }
 .news-header-navigation { float: right; padding-left: 240px; margin-bottom: -.625rem; text-align: right; }
 .news-header-navigation.search-active { opacity: 0; }
 .news-header-navigation a { font-size: .8125rem; line-height: 1.6875rem; height: 1.8125rem; padding: 0 1rem; text-decoration: none; }
 .news-header-navigation>ul { margin: 0; padding: 0; list-style: none; }
 .news-header-navigation>ul li { display: inline-block; vertical-align: top; }
 .news-header-navigation>ul a { padding: 0 .9375rem; margin-bottom: .625rem; text-align: center; border-radius: 4px; color: #33a6e4; border: 1px solid #33a6e4; font-size: .8125rem; line-height: 1.6875rem; display: block; height: 1.8125rem; margin-left: .625rem; text-decoration: none; }
 .news-header-navigation>ul a:hover { text-decoration: none; }
 .news-header-navigation>ul a .icon { color: #33a6e4; }
 .news-header-navigation>ul a:hover { color: #fff; background-color: #33a6e4; }
 .news-header-navigation>ul li:last-child a { min-width: inherit; }
 .news-header-navigation>ul .is-icon a { display: inline-block; overflow: hidden; white-space: nowrap; text-indent: 101%; color: transparent; height: 29px !important; margin-left: .625rem; padding: 0 15px; vertical-align: middle; background-position: 50% !important; }
 .news-header-navigation>ul .icon-search a { width: 15px; height: 15px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%2333A6E4'%3E%3Cpath fill-rule='evenodd' d='M5.744 11.431C2.577 11.431 0 8.867 0 5.716 0 2.564 2.576 0 5.744 0c3.167 0 5.743 2.564 5.743 5.716 0 3.151-2.576 5.715-5.743 5.715zm0-9.48c-2.086 0-3.783 1.69-3.783 3.765S3.658 9.48 5.744 9.48c2.085 0 3.782-1.689 3.782-3.764 0-2.076-1.697-3.765-3.782-3.765zM11.56 9.73a7.125 7.125 0 0 1-1.913 1.863L13.073 15l1.892-1.883-3.404-3.388z'/%3E%3C/svg%3E" ); }
 .news-header-navigation>ul .icon-search a:hover { width: 15px; height: 15px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.744 11.431C2.577 11.431 0 8.867 0 5.716 0 2.564 2.576 0 5.744 0c3.167 0 5.743 2.564 5.743 5.716 0 3.151-2.576 5.715-5.743 5.715zm0-9.48c-2.086 0-3.783 1.69-3.783 3.765S3.658 9.48 5.744 9.48c2.085 0 3.782-1.689 3.782-3.764 0-2.076-1.697-3.765-3.782-3.765zM11.56 9.73a7.125 7.125 0 0 1-1.913 1.863L13.073 15l1.892-1.883-3.404-3.388z'/%3E%3C/svg%3E" ); }
 .content-area, body.tax-region .content-area { padding-right: .9375rem; }
 body.home .widget-area, body.search-results .widget-area,
 body.tax-region .widget-area { top: 1.66667vh; position: -webkit-sticky; position: sticky; }
 body.home .widget-area .article-wrapper,
 body.search-results .widget-area .article-wrapper,
 body.tax-region .widget-area .article-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin-bottom: -1.66667vh; height: 100vh; }
 body.home .widget-area article, body.search-results .widget-area article,
 body.tax-region .widget-area article { max-height: 275px; margin-bottom: 1.66667vh; height: 22.91667vh; }
 .comment-body blockquote, article.page blockquote, article.post blockquote { width: 80%; margin: 2rem auto; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-featured-image,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-featured-image { min-height: 480px; }
 .archive article.second-featured { float: left; display: block; margin-right: 2.35765%; width: 31.76157%; }
 .archive article.second-featured:last-child,
 .archive article.second-featured:nth-child(3n+3) { margin-right: 0; }
}
@media screen and (max-height:920px) and (min-width:769px) {
 .comment-respond article.fourth-featured.post .featured-entry-header .submit,
 article.fourth-featured.post .featured-entry-header .btn,
 article.fourth-featured.post .featured-entry-header .comment-respond .submit { display: none; }
 article.fourth-featured.post .featured-entry-title { margin-bottom: 0; }
}
@media only screen and (min-width:770px) and (max-width:960px) {
 .secondary-footer .site-logo { display: none; }
 .site-legal-navigation>ul li { margin-left: .9375rem; }
 .archive .author-profile { max-width: 18.75rem; }
 .archive .author-description { margin-left: 20.625rem; }
}
@media screen and (max-width:768px) {
 body { margin-top: 60px; }
 body.home { margin-bottom: 49px; }
 .container, .content-container, .footer-container, .header-container { padding-right: 1.01125em; padding-left: 1.01125em; }
 .site-header { position: fixed; top: 0; left: 0; z-index: 2; width: 100%; height: 60px; }
 .admin-bar .site-header { top: 46px; }
 .site-branding { left: 1.01125em; }
 #wpadminbar { top: 0; }
 #wpadminbar, .main-navigation { position: fixed; left: 0; }
 .main-navigation { top: 60px; display: none; float: none; overflow-y: scroll; width: 100%; background-color: #f9f9f9; -webkit-overflow-scrolling: touch; }
 .admin-bar .main-navigation { top: 106px; }
 .main-navigation a { color: #595959; }
 .main-navigation .container { padding-right: 0; padding-left: 0; }
 .main-navigation .menu { padding-top: .67417em; padding-bottom: .67417em; }
 .main-navigation .menu .menu-item, .main-navigation .menu .page_item { float: none; margin-bottom: 0; margin-left: 0; padding-top: .46875rem; padding-bottom: .3125rem; }
 .main-navigation .menu .menu-item a, .main-navigation .menu .page_item a { display: block; }
 .main-navigation .menu .page_item, .main-navigation .menu>.menu-item { margin-bottom: .625rem; padding: 0 1.01125em .625rem; border-bottom: 1px solid #c9c9c9; }
 .main-navigation .children, .main-navigation .sub-menu { float: none; margin-left: 0; }
 .main-navigation .children .menu-item, .main-navigation .children .page_item,
 .main-navigation .sub-menu .menu-item, .main-navigation .sub-menu .page_item { padding-left: .625rem; }
 .main-navigation .children .children, .main-navigation .children .sub-menu,
 .main-navigation .sub-menu .children, .main-navigation .sub-menu .sub-menu { margin-bottom: 0; padding-bottom: 0; padding-left: 0; }
 .main-navigation .children .children li:last-child,
 .main-navigation .children .sub-menu li:last-child,
 .main-navigation .sub-menu .children li:last-child,
 .main-navigation .sub-menu .sub-menu li:last-child { margin-bottom: 0; padding-bottom: 0; }
 .main-navigation .children .children .menu-item,
 .main-navigation .children .children .page_item,
 .main-navigation .children .sub-menu .menu-item,
 .main-navigation .children .sub-menu .page_item,
 .main-navigation .sub-menu .children .menu-item,
 .main-navigation .sub-menu .children .page_item,
 .main-navigation .sub-menu .sub-menu .menu-item,
 .main-navigation .sub-menu .sub-menu .page_item { padding-left: .625rem; }
 .main-navigation .children .page_item { margin-bottom: 0; padding-top: .46875rem; padding-bottom: .3125rem; border-bottom: 0; }
 #mobile-menu-switch { display: block; }
 .admin-bar #mobile-menu-switch { top: 46px; }
 .post-navigation { margin-top: 1.875rem; margin-bottom: 1.875rem; }
 .post-navigation .nav-next .nav-label,
 .post-navigation .nav-previous .nav-label { margin-bottom: .25rem; }
 .comment-navigation { margin-top: 0; margin-bottom: 1.875rem; }
 .comments-area { padding-left: 1.25rem; padding-right: 1.25rem; }
 .comments-area>.comments-list { margin-bottom: 0; }
 .comment .comment-wrapper { padding: .9375rem 0; }
 .comment .gravatar { margin-bottom: .9375rem; }
 .comment .gravatar img { max-width: 2.5rem; }
 .comment .comment-meta { float: left; margin-left: .625rem; }
 .comment .comment-content { clear: both; margin-left: 0; }
 .comment .comment-meta { line-height: 1.25rem; }
 .comment .comment-meta .comment-author,
 .comment .comment-meta .comment-meta-item { display: block; }
 .comment .comment-meta .comment-meta-item { margin-left: 0; }
 .comment-respond { padding: 0; }
 .comment-respond .comment-form-author, .comment-respond .comment-form-email,
 .comment-respond .comment-form-url { max-width: none; }
 .comments-list .comment-respond { padding-left: 0; }
 .not-found .search-form .search-submit { width: 33.33%; }
 .site-footer { padding-top: 1.875rem; padding-bottom: 0; }
 .site-footer>.container { padding-left: 0; padding-right: 0; }
 .site-footer-links { float: left; display: block; margin-right: 3.57866%; width: 100%; }
 .site-footer-links:last-child { margin-right: 0; }
 .site-footer-links:last-child .site-footer-title { margin-bottom: 0; }
 .site-footer-links { margin: 0; text-align: center; border-top: 1px solid #4386c9; }
 .site-footer-links:last-child { border-bottom: 1px solid #4386c9; }
 .site-footer-links .menu-item { padding: .25rem 1.5rem; text-align: left; }
 .site-footer-links .menu-item a { display: block; }
 .site-footer-links .menu:not(.menu-visible-on-mobile) { display: none; }
 .site-footer-title { position: relative; display: block; margin-bottom: 0; padding: .5rem 1rem; cursor: pointer; text-align: left; }
 .site-footer-title.submenu-visible-on-mobile, .site-footer-title:hover { color: #fff; }
 .site-footer-title.submenu-visible-on-mobile:after { -webkit-transform: rotate( 180deg ); transform: rotate( 180deg ); width: 12px; height: 8px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.564 4.206L2.112.753A.992.992 0 0 0 .708.75l-.424.424a.997.997 0 0 0 .003 1.404l4.428 4.428c.233.233.55.327.85.283.3.044.616-.05.849-.283l4.427-4.428a.997.997 0 0 0 .004-1.404L10.421.75a.992.992 0 0 0-1.404.003L5.564 4.206z'/%3E%3C/svg%3E" ); }
 .site-footer-title:after { transition: -webkit-transform .15s ease-in-out; transition: transform .15s ease-in-out; transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out; width: 12px; height: 8px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23a6c6e5'%3E%3Cpath fill-rule='evenodd' d='M5.564 4.206L2.112.753A.992.992 0 0 0 .708.75l-.424.424a.997.997 0 0 0 .003 1.404l4.428 4.428c.233.233.55.327.85.283.3.044.616-.05.849-.283l4.427-4.428a.997.997 0 0 0 .004-1.404L10.421.75a.992.992 0 0 0-1.404.003L5.564 4.206z'/%3E%3C/svg%3E" ); -webkit-transform: rotate( 0deg ); transform: rotate( 0deg ); position: absolute; top: calc( 50% - 4px ); right: 1rem; content: ""; background-size: contain; }
 .social-footer-links { position: static; }
 .social-footer-links .social-sharing { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
 .social-footer-links .social-sharing li { margin: 0 .3125rem; }
 .secondary-footer .site-logo { display: none; }
 .site-copyright { display: block; float: none; margin-right: 0; text-align: center; }
 .site-legal-navigation { display: none; float: none; text-align: center; }
 .site-legal-navigation>ul .menu { display: block; margin: 0; }
 .site-legal-navigation>ul .menu .menu-item { display: block; margin-left: 0; }
 .mobile-footer { display: block; }
 .news-header { height: 70px; padding-top: 0; margin-top: -4.375rem; border-bottom: 1px solid #f9f9f9; }
 .news-branding { left: 1.01125em; bottom: 24px; top: 24px; }
 .news-logo { width: 145px; height: 22px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='221' height='34' viewBox='0 0 221 34'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%2300234C' d='M146.832 27h4.536V1.8h-5.184v15.408L135.24 1.8h-4.536V27h5.184V11.664L146.832 27zm25.632-5.688v-.396h-4.824v.252c0 1.152-.684 2.34-3.42 2.34-2.772 0-3.6-1.548-3.6-3.42v-1.332h12.024V15.12c0-3.708-1.908-7.848-8.46-7.848-6.732 0-8.676 4.14-8.676 7.884v4.392c0 3.78 1.692 7.884 8.748 7.884 6.912 0 8.208-3.564 8.208-6.12zm-11.844-6.948c0-1.548.756-3.24 3.528-3.24 2.664 0 3.492 1.692 3.492 3.24v.828h-7.02v-.828zM179.448 27h5.184l3.888-12.42L192.444 27h5.184l5.292-19.296h-5.148l-2.916 12.528-3.6-12.528H186l-3.564 12.564-2.952-12.564h-5.328L179.448 27zm40.86-13.608v-.468c0-2.772-2.016-5.652-7.884-5.652-5.544 0-7.884 2.916-7.884 6.048 0 3.996 2.736 4.968 5.652 5.616l3.384.756c1.08.252 2.088.648 2.088 1.8 0 1.152-.864 2.088-3.024 2.088-2.556 0-3.24-.864-3.24-1.8v-.432h-5.112v.54c0 2.664 1.908 5.544 8.316 5.544 6.192 0 8.172-2.988 8.172-6.444 0-3.852-3.024-4.968-5.58-5.544l-3.708-.828c-1.152-.252-2.052-.648-2.052-1.692s.792-1.944 2.88-1.944c2.34 0 2.988.972 2.988 2.016v.396h5.004z'/%3E%3Cpath fill='%23005BB5' d='M17.556 8.532v-.396c0-3.672-2.16-6.732-8.784-6.732C2.724 1.404.276 4.32.276 8.208c0 3.42 1.944 5.184 5.652 6.048l5.724 1.296c2.592.612 4.104 1.944 4.104 4.428 0 3.384-1.944 5.472-6.3 5.472-5.832 0-7.272-1.98-7.272-4.392v-.36H-.012v.396c0 3.312 1.908 6.3 9.468 6.3 6.048 0 8.604-3.06 8.604-7.632 0-3.78-2.556-5.544-5.652-6.264l-5.724-1.296c-2.916-.648-4.212-1.872-4.212-4.14 0-2.808 1.728-4.716 6.264-4.716 5.148 0 6.588 2.052 6.588 4.824v.36h2.232zm4.932 11.484c0 3.528 1.908 7.38 7.632 7.38 5.76 0 7.632-3.852 7.632-7.38v-4.968c0-3.492-1.872-7.344-7.632-7.344-5.724 0-7.632 3.852-7.632 7.344v4.968zm13.14.036c0 2.556-1.368 5.544-5.508 5.544s-5.508-2.988-5.508-5.544v-5.004c0-2.592 1.368-5.544 5.508-5.544s5.508 2.952 5.508 5.544v5.004zm15.192 5.436c-4.248 0-5.652-2.88-5.652-5.904V15.48c0-2.988 1.404-5.868 5.652-5.868 4.14 0 5.328 2.844 5.328 5.796v4.32c0 2.988-1.152 5.76-5.328 5.76zm.504 1.908c4.68 0 6.948-3.276 6.948-7.272v-5.148c0-3.996-2.232-7.272-6.876-7.272-3.312 0-5.364 1.404-6.336 3.42L44.916 8.1h-1.872v25.38h2.124v-9.216c.972 1.836 2.952 3.132 6.156 3.132zm14.4-.396V15.48c0-2.88 1.404-5.868 5.652-5.868 4.068 0 5.292 2.844 5.292 5.508V27h2.16V14.688c0-3.672-2.124-6.984-6.876-6.984-3.204 0-5.256 1.368-6.228 3.276V.72H63.6V27h2.124zm18.216-6.984c0 3.528 1.908 7.38 7.632 7.38 5.76 0 7.632-3.852 7.632-7.38v-4.968c0-3.492-1.872-7.344-7.632-7.344-5.724 0-7.632 3.852-7.632 7.344v4.968zm13.14.036c0 2.556-1.368 5.544-5.508 5.544s-5.508-2.988-5.508-5.544v-5.004c0-2.592 1.368-5.544 5.508-5.544s5.508 2.952 5.508 5.544v5.004zm20.52-6.84v-.324c0-2.844-1.62-5.184-7.056-5.184-4.608 0-6.768 2.232-6.768 5.184s1.8 4.14 4.788 4.824l4.284.936c1.8.432 3.132 1.296 3.132 3.132 0 2.34-1.584 3.888-5.004 3.888-4.356 0-5.436-1.404-5.436-3.168v-.324h-2.088v.36c0 2.628 1.584 4.86 7.488 4.86 4.968 0 7.164-2.448 7.164-5.796 0-2.952-2.124-4.248-4.608-4.824l-4.392-.972c-2.232-.504-3.312-1.332-3.312-3.024 0-2.052 1.476-3.42 4.716-3.42 3.96 0 5.04 1.548 5.04 3.564v.288h2.052z'/%3E%3C/g%3E%3C/svg%3E" ); background-size: 145px 22px; }
 .news-header-navigation { position: absolute; top: 70px; right: 0; left: 0; z-index: 1; display: none; }
 .news-header-navigation.active { display: block; }
 .news-header-navigation>ul { margin-left: 0; padding-left: 0; list-style: none; background: #f6f6f6; }
 .news-header-navigation>ul li { padding-left: 0; margin-left: 0; list-style-type: none; list-style-image: none; border-bottom: 1px solid #d4d4d4; }
 .news-header-navigation>ul li.active { color: #fff; background-color: #33a6e4; }
 .news-header-navigation>ul li.active a { color: #fff; }
 .news-header-navigation>ul li.active a:after { display: block; }
 .news-header-navigation>ul .icon-search { display: none; }
 .news-header-navigation>ul a { display: block; position: relative; padding: 1.25rem; font-size: 1.25rem; line-height: 1.8125rem; color: #005bb5; }
 .news-header-navigation>ul a:hover { text-decoration: none; }
 .news-header-navigation>ul a:after { display: none; content: ""; margin-top: -11px; width: 22px; height: 22px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23FFF' d='M11 22c6.075 0 11-5.667 11-11.478S17.075 0 11 0 0 4.71 0 10.522C0 16.332 4.925 22 11 22z'/%3E%3Cpath fill='%2333A6E4' d='M5.14 11.75l1.2-1.2a.482.482 0 0 1 .68 0l1.947 1.943a.481.481 0 0 0 .68 0l5.338-5.352a.483.483 0 0 1 .68-.002l1.194 1.185a.48.48 0 0 1 .001.678l-6.475 6.49c-.186.187-.555.34-.819.34h-.559c-.264 0-.632-.153-.818-.34l-3.05-3.063a.482.482 0 0 1 .001-.68z'/%3E%3C/g%3E%3C/svg%3E" ); position: absolute; top: 50%; right: 28px; }
 .news-header-navigation .menu-item.icon-search { display: none; }
 .site-search-block { top: 0; right: 1.01125em; left: 1.01125em; bottom: 0; border: none; }
 .mobile-menu-toggle, .mobile-search-toggle { display: block; }
 .primary-header-navigation { right: 1.01125em; }
 .primary-header-navigation>ul { display: none; }
 .primary-header-navigation .navigation-title { display: block; }
 .secondary-header-navigation>ul { display: none; }
 .article-author-block { padding: 1.875rem 1.25rem; }
 .author-profile { float: none; margin-bottom: 1.25rem; }
 .author-description { margin-left: 0; }
 .content-area, body.tax-region .content-area { float: left; display: block; margin-right: 3.57866%; width: 100%; }
 .content-area:last-child, body.tax-region .content-area:last-child { margin-right: 0; }
 .content-area, body.tax-region .content-area { margin-top: 1.875rem; margin-bottom: 1.875rem; }
 .content-container { overflow: hidden; }
 body.home .content-area, body.tax-region .content-area { transition: left .5s ease-in-out; position: absolute; top: 0; left: -100%; padding-right: 1.01125em; padding-left: 1.01125em; margin-top: 1.01125em; margin-bottom: 0; }
 body.home .content-area.active, body.tax-region .content-area.active { left: 0; }
 .widget-area { float: left; display: block; margin-right: 3.57866%; width: 100%; }
 .widget-area:last-child { margin-right: 0; }
 .widget-area { margin-top: 1.875rem; margin-bottom: 1.875rem; }
 body.single #secondary { margin-top: 0; }
 body.home .widget-area, body.tax-region .widget-area { transition: right .5s ease-in-out; position: absolute; top: 0; right: -100%; padding-right: 1.01125em; padding-left: 1.01125em; margin-top: 1.01125em; margin-bottom: 0; }
 body.home .widget-area.active, body.tax-region .widget-area.active { right: 0; }
 .comment-body, article.page, article.post { margin-bottom: 1.875rem; padding-bottom: 1.875rem; }
 .comment-body h1, .entry-title, .not-found .page-title, article.page h1,
 article.post h1 { font-size: 2.36859em; }
 .featured-entry-title, article.post .featured-entry-title { margin-top: 0; }
 article.first-featured:nth-child(n+2) { float: left; overflow: hidden; width: calc( 50% - .9375rem ); height: 350px; margin-right: 1.875rem; background-color: #9b9b9b; }
 article.first-featured:nth-child(n+2):nth-child(odd) { margin-right: 0; }
 article.first-featured:nth-child(n+2) .featured-entry-meta { margin-top: 1.5625rem; margin-left: 1.5625rem; }
 article.first-featured:nth-child(n+2) .featured-entry-header { position: absolute; top: 50%; margin: 0; height: 175px; width: 100%; background-color: #fff; }
 article.first-featured:nth-child(n+2) .featured-entry-meta { position: absolute; top: -100%; left: 0; }
 article.first-featured:nth-child(n+2) .featured-entry-categories { display: none; }
 article.first-featured:nth-child(n+2) .featured-entry-header { min-height: 0; }
 article.first-featured:nth-child(n+2) .first-featured__image { height: 175px; }
 article.first-featured:nth-child(n+2) .first-featured__content { position: relative; }
 article.second-featured .featured-entry-categories { margin-bottom: .625rem; }
 article.fourth-featured.post { margin-bottom: 1.01125em; }
 .page #primary article.page .social-sharing,
 .single-post #primary article.post .social-sharing { float: none; clear: both; padding-top: .1875rem; }
 .page #primary article.page .entry-title,
 .single-post #primary article.post .entry-title { font-size: 1.375rem; line-height: 1.9375rem; }
 .page #primary article.page .entry-excerpt,
 .single-post #primary article.post .entry-excerpt { font-size: .9375rem; line-height: 1.5rem; }
 .page #primary article.page .entry-meta>span,
 .single-post #primary article.post .entry-meta>span { display: block; margin-bottom: .75rem; }
 .page #primary article.page .entry-meta .byline,
 .single-post #primary article.post .entry-meta .byline { margin-left: 0; }
 .page #primary article.page .entry-content,
 .single-post #primary article.post .entry-content { font-size: .875rem; line-height: 1.75rem; }
 .page-template-full-width-title-excerpt-image .related-articles article.second-featured,
 .post-template-full-width-title-excerpt-image .related-articles article.second-featured { float: left; display: block; margin-right: 3.57866%; width: 100%; }
 .page-template-full-width-title-excerpt-image .related-articles article.second-featured:last-child,
 .post-template-full-width-title-excerpt-image .related-articles article.second-featured:last-child { margin-right: 0; }
 .page-template-full-width-title-excerpt-image #primary article.page .entry-header,
 .post-template-full-width-title-excerpt-image #primary article.post .entry-header { padding: 0; }
 .page-template-full-width-title-excerpt-image #primary article.page .entry-featured-image,
 .post-template-full-width-title-excerpt-image #primary article.post .entry-featured-image { margin-bottom: 1.125rem; }
 .page-template-full-width-title-excerpt-image #primary article.page .social-sharing,
 .post-template-full-width-title-excerpt-image #primary article.post .social-sharing { margin: 0; padding: 0; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-featured-image:after,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-featured-image:after { display: none; }
 .page-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured,
 .post-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured { float: left; display: block; margin-right: 3.57866%; width: 100%; }
 .page-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured:last-child,
 .post-template-full-width-title-excerpt-overlay-image .related-articles article.second-featured:last-child { margin-right: 0; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-header,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-header { margin-bottom: 0; padding: 0; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-header .entry-header-content-container,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-header .entry-header-content-container { position: static; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-excerpt,
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-title,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-excerpt,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-title { color: #242629; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-featured-image,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-featured-image { margin-bottom: 1.125rem; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-meta,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-meta { margin: 0 0 1.125rem; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-meta .byline,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-meta .byline { font-size: .75rem; line-height: .875rem; margin: 0; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .entry-meta .posted-on,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .entry-meta .posted-on { margin: 0; }
 .page-template-full-width-title-excerpt-overlay-image #primary article.page .social-sharing,
 .post-template-full-width-title-excerpt-overlay-image #primary article.post .social-sharing { margin: 0; padding: 0; }
 .archive .author-description { margin-left: 0; }
 .archive article.second-featured { float: left; display: block; margin-right: 7.42297%; width: 46.28851%; }
 .archive article.second-featured:last-child,
 .archive article.second-featured:nth-child(2n+2) { margin-right: 0; }
}
@media screen and (max-width:480px) {
 .alignleft, .alignright { display: block; float: none; }
 .wp-caption.alignleft, .wp-caption.alignright, blockquote.alignleft,
 blockquote.alignright, img.alignleft, img.alignright { margin: 1.333em auto 1em; }
 .wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignnone,
 .wp-caption.alignright { margin-bottom: .42219em; }
 .content-container { margin-top: 1.875rem; }
 .site-branding { left: 50%; margin-left: -65.5px; }
 .site-logo:after { display: none; position: absolute; top: 6px; right: -24px; content: ""; width: 12px; height: 8px; background-repeat: no-repeat; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='%23fff'%3E%3Cpath fill-rule='evenodd' d='M5.564 4.206L2.112.753A.992.992 0 0 0 .708.75l-.424.424a.997.997 0 0 0 .003 1.404l4.428 4.428c.233.233.55.327.85.283.3.044.616-.05.849-.283l4.427-4.428a.997.997 0 0 0 .004-1.404L10.421.75a.992.992 0 0 0-1.404.003L5.564 4.206z'/%3E%3C/svg%3E" ); background-size: contain; opacity: .6; }
 .post-navigation .nav-links { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
 .post-navigation .nav-next, .post-navigation .nav-previous { width: 100%; }
 .post-navigation .nav-previous { margin-bottom: 1.5rem; }
 .comment-respond .submit { width: 100%; }
 .pingback+.comment .comment-body { margin-top: .9375rem; }
 input[type=submit] { width: 100%; }
 .news-header-navigation { top: 100px; }
 .mobile-menu-toggle { position: absolute; top: 70px; right: 0; left: 0; background-color: #ebebeb; border: 1px solid #e0e2e4; z-index: 1; }
 .mobile-menu-toggle .tablet { display: none; }
 .mobile-menu-toggle.active a:after, .mobile-menu-toggle .mobile { display: block; }
 body.archive .mobile-menu-toggle a { font-size: .75rem; text-transform: none; text-align: left; padding-left: 1.01125em; }
 body.archive .mobile-menu-toggle a span { color: #33a6e4; }
 body.archive .mobile-menu-toggle a:after { display: block; left: auto; right: 1.01125em; }
 .primary-header-navigation .navigation-title { display: none; }
 .drop-content .main-navigation .children, .drop-content .sub-menu, .link-board,
 .main-navigation .drop-content .children { padding: 0; }
 article.first-featured:nth-child(n) { float: left; display: block; margin-right: 16.03631%; width: 100%; position: relative; overflow: hidden; height: 350px; margin-right: 0; margin-bottom: 1.01125em; background-color: #9b9b9b; background-repeat: no-repeat; background-position: 50%; background-size: cover; }
 article.first-featured:nth-child(n):last-child { margin-right: 0; }
 article.first-featured:nth-child(n) .featured-entry-meta { margin-top: 1.5625rem; margin-left: 1.5625rem; }
 article.first-featured:nth-child(n) .featured-entry-header { margin: 0; height: 175px; width: 100%; background-color: #fff; }
 article.first-featured:nth-child(n) .featured-entry-meta { position: absolute; top: -100%; left: 0; }
 article.first-featured:nth-child(n) .featured-entry-categories { display: none; }
 article.first-featured:nth-child(n) .featured-entry-header { min-height: 0; }
 article.first-featured:nth-child(n) .first-featured__image { height: 175px; }
 article.first-featured:nth-child(n) .first-featured__content { position: relative; }
 article.second-featured { width: 100%; height: 400px; margin-right: 0; }
 .second-featured__image { min-height: 200px; }
 #main article.second-featured { float: left; display: block; margin-right: 16.03631%; width: 100%; margin-right: 0 !important; margin-bottom: 1.01125em; }
 #main article.second-featured:last-child { margin-right: 0; }
 article.third-featured { float: left; display: block; margin-right: 16.03631%; width: 100%; padding-left: 0; }
 article.third-featured:last-child { margin-right: 0; }
 article.search-article { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
 .search-article__image { min-height: 200px; }
 .archive article.second-featured { float: left; display: block; margin-right: 7.42297%; width: 100%; }
 .archive article.second-featured:last-child { margin-right: 0; }
}
@media screen and (max-width:480px) and (max-width:480px) {
 .gallery .gallery-item { float: left; display: block; margin-right: 7.42297%; width: 100%; }
 .gallery .gallery-item:last-child { margin-right: 0; }
}

/*# sourceMappingURL=style.css.map */
.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;
}
