img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * 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;
}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * 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;
}p.comment-likes {
	height: 16px;
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin-left: -2px;
}

p.comment-not-liked {
	cursor: pointer;
}

p.comment-likes a.view-likers {
	text-decoration: underline;
	border: none;
}

div.comment-likes-overlay {
	color: rgb(85, 85, 85);
	position: absolute;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	/* Some O2 instances have elements with manually specified `z-index`, so
	 * we just set this to an arbitrary high value to make sure that the
	 * overlay is not covered up.
	 */
	z-index: 20000;
}

div.comment-likes-overlay div.inner {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin: 0;
	max-width: 310px;
	max-height: 250px;
	overflow: hidden;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

div.comment-likes-overlay div.inner a img {
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin: 2px 10px 2px 2px;
	vertical-align: middle;
}

div.comment-likes-overlay div.inner ul {
	margin: 0;
	padding: 0;
}

div.comment-likes-overlay div.inner ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
	/** Truncate people's names if they are too long. **/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.comment-likes-overlay div.inner ul.single li {
	width: 100%; /* one column */
}

div.comment-likes-overlay div.inner ul.double li {
	width: 50%; /* two columns */
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

div.comment-likes-overlay div.inner ul li a span.user-name {
	color: rgb(85, 85, 85);
}

p.comment-likes span.comment-like-feedback {
	font-size: 12px;
	line-height: 1.8em;
	opacity: .8;
	float: left;
	padding: 1px 0 0 5px;
	display: block !important;
}

a.comment-like-link:hover {
	background: transparent;
}

a.comment-like-link span {
	display: none;
}

a.comment-like-link {
	outline: none;
	border: 0 !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	line-height: 70%;
	background: transparent;
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
	-webkit-font-smoothing: antialiased;
	font-family: "Noticons";
	font-size: 20px;
	line-height: .9;
}

div.comment-likes-overlay span.icon {
	color: white;
	height: 100%;
	margin: 0;
	padding: 3px 0 1px 0;
}

a.comment-like-link:before {
	color: #2EA2CC;
	content: '\f408';
	width: 16px;
	display: inline-block;
}

a.comment-like-link.loading {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;

	opacity: 0;
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
	color: #f1831e;
	background: transparent;
}

/**
 * Styles for navigation.
 * Mostly copied from trunk/wp-content/mu-plugins/atlas/css/reader.css.
 */

div.comment-likes-overlay div .slider-nav {
	position: relative;
	clear: both;
	width: 310px;
	height: 40px;
	margin: 15px 0 -15px -12px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav em {
	font-style: normal;
}

div.comment-likes-overlay div .slider-nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .noticon {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

div.comment-likes-overlay div .slider-nav .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .position {
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	right: 40px;
	text-align:center;
}

div.comment-likes-overlay div .slider-nav .position div {
	display: inline;
}

div.comment-likes-overlay div .slider-nav .position em {
	display: inline-block;
	padding: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #bbb;
	cursor: pointer;
}

div.comment-likes-overlay div .slider-nav .position .on {
	color: #1e8cbe;
}

/**
 * Styles for Swipe.
 * Copied from the Swipe README.
 **/

div.comment-likes-overlay .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

div.comment-likes-overlay .swipe-wrap {
	overflow: hidden;
	position: relative;
}

/* @noflip */
div.comment-likes-overlay .swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/**

	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,d09GRgABAAAAAEnsAA0AAAAAc6QAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAABJ0AAAABkAAAAcdTtIwk9TLzIAAAGgAAAARQAAAGBkLHmKY21hcAAAAqwAAAC8AAAB2oofsP5jdnQgAAADaAAAAAQAAAAEAEQFEWdhc3AAAEnIAAAACAAAAAj//wADZ2x5ZgAABPQAAEDEAABjEG8InvNoZWFkAAABMAAAAC8AAAA2Cq/Q8WhoZWEAAAFgAAAAHQAAACQQuAgGaG10eAAAAegAAADEAAABkHUYZvhsb2NhAAADbAAAAYgAAAGIlnmv9m1heHAAAAGAAAAAIAAAACABFQEZbmFtZQAARbgAAAExAAACH4fn9N9wb3N0AABG7AAAAtoAAAegdMP3bHjaY2BkYGAA4qWRdszx/DZfGbg5GEDg4knHXzD6/08GBg42sDgHAxOIAgArLwq2AHjaY2BkYOBgAIIdHAz/fwLZbAyMDKiAFQBE7gLWAAAAAAEAAADDAOgAEAAAAAAAAgAAAAEAAQAAAEAALgAAAAB42mNgYf/GOIGBlYGB1Zh1JgMDoxyEZr7OkMYkxMDAxMDKzAADjAIMCBCQ5prC0MCg8OMmB4i7gwOqBkmJAgMjABNNCYwAAAB42kVQOw4CUQgc2C2svYztFt5A7U1MLL3CUlh6iK31GCbGxs7CMxg7G2OzwkAiJDw+AwxPX5jDRY9ursAECgEMplATjxBxSOQsLOsnzwyMHm5HsIKDGG7CCTFHLHx6oat8uS86rRBEjV/2mK6RnYZFvIFrIj9lDq1bzZlWPMMbclPuyhtqWzJ+Y4uS3Cd5YVbjEke2HWszj5ayK4aX5ID/7cm5FNxG5pklopH6gVK9F5snKXyw18Cd+a89Kxtxhj9yvjm0eNpjYGBgZoBgGQZGBhC4AuQxgvksDDuAtBaDApDFxaDwkfMT5yfJT2qfOb5wfpH8ovnF8ovnl8gvmV/Kvor/4Pgh/mPlj20/bv7/D9Sj8JHhE8MngU8Knxm+MHwR+KLwxeCLw5eALwlfCr4y/GD4IfBjwY8NPy78////MT8LHx8fBx8TryaPEY8OjxqPAo8UjwgPHw8Hdz3HdI4JHBwcTOwvoW4jEjCyMcA1MDIBCSZ0BRAvD2cAAPlSOjQARAURAAAALAAsACwALABaAIQAzADyAQABHAFGAZQBzgIIArIDTAOkA+AEEgTCBVwFqAYEBnYHCAcqB2oHjgfICCYJHgp+CzoLyAx+DMoNmA3qDiwOaA7SDvQPEA8uD3gPmg/gEDYQoBDeERQRUhGcEfYSYBKCEqQS7hMMEygTRBNyE4oTzhQGFFgUmBTIFNwU+BU+FUwVYhWgFc4WOhZmFpYWqBbCFtoW7hcEFxIXIBc2F5QXxBgCGDYYeBiyGNoY/BkqGYQZwBnwGgYaFBoqGkAaThp+GsAa+BsqG4AblhusG94cAhwsHHAcqhzoHRYdNh1qHZodzB4EHh4eRh6MH6Qfzh/cH+gf9iAEIFggjiDmIXYhriHwIoIiniLEIvgjBiM6I1QjhiOkI84kGCSgJNQk+CUaJU4ldiWgJeImDCYoJkYmaiaOJrAm1ibqJ5gn+ihGKGIozCkKKVgplinMKfwqViqGKvIrECtGLAIsdCyMLOgtUC2ALcguYC8cL1gvoC/MMAYwoDE2MYh42p18B2BUVb73ObfOpEymTzLJTKZkZhKSTJKp6RkCBEgInVBCCUUwkR5BEMtVAUEEVBAVEVgLrr0BFix5NnRVdrG9Xbc82WJbfbqr61OSOXz/c+5MCKD7vu8jzL3n3Hvu6ef///3LOYhDIxHiFonTEI9kFHwCo4r6J2UBfRV6QhL/UP8kz0EQPcHTxyJ9/KQs4YH6JzF9Hja4DT63wT2Sc5EifDu5WJx2+qGRwjsIIYlDHJKQqLB8M1EOMiEbQthtcYsWd1SMui0Yfj4IG+DOIQENIE5JKjzCKKlACJ2BT0Ul9e8MYjcCP8RhSCPDH+RrgrJcglHPCa4iTm9EoVjE75HMfAW+G88/cYIcIHPJgRMn8Bvv79nz/h4ZnX0yn6YYOLGHvkBQvIIVWZFofTNRPhoGdbWI0WxMm2hyo1AjFwlyHh1ndmJjyIktZh3n9QRxJMZBRQWFQz9Cg+FG7jt6aN3o0esOqbcHH93VEZ522fDpuzo6pERX4mCfMqDwioJRvzKYiN64Z6ftnj58bUe4Y9eju1l9OKQZ2n/QdwY3rQ790T8B8hlQBhAPvYIhhBURrhzCECfsSn/QP5g+k2jbOIS0HPS10g+xJPzBO/Yd9GU2JDRLskE0BHE0EnNZRWXnqjNo1c5TuPGUqGx4rTj5mcLdXvzahgOnTrExgK8kOgZ0XKE+Zh32GkKxKD4bdGMY061fbuvZw6UDBGpNx3nbl1sx2tMzJIg4Wk9WlzwUoeNqtRigRtFY1EAHFSI2C9TNELFB/8Mblx/CjThuoa+sIZoswB/DGcd6OhKr9q9KdPT0dfQcI98fq+qoYQ9kdGwTUebv999WOxUrE1atmkCUqbW3+ffPx8qmj+FGlE3Hjm3CSmLN9DxIQ1gaDGloz6E+mdZNj7zQ3hCrWyk2YHfcTRutPvDCCHk9tF6xsKT07NnTo5AEOaLgbQdOERaHaIIFJGgyfUQSuE85dYBTzkb39GAIIR6nx02EUp10BtDysJOOUyAWjQQgqIdgIxeN+AM0NRt7RciJ1dXFZrW1Yf2MhQtndFY0+yaMFuF1P/w4fezGfTdGZ7X19MD7mV+QgS9mdlas2thy8bHRUAS0s1wDMw9dxlaWkzNazJwkyJIfJgUtplGCghs5fyCIdZzsD0hykM/BOgwLwyZZzE7RJsk6LogDQSEwDJ5bbU7B5pTiZqvZYpYC/iI/1NbYyPFrsBVnfPzCxtbuZwm53evFAWd05sL2sZUF3ZJWm2MSdKH6hfH111+/Pr6gKZiRoc/RaIXugsox4xfMjEayrcHRTS12TuvwxBxCVp7WYOe1DrsnG0s2V7xlQT32em8jyWe7Wze+8LEG0Sv5ftv95I3+l0KyK1d4ZfKILrtkKgqNX7BlysHVOcVj5lVhXjRW+TwYe3xVBonjiifWxAsyew9M3rpgfMhnlIKdGTpRHy0Xsr35uZycaTdiKddZ7RayS5zDdBmGoglVGbkuKfxiP665fxtrHHQiJVQIsT7VIANyAG0JoQSaiJAvFOd4CclWX8wYLxKBsgBdMdpiKO4PZGHavU7OFhNsHKaJiuKcySN5raZGIe4vwy4BAdlDQPcQJXwCOnLM/difyJae3/Jj9r2dS74k7+tqO0/fdenSK/HDn+oT5BOySuweffR/6q2OgPQgHne5vb/2ZfKPipfxdzdsf8SluBb/SjrYvq275CryNFmP9+EN2HTvveQrsoksgt9X996LTcpEXIY3tpKTx/sOLsVT+4LB/NvJr7itifvJr9e9g2PtlUpHCP+2Zl6P0xGemuWW8rEDfzuNHPvQOiaI7TimP0QOcbWuxuaiq25RzsscCmSF0u7CQI/LgB7/EdVARJKtQHAFwevyWcMhWPIwvSAAtwaYX5Rexa2CDWZoIxcOWW2xuA7LMVlpW8aVz1Ie/w0hO8gJcqasbNo9Nzdd9oLX56qqvPqX42e0zQjdgG/4c0btwi1t47eFr1xqnlqzXKpcOT7f0v3+O8fu6h1+n+hvqeJ3rJCz897aKJbyobvnLux48K3MktLWLQtrG+J5iUS3J1utLwL+ISsoMEgdvEClTe4G4BFhW9zvBebhALIITPMcAkE+wbos8klp8yGxvXvuLTPKCEmW0RcyUIR+BKTzOBb6surj+J8ZsXlrRn5JBpI1e3pEeMNoO5Qrfgrluih94CljoGVEGgXoiULMe1i5vLAfj80hr5O+P/3JVj5m7lWt8R67XZ6zqDhi1wo/kJMDT/NjcQXmIl3Tx8QcEs+TTwy+cg/PaRFQn3TbTECZ3WgRWs5og9VIB8XrgRWtN8YwzFws4RDM3UxsNWFTLN7IRyOUEGiAdIRDNn+R1yNIcigcijXhmFWSJRmbeKAjMZv17DMfDLXMx4zRCN+Kl+Jx3+wY3nvo1c8uP0oOf7NjxzfkD6ffIVe38P4brhW4H/658i/YO5ET9DqTbMs1Y5toFHWCzI2vxdrl5PM7byBnTozJz/Mt9XosJp25rBL7Hr9qqjnHbN40wX+J1wsPLaWcV2z4/umPZAVyP3z08s9ePdQ7fMc3eBwrPan7kmxYJDjuGqgIihJ3f3K4Wzg4sB9nSVlVVS3h3ODMqIfzaVyZBTm5lsyaDrxoZec9y0WOx4UeXuQGbuMMeIbMeVw4I/1QLi69fm+ypgf3/v4EnevA69HVrH9zgMqH0SUwkrDQPbKBznFKU7EJutHfiG1O3maVMO0hmEQBeADUVcJ0yAFY0anFph3Q6SAX8ARl6Pc4I9rhuNsj0WjYDXOTqzeONT1921Vv290ue6H7yjctuurLJ9Wvmt6QaVFwloyTh6dtzqv9rTJ5nKnFG3O4zXwfALAzbFVStiWKpkhnKw5k+fWuHKOmou2pmVMOXp/8xdV/m6jOTK4WT8F/u5pvrHHXF+HJwm/2dz82n+cSPTdNPNiXjLrdnHXxxGkXczg3uzK32BEIiHqMUkUMwPcF1rGLL5pd7chw6AvMuRZtZHTdjc+sfKZyx4Ipw+naYLwRCKv0AuAjI6pS0VGAsl461YAVAQSBRxG67LAMAMFtDLgtjRK84yzcHHIUt97HTbpoyZT41DJc1iHqydOTOkpHD8vOJE8LAh6baXG5K8LNRZO3LqnBiP+v6xeMbZ1f3l5V2R7s38sZuy/zhV35seR/8tfO2W4o8ObnmzLjlzyygo2lkhpLE6zJ+iHUILXsKVYyAWQIYi+AGrMVHrBqcnLUbdVbZKh1nNExi0GlEJQIACSwkR+vGzkJT2weMXnScKHu/i2hSdUePfkBY6zRZHhqPKOGp0mGOginEZ838Cm/aUJtffv4utoJAxvw8ceO5pUGcle6Se+Ro/hYqcVe4pg3lcyAznwIGNUk4FETaY2dgrq0/QEOVmnAHzcFOdazlA5Df9L1aqSzDOoNSQGQyTr6P0CTNYpC1drfPbqjK1I+Zf2eo4sWPuYZq/fMuVV23C3orNsXT5nhr9fZLl+05tkFo65748o5D12/fGxgilGWeTMne63T1saLxi297am/aFB8wZaDR+Zs+PNL+5bVz0mQP1Zv2BX75eXc41p3d+TGY5dMDu/6j5qFNz2Dq45e/MQ1rcFJKzffPvHWBRZ7btaEjFyD1rv7+ZXt++/cvm56SOUpaT68MI1t9JyOg2YGYnGTE1POQhvFq42y2qxAwnA85g+kOAtMHYpsAfbHGeSicwvSFWLoJJsfnY9rUphj9462gjEF2yet//VNk+pW73und+3J/VdNKOlZYiwQOQMnirqRo5W+VRfd01M9cc/c6FRfVmaVc/SI2KyoXqNdZbKJR8iX+4aiGPIF+Z7mP2zdQmyPtl1yDPO3dj6ye0UiPveKm25tveG9YRqdSZPIMFsME9bPf/L6SfXdO6ft+uHWaGe0Yt9lw5qnj7y8rXSSyUR8UxZsnYBteO2JQbDCoYNcl9wlHoTFlcMwuB5wtr4odRfNeMZ335Fffpe8NBUQD9Lrd6kY3FXejeSb5CzkgYjAg6zgBU4SgMkCsDUOfyajzQikDULwyChtwGZ9FghmtyTvWrrcM2m2ef3UTdc8PvNkVcRcP7Z61UqNfkti1EYZach9JEkaSAkuxDuvwoVTl17ae7vGTH5DnplA/vH447Nvd+BHaBvSslwO0IYL1p+WkxCIMAcG2BUzqVMCBE5YnIPrAEPSCOPfIkUqhrXsUSUcoK5AcClRNgCjgmlDQXDU4I2yRsWFEfgBMt2gL68ft+X63jlzlm6YN3dEc+T1nra2YLlBVkgd+ZRE9pWV2YtmkE9iVmthYU3tNRu4NUlvIjFr5rY0L0jTDxsqRw0X1h+5JL3VFdNDjdhqdDH8A3WzAnGPGWBelgL7cGCztQ6HYkNJCF9IXj5FxTkQE/7buPVL8sWXW43kv9uiIoq2tUWV1OVcKkLQKfWrgVM8aqkFYQ3kuLpRSfqJcCT9TRtbWmcwlrF0Bu1At6A96A50F/oFug/9kkqW0ARLpUT/m6UqkF+kKkk204tkoQQFulPKwVjyBHBlBfYHKv1Rv9q9/kAkwFagPwoPI9AF0cpYNFYVoX0eDcXZXf1rwpVxHAvZcKW1qtIattoG/yz0V0n/m23mKis2iHEttvlESxwbfLIvHpC1OCD6orIMo87+cfCfS13hlmw2FBuSzZjHMJ15+pTD5/zj8GBiYPPci5CcexFzeDCPVEYYssLOT5OXJfs/xc7k6/fhW8mfP+VGf/7557iUEz8lf+Zq7xP+KQqknJM5LNBvaKEcLTKVA+SPSXlmFn6PZp+qKc/eww3DR/ChgN8TRA6LmIMo/dHPWAb0+l5mJilPtZBXc6Rl0GTwBZ5A3nlpL55Bfrn3pYN/WJ58EUdeunP8vn37IDRj70u/+MPyc+eqCfjci+hTOlcBFepBXnQxMa8RQDmIjhzwB5tViMOSYfwBaCoQ1iZMaSqkAJnQxNCgREE9UNbKSBXFO0X0Efs0RolwEEvqA+4sYQaY42eMhyWjYgHkRl/SOGVKPAiuAUavATtBlH6RinI4VBRXoRLNEmi4AGUG/MZ4DJ7HJUECcm+0CgI6SlEoBYdkNwWhDI++t598uGzZIrPh0BXrsGvD2LYVb++eXpQIQo9qeTz83leX3IOd812+i8nvb+KHDevYdunaqbO6HruqLbNn6mLy3bJLGxozNHuXLf+vukZbW3DTlmiHyRLWl0UdZbP8/ohGY8zTl4by7ZFyY75NlEoLiyuCY7JBJtRarKP8/hazRTRq8z3F1tJOt8fHcx2bmsPTKrIsxomL11YXDQ8b8rVG24ZfTp1+0zSy4Uu8ZXHd9D1v9rZfN98eG9O7kjx9//3k89Gt2dNn4PInDcY7yedvrr3m9zioYmC1mRQCp9DwbZo1Ky4hv7t195mxY3Q1lhm73l7ZsmVNCNqaweG2pXU3bgiXX3VrMmPE5ureYd4CT9tVj3Vxl7zU2G6ua+y+5Ip1rzjdk+d0/rktXG4ONHTNn5ZfWihn6my20SXDprptbhPHZdmN+a0+X6MB4G11KYcLxzqcbg6Xer1TA2a33SRo8wpdMyuHXxI0ZI2auyIamVquseoqGoriG+onrI/mZC27Z+D6H97evHHNyTsvMbuWbZ90G3l03YaVDvt/HdiHl91x57tOgcu64bfkT/sPkXd/f+3g/NUgmL+ZqBNdim5U9ZMUTEcBTGPZy2AQTBuq9SvETpHGYA7zdGaDdBNnISmamtcwS904EoRZxEAnwxCAk/hYClNQHGp2glwWAyqTRrsKsd52S64z7rLnuurLfDZTrs1kmuYuijlc2aElN7+1ZtH9aycHNHpHIO4Jb7ixtcGky8+AJc5JWFNrmHVbV7R97F1Yg61ZhUXDG8Mmr2n42vLcouGlnr8cu/foC3W20MiF1c7GmCmiLww1dVSWzRCUNJLn0DRTQaJhbjg0s7HZ77BaKypLTTnNBa54ecOowIhrVnWEfE0d86PWYDgcqjC7Sq2ykGcKltnlnEydnCMAeEl0X9cy9f7ENafnO8OhYfFgES8ac7Q5wyonVVx9cDu/uG5V5NLe2TUmry2xvGTWvGkji31MVr5abpCvRYuhx52wqHViEIRPg04DK5mFnFwsDuzWyUM/x4KSN+Dx6yAZdvKFWA4KsPgbeZCFxP1y3thRM0bW2XWFpUtXXLby4ukJoxHYiMZgdvkijsjyqaOMJvfIEdV6XC2ZE00z2ic3VWVwRY2TO2dPGW4yCfpwpK1lyugxBfl5vMGep9Wekm21JY7MMSNG/fL+x+++fcNsu1zCZw0LTZtz3Y6nF8zcOiVuErOzZYn8nZOtNpfT63RkGrk8Z1Y2zvWU6orK+SeTn3BipiCaykdcMmrctZ2tZZ4cDZBYKSe3ONxWXt41aVxtWVbmm1pX9/L7fvH67PGr61ycriAvAzH8dSPQ1EthTpaga6B3rDJTNAfoFBOAzVMkyoMsTYUcmI6YagH9Q/8gDZW1rSmgMvgegBblteYhPNGcwjCD7y1peBOTh4dx+3VHFq1fNmHc6t8/A/DbMKKqc92tE7df1tqy4MX7dvVOKSOL6zzehrqpk7s7nK4il0kfiXcuKB3mLrDlVUS8njx7dfWUaSt3dC+trolHO2dsmt1Y7XE3Nl88vjyYa7dZCgrLYh5vLDL9sqN3LF/JNy9ZvejIde21uoal+579qHfqtNWbJt66rrOqLatsSu+u+15cMIf8aurFMxrqiwP5dptJqzXmQB5BT5HL1Ri0WIuKyoOhSoBW9kDJ2NauxSObA/4Cs9HgdoaahpVZLW53tDI3D2S6tvZxFU3BIJMHAOUhiep0IxShwPpUpRu4SqWAuhjmCnKl2MC4Eut4qvkHoAJStKRYA3lW+muLJigKIonhl46eNUzpq1o+P4FloGjumS16jQYfjLYJKL+qSOMOqFdI3dNWXFnMKXN/8cNW0VDuLpi6d/K0gz5/myqivIO3y2G5l2kLA6gSNaExIJdthVrGoFrqsEUA6MBYYahlSuq1FlHxTKIxX4yJJ7IVeBwNMs2L2Spgsy1GVVES8khUZR4xmVXdGgaOzXBkWs6DdCYgaDaxEeQi2hUg9QR8vNVG404svJEzzJnT8eyxjhznsJzqnTeTr5uDweHDg8FmPHJ2c/PsZs5dWlNSXjglue0h7H3wQfLHhx4mf3zwQexN/rm4YpqjrKRWLIeBaCo/VB3UXfoa+YZ8SL55bY3eUZq3dkrVlIKn/zZbNBotuCZ3clVrd3drxYQqnpxu/9NjBdNCsdkxXpPjLM3p6MgpdeZUYynYDMU3N6vXYLChsLKkJtCQXNJz5JKlR3t6jn54tIe7s6JgXENRDTc12BgsTyQfj3fmh6ouenbThAmbnrkI5NnwcO+UteX++Vr8pjUzSxxTUtW9u7u8PVhPrsrqKg7GZtP1SammDLMGeVEcxoMquKgYzzNzENcADEQ1RbBus1lk0Z2WGQNRW1x9KUyy+qyeCoxn3zVnlDI7huWKkRXi8W3b3hDuAlgkz94/Z87+2bj7LngsnJxt9VmCHlI4646Z0c4rR5484a6ocONPt7zw0pZLyq8+2blv1sy9ne9WBt+nz5FaR2qbgXmdg4rS8gMzkKn6B2oiA7xL7WQ2HHeCkBC3SYD007YxEBQ+8rf1+MhH5CNfT5sfd4uGmpE1BlFmJouTqvnsJLVRJA/RBOT32Mc+2CM4vF6HgFSd4YuADZsH7Vc2hLS8QZsVt2hx1MbtxKuSX5FdeBlnIhDmTHhZ8h9cDtmV/AqvIjfh1fuT3yS/2S83k7fJ07go+Sz2kmfI2ziCx5A/kvv5g+QPeCyO9P9I3lnSS17Gjb1LWNs5hIg0E9ruRKNY22WeA1ZMRSIZ67AqsVFpnuJHWN/UdhQ3AmKkwpKKKqmkxbS27lAjFl+fUWuOzBRFyZxX4TytEWVymW6YK9NcmFNYX8yd8oh2U3K5xSF+azc7Cv9ozuc5Jy84TeQf+V5vPm7KtOpltGABIaTRbLYUW4ychtTos3lRLi0WLbaysgKy4ilrocs4oJFEmCe5OrtOsy/b7PXkB/LdWSZGp6jtidrahkqzQwxN6GcNSylLEqN1HMxaZq+jdiQQZm2Adfgw10d1e1TiheRJRVEEEIcBGQFGSM8lKFmiaCmLadm0OG1kFWApJBFB/Fs9lKBJEEwiasNro3GUtl+xeViIfCmdcVo6oCpj1aoKtAligskAwqOBr8JOLD6/cuXzpJ/8mfS/sGLFC3j3mg/u7Oy884M1+8j3e/fijD/gYZ3kCRmteEFNRJOD3AIfvtC/onPvh198uLdzL/mevAHJBURmkf/sxBPxR+r8gDrR9SsDdUXIQ+mo1czTXnXTzhR6mKVYoVqAUwcEhdmHyRenDlDMdOAU7ZOz7aKW4jJV9wiYMWyBn4kq89RpxeTx1HjRofLSwsIiMJ3T8FM46Oy26ACToHm4JvvsgPz9CbjaJaWfLiFF6YdkNEGSXrkjfjtB9D3ug5Tn1sWJhqFaqEslSP4yT3FU3KSW6K7DlaEwCEQFuOrfVVWAsqRguEBe+igrA1Hp0OZiqtafrLHwCuY0MtQoPyuYh5+AKnEuG8inx36q8ghlDdZ1qE9APsyNUlQHPG4EpadhC5/6pcPuVDgMP8O/6+n0t2ddBWiN2f1nGkCQmoa+Yz+SuqevHPqppuCo6pDA1sc0PE2+XL4c2uMCCodtGASGRg7Hsez35DD7p4zj1lATkF38J65wVvJUUV1twJNlruZ+OMwVHvH1+I/kGo25h5MfH/FD2MdVs1S+CodOGwxPFp4/kvz4sM93JK+5OfcIVwjBo76ewbXJ6LweFUDfyRi4NPWCKHIJRkB3CKQWoGDAoYD2gaBhuP3Z1PrB1Thj74qBFetOfHdiHb1gaPDXK9JvYOnse/Z2/Fbq5bp1KK1vT5XFWnpecShVlA6braao2yIa8NcXlJlsGcxTwyn8CmK4oFzy49laaVgf80P8PQpQMdPFDYpp/7YevDIoZ3H/S3UkdNbCkfxf6sX4G8KlGiR9gLKhTg6gbuXUt4KStoAWx6AqvBazjtdiqlmOgagRY0pUjuEuoJ8i7ifiIvId4J7vLiISPn0RzsLDcJYPryHb21/77avjyI14dftrS5e+NiGJqNruFHl5PqOtInxJxMW9vUvwaXx6SW/vQCm+FPeOnzJ5PLmRbIc7fvmA+sEpLsqo8zl1lmHdedmqQ9gToPYkidYdYGWcSqxxHDDZcCBOGwKyRJre+xhyhAbFVbwpoDw3Piyd4jDuYi259YF9u+ZOXfpaG17zu+A1/egahdSyZt36P28mt7Fq4Hd6dv5yKWta46qmUweWAsnBh915B05xH5ODtE0Tdnkmj8eX/hb/meWAX6cNPJh8mzX8+55u1sSXV3UtY8QYc5RoqX4o0P9UjQf102JgRn04oZA+0qfgBLvghHheXKFpUrZbZhc4Nw8NGujjE8pA30CfwifYhU/I58UVmobOUSXFV0xAz6KQqWgp1UR9qsVNpj1IaRVQKjE8qMwNn/0TkUpwFJX2tEUxEBrKEOxnUgRfUYmPmkJiiYEUHQGiC//7kkwE4eCe/jHcgB2AG/YgLV2vJviPxXwsI1L0NPER39OkiBt3+LBwNTma/ByPI4c5G27FnC35OaUtKl5QoGsz2GoHwhugSnDg+ooygBQeFoxECSahCvdkH+4jibP4mOIFLdOnaDH8N7gpikjCHw9/pyHM3JP66IVWFQms//qkPvhOg3QU6Wg5urptMBQVnOyD+Qh91DegkASvJB/p4qYkDypdiS4Ft0O4S4LSBxTcBy2n7wa62Lts+iqFnyB3OsTatAuVDDiHwh4gQ4kk+5JWBfcNpTdZsLYZgmZ+MO4IV+Q1hICN2TFEMrC/DHuNVDgCNouRakNpPYNOkP2/OYl34Em44PXlZ9Ds+74in5Ijj648uBL+i2lXlN/gBSd4tPx18lfyGFl98lHchvO+um/2gMLSMd5+5keMNJL8EvSGnfn/OIGfMJkUlmgjIIvBpZmP3Sb57VJd5NIpP37ZvKTeZvNyP5SuXL2ylPwPW3e/i5BPwtysFmVO3JuY1lMtfNAydmzL6ZNsVeEotYHAwKTtJhagDWEV11CqALJLnMmbjJIBUQPq66akwWqjjQ/IQY5jMEryiNQF7ldt5JWXp9+3vRaDVOCPbmunzk/wA/G1DTe8fO1nM+lz7J2y8DvWWAGm0sPvB6fWYZAmfLGGU1whNcw8/P6imfQBLgo5SCXrPdWXjfmIlaY9xHTYQzE9LCuri7mKeT2DDmFsrTGYzBzDGAVXaGjVhIkrYd0o9E7dwpLK5ZS2X05pA/UB45QJq1ZOTIGtV0k9jXFoE10X+GaJzg0dylV9D4F4ypTWRyNGECH0tHi9lS9inGPmRNJNuifO3IsPbXz++Y2Qs4woN1nzHrzAt018b80+nJG0P481z1NHNUrPuig9Ez+mSwjAhBfHbSLDJeRj5WPx464kwgeVPhgrmKMaNIilUB4MFh0vetegH5D6w0zRSHlbkrHCIZjBhEogjwCsah3Vc9sMMIi0CVQDYnMbCmGCMe8NA0x9/Je/cMpnFSN9v7v/+i8fWrBO3FJ9UctfkorpgzETFz26nD6THBD/LLhy06gnyNdl5LR16+uYv3EftpLxF7/+y9HwvemDlucuXnNihwNL8JIkqUzCQ1sFhbWGLkuF+jSm6knpD+0E2j42E32pFP0gngzAdwOIORJSSjOFS2hon8lMziykq5zhg9QN24SU/dKYWi9cNfkX3qUQE14j3JcKrBwYARODDsM/9q9atX+V+AtSSKiW9EDylHpvnE/fwvQhx1bRJOdgE5nhWUpfmJve0JUpMr88EJXgjtvOrkegxKmnPHPOG7oYEc2K8ZRU3mmkHFeRMkrRHeN5d1/Ks1ZFyir7ERnjcTMmBGIjgGevgabhDjHmMfQ/TjmOUv/UNBsiCVUcYNcEVI6+h0FgX2D1Q6LeDqnAWGCwmXIkNdd+JlFSB18K6CgQRzKVRQuYPKuyw0isDqf0WEzHxPSTQ4yXsnxsU/PasuDzqw+cyhUQk8v2FLo3HQuXX7Th1IHGZrY2FRnLYsrX2Gqm+DtAF0bAH2milkEeYLl0tK3t89aTbaSGfIyP49bWz9veb51x8Aw6KO5rew9e4TGkBrvoq/ch1prccxAjSpAx5V0ihVHy2f7n1YqIaoWYTvFd8b/FRxmv4aDwqBsLCH9FTNPxdOr6Sx4QHyEmYurA0xU8nekhYYG9KynqN7DmAdwCqBXQdPIA9fDF06cTk/hIB3kAvu3AXzFZPiHRelBERxkkBhKR7EsCqukTKS/mANokWDpKSxI0HdRFC8mYloBLwJ9CGTYEk32DvhE8VI96usIM5pmb8gCbhxhWKFRNfQdzmy7S9LsUThAV5u6NtDytvEJBGZ0B/YhTnboZjtfTiKhIF8p/XhSAmV0BPCfOJEGUlvfoLx62eIfGw0PkwZ+Lc4NgKpkODSjnBwady9Pe5T8TYl3DMT0I02XQOl9glU9TFkrHRFUhw66qboQqSqj2bIA9E6hzjpJa7Ty8StERlr8EnN5Pe4AKutg0tJgw5bsWb3RIcTwiTOWipEtUaH5KulzmaQ5Nod7FatmQlArIgxVAKnZV9eCUzuSrtJjyczF1x24zJ1EAGMQcD7mxBrHbAAzy5s9vPoNu/nyzxAgH04Sr9+Rbt5N/PeUg3+Jsx1M4k8JEpK57KSXFUfqcIgCUWg0lAk48SAUEqB51a8Ywb1gzgR2qztSSdGxT2dTRDpUocFA1lXZhqrahfARuLtemY7ZSZ4pGnKU9RYO0R63Hz5We8tJE6Tqow3puyYwcqaTzJ8rk2F4Iiqu0TINnoKYtt8z4NRBioBGwaKnnPpU/qToi+dEszk9mcXTsCKw7ppEDBn6IvThHh5VD2YSDOafAxRtl+wIwJbWQ5gxF2XRY1stJuhpp3tS/Tl23qTE3sBGnHKIOUG1qNtO6+SNxJrFITLRIpKfuAOJDodDACaqPolNIUedzP5QWvyVOJU0OqOUBuUvuQmXMsiL7JNkkByhQDJj8ATFA5cd4IC7G4nzcBlQ5buOtNp9NtsJYs1ltDcldteTXFfXWbW822Rvf3GapqyS/rv1Mo/msFldV1lm2vTncPPzNG611lbiKPiZbGPnlvrzRWl9xNqWaQXZmAnKor1CTfqZmfOMbkHEho93oPB2DGeT5c3aVYKbkl3HMZ6YIOI6l8/eXCKGtX27bsoE7NmYAsVBy1JgLNpskT2z7cuuY5KgNW+idO7bhAvyQf5avFKXlCiCodNlTciCq2CGp3igKAjKM6KShG1DUpypVeYvyYKrCPTtXVBxlUFEifZpm9SJSSTXF1oOYi6Wku3LUnTmD+z3SdF51h+Lh5WlaPErT+yH2h3RaAEMmOj3VPTZqiUnGIAb3pqAhe1OgtNTeFB4z53nNz9JcNITmqkrwFI1LEV3oHA0Q3dPqioXrD2miy6rKM3pE8z+H5mrPKcad+htSHKeoNJcbLBKzasPSTxedpru8ki4ePoJ209YPVuP8eWc6f94JaSNdlPr3hgG5nT/vuCWsOOUg6VMOXjDhQqyYgTZKWkiKj51Tnu2nd09RzHrBDqrkUNx6XkH9J86RI88pI/zTZaiWa1hVNmaupoSW/jlwOMo8un6mfPySb+rU3Yfvnb15UXGePTcvMjLf/rbBOGryz9WJq6mdtDIxfO7h0Xp9gbcg3zOsvGx4jcdhtpRHUvsMVJlXndX0T4Z5QxUVjOZ+TFwwbC788XlpaUItTZuEkRcQVdjTtBT5EBfVZ6T1IBTpGJEVvgiDYBA2wS/g9ZlAsgvn06BEoUaSZt6Bp5K/f1iqJL/oYLpIpaMJYiKrC9NjsoSpMKv7t1CfbGkHtWRQCbSRsxbieCN2AreGyq8bWxfY+OyLY3/xi7EvPrOpuH4sTNmLRr1y/M7GYaNuv33UsMY733h5FJ0TaDH+WN4ruWAFqzvNqP6Lx7KJt1GFdoC75ENyEld8eFI4+eHJkx/iiv6eHzD6QazZARi6Zgeuwcd3kOPk+A58nBQ2CqiRymRMPk3pgfKo9UfLRYHRghR3gUN09KwDu6okkoCq8MwVXD6rdY9S/q6qaEVGRqg2Dy4AZc+mYDr9QaXvhfVw/Pt6WP59+cn/rWQF/USZhf+mTBOw/4D870odwK/OInuOdP67kmH6vNpJE1EqmpqjIvAxKNeg5ajTgiEALIzq0wwc03pSAswj4EN7Wp9fdIbRYzFBtaOkj01hulmPvL+ndRxR1HjKX0Kl6zrmIz40V/G8vNBPfH9W98DTPknzIg9zjuK9hhBzsGDUQ2CTvGVFW9uKltFLG8M1Xm9NuHHpaPYEs54SYeVRiZT++MHQEBrH8FEm1dLgFBFnJVJ/bXeAmeox04wMsA2cdGHVVK9MopW+cB4V85KMPQqpLQlt2+OrVhXNmhdShmInpms4f0ipg6MLOkd0R9m2RYkJwgPsuvVLbP1yK7WSAu4QzhlDRfWsVZE8lTc4JE6HNuiRnfkfuxmVlGQLc0HxuqkqjpLQUpynBr3Ak5Z8t2LF/InL5v/1FTIJo2sXzayqunjNrou63paUllF3LNmok/M2r7jrCe6ZhtHNDgdpJO+3T9yJUnp0JKbtw14+LLvjYZM37hZnKN8oxSRRTG8gXjKBinHOlM47vWfWoPZz2rEEGwLUsZShC3wkxY9h4vadYbRSUOHKwFtcoi/ZhV10gmiZ3zjtV4obtCiL+W9bYASB95sMbhPdOEFnWwnGqmZY9mkxiPSKKtRg5Uc2Zqq6BasqZuVHhQFhiIspYEyg9LTihY4wVhiKUpiYQZVtyrl80oj+41weZgtIchNzHw3EK7gcXME1ybYmXIj9FThHCDRhWzzQxPkDsg3+5/A0EUSB18WBPLOE8RyuEJ5BoBDn4LhciOV4jiZQChFbHDIUbHKFKFH3U1uF2MQBcG7i4GtBhqQ85GjLgVl3PovU8XyGaHBy6FWcaJVyvHm51ZHiAMaiaMs2Zfv8+SPsudk2Ueew2cO5fHaFJtdSnDOuVzC7BYumvr1e0mcFra5RzksWfPCYv9LlrXBKBZmVbUXx7EC+x+R2ax2Z5rbYMFGXGdTbC3Vee4bLrskNBqokR21OSaAMBEYN1ogZIrY7r/jtFiEjc4QrQ9ZpNDnm7PoAl2MaWeXRatyaispCzlYQKi4ycG5h2AWM+1+CZAKEPTD+d49nhPM0JgvviLnistGrM9u9OEP2ZdTHRJmzejO1xXbeatdaM9e1cQYxg9NmeB31bovZoDFg3/U4S6ORZCNvE/Msw3KMBR6/zWDMiJtN1iyDXjaZxByDyZxrr7dXFpe6nKV2rXFCpb7ZkGHIshUFF065mZx5sijrhqbm6gJ9tFHM1MrZxvw82eoxiVVafaZgqh0+srBTtBnsEuOhB3mX3CWkdZAX4PhBPO997rrrnruO54fehI+vY/ch/1N7CqnepY9SdZjzGvSDwvfxg/oaiGjoWkFRA+b7gOoPJOg3QoLZsuA5YA32VIMGEkyPk0jZuTiGX+hjNc+hOoBiVImq1b3gqucSYDK3uic8tfvHAIgt1oBTj4pSC15IATugNLVsp/cZVNtCZeFa/+Wbe/aw8IBqi+TaUg4jLWs891C+0aMIXs/aUZTyBTuabcQ6ek/PPZ41LfDAytIeSQNmaVC2OPdcgRQvSRt30nvkMVK5yQCiAjwPDJywJzwlElRygh9B6RBmOEwNM/oWZzRAQdmqPUTLg0yMA40Cs5h6PQEcDfilHCxRXy6bqm4sxEN0M/hzKPBbnw/7MPPy438Vg3bEyNGEvdM3ztfjy+GUHB+EcuwJ5fGo3x/1yQqxAezM9vX4cREvWkZP3nSaRMe19cRwq5Kw50Bi9aseCHXaE8l/wUe+KEJD92mOROPQVDQbLWI2o5RPYCOOU6dAt2HwCfWxpcM75AHbInh2tKnWB+5poj7o+XPeXR4c6rZoathbas8Ax0sFqTUnFaRONEl1GgykxLRzb3PUcWcT4R4AVX9MxUet9WBvW/Se1DyB6D0HTuH0tIGZRP546kCKrZxuGyIMt6XnDgd9ckpOSH3MnoZUu3xYy/GAdm3UPJpes+KD3lXNfCZHVp5RkSR5/2+jmWcA/KmGKLE32sgNfMyx2QPi4PTeHVQlRuPc3SkLHoeXw5q6BdaUm9labMw7IO7ENoM3Go4O6WRL2OI1NOJ0N4tk9xJyD1lE7lmyu+W1XkVJ9Z2i9L5GrlS76cTMh3711oMzWxeb8L+Ue872wj0KyTRdxCfTPlipOYHQeJgPF6d0XqV0R7XRgWlrG3AkQI18RQFp8IEx7g94VX1YJO43sHrCSyfnauSoZxyN6WWrxcc2oTJ1mY4zpQ5poIY3mZkM3sn2zFrgj/ivnUW+33sH+dfM6yCycKZb9w592+e4C6IXPfwVFr56+CII7itIKnuTDbP+uaXzkZvrirc9l5dWdMDL4a1LyJntLNvEhw9ddsPWyx5+X41tx3jJ2GZIMrHrBObUZ9dCjpDztWqMnDnR2aE8sHX+snBnYtYN4wlStZT0mtKFKUNs3Zw7RU1ERVX5UbpAcYzAEAUdY0IpBB7ECBT7WMMGTxlGGSBFmG2yFdnEN+668yRZTR4jf319OYd6XliMQ8f4cJig5a/jAjwJ7zj51YcvPEG+nszq8DrMlVp2DoeD+aUxLMlAtjkeljiqfvVzgbATu2LCxAOrVk2IzAw/22f+7okz6InvzH22D3D++7yyagKHJqwKz4wQNFH/NPmmhHyD9SVY//TWp59O+Tzz0NKhNjcRpWxuZ/ew29IaHqYYNQwNy6k+GXJlACt9pdDqp57j1HdpOYL1d2Z6X536R90JzqgKbUSBtxqi/c329CFWNy21smHeLfI++O/mgckxzwa3gNaS7bhsLcjZkctwGdm+9j3ukeQHHyQ/TH74QfID7hHxU3LHu+TA73+P57/Lg5hCrkhuxDeQtdwVeGP6zIF0GWl/CXc+BhF/SCbvvSeioR+mjHVD65cz9GueVfL8PN5LV/HCzEgxrR9ekvLtY7KcFSSAUqqf0sLsotZuRsfdzBudzjvZHwCyTd/iUNxqozptiY3pGSaW9dDBYIFZY0qmX3dAtQoPIDVGKHZmhI6xbYxSB7bUXbWgU31OWBifvz/RD4L+jJ/y6mRbzv1utqOAbScIu2zWuCquFHmHPA4JNqspRA3N6gu2nXbwTXr//9AtSfxyq9tg/DP53d2PVhbmccP2bMLa45bVjpKSTeTI4489WV3i0Hq333Y39q8qUGz+3IpbyOUn/vtYflFVkcZ/4PhzuOuyvPM3ObFS+pe4cnPzMq8v1kZsbk3hZbqvShyVtonTqnLqnCWZvvYRepAc/blx+/SOuKbUUxTKKJ0wRjekP3jmUZpHZ7SXHcLADPK8N41GLHGYofu4gn0D86QGUk5+8cVfCZIWne7H8z7HD4sPk3L8Hv3h9/tfICMoCBHeSI7gZ/bvee89RmtS+qSUjXmoxElZtCr0nOOdycQduvrYE3alaw8pzA94qC9xJh48k0IljZ988gn5hIYkBDIqPKMzSM1kKL1UNdYuJ6fXca4gp2/EQ5czfxWj7ECHyQC7c1+fYXOS2bqUs88ZB0hepE5LNQFC55Zj+olyfiL/5E/nq/oyn6U7VBtHsayaGRcO2XBAxmHJuHzIx9e++zDhDirYpYiL73712rM5XnQtfU66VIyopM65ykUuZtVyM2SoyuluBrr8dPeOX6QnY3idIMfH4l5gv1RpDyinfFTXipuTyog1Y+a1lAfp8jNaTRnrDbXcPd5aw/oMk1VUDpyyryrcadw+u+GS0Vk7C1fZT83XVdfWtrTU1sV1KppXmL5Jo0rhjFJjr3oLG9z0jCfKs6CuIH738ZSFUV8n1EdPYyLMSHuG4Zgkswqo9s5zzu9idDqsCuDUekDJHaMwHKPP1Byc1v2mbF30u4yznhtajgrgp6k+gPKIBElISr/CrJWqPh1oywVnhrFSTSlcH2YWCdzHDNfU3wwCwuA5V0NOvErpJWQ0qM8c1P6oa5FaS+g0I+yepBZB2nLGn+g9idS20H4ZlDV0Z/tA5YTpbsBsjdE/LpXHGVXBAD2SnsMyYl5tVB9HO0PUMuWxaihP8TzWf9TQpy6Cd5JPce3vCKnlwJZEev4ipn9WW6QaU6jZkeoQaQekffZpmfPRWnWmM+W6ju6O9aZ2rkcjbLMD2yoWjod5utE2tY2aUe8A8/VkW8bo1lq2W982uF8smtp1re40w6bBDWbqJjKaWppa5vXGy9sbbwlUaoXwiOaRPaPHFBRcPHbs7FhJiUOwrZ7krcypj5rKfD6btbl5xPyFylVfz55TXT3t9iVL1k9vH58oOXh82+XrZ86KRJoSS5ft3Ln/ptW9EycQfb2jsLCksarK4zYZSkqayoJBccuaHVfNmzc8UlaE3YHhdSXFrW3bJ3d03FBammuLTCGLbqg1arIy7ZHI2Na5q18fPbq4pKera8uWB278aE+gOM8WmLugrGz6DEW5/z/uumvFiob6YHDq5OQKPLrCbHa7I6GmhtqFZaWOAoan3wB6X42cICWPVM/KAGisE+kGPcDGIBymj5CgiJkPNfLIienWkyCIkzH+zKbvXj3YUztscu8dT3y4etO3r0CktufgK99yfw0t2fna6q4HNl48sih00c5X//baTYtDJD7elEdO22fBDct5cnXD0j1PvLEkNP2hu27snRJsXHbbE68vDi1544k9SxsGnvHNPLS9u35Y28VXbm/1zTq0s6ehoWfnIXwoPCtAugNmuOHbAswOf7YN/zct+H+t9f9XNRHdhX5U+B+xntKboZ0m3HpOJ4j157ZHHIJJ8lEAVdCdWeejEuQqgmiRi241AU6C9ezgBH3M6Irp/S5JP+jP8xOgA4fwQbzgxAmyn3SR/SdO4PupFlc9P2Hrb1N+1inHrp8EF6d1J/CCoXlQezH7muqDk9qUczcuPGsXHPQ3MSAL9VVAepDFVdctqHYjdll56ulFsRNUny1Si1tC29ZQZeeabSzj/6FkY9VOWrvmS1uB/m4jX3w+klQrCn5j5OesDf1bIZI61O/A5F3d9tuH6lhMzNe/CPga3eUSHmIUVd0rvdidilHdLE65njE7SqJv1YR+ZcIqkQpviX6FfztrAPlnUQLJD5I0URnoo0fsCYl+5uvM9SWRu5DvGwC5TTVPc0j1xEltt0DikLqlfYd+umZso8jPVmgAWJ/ABAz6G/iJmqgM5ezWELXstP1C5U95557KqGqhAnEblBe3CSpFp5ukFI7ttib/Slrbj2zHaPsRkTkEUj9tHuHBsNAHr996a/sRxkfllK1FtR7GbZSA+4JcE7bJzFAZNwT4zYVXBOVyO9mmz9MKwSsL+SdP91G/Ju6OKwqfs+dLc4Vcl+G5wiv49QNdeCI0oMs1QLdvqLYYzPyZhpxRJKZNYfToLuqxLvMS9RyMq86gXnrYITv7JsixcEziu3fvvrj/R7h285dpsjTisACJLLDcnF1Vh49HzTl6Q1E+2RLEvkqLNlvKMDqM5JNyvL7QJT2xu3vg9u7dE3ZfLMjdu0lMzsuzafIdC5ITGurNOXGTIS/7D5YMtyMj26ST39JSX4b38SviQ+IP0PtURk6r2egufcrd1HN6BOFgIhhMBKsyp1y0cERtuOnFFxPLqto6Jzbw64P0DTcxsmP77n3Dx2yODq+oGL5yV/zaNdetuFSV5xXpLWCuYyBCzag2HU/PL+NALuHpPmzqes3OnLQCt4wzXQgUKqUOPkpDcRMsxkYs3uuZ0JYo5jlnsD7RXGApL/dacYYxTzdwky7flJltrdaXr4x4Is6maHhFub42U5Mpljj5lQ4/tnrLg8JYZ56udHK0fEwwD+flmWwc9Wz5BD7NyjLl6/CEHFeGTVdstebE2kr54YtsVkuxLlfizRYtnuzw+x3kVEW9lbOl94jJaNDv7qw3LdOQMrOjQjUcBLAFxWSDx4gyWkAx0CAmM6U8MWgOqZWVHof0ma5qjkzqp5jIynxs+FSU2Y8SCdyXAASouk6qMervir5AX8hW2Yra0CQ0Hc1BC1E3WoHWoA0peyOMAVVdMa/zCkwV1Exf5Q/IlHQ34UGtVSzONkgXYqbRpOoqqy1OPdRzIOCT5DB1PYLUVnq+jGw1RSHTmMkCifw8fCvJIgPp8TB9K71nLDRkGHN1Lxunb7YMq7NsXr0zEAvsXL3ZUjfMsnm68eUCv7/g514OrBlp6Jfkp56SpX4DvsKoe3LOmjVznsy5NR3S63E1S5Ldbxj5lCw0G51GXa4x4/8y/1fy/f78V86+fHfOGqOO3PCkzriGfEYLHsndwjLGmMUGeiGiEROz15qy74XiddQ7NHUOhoDKUSVKsPnvD7glk2WoiGlgtgB/IBYPR4EPWdyWsNVGOy5uxfn4Amt6mLo4xN1cYk4p1pcuTA4KpkrPnnj4uvBhashWDoevW7KkacXaedy9V16JRzBTqWoT/eAecsfd5I57FuEFwj+UnTtJxUH1e6q629PT7os89CZ1z3zzoW7vSt/aeeQwbiCvcOfIwANMMiHMXkLpsazaN88e8mE461QgDe7/on5T6AfUL4vSbqCPdFellaJdehIRO4LGyjuxjgfk2ygxdwsbjcqSQI+jAQJU55zbOXk+l21f0Dl1roRXm/k8ryPT6TNGo8Prh1fHzYUtk9pG5+Wb9E3z985bQ5Lf//HxcFQ/dd9jx/mvRmZljulY7HUNL3RMmTvewF0uFZZUVkdrrNma/IpoXbgsy2DknWNi9U+8819vP1Pf2pw799He3v5v391Vx/QzG/EqWRH/E1arHlUxX1rezcNIaDFPobsk8zglBDAU34TVkwIkdjQXc8Ux+AC+N+A0mOdfXU5mLn0J738N30XuvjjTbNaYA4tEp1eqb2iYt2HrvHmv7mwdn6iri9aMnDhx9IGJk8iGrrraS66oqXGDfILD5B1hev8D+Ne4vDAxvHDOCvIxCfW2FeRvXK80D5eE8gkTTKa8q4qMxlGjdidProtF548RRJ+vPV7oTJ8jfZ7PMKM//y/nSLPdfRccJH3OuZ1lF5xeZGQUQ6ZH23LsAAgukNrJG4ldcCjQDVdEd3dH2qZ07Hzjo+M3TTt+oHt3d/cFx+kcxWOuiHTvjra+Bok6Om46vuwRbK0m89q6u9u43tZuqP4rUJ8GdqaSD41AC6BWPlGnkYNiQKR6GhvTtpvCpjiQOcyOOOLoyTIe4EAcnX+xuI8egRXzB3x+WaQnI2lsVsq0jY0cnsndD38al7+5rWfN7VO6X9i0qqUqQ9hEvvvDH8h3neYsk4y/fv0rTm8z47GhSIZoqBt9+bY3Vhb3FK88fuPlo+sMYkYkxN1vq7Rxr0qO/ORMuz05M98h8Zme4lHty9btm2aptyx9ecvalmqjJHz9daZv3YanHnzjiSNj53zz5T9P3B0sSv4nV/JXQzaXfIIbI7vwMcPsSN7YN14l//oqucDrXZD8Cme++sbYvMhsw9caDbmyIJTxtVb7dUaoQF9x1TVHH33zyDOtJtO87z/DfF9fG/W1QT9qVDv9bHQ52oyQySwF0idi0P2v1MJCoYuHHWFMjT7RSICnAAYknBzMzixOHezhT6ey0tN9sHqGA3QyZT4MAXHwoRCIeCywjOQqcyzsC6mmQPrRs+FgeWk4WFYm7ZGyJUHSZAvJP0lmoCI66VL9ZbygkUmNPbfS4bNnLDfpjN7cUqM5M1Mrm2XikMwa0agpbSwvNHFN5vaAPS8Df1t4cfKwxqTR0hO6uOt4l86mEzIslX8StKLwXllZqALK4x8NhvAwfzBUlqzlOChV5ASR10oix0/yl+JGjSxgIdPktnw3LN9QYMwSITOtVsuLEp+h4UTMW8tDw4S/D6vPyz/9l0ljuUswPc5Q4DmBx12aKb5R8TyN1LaI5ElYe3WZLxgqhbIG7UpU5rKoWsDztMAGLAGrpdPQwI/BK/G4r7dv/xoWw03kMA3hjWS7o7KWvwMu5CNZOefdOJZ+IJsabGtXap+CX3tqvwG6Gm2SN8pXw3gXQ5ye5YULOassARmGdYD5AA6K9CCHQowbORi62Z1ceVbQaNjFW8uEvzdMD2jHjyaxnPcHtnGyUW/Q8BrjzQBBXhn95HPPPYBx5zVlWVqOu6XFWi6+WH/v8y88A6nJ30P8GiE7UFThd2uMGlGE5BN1vs6fkglMjDqVDJUJStj+R25xci+/l1tMdz8m9w4sFt6hpJGDH7svxhHyNr9XjTEsegdgtlnUcw6ndrRRB+1o2AB81WtgW+DZmecwyFF3PnbLKGHwuEyJ5Ee95Nt3yLdZvSScMLngCZfo6+MS4qFAVjLb5HrqKd4/EObfGfj08GGXifvE5DpMd4xS3rEQe+VbpJMoF6jhcNTJbKSSzE7lY4eGYAqz6LoAkJY6TkM9hyZEz90Dpkjp0NB0obMJg4DF2OF81MZJQ7J9ZLg0QWZV7qrk8iq7dlUmP3K01Do4f9NjTy23SPnJ30FglKO2xUFT+B2j7y0QzQ4Wg5SjayBlxVXXblScoj/5EU3aUlXVgg/R15/S7OCTFuHbxsefGkVmVlZy9spdXfRDyI/zjwqFfigYU5D8iH5TMLqmoJIm57T5YwsKIJxOFonFPmXJIP0oWgS+H15+QnOC5Mweghdz46S94jOoAU1IWVi97LhQGzsuVPZSq4cFcKeXnYbMBxhlYofGyHXQP1IpNkleHqiQ6I0HvP5IHac+9Ab4ECAtHfb4qdXP5BIlucjtEf3eIk4JZ4+9/OG5Mw+tH5Mdzo7kBfycTpDETFnH+YsKKm9q73ncb18sZYpZ4cX+9sUBrPjDCb/ZvHixnAHPepW87PmPVYZrjn9yvCZcd2gevgx7zSbyNdn/EVliz8aX8Nv97bPuvWyEOGb9fbPa/RBZ7J8V7tWGzR6driDfYOf9EWewMj6r3WQin2ThrHGz2vOUQxkFEP0oQe6Y1d61bFnX+JkYhU2mcDgvkfKLHDwHne6rrUKoSE/dDcyS6zz0WIdNbtOgqzBL4dfDU6p0fW4zTjxHvsOvV06cWDmA6LWPeUZ2MHGC+qLD6+ee25wgynM46znSt/k5GU2sTLKkPFwpwkuqG7ZwT39i83M0GdVAo/8D8jYGf3jafY69bsJAEITn+IvTRNSpNkoKkMA6gxASHSFBEQUFBT2yLsYS+JBtpFDmEVLmJfJSeZGMj6NJgaXzfrc3OzsA7vADhfP3gBfPCgE+PNdwgy/PdTzh13MDgbr33ERbvXpusb+lUjVueXt2UxUrtPHuuca9n57reMO35wZ9As9NiHr03GJ/jRksDjghR4oEW5QQdBCjyzqARoQReuQFdQYZaYoCexz5L1wHM3s45WmyLaUTd2Wgo1FPFtZkMi32x6IwlCw5XXJDzJpxDktbprHNSCuaJLTbYcMQWJnkuNsQ5k5auppTYVygkJEEE57/luduhCH6GPNcwmNus3Ju88TIINQykctqYjTsj/tV4KsJ19yds5W6J6Fv5Ry6WqXB2uRFajPROgq11nLN7Q86QFQDAAAAeNpt0uWz3VQUhvHz3ALF3Z0W15OdtZN98aTppbi7W6FI0eLuWtzd3d2Z4Q8Dpuc5fCIzmffT+s2716zRzGjV9/dotHT0f99f//6MZkbzmGEeq7E6azCfNVmLtVmHdVmP9dmADdmIjdmETdmMzdmCLdmKrdmGbdmO7dmBHdmJBSxkZ3ZhV3Zjd/ZgT/Zib/ZhX/ZjTEWiJsg0tBRm2Z8DOJCDOJhDOJSOnkUMLGaOw1jC4RzBkRzF0RzDsRzH8ZzAiZzEyZzCqZzG6ZzBmZzF2ZzDuZzH+VzAhVzExSzlEi5lGZdxOVdwJcu5iqu5hmu5jutZwQ3cyE3czC3cym3czh3cyV3czT3cy33czwM8yEM8zCM8ymM8zkqe4Eme4mme4Vme43le4EVe4mVe4VVe43Xe4E3e4m3e4V3e430+4EM+4mM+4VM+43O+4Eu+4mu+4Vu+43t+4Ed+4md+4Vd+43f+4M/5K5Yvm6vGY7Myk1mbYWazMVuzmLOrMuklvaSX9JJe0kt6SS/ppalX6VV6lV6lV+lVepVepVfpVXpJL+klvaSX9JJemni176p9V+27at9V+67ad9Xj6VxrTnqETuiETuiETuiETujEf87kPeF+wv2E+wn3E+4n3E+4n3A/4X7C/YT7CfcT7ifcT7ifcD/hfiLpJb2kV+vVerVerVfr1Xq1Xq1X69V6oRd6oRd6oRd6oRd6oRd6WS/rZb2sl/WyXtbLelkv6zV6jV6j1+g1eo1eo9foNXqNXqvX6rV6rV6r1+q1Ey97Z9k7y95Z9s6yd5a9szyezrVmMWfNzuzNReZgLjbnJuldZu8ye5fZu8zeZfYus3eZvcti/2L/Yv9i/2L/Yv9i/zKezk/6F3sUexR7FHsUexR7FHuUaY/O+c75zvnO+c75zvnO+W46b49ussfS6/V6vV6v1+v1er3e4Nzg3ODc4Nzg3ODcMJ2zx2CPYfYfd7jx9AAAAAAAAf//AAJ42mNgYGBkAIKLK46cBdMnHX/BaABdRAi2AAAA") 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"; }
.rare-label, .post-card__date { background-color: #00afef; color: #fff; display: inline-block; padding: .5em; }

.rare-label--inverse { background-color: #eee; color: #4d4c53; border-left: 6px solid #00afef; border-color: #00afef; }

.cars .rare-label--inverse { border-color: #00b259; }

.travel .rare-label--inverse { border-color: #00597c; }

.personal-finance-credit .rare-label--inverse { border-color: #506935; }

.deals-money-saving-advice .rare-label--inverse { border-color: #aea80f; }

.consumer-issues-id-theft .rare-label--inverse { border-color: #eeb110; }

.education .rare-label--inverse { border-color: #759a4d; }

.employment-military .rare-label--inverse { border-color: #759a4d; }

.family-lifestyle .rare-label--inverse { border-color: #008443; }

.health-health-care .rare-label--inverse { border-color: #af830c; }

.homes-real-estate .rare-label--inverse { border-color: #0082b3; }

.scams-rip-offs .rare-label--inverse { border-color: #005a2e; }

.shopping-retail .rare-label--inverse { border-color: #775a08; }

.back-to-school .rare-label--inverse { border-color: #005a2e; }

.money-tips-2017 .rare-label--inverse { border-color: #005a2e; }

.technology .rare-label--inverse { border-color: #575507; }

.insurance .rare-label--inverse { border-color: #807d0b; }

.business-entrepreneurs .rare-label--inverse { border-color: #a0cf67; }

.recommended .rare-label--inverse { border-color: #005a2e; }

.see-all-topics .rare-label--inverse { border-color: #333; }

.rare-label:not(.rare-label--inverse), .post-card__date:not(.rare-label--inverse) { background-color: #00afef; }

.cars .rare-label:not(.rare-label--inverse), .cars .post-card__date:not(.rare-label--inverse) { background-color: #00b259; }

.travel .rare-label:not(.rare-label--inverse), .travel .post-card__date:not(.rare-label--inverse) { background-color: #00597c; }

.personal-finance-credit .rare-label:not(.rare-label--inverse), .personal-finance-credit .post-card__date:not(.rare-label--inverse) { background-color: #506935; }

.deals-money-saving-advice .rare-label:not(.rare-label--inverse), .deals-money-saving-advice .post-card__date:not(.rare-label--inverse) { background-color: #aea80f; }

.consumer-issues-id-theft .rare-label:not(.rare-label--inverse), .consumer-issues-id-theft .post-card__date:not(.rare-label--inverse) { background-color: #eeb110; }

.education .rare-label:not(.rare-label--inverse), .education .post-card__date:not(.rare-label--inverse) { background-color: #759a4d; }

.employment-military .rare-label:not(.rare-label--inverse), .employment-military .post-card__date:not(.rare-label--inverse) { background-color: #759a4d; }

.family-lifestyle .rare-label:not(.rare-label--inverse), .family-lifestyle .post-card__date:not(.rare-label--inverse) { background-color: #008443; }

.health-health-care .rare-label:not(.rare-label--inverse), .health-health-care .post-card__date:not(.rare-label--inverse) { background-color: #af830c; }

.homes-real-estate .rare-label:not(.rare-label--inverse), .homes-real-estate .post-card__date:not(.rare-label--inverse) { background-color: #0082b3; }

.scams-rip-offs .rare-label:not(.rare-label--inverse), .scams-rip-offs .post-card__date:not(.rare-label--inverse) { background-color: #005a2e; }

.shopping-retail .rare-label:not(.rare-label--inverse), .shopping-retail .post-card__date:not(.rare-label--inverse) { background-color: #775a08; }

.back-to-school .rare-label:not(.rare-label--inverse), .back-to-school .post-card__date:not(.rare-label--inverse) { background-color: #005a2e; }

.money-tips-2017 .rare-label:not(.rare-label--inverse), .money-tips-2017 .post-card__date:not(.rare-label--inverse) { background-color: #005a2e; }

.technology .rare-label:not(.rare-label--inverse), .technology .post-card__date:not(.rare-label--inverse) { background-color: #575507; }

.insurance .rare-label:not(.rare-label--inverse), .insurance .post-card__date:not(.rare-label--inverse) { background-color: #807d0b; }

.business-entrepreneurs .rare-label:not(.rare-label--inverse), .business-entrepreneurs .post-card__date:not(.rare-label--inverse) { background-color: #a0cf67; }

.recommended .rare-label:not(.rare-label--inverse), .recommended .post-card__date:not(.rare-label--inverse) { background-color: #005a2e; }

.see-all-topics .rare-label:not(.rare-label--inverse), .see-all-topics .post-card__date:not(.rare-label--inverse) { background-color: #333; }

.rare-headline { font-weight: 400; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.rare-note { font-weight: 300; }

.rare-byline { font-style: italic; }

.rare-body, body { font-family: "Roboto", Helvetica, Arial, sans-serif; font-size: 16px; }

.rare-btn, .post-card-audio.main .post-card-audio__download { transition: all .3s; text-align: center; padding: .5em 1em; background-color: #00afef; color: #fff; display: inline-block; }

.rare-btn--inverse { background-color: #50b559; color: #fff; }

.rare-btn--inverse:hover { border: 2px solid #50b559; background-color: transparent; color: #50b559; }

.rare-tag { font-weight: bold; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 12px; padding: 5px 15px; background-color: #f2f2f2; }

.rare-subtitle { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

.rare-title, .post-header-simple.no-icon, .modal__btn span { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; padding-bottom: 1em; position: relative; }

.rare-title__inner { font-weight: bold; }

.rare-title:after, .post-header-simple.no-icon:after, .modal__btn span:after { content: ''; position: absolute; bottom: 0; left: 0; height: 5px; width: 50px; background-color: #333; }

.rare-title--inverse:after { background-color: #fff; }

img { max-width: 100%; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

h1 { font-size: 2em; margin: 0.67em 0; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

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

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

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

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

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

td, th { padding: 0; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.container:before, .container:after { content: " "; display: table; }

.container:after { clear: both; }

@media (min-width: 768px) { .container { width: 750px; } }

@media (min-width: 992px) { .container { width: 970px; } }

@media (min-width: 1200px) { .container { width: 1170px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

@media (min-width: 768px) { .container-fluid { max-width: 675px; } }

@media (min-width: 992px) { .container-fluid { max-width: 745px; } }

@media (min-width: 1200px) { .container-fluid { max-width: 945px; } }

.container-fluid.ad { padding: 0px; }

.container-flush--all { padding: 0; }

@media only screen and (max-width: 991px) { .container-flush--sm { width: 100% !important; padding: 0 !important; } }

.container-custom { padding: 0 1em; max-width: 75em; margin: 0 auto; }

@media only screen and (min-width: 1400px) { .container-custom { padding: 0; } }

.clearfix:before, .image-feed-extended__card:before, .post-editor-columns-wrap:before, .voices-card:before, .clearfix:after, .image-feed-extended__card:after, .post-editor-columns-wrap:after, .voices-card:after { content: " "; display: table; }

.clearfix:after, .image-feed-extended__card:after, .post-editor-columns-wrap:after, .voices-card:after { clear: both; }

.modal__btn span, .modal__btn .icon { display: inline-block; vertical-align: middle; }

@media only screen and (max-width: 767px) { .mobile-break { display: block; } }

@media only screen and (min-width: 992px) { .desktop-break { display: block; } }

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

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

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

@media (max-width: 767px) { .hidden-xs { display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }

@media (min-width: 1200px) { .hidden-lg { display: none !important; } }

@-webkit-keyframes slideIn { from { bottom: -300px;
    opacity: 0; }
  to { bottom: 0;
    opacity: 1; } }

@keyframes slideIn { from { bottom: -300px;
    opacity: 0; }
  to { bottom: 0;
    opacity: 1; } }

@-webkit-keyframes slideOut { from { bottom: 0;
    opacity: 1; }
  to { bottom: -300px;
    opacity: 0;
    visibility: hidden; } }

@keyframes slideOut { from { bottom: 0;
    opacity: 1; }
  to { bottom: -300px;
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes slideOutSubtle { from { bottom: 0;
    opacity: 1; }
  to { bottom: -50px;
    opacity: 0;
    visibility: hidden; } }

@keyframes slideOutSubtle { from { bottom: 0;
    opacity: 1; }
  to { bottom: -50px;
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes slideInTop { from { top: -50px;
    opacity: 0; }
  to { top: 0;
    opacity: 1; } }

@keyframes slideInTop { from { top: -50px;
    opacity: 0; }
  to { top: 0;
    opacity: 1; } }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

@-webkit-keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@keyframes fadeOut { from { opacity: 1; }
  to { opacity: 0; } }

@-webkit-keyframes dash { to { stroke-dashoffset: 0; } }

@keyframes dash { to { stroke-dashoffset: 0; } }

@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

.no-objectfit .image-cover-wrap { background-size: cover; background-position: center center; }

.no-objectfit .image-cover-wrap .image-cover { opacity: 0; }

body { color: #333; }

a { color: #00b259; text-decoration: none; }

html { font-size: 100%; }

img { height: auto; }

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

#wpstats { display: none; }

html #wpadminbar { top: 0 !important; }

.content { padding-bottom: 1em; }

.content__block--spaced { padding-top: 2em; }

@media only screen and (min-width: 992px) { .content { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; padding-bottom: 2em; }
  .content__block { width: 70%; padding-right: 4em; }
  .content__block--secondary { width: 30%; padding-right: 0; } }

@media only screen and (min-width: 1200px) { .content__block { width: 75%; }
  .content__block--secondary { width: 25%; } }

/* Wordpress Alignments */
.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.block__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.block__item { -webkit-flex: 1 0 50%; -ms-flex: 1 0 50%; flex: 1 0 50%; }

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

.block__item--wide { -webkit-flex: 0 1 100%; -ms-flex: 0 1 100%; flex: 0 1 100%; }

@media only screen and (min-width: 480px) { .block__inner { -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .block__item { -webkit-flex: 1; -ms-flex: 1; flex: 1; }
  .block__item--first { padding-bottom: 10px; }
  .block__item--wide { text-align: right; }
  .block__item--buttons { display: none; } }

@media only screen and (min-width: 750px) { .block__inner { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .block__item--wide { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-flex: 2; -ms-flex: 2; flex: 2; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

.header { border-bottom: 3px solid #00b259; box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25); background-color: #fff; position: relative; z-index: 100; }

@media only screen and (min-width: 480px) { .header { padding: 10px 0 0; } }

.site-logo { display: block; width: 133px; height: 47px; margin-left: 1em; background-image: url(/wp-content/themes/vip/cox-rare-platform/assets/brands/clark/img/clark-logo.png); background-size: cover; background-position: center center; }

@media only screen and (min-width: 620px) { .site-logo { width: 207px; height: 73px; } }

@media only screen and (min-width: 1200px) { .site-logo { margin-left: 0; } }

.utility { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

@media only screen and (min-width: 480px) { .utility__item--last { display: none; } }

.utility a { text-decoration: none; }

.alt-navigation { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.alt-navigation__item { width: 50%; }

@media only screen and (min-width: 768px) { .alt-navigation__item { width: 75%; }
  .alt-navigation__item--last { width: 25%; } }

.toggle-btn { height: 63px; width: 70px; display: block; text-align: center; position: relative; }

.toggle-btn--nav { background-color: #4d4c53; }

.toggle-btn--search { background-color: transparent; transition: background-color .3s; }

.toggle-btn--search.open { background-color: #eee; }

.toggle-btn .icon { width: 30px; height: 30px; position: absolute; left: 0; right: 0; top: 50%; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.toggle-btn .icon-search { fill: #00afef; }

.toggle-btn .icon-nav { fill: #fff; }

.toggle-btn .icon-nav { transition: opacity .3s; }

.toggle-btn .icon-nav--close { opacity: 0; visibility: hidden; }

.toggle-btn.open .icon-nav--close { opacity: 1; visibility: visible; }

.toggle-btn.open .icon-nav--menu { opacity: 0; visibility: hidden; }

.main-nav { background-color: #4d4c53; position: relative; }

.main-nav__btn-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; }

.main-nav a { color: #fff; }

.main-nav a:hover { color: #fff; }

.main-nav__menu-btn { width: 50%; height: 55px; line-height: 55px; display: block; font-size: 20px; line-height: 1.5; padding: 13px 10px 13px 13px; position: relative; }

.main-nav__menu-btn .icon { display: none; }

.main-nav__menu-btn--nav2 { background-color: #00b259; }

.main-nav__menu-btn--nav2:after { content: ""; display: block; position: absolute; left: 50%; margin-left: -10px; bottom: 0; border: 10px solid transparent; border-top: none; border-bottom-color: #333; -webkit-transform: translate(0, 12px); -ms-transform: translate(0, 12px); transform: translate(0, 12px); transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); z-index: -1; opacity: 0; }

.main-nav__menu-btn--nav2.open:after { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); z-index: 1; opacity: 1; }

.main-nav__menu-btn--nav1:hover { background-color: #506935; }

.main-nav__menu-btn--nav3 { display: none; font-size: 15px; background-color: #00b259; font-weight: bold; line-height: 1; padding: 13px 36px 12px 0px; text-align: center; width: 100%; }

.main-nav__menu-btn--nav3:hover { background-color: #00cc66; }

.main-nav__menu-btn:before { content: ""; display: block; position: absolute; top: 30px; margin-top: -14px; right: 10px; content: ""; background-image: url(/wp-content/themes/vip/cox-rare-platform/assets/brands/clark/../clark/img/svgs/chevron-circle-right.svg); background-size: 30%; background-repeat: no-repeat; background-position: center center; background-color: rgba(0, 0, 0, 0.2); font-size: 16px; line-height: 1em; text-align: center; color: #fff; width: 24px; height: 24px; padding-top: 5px; border-radius: 50%; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1); }

.main-nav__menu-btn.open:before { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

.main-nav__menu-btn:hover { color: #fff; }

.main-nav__menu-container { background-color: #4d4c53; }

@media only screen and (min-width: 480px) { .main-nav__menu-btn .icon { width: 1.5em; height: 1.5em; fill: #fff; margin-right: .5em; }
  .main-nav__menu-btn span, .main-nav__menu-btn .icon { display: inline-block; vertical-align: middle; } }

@media only screen and (min-width: 768px) { .main-nav__btn-wrap { display: none; }
  .main-nav__menu-btn--nav3 { display: block; background-color: transparent; font-weight: normal; font-size: 16px; padding: 0 10px; }
  .main-nav__menu-btn--nav3 span { display: block; position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .main-nav__menu-btn--nav3:before { display: none; }
  .main-nav__menu-btn--nav3:hover { background-color: #616068; }
  .main-nav__menu-btn--nav3.open { background-color: #4d4c53; }
  .main-nav__menu-wrap { display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .main-nav__menu-container { background-color: transparent; width: 85%; position: relative; z-index: 2; }
  .main-nav__menu-container--nav1 { z-index: 10; }
  .main-nav__menu-container--nav2 { width: 15%; position: static; } }

@media only screen and (min-width: 992px) { .main-nav__menu-btn { height: 57px; }
  .main-nav__menu-btn--nav3 { line-height: 57px; padding-top: 0; padding-bottom: 0; } }

.social-wrapper--landing { display: none; margin-right: 10px; }

.social-wrapper--landing .social-networks { text-align: right; font-size: 0; color: transparent; }

.social-wrapper--landing .social-networks li { margin-left: 7px; margin-right: 0; }

@media only screen and (min-width: 992px) { .social-wrapper--landing { margin-right: 0; } }

@media only screen and (max-width: 479px) { .search-container { transition: max-height .3s ease-in-out; max-height: 0; overflow: hidden; }
  .search-container.open { max-height: 53px; }
  .search-container.close { max-height: 0; }
  .main-nav { transition: max-height .3s ease-in-out; max-height: 0; overflow: hidden; }
  .main-nav.open { max-height: 1500px; }
  .main-nav.close { max-height: 0; } }

@media only screen and (max-width: 767px) { .menu-container { transition: max-height .3s ease-in-out; max-height: 0; overflow: hidden; }
  .menu-container.open { max-height: 1500px; }
  .menu-container.close { max-height: 0; } }

@media only screen and (min-width: 480px) { .search-container { background-color: transparent; display: inline-block; overflow: visible; position: relative; }
  .social-wrapper--landing { display: block; } }

@media only screen and (max-width: 767px) { .header .width-container, .main-nav .width-container { padding: 0; } }

.custom-search { z-index: 1; }

.custom-search .gsc-search-button, .custom-search__button { display: none; }

.custom-search .gsc-search-box, .custom-search .gsc-input, .custom-search .gsc-input input { background: #eee !important; border: none; font-size: 16px; }

.custom-search #gsc-i-id1::-webkit-input-placeholder { font-size: 16px !important; }

.custom-search .gsib_b, .custom-search .gsc-clear-button { display: none; }

.custom-search td, .custom-search table, .custom-search .gsc-input-box { padding: 0 !important; background: none !important; border: none !important; margin: 0 !important; height: auto !important; }

.custom-search .gsc-search-button { opacity: 0; }

.custom-search .gsc-input-box-hover, .custom-search .gsc-input-box-focus { box-shadow: none !important; border: none !important; }

.custom-search input { height: 53px !important; display: block; background: #eee; border: none; outline: none; width: 100%; padding: .3em .5em !important; margin: 0 !important; }

.custom-search input:focus { background: #eee; border: none; box-shadow: none !important; }

.custom-search .gsc-completion-container, .custom-search .gsc-completion-container .gsc-completion-promotion-table { background: blue !important; margin: 1000px !important; }

@media only screen and (min-width: 480px) { .custom-search { position: relative; width: 270px; padding-top: 0; margin-right: 10px; min-height: 60px; }
  .custom-search .gsc-search-box, .custom-search .gsc-input, .custom-search .gsc-input input { background-color: transparent !important; background-image: none !important; border: none; font-size: 16px; }
  .custom-search input { width: 100%; border: none; border-bottom: 1px solid #4d4c53 !important; border-radius: 0px; background-color: #fff; box-shadow: none; height: 40px; font-size: 18px; margin-bottom: 10px; }
  .custom-search input:focus { border-bottom: 1px solid #00afef; box-shadow: none; background-color: #fff; }
  .custom-search__button { position: absolute; right: 15px; display: block; top: 12px; background-color: transparent; border: none; }
  .custom-search__button .icon { width: 20px; height: 20px; fill: #00afef; }
  .custom-search td.gsc-search-button, .custom-search__button--google { position: absolute; height: 1em; width: 1em; right: 30px; display: block; }
  .custom-search td.gsc-search-button { top: 9px; width: 2em; right: 7px; }
  .custom-search input.gsc-search-button { background-color: transparent !important; border: none !important; display: block; width: 2em; overflow: hidden; text-indent: -99999px; position: absolute; min-width: 2em; } }

@media only screen and (min-width: 992px) { .custom-search:after { right: 0; margin-right: -10px; }
  .custom-search__input { padding: 6px 10px 6px 16px; margin-bottom: 13px; }
  .custom-search__button { top: 0; left: 0; margin-top: 4px; background: #333; height: 36px; width: 36px; margin-left: -38px; border-radius: 50%; }
  .custom-search__button .icon { width: 16px; height: 16px; fill: #fff; }
  .custom-search td.gsc-search-button, .custom-search__button--google { top: 4px; height: 36px; width: 36px; margin-left: -38px; left: 0; border-radius: 50%; }
  .custom-search input.gsc-search-button { width: 100%; min-width: 36px; height: 100%; margin-left: -40px !important; }
  .custom-search__button--google { top: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; } }

.standard-nav { list-style: none; padding: 0; margin: 0; position: relative; z-index: 1; background-color: #fff; border-bottom: 4px solid #36544c; }

.standard-nav .icon-wrap { display: inline-block; vertical-align: middle; margin-right: .3em; }

.standard-nav .icon-wrap .icon { width: 1.2em; height: 1.2em; display: block; }

.standard-nav a { line-height: 1.25em; padding: 12px 40px 12px 10px; font-size: 18px; display: block; color: #4d4c53; }

.standard-nav .menu-item { border-top: 1px solid #eee; position: relative; display: block; }

.standard-nav .menu-item:hover { background-color: #00afef; }

.standard-nav .menu-item:hover > a { color: #fff; }

.standard-nav .menu-item__wrap { background-color: transparent !important; }

.standard-nav .sub-menu { padding: 0; background: #ededed; color: #4d4c53; }

.standard-nav .sub-menu .menu-item { border-bottom: 1px solid #e1e1e1; }

@media only screen and (max-width: 991px) { .standard-nav .sub-menu { display: none; }
  .standard-nav .toggle-on + .sub-menu { display: block; }
  .standard-nav .dropdown-toggle { position: absolute; top: 0; right: 0; display: block; height: 46px; width: 40px; background: none; border: none; border-left: 1px solid #36544c; cursor: pointer; }
  .standard-nav .dropdown-toggle:after { border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid #36544c; content: ""; position: absolute; top: 50%; right: 50%; left: auto; margin-top: -4px; margin-right: -6px; background: none; display: block; width: 0; height: 0; }
  .standard-nav .dropdown-toggle:hover, .standard-nav .dropdown-toggle:focus { outline: none; background: rgba(0, 0, 0, 0.25); } }

@media only screen and (min-width: 768px) { .standard-nav { display: -webkit-flex; display: -ms-flexbox; display: flex; background-color: transparent; border: none; position: absolute; height: 100%; width: 100%; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .standard-nav a { color: #fff; }
  .standard-nav .sub-menu { display: none; position: absolute; top: 100%; left: 0; width: 300px; z-index: 1; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); background: #eee !important; }
  .standard-nav .sub-menu .menu-item { display: block; border: none; padding: 3px; min-width: 100px; border-top: 1px solid gray; }
  .standard-nav .sub-menu .menu-item:first-child { border-top: none; }
  .standard-nav .sub-menu .menu-item:after { display: none; }
  .standard-nav .sub-menu .menu-item:hover { background-color: transparent; }
  .standard-nav .sub-menu .menu-item:hover a { background-color: #4d4c53; color: #fff; }
  .standard-nav .sub-menu .menu-item a { color: #4d4c53; display: block; height: 35px; line-height: 35px; font-size: 15px; }
  .standard-nav .menu-item { border: none; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex: 1; -ms-flex: 1; flex: 1; height: 100%; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; color: #fff; }
  .standard-nav .menu-item a { font-size: 16px; }
  .standard-nav .menu-item:after { content: ''; height: 50%; width: 1px; background-color: rgba(255, 255, 255, 0.1); position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .standard-nav .menu-item:hover { background-color: #4d4c53; }
  .standard-nav .menu-item:hover .sub-menu { display: block; }
  .standard-nav a { padding: 0 20px; height: auto; font-size: 15px; }
  .standard-nav .menu-item--first-level { -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; transition: background-color .3s; }
  .standard-nav .menu-item--first-level:hover { background-color: #595860; }
  .standard-nav .menu-item--first-level > .menu-item__wrap, .standard-nav .menu-item--first-level > .menu-item__wrap > a { display: -webkit-flex; display: -ms-flexbox; display: flex; text-align: center; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; }
  .standard-nav .menu-item--first-level > .menu-item__wrap > a { -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .standard-nav .menu-item--first-level > .menu-item__wrap > a span { width: 100%; }
  .standard-nav .dropdown-toggle { display: none; }
  .standard-nav .mobile-topics { display: none; } }

.topics { transition: max-height .3s; width: 100%; max-height: 0; position: relative; overflow: hidden; }

.topics > div { background-color: #333; padding: 20px 0; }

.topics__list { list-style: none; padding: 0; margin: 0 auto; text-align: center; }

.topics__list li { display: block; width: 300px; height: 3.5em; margin: 2px auto; font-size: 16px; }

.topics__list a { background-color: #fff; display: block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; width: 100%; line-height: 1; color: #fff; font-weight: bold; height: 3.5em; line-height: 3.5em; }

.topics__list a:hover { background-color: #f2f2f2; }

@media only screen and (min-width: 490px) { .topics__list li { width: calc(33.33% - 23px); display: inline-block; vertical-align: middle; margin: 6px 10px; font-size: 12px; }
  .topics__list li.see-all-topics- { width: 96%; margin: 4px auto; display: block; cursor: pointer; } }

@media only screen and (min-width: 992px) { .topics__list li, .topics__list li.see-all-topics- { width: calc(14.28% - 25px); margin: 6px 10px; display: inline-block; }
  .topics__list li a { font-weight: normal; font-size: 14px; }
  .topics__list li.long-name a { line-height: 1; padding-top: .65em; } }

.topics__list > li { position: relative; background-color: #00afef; }

.topics__list > li.cars { background-color: #00b259; }

.topics__list > li.travel { background-color: #00597c; }

.topics__list > li.personal-finance-credit { background-color: #506935; }

.topics__list > li.deals-money-saving-advice { background-color: #aea80f; }

.topics__list > li.consumer-issues-id-theft { background-color: #eeb110; }

.topics__list > li.education { background-color: #759a4d; }

.topics__list > li.employment-military { background-color: #759a4d; }

.topics__list > li.family-lifestyle { background-color: #008443; }

.topics__list > li.health-health-care { background-color: #af830c; }

.topics__list > li.homes-real-estate { background-color: #0082b3; }

.topics__list > li.scams-rip-offs { background-color: #005a2e; }

.topics__list > li.shopping-retail { background-color: #775a08; }

.topics__list > li.back-to-school { background-color: #005a2e; }

.topics__list > li.money-tips-2017 { background-color: #005a2e; }

.topics__list > li.technology { background-color: #575507; }

.topics__list > li.insurance { background-color: #807d0b; }

.topics__list > li.business-entrepreneurs { background-color: #a0cf67; }

.topics__list > li.recommended { background-color: #005a2e; }

.topics__list > li.see-all-topics { background-color: #333; }

.topics__list > li:hover { background-color: #00afef; }

.topics__list > li:hover.cars { background-color: #00f47a; }

.topics__list > li:hover.travel { background-color: #0089be; }

.topics__list > li:hover.personal-finance-credit { background-color: #72954b; }

.topics__list > li:hover.deals-money-saving-advice { background-color: #ebe315; }

.topics__list > li:hover.consumer-issues-id-theft { background-color: #f3c54d; }

.topics__list > li:hover.education { background-color: #96b871; }

.topics__list > li:hover.employment-military { background-color: #96b871; }

.topics__list > li:hover.family-lifestyle { background-color: #00c665; }

.topics__list > li:hover.health-health-care { background-color: #edb110; }

.topics__list > li:hover.homes-real-estate { background-color: #00b2f5; }

.topics__list > li:hover.scams-rip-offs { background-color: #009c50; }

.topics__list > li:hover.shopping-retail { background-color: #b5890c; }

.topics__list > li:hover.back-to-school { background-color: #009c50; }

.topics__list > li:hover.money-tips-2017 { background-color: #009c50; }

.topics__list > li:hover.technology { background-color: #94910c; }

.topics__list > li:hover.insurance { background-color: #bdb910; }

.topics__list > li:hover.business-entrepreneurs { background-color: #bfdf99; }

.topics__list > li:hover.recommended { background-color: #009c50; }

.topics__list > li:hover.see-all-topics { background-color: #545454; }

.topics__list > li .dropdown-toggle { position: absolute; width: 100%; height: 39px; left: 0; top: 0; }

.topics__list > li .dropdown-toggle:focus, .topics__list > li .dropdown-toggle:active { outline: none; }

.topics__list > li a { background-color: transparent; }

.topics__list > li a:hover { background-color: transparent; color: #333; }

.topics__list > li .sub-menu { padding: 0; display: none; }

.topics__list > li.toggle-on { display: none; }

@media only screen and (min-width: 992px) { .topics__list { text-align: left; }
  .topics__list li { text-align: center; } }

.menu-topics-1-open .topics-1 { max-height: 1000px; }

.menu-topics-2-open .topics-2 { max-height: 1000px; }

.social-inline { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.social-inline__item.newsletter { display: none; }

@media only screen and (min-width: 480px) { .search-container { text-align: right; overflow: visible; max-height: none; }
  .search-container .site-search { display: inline-block; } }

.header .container-custom, .main-nav .container-custom { padding: 0; }

.footer { font-size: 1rem; background-color: #1fb25a; }

.footer__copy { padding: 1em 0; color: #fff; }

.footer__copy a { color: #fff; text-decoration: underline; }

.footer .prefooter { background-color: #eee; padding: 2.5em 0 1em; }

.footer .prefooter ul { list-style: none; padding: 0; }

.footer .prefooter a { color: #4d4c53; }

.footer .prefooter__heading { font-size: .9em; line-height: 1.25em; font-weight: 500; text-transform: uppercase; border-bottom: 5px solid #333; padding-bottom: .5em; margin-bottom: .5em; margin-top: 0; }

.footer .prefooter__item { margin-bottom: 1.5em; }

@media only screen and (min-width: 768px) { .footer .prefooter__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .footer .prefooter__item { width: 31.5%; } }

.footer .copyright { font-size: .8em; }

.social-inline__item { display: inline-block; }

.social-inline__item .icon { width: 2.3em; height: 2.3em; margin-right: .5em; }

.social-inline__item .icon.facebook { fill: #325799; }

.social-inline__item .icon.twitter { fill: #21B9F4; }

.social-inline__item .icon.gplus { fill: #dd4b39; }

.social-inline__item .icon.pinterest { fill: #cb2027; }

.social-inline__item .icon.youtube { fill: #bb0000; }

.social-inline__item .icon.newsletter { fill: #00b259; }

.sidebar { font-size: 1rem; padding-top: 2em; }

.sidebar__block { margin-bottom: 2em; }

.sidebar__block--shift-up { margin-top: -2em; }

.sidebar__block-title { font-size: 1.5em; padding-bottom: .5em; margin-bottom: .5em; }

.sidebar__title { font-weight: normal; font-size: .9em; position: relative; padding-bottom: .3em; margin-bottom: .3em; }

.sidebar__title:after { content: ''; height: .3em; position: absolute; width: 10%; background-color: #00b259; top: 100%; left: 0; }

.sidebar__title--inverse { color: #fff; font-size: 1em; }

.sidebar__title--inverse:after { display: none; }

.sidebar__title--bright { text-transform: uppercase; }

.sidebar__title--bright:after { background-color: #eeb110; }

.sidebar__social { padding: .5em 0 .3em; background-color: #eee; text-align: center; }

.sidebar__social .newsletter { display: none; }

.sidebar__signup { background-color: #50b559; padding: .8em; text-align: left; }

.sidebar__signup .icon { width: 1.25em; height: 1.1em; margin-right: 1em; fill: #fff; float: left; }

.sidebar__signup--bright { background-color: #eeb110; }

.form-mc { padding-top: .5em; }

.form-mc__input { transition: .3s all; border: 1px solid #e94f4f; border-left: 5px solid #e94f4f; box-shadow: none; padding: .6em 2em .6em .5em; border-radius: 3px; width: 100%; }

.form-mc__input:focus { outline: none; border-color: #00afef; }

.form-mc__label { display: block; font-weight: bold; font-size: .9em; color: #333; margin-bottom: .2em; }

.form-mc__label--alt { font-weight: normal; }

.form-mc__label--hide { display: none; }

.form-mc__button { transition: background-color .3s; display: inline-block; padding: .6em 1em; }

.form-mc__button--outline { border: 1px solid #fff; background-color: transparent; color: #fff; }

.form-mc__button--outline:hover { background-color: #333; }

.form-mc__button--solid { border: none; background-color: #333; color: #fff; border-radius: 3px; text-transform: uppercase; }

.form-mc__button--solid:hover { background-color: #424242; }

.form-mc__field-group { margin-bottom: 1em; }

.form-mc__field-group--cta { text-align: right; }

.form-mc__field { margin-bottom: 1em; }

.form-mc__check-label { font-size: .9em; margin-left: .5em; }

.form-mc__status { padding: .5em 0; color: #00b259; text-align: left; }

.form-mc__input-wrap { position: relative; }

.form-mc__loading { transition: all .3s; opacity: 0; visibility: hidden; position: absolute; right: .5em; top: .5em; }

.loading .form-mc__loading { visibility: visible; opacity: 1; }

.form-mc .loading-icon { width: 25px; }

.form-mc .loading-icon .check-path { opacity: 0; }

.form-mc .loading-icon .check-path, .form-mc .loading-icon .r-path { fill: #00b259; }

.success .form-mc .loading-icon .check-path { opacity: 1; }

.success .form-mc .loading-icon .r-path { opacity: 0; }

.success .form-mc .loading-icon .circle-path { stroke-dashoffset: 0; }

.form-mc .loading-icon .circle-path { fill: none; stroke: #00b259; stroke-miterlimit: 10; stroke-dasharray: 2000; stroke-dashoffset: 2000; stroke-width: 15px; }

.loading .form-mc .loading-icon .circle-path { -webkit-animation: dash 2s linear forwards; animation: dash 2s linear forwards; }

#inlineMC .form-mc__status, #sidebarMC .form-mc__status, #sidebarMCTravel .form-mc__status { color: #fff; }

#modalMC.form-mc { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: baseline; -ms-flex-align: baseline; align-items: baseline; }

#modalMC .form-mc__field-group { display: inline-block; width: 60%; }

#modalMC .form-mc__field-group--cta { width: 40%; margin-left: 10px; }

#modalMC .form-mc__input { border-radius: 8px; transition: all .3s; width: 100%; background-color: #e6e6e6; border: 2px solid #e6e6e6; box-shadow: none; margin-bottom: 0; }

#modalMC .form-mc__input:focus { border: 2px solid #00AE41; background-color: #fff; }

#modalMC .form-mc__button { border-radius: 8px; padding: .7em 0; width: 100%; font-weight: bold; background-color: #00b259; }

#sidebarMCToggle .hide, #sidebarMCToggle .show { background-color: #333; color: #fff; display: inline-block; padding: .5em; font-size: .8em; border-radius: 4px; cursor: pointer; }

#sidebarMCToggle .form-mc__field-group--cta { display: none; }

#sidebarMCToggle .checkboxes { transition: max-height .3s; max-height: 0; overflow: hidden; }

#sidebarMCToggle .show { transition: opacity .3s; opacity: 1; }

#sidebarMCToggle.focused .checkboxes { max-height: 10em; }

#sidebarMCToggle.focused .show { opacity: 0; }

#sidebarMCToggle.focused .form-mc__field-group--cta { display: block; }

#sidebarMCToggle .form-mc__status { color: #333; }

.home-widget { font-size: 8px; font-size: 0.8rem; text-align: center; white-space: nowrap; overflow-x: scroll; padding: 0 10px; }

.home-widget__block { display: inline-block; vertical-align: middle; margin-right: 10px; }

.home-widget__list { display: none; list-style: none; padding: 0; }

.home-widget__label { color: #b0b0b0; }

.home-widget__headline { transition: color .15s; color: #333; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.home-widget__headline:hover, .home-widget__headline:active, .home-widget__headline:focus { color: #00afef; }

body.themed-green .home-widget__headline:hover, body.themed-green .home-widget__headline:active, body.themed-green .home-widget__headline:focus { color: #6dc283; }

body.themed-blue .home-widget__headline:hover, body.themed-blue .home-widget__headline:active, body.themed-blue .home-widget__headline:focus { color: #255d7e; }

.home-widget__cat { color: #00afef; transition: color .15s; }

body.themed-green .home-widget__cat { color: #6dc283; }

body.themed-blue .home-widget__cat { color: #255d7e; }

.home-widget__cat:hover, .home-widget__cat:active, .home-widget__cat:focus { color: #e0fbd4; }

body.themed-blue .home-widget__cat:hover, body.themed-blue .home-widget__cat:active, body.themed-blue .home-widget__cat:focus { color: #8dd2cd; }

@media only screen and (min-width: 768px) { .home-widget { text-align: left; overflow-x: visible; white-space: normal; padding: 0; }
  .home-widget__block { display: block; margin-bottom: 10px; }
  .home-widget__block--first { display: none; }
  .home-widget__list { display: block; }
  .home-widget__list li { margin-bottom: 30px; }
  .home-widget__cat { letter-spacing: 0.09em; padding: 10px 0; position: relative; margin-bottom: 20px; } }

.image-feed { font-size: 1rem; }

.image-feed ul { list-style: none; padding: 0; margin: 0; }

.image-feed__link { transition: all .3s; display: block; position: relative; overflow: hidden; color: #fff; padding: 1.5em 1em; margin-bottom: .2em; }

.image-feed__link:hover .image-feed__image-wrap:before { background-color: rgba(0, 0, 0, 0.83); }

.image-feed__link--header { background-color: #00b259; color: #ffffff; font-size: 1.1em; padding: 1em .5em; }

.image-feed__link--header .icon { display: inline-block; vertical-align: middle; width: 2em; height: 2em; margin-right: .3em; fill: #ffffff; }

.image-feed__link--cta { border-color: #00b259; color: #00b259; padding: .5em 1em; }

.image-feed__link--cta:hover { background-color: #00b259; color: #ffffff; }

.image-feed__title { margin: 0; display: inline-block; vertical-align: middle; }

.image-feed__headline { position: relative; margin: 0; z-index: 3; }

.image-feed__snippet { display: none; position: relative; margin: 0; z-index: 3; }

.image-feed__image-wrap { position: absolute; width: 100%; height: 100%; left: 0; top: 0; }

.image-feed__image-wrap img { width: 100%; }

@supports (object-fit: cover) { .image-feed__image-wrap img { position: absolute; top: 0; left: 0; height: 100%; object-fit: cover; z-index: 1; } }

.image-feed__image-wrap:before { transition: all .3s; content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; background-color: rgba(0, 0, 0, 0.7); }

.image-feed.bright .image-feed__link--header { background-color: #eeb110; }

.image-feed.bright .image-feed__link--cta { border-color: #eeb110; color: #eeb110; }

.image-feed.bright .image-feed__link--cta:hover { background-color: #eeb110; color: #fff; }

@media only screen and (min-width: 768px) { .image-feed__snippet { display: block; } }

.image-feed-extended { padding-bottom: 1em; }

.image-feed-extended__heading { border-bottom: 1px solid #eee; margin-bottom: 1em; }

.image-feed-extended__item { padding-bottom: 1.7em; margin-bottom: 1.7em; border-bottom: 2px solid #eee; }

.image-feed-extended__card { display: block; border-left: 5px solid #00b259; padding-left: .7em; }

.image-feed-extended__image-wrap img { max-width: 100%; display: block; }

.image-feed-extended__desc { color: #4d4c53; }

.image-feed-extended__headline { font-size: 1.2em; margin: .5em 0 .3em; }

.image-feed-extended__snippet { line-height: 1.4; }

.image-feed-extended__snippet, .image-feed-extended__headline { display: block; }

.image-feed-extended__headline { margin-top: 0; }

.image-feed-extended__cta { margin: .6em 0 0; color: #00b259; display: inline-block; font-size: 1.2em; }

.image-feed-extended__image-wrap { float: left; height: 4em; width: 20%; position: relative; }

.image-feed-extended__image-wrap img { width: 100%; position: absolute; }

@supports (object-fit: cover) { .image-feed-extended__image-wrap img { height: 100%; object-fit: cover; } }

.image-feed-extended__desc { float: right; width: 75%; }

.image-feed-extended.light { background-color: #eee; }

.image-feed-extended.light .image-feed-extended__headline, .image-feed-extended.light .post-header-simple__title { color: #333; }

.image-feed-extended.dark { background-color: #4d4c53; }

.image-feed-extended.dark .image-feed-extended__headline, .image-feed-extended.dark .post-header-simple__title { color: #fff; }

.image-feed-extended.dark .post-header-simple:after { background-color: #fff; }

.image-feed-extended.compact { padding: .5em; font-size: .8em; }

.image-feed-extended.compact .image-feed-extended__heading { border-bottom: none; margin-bottom: 2em; }

.image-feed-extended.compact .image-feed-extended__card { border-left: none; }

.image-feed-extended.compact .image-feed-extended__cta, .image-feed-extended.compact .image-feed-extended__snippet { display: none; }

.image-feed-extended.compact .image-feed-extended__item { padding-bottom: 1em; margin-bottom: 1em; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.image-feed-extended.themed { background-color: #fff; }

.image-feed-extended.themed .image-feed-extended__heading { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; text-align: center; margin-bottom: 1.2em; }

body.themed-green .image-feed-extended.themed .image-feed-extended__heading { font-family: "Fredoka One", sans-serif; }

body.themed-blue .image-feed-extended.themed .image-feed-extended__heading { font-family: "Oswald", sans-serif; }

.image-feed-extended.themed .image-feed-extended__headline { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; margin: 0; color: #333; padding-left: 1em; }

body.themed-green .image-feed-extended.themed .image-feed-extended__headline { font-family: "Fredoka One", sans-serif; }

body.themed-blue .image-feed-extended.themed .image-feed-extended__headline { font-family: "Oswald", sans-serif; }

.image-feed-extended.themed .image-feed-extended__card { padding-left: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.image-feed-extended.themed .image-feed-extended__desc { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media only screen and (min-width: 992px) { .image-feed-extended.themed .image-feed-extended__image-wrap { height: 6em; width: 30%; }
  .image-feed-extended.themed .image-feed-extended__desc { width: 70%; } }

.image-feed-extended.themed .post-header-simple__title { color: #333; }

.image-feed-extended.themed .post-header-simple.no-icon:after { background-color: #00afef; width: 100%; height: 3px; }

body.themed-green .image-feed-extended.themed .post-header-simple.no-icon:after { background-color: #6dc283; }

body.themed-blue .image-feed-extended.themed .post-header-simple.no-icon:after { background-color: #255d7e; }

.image-feed-extended.hide-current .image-feed-extended__item.current { display: none; }

.image-feed-extended.hide-current .image-feed-extended__item:last-child { display: none; }

.image-feed-extended.hide-current .image-feed-extended__item.current ~ .image-feed-extended__item:last-child { display: block; }

@media only screen and (max-width: 767px) { .image-feed-extended.default .image-feed-extended__image-wrap { float: none; height: auto; width: 100%; }
  .image-feed-extended.default .image-feed-extended__image-wrap img { position: relative; }
  .image-feed-extended.default .image-feed-extended__desc { float: none; width: 100%; } }

@media only screen and (min-width: 768px) { .image-feed-extended.default .image-feed-extended__image-wrap { width: 7em; height: 7em; }
  .image-feed-extended.default .image-feed-extended__desc { width: 80%; } }

.archive .homepage-standard__block--flush-xs .image-feed { font-size: 1.3em; }

.archive-customizer__posts .bright .image-feed__title { text-transform: none; font-weight: 800; }

@media only screen and (min-width: 992px) { .archive-customizer__posts .bright .image-feed__link { font-size: 1.8rem; }
  .archive-customizer__posts .bright .image-feed__link--header { font-size: 1.2rem; } }

.simple-feed__title { padding-bottom: .5em; text-transform: uppercase; font-size: 1em; margin-bottom: 1em; color: #333; }

.simple-feed__title:after { background-color: #4d4c53; }

.simple-feed__list { list-style: none; padding: 0; margin: 1em 0; text-align: left; }

.simple-feed__list .simple-feed__headline, .simple-feed__list .icon { display: inline-block; vertical-align: middle; }

.simple-feed__list .icon { width: 1em; height: 1em; fill: #333; }

.simple-feed__link { color: #595959; margin-bottom: .6em; display: block; }

.simple-feed__link:hover { color: #00b259; }

.simple-feed__link--cta { font-weight: bold; color: #333; }

.simple-feed__link--cta span, .simple-feed__link--cta .icon { display: inline-block; vertical-align: baseline; }

.simple-feed__link--cta .icon { fill: #333; width: .65em; height: .65em; margin-left: .3em; }

.simple-feed__link--cta:hover .icon { fill: #00b259; }

.simple-feed__headline { font-weight: normal; margin: 0; font-size: .95em; }

.simple-feed.spaced .simple-feed__title { margin-bottom: 2em; }

.simple-feed.spaced .simple-feed__link { line-height: 1.2; margin: 1em 0; padding: 0 0 1em; border-bottom: 1px solid #eee; }

.simple-feed.play-circle-o .icon { fill: #fff; width: 1.5em; height: 1.5em; margin-right: .5em; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.simple-feed.play-circle-o .simple-feed__title { color: #fff; text-transform: none; font-size: 1.6em; padding-bottom: 0; margin: 0 0 .6em; }

.simple-feed.play-circle-o .simple-feed__title:after { display: none; }

.simple-feed.play-circle-o .simple-feed__title span { font-weight: bold; }

.simple-feed.play-circle-o .simple-feed__link { color: #fff; position: relative; padding: 0 2em; }

.post-header-simple { font-size: 1rem; }

.post-header-simple__icon-wrap { display: inline-block; vertical-align: middle; margin-right: .5em; }

.post-header-simple__icon { fill: #50b559; width: 3em; height: 3em; }

.post-header-simple__title { color: #50b559; font-size: 1.9em; display: inline-block; vertical-align: middle; }

.post-header-simple.no-icon { font-size: .8rem; }

.post-header-simple.fire .post-header-simple__icon { fill: #eeb110; }

.post-header-simple.fire .post-header-simple__title { color: #eeb110; }

.post-header-simple.inverse-small { font-size: .5rem; padding: 1em 2em; }

.post-header-simple.inverse-small .post-header-simple__icon { fill: #fff; width: 2em; height: 2em; }

.post-header-simple.inverse-small .post-header-simple__title { color: #fff; font-weight: normal; }

.post-header-simple.inverse .post-header-simple__icon { fill: #fff; }

.post-header-simple.inverse .post-header-simple__title { color: #fff; }

.post-header-simple.chevron-circle-right { background-color: #00afef; padding: 2em 4em 2em 2em; font-size: .8rem; margin-bottom: 0; position: relative; }

.cars .post-header-simple.chevron-circle-right { background-color: #00b259; }

.travel .post-header-simple.chevron-circle-right { background-color: #00597c; }

.personal-finance-credit .post-header-simple.chevron-circle-right { background-color: #506935; }

.deals-money-saving-advice .post-header-simple.chevron-circle-right { background-color: #aea80f; }

.consumer-issues-id-theft .post-header-simple.chevron-circle-right { background-color: #eeb110; }

.education .post-header-simple.chevron-circle-right { background-color: #759a4d; }

.employment-military .post-header-simple.chevron-circle-right { background-color: #759a4d; }

.family-lifestyle .post-header-simple.chevron-circle-right { background-color: #008443; }

.health-health-care .post-header-simple.chevron-circle-right { background-color: #af830c; }

.homes-real-estate .post-header-simple.chevron-circle-right { background-color: #0082b3; }

.scams-rip-offs .post-header-simple.chevron-circle-right { background-color: #005a2e; }

.shopping-retail .post-header-simple.chevron-circle-right { background-color: #775a08; }

.back-to-school .post-header-simple.chevron-circle-right { background-color: #005a2e; }

.money-tips-2017 .post-header-simple.chevron-circle-right { background-color: #005a2e; }

.technology .post-header-simple.chevron-circle-right { background-color: #575507; }

.insurance .post-header-simple.chevron-circle-right { background-color: #807d0b; }

.business-entrepreneurs .post-header-simple.chevron-circle-right { background-color: #a0cf67; }

.recommended .post-header-simple.chevron-circle-right { background-color: #005a2e; }

.see-all-topics .post-header-simple.chevron-circle-right { background-color: #333; }

.post-header-simple.chevron-circle-right .post-header-simple__icon-wrap { background-color: rgba(0, 0, 0, 0.2); border-radius: 50%; width: 30px; height: 30px; right: 1em; top: 50%; margin-top: -15px; position: absolute; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.post-header-simple.chevron-circle-right .post-header-simple__icon { height: 1em; width: 1em; top: 50%; left: 0; right: 0; margin: -.5em auto 0; position: absolute; }

.post-header-wide { background-color: #00afef; padding: 1.8em; }

.post-header-wide__title { font-size: 3em; margin: 0; color: #fff; font-weight: normal; }

.post-header-wide a { color: #fff; }

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

@media only screen and (min-width: 992px) { .content__block { padding-right: 2em; }
  .content__block--secondary { padding-right: 0; } }

.gsc-adBlock { border: 2px solid #00b259 !important; box-sizing: content-box; }

.post-body, .post-body-long, .disclaimer { color: #4d4c53; line-height: 1.5em; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

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

.pagination-wrap .pagination-centered { display: inline-block; }

.pagination { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; font-weight: bold; text-transform: uppercase; padding: 0; font-size: .9em; border: 1px solid #f6f6f6; }

.pagination li { background-color: #f6f6f6; margin: 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.pagination li.current { background-color: #fff; border-bottom: 4px solid #00b259; }

.pagination li.current:hover { border-color: #eeb110; }

.pagination li:hover { background-color: #eeb110; }

.pagination li:hover a { color: #fff; }

.pagination a { padding: 0 1em; display: block; color: #333; height: 100%; line-height: 3em; }

.pagination .next, .pagination .prev { padding-left: 3em; padding-right: 3em; }

.pagination .next span, .pagination .prev span { font-size: .8em; line-height: 4em; }

@media only screen and (min-width: 768px) { .pagination { font-size: 1.2em; } }

.full-ad { max-width: 100%; margin: 1em 0; font-size: 1rem; overflow: hidden; text-align: center; }

.full-ad__text { font-size: .7em; color: #00afef; margin-bottom: .5em; }

.full-ad__wrap { min-height: 90px; }

.gs-result .gs-visibleUrl a { color: inherit; }

.organic-thumbnails-a .video-title { max-height: 45px !important; }

.disclaimer { font-size: .9em; margin-bottom: 2em; }

.container-custom--wide { padding-top: 1em; }

.container-custom--filled { background-color: #fff; }

@media only screen and (min-width: 768px) { .container-custom--wide { padding: 2em 2em 0; max-width: 79em; } }

.container-wrap { background-color: #f6f6f6; }

.clark-overrides__two-col, .clark-overrides__three-col { margin-bottom: 2em; }

.clark-overrides__two-col > div, .clark-overrides__three-col > div { margin-bottom: 1em; }

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

.clark-overrides__cta { border-radius: 4px; padding: 1em; }

@media only screen and (min-width: 768px) { .clark-overrides__two-col { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .clark-overrides__two-col > div { margin-bottom: 1em; width: 49%; }
  .clark-overrides__three-col { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .clark-overrides__three-col > div { width: 32%; } }

.form { padding-bottom: 0; }

.form:after { display: none; }

.error-404 .error-404__content { padding-left: 0; }

hr { display: block; height: 2px; width: 100%; padding: 0; margin: 20px 0; background: #eee; border: 0; }

.dynamix-logo { width: 97px; height: 24px; overflow: hidden; text-indent: -9999px; background-image: url(/wp-content/themes/vip/cox-rare-platform/assets/brands/clark/img/dynamix-logo-white.png); background-size: cover; opacity: .5; transition: all 300ms; margin: 1em auto; display: block; }

.dynamix-logo:hover { opacity: .75; }

.call-btn { padding: 1em; text-align: center; }

.call-btn:hover { background-color: transparent; }

.call-btn a { background-color: #00b259; color: #fff; padding: 0 1em; border-radius: 4px; }

.call-btn .icon-wrap .icon { width: 2.2em; height: 2.2em; }

@media only screen and (min-width: 768px) { .standard-nav .call-btn.menu-item { display: none; } }

@media only screen and (min-width: 768px) { .prefooter__inner .copyright { width: 40%; margin: 0; }
  .prefooter__inner .dynamix-logo { margin: 0; } }

/* Clark Styles in site-based/clark-overrides */
.post-editor-col { float: left; margin-right: 6%; width: 39%; }

.app-store-icons a { display: inline-block; width: 125px; height: 43px; margin-right: .5em; text-indent: -9999px; background-size: cover; overflow: hidden; }

.app-store-apple { background-image: url("//static.clarkhoward.com/layout/app-store-apple.png"); }

.app-store-android { background-image: url("//static.clarkhoward.com/layout/app-store-android.png"); }

.alternating-segments { background-color: #eee; color: #333; padding: 1px 20px; }

.alternating-segments + hr { display: none; }

.alternating-segments h3 { font-size: 1.75em; }

.alternating-segments strong { color: #e94f4f; }

.alternating-segments:nth-of-type(2n) { background-color: #333; color: #fff; }

.show-notes .content .recently-mentioned ul { list-style-type: none; padding: 0; margin-left: 0; width: 100%; }

.show-notes .content .recently-mentioned ul li { position: relative; display: inline-block; width: 48%; margin-right: 2%; margin-left: 0; padding: 10px 20px 10px 5px; margin-top: 10px; background-color: #333; border: 3px solid #262626; border-radius: 3px; color: #fff; -ms-box-sizing: border-box; box-sizing: border-box; }

.show-notes .content .recently-mentioned ul li:after { content: ""; display: block; position: absolute; top: 50%; margin-top: -0.5em; right: 5px; content: "\f105"; font-family: 'FontAwesome'; line-height: 1em; color: #fff; }

@media screen and (max-width: 540px) { .show-notes .content .recently-mentioned ul li { width: 100%; margin-right: 0; } }

.show-notes .content .recently-mentioned ul li:nth-of-type(even) { width: 50%; margin-right: 0; margin-left: -4px; }

@media screen and (max-width: 540px) { .show-notes .content .recently-mentioned ul li:nth-of-type(even) { width: 100%; margin-left: 0; } }

.show-notes .content .recently-mentioned ul li a { display: block; text-decoration: none; }

.show-notes .content .recently-mentioned ul li:hover { background-color: #595959; }

.image-left-right-wrapper { position: relative; padding: 20px; background: #eee; border-left: 8px solid #00afef; margin-bottom: 3em; overflow: hidden; }

@media screen and (max-width: 550px) { .image-left-right-wrapper { padding: 15px; } }

.image-left-right-wrapper .section-title { font-size: 1.75em; margin: 0 0 .5em 0; color: #333; }

.image-left-right-wrapper p { margin-top: 0; }

.image-left-right-wrapper .image-wrapper { line-height: 0em; float: left; margin-right: 20px; margin-bottom: 20px; max-width: 33.33%; }

@media screen and (max-width: 700px) { .image-left-right-wrapper .image-wrapper { max-width: 45%; } }

@media screen and (max-width: 550px) { .image-left-right-wrapper .image-wrapper { float: none; text-align: center; max-width: none; margin-right: 0; } }

.image-left-right-wrapper .image-wrapper img { border: 4px solid #fff; background: #fff; }

.image-left-right-wrapper.image-right .image-wrapper { float: right; margin-right: 0; margin-left: 20px; }

@media screen and (max-width: 550px) { .image-left-right-wrapper.image-right .image-wrapper { margin-left: 0; } }

.tile { padding-bottom: 45px; }

.tile .section-title { text-transform: uppercase; }

.tile a, .tile .section-title, .tile .image-left-right-wrapper a { color: #333 !important; }

.tile .section-title:after { content: ""; position: relative; display: block; width: 50px; height: 5px; margin-top: 5px; background-color: #00afef; }

.tile .media-tile { display: inline-block; width: 49%; margin-bottom: 2em; vertical-align: top; zoom: 1; -ms-box-sizing: border-box; box-sizing: border-box; }

.tile .media-tile:after { content: ''; display: table; clear: both; zoom: 1; visibility: hidden; height: 0; }

.tile .media-tile:before { content: ''; display: block; zoom: 1; }

.tile .media-tile:nth-child(2n+1) { padding-left: 1em; }

.tile .media-tile .media-tile-content { float: left; padding-right: 1em; }

.tile .media-tile .media-tile-content img { max-width: 75px !important; }

.tile .media-tile .media-tile-hd a { text-decoration: none; }

.tile .media-tile .media-tile-hd h2 { font-size: 1.3em; margin: 0; }

.tile .media-tile .media-tile-bd { overflow: hidden; }

.tile .media-tile .media-tile-bd p { padding: 0; padding-right: 1em; margin: 0; line-height: 1.2; }

@media screen and (max-width: 930px) { .tile .media-tile { width: 100%; }
  .tile .media-tile:nth-child(2n+1) { padding-left: 0; } }

.article-content-wrapper p a, .article-content-wrapper li a { color: #4d4c53; }

.article-content-wrapper h2 { font-size: 2em; line-height: 1.25em; margin-top: 1em; margin-bottom: .25em; }

.article-content-wrapper h4 { padding: 1em; margin-bottom: 10px; margin-left: 5.5em; background: #eee; font-weight: 500 !important; color: #000; position: relative; }

.article-content-wrapper h4:before { content: "!"; display: inline-block; padding: .5em .55em; border-radius: 50%; background: #eeb110; position: absolute; top: 50%; left: -1.65em; color: #fff; font-size: 3.25em; font-weight: bold; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }

.article-content-wrapper h4:after { content: ""; border: 9px solid #eee; border-top-color: transparent; border-left-color: transparent; border-bottom-color: transparent; margin-top: -9px; display: inline-block; position: absolute; left: -1em; top: 50%; }

.article-content-wrapper p { margin-top: 0; padding-top: 0; }

.article-content-wrapper iframe { border: 4px solid #1fb25a; max-width: 100%; -ms-box-sizing: border-box; box-sizing: border-box; }

.article-content-wrapper blockquote { border-left: 10px solid #1fb25a; margin: 0 0 20px 0; padding: 20px; background-color: #eee; overflow: hidden; }

.article-content-wrapper blockquote h1, .article-content-wrapper blockquote h2, .article-content-wrapper blockquote h3, .article-content-wrapper blockquote h4, .article-content-wrapper blockquote h5, .article-content-wrapper blockquote h6 { margin-top: 0; color: #333; font-size: 24px; line-height: 1.25em; font-weight: 300; }

.article-content-wrapper blockquote h2:after { content: ""; position: relative; display: block; width: 15%; height: 5px; margin-top: 15px; margin-bottom: 25px; background-color: #333; }

.article-content-wrapper blockquote ul { overflow: hidden; }

.article-content-wrapper blockquote p { overflow: hidden; }

.article-content-wrapper blockquote img { float: left; padding-right: 20px; }

@media screen and (max-width: 500px) { .article-content-wrapper blockquote img { float: none; margin-bottom: 21px; margin-left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); } }

.article-content-wrapper table, .article-content-wrapper table { border-collapse: collapse; border-spacing: 0; border-color: transparent; width: 100%; margin-bottom: 1em; }

@media screen and (max-width: 500px) { .article-content-wrapper table.large-only, .article-content-wrapper table.large-only { display: none; } }

.article-content-wrapper table.small-only, .article-content-wrapper table.small-only { display: none; text-align: center; }

@media screen and (max-width: 500px) { .article-content-wrapper table.small-only, .article-content-wrapper table.small-only { display: table; } }

.article-content-wrapper table.small-only th.st-head-row, .article-content-wrapper table.small-only th.st-head-row { background: #eee; }

@media screen and (max-width: 500px) { .article-content-wrapper table.small-only th.st-head-row.st-head-row-main, .article-content-wrapper table.small-only th.st-head-row.st-head-row-main { background-color: #333; color: #fff; } }

.article-content-wrapper table.small-only tr:nth-child(1n), .article-content-wrapper table.small-only tr:nth-child(1n) { background-color: #fbfbfb; }

.article-content-wrapper table tr:nth-child(odd), .article-content-wrapper table tr:nth-child(odd) { background-color: #eee; }

.article-content-wrapper table tr:nth-child(even), .article-content-wrapper table tr:nth-child(even) { background-color: #fbfbfb; }

.article-content-wrapper table thead tr, .article-content-wrapper table thead tr { background-color: #333 !important; color: #fff !important; }

.article-content-wrapper table thead th, .article-content-wrapper table thead th { text-align: left; padding-left: 25px; }

.article-content-wrapper table tbody tr td:nth-child(1), .article-content-wrapper table tbody tr td:nth-child(1) { width: 3.9171%; }

.article-content-wrapper table td, .article-content-wrapper table th, .article-content-wrapper table td, .article-content-wrapper table th { padding: 5px 0; }

.article-content-wrapper table td, .article-content-wrapper table td { vertical-align: top; }

.article-content-wrapper table td .fa-volume-up, .article-content-wrapper table td .fa-volume-up { padding-left: 5px; color: #333; }

.post-card-audio { padding: 1em 1em 2em 2em; text-align: left; position: relative; font-size: .9em; line-height: 1.5; }

.post-card-audio .icon { fill: #fff; }

.post-card-audio__play-wrap { text-align: right; position: absolute; width: 100%; left: 0; top: 65%; }

.post-card-audio__play { display: inline-block; position: relative; }

.post-card-audio__play .icon { width: 2em; height: 2em; }

.post-card-audio__controls { width: 2em; height: 2em; position: relative; display: block; cursor: pointer; }

.post-card-audio__controls .icon { left: 0; top: 0; position: absolute; width: 100%; height: 100%; }

.post-card-audio__controls .icon-pause { opacity: 0; }

.post-card-audio__controls .icon-load { opacity: 0; border: 0.15em solid #fff; border-right-color: transparent; border-radius: 50%; display: inline-block; width: 1.6em; height: 1.6em; }

.post-card-audio__controls .icon-close { opacity: 0; }

.post-card-audio__block { display: inline; vertical-align: middle; }

.post-card-audio__download { text-transform: uppercase; }

.post-card-audio__download .icon { width: 1em; height: 1em; }

.post-card-audio__download span { display: none; }

.post-card-audio__title { font-weight: bold; }

.post-card-audio__main-icon { display: block; width: 1.5em; height: 1.5em; left: 0; top: 1.3em; position: absolute; }

.post-card-audio__cta { position: relative; z-index: 3; }

@media only screen and (min-width: 992px) { .post-card-audio__main-icon { width: 2em; height: 2em; }
  .post-card-audio__desc { padding-left: .3em; } }

.post-card-audio.main { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column-reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; background-color: #4d4c53; padding: 0; }

.post-card-audio.main .audio_inject { display: none; }

.post-card-audio.main .post-card-audio__cta, .post-card-audio.main .post-card-audio__main-icon { display: none; }

.post-card-audio.main .post-card-audio__download { background-color: #00b259; position: absolute; bottom: 1em; left: 1em; }

.post-card-audio.main .post-card-audio__download .icon, .post-card-audio.main .post-card-audio__download span { display: inline-block; vertical-align: middle; }

.post-card-audio.main .post-card-audio__desc { padding: 1em 1em 5em; font-size: 1.1em; }

.post-card-audio.main .post-card-audio__title { font-size: 1.2em; margin-bottom: .5em; }

.post-card-audio.main .post-card-audio__play-wrap { position: static; }

.post-card-audio.simple { background-color: #333; color: #fff; position: relative; padding: 2em 2.5em; border-radius: 3px; }

.post-card-audio.simple:hover { background-color: #404040; }

.post-card-audio.simple .post-card-audio__main-icon { display: none; }

.post-card-audio.simple .post-card-audio__download { border: 2px solid #00afef; position: absolute; left: .3em; top: .2em; height: 2em; width: 2em; text-align: center; border-radius: 3px; z-index: 2; }

.post-card-audio.simple .post-card-audio__download .icon { fill: #00afef; margin-top: .1em; }

.post-card-audio.simple .post-card-audio__cta { position: absolute; width: 100%; height: 100%; text-indent: -9999px; z-index: 1; left: 0; top: 0; }

#audioplayer { width: 100%; max-height: 0; overflow: hidden; border: 3px solid transparent; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transition: max-height .3s; background-color: #333; z-index: 1; }

#audioplayer .play { border: none; background-color: transparent; outline: none; }

#audioplayer .timeline { width: 76%; height: 1.5em; border-radius: 15px; background-color: rgba(0, 0, 0, 0.3); }

#audioplayer .playhead { width: .8em; height: .8em; border-radius: 50%; margin-top: .3em; background-color: #00afef; }

#audioplayer .timestamp { width: 100%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; font-size: .8em; }

.main #audioplayer, .open #audioplayer { max-height: 5em; padding: .3em; border-color: #4d4c53; position: relative; z-index: 10; }

.main #audioplayer { max-height: 8em; background-color: #00afef; border: none; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3); }

.main #audioplayer .playhead { background-color: #333; }

.main #audioplayer .timestamp { width: auto; padding-left: .5em; }

.main #audioplayer .timeline { width: 63%; }

.main-alt #audioplayer { background-color: #00b259; }

@media only screen and (min-width: 768px) { .main-alt #audioplayer .timeline { width: 85%; } }

.playing .post-card-audio__controls .icon-pause { opacity: 1; }

.playing .post-card-audio__controls .icon-play { opacity: 0; }

.paused .post-card-audio__controls .icon-pause { opacity: 0; }

.paused .post-card-audio__controls .icon-play { opacity: 1; }

.loading .post-card-audio__controls .icon-play, .loading .post-card-audio__controls .icon-pause { opacity: 0; }

.loading .post-card-audio__controls .icon-load { opacity: 1; -webkit-animation: spin .75s linear infinite; animation: spin .75s linear infinite; }

.open .audio_inject .icon { opacity: 0; }

.open .audio_inject .icon-close { opacity: 1; }

.post-card { position: relative; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

.post-card__link { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; }

.post-card__image-wrap { height: 200px; overflow: hidden; position: relative; z-index: 1; border-bottom: 3px solid #00afef; border-color: #00afef; }

.cars .post-card__image-wrap { border-color: #00b259; }

.travel .post-card__image-wrap { border-color: #00597c; }

.personal-finance-credit .post-card__image-wrap { border-color: #506935; }

.deals-money-saving-advice .post-card__image-wrap { border-color: #aea80f; }

.consumer-issues-id-theft .post-card__image-wrap { border-color: #eeb110; }

.education .post-card__image-wrap { border-color: #759a4d; }

.employment-military .post-card__image-wrap { border-color: #759a4d; }

.family-lifestyle .post-card__image-wrap { border-color: #008443; }

.health-health-care .post-card__image-wrap { border-color: #af830c; }

.homes-real-estate .post-card__image-wrap { border-color: #0082b3; }

.scams-rip-offs .post-card__image-wrap { border-color: #005a2e; }

.shopping-retail .post-card__image-wrap { border-color: #775a08; }

.back-to-school .post-card__image-wrap { border-color: #005a2e; }

.money-tips-2017 .post-card__image-wrap { border-color: #005a2e; }

.technology .post-card__image-wrap { border-color: #575507; }

.insurance .post-card__image-wrap { border-color: #807d0b; }

.business-entrepreneurs .post-card__image-wrap { border-color: #a0cf67; }

.recommended .post-card__image-wrap { border-color: #005a2e; }

.see-all-topics .post-card__image-wrap { border-color: #333; }

.post-card__image-wrap img { width: 100%; position: absolute; }

.post-card__desc { display: block; padding: 1em; }

.post-card__headline { display: block; font-size: 1.3em; margin-bottom: 1em; }

.post-card__tax { display: none; }

.post-card__date { padding: .3em .5em; }

.post-card__author { font-size: .9em; display: block; margin-top: .5em; }

.post-card__author a { color: #333; }

.post-card.archive { margin-bottom: 2em; background-color: #f6f6f6; }

@supports (object-fit: cover) { .post-card__image-wrap img { height: 100%; object-fit: cover; } }

@media only screen and (min-width: 480px) { .post-card { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .post-card__image-wrap { width: 40%; height: auto; border-bottom: none; border-right-width: 4px; border-right-style: solid; }
  .post-card__desc { width: 60%; }
  .post-card__author { display: inline-block; vertical-align: middle; margin: 0 0 0 .5em; }
  .post-card__meta { display: block; margin-bottom: 1em; } }

@media only screen and (min-width: 768px) { .post-card__image-wrap { width: 25%; }
  .post-card__desc { width: 75%; }
  .post-card__headline { font-size: 1.5em; } }

@media only screen and (min-width: 992px) { .post-card img { transition: opacity .3s; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; }
  .post-card:hover { transition: opacity .3s; }
  .post-card:hover img { opacity: .85; } }

.post-card.home { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.post-card.home .post-card__link { z-index: 3; }

.post-card.home .post-card__meta { display: none; }

.post-card.home .post-card__desc { position: relative; background-color: #fff; z-index: 2; right: 0; bottom: 0; width: 100%; border-top: 5px solid #00afef; border-color: #00afef; padding-bottom: 3em; font-size: .8em; }

.cars .post-card.home .post-card__desc { border-color: #00b259; }

.travel .post-card.home .post-card__desc { border-color: #00597c; }

.personal-finance-credit .post-card.home .post-card__desc { border-color: #506935; }

.deals-money-saving-advice .post-card.home .post-card__desc { border-color: #aea80f; }

.consumer-issues-id-theft .post-card.home .post-card__desc { border-color: #eeb110; }

.education .post-card.home .post-card__desc { border-color: #759a4d; }

.employment-military .post-card.home .post-card__desc { border-color: #759a4d; }

.family-lifestyle .post-card.home .post-card__desc { border-color: #008443; }

.health-health-care .post-card.home .post-card__desc { border-color: #af830c; }

.homes-real-estate .post-card.home .post-card__desc { border-color: #0082b3; }

.scams-rip-offs .post-card.home .post-card__desc { border-color: #005a2e; }

.shopping-retail .post-card.home .post-card__desc { border-color: #775a08; }

.back-to-school .post-card.home .post-card__desc { border-color: #005a2e; }

.money-tips-2017 .post-card.home .post-card__desc { border-color: #005a2e; }

.technology .post-card.home .post-card__desc { border-color: #575507; }

.insurance .post-card.home .post-card__desc { border-color: #807d0b; }

.business-entrepreneurs .post-card.home .post-card__desc { border-color: #a0cf67; }

.recommended .post-card.home .post-card__desc { border-color: #005a2e; }

.see-all-topics .post-card.home .post-card__desc { border-color: #333; }

.post-card.home .post-card__image-wrap { height: 150px; width: 100%; border: none; }

.post-card.home .post-card__tax { display: block; position: absolute; left: 0; bottom: 1em; margin-left: 1em; border-width: 10px; }

@media only screen and (min-width: 768px) { .post-card.home .post-card__image-wrap { height: 400px; }
  .post-card.home .post-card__desc { width: 40%; position: absolute; }
  .post-card.home .post-card__tax { margin-left: -10px; } }

.post-card.home-alt { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.post-card.home-alt .post-card__desc { position: relative; width: 60%; }

.post-card.home-alt .post-card__image-wrap { height: auto; width: 40%; position: relative; }

@media only screen and (min-width: 768px) { .post-card.home-alt { display: block; font-size: .9em; }
  .post-card.home-alt .post-card__desc { width: 100%; min-height: 10em; font-size: 1em; }
  .post-card.home-alt .post-card__image-wrap { height: 9em; width: 100%; }
  .post-card.home-alt .post-card__headline { font-size: 1em; } }

@media only screen and (max-width: 991px) { .post-card.home-alt .post-card__desc { border-top-width: 0; border-left-width: 5px; border-left-style: solid; } }

.post-card.home-dark { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background-color: #333; }

.post-card.home-dark .post-card__desc { border: none; border-top: 5px solid #00afef; background-color: #333; color: #fff; width: 100%; }

.post-card.home-dark .post-card__image-wrap { height: 8em; width: 100%; }

.post-card.home-dark .post-card__headline { font-weight: 500; }

@media only screen and (min-width: 992px) { .post-card.home-dark .post-card__image-wrap { height: 12em; width: 100%; }
  .post-card.home-dark .post-card__headline { font-size: 1.5em; } }

.post-card.enlarge .post-card__image-wrap { height: 12em; }

.post-card.enlarge .post-card__headline { font-size: 1.5em; }

.post-body { padding-bottom: 20px; }

.post-body img, .post-body figure, .post-body iframe { max-width: 100% !important; }

.post-body figure { margin: 0; }

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 { color: #00b259; }

.post-body a { text-decoration: underline; }

.post-body__video { height: 498px; position: relative; margin-top: 20px; overflow: hidden; }

.post-body__video.facebook { height: auto; }

.post-body__video--megaphone { height: 200px; }

.post-body__video iframe, .post-body__video object { bottom: 0; width: 100%; height: 100% !important; left: 0; position: absolute !important; right: 0; top: 0; }

.post-body__video img.video-fail { height: 498px; width: 100%; }

@media screen and (max-width: 1050px) { .post-body__video img.video-fail { height: auto; } }

.post-body__video .fb_iframe_widget_fluid_desktop { overflow: hidden; }

@media screen and (max-width: 800px) { .post-body__video .fb_iframe_widget_fluid_desktop { height: auto; } }

@media screen and (max-width: 800px) { .post-body__video { height: auto; min-height: 380px; }
  .post-body__video--megaphone { min-height: 200px; } }

@media screen and (max-width: 580px) { .post-body__video { height: auto; min-height: 300px; }
  .post-body__video--megaphone { min-height: 200px; } }

@media screen and (max-width: 410px) { .post-body__video { height: auto; min-height: 250px; }
  .post-body__video--megaphone { min-height: 200px; } }

.post-body-simple { padding-top: 1em; padding-bottom: 40px; }

.post-body-simple h1, .post-body-simple h2, .post-body-simple h3, .post-body-simple h4, .post-body-simple h5, .post-body-simple h6 { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: normal; }

body.themed-green .post-body-simple h1, body.themed-green .post-body-simple h2, body.themed-green .post-body-simple h3, body.themed-green .post-body-simple h4, body.themed-green .post-body-simple h5, body.themed-green .post-body-simple h6 { font-family: "Fredoka One", sans-serif; }

body.themed-blue .post-body-simple h1, body.themed-blue .post-body-simple h2, body.themed-blue .post-body-simple h3, body.themed-blue .post-body-simple h4, body.themed-blue .post-body-simple h5, body.themed-blue .post-body-simple h6 { font-family: "Oswald", sans-serif; }

.post-body-simple h1, .post-body-simple h2, .post-body-simple h3 { color: #00afef; }

body.themed-green .post-body-simple h1, body.themed-green .post-body-simple h2, body.themed-green .post-body-simple h3 { color: #abd698; }

body.themed-blue .post-body-simple h1, body.themed-blue .post-body-simple h2, body.themed-blue .post-body-simple h3 { color: #255d7e; }

.post-body-simple a { color: #00afef; }

body.themed-green .post-body-simple a { color: #6dc283; }

body.themed-blue .post-body-simple a { color: #255d7e; }

.post-body-simple .rare-btn, .post-body-simple .post-card-audio.main .post-card-audio__download, .post-card-audio.main .post-body-simple .post-card-audio__download { color: #fff; text-decoration: none; border-radius: 4px; }

.post-body-long { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; }

.post-body-long__text { line-height: 1.5; font-size: 1em; }

.post-body-long__text a { color: #4d4c53; text-decoration: underline; }

.post-body-long__social { text-align: center; max-width: 50%; margin: 1em auto; background: #eee; color: #4d4c53; padding: .8em 0; font-size: 1.9em; }

.post-body-long__ad { margin: 2em 0; }

@media only screen and (min-width: 992px) { .post-body-long__ad { margin: 4em 0; } }

.post-body-long iframe { width: 100%; }

.post-body-long iframe.rumble { border: 4px solid #00b259; }

.post-body-long h1, .post-body-long h2, .post-body-long h3, .post-body-long h4, .post-body-long h5, .post-body-long h6 { font-family: "Roboto", Helvetica, Arial, sans-serif; color: #00afef; font-weight: normal; }

.post-body-long h2 { font-size: 2em; line-height: 1.25em; margin-top: 1em; margin-bottom: .5em; }

.post-body-long blockquote { border-left: 10px solid #1fb25a; border-right: 10px solid #1fb25a; margin: 1em 0; padding: 1.5em; font-size: 1.2em; }

.post-body-long blockquote h1, .post-body-long blockquote h2, .post-body-long blockquote h3, .post-body-long blockquote h4, .post-body-long blockquote h5, .post-body-long blockquote h6 { font-size: 40px; line-height: 1.25em; font-style: italic; font-weight: 300; }

.post-body-long blockquote.important { position: relative; border: none; background: #eee; padding: 20px; margin: 40px 0 40px 100px; font-size: 18px; }

.post-body-long blockquote.important:before { content: ""; display: block; position: absolute; top: 0; right: 100%; background-color: #eeb110; background-image: url(/wp-content/themes/vip/cox-rare-platform/assets/brands/clark/../clark/img/svgs/exclamation.svg); background-position: center center; background-size: 75%; background-repeat: no-repeat; width: 85px; height: 85px; margin-right: 20px; border-radius: 50%; }

.post-body-long blockquote.important:after { content: ""; display: block; position: absolute; border: 10px solid transparent; border-right-color: #eee; top: 42px; right: 100%; margin-top: -10px; }

.post-body-long table { border-collapse: collapse; border-spacing: 0; border-color: transparent; width: 100%; }

.post-body-long table tr:nth-child(even) { background-color: #eee; }

.post-body-long table tr:nth-child(odd) { background-color: #fbfbfb; }

.post-body-long table thead tr { background-color: #333; color: #fff; }

.post-body-long table td { vertical-align: top; padding: 1em; }

.post-body-long .ndn_embedContainer { width: 100% !important; }

.post-body-long .video-preview-text { background: #1fb25a; color: #fff; margin-bottom: 0; padding: 10px 15px; }

.post-header-social { transition: opacity .3s; background-color: #4d4c53; color: #fff; margin: 1em 0; }

.post-header-social__headline { color: #fff; font-weight: normal; font-size: 1em; margin: 0; padding: 0; }

.post-header-social__date { margin: .5em 0 1em; display: block; font-size: .9em; color: #cdcdd1; }

.post-header-social__sep { display: none; }

.post-header-social__meta { padding: .5em 2em .5em .5em; border-bottom: 8px solid #00afef; border-color: #00afef; position: relative; }

.cars .post-header-social__meta { border-color: #00b259; }

.travel .post-header-social__meta { border-color: #00597c; }

.personal-finance-credit .post-header-social__meta { border-color: #506935; }

.deals-money-saving-advice .post-header-social__meta { border-color: #aea80f; }

.consumer-issues-id-theft .post-header-social__meta { border-color: #eeb110; }

.education .post-header-social__meta { border-color: #759a4d; }

.employment-military .post-header-social__meta { border-color: #759a4d; }

.family-lifestyle .post-header-social__meta { border-color: #008443; }

.health-health-care .post-header-social__meta { border-color: #af830c; }

.homes-real-estate .post-header-social__meta { border-color: #0082b3; }

.scams-rip-offs .post-header-social__meta { border-color: #005a2e; }

.shopping-retail .post-header-social__meta { border-color: #775a08; }

.back-to-school .post-header-social__meta { border-color: #005a2e; }

.money-tips-2017 .post-header-social__meta { border-color: #005a2e; }

.technology .post-header-social__meta { border-color: #575507; }

.insurance .post-header-social__meta { border-color: #807d0b; }

.business-entrepreneurs .post-header-social__meta { border-color: #a0cf67; }

.recommended .post-header-social__meta { border-color: #005a2e; }

.see-all-topics .post-header-social__meta { border-color: #333; }

.post-header-social img { width: 100%; display: block; }

.post-header-social__breadcrumbs { font-size: .9em; }

.post-header-social__breadcrumbs a { color: #fff; text-decoration: underline; }

.post-header-social__comments { display: none; }

.post-header-social__attr { font-size: .7em; background-color: #333; padding: .3em .5em; }

.post-header-social__share { padding: .3em 0 0; background-color: #eee; color: #333; }

.post-header-social__soc { position: fixed; bottom: 0; left: 0; width: 100%; text-align: center; z-index: 9999; }

.post-header-social__toggle { position: absolute; right: .5em; bottom: .5em; width: 1em; height: 1em; }

.post-header-social__toggle .icon { position: absolute; left: 0; top: 0; width: 100%; height: 100%; fill: #cdcdd1; }

.post-header-social__toggle .icon-arrow { transition: opacity .15s; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); opacity: 0; }

.open .post-header-social__toggle .icon { opacity: 0; }

.open .post-header-social__toggle .icon-arrow { opacity: 1; }

.post-header-social__inner, .post-header-social__breadcrumbs { transition: opacity .3s; opacity: 0; visibility: 0; height: 0; overflow: hidden; }

.open .post-header-social__inner, .open .post-header-social__breadcrumbs { opacity: 1; visibility: visible; height: auto; overflow: auto; padding: .3em 0; }

.open .post-header-social__inner { margin-top: .6em; }

@media only screen and (min-width: 480px) { .post-header-social { font-size: 1.1rem; }
  .post-header-social__sep { display: inline-block; padding: 0 .5em; }
  .post-header-social__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .post-header-social__date { margin: 0; }
  .post-header-social .no-author + .post-header-social__sep { display: none; padding: 0; } }

@media only screen and (min-width: 768px) { .post-header-social { margin-top: 2em; }
  .post-header-social__toggle { display: none; }
  .post-header-social__headline { font-size: 1.8em; padding-bottom: .3em; }
  .post-header-social__desc { padding: 1em 1em 1.2em; }
  .post-header-social__meta { padding: 0; }
  .post-header-social__soc { text-align: right; position: relative; width: auto; right: 0; top: 0; bottom: auto; left: auto; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .post-header-social__share { padding: .7em .5em; text-align: left; font-size: .9em; margin-left: 1em; }
  .post-header-social__share .addthis_sharing_toolbox { clear: none !important; display: inline-block; vertical-align: middle; }
  .post-header-social__share .at-icon-wrapper { margin-bottom: 0 !important; }
  .post-header-social__share-title { display: inline-block; vertical-align: middle; margin-right: 1em; }
  .post-header-social__attr { font-size: .8em; padding: .5em 1em; }
  .post-header-social__comments { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center; padding: 0 1em; position: relative; }
  .post-header-social__comments .jumptocomments { position: absolute; width: 100%; height: 100%; display: block; left: 0; top: 0; }
  .post-header-social__inner { margin: .5em 0 1em; }
  .post-header-social__inner, .post-header-social__breadcrumbs { opacity: 1; visibility: visible; height: auto; overflow: auto; } }

.post-header-split { padding-top: 2em; }

.post-header-split h1 { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: normal; line-height: .8; margin: 0; }

body.themed-green .post-header-split h1 { font-family: "Fredoka One", sans-serif; }

body.themed-blue .post-header-split h1 { font-family: "Oswald", sans-serif; }

.post-header-split__image-wrap img { max-width: 100%; display: block; }

.post-header-split .split-title__headline { color: #00afef; font-size: 25px; display: block; }

body.themed-green .post-header-split .split-title__headline { color: #abd698; }

body.themed-blue .post-header-split .split-title__headline { color: #255d7e; }

.post-header-split .split-title__subheadline { color: #4d4c53; font-size: 20px; }

.post-header-split__author { margin: 1em 0; font-size: 1em; color: #333; }

.author-card { padding: 1em; font-size: 1rem; }

.author-card__item { margin-top: 1em; }

.author-card__item.first { margin-top: 0; }

.author-card__image-wrap { border-radius: 100%; height: 50px; width: 50px; overflow: hidden; margin-right: 1em; position: relative; }

.author-card__image-wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; display: block; border-radius: 100%; }

.author-card__label { font-weight: bold; }

.author-card__block { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.author-card__cta { display: none; }

.author-card__desc { white-space: normal; max-width: 100%; }

.author-card__desc a { text-decoration: underline; }

@media only screen and (min-width: 768px) { .author-card__block { -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .author-card__block--top { font-size: 1.2em; margin-bottom: .8em; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .author-card__label { margin-right: .5em; } }

.author-card.post-header { background-color: transparent; padding: 0; }

.author-card.post-header .author-card__link { color: #00afef; }

.author-card.post-header .author-card__image-wrap { width: 36px; height: 36px; margin-right: .5em; }

.author-card.post-header .author-card__block--top { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; }

@media only screen and (min-width: 768px) { .author-card.post-header .author-card__block--top { font-size: 1em; margin-bottom: 0; -webkit-align-items: center; -ms-flex-align: center; align-items: center; } }

.author-card.dark { background-color: #4d4c53; margin-top: 4em; position: relative; padding-bottom: 4em; color: #fff; }

.author-card.dark a { color: #fff; }

.author-card.dark .author-card__block--top { font-size: 1.5em; margin-bottom: .5em; color: #00afef; }

.author-card.dark .author-card__link { color: #00afef; font-weight: bold; }

.author-card.dark .author-card__image-wrap { width: 80px; height: 80px; margin: -2em 0 0; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.25); }

.author-card.dark .author-card__label { margin-right: 0; font-weight: normal; }

.author-card.dark .author-card__role { display: none; }

.author-card.dark .author-card__cta { display: block; position: absolute; right: 0; text-transform: none; bottom: 1em; text-transform: lowercase; }

@media only screen and (min-width: 768px) { .author-card.dark { padding-bottom: 1em; }
  .author-card.dark .author-card__label { margin: 0 .5em; }
  .author-card.dark .author-card__cta { bottom: auto; top: .8em; } }

.author-card.split a { color: #333; }

.author-card.split .author-card__image-wrap { width: 80px; height: 80px; margin-right: 0; }

.author-card.split .author-card__label { color: #00b259; }

.author-card.split .author-card__block--top { margin-bottom: 1em; }

.author-card.split .author-card__link { color: #00b259; }

@media only screen and (min-width: 768px) { .author-card.split .author-card__item { padding-left: 7em; position: relative; }
  .author-card.split .author-card__block--top { margin-bottom: .2em; }
  .author-card.split .author-card__image-wrap { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } }

.single-voice .author-card { margin: 1em 0; }

.banner-menu { background-color: #00afef; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; text-align: center; overflow: hidden; }

body.themed-green .banner-menu { background-color: #abd698; }

body.themed-blue .banner-menu { background-color: #255d7e; }

body.themed-green .banner-menu { font-family: "Fredoka One", sans-serif; }

body.themed-blue .banner-menu { font-family: "Oswald", sans-serif; }

.banner-menu-logo { padding: 20px 0 0; display: block; }

.banner-menu-logo img { max-width: 200px; }

.banner-menu-nav__list { list-style: none; padding: 0; display: table; width: 100%; }

.banner-menu-nav__list li { display: table-cell; text-transform: lowercase; padding: 0 3px; }

body.themed-blue .banner-menu-nav__list li { text-transform: none; }

.banner-menu-nav__link { position: relative; padding-bottom: 5px; }

.banner-menu-nav__link span { color: #fff; }

.banner-menu-nav__link:after { transition: opacity .15s; content: ''; height: 3px; width: 100%; position: absolute; left: 0; bottom: 0; background-color: #e0fbd4; opacity: 0; }

body.themed-blue .banner-menu-nav__link:after { background-color: #8dd2cd; }

.banner-menu-nav__link.current, .banner-menu-nav__link:hover { color: #fff; }

.banner-menu-nav__link.current:after, .banner-menu-nav__link:hover:after { opacity: 1; }

.banner-menu-subscribe { background-color: #e0fbd4; }

body.themed-blue .banner-menu-subscribe { background-color: #8dd2cd; }

.banner-menu-subscribe__text { font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; color: #00afef; display: inline-block; vertical-align: middle; text-align: left; font-size: 14px; padding-right: 10px; }

body.themed-green .banner-menu-subscribe__text { font-family: "Fredoka One", sans-serif; }

body.themed-blue .banner-menu-subscribe__text { font-family: "Oswald", sans-serif; }

body.themed-green .banner-menu-subscribe__text { color: #6dc283; }

body.themed-blue .banner-menu-subscribe__text { color: #255d7e; }

.banner-menu-subscribe__link { transition: color .3s; text-transform: uppercase; border-radius: 6px; display: inline-block; vertical-align: middle; padding: 5px 8px; color: #fff; background-color: #00afef; }

body.themed-green .banner-menu-subscribe__link { background-color: #6dc283; }

body.themed-blue .banner-menu-subscribe__link { background-color: #255d7e; }

.banner-menu-subscribe__link:hover { color: #e0fbd4; }

body.themed-blue .banner-menu-subscribe__link:hover { color: #8dd2cd; }

.banner-menu-subscribe__link:visited { color: #fff; }

.banner-menu-subscribe__link:visited:hover { color: #e0fbd4; }

body.themed-blue .banner-menu-subscribe__link:visited:hover { color: #8dd2cd; }

@media only screen and (max-width: 991px) { .width-container { padding: 0; } }

@media only screen and (min-width: 480px) { .banner-menu { text-align: left; }
  .banner-menu__inner { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .banner-menu__item { display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .banner-menu__item--first { -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; padding-left: 20px; }
  .banner-menu-nav { text-align: center; }
  .banner-menu-nav__list li { width: 33%; }
  .banner-menu-subscribe { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; text-align: right; padding: 0 20px; position: relative; }
  .banner-menu-subscribe:after { content: ''; left: 100%; height: 100%; top: 0; position: absolute; width: 99999px; background-color: #e0fbd4; }
  body.themed-blue .banner-menu-subscribe:after { background-color: #8dd2cd; }
  .banner-menu-subscribe__text { display: block; margin: 0 0 5px; padding: 0; text-align: right; }
  .banner-menu-subscribe__link { padding: 8px 20px; } }

@media only screen and (min-width: 768px) { .banner-menu__item--first { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; padding: 0 0 20px; }
  .banner-menu-nav { padding-left: 20px; }
  .banner-menu-nav__list { margin: 0; }
  .banner-menu-nav__list li { width: auto; vertical-align: bottom; margin-right: 15px; display: inline-block; }
  .banner-menu-subscribe { -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; padding-bottom: 20px; } }

@media only screen and (min-width: 992px) { .banner-menu-nav { padding-left: 25px; }
  .banner-menu-nav__list li { font-size: 18px; margin-right: 40px; }
  .banner-menu-subscribe { padding-left: 0; }
  .banner-menu-subscribe:before { background-color: #e0fbd4; content: ''; display: block; height: 190px; right: 100%; position: absolute; left: -225px; z-index: 0; top: -9px; -webkit-transform: skewY(-60deg); -ms-transform: skewY(-60deg); transform: skewY(-60deg); -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }
  body.themed-blue .banner-menu-subscribe:before { background-color: #8dd2cd; } }

@media only screen and (min-width: 1200px) { .banner-menu-nav { padding-left: 40px; }
  .banner-menu-nav__list li { margin-right: 50px; }
  .banner-menu-subscribe:before { -webkit-transform: skewY(-40deg); -ms-transform: skewY(-40deg); transform: skewY(-40deg); } }

.modal { display: none; position: fixed; z-index: 9999; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: black; background-color: rgba(0, 0, 0, 0.4); -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; }

@-webkit-keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
  60% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
  80% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

@keyframes swing { 20% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
  40% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
  60% { -webkit-transform: rotate(15deg); transform: rotate(15deg); }
  80% { -webkit-transform: rotate(-15deg); transform: rotate(-15deg); }
  100% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } }

.modal__content { position: absolute; margin: 0 auto; left: 0; right: 0; bottom: 0; width: 100%; text-align: center; -webkit-animation-name: slideIn; animation-name: slideIn; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; }

.modal__close { position: absolute; right: 10px; top: 10px; display: block; width: 30px; height: 30px; border-radius: 50%; border: 2px solid #eee; }

.modal__close .icon { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 0; margin: 0 auto; width: 20px; height: 20px; fill: #eee; }

.modal__close:hover, .modal__close:focus { text-decoration: none; cursor: pointer; }

.modal__headline { color: #00b259; margin: 10px auto; line-height: 1.2; font-size: 20px; }

.modal__headline .sub { display: block; font-size: 16px; color: #777777; }

.modal__headline .sub--sm { font-size: 14px; font-weight: 400; }

.modal__icon { width: 80px; height: 40px; }

.modal__icon--email-fanbuzz { width: 110px; }

.modal__icon--email-clark-deals { width: 200px; }

.modal__icon--email-clark { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-iteration-count: 6; animation-iteration-count: 6; -webkit-animation-name: swing; animation-name: swing; }

.modal__header { padding: 20px 10px 30px; border-top: 6px solid #00b259; background-color: #fff; position: relative; overflow: hidden; }

.modal__form-wrap { position: relative; margin: 0 auto; }

.modal__form-wrap.success { max-width: 260px; }

.modal__form { transition: all .3s; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.success .modal__form { position: absolute; -webkit-transform: translateX(500px); -ms-transform: translateX(500px); transform: translateX(500px); }

.modal__field { border-radius: 8px; border: none; padding-left: 10px; padding-right: 10px; }

.modal__field--input { transition: all .3s; width: 60%; background-color: #eee; border: 2px solid #eee; padding-right: 40px; }

.modal__field--input:focus { outline: none; border: 2px solid #00b259; }

.modal__field--input:focus::-webkit-input-placeholder { color: #989898; }

.modal__field--input:focus:-moz-placeholder { color: #989898; }

.modal__field--input:focus::-moz-placeholder { color: #989898; }

.modal__field--input:focus:-ms-input-placeholder { color: #989898; }

.modal__field--input::-webkit-input-placeholder { color: #565656; }

.modal__field--input:-moz-placeholder { color: #565656; }

.modal__field--input::-moz-placeholder { color: #565656; }

.modal__field--input:-ms-input-placeholder { color: #565656; }

.modal__field--submit { width: 40%; margin-left: 10px; }

.modal__message { height: 0; bottom: 0; opacity: 0; text-align: left; transition: opacity .3s; }

.modal__message--loading { transition: all .3s; position: absolute; left: 50%; top: 10px; }

.error .modal__message--error { opacity: 1; height: auto; }

.success .modal__message--success { opacity: 1; height: auto; padding: 10px 0; }

.success .modal__message--loading { opacity: 1; height: auto; left: -40px; }

.loading .modal__message--loading { opacity: 1; height: auto; }

.modal__img { width: 100%; display: block; }

.modal__btn { background: none; border: none; display: block; background: none; border: none; display: block; padding: 0; color: #00b259; position: absolute; right: 6px; bottom: 6px; font-size: 12px; }

.modal__btn:active, .modal__btn:focus { outline: none; color: #00f47a; }

.modal__btn:active .icon, .modal__btn:focus .icon { fill: #00f47a; }

.modal__btn span.less { display: none; }

.modal__btn .icon { -webkit-transform: rotate(0); -ms-transform: rotate(0); transform: rotate(0); width: 10px; height: 10px; fill: #00b259; margin-left: 1px; }

.modal__body { transition: max-height 0.3s ease; overflow: hidden; max-height: 0; }

@media only screen and (min-width: 768px) { .modal__header { padding: 20px 40px; }
  .modal__btn { display: none; }
  .modal__body { max-height: 1024px; }
  .modal__outer { display: table; height: 100%; max-width: 450px; margin: 0 auto; }
  .modal__content { display: table-cell; vertical-align: middle; position: relative; padding-bottom: 0; -webkit-animation-name: fadeIn; animation-name: fadeIn; } }

.modal.closing { -webkit-animation-name: fadeOut; animation-name: fadeOut; -webkit-animation-duration: 0.4s; animation-duration: 0.4s; }

.modal.closing .modal__content { -webkit-animation-name: slideOut; animation-name: slideOut; }

.modal__btn { display: none; }

@media only screen and (max-width: 767px) { .modal.expand .modal__body { max-height: 270px; }
  .modal.expand .modal__btn span { display: none; }
  .modal.expand .modal__btn span.less { display: inline-block; vertical-align: middle; }
  .modal.expand .modal__btn .icon { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } }

@media (max-width: 767px) and (orientation: landscape) { .modal.expand .modal__body { max-height: 200px; } }

.modal.alternate .modal__form-wrap { display: none; }

.modal.alternate .modal__btn { display: block; }

.modal.alternate .modal__icon { width: 40px; height: 40px; }

.modal.alternate .modal__icon--sports { width: 167px; height: 35px; }

.modal.alternate .modal__header { padding-left: 40px; padding-right: 40px; }

@media only screen and (min-width: 768px) { .modal.alternate .modal__content { max-width: 330px; }
  .modal.alternate .modal__btn { display: none; } }

.modal.fanbuzz.alternate .modal__headline { margin-top: 4px; }

.modal.clark .modal__header { padding-bottom: 10px; }

.modal.clark .modal__close { border-color: #777777; }

.modal.clark .modal__close .icon { fill: #777777; }

.modal.clark:not(.alternate) .modal__header, .modal.clark-deals:not(.alternate) .modal__header { padding-bottom: 0; }

.modal.clark:not(.alternate) .modal__header .form-mc__status, .modal.clark-deals:not(.alternate) .modal__header .form-mc__status { min-width: 300px; }

.modal.clark:not(.alternate) .modal__header { padding-top: 30px; background-image: url(/wp-content/themes/vip/cox-rare-platform/assets/brands/clark/img/clark-said-logo.svg); background-repeat: no-repeat; background-size: 30%; background-position: 5% 5%; }

.loading-icon { width: 25px; }

.loading-icon .check-path { opacity: 0; }

.loading-icon .check-path, .loading-icon .r-path { fill: #00b259; }

.success .loading-icon .check-path { opacity: 1; }

.success .loading-icon .r-path { opacity: 0; }

.success .loading-icon .circle-path { stroke-dashoffset: 0; }

.loading-icon .circle-path { fill: none; stroke: #00b259; stroke-miterlimit: 10; stroke-dasharray: 2000; stroke-dashoffset: 2000; stroke-width: 10px; }

.loading .loading-icon .circle-path { -webkit-animation: dash 2s linear forwards; animation: dash 2s linear forwards; }

.comments { border: 1px solid #eee; border-bottom: none; list-style: none; padding: 0; }

.comments__block { border-bottom: 1px solid #eee; position: relative; cursor: pointer; }

.comments__block--main { cursor: default; display: none; padding: 1em; }

.comments__heading { display: block; color: #00b259; font-weight: bold; padding: .6em 1em .4em; text-align: center; background-color: #fff; font-size: 1.3em; }

.comments__count { width: 2em; height: 2em; display: inline-block; vertical-align: middle; position: relative; padding: .2em 0 .3em 0; text-align: center; font-size: 1em; line-height: 1.4em; margin-left: .5em; }

.comments__count .icon, .comments__count .count { fill: #00b259; width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: inline-block; }

.comments__count .count { top: .2em; right: .3em; left: auto; font-size: .8em; }

.comments .hide { display: none; }

.comments .open .show { display: none; }

.comments .open .hide { display: inline-block; }

.comments.alt { border: none; }

.comments.alt .comments__block { border: none; }

.comments.alt .comments__block:before { border-width: 6px; }

.comments.alt .comments__heading { color: #00afef; font-size: 2em; padding-left: 1em; padding-right: 1em; }

.comments.alt .comments__count { width: auto; padding: 0 .5em; line-height: 1.8em; height: 1.8em; border-radius: 100px; background-color: #eee; font-size: .5em; }

.comments.alt .comments__count a { color: #00afef; }

.comments.alt .comments__count .count { position: static; }

.comments.alt .comments__count .icon { transition: all .3s; fill: #00afef; width: 1em; height: 1em; position: absolute; left: 107%; top: 50%; display: inline-block; -webkit-transform-origin: 100% 50% 0; -ms-transform-origin: 100% 50% 0; transform-origin: 100% 50% 0; -webkit-transform: translateY(-50%) rotate(0deg); -ms-transform: translateY(-50%) rotate(0deg); transform: translateY(-50%) rotate(0deg); }

.comments.alt .open .comments__count .icon { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }

@media only screen and (min-width: 768px) { .comments__block { text-align: center; }
  .comments__block:before { content: ''; border-top: 1px solid #dddac8; height: 1em; width: 100%; position: absolute; top: 55%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; }
  .comments__block--main:before { display: none; }
  .comments__heading { background-color: #fff; padding: .5em 2em; display: inline-block; position: relative; font-size: 2em; }
  .comments__count { font-size: .8em; }
  .comments.alt .comments__block:before { border-width: 6px; top: 60%; }
  .comments.alt .comments__heading { font-size: 2.5em; width: 70%; } }

.banner-featured-podcast { background-color: #333; color: #fff; padding: .5em; }

.banner-featured-podcast__title { margin: 0; font-size: 3em; display: none; }

.banner-featured-podcast__content { padding-top: 1em; line-height: 1.5; }

.banner-featured-podcast__content h2, .banner-featured-podcast__content h3, .banner-featured-podcast__content h4 { color: #00afef; font-weight: normal; }

@media only screen and (min-width: 480px) { .banner-featured-podcast__title { display: block; margin-bottom: .5em; } }

@media only screen and (min-width: 992px) { .banner-featured-podcast { padding: 2em; }
  .banner-featured-podcast .content__block--secondary { width: 300px; } }

.guides { padding: 0; margin: 0; font-size: 0; position: relative; color: #fff; }

.guides .menu-item { font-size: 1em; font-size: 1rem; }

.guides .menu-item--first-level { width: 100%; display: inline-block; vertical-align: top; margin-bottom: 15px; padding: 0 15px; }

.guides .menu-item--first-level > .menu-item__wrap { display: block; position: relative; padding: 1em 0; }

.guides .menu-item--first-level > .menu-item__wrap a { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; font-weight: bold; }

.guides .menu-item a { color: #fff; }

.guides .menu-item--second-level { background-color: transparent; line-height: 1.25em; margin-bottom: 1em; list-style: disc; }

.guides .icon { display: block; height: 6em; margin: 0 auto 3em; }

.guides .sub-menu { margin: 0; list-style: none; display: none; -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; -webkit-column-gap: 40px; -moz-column-gap: 40px; column-gap: 40px; padding: 60px 40px 20px; z-index: 2; position: relative; }

.guides .sub-menu__title { font-size: 1em; position: absolute; left: 20px; top: 0px; width: 80%; padding-bottom: 10px; border-bottom: 1px solid #fff; }

.guides .icon-wrap { display: block; text-align: center; }

.guides .dropdown-toggle { position: absolute; width: 100%; height: 100%; background-color: transparent; border: none; outline: none; top: 0; }

.guides .menu-item__wrap.toggle-on + .sub-menu { display: block; }

@media only screen and (min-width: 480px) { .guides .menu-item--first-level { width: 50%; margin-bottom: 0; }
  .guides .menu-item--first-level > .menu-item__wrap { margin-bottom: 30px; }
  .guides .menu-item--first-level > .menu-item__wrap a { height: 144px; }
  .guides .menu-item__wrap.toggle-on:before { content: ''; height: 30px; width: 100%; position: absolute; top: 100%; left: 0; }
  .guides .sub-menu { position: absolute; left: 0; width: 100%; } }

@media only screen and (min-width: 768px) { .guides .menu-item--first-level { width: 33.33%; }
  .guides .menu-item--first-level > .menu-item__wrap a { height: 240px; }
  .guides .dropdown-toggle:hover { box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0.25); }
  .toggle-on .guides .dropdown-toggle:hover { box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 0); }
  .guides .toggle-on .dropdown-toggle:hover { box-shadow: none; } }

.menu-item__wrap, .sub-menu, .menu-item__wrap.toggle-on:before { background-color: #00afef; }

.cars .menu-item__wrap, .cars .sub-menu, .cars .menu-item__wrap.toggle-on:before { background-color: #00b259; }

.travel .menu-item__wrap, .travel .sub-menu, .travel .menu-item__wrap.toggle-on:before { background-color: #00597c; }

.personal-finance-credit .menu-item__wrap, .personal-finance-credit .sub-menu, .personal-finance-credit .menu-item__wrap.toggle-on:before { background-color: #506935; }

.deals-money-saving-advice .menu-item__wrap, .deals-money-saving-advice .sub-menu, .deals-money-saving-advice .menu-item__wrap.toggle-on:before { background-color: #aea80f; }

.consumer-issues-id-theft .menu-item__wrap, .consumer-issues-id-theft .sub-menu, .consumer-issues-id-theft .menu-item__wrap.toggle-on:before { background-color: #eeb110; }

.education .menu-item__wrap, .education .sub-menu, .education .menu-item__wrap.toggle-on:before { background-color: #759a4d; }

.employment-military .menu-item__wrap, .employment-military .sub-menu, .employment-military .menu-item__wrap.toggle-on:before { background-color: #759a4d; }

.family-lifestyle .menu-item__wrap, .family-lifestyle .sub-menu, .family-lifestyle .menu-item__wrap.toggle-on:before { background-color: #008443; }

.health-health-care .menu-item__wrap, .health-health-care .sub-menu, .health-health-care .menu-item__wrap.toggle-on:before { background-color: #af830c; }

.homes-real-estate .menu-item__wrap, .homes-real-estate .sub-menu, .homes-real-estate .menu-item__wrap.toggle-on:before { background-color: #0082b3; }

.scams-rip-offs .menu-item__wrap, .scams-rip-offs .sub-menu, .scams-rip-offs .menu-item__wrap.toggle-on:before { background-color: #005a2e; }

.shopping-retail .menu-item__wrap, .shopping-retail .sub-menu, .shopping-retail .menu-item__wrap.toggle-on:before { background-color: #775a08; }

.back-to-school .menu-item__wrap, .back-to-school .sub-menu, .back-to-school .menu-item__wrap.toggle-on:before { background-color: #005a2e; }

.money-tips-2017 .menu-item__wrap, .money-tips-2017 .sub-menu, .money-tips-2017 .menu-item__wrap.toggle-on:before { background-color: #005a2e; }

.technology .menu-item__wrap, .technology .sub-menu, .technology .menu-item__wrap.toggle-on:before { background-color: #575507; }

.insurance .menu-item__wrap, .insurance .sub-menu, .insurance .menu-item__wrap.toggle-on:before { background-color: #807d0b; }

.business-entrepreneurs .menu-item__wrap, .business-entrepreneurs .sub-menu, .business-entrepreneurs .menu-item__wrap.toggle-on:before { background-color: #a0cf67; }

.recommended .menu-item__wrap, .recommended .sub-menu, .recommended .menu-item__wrap.toggle-on:before { background-color: #005a2e; }

.see-all-topics .menu-item__wrap, .see-all-topics .sub-menu, .see-all-topics .menu-item__wrap.toggle-on:before { background-color: #333; }

.breadcrumbs { display: inline-block; list-style: none; }

.breadcrumbs .cat-item { display: none; }

.breadcrumbs__list, .breadcrumbs .children, .breadcrumbs .cat-item--parent, .breadcrumbs .current-cat-parent, .breadcrumbs .current-cat, .breadcrumbs .cat-item a:after, .breadcrumbs a { list-style: none; padding: 0; margin: 0; display: inline-block; vertical-align: baseline; }

.breadcrumbs .cat-item a:after { content: '/'; margin: 0 .5em; color: #fff; }

.breadcrumbs .current-cat { font-weight: normal; }

.breadcrumbs .current-cat a:after { display: none; }

.breadcrumbs li.cat-item--post { display: inline-block; }

.breadcrumbs li.cat-item--post a { text-decoration: none; }

.breadcrumbs li.cat-item--post a:before { content: '/'; margin: 0 .5em; color: #fff; }

.breadcrumbs li.cat-item--post a:after { display: none; }

.breadcrumbs li.cat-item--post.no-tax a:before { display: none; }

.breadcrumbs.inverse .current-cat a, .breadcrumbs.inverse .cat-item--post a, .breadcrumbs.inverse .cat-item a:after { color: #bbbbbb; }

.breadcrumbs.inverse .cat-item--post a { font-weight: normal; }

.disclaimer { padding: 0 0 0 1em; margin: 1em 0; border-left: 5px solid #00b259; }

.disclaimer a { font-weight: bold; }

@media only screen and (max-width: 767px) { .disclaimer { font-size: 10px; line-height: 12px; } }

.media-kit__top p { margin: 0; }

.media-kit__page-title { margin-bottom: .3em; }

.media-kit__cta-wrap { font-size: .8em; margin-top: 1em; }

.media-kit__cta { background-color: #eee; color: #00b259; font-weight: bold; font-size: 1.3em; padding: 1em; display: block; }

.media-kit__cta--simple { display: block; width: 100%; position: relative; }

.media-kit__cta.mousedown { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-name: slideOutSubtle; animation-name: slideOutSubtle; }

.media-kit__cta-text { display: block; }

.media-kit__section { background-color: #eee; padding: 1em; margin: 1.5em 0 .8em; }

.media-kit__section--flush { padding: 0; }

.media-kit__section iframe { width: 100%; }

.media-kit__section-title { margin: 0 0 1em; }

.media-kit__btn { background-color: transparent; margin-bottom: 1em; display: block; width: 100%; position: relative; border-top: 2px solid #bbbbbb; }

.media-kit__select { width: 100%; margin-bottom: 2em; }

.media-kit__embed { transition: all .3s; text-align: center; margin-bottom: 3em; }

.media-kit__embed p { margin: .3em 0; }

.media-kit__embed pre { border: 2px solid #eee; padding: .5em; }

.media-kit__embed pre a { color: #333; }

.media-kit__embed pre::-moz-selection { background-color: #00b259; color: #fff; }

.media-kit__embed pre::selection { background-color: #00b259; color: #fff; }

.media-kit__embed-desc { transition: all .3s; opacity: 1; max-height: 0; overflow: hidden; text-align: left; }

.expand .media-kit__embed-desc { opacity: 1; max-height: 500px; }

.media-kit__embed-btn { color: #00b259; background-color: transparent; font-size: 1.2em; font-weight: bold; margin-bottom: .5em; }

.media-kit__embed-title { margin: 1.5em 0 0; text-transform: uppercase; }

.media-kit__syn { height: 520px; overflow-y: scroll; }

.media-kit__logo-wrap { display: block; max-width: 200px; margin: 0 auto; }

@media only screen and (min-width: 768px) and (max-width: 991px) { .media-kit__cta { font-size: 1.2em; padding: .3em; } }

@media only screen and (min-width: 768px) { .media-kit__top { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }
  .media-kit__desc { width: 80%; padding-bottom: 0; }
  .media-kit__cta { display: inline-block; }
  .media-kit__cta-wrap { width: 20%; text-align: right; }
  .media-kit__grid { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .media-kit__grid > div { width: 42%; padding: 0 2em; }
  .media-kit__logo-wrap { display: block; height: 120px; max-width: none; position: relative; margin: 0 1em; }
  .media-kit__logo-wrap img { display: block; position: absolute; } }

@media only screen and (min-width: 1200px) { .media-kit__syn { height: 330px; } }

.media-kit a { text-decoration: none; }

.media-kit button { outline: none; border: none; }

.media-kit h4 { margin: 0; color: #333; font-size: 1.2em; }

.link-list { padding: 0; margin: 0; list-style: none; }

.link-list__label { color: #fff; background-color: #00b259; border-radius: 3px; font-weight: bold; position: relative; text-align: left; transition: all .3s; margin: .5em 0; }

.link-list__label:hover { opacity: .8; }

.link-list__label a { display: block; color: #fff; padding: .7em 1em; }

.link-list__label span { display: inline-block; vertical-align: middle; }

.link-list__icon-wrap svg { width: 1em; height: 1em; fill: #fff; margin-right: .5em; }

.link-list.two-col .link-list__label { background-color: #333; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; margin: 0 0 1em; }

.link-list.two-col img { width: 20px; margin-right: .5em; display: block; }

@media only screen and (min-width: 768px) { .link-list.two-col { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; } }

.link-list.accented .link-list__icon-wrap { background-color: #00b259; width: 50px; height: 50px; border-radius: 50%; display: inline-block; position: absolute; left: 0; margin-left: -10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.link-list.accented .link-list__icon-wrap img { width: 60%; display: block; position: absolute; top: 50%; left: 0; right: 0; margin: 0 auto; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; }

.link-list.accented .link-list__icon-wrap img.icon-tall { width: 40%; }

.link-list.accented .link-list__label { text-align: center; margin: 2em 0; }

.link-list.accented .link-list__label a { padding: .6em 2em; }

.link-list.accented .link-list__label:nth-child(2), .link-list.accented .link-list__label:nth-child(2) .link-list__icon-wrap { background-color: #00934a; }

.link-list.accented .link-list__label:nth-child(3), .link-list.accented .link-list__label:nth-child(3) .link-list__icon-wrap { background-color: #00753a; }

.link-list.accented .link-list__label:nth-child(4), .link-list.accented .link-list__label:nth-child(4) .link-list__icon-wrap { background-color: #004c26; }

@media only screen and (min-width: 768px) { .link-list.accented.link-list { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .link-list.accented.link-list > li { display: -webkit-flex; display: -ms-flexbox; display: flex; margin: 0 0 .5em; border-radius: 0; }
  .link-list.accented.link-list a { display: -webkit-flex; display: -ms-flexbox; display: flex; height: 100%; width: 100%; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; padding-left: 4em; padding-right: 4em; } }

@media only screen and (min-width: 1200px) { .link-list.accented { padding-left: .5em; }
  .link-list.accented li.link-list__label { border-radius: 3px; }
  .link-list.accented .link-list__label a { font-size: 1.1em; }
  .link-list.accented .link-list__icon-wrap { background-color: #00b259; width: 65px; height: 65px; } }

.social-share-this__text { font-size: 1em; display: inline-block; margin-bottom: .3em; }

.archive-podcasts__inner { background-color: #eee; }

.archive-podcasts__posts { padding: 1em; }

.archive-podcasts__posts > div { margin-bottom: 1em; }

.archive-podcasts__headline { padding: .5em .5em 0; margin: 0; font-size: 2em; }

@media only screen and (min-width: 768px) { .archive-podcasts__posts { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .archive-podcasts__posts > div { width: 49%; margin-bottom: 1em; }
  .archive-podcasts__headline { font-size: 3em; padding: .3em .3em 0; } }

@media only screen and (min-width: 992px) { .archive-podcasts__posts > div { width: 32%; } }

.archive-feat-feed { margin-top: 3em; }

.archive-feat-feed__title { padding-bottom: .5em; margin-bottom: 1em; border-bottom: 1px solid #00afef; }

.archive-feat-feed__feed { font-size: .9em; }

.archive-feat-feed__posts { margin-bottom: 5em; }

@media only screen and (min-width: 768px) { .archive-feat-feed__posts { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .archive-feat-feed__feed { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; width: 70%; padding-left: 2.5em; }
  .archive-feat-feed__feat { width: 30%; } }

.archive-feat-feed.topics-display .archive-feat-feed__title { color: #00afef; font-size: 2em; }

.archive-feat-feed .simple-feed__title { display: none; }

.archive-subcats__heading { border-bottom: 2px solid #333; margin-bottom: 0; padding-bottom: .3em; font-weight: normal; font-size: 2.5em; }

.archive-subcats__breadcrumbs { display: inline-block; padding: .5em; background-color: #333; color: #fff; font-weight: bold; font-size: .85em; }

.archive-subcats__breadcrumbs .current { color: #fff; font-weight: normal; }

.archive-subcats__menu { margin: 1.4em 0; }

.archive-subcats__posts { margin-top: 1.4em; }

.voices-card { background-color: #eee; padding: 1em; }

.voices-card:nth-child(even) { background-color: #e1e1e1; }

@supports (object-fit: cover) { .voices-card__image-wrap img { height: 100%; object-fit: cover; } }

.voices-card__image-wrap { border: 4px solid #cfcfcf; float: left; width: 150px; height: 200px; position: relative; margin: 0 1em 1em 0; }

.voices-card__image-wrap img { width: 100%; position: absolute; }

.voices-card__content { line-height: 1.5; font-family: "Source Sans Pro", Helvetica, Arial, sans-serif; margin-bottom: .5em; }

.voices-card__headline { margin: 0 0 .5em; font-size: 1.8em; padding-bottom: .5em; border-bottom: 1px solid #c8c8c8; }

.voices-card__cta-wrap { text-align: right; }

.voices-card__cta { border-radius: 3px; font-size: .8em; text-align: center; text-transform: uppercase; }

.voices-card__cta span { display: block; font-weight: bold; }

.voices-card__cta:hover { opacity: .9; color: #333; }
