@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap'); */

.btn-primary {
	border-color: #33488c;
	background-image: -webkit-linear-gradient(top, #265a88 0, #265a88 100%);
	background-image: -o-linear-gradient(top, #265a88 0, #33488c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #265a88), to(#33488c));
	background-image: linear-gradient(to bottom, #265a88 0, #33488c 100%)
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

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

caption,
td,
th {
	text-align: left;
	font-weight: 400;
	vertical-align: middle
}

blockquote,
q {
	quotes: none
}

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

a img {
	border: 0
}

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

#content-box .banner h1 {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 3.25rem;
	letter-spacing: .8px;
	color: #000
}

.alignright {
	float: right
}

.alignright {
	float: right;
	margin: .5em 0 .5em 1em
}

.alignleft {
	float: left;
	margin: .5em 1em .5em 0
}

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

.btn.btn-default {
	border-radius: 2px;
	background: #254c8e;
	border: 1px solid #254c8e;
	padding: 5px 10px;
	height: auto;
	width: auto;
	text-shadow: none;
	line-height: 2.5em
}

.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
	color: #254c8e;
	background: #fff
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:active:focus,
.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn:active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn {
	border: none;
	color: #fff;
	border-radius: 0;
	outline: 0;
	height: 32px;
	height: 3.2rem;
	line-height: 32px;
	line-height: 3.2rem;
	padding: 0 12px;
	padding: 0 1.2rem;
	vertical-align: middle;
	text-transform: uppercase !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.btn:focus,
.btn:hover {
	opacity: .85
}

.btn-bjc,
.btn-bjc:active,
.btn-bjc:focus,
.btn-bjc:hover {
	background: #049f11 !important;
	font-size: 20px;
	font-size: 2rem;
	color: #fff !important;
	border-radius: 5px;
	border-radius: .5rem
}

a:hover>span.btn-bjc,
a:hover>span.btn-bjc:active,
a:hover>span.btn-bjc:focus {
	opacity: .8
}

.btn-bjc.small {
	font-size: inherit
}

.wf-roboto-n3-loading * {
	font-family: Helvetica, Arial;
	font-weight: lighter
}

.wf-roboto-n4-loading * {
	font-family: Helvetica, Arial;
	font-weight: 400
}

.wf-roboto-n7-loading * {
	font-family: Helvetica, Arial;
	font-weight: 700
}

.wf-roboto-n3-active,
.wf-roboto-n3-inactive,
.wf-roboto-n4-active,
.wf-roboto-n4-inactive,
.wf-roboto-n7-active,
.wf-roboto-n7-inactive {
	font-family: Roboto
}

.clearfix::after,
.clearfix::before {
	content: "";
	display: table;
	clear: both
}

a {
	color: #0074d9
}

a:hover {
	color: #001f3f
}

#header_flags {
	position: absolute;
	right: 0;
	top: 53px;
	text-align: right
}

.scrolling #header_flags {
	display: none
}

.profile-pic {
	float: left;
	width: 250px
}

@media only screen and (max-width:320px) {
	.profile-pic {
		width: 100%
	}
}

@media only screen and (min-width:321px) and (max-width:1139px) {
	.profile-pic {
		width: 125px
	}
}

@media only screen and (min-width:1140px) {
	.profile-pic {
		float: none
	}
}

@media only screen and (max-width:320px) {
	.biography {
		width: 100%
	}
}

@media only screen and (min-width:321px) and (max-width:1139px) {
	.biography {
		width: 125px
	}
}

@media only screen and (min-width:1140px) {
	.biography {
		float: none
	}
}

.row {
	position: relative
}

@media only screen {
	.small-fixed-300-left.column {
		width: 18.75rem;
		float: left;
		z-index: 10
	}

	.small-fixed-300-right.column {
		width: 18.75rem;
		float: right;
		z-index: 10
	}

	.small-fluid-300-left.column {
		padding-right: 20rem !important;
		margin-right: -20rem !important
	}

	.small-fluid-300-right.column {
		padding-left: 20rem !important;
		margin-left: -20rem !important
	}

	.small-fixed-154-left.column {
		width: 9.625rem;
		float: left;
		z-index: 10
	}

	.small-fixed-154-right.column {
		width: 9.625rem;
		float: right;
		z-index: 10
	}

	.small-fluid-154-left.column {
		padding-right: 10.875rem !important;
		margin-right: -10.875rem !important
	}

	.small-fluid-154-right.column {
		padding-left: 10.875rem !important;
		margin-left: -10.875rem !important
	}
}

@media only screen and (min-width:1023px) {
	.large-fixed-300-left.column {
		width: 18.75rem;
		float: left;
		z-index: 1000;
		padding-right: 0 !important
	}

	.large-fixed-300-right.column {
		width: 18.75rem;
		float: right;
		z-index: 1000
	}

	.large-fluid-300-left.column {
		padding-right: 20rem !important;
		margin-right: -20rem !important
	}

	.large-fluid-300-right.column {
		padding-left: 20rem !important;
		margin-left: -20rem !important
	}

	.large-fixed-154-left.column {
		width: 9.625rem;
		float: left;
		z-index: 10
	}

	.large-fixed-154-right.column {
		width: 9.625rem;
		float: right;
		z-index: 10
	}

	.large-fluid-154-left.column {
		padding-right: 10.875rem !important;
		margin-right: -10.875rem !important
	}

	.large-fluid-154-right.column {
		padding-left: 10.875rem !important;
		margin-left: -10.875rem !important
	}
}

@media print {

	#backtop,
	#breadcrumbs,
	#disqus_thread,
	#main-top-nav,
	#related-topics,
	#share_container,
	#zergnet-widget-41514,
	#zergnet-widget-41521,
	.article-share,
	.author-container,
	.bcx_callout,
	.heading,
	.inside-module,
	.large-fixed-300-right,
	.noPrint,
	.page-nav,
	.pmaz,
	.post-body+div,
	.related-articles,
	.reviewProducts[data-commerce-module="Other Widget"],
	.reviews-share,
	.reviews-tabs,
	.slideshow-stack,
	.story-navigation,
	.teads-inread,
	.zerg-widget,
	.zifftywallpaper_left,
	.zifftywallpaper_right,
	footer,
	noscript {
		display: none !important
	}

	a:not(.zdcse-buybtn)::after {
		content: "" !important
	}

	.slide-section .slick-slider {
		display: none !important
	}

	h2,
	h3 {
		page-break-after: avoid !important
	}

	img,
	ul {
		page-break-inside: avoid !important
	}

	article {
		page-break-before: always !important
	}

	.reviewProducts {
		display: block !important
	}

	#compare-products,
	.seeit {
		background: red !important;
		color: #fff !important
	}

	.article-section {
		width: 100% !important;
		float: left !important
	}
}

@media print and (color) {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact
	}
}

@media print {
	.roundup {
		padding: 0 .625rem 1rem !important
	}

	#roundup-container {
		border: none !important;
		width: 100% !important
	}

	#roundup-container #roundup-table {
		padding-top: .625rem !important;
		border-top: 1px solid #cbcac9 !important
	}

	#roundup-container #roundup-held {
		display: none !important
	}

	#roundup-container .roundup-chart {
		width: 100% !important;
		table-layout: fixed;
		border: none !important
	}

	#roundup-container .roundup-chart:before {
		display: none !important
	}

	#roundup-container .roundup-chart tr {
		display: table-row;
		margin: 0;
		height: auto !important;
		width: 100% !important
	}

	#roundup-container .roundup-chart tr:first-child {
		display: none !important
	}

	#roundup-container .roundup-chart tr:before {
		content: '';
		display: none
	}

	#roundup-container .roundup-chart tr:nth-child(even) td {
		background: #e5e5e5 !important
	}

	#roundup-container .roundup-chart tr:nth-child(even) td:first-child {
		background: #d2d2d2 !important;
		text-align: left
	}

	#roundup-container .roundup-chart tr:nth-child(odd) td {
		background: #f5f5f5 !important
	}

	#roundup-container .roundup-chart tr:nth-child(odd) td:first-child {
		background: #e5e5e5 !important;
		text-align: left
	}

	#roundup-container .roundup-chart tr:nth-child(1) td:not(:first-child),
	#roundup-container .roundup-chart tr:nth-child(2) td:not(:first-child),
	#roundup-container .roundup-chart tr:nth-child(3) td:not(:first-child),
	#roundup-container .roundup-chart tr:nth-child(4) td:not(:first-child) {
		background: #fff !important
	}

	#roundup-container .roundup-chart tr td {
		width: 2%;
		min-width: 86px !important;
		padding: 5px 0;
		word-wrap: break-word;
		word-break: break-word;
		overflow-wrap: break-word;
		display: table-cell !important;
		font-size: .8rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300
	}

	#roundup-container .roundup-chart tr td .msrp>*,
	#roundup-container .roundup-chart tr td .zdcse-buybtn>* {
		display: block;
		margin-bottom: .5rem
	}

	#roundup-container .roundup-chart tr td .msrp strong,
	#roundup-container .roundup-chart tr td .zdcse-buybtn strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}

	#roundup-container .roundup-chart tr td .msrp .commerce-cta,
	#roundup-container .roundup-chart tr td .zdcse-buybtn .commerce-cta {
		display: table-cell !important;
		background: #e20309 !important;
		color: #fff !important;
		font: .75rem "Roboto", arial, sans-serif;
		text-transform: uppercase;
		padding: .1rem .625rem;
		height: 2.2rem;
		vertical-align: middle;
		width: 84px;
		border-bottom: 2px solid #a9050b !important
	}

	#roundup-container .roundup-chart tr td .zdcse-buybtn:after {
		display: inline-block !important;
		background: #e20309 !important;
		width: 84px;
		color: #fff !important;
		padding: .1rem .625rem !important;
		height: auto;
		border-bottom: 2px solid #a9050b !important;
		font-size: 1rem !important
	}

	#roundup-container .frozen {
		display: table-cell !important
	}

	.next-product,
	.prev-product,
	.roundup-items,
	.styled-select {
		display: none !important
	}

	#rrlist .product-item {
		width: 100%;
		float: left;
		border-bottom: 1px dashed #cbcac9 !important
	}

	#rrlist .msrp .seeit,
	#rrlist .zdcse-buybtn .seeit {
		background: #e20309 !important;
		color: #fff !important
	}

	#rrlist .product-item .large-6 {
		width: 30%
	}

	#rrlist .product-item .large-14 {
		width: 70%
	}
}

a.zdcse-buybtn,
body tr td.bjc-win-buybutton a {
	min-height: 0
}

a.banner-play,
a.zdcse-buybtn span.seeit,
body tr td.bjc-win-buybutton a span.seeit {
	width: auto;
	text-transform: uppercase;
	margin: 5px 0;
	border-radius: 2px;
	font-family: Roboto, arial, sans-serif;
	display: inline-block;
	color: #fff;
	background: #049f11;
	min-height: 0;
	font-size: 1rem;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: .7px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #049f11;
	padding: 0 10px
}

a.zdcse-buybtn span.seeit {
	width: auto;
	line-height: 25px;
	padding: 0 10px
}

.review-closed-btn {
	width: auto;
	text-transform: uppercase;
	margin: 5px 0;
	border-radius: 2px;
	font-family: Roboto, arial, sans-serif;
	display: inline-block;
	color: #fff;
	background: #444;
	min-height: 0;
	font-size: 1rem;
	font-size: 19px;
	font-weight: 500;
	letter-spacing: .7px;
	text-align: center;
	line-height: 42px;
	border: 1px solid #e20309;
	padding: 0 10px;
	border-color: #222
}

a.banner-play:hover,
a.zdcse-buybtn:hover span.seeit {
	border: 1px solid #049f11;
	background: #fff !important;
	color: #049f11 !important
}

a:hover .review-closed-btn {
	border: 1px solid #222;
	color: #222;
	background: #ddd
}

body tr td.bjc-win-buybutton a {
	float: right
}

body tr td.bjc-win-buybutton a:hover span.seeit {
	border: 1px solid #049f11;
	background: #fff;
	color: #049f11
}

body tr td.bjc-win-buybutton a span {
	display: inline-block !important
}

body,
html {
	height: 100%;
	scroll-behavior: smooth
}

* {
	box-sizing: border-box
}

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

html {
	font-size: 100%
}

body {
	font-size: 100%;
	background: #fff;
	color: #000;
	cursor: auto;
	font-family: Roboto, arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
	padding: 0;
	position: relative
}

a:hover {
	cursor: pointer
}

img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic
}

.left {
	float: left !important
}

.right {
	float: right !important
}

.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	content: " ";
	display: table;
	clear: both
}

.hide {
	display: none
}

.invisible {
	visibility: hidden
}

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

img {
	display: inline-block;
	vertical-align: middle
}

textarea {
	height: auto;
	min-height: 50px
}

select {
	width: 100%
}

.row {
	margin: 0 auto;
	max-width: 66.875rem;
	width: 100%
}

.row:before {
	content: " ";
	display: table
}

.row:after {
	content: " ";
	display: table;
	clear: both
}

.row.collapse>.column,
.row.collapse>.columns {
	padding-left: 0;
	padding-right: 0
}

.row.collapse .row {
	margin-left: 0;
	margin-right: 0
}

.row .row {
	margin: 0 -.3125rem;
	max-width: none;
	width: auto
}

.row .row:before {
	content: " ";
	display: table
}

.row .row:after {
	content: " ";
	display: table;
	clear: both
}

.row .row.collapse {
	margin: 0;
	max-width: none;
	width: auto
}

.row .row.collapse:before {
	content: " ";
	display: table
}

.row .row.collapse:after {
	content: " ";
	display: table;
	clear: both
}

.column,
.columns {
	padding-left: .3125rem;
	padding-right: .3125rem;
	width: 100%;
	float: left
}

.column+.column:last-child,
.column+.columns:last-child,
.columns+.column:last-child,
.columns+.columns:last-child {
	float: right
}

.column+.column.end,
.column+.columns.end,
.columns+.column.end,
.columns+.columns.end {
	float: left
}

@media only screen {

	.column,
	.columns {
		position: relative;
		padding-left: .3125rem;
		padding-right: .3125rem;
		float: left
	}

	.small-1 {
		width: 5%
	}

	.small-2 {
		width: 10%
	}

	.small-3 {
		width: 15%
	}

	.small-4 {
		width: 20%
	}

	.small-5 {
		width: 25%
	}

	.small-6 {
		width: 30%
	}

	.small-7 {
		width: 35%
	}

	.small-8 {
		width: 40%
	}

	.small-9 {
		width: 45%
	}

	.small-10 {
		width: 50%
	}

	.small-11 {
		width: 55%
	}

	.small-12 {
		width: 60%
	}

	.small-13 {
		width: 65%
	}

	.small-14 {
		width: 70%
	}

	.small-15 {
		width: 75%
	}

	.small-16 {
		width: 80%
	}

	.small-17 {
		width: 85%
	}

	.small-18 {
		width: 90%
	}

	.small-19 {
		width: 95%
	}

	.small-20 {
		width: 100%
	}

	.small-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}

	.column.small-centered,
	.columns.small-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}

	.column.small-uncentered,
	.columns.small-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.column.small-centered:last-child,
	.columns.small-centered:last-child {
		float: none
	}

	.column.small-uncentered:last-child,
	.columns.small-uncentered:last-child {
		float: left
	}

	.column.small-uncentered.opposite,
	.columns.small-uncentered.opposite {
		float: right
	}

	.row.small-collapse>.column,
	.row.small-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.small-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.row.small-uncollapse>.column,
	.row.small-uncollapse>.columns {
		padding-left: .3125rem;
		padding-right: .3125rem;
		float: left
	}
}

@media only screen and (min-width:40.0625em) {

	.column,
	.columns {
		position: relative;
		padding-left: .3125rem;
		padding-right: .3125rem;
		float: left
	}

	.medium-1 {
		width: 5%
	}

	.medium-2 {
		width: 10%
	}

	.medium-3 {
		width: 15%
	}

	.medium-4 {
		width: 20%
	}

	.medium-5 {
		width: 25%
	}

	.medium-6 {
		width: 30%
	}

	.medium-7 {
		width: 35%
	}

	.medium-8 {
		width: 40%
	}

	.medium-9 {
		width: 45%
	}

	.medium-10 {
		width: 50%
	}

	.medium-11 {
		width: 55%
	}

	.medium-12 {
		width: 60%
	}

	.medium-13 {
		width: 65%
	}

	.medium-14 {
		width: 70%
	}

	.medium-15 {
		width: 75%
	}

	.medium-16 {
		width: 80%
	}

	.medium-17 {
		width: 85%
	}

	.medium-18 {
		width: 90%
	}

	.medium-19 {
		width: 95%
	}

	.medium-20 {
		width: 100%
	}

	.medium-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}

	.column.medium-centered,
	.columns.medium-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}

	.column.medium-uncentered,
	.columns.medium-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.column.medium-centered:last-child,
	.columns.medium-centered:last-child {
		float: none
	}

	.column.medium-uncentered:last-child,
	.columns.medium-uncentered:last-child {
		float: left
	}

	.column.medium-uncentered.opposite,
	.columns.medium-uncentered.opposite {
		float: right
	}

	.row.medium-collapse>.column,
	.row.medium-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.medium-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.row.medium-uncollapse>.column,
	.row.medium-uncollapse>.columns {
		padding-left: 0;
		padding-right: .5rem;
		float: left
	}

	.row.medium-uncollapse>.column:last-child,
	.row.medium-uncollapse>.columns:last-child {
		padding-right: 0
	}
}

@media only screen and (min-width:61.3125em) {

	.column,
	.columns {
		position: relative;
		padding-left: .3125rem;
		padding-right: .3125rem;
		float: left
	}

	.large-1 {
		width: 5%
	}

	.large-2 {
		width: 10%
	}

	.large-3 {
		width: 15%
	}

	.large-4 {
		width: 20%
	}

	.large-5 {
		width: 25%
	}

	.large-6 {
		width: 30%
	}

	.large-7 {
		width: 35%
	}

	.large-8 {
		width: 40%
	}

	.large-9 {
		width: 45%
	}

	.large-10 {
		width: 50%
	}

	.large-11 {
		width: 55%
	}

	.large-12 {
		width: 60%
	}

	.large-13 {
		width: 65%
	}

	.large-14 {
		width: 70%
	}

	.large-15 {
		width: 75%
	}

	.large-16 {
		width: 80%
	}

	.large-17 {
		width: 85%
	}

	.large-18 {
		width: 90%
	}

	.large-19 {
		width: 95%
	}

	.large-20 {
		width: 100%
	}

	.large-offset-0 {
		margin-left: 0 !important
	}

	.large-offset-1 {
		margin-left: 5% !important
	}

	.large-offset-2 {
		margin-left: 10% !important
	}

	.large-offset-3 {
		margin-left: 15% !important
	}

	.large-offset-4 {
		margin-left: 20% !important
	}

	.large-offset-5 {
		margin-left: 25% !important
	}

	.large-offset-6 {
		margin-left: 30% !important
	}

	.large-offset-7 {
		margin-left: 35% !important
	}

	.large-offset-8 {
		margin-left: 40% !important
	}

	.large-offset-9 {
		margin-left: 45% !important
	}

	.large-offset-10 {
		margin-left: 50% !important
	}

	.large-offset-11 {
		margin-left: 55% !important
	}

	.large-offset-12 {
		margin-left: 60% !important
	}

	.large-offset-13 {
		margin-left: 65% !important
	}

	.large-offset-14 {
		margin-left: 70% !important
	}

	.large-offset-15 {
		margin-left: 75% !important
	}

	.large-offset-16 {
		margin-left: 80% !important
	}

	.large-offset-17 {
		margin-left: 85% !important
	}

	.large-offset-18 {
		margin-left: 90% !important
	}

	.large-offset-19 {
		margin-left: 95% !important
	}

	.large-reset-order {
		float: left;
		left: auto;
		margin-left: 0;
		margin-right: 0;
		right: auto
	}

	.column.large-centered,
	.columns.large-centered {
		margin-left: auto;
		margin-right: auto;
		float: none
	}

	.column.large-uncentered,
	.columns.large-uncentered {
		float: left;
		margin-left: 0;
		margin-right: 0
	}

	.column.large-centered:last-child,
	.columns.large-centered:last-child {
		float: none
	}

	.column.large-uncentered:last-child,
	.columns.large-uncentered:last-child {
		float: left
	}

	.column.large-uncentered.opposite,
	.columns.large-uncentered.opposite {
		float: right
	}

	.row.large-collapse>.column,
	.row.large-collapse>.columns {
		padding-left: 0;
		padding-right: 0
	}

	.row.large-collapse .row {
		margin-left: 0;
		margin-right: 0
	}

	.row.large-uncollapse>.column,
	.row.large-uncollapse>.columns {
		padding-left: .3125rem;
		padding-right: .3125rem;
		float: left
	}
}

form {
	margin: 0 0 1rem
}

form .row .row {
	margin: 0 -.5rem
}

form .row .row .column,
form .row .row .columns {
	padding: 0 .5rem
}

form .row .row.collapse {
	margin: 0
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
	padding: 0
}

form .row .row.collapse input {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

form .row input.column,
form .row input.columns {
	padding-left: .5rem
}

form .row textarea.column,
form .row textarea.columns {
	padding-left: .5rem
}

label {
	color: #4d4c4c;
	cursor: pointer;
	display: block;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0
}

label.right {
	float: none !important;
	text-align: right
}

label.inline {
	margin: 0 0 1rem 0;
	padding: .5625rem 0
}

label small {
	text-transform: capitalize;
	color: #676767
}

input:not([type]),
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-family: inherit;
	font-size: .875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: .5rem;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .15s linear, background .15s linear
}

.footer-image {
	margin-top: 1em;
	display: inline-block
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .75);
	display: block;
	font-family: inherit;
	font-size: .875rem;
	height: 2.3125rem;
	margin: 0 0 1rem 0;
	padding: .5rem;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .15s linear, background .15s linear
}

input:not([type]):focus,
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus {
	background: #fafafa;
	border-color: #999;
	outline: 0
}

textarea:focus {
	background: #fafafa;
	border-color: #999;
	outline: 0
}

input:not([type]):disabled,
input[type=color]:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=datetime]:disabled,
input[type=email]:disabled,
input[type=month]:disabled,
input[type=number]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=text]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=week]:disabled {
	background-color: #ddd;
	cursor: default
}

textarea:disabled {
	background-color: #ddd;
	cursor: default
}

input:not([type])[disabled],
input:not([type])[readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input:not([type]) {
	background-color: #ddd;
	cursor: default
}

input[type=text][disabled],
input[type=text][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=text] {
	background-color: #ddd;
	cursor: default
}

input[type=password][disabled],
input[type=password][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=password] {
	background-color: #ddd;
	cursor: default
}

input[type=date][disabled],
input[type=date][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=date] {
	background-color: #ddd;
	cursor: default
}

input[type=datetime][disabled],
input[type=datetime][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=datetime] {
	background-color: #ddd;
	cursor: default
}

input[type=datetime-local][disabled],
input[type=datetime-local][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=datetime-local] {
	background-color: #ddd;
	cursor: default
}

input[type=month][disabled],
input[type=month][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=month] {
	background-color: #ddd;
	cursor: default
}

input[type=week][disabled],
input[type=week][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=week] {
	background-color: #ddd;
	cursor: default
}

input[type=email][disabled],
input[type=email][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=email] {
	background-color: #ddd;
	cursor: default
}

input[type=number][disabled],
input[type=number][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=number] {
	background-color: #ddd;
	cursor: default
}

input[type=search][disabled],
input[type=search][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=search] {
	background-color: #ddd;
	cursor: default
}

input[type=tel][disabled],
input[type=tel][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=tel] {
	background-color: #ddd;
	cursor: default
}

input[type=time][disabled],
input[type=time][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=time] {
	background-color: #ddd;
	cursor: default
}

input[type=url][disabled],
input[type=url][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=url] {
	background-color: #ddd;
	cursor: default
}

input[type=color][disabled],
input[type=color][readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] input[type=color] {
	background-color: #ddd;
	cursor: default
}

textarea[disabled],
textarea[readonly] {
	background-color: #ddd;
	cursor: default
}

fieldset[disabled] textarea {
	background-color: #ddd;
	cursor: default
}

input:not([type]).radius,
input[type=color].radius,
input[type=date].radius,
input[type=datetime-local].radius,
input[type=datetime].radius,
input[type=email].radius,
input[type=month].radius,
input[type=number].radius,
input[type=password].radius,
input[type=search].radius,
input[type=tel].radius,
input[type=text].radius,
input[type=time].radius,
input[type=url].radius,
input[type=week].radius {
	border-radius: 6px
}

textarea.radius {
	border-radius: 6px
}

input[type=submit] {
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0
}

textarea {
	max-width: 100%
}

textarea[rows] {
	height: auto
}

:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
	color: #666
}

select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-color: #fafafa;
	border-radius: 0;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
	background-position: 100% center;
	background-repeat: no-repeat;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	color: rgba(0, 0, 0, .75);
	font-family: inherit;
	font-size: .875rem;
	line-height: normal;
	padding: .5rem;
	border-radius: 0;
	height: 2.3125rem
}

select::-ms-expand {
	display: none
}

select.radius {
	border-radius: 6px
}

select:focus {
	background-color: #f3f2f2;
	border-color: #999
}

select:disabled {
	background-color: #ddd;
	cursor: default
}

select[multiple] {
	height: auto
}

input[type=checkbox],
input[type=file],
input[type=radio] {
	margin: 0 0 1rem 0
}

select {
	margin: 0 0 1rem 0
}

input[type=checkbox]+label,
input[type=radio]+label {
	display: inline-block;
	margin-left: .5rem;
	margin-right: 1rem;
	margin-bottom: 0;
	vertical-align: baseline
}

input[type=file] {
	width: 100%
}

fieldset {
	border: 1px solid #ddd;
	margin: 1.125rem 0;
	padding: 1.25rem
}

fieldset legend {
	font-weight: 700;
	margin: 0;
	margin-left: -.1875rem;
	padding: 0 .1875rem
}

[data-abide] .error small.error,
[data-abide] .error span.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

[data-abide] small.error,
[data-abide] span.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

[data-abide] small.error,
[data-abide] span.error {
	display: none
}

small.error,
span.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

.error input,
.error select,
.error textarea {
	margin-bottom: 0
}

.error input[type=checkbox],
.error input[type=radio] {
	margin-bottom: 1rem
}

.error label {
	color: #f04124
}

.error label.error {
	color: #f04124
}

.error small.error {
	display: block;
	font-size: .75rem;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 1rem;
	margin-top: -1px;
	padding: .375rem .5625rem .5625rem;
	background: #f04124;
	color: #fff
}

.error>label>small {
	background: 0 0;
	color: #676767;
	display: inline;
	font-size: 60%;
	font-style: normal;
	margin: 0;
	padding: 0;
	text-transform: capitalize
}

.error span.error-message {
	display: block
}

input.error,
select.error,
textarea.error {
	margin-bottom: 0
}

label.error {
	color: #f04124
}

meta.foundation-mq-topbar {
	font-family: "/only screen and (min-width:51.25rem)/";
	width: 51.25rem
}

.contain-to-grid {
	width: 100%;
	background: 0
}

.contain-to-grid .top-bar {
	margin-bottom: 0
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	left: 0
}

.fixed.expanded:not(.top-bar) {
	height: auto;
	max-height: 100%;
	overflow-y: auto;
	width: 100%
}

.fixed.expanded:not(.top-bar) .title-area {
	position: fixed;
	width: 100%;
	z-index: 99
}

.fixed.expanded:not(.top-bar) .top-bar-section {
	margin-top: 2.1875rem;
	z-index: 98
}

.js-generated {
	display: block
}

@media only screen {

	.hide-for-large,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-medium,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-xlarge,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.show-for-large-down,
	.show-for-medium-down,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only,
	.show-for-small-up,
	.show-for-xlarge-down,
	.show-for-xxlarge-down {
		display: inherit !important
	}

	.hide-for-large-down,
	.hide-for-medium-down,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.hide-for-small-up,
	.hide-for-xlarge-down,
	.hide-for-xxlarge-down,
	.show-for-large,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-medium,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-xlarge,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up {
		display: none !important
	}

	.hidden-for-large,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-medium,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.visible-for-large-down,
	.visible-for-medium-down,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-small-only,
	.visible-for-small-up,
	.visible-for-xlarge-down,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}

	.hidden-for-large-down,
	.hidden-for-medium-down,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only,
	.hidden-for-small-up,
	.hidden-for-xlarge-down,
	.hidden-for-xxlarge-down,
	.visible-for-large,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-medium,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-xlarge,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}

	table.hide-for-large,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-medium,
	table.hide-for-medium-only,
	table.hide-for-medium-up,
	table.hide-for-xlarge,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xxlarge,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.show-for-large-down,
	table.show-for-medium-down,
	table.show-for-small,
	table.show-for-small-down,
	table.show-for-small-only,
	table.show-for-small-up,
	table.show-for-xlarge-down,
	table.show-for-xxlarge-down {
		display: table !important
	}

	thead.hide-for-large,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-medium,
	thead.hide-for-medium-only,
	thead.hide-for-medium-up,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xxlarge,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.show-for-large-down,
	thead.show-for-medium-down,
	thead.show-for-small,
	thead.show-for-small-down,
	thead.show-for-small-only,
	thead.show-for-small-up,
	thead.show-for-xlarge-down,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}

	tbody.hide-for-large,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-medium,
	tbody.hide-for-medium-only,
	tbody.hide-for-medium-up,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xxlarge,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.show-for-large-down,
	tbody.show-for-medium-down,
	tbody.show-for-small,
	tbody.show-for-small-down,
	tbody.show-for-small-only,
	tbody.show-for-small-up,
	tbody.show-for-xlarge-down,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}

	tr.hide-for-large,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-medium,
	tr.hide-for-medium-only,
	tr.hide-for-medium-up,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xxlarge,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.show-for-large-down,
	tr.show-for-medium-down,
	tr.show-for-small,
	tr.show-for-small-down,
	tr.show-for-small-only,
	tr.show-for-small-up,
	tr.show-for-xlarge-down,
	tr.show-for-xxlarge-down {
		display: table-row
	}

	td.hide-for-large,
	td.hide-for-large-only,
	td.hide-for-large-up,
	td.hide-for-medium,
	td.hide-for-medium-only,
	td.hide-for-medium-up,
	td.hide-for-xlarge,
	td.hide-for-xlarge-only,
	td.hide-for-xlarge-up,
	td.hide-for-xxlarge,
	td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-up,
	td.show-for-large-down,
	td.show-for-medium-down,
	td.show-for-small,
	td.show-for-small-down,
	td.show-for-small-only,
	td.show-for-small-up,
	td.show-for-xlarge-down,
	td.show-for-xxlarge-down,
	th.hide-for-large,
	th.hide-for-large-only,
	th.hide-for-large-up,
	th.hide-for-medium,
	th.hide-for-medium-only,
	th.hide-for-medium-up,
	th.hide-for-xlarge,
	th.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	th.hide-for-xxlarge,
	th.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	th.show-for-large-down,
	th.show-for-medium-down,
	th.show-for-small,
	th.show-for-small-down,
	th.show-for-small-only,
	th.show-for-small-up,
	th.show-for-xlarge-down,
	th.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:40.0625em) {

	.hide-for-large,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.hide-for-xlarge,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.show-for-large-down,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-medium-up,
	.show-for-small-up,
	.show-for-xlarge-down,
	.show-for-xxlarge-down {
		display: inherit !important
	}

	.hide-for-large-down,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-medium-up,
	.hide-for-small-up,
	.hide-for-xlarge-down,
	.hide-for-xxlarge-down,
	.show-for-large,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only,
	.show-for-xlarge,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up {
		display: none !important
	}

	.hidden-for-large,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only,
	.hidden-for-xlarge,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.visible-for-large-down,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-medium-only,
	.visible-for-medium-up,
	.visible-for-small-up,
	.visible-for-xlarge-down,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}

	.hidden-for-large-down,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-medium-up,
	.hidden-for-small-up,
	.hidden-for-xlarge-down,
	.hidden-for-xxlarge-down,
	.visible-for-large,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-small-only,
	.visible-for-xlarge,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}

	table.hide-for-large,
	table.hide-for-large-only,
	table.hide-for-large-up,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-small-only,
	table.hide-for-xlarge,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xxlarge,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.show-for-large-down,
	table.show-for-medium,
	table.show-for-medium-down,
	table.show-for-medium-only,
	table.show-for-medium-up,
	table.show-for-small-up,
	table.show-for-xlarge-down,
	table.show-for-xxlarge-down {
		display: table !important
	}

	thead.hide-for-large,
	thead.hide-for-large-only,
	thead.hide-for-large-up,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-small-only,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xxlarge,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.show-for-large-down,
	thead.show-for-medium,
	thead.show-for-medium-down,
	thead.show-for-medium-only,
	thead.show-for-medium-up,
	thead.show-for-small-up,
	thead.show-for-xlarge-down,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}

	tbody.hide-for-large,
	tbody.hide-for-large-only,
	tbody.hide-for-large-up,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-small-only,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xxlarge,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.show-for-large-down,
	tbody.show-for-medium,
	tbody.show-for-medium-down,
	tbody.show-for-medium-only,
	tbody.show-for-medium-up,
	tbody.show-for-small-up,
	tbody.show-for-xlarge-down,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}

	tr.hide-for-large,
	tr.hide-for-large-only,
	tr.hide-for-large-up,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-small-only,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xxlarge,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.show-for-large-down,
	tr.show-for-medium,
	tr.show-for-medium-down,
	tr.show-for-medium-only,
	tr.show-for-medium-up,
	tr.show-for-small-up,
	tr.show-for-xlarge-down,
	tr.show-for-xxlarge-down {
		display: table-row
	}

	td.hide-for-large,
	td.hide-for-large-only,
	td.hide-for-large-up,
	td.hide-for-small,
	td.hide-for-small-down,
	td.hide-for-small-only,
	td.hide-for-xlarge,
	td.hide-for-xlarge-only,
	td.hide-for-xlarge-up,
	td.hide-for-xxlarge,
	td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-up,
	td.show-for-large-down,
	td.show-for-medium,
	td.show-for-medium-down,
	td.show-for-medium-only,
	td.show-for-medium-up,
	td.show-for-small-up,
	td.show-for-xlarge-down,
	td.show-for-xxlarge-down,
	th.hide-for-large,
	th.hide-for-large-only,
	th.hide-for-large-up,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.hide-for-xlarge,
	th.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	th.hide-for-xxlarge,
	th.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	th.show-for-large-down,
	th.show-for-medium,
	th.show-for-medium-down,
	th.show-for-medium-only,
	th.show-for-medium-up,
	th.show-for-small-up,
	th.show-for-xlarge-down,
	th.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:61.3125em) {

	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.hide-for-xlarge,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-large-only,
	.show-for-large-up,
	.show-for-medium-up,
	.show-for-small-up,
	.show-for-xlarge-down,
	.show-for-xxlarge-down {
		display: inherit !important
	}

	.hide-for-large,
	.hide-for-large-down,
	.hide-for-large-only,
	.hide-for-large-up,
	.hide-for-medium-up,
	.hide-for-small-up,
	.hide-for-xlarge-down,
	.hide-for-xxlarge-down,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only,
	.show-for-xlarge,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up {
		display: none !important
	}

	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only,
	.hidden-for-xlarge,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-large-only,
	.visible-for-large-up,
	.visible-for-medium-up,
	.visible-for-small-up,
	.visible-for-xlarge-down,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}

	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-large-only,
	.hidden-for-large-up,
	.hidden-for-medium-up,
	.hidden-for-small-up,
	.hidden-for-xlarge-down,
	.hidden-for-xxlarge-down,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-medium-only,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-small-only,
	.visible-for-xlarge,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}

	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-medium-only,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-small-only,
	table.hide-for-xlarge,
	table.hide-for-xlarge-only,
	table.hide-for-xlarge-up,
	table.hide-for-xxlarge,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.show-for-large,
	table.show-for-large-down,
	table.show-for-large-only,
	table.show-for-large-up,
	table.show-for-medium-up,
	table.show-for-small-up,
	table.show-for-xlarge-down,
	table.show-for-xxlarge-down {
		display: table !important
	}

	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-medium-only,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-small-only,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-only,
	thead.hide-for-xlarge-up,
	thead.hide-for-xxlarge,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.show-for-large,
	thead.show-for-large-down,
	thead.show-for-large-only,
	thead.show-for-large-up,
	thead.show-for-medium-up,
	thead.show-for-small-up,
	thead.show-for-xlarge-down,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}

	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-small-only,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-only,
	tbody.hide-for-xlarge-up,
	tbody.hide-for-xxlarge,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.show-for-large,
	tbody.show-for-large-down,
	tbody.show-for-large-only,
	tbody.show-for-large-up,
	tbody.show-for-medium-up,
	tbody.show-for-small-up,
	tbody.show-for-xlarge-down,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}

	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-medium-only,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-small-only,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-only,
	tr.hide-for-xlarge-up,
	tr.hide-for-xxlarge,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.show-for-large,
	tr.show-for-large-down,
	tr.show-for-large-only,
	tr.show-for-large-up,
	tr.show-for-medium-up,
	tr.show-for-small-up,
	tr.show-for-xlarge-down,
	tr.show-for-xxlarge-down {
		display: table-row
	}

	td.hide-for-medium,
	td.hide-for-medium-down,
	td.hide-for-medium-only,
	td.hide-for-small,
	td.hide-for-small-down,
	td.hide-for-small-only,
	td.hide-for-xlarge,
	td.hide-for-xlarge-only,
	td.hide-for-xlarge-up,
	td.hide-for-xxlarge,
	td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-up,
	td.show-for-large,
	td.show-for-large-down,
	td.show-for-large-only,
	td.show-for-large-up,
	td.show-for-medium-up,
	td.show-for-small-up,
	td.show-for-xlarge-down,
	td.show-for-xxlarge-down,
	th.hide-for-medium,
	th.hide-for-medium-down,
	th.hide-for-medium-only,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.hide-for-xlarge,
	th.hide-for-xlarge-only,
	th.hide-for-xlarge-up,
	th.hide-for-xxlarge,
	th.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	th.show-for-large,
	th.show-for-large-down,
	th.show-for-large-only,
	th.show-for-large-up,
	th.show-for-medium-up,
	th.show-for-small-up,
	th.show-for-xlarge-down,
	th.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:64.0625em) {

	.hide-for-large,
	.hide-for-large-down,
	.hide-for-large-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.hide-for-xxlarge,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.show-for-large-up,
	.show-for-medium-up,
	.show-for-small-up,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.show-for-xlarge-only,
	.show-for-xlarge-up,
	.show-for-xxlarge-down {
		display: inherit !important
	}

	.hide-for-large-up,
	.hide-for-medium-up,
	.hide-for-small-up,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.hide-for-xlarge-only,
	.hide-for-xlarge-up,
	.hide-for-xxlarge-down,
	.show-for-large,
	.show-for-large-down,
	.show-for-large-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only,
	.show-for-xxlarge,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up {
		display: none !important
	}

	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-large-only,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.visible-for-large-up,
	.visible-for-medium-up,
	.visible-for-small-up,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.visible-for-xlarge-only,
	.visible-for-xlarge-up,
	.visible-for-xxlarge-down {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}

	.hidden-for-large-up,
	.hidden-for-medium-up,
	.hidden-for-small-up,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.hidden-for-xlarge-only,
	.hidden-for-xlarge-up,
	.hidden-for-xxlarge-down,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-large-only,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-medium-only,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-small-only,
	.visible-for-xxlarge,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}

	table.hide-for-large,
	table.hide-for-large-down,
	table.hide-for-large-only,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-medium-only,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-small-only,
	table.hide-for-xxlarge,
	table.hide-for-xxlarge-only,
	table.hide-for-xxlarge-up,
	table.show-for-large-up,
	table.show-for-medium-up,
	table.show-for-small-up,
	table.show-for-xlarge,
	table.show-for-xlarge-down,
	table.show-for-xlarge-only,
	table.show-for-xlarge-up,
	table.show-for-xxlarge-down {
		display: table !important
	}

	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.hide-for-large-only,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-medium-only,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-small-only,
	thead.hide-for-xxlarge,
	thead.hide-for-xxlarge-only,
	thead.hide-for-xxlarge-up,
	thead.show-for-large-up,
	thead.show-for-medium-up,
	thead.show-for-small-up,
	thead.show-for-xlarge,
	thead.show-for-xlarge-down,
	thead.show-for-xlarge-only,
	thead.show-for-xlarge-up,
	thead.show-for-xxlarge-down {
		display: table-header-group !important
	}

	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.hide-for-large-only,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-small-only,
	tbody.hide-for-xxlarge,
	tbody.hide-for-xxlarge-only,
	tbody.hide-for-xxlarge-up,
	tbody.show-for-large-up,
	tbody.show-for-medium-up,
	tbody.show-for-small-up,
	tbody.show-for-xlarge,
	tbody.show-for-xlarge-down,
	tbody.show-for-xlarge-only,
	tbody.show-for-xlarge-up,
	tbody.show-for-xxlarge-down {
		display: table-row-group !important
	}

	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.hide-for-large-only,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-medium-only,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-small-only,
	tr.hide-for-xxlarge,
	tr.hide-for-xxlarge-only,
	tr.hide-for-xxlarge-up,
	tr.show-for-large-up,
	tr.show-for-medium-up,
	tr.show-for-small-up,
	tr.show-for-xlarge,
	tr.show-for-xlarge-down,
	tr.show-for-xlarge-only,
	tr.show-for-xlarge-up,
	tr.show-for-xxlarge-down {
		display: table-row
	}

	td.hide-for-large,
	td.hide-for-large-down,
	td.hide-for-large-only,
	td.hide-for-medium,
	td.hide-for-medium-down,
	td.hide-for-medium-only,
	td.hide-for-small,
	td.hide-for-small-down,
	td.hide-for-small-only,
	td.hide-for-xxlarge,
	td.hide-for-xxlarge-only,
	td.hide-for-xxlarge-up,
	td.show-for-large-up,
	td.show-for-medium-up,
	td.show-for-small-up,
	td.show-for-xlarge,
	td.show-for-xlarge-down,
	td.show-for-xlarge-only,
	td.show-for-xlarge-up,
	td.show-for-xxlarge-down,
	th.hide-for-large,
	th.hide-for-large-down,
	th.hide-for-large-only,
	th.hide-for-medium,
	th.hide-for-medium-down,
	th.hide-for-medium-only,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.hide-for-xxlarge,
	th.hide-for-xxlarge-only,
	th.hide-for-xxlarge-up,
	th.show-for-large-up,
	th.show-for-medium-up,
	th.show-for-small-up,
	th.show-for-xlarge,
	th.show-for-xlarge-down,
	th.show-for-xlarge-only,
	th.show-for-xlarge-up,
	th.show-for-xxlarge-down {
		display: table-cell !important
	}
}

@media only screen and (min-width:66.9375em) {

	.hide-for-large,
	.hide-for-large-down,
	.hide-for-large-only,
	.hide-for-medium,
	.hide-for-medium-down,
	.hide-for-medium-only,
	.hide-for-small,
	.hide-for-small-down,
	.hide-for-small-only,
	.hide-for-xlarge,
	.hide-for-xlarge-down,
	.hide-for-xlarge-only,
	.show-for-large-up,
	.show-for-medium-up,
	.show-for-small-up,
	.show-for-xlarge-up,
	.show-for-xxlarge,
	.show-for-xxlarge-down,
	.show-for-xxlarge-only,
	.show-for-xxlarge-up {
		display: inherit !important
	}

	.hide-for-large-up,
	.hide-for-medium-up,
	.hide-for-small-up,
	.hide-for-xlarge-up,
	.hide-for-xxlarge,
	.hide-for-xxlarge-down,
	.hide-for-xxlarge-only,
	.hide-for-xxlarge-up,
	.show-for-large,
	.show-for-large-down,
	.show-for-large-only,
	.show-for-medium,
	.show-for-medium-down,
	.show-for-medium-only,
	.show-for-small,
	.show-for-small-down,
	.show-for-small-only,
	.show-for-xlarge,
	.show-for-xlarge-down,
	.show-for-xlarge-only {
		display: none !important
	}

	.hidden-for-large,
	.hidden-for-large-down,
	.hidden-for-large-only,
	.hidden-for-medium,
	.hidden-for-medium-down,
	.hidden-for-medium-only,
	.hidden-for-small,
	.hidden-for-small-down,
	.hidden-for-small-only,
	.hidden-for-xlarge,
	.hidden-for-xlarge-down,
	.hidden-for-xlarge-only,
	.visible-for-large-up,
	.visible-for-medium-up,
	.visible-for-small-up,
	.visible-for-xlarge-up,
	.visible-for-xxlarge,
	.visible-for-xxlarge-down,
	.visible-for-xxlarge-only,
	.visible-for-xxlarge-up {
		position: static !important;
		height: auto;
		width: auto;
		overflow: visible;
		clip: auto
	}

	.hidden-for-large-up,
	.hidden-for-medium-up,
	.hidden-for-small-up,
	.hidden-for-xlarge-up,
	.hidden-for-xxlarge,
	.hidden-for-xxlarge-down,
	.hidden-for-xxlarge-only,
	.hidden-for-xxlarge-up,
	.visible-for-large,
	.visible-for-large-down,
	.visible-for-large-only,
	.visible-for-medium,
	.visible-for-medium-down,
	.visible-for-medium-only,
	.visible-for-small,
	.visible-for-small-down,
	.visible-for-small-only,
	.visible-for-xlarge,
	.visible-for-xlarge-down,
	.visible-for-xlarge-only {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px
	}

	table.hide-for-large,
	table.hide-for-large-down,
	table.hide-for-large-only,
	table.hide-for-medium,
	table.hide-for-medium-down,
	table.hide-for-medium-only,
	table.hide-for-small,
	table.hide-for-small-down,
	table.hide-for-small-only,
	table.hide-for-xlarge,
	table.hide-for-xlarge-down,
	table.hide-for-xlarge-only,
	table.show-for-large-up,
	table.show-for-medium-up,
	table.show-for-small-up,
	table.show-for-xlarge-up,
	table.show-for-xxlarge,
	table.show-for-xxlarge-down,
	table.show-for-xxlarge-only,
	table.show-for-xxlarge-up {
		display: table !important
	}

	thead.hide-for-large,
	thead.hide-for-large-down,
	thead.hide-for-large-only,
	thead.hide-for-medium,
	thead.hide-for-medium-down,
	thead.hide-for-medium-only,
	thead.hide-for-small,
	thead.hide-for-small-down,
	thead.hide-for-small-only,
	thead.hide-for-xlarge,
	thead.hide-for-xlarge-down,
	thead.hide-for-xlarge-only,
	thead.show-for-large-up,
	thead.show-for-medium-up,
	thead.show-for-small-up,
	thead.show-for-xlarge-up,
	thead.show-for-xxlarge,
	thead.show-for-xxlarge-down,
	thead.show-for-xxlarge-only,
	thead.show-for-xxlarge-up {
		display: table-header-group !important
	}

	tbody.hide-for-large,
	tbody.hide-for-large-down,
	tbody.hide-for-large-only,
	tbody.hide-for-medium,
	tbody.hide-for-medium-down,
	tbody.hide-for-medium-only,
	tbody.hide-for-small,
	tbody.hide-for-small-down,
	tbody.hide-for-small-only,
	tbody.hide-for-xlarge,
	tbody.hide-for-xlarge-down,
	tbody.hide-for-xlarge-only,
	tbody.show-for-large-up,
	tbody.show-for-medium-up,
	tbody.show-for-small-up,
	tbody.show-for-xlarge-up,
	tbody.show-for-xxlarge,
	tbody.show-for-xxlarge-down,
	tbody.show-for-xxlarge-only,
	tbody.show-for-xxlarge-up {
		display: table-row-group !important
	}

	tr.hide-for-large,
	tr.hide-for-large-down,
	tr.hide-for-large-only,
	tr.hide-for-medium,
	tr.hide-for-medium-down,
	tr.hide-for-medium-only,
	tr.hide-for-small,
	tr.hide-for-small-down,
	tr.hide-for-small-only,
	tr.hide-for-xlarge,
	tr.hide-for-xlarge-down,
	tr.hide-for-xlarge-only,
	tr.show-for-large-up,
	tr.show-for-medium-up,
	tr.show-for-small-up,
	tr.show-for-xlarge-up,
	tr.show-for-xxlarge,
	tr.show-for-xxlarge-down,
	tr.show-for-xxlarge-only,
	tr.show-for-xxlarge-up {
		display: table-row
	}

	td.hide-for-large,
	td.hide-for-large-down,
	td.hide-for-large-only,
	td.hide-for-medium,
	td.hide-for-medium-down,
	td.hide-for-medium-only,
	td.hide-for-small,
	td.hide-for-small-down,
	td.hide-for-small-only,
	td.hide-for-xlarge,
	td.hide-for-xlarge-down,
	td.hide-for-xlarge-only,
	td.show-for-large-up,
	td.show-for-medium-up,
	td.show-for-small-up,
	td.show-for-xlarge-up,
	td.show-for-xxlarge,
	td.show-for-xxlarge-down,
	td.show-for-xxlarge-only,
	td.show-for-xxlarge-up,
	th.hide-for-large,
	th.hide-for-large-down,
	th.hide-for-large-only,
	th.hide-for-medium,
	th.hide-for-medium-down,
	th.hide-for-medium-only,
	th.hide-for-small,
	th.hide-for-small-down,
	th.hide-for-small-only,
	th.hide-for-xlarge,
	th.hide-for-xlarge-down,
	th.hide-for-xlarge-only,
	th.show-for-large-up,
	th.show-for-medium-up,
	th.show-for-small-up,
	th.show-for-xlarge-up,
	th.show-for-xxlarge,
	th.show-for-xxlarge-down,
	th.show-for-xxlarge-only,
	th.show-for-xxlarge-up {
		display: table-cell !important
	}
}

.hide-for-portrait,
.show-for-landscape {
	display: inherit !important
}

.hide-for-landscape,
.show-for-portrait {
	display: none !important
}

table.hide-for-landscape,
table.show-for-portrait {
	display: table !important
}

thead.hide-for-landscape,
thead.show-for-portrait {
	display: table-header-group !important
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
	display: table-row-group !important
}

tr.hide-for-landscape,
tr.show-for-portrait {
	display: table-row !important
}

td.hide-for-landscape,
td.show-for-portrait {
	display: table-cell !important
}

th.hide-for-landscape,
th.show-for-portrait {
	display: table-cell !important
}

@media only screen and (orientation:landscape) {

	.hide-for-portrait,
	.show-for-landscape {
		display: inherit !important
	}

	.hide-for-landscape,
	.show-for-portrait {
		display: none !important
	}

	table.hide-for-portrait,
	table.show-for-landscape {
		display: table !important
	}

	thead.hide-for-portrait,
	thead.show-for-landscape {
		display: table-header-group !important
	}

	tbody.hide-for-portrait,
	tbody.show-for-landscape {
		display: table-row-group !important
	}

	tr.hide-for-portrait,
	tr.show-for-landscape {
		display: table-row !important
	}

	td.hide-for-portrait,
	td.show-for-landscape {
		display: table-cell !important
	}

	th.hide-for-portrait,
	th.show-for-landscape {
		display: table-cell !important
	}
}

@media only screen and (orientation:portrait) {

	.hide-for-landscape,
	.show-for-portrait {
		display: inherit !important
	}

	.hide-for-portrait,
	.show-for-landscape {
		display: none !important
	}

	table.hide-for-landscape,
	table.show-for-portrait {
		display: table !important
	}

	thead.hide-for-landscape,
	thead.show-for-portrait {
		display: table-header-group !important
	}

	tbody.hide-for-landscape,
	tbody.show-for-portrait {
		display: table-row-group !important
	}

	tr.hide-for-landscape,
	tr.show-for-portrait {
		display: table-row !important
	}

	td.hide-for-landscape,
	td.show-for-portrait {
		display: table-cell !important
	}

	th.hide-for-landscape,
	th.show-for-portrait {
		display: table-cell !important
	}
}

.show-for-touch {
	display: none !important
}

.hide-for-touch {
	display: inherit !important
}

.touch .show-for-touch {
	display: inherit !important
}

.touch .hide-for-touch {
	display: none !important
}

.touch table.show-for-touch,
table.hide-for-touch {
	display: table !important
}

.touch thead.show-for-touch,
thead.hide-for-touch {
	display: table-header-group !important
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
	display: table-row-group !important
}

.touch tr.show-for-touch,
tr.hide-for-touch {
	display: table-row !important
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
	display: table-cell !important
}

.show-for-sr {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.show-on-focus {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px
}

.show-on-focus:active,
.show-on-focus:focus {
	position: static !important;
	height: auto;
	width: auto;
	overflow: visible;
	clip: auto
}

.print-only,
.show-for-print {
	display: none !important
}

@media print {

	.print-only,
	.show-for-print {
		display: block !important
	}

	.hide-for-print,
	.hide-on-print {
		display: none !important
	}

	table.show-for-print {
		display: table !important
	}

	thead.show-for-print {
		display: table-header-group !important
	}

	tbody.show-for-print {
		display: table-row-group !important
	}

	tr.show-for-print {
		display: table-row !important
	}

	td.show-for-print,
	th.show-for-print {
		display: table-cell !important
	}
}

[class*=block-grid-] {
	display: block;
	padding: 0;
	margin: 0 -.625rem
}

[class*=block-grid-]:before {
	content: " ";
	display: table
}

[class*=block-grid-]:after {
	content: " ";
	display: table;
	clear: both
}

[class*=block-grid-]>li {
	display: block;
	float: left;
	height: auto;
	padding: 0 .625rem 1.25rem
}

@media only screen {
	.small-block-grid-1>li {
		list-style: none;
		width: 100%
	}

	.small-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}

	.small-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}
}

@media only screen and (min-width:40.0625em) {
	.medium-block-grid-1>li {
		list-style: none;
		width: 100%
	}

	.medium-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}

	.medium-block-grid-2>li {
		list-style: none;
		width: 50%
	}

	.medium-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}

	.medium-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}

	.medium-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}

	.medium-block-grid-4>li {
		list-style: none;
		width: 25%
	}

	.medium-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}

	.medium-block-grid-5>li {
		list-style: none;
		width: 20%
	}

	.medium-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}

	.medium-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}

	.medium-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}

	.medium-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}

	.medium-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}

	.medium-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}

	.medium-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}

	.medium-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}

	.medium-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}

	.medium-block-grid-10>li {
		list-style: none;
		width: 10%
	}

	.medium-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}

	.medium-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}

	.medium-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}

	.medium-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}

	.medium-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}

	.medium-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

@media only screen and (min-width:61.3125em) {
	.large-block-grid-1>li {
		list-style: none;
		width: 100%
	}

	.large-block-grid-1>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-1>li:nth-of-type(1n+1) {
		clear: both
	}

	.large-block-grid-2>li {
		list-style: none;
		width: 50%
	}

	.large-block-grid-2>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-2>li:nth-of-type(2n+1) {
		clear: both
	}

	.large-block-grid-3>li {
		list-style: none;
		width: 33.33333%
	}

	.large-block-grid-3>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-3>li:nth-of-type(3n+1) {
		clear: both
	}

	.large-block-grid-4>li {
		list-style: none;
		width: 25%
	}

	.large-block-grid-4>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-4>li:nth-of-type(4n+1) {
		clear: both
	}

	.large-block-grid-5>li {
		list-style: none;
		width: 20%
	}

	.large-block-grid-5>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-5>li:nth-of-type(5n+1) {
		clear: both
	}

	.large-block-grid-6>li {
		list-style: none;
		width: 16.66667%
	}

	.large-block-grid-6>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-6>li:nth-of-type(6n+1) {
		clear: both
	}

	.large-block-grid-7>li {
		list-style: none;
		width: 14.28571%
	}

	.large-block-grid-7>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-7>li:nth-of-type(7n+1) {
		clear: both
	}

	.large-block-grid-8>li {
		list-style: none;
		width: 12.5%
	}

	.large-block-grid-8>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-8>li:nth-of-type(8n+1) {
		clear: both
	}

	.large-block-grid-9>li {
		list-style: none;
		width: 11.11111%
	}

	.large-block-grid-9>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-9>li:nth-of-type(9n+1) {
		clear: both
	}

	.large-block-grid-10>li {
		list-style: none;
		width: 10%
	}

	.large-block-grid-10>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-10>li:nth-of-type(10n+1) {
		clear: both
	}

	.large-block-grid-11>li {
		list-style: none;
		width: 9.09091%
	}

	.large-block-grid-11>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-11>li:nth-of-type(11n+1) {
		clear: both
	}

	.large-block-grid-12>li {
		list-style: none;
		width: 8.33333%
	}

	.large-block-grid-12>li:nth-of-type(1n) {
		clear: none
	}

	.large-block-grid-12>li:nth-of-type(12n+1) {
		clear: both
	}
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

.text-justify {
	text-align: justify !important
}

@media only screen and (max-width:40em) {
	#content-box .banner h1 {
		font-size: 32px
	}

	.small-only-text-left {
		text-align: left !important
	}

	.small-only-text-right {
		text-align: right !important
	}

	.small-only-text-center {
		text-align: center !important
	}

	.small-only-text-justify {
		text-align: justify !important
	}
}

@media only screen {
	.small-text-left {
		text-align: left !important
	}

	.small-text-right {
		text-align: right !important
	}

	.small-text-center {
		text-align: center !important
	}

	.small-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:40.0625em) and (max-width:61.25em) {
	.medium-only-text-left {
		text-align: left !important
	}

	.medium-only-text-right {
		text-align: right !important
	}

	.medium-only-text-center {
		text-align: center !important
	}

	.medium-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:40.0625em) {
	.medium-text-left {
		text-align: left !important
	}

	.medium-text-right {
		text-align: right !important
	}

	.medium-text-center {
		text-align: center !important
	}

	.medium-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:61.3125em) and (max-width:64em) {
	.large-only-text-left {
		text-align: left !important
	}

	.large-only-text-right {
		text-align: right !important
	}

	.large-only-text-center {
		text-align: center !important
	}

	.large-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:61.3125em) {
	.large-text-left {
		text-align: left !important
	}

	.large-text-right {
		text-align: right !important
	}

	.large-text-center {
		text-align: center !important
	}

	.large-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:64.0625em) and (max-width:66.875em) {
	.xlarge-only-text-left {
		text-align: left !important
	}

	.xlarge-only-text-right {
		text-align: right !important
	}

	.xlarge-only-text-center {
		text-align: center !important
	}

	.xlarge-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:64.0625em) {
	.xlarge-text-left {
		text-align: left !important
	}

	.xlarge-text-right {
		text-align: right !important
	}

	.xlarge-text-center {
		text-align: center !important
	}

	.xlarge-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:66.9375em) and (max-width:6249999.9375em) {
	.xxlarge-only-text-left {
		text-align: left !important
	}

	.xxlarge-only-text-right {
		text-align: right !important
	}

	.xxlarge-only-text-center {
		text-align: center !important
	}

	.xxlarge-only-text-justify {
		text-align: justify !important
	}
}

@media only screen and (min-width:66.9375em) {
	.xxlarge-text-left {
		text-align: left !important
	}

	.xxlarge-text-right {
		text-align: right !important
	}

	.xxlarge-text-center {
		text-align: center !important
	}

	.xxlarge-text-justify {
		text-align: justify !important
	}
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
	margin: 0;
	padding: 0
}

a {
	color: #2d4a8d;
	line-height: inherit;
	text-decoration: none
}

a:focus,
a:hover {
	color: #0078a0
}

a img {
	border: 0
}

p {
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 1.25rem;
	text-rendering: optimizeLegibility
}

p.lead {
	font-size: 1.21875rem;
	line-height: 1.6
}

p aside {
	font-size: .875rem;
	font-style: italic;
	line-height: 1.35
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222;
	font-family: "Roboto", arial, sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	color: #6f6f6f;
	font-size: 60%;
	line-height: 0
}

h1 {
	font-size: 2.125rem
}

h2 {
	font-size: 1.6875rem
}

h3 {
	font-size: 1.375rem
}

h4,
h5 {
	font-size: 1.125rem
}

h6 {
	font-size: 1rem
}

.subheader {
	line-height: 1.4;
	color: #6f6f6f;
	font-weight: 400;
	margin-top: .2rem;
	margin-bottom: .5rem
}

hr {
	border: solid #ddd;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
	margin: 1.25rem 0 1.1875rem
}

em,
i {
	font-style: italic;
	line-height: inherit
}

b,
strong {
	font-weight: 700;
	line-height: inherit
}

small {
	font-size: 60%;
	line-height: inherit
}

code {
	background-color: #f8f8f8;
	border-color: #dfdfdf;
	border-style: solid;
	border-width: 1px;
	color: #333;
	font-family: Consolas, "Liberation Mono", Courier, monospace;
	font-weight: 400;
	padding: .125rem .3125rem .0625rem
}

dl,
ol,
ul {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.2;
	list-style-position: outside;
	margin-bottom: 1.25rem
}

ul {
	margin-left: 1.1rem
}

ul li ol,
ul li ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
	list-style: inherit
}

ul.square {
	list-style-type: square;
	margin-left: 1.1rem
}

ul.circle {
	list-style-type: circle;
	margin-left: 1.1rem
}

ul.disc {
	list-style-type: disc;
	margin-left: 1.1rem
}

ol {
	margin-left: 1.4rem
}

ol li ol,
ol li ul {
	margin-left: 1.25rem;
	margin-bottom: 0
}

.no-bullet {
	list-style-type: none;
	margin-left: 0
}

.no-bullet li ol,
.no-bullet li ul {
	margin-left: 1.25rem;
	margin-bottom: 0;
	list-style: none
}

dl dt {
	margin-bottom: .3rem;
	font-weight: 700
}

dl dd {
	margin-bottom: .75rem
}

abbr,
acronym {
	text-transform: uppercase;
	font-size: 90%;
	color: #000;
	cursor: help
}

abbr {
	text-transform: none
}

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

blockquote cite {
	display: block;
	font-size: .8125rem;
	color: #555
}

blockquote cite:before {
	content: "— "
}

blockquote cite a {
	color: #555
}

blockquote cite a:visited {
	color: #555
}

blockquote p {
	line-height: 1.2;
	color: #6f6f6f
}

.vcard {
	display: inline-block;
	margin: 0 0 1.25rem 0;
	border: 1px solid #ddd;
	padding: .625rem .75rem
}

.vcard li {
	margin: 0;
	display: block
}

.vcard .fn {
	font-weight: 700;
	font-size: .9375rem
}

.vevent .summary {
	font-weight: 700
}

.vevent abbr {
	cursor: default;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	padding: 0 .0625rem
}

@media only screen and (min-width:40.0625em) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		line-height: 1.4
	}

	h1 {
		font-size: 2.75rem
	}

	h2 {
		font-size: 2.3125rem
	}

	h3 {
		font-size: 1.6875rem
	}

	h4 {
		font-size: 1.4375rem
	}

	h5 {
		font-size: 1.125rem
	}

	h6 {
		font-size: 1rem
	}
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a {
		text-decoration: underline
	}

	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	.ir a:after {
		content: ""
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}

	thead {
		display: table-header-group
	}

	tr {
		page-break-inside: avoid
	}

	img {
		page-break-inside: avoid;
		max-width: 100% !important
	}

	@page {
		margin: .34in
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

.off-canvas-wrap {
	-webkit-backface-visibility: hidden;
	position: relative;
	width: 100%;
	overflow: hidden
}

.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-top {
	min-height: 100%;
	-webkit-overflow-scrolling: touch
}

.inner-wrap {
	position: relative;
	width: 100%;
	transition: transform .5s ease
}

.inner-wrap:before {
	content: " ";
	display: table
}

.inner-wrap:after {
	content: " ";
	display: table;
	clear: both
}

.tab-bar {
	-webkit-backface-visibility: hidden;
	background: #333;
	color: #fff;
	height: 2.8125rem;
	line-height: 2.8125rem;
	position: relative
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
	color: #fff;
	font-weight: 700;
	line-height: 2.8125rem;
	margin: 0
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
	font-size: 1.125rem
}

#main-top-nav .search-form :-moz-placeholder,
#main-top-nav .search-form :-ms-input-placeholder,
#main-top-nav .search-form ::-moz-placeholder,
#main-top-nav .search-form ::-webkit-input-placeholder {
	font-size: 16px;
	font-style: italic;
	letter-spacing: .8px;
	color: #0d1f2d
}

header#main-top-nav nav .logo a span,
header#main-top-nav nav .logo a svg {
	transition: all .25s ease-in-out;
	height: 57px;
	width: 182px
}

header#main-top-nav nav .logo a span {
	display: inline-block;
	background-size: 182px 80px
}

@media(min-width:1025px) {
	#main-top-nav .search-form::-webkit-input-placeholder {
		color: #fff
	}
}

@media(min-width:1025px) {
	#main-top-nav .search-form::-moz-placeholder {
		color: #fff
	}
}

@media(min-width:1025px) {
	#main-top-nav .search-form:-ms-input-placeholder {
		color: #fff
	}
}

@media(min-width:1025px) {
	#main-top-nav .search-form:-moz-placeholder {
		color: #fff
	}
}

#main-wrapper {
	padding-top: 80px
}

header#main-top-nav {
	position: fixed;
	top: 0;
	width: 100vh;
	left: 0;
	z-index: 12345678;
	background: #8f000c;
	height: 50px;
	width: 100%
}

.admin-bar header#main-top-nav {
	top: 32px
}

#wpadminbar {
	z-index: 12345679
}

@media screen and (max-width:600px) {
	#wpadminbar {
		position: fixed
	}
}

header#main-top-nav.shadow {
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #000
}

header#main-top-nav.active {
	min-height: 100vh
}

header#main-top-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

header#main-top-nav nav {
	height: 50px
}

header#main-top-nav nav .logo {
	position: fixed;
	width: 200px;
	height: 57px;
	display: block;
	z-index: 5;
	margin-top: 0;
	margin-left: -5px
}

header#main-top-nav nav .logo a {
	display: inline-block;
	transition: all .25s ease-in-out;
	width: 200px;
	height: 57px
}

header#main-top-nav nav .logo a span,
header#main-top-nav nav .logo a svg {
	transition: all .25s ease-in-out;
	width: 200px;
	height: 57px
}

.hide-text {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	color: transparent
}

header#main-top-nav nav .logo a span {
	background: transparent url(img/logo_white.svg) 0 -3px no-repeat;
	background-size: auto 63px
}

header#main-top-nav nav .logo a:hover span {
	background-image: url(img/logo_white.svg)
}

header#main-top-nav nav .main-nav {
	position: fixed;
	width: 100%;
	top: 50px;
	z-index: 3;
	list-style: none;
	padding: 0;
	margin: 0;
	height: 62px;
	background: #0d1f2d;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	overflow: auto;
	transition: opacity .25s ease-in-out
}

header#main-top-nav nav .main-nav.scrolling {
	opacity: 0;
	visibility: hidden
}

header#main-top-nav nav .main-nav.open {
	padding-bottom: 100vh;
	padding-top: 31px;
	margin-bottom: -100vh;
	overflow-y: hidden
}

header#main-top-nav nav .main-nav.moving.left:before {
	content: "";
	height: 62px;
	position: fixed;
	left: 0;
	top: 50px;
	width: 60px;
	display: block;
	background: linear-gradient(to right, rgba(255, 255, 255, .67), rgba(255, 255, 255, 0))
}

header#main-top-nav nav .main-nav.moving.right:after {
	content: "";
	height: 62px;
	position: fixed;
	right: 0;
	top: 50px;
	width: 60px;
	display: block;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .67))
}

@media (max-width:1023px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden
	}
}

.dropdown-menu {
	min-width: 200px
}

.dropdown-menu.columns-2 {
	min-width: 400px
}

.dropdown-menu.columns-3 {
	min-width: 600px
}

.multi-column-dropdown {
	list-style: none
}

.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal
}

.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.menu-item-has-children {
	position: relative
}

@media (min-width:768px) {
	.navbar-nav>li {
		float: none !important
	}
}

@media (min-width:1023px) {
	.menu-item-has-children .menu-item-has-children>.dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		-webkit-border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		border-radius: 0 6px 6px 6px
	}

	.menu-item-has-children .menu-item-has-children:hover>.dropdown-menu {
		display: block
	}

	header#main-top-nav nav .navbar-nav>li {
		display: block
	}

	.navbar-nav>li {
		float: left !important
	}
}

@media (max-width:1023px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

header#main-top-nav nav .navbar-nav a {
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 20px;
	margin-left: 0 !important
}

header#main-top-nav nav .navbar-nav>li {
	min-height: 10px;
	white-space: nowrap;
	position: relative
}

header#main-top-nav nav .navbar-nav>li>a {
	font-size: 16px;
	font-weight: 700;
	font-family: "Roboto", arial, sans-serif;
	padding: 0 15px 0 15px;
	display: block;
	letter-spacing: .9px;
	color: #fff;
	min-height: 10px;
	position: relative;
	line-height: 50px
}

header#main-top-nav nav .main-nav>li.menu-item-has-children>a:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: calc(50% - 3px);
	right: 5px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #fff
}

header#main-top-nav nav .main-nav>li.closed .sub-nav-wrapper {
	transition: .25s all ease-in-out;
	display: none;
	overflow: hidden;
	height: calc(100%)
}

header#main-top-nav nav .main-nav>li.open.closed li.open.closed .sub-nav-wrapper {
	display: block
}

header#main-top-nav nav .main-nav>li.closed .sub-nav-wrapper .sub-nav .close-times {
	display: none
}

header#main-top-nav nav .main-nav>li.closed.open>a {
	color: #e20309
}

header#main-top-nav nav .main-nav>li.closed.open.menu-item-has-children>a:after {
	border-top: 6px solid #e20309
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper {
	display: block;
	position: fixed;
	top: 112px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100vw;
	height: calc(100vh - 62px);
	padding-bottom: 102px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav .close-times {
	content: "";
	width: 20px;
	height: 20px;
	position: fixed;
	top: 122px;
	right: 20px;
	display: block;
	z-index: 1;
	font-size: 28px
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li .explore-nav-wrapper {
	position: fixed;
	top: 112px;
	transform: translateX(100vw);
	transition: .25s all ease-in-out;
	border-left: 2px solid #d5dedf;
	overflow-x: hidden;
	height: calc(100vh - 112px);
	overflow: scroll;
	width: 100vw
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li.closed .explore-nav-wrapper {
	transform: translateX(100vw);
	transition: .25s all ease-in-out
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper {
	transform: translateX(0);
	transition: .25s all ease-in-out;
	display: block;
	background: #fff
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-nav {
	height: calc(100vh - 112px);
	overflow: scroll
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-back {
	font-size: 25px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	line-height: 1.8
}

header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-back .fab,
header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-back .fa {
	color: #e20309
}

header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-back .back-text {
	display: none
}

header#main-top-nav nav .sub-nav-wrapper {
	transition: .25s all ease-in-out;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: calc(100%);
	background: #fff
}

header#main-top-nav nav .sub-nav-wrapper a {
	font-family: Roboto, arial, sans-serif;
	font-weight: 400;
	border-bottom: 1px solid rgba(213, 222, 223, .6);
	margin: 0 15px;
	text-transform: none;
	display: block;
	font-size: 20px;
	line-height: 2.25;
	letter-spacing: 1.2px;
	color: #0d1f2d;
	white-space: normal
}

header#main-top-nav nav .sub-nav {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

header#main-top-nav .trending-nav {
	display: none
}

@media(min-width:1025px) {
	#main-wrapper {
		padding-top: 80px
	}

	header#main-top-nav {
		height: 80px
	}

	header#main-top-nav.scrolling {
		height: 51px
	}

	header#main-top-nav.scrolling .trending-nav {
		display: none
	}

	header#main-top-nav.scrolling .main-nav {
		max-width: calc(100% - 136px);
		left: 140px
	}

	header#main-top-nav.scrolling .main-nav.moving.left:before {
		left: 136px
	}

	header#main-top-nav.scrolling .main-nav>li.open.closed .sub-nav-wrapper {
		left: 0
	}

	header#main-top-nav.scrolling .main-nav>li.open.closed .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper {
		transform: translateX(-53px)
	}

	header#main-top-nav.active {
		min-height: 100vh
	}

	header#main-top-nav nav {
		overflow: visible
	}

	header#main-top-nav nav .main-nav {
		top: 0;
		left: 200px;
		max-width: calc(100% - 200px);
		height: 50px;
		background: #fff;
		transition: left .25s ease-in-out
	}

	header#main-top-nav nav .main-nav.scrolling {
		opacity: 1;
		visibility: visible
	}

	header#main-top-nav nav .main-nav.open {
		padding-bottom: 0;
		padding-top: 0;
		margin-bottom: 0;
		overflow: visible
	}

	header#main-top-nav nav .main-nav.moving.left:before {
		height: 50px;
		top: 0;
		left: 218px;
		width: 60px;
		background: linear-gradient(to right, rgba(0, 0, 0, .22), rgba(0, 0, 0, 0))
	}

	header#main-top-nav nav .main-nav.moving.right:after {
		height: 50px;
		top: 0;
		width: 60px;
		background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, .22))
	}

	header#main-top-nav nav .main-nav>li.reviews {
		margin-left: 5px
	}

	header#main-top-nav nav .main-nav>li.menu-item-has-children>a:after {
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #254c8e
	}

	header#main-top-nav nav .main-nav>li>a {
		color: #000;
		padding: 0 15px 0 5px
	}

	header#main-top-nav nav .main-nav>li>a:hover {
		color: #e20309
	}

	header#main-top-nav nav .main-nav>li.closed .sub-nav-wrapper {
		display: none
	}

	header#main-top-nav nav .main-nav>li.closed.open.menu-item-has-children>a:after {
		top: calc(50% - 3px);
		border-top: 4px solid #e20309;
		border-bottom: 4px solid transparent;
		color: #e20309
	}

	header#main-top-nav nav .main-nav>li.closed.open>a {
		color: #e20309
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper {
		width: 100vw;
		top: 50px;
		height: 300px;
		border: 2px solid #0d1f2d;
		padding-top: 10px;
		padding-bottom: 0
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper:after {
		position: absolute;
		top: -2px;
		right: calc(-1 *(100vw - 1070px)/ 2);
		content: '';
		background: #fff;
		display: block;
		width: calc((100vw - 1070px)/ 2);
		height: calc(100%+4px)
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav {
		width: auto;
		max-width: calc(100%);
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: 360px;
		margin-left: 10px
	}

	header#main-top-nav.scrolling nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav {
		margin-left: 135px
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav .close-times {
		display: none !important
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li {
		width: calc(33vw - 10px);
		margin: 2px 5px
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li a {
		border: 0;
		color: #0d1f2d;
		font-size: 15px;
		line-height: 1.93;
		letter-spacing: .9px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 400;
		padding: 0 2px;
		margin: 0 15px 0 7px;
		white-space: normal;
		text-transform: none;
		display: block
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li a:hover {
		color: #eb2b2e
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper {
		transform: translateX(100vw);
		transition: .25s all ease-in-out;
		overflow-x: hidden;
		height: 100%
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li.closed .explore-nav-wrapper {
		transform: translateX(100vw);
		transition: .25s all ease-in-out
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper {
		transform: translateX(-115px);
		transition: .25s all ease-in-out;
		display: block;
		height: 456px;
		max-height: 9999px;
		background: #fff;
		border-left: 2px solid #0d1f2d
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-nav {
		height: 420px;
		overflow: visible;
		display: -ms-inline-flexbox;
		display: inline-flex
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper {
		position: absolute;
		top: 0;
		left: calc(65px+50px);
		display: block;
		max-height: 0;
		width: calc(100vw);
		max-width: calc(100%);
		background: #fff
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 420px;
		margin-left: 218px;
		padding-top: 30px
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li {
		width: auto;
		margin: 2px
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li a {
		text-transform: none;
		font-size: 13px;
		line-height: 1.54;
		letter-spacing: .8px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 400
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li:first-child {
		width: 100%;
		position: absolute;
		top: 0
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li:first-child a {
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		font-size: 16px;
		display: inline-block;
		position: relative
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li:first-child a .fa,
	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li:first-child a .fab {
		font-size: 14px
	}

	header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li .explore-nav-wrapper .explore-nav>li:first-child a .back-text {
		display: inline-block;
		font-size: 14px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		color: #e20309;
		margin-right: 40px
	}

	header#main-top-nav nav .main-nav .sub-nav-wrapper {
		display: none
	}

	header#main-top-nav .trending-nav {
		display: block;
		position: absolute;
		top: 50px;
		left: 200px;
		height: 30px;
		width: calc(100vw - 200px);
		background: #000
	}

	header#main-top-nav .trending-nav:before {
		content: "";
		height: 30px;
		width: 50vw;
		position: absolute;
		right: 100%;
		display: block;
		top: 0;
		background: #000
	}

	header#main-top-nav .trending-nav ul {
		margin: 0;
		height: 30px;
		display: inline-block;
		max-width: 845px;
		overflow: hidden;
		max-height: 23px
	}

	header#main-top-nav .trending-nav ul li {
		vertical-align: top;
		display: inline-block;
		height: 20px;
		padding-top: 1px
	}

	header#main-top-nav .trending-nav ul li a {
		font-size: 13.5px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500
	}

	header#main-top-nav .trending-nav ul li svg#trending-arrow {
		height: 20px;
		width: 20px;
		margin-top: 3px
	}

	header#main-top-nav .trending-nav ul li svg#trending-arrow .cls-1 {
		fill: #e20309
	}

	header#main-top-nav .trending-nav ul li svg#trending-arrow .cls-2 {
		fill: none;
		stroke: #e20309;
		stroke-miterlimit: 10;
		stroke-width: 21px
	}

	header#main-top-nav .trending-nav ul li a {
		margin: 6px 10px 0;
		font-size: 14px;
		letter-spacing: .07px;
		display: inline-block;
		color: #fff
	}

	header#main-top-nav .trending-nav ul li a:before {
		content: '#';
		color: #e20309;
		display: inline-block;
		margin-right: 6px
	}

	header#main-top-nav .trending-nav ul li a:hover {
		color: #e20309
	}

	header#main-top-nav .trending-nav ul li a:hover:before {
		content: '#';
		color: #fff
	}

	header#main-top-nav .trending-nav .cls-2 {
		stroke-dasharray: 1000;
		stroke-dashoffset: 1000;
		animation: dash 5s 1 forwards
	}

	header#main-top-nav .trending-nav .cls-1 {
		opacity: 1;
		animation: show 1s 1 forwards
	}

	@keyframes dash {
		from {
			stroke-dashoffset: 1000
		}

		to {
			stroke-dashoffset: 0
		}
	}

	@keyframes show {
		0% {
			opacity: 0
		}

		80% {
			opacity: 0
		}

		100% {
			opacity: 1
		}
	}
}

@media(min-width:1025px) {

	header#main-top-nav nav .logo a span,
	header#main-top-nav nav .logo a svg {
		height: 57px;
		width: 200px
	}

	header#main-top-nav.scrolling .main-nav>li.open.closed .sub-nav-wrapper {
		left: -140px
	}

	header#main-top-nav nav .main-nav {
		position: absolute;
		z-index: 1;
		overflow: visible
	}

	header#main-top-nav nav .main-nav.moving.left:after,
	header#main-top-nav nav .main-nav.moving.left:before {
		display: none
	}

	header#main-top-nav nav .main-nav.moving.right:after,
	header#main-top-nav nav .main-nav.moving.right:before {
		display: none
	}

	header#main-top-nav nav .main-nav>li {
		position: static
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper {
		position: absolute;
		top: 50px;
		overflow: visible;
		max-width: calc(100vw - ((100vw - 1070px)/ 2));
		left: -205px
	}

	header#main-top-nav nav .main-nav>li.open.closed li.open.closed .sub-nav-wrapper {
		display: block;
		top: -2px;
		left: -2px
	}

	header#main-top-nav nav .main-nav .menu-item-has-children .menu-item-has-children>a:after {
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		content: ' \f054';
		font-weight: 700
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper .sub-nav {
		height: 300px;
		max-width: 1070px;
		margin-left: 200px
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper .sub-nav>li {
		width: auto;
		max-width: calc(33vw);
		margin: 0;
		white-space: nowrap
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper {
		transform: translateX(-53px);
		height: 430px;
		border-bottom: 2px solid #0d1f2d
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-nav {
		margin: 0;
		height: 420px;
		max-width: 1070px
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-nav>li {
		white-space: nowrap;
		margin: 0
	}

	header#main-top-nav nav .main-nav>li.open.closed .sub-nav-wrapper .sub-nav>li.open .explore-nav-wrapper .explore-nav>li a {
		font-size: 14px;
		line-height: 1.79;
		letter-spacing: .9px;
		width: calc(100%)
	}
}

@media(min-width:1025px) {
	header#main-top-nav nav .global-search-wrapper {
		display: block;
		position: absolute;
		right: 0;
		top: 5px;
		max-width: 305px;
		z-index: 1000
	}

	header#main-top-nav nav .global-search-wrapper input {
		border: 1px solid #254c8e;
		border-radius: 0 2px 2px 0;
		padding-right: 35px;
		margin: 0;
		height: 37px;
		width: 277px;
		line-height: 37px
	}

	header#main-top-nav nav .global-search-wrapper .fa.fa-search {
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		height: 37px;
		line-height: 37px;
		background: #e20309;
		color: #fff;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		border-radius: 0 2px 2px 0;
		font-size: 0
	}

	header#main-top-nav nav .global-search-wrapper .fa.fa-search:before {
		font-size: 16px
	}

	header#main-top-nav nav .social .search-form {
		display: none
	}

	header#main-top-nav nav .social .search-icon.open a.fa {
		color: #e20309
	}

	header#main-top-nav nav .social .search-icon a {
		font-size: 0
	}

	header#main-top-nav nav .social .search-icon a.fa {
		border: 0;
		color: #000
	}

	header#main-top-nav nav .social .search-icon a.fa:before {
		font-size: 20px
	}

	header#main-top-nav nav .social .search-icon a.fa:hover {
		color: #343333
	}

	header#main-top-nav .trending-nav {
		position: absolute;
		left: 200px
	}
}

@media(min-width:1100px) {
	header#main-top-nav nav .social .subscribe-button a {
		border: solid .4px rgba(38, 38, 38, .3);
		border-radius: 2px;
		padding: 0 10px 0 0;
		background: #254c8e;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	header#main-top-nav nav .social .subscribe-button a .fa,
	header#main-top-nav nav .social .subscribe-button a .fab {
		border: 0;
		margin: 0 -3px 0 3px
	}

	header#main-top-nav nav .social .subscribe-button a span {
		display: inline-block;
		font-size: 11px;
		letter-spacing: .5px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 400;
		color: #fff;
		text-transform: uppercase
	}

	header#main-top-nav nav .social .subscribe-button a:hover {
		background: #2f7f9a
	}

	header#main-top-nav nav .social .subscribe-button a:hover .fa,
	header#main-top-nav nav .social .subscribe-button a:hover .fab {
		background: #2f7f9a
	}

	header#main-top-nav .trending-nav ul li:first-child {
		margin-right: 10px
	}

	header#main-top-nav .trending-nav ul li a {
		margin: 6px 15px 0
	}
}

#solr-results {
	position: fixed;
	left: 0;
	right: 0;
	top: 136px;
	z-index: 12345678;
	list-style: none;
	min-width: 100vw;
	max-width: 1070px;
	margin: 0 auto;
	background: #fff
}

#solr-results li {
	margin: 5px auto;
	width: 1070px;
	max-width: 100%;
	background: #fff;
	border: 0;
	box-shadow: none
}

#solr-results li.active,
#solr-results li:hover {
	box-shadow: none
}

#solr-results li.active a,
#solr-results li:hover a {
	color: #000
}

#solr-results li a {
	display: block;
	margin-left: 215px;
	color: #000
}

@media(max-width:767px) {
	#solr-results {
		top: 50px
	}
}

@media(max-width:767px) {
	#solr-results li a {
		margin-left: 10px
	}
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width:641px) {

	input,
	select,
	textarea {
		font-size: 16px !important
	}
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
	.cls-2 {
		stroke-dasharray: 0 !important;
		stroke-dashoffset: 0 !important;
		animation: none !important;
		opacity: 1 !important
	}
}

.article-body #breadcrumbs,
.article-body .breadcrumbs {
	margin: 0 0 .5rem;
	list-style: none
}

.rank-math-breadcrumb {
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 13px;
	margin: 0
}

.rank-math-breadcrumb p span.last {
	color: #254c8e;
	font-weight: 400
}

.rank-math-breadcrumb p a,
.rank-math-breadcrumb p span {
	font-size: 10px;
	letter-spacing: 1px;
	color: #254c8e;
	line-height: 13px;
	margin: 0;
	font-weight: 400
}

.stickypage #widgetbox {
	max-width: 300px
}

.stickypage #toprightrail {
	max-width: 300px;
	overflow: hidden
}

.stickypage #bottomrightrail {
	overflow: hidden;
	max-width: 300px
}

#main-wrapper .wrapper #pmaz414 {
	margin: 0 auto;
	width: 100%;
	text-align: center
}

#main-wrapper .wrapper #pmaz414 .pcm414 {
	position: relative;
	z-index: 99;
	text-align: center;
	padding: 10px 0
}

#main-wrapper .wrapper .pcm403,
#main-wrapper .wrapper .pcm416 {
	margin-bottom: 1rem
}

#main-wrapper .wrapper .pcm415 {
	margin-bottom: 1rem;
	margin: 8px 0 21px 0
}

#main-wrapper .wrapper .pcm416 {
	margin: 0
}

#widgetbox {
	float: left
}

#widgetbox .articles-stack,
#widgetbox .slideshow-stack {
	width: 300px;
	float: left;
	margin: 0 0 1rem 0;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #848282
}

#widgetbox .slideshow-stack h2,
#widgetbox .slideshow-stack h3 {
	width: 300px;
	float: left;
	font: 45px "Roboto", arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .7px;
	border-bottom: 1px solid #cbcac9;
	margin: 0 0 5px 0
}

#widgetbox .articles-stack h2,
#widgetbox .articles-stack h3 {
	width: 300px;
	float: left;
	font: 45px "Roboto", arial, sans-serif;
	text-transform: uppercase;
	color: #000;
	letter-spacing: .7px;
	border-bottom: 1px solid #cbcac9;
	margin: 0 0 5px 0
}

#widgetbox .slideshow-stack h2 span,
#widgetbox .slideshow-stack h3 span {
	color: #e20309
}

#widgetbox .articles-stack h2 span,
#widgetbox .articles-stack h3 span {
	color: #e20309
}

#widgetbox .articles-stack ul,
#widgetbox .slideshow-stack ul {
	float: left;
	list-style: none;
	margin: 10px 0 0;
	padding: 0
}

#widgetbox .articles-stack ul li,
#widgetbox .slideshow-stack ul li {
	border-bottom: 2px solid #ccc;
	float: left;
	margin: 3px 0;
	padding: 0 0 3px;
	width: 300px
}

#widgetbox .articles-stack ul li:last-child,
#widgetbox .slideshow-stack ul li:last-child {
	border-bottom: 0
}

#widgetbox .articles-stack ul li a,
#widgetbox .slideshow-stack ul li a {
	display: block;
	width: 300px;
	font: 15px/20px Roboto, arial, sans-serif;
	color: #000;
	letter-spacing: .6px
}

#widgetbox .articles-stack ul li div,
#widgetbox .slideshow-stack ul li div {
	display: table;
	width: 200px;
	height: 55px;
	float: left
}

#widgetbox .articles-stack ul li span,
#widgetbox .slideshow-stack ul li span {
	display: table-cell;
	padding-bottom: 5px;
	vertical-align: middle
}

#widgetbox .articles-stack ul li img,
#widgetbox .slideshow-stack ul li img {
	width: 90px;
	height: 51px;
	float: left;
	margin: 0 10px 0 0
}

#widgetbox .articles-stack .more,
#widgetbox .slideshow-stack .more {
	border-bottom: 1px solid #cbcac9;
	border-top: 1px solid #cbcac9;
	width: 300px;
	height: 22px;
	float: left
}

#widgetbox .articles-stack .more a,
#widgetbox .slideshow-stack .more a {
	font: 16px/21px "Roboto", arial, sans-serif;
	color: #000;
	float: right;
	letter-spacing: .8px;
	text-transform: uppercase
}

#widgetbox .articles-stack .more a span,
#widgetbox .slideshow-stack .more a span {
	font: 28px/16px "Roboto", arial, sans-serif;
	color: #e20309;
	margin: 0 10px 0 5px;
	float: right
}

#widgetbox .fb-stack h2,
#widgetbox .fb-stack h3 {
	font-size: 40px
}

#widgetbox .articles-stack h2,
#widgetbox .articles-stack h3 {
	font-size: 23px
}

#widgetbox .business-stack,
#widgetbox .discussions-stack {
	margin: 0 0 1rem 0;
	width: 300px;
	float: left
}

#widgetbox .business-stack h2,
#widgetbox .business-stack h3 {
	font: 30px "Roboto", arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	border-bottom: 7px solid #e20309;
	margin: 0
}

#widgetbox .discussions-stack h2,
#widgetbox .discussions-stack h3 {
	font: 30px "Roboto", arial, sans-serif;
	color: #000;
	text-transform: uppercase;
	border-bottom: 7px solid #e20309;
	margin: 0
}

#widgetbox .business-stack ul,
#widgetbox .discussions-stack ul {
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0
}

#widgetbox .business-stack ul li,
#widgetbox .discussions-stack ul li {
	float: left;
	padding: 0 0 8px 0;
	width: 290px
}

#widgetbox .business-stack ul li img,
#widgetbox .discussions-stack ul li img {
	width: 55px;
	height: 68px;
	padding: 3px 10px 0 0;
	float: left
}

#widgetbox .business-stack ul li a,
#widgetbox .discussions-stack ul li a {
	font: 16px/18px "Roboto", arial, sans-serif;
	color: #000;
	text-transform: capitalize
}

#widgetbox .business-stack ul li a:hover,
#widgetbox .discussions-stack ul li a:hover {
	color: #e20309;
	text-decoration: none
}

#widgetbox .business-stack ul li a:hover span,
#widgetbox .business-stack ul li a:hover strong {
	color: #e20309
}

#widgetbox .discussions-stack ul li a:hover span,
#widgetbox .discussions-stack ul li a:hover strong {
	color: #e20309
}

#widgetbox .business-stack ul li a strong,
#widgetbox .discussions-stack ul li a strong {
	font: 16px/18px "Roboto", arial, sans-serif;
	color: #000;
	text-transform: capitalize
}

#widgetbox .business-stack ul li a span,
#widgetbox .discussions-stack ul li a span {
	font-size: 12px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	color: #e20309;
	text-transform: capitalize;
	display: block
}

#widgetbox .business-stack .more,
#widgetbox .discussions-stack .more {
	background: #e8e7e6;
	float: left;
	height: 30px;
	width: 300px
}

#widgetbox .business-stack .more a,
#widgetbox .discussions-stack .more a {
	color: #000;
	float: right;
	font-size: 16px;
	line-height: 30px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase
}

#widgetbox .business-stack .more a:hover,
#widgetbox .discussions-stack .more a:hover {
	text-decoration: underline
}

#widgetbox .business-stack .more span {
	color: #e20309;
	font-size: 20px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	padding: 0 10px 0 5px;
	float: right
}

#widgetbox .discussions-stack {
	margin: 0 0 1rem 0
}

#widgetbox .discussions-stack .more span {
	color: #e20309;
	font-size: 20px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	padding: 0 10px 0 5px;
	float: right
}

#widgetbox .discussions-stack ul li {
	border-bottom: 1px solid #e8e7e6;
	padding: 12px 0;
	float: left;
	width: 290px
}

#widgetbox .discussions-stack ul li img {
	width: 60px;
	height: 60px
}

#widgetbox .discussions-stack ul li span {
	color: #000
}

@media only screen and (min-width:61.3125em) and (max-width:64em) {
	#widgetbox {
		padding-left: 0
	}
}

@media only screen and (min-width:64.0625em) and (max-width:66.875em) {
	#widgetbox {
		padding-left: 0
	}
}

#spw strong {
	margin-left: 5px
}

#spw a {
	margin-top: 10px;
	display: block
}

footer {
	padding: 10px 0 20px;
	border-top: 3px solid #d8d8d8;
	position: relative;
	z-index: 999;
	margin-top: 2rem
}

footer nav>a>img[alt=logo] {
	display: none
}

footer ul.footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: hidden
}

footer .footer-social,
footer .footer-social li {
	list-style: none
}

footer ul.footer-menu li {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 500;
	letter-spacing: .8px;
	color: #8f8b8b;
	padding: 2px 0
}

footer ul li a {
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 500;
	letter-spacing: .8px;
	color: #8f8b8b;
	background: 0 0 !important
}

footer ul li a:hover,
footer ul li:hover {
	text-decoration: none;
	color: #e20309
}

footer ul.adchoices {
	height: auto;
	border-left: none
}

footer .copyright .footer-copy {
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}

footer .copyright .footer-copy img[alt=logo] {
	height: 34px;
	padding: 0 5px
}

footer .copyright .footer-copy p {
	font-size: 8px;
	margin: 0;
	letter-spacing: .2px;
	line-height: 12px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 500;
	color: #8f8b8b
}

footer .copyright .footer-copy p a {
	font-family: Roboto, arial, sans-serif;
	font-weight: 500;
	color: #8f8b8b
}

footer .copyright .footer-copy p a:hover {
	text-decoration: none;
	color: #e20309
}

footer .copyright .trustee-logo {
	padding-left: 7px;
	min-width: 76px
}

@media only screen and (max-width:641px) {
	footer .copyright .footer-copy {
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center
	}

	footer .copyright .footer-copy p {
		margin: 10px
	}
}

.wrapper .container .banner {
	margin: .313rem 0 0 0
}

.banner-image {
	margin: 0 0 10px
}

.banner-image img {
	padding: 0 .65rem 0 .3125rem
}

@media only screen and (min-width:40.0625em) {
	.wrapper .container .banner {
		margin: 0 0 .625rem 0
	}
}

@media only screen and (min-width:812px) and (max-width:979px) {
	.wrapper .container {
		max-width: 812px;
		margin: .625rem auto
	}
}

@media only screen and (min-width:61.3125em) and (max-width:64em) {
	.wrapper .container {
		max-width: 980px;
		margin: .625rem auto
	}
}

@media only screen and (min-width:64.0625em) and (max-width:66.875em) {
	.wrapper .container {
		max-width: 1024px;
		margin: .625rem auto
	}
}

@media only screen and (min-width:64.0625em) {
	.wrapper .container {
		max-width: 1070px;
		margin: .625rem auto
	}
}

.article-header h1,
.content .article-header h1,
.review-head-title h1 {
	font: 40px "Roboto", arial, sans-serif;
	color: #0d1f2d;
	margin: 0;
	font-weight: 700;
	letter-spacing: .8px
}

.article-header .byline,
.content .article-header .byline,
.review-head-title .byline {
	padding: 0
}

.article-header .byline ul,
.content .article-header .byline ul,
.review-head-title .byline ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-header .byline ul.authors,
.content .article-header .byline ul.authors,
.review-head-title .byline ul.authors {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-header .byline ul li,
.article-header .byline ul.authors li {
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto, arial, sans-serif;
	font-size: .8125rem;
	line-height: 21px;
	letter-spacing: .7px;
	color: #000;
	padding-bottom: 0
}

.review-head-title .byline ul li,
.review-head-title .byline ul.authors li {
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto, arial, sans-serif;
	font-size: .8125rem;
	line-height: 21px;
	letter-spacing: .7px;
	color: #000;
	padding-bottom: 0
}

.content .article-header .byline ul li,
.content .article-header .byline ul.authors li {
	width: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	font-family: Roboto, arial, sans-serif;
	font-size: .8125rem;
	line-height: 21px;
	letter-spacing: .7px;
	color: #000;
	padding-bottom: 0
}

.article-header .byline ul li span,
.article-header .byline ul.authors li span {
	display: inline-block
}

.article-header .byline ul li span a,
.article-header .byline ul.authors li span a {
	display: inline-block
}

.review-head-title .byline ul li span,
.review-head-title .byline ul.authors li span {
	display: inline-block
}

.review-head-title .byline ul li span a,
.review-head-title .byline ul.authors li span a {
	display: inline-block
}

.content .article-header .byline ul li span,
.content .article-header .byline ul.authors li span {
	display: inline-block
}

.content .article-header .byline ul li span a,
.content .article-header .byline ul.authors li span a {
	display: inline-block
}

.article-header .byline ul li a,
.article-header .byline ul.authors li a {
	color: #254c8e
}

.review-head-title .byline ul li a,
.review-head-title .byline ul.authors li a {
	color: #254c8e
}

.content .article-header .byline ul li a,
.content .article-header .byline ul.authors li a {
	color: #254c8e
}

.article-header .byline ul li a:active,
.article-header .byline ul li a:focus,
.article-header .byline ul li a:hover {
	color: #2f7f9a
}

.article-header .byline ul.authors li a:active,
.article-header .byline ul.authors li a:focus,
.article-header .byline ul.authors li a:hover {
	color: #2f7f9a
}

.review-head-title .byline ul li a:active,
.review-head-title .byline ul li a:focus,
.review-head-title .byline ul li a:hover {
	color: #2f7f9a
}

.review-head-title .byline ul.authors li a:active,
.review-head-title .byline ul.authors li a:focus,
.review-head-title .byline ul.authors li a:hover {
	color: #2f7f9a
}

.content .article-header .byline ul li a:active,
.content .article-header .byline ul li a:focus,
.content .article-header .byline ul li a:hover {
	color: #2f7f9a
}

.content .article-header .byline ul.authors li a:active,
.content .article-header .byline ul.authors li a:focus,
.content .article-header .byline ul.authors li a:hover {
	color: #2f7f9a
}

.article-header .byline ul li:first-child,
.article-header .byline ul.authors li:first-child {
	margin: 5px;
	margin-left: -5px
}

.review-head-title .byline ul li:first-child,
.review-head-title .byline ul.authors li:first-child {
	margin: 5px;
	margin-left: -5px
}

.content .article-header .byline ul li:first-child,
.content .article-header .byline ul.authors li:first-child {
	margin: 5px;
	margin-left: -5px
}

.article-header .byline ul .multiple-authors,
.article-header .byline ul.authors .multiple-authors {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 7px
}

.review-head-title .byline ul .multiple-authors,
.review-head-title .byline ul.authors .multiple-authors {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 7px
}

.content .article-header .byline ul .multiple-authors,
.content .article-header .byline ul.authors .multiple-authors {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 0 0 7px
}

.article-header .byline ul .multiple-authors>*,
.article-header .byline ul.authors .multiple-authors>* {
	margin-right: 5px
}

.review-head-title .byline ul .multiple-authors>*,
.review-head-title .byline ul.authors .multiple-authors>* {
	margin-right: 5px
}

.content .article-header .byline ul .multiple-authors>*,
.content .article-header .byline ul.authors .multiple-authors>* {
	margin-right: 5px
}

.article-header .byline ul .author-byline-images,
.article-header .byline ul.authors .author-byline-images {
	margin-right: 10px;
	padding: 0
}

.review-head-title .byline ul .author-byline-images,
.review-head-title .byline ul.authors .author-byline-images {
	margin-right: 10px;
	padding: 0
}

.content .article-header .byline ul .author-byline-images,
.content .article-header .byline ul.authors .author-byline-images {
	margin-right: 10px;
	padding: 0
}

.article-header .byline ul .author-byline-images a:hover,
.article-header .byline ul.authors .author-byline-images a:hover {
	z-index: 2
}

.review-head-title .byline ul .author-byline-images a:hover,
.review-head-title .byline ul.authors .author-byline-images a:hover {
	z-index: 2
}

.content .article-header .byline ul .author-byline-images a:hover,
.content .article-header .byline ul.authors .author-byline-images a:hover {
	z-index: 2
}

.article-header .byline ul .author-byline-images a:not(:first-child),
.article-header .byline ul.authors .author-byline-images a:not(:first-child) {
	margin-left: -15px
}

.review-head-title .byline ul .author-byline-images a:not(:first-child),
.review-head-title .byline ul.authors .author-byline-images a:not(:first-child) {
	margin-left: -15px
}

.content .article-header .byline ul .author-byline-images a:not(:first-child),
.content .article-header .byline ul.authors .author-byline-images a:not(:first-child) {
	margin-left: -15px
}

.article-header .byline ul .author-byline-images img,
.article-header .byline ul.authors .author-byline-images img {
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	width: 35px;
	height: 35px
}

.review-head-title .byline ul .author-byline-images img,
.review-head-title .byline ul.authors .author-byline-images img {
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	width: 35px;
	height: 35px
}

.content .article-header .byline ul .author-byline-images img,
.content .article-header .byline ul.authors .author-byline-images img {
	border-radius: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	width: 35px;
	height: 35px
}

.article-header .deck,
.content .article-header .deck,
.review-head-title .deck {
	font-family: Roboto, arial, sans-serif;
	font-size: .8125rem;
	line-height: 21px;
	letter-spacing: .8px;
	color: #000;
	font-style: italic;
	margin: 10px 0
}

.article-body .deck {
	font-size: 1.17rem;
	line-height: 2rem;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300
}

.article-body .deck h2,
.article-body .deck h3,
.article-body .deck h4,
.article-body .deck h5 {
	font-family: "Roboto", arial, sans-serif;
	font-weight: 700;
	font-size: 2.125rem;
	line-height: 2.25rem;
	letter-spacing: .8px;
	color: #000
}

.article-body .deck h3 {
	font-size: 2rem;
	line-height: 2rem
}

.article-body .deck h4 {
	font-size: 1.9rem;
	line-height: 1.9rem
}

.article-body .deck h5 {
	font-size: 1.8rem;
	line-height: 1.8rem
}

.affiliate-text {
	padding: 0 0 15px;
	font-family: Roboto, arial, sans-serif;
	font-size: .75rem;
	line-height: 1.27;
	letter-spacing: .9px;
	color: #262626
}

.affiliate-text a {
	color: #e20309;
	font-family: Roboto, arial, sans-serif;
	font-weight: 500
}

@media(min-width:1025px) {
	.affiliate-text {
		padding: 0 0 15px
	}
}

@media(min-width:1025px) {
	.affiliate-text {
		font-size: .8125rem;
		line-height: 1.15
	}
}

@media(min-width:981px) {
	.affiliate-text {
		font-size: .8125rem;
		line-height: 1.15
	}
}

#widgetbox .affiliate-text {
	border-radius: 3px;
	background-color: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .15), 0 0 8px 0 rgba(0, 0, 0, .15);
	padding: 15px;
	margin: 5px 1px 10px;
	font-size: .9375rem;
	line-height: 1.33;
	letter-spacing: .9px;
	clear: both
}

@media only screen and (min-width:40.0625em) {

	.article-header .deck,
	.review-head-title .deck {
		font-size: 1rem
	}

	.article-header .byline ul li,
	.article-header .byline ul.authors li {
		font-size: .875rem
	}

	.review-head-title .byline ul li,
	.review-head-title .byline ul.authors li {
		font-size: .875rem
	}
}

@media(min-width:768px) {
	.navbar-nav {
		float: none
	}
}

@media(min-width:1070px) {

	.article-header,
	.content .article-header,
	.review-head-title,
	.reviews-share {
		margin-left: -30px;
		margin-right: -30px
	}

	.roundup .article-header,
	.roundup .article-share {
		margin-left: 0;
		margin-right: 0
	}
}

@media(max-width:1024px) {
	header#main-top-nav nav .navbar-nav a {
		position: relative
	}

	.caret {
		position: absolute;
		top: 45%;
		right: 3px
	}

	header#main-top-nav nav .navbar-nav li li li a {
		margin-left: 10px
	}
}

@media(max-width:1023px) {
	.caret {
		position: absolute;
		top: 50%;
		right: 20px
	}

	header#main-top-nav nav .navbar-nav a {
		color: #fff
	}

	header#main-top-nav nav .navbar-nav li.open li a {
		color: #000
	}

	header#main-top-nav .navbar-nav li.open ul {
		background: #fff
	}

	header#main-top-nav nav .navbar-nav>li.current-menu-ancestor.open>a {
		color: #fff !important
	}
}

.hidead {
	height: 0 !important;
	overflow: hidden
}

.article-share .total-shares,
.reviews-share .total-shares {
	font-size: .625rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	float: left;
	margin: 0 10px 0 0;
	text-align: center
}

.article-share .total-shares span,
.reviews-share .total-shares span {
	font-size: 1.875rem;
	line-height: 1.563rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	color: #e20309
}

.article-share .total-shares strong,
.reviews-share .total-shares strong {
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	margin: 3px 0 0 0
}

html.fonts-notloaded .article-share .total-shares strong,
html.fonts-notloaded .reviews-share .total-shares strong {
	font-family: Helvetica, Arial !important
}

.article-share .verti_menu,
.reviews-share .verti_menu {
	position: absolute;
	width: 50px;
	background: #e8e7e6;
	left: 0;
	padding: 5px 10px;
	top: 20px
}

.article-share .verti_menu .total-shares,
.reviews-share .verti_menu .total-shares {
	display: none
}

.article-share .verti_menu ul li,
.reviews-share .verti_menu ul li {
	margin: 5px 0
}

.article-share .verti_menu ul li a.minus_share,
.article-share .verti_menu ul li a.plus_share {
	display: none !important;
	margin: 0
}

.reviews-share .verti_menu ul li a.minus_share,
.reviews-share .verti_menu ul li a.plus_share {
	display: none !important;
	margin: 0
}

.article-share .verti_menu ul li a .print,
.article-share .verti_menu ul li a.email-to-a-friend,
.article-share .verti_menu ul li a.ln_share,
.article-share .verti_menu ul li a.pin_share,
.article-share .verti_menu ul li a.stumb_share {
	display: block !important
}

.reviews-share .verti_menu ul li a .print,
.reviews-share .verti_menu ul li a.email-to-a-friend,
.reviews-share .verti_menu ul li a.ln_share,
.reviews-share .verti_menu ul li a.pin_share,
.reviews-share .verti_menu ul li a.stumb_share {
	display: block !important
}

.article-share .verti_menu ul li.email_print,
.reviews-share .verti_menu ul li.email_print {
	width: auto;
	margin: 5px 0
}

.article-share .verti_menu ul li.email_print .email-to-a-friend,
.reviews-share .verti_menu ul li.email_print .email-to-a-friend {
	margin: 0 0 10px 0
}

.article-share .verti_menu ul li.email_print .print,
.reviews-share .verti_menu ul li.email_print .print {
	display: block !important
}

.article-share .horiz_menu,
.reviews-share .horiz_menu {
	position: static;
	margin: 0 0 15px 0;
	left: 0;
	top: 0;
	overflow: hidden
}

.article-share .horiz_menu ul li a.email-to-a-friend,
.article-share .horiz_menu ul li a.ln_share,
.article-share .horiz_menu ul li a.minus_share,
.article-share .horiz_menu ul li a.pin_share,
.article-share .horiz_menu ul li a.stumb_share {
	display: none
}

.reviews-share .horiz_menu ul li a.email-to-a-friend,
.reviews-share .horiz_menu ul li a.ln_share,
.reviews-share .horiz_menu ul li a.minus_share,
.reviews-share .horiz_menu ul li a.pin_share,
.reviews-share .horiz_menu ul li a.stumb_share {
	display: none
}

.article-share .horiz_menu ul li .print,
.reviews-share .horiz_menu ul li .print {
	display: none
}

.article-share ul,
.reviews-share ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.article-share ul li,
.reviews-share ul li {
	margin: 0 5px 0 0;
	float: left
}

.article-share ul li.email_print,
.reviews-share ul li.email_print {
	width: 70px;
	margin: 0 5px 0 0
}

.article-share ul li.email_print .print,
.reviews-share ul li.email_print .print {
	background: url(/img/icons/social_print.jpg) no-repeat 0 0;
	width: 30px;
	height: 30px;
	float: left;
	cursor: pointer
}

.article-share ul li a,
.reviews-share ul li a {
	cursor: pointer;
	float: left;
	width: 30px;
	height: 30px;
	text-indent: -99999px
}

.article-share ul li a.plus_share,
.reviews-share ul li a.plus_share {
	background: url(/img/icons/social_plus_btn.jpg) no-repeat
}

.article-share ul li a.minus_share,
.reviews-share ul li a.minus_share {
	background: url(/img/icons/social_minus_btn.jpg) no-repeat
}

.article-share ul li a.facebook_share,
.reviews-share ul li a.facebook_share {
	background: url(/img/icons/social_fb.jpg) no-repeat
}

.article-share ul li a.tweet_share,
.reviews-share ul li a.tweet_share {
	background: url(/img/icons/social_tweet.jpg) no-repeat 0 0
}

.article-share ul li a.pin_share,
.reviews-share ul li a.pin_share {
	background: url(/img/icons/social_pinit.jpg) no-repeat 0 0
}

.article-share ul li a.ln_share,
.reviews-share ul li a.ln_share {
	background: url(/img/icons/social_ld.jpg) no-repeat 0 0
}

.article-share ul li a.stumb_share,
.reviews-share ul li a.stumb_share {
	background: url(/img/icons/social_su.jpg) no-repeat 0 0
}

.article-share ul li a.gplus_share,
.reviews-share ul li a.gplus_share {
	background: url(/img/icons/social_gplus.jpg) no-repeat
}

.article-share ul li a.email-to-a-friend,
.reviews-share ul li a.email-to-a-friend {
	background: url(/img/icons/social_email.jpg) no-repeat 0 0;
	margin: 0 5px 0 0
}

@media only screen and (max-width:40em) {

	.article-header h1,
	.review-head-title h1 {
		font-size: 32px
	}

	.article-share .horiz_menu ul li {
		margin: 0 5px 5px 0
	}
}

.article-section {
	padding: 0 1.875rem
}

#featured-reviews.article-section {
	padding: 0;
	margin-top: 20px
}

.article-section .article-body {
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	letter-spacing: .9px;
	color: #000
}

.review-body {
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	letter-spacing: .9px;
	color: #000
}

.article-section .article-body .article-image,
.review-body .article-image {
	float: left;
	position: relative
}

.article-section .article-body .article-image.primary-img,
.review-body .article-image.primary-img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0
}

.article-section .article-body .article-image.secondary-img img,
.review-body .article-image.secondary-img img {
	width: calc(100%+60px)
}

.article-section .article-body .article-image.secondary-img a,
.review-body .article-image.secondary-img a {
	display: block;
	text-align: left
}

.article-section .article-body .article-image.secondary-img .first-slide-link,
.review-body .article-image.secondary-img .first-slide-link {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0
}

.article-section .article-body .article-image.secondary-img .first-slide-link a,
.review-body .article-image.secondary-img .first-slide-link a {
	padding: 5px 30px 0 40px
}

.article-section .article-body img.right,
.review-body img.right {
	float: right;
	margin: 0 0 0 10px
}

.article-section .article-body img.left,
.review-body img.left {
	float: left;
	margin: 0 10px 0 0
}

.article-section .article-body img[align=center],
.article-section .article-body img[align=middle] {
	display: block;
	margin: 0 auto
}

.review-body img[align=center],
.review-body img[align=middle] {
	display: block;
	margin: 0 auto
}

.article-section .article-body b,
.article-section .article-body strong {
	font-family: Roboto, arial, sans-serif;
	font-weight: 700
}

.review-body b,
.review-body strong {
	font-family: Roboto, arial, sans-serif;
	font-weight: 700
}

html.fonts-notloaded .article-section .article-body b,
html.fonts-notloaded .article-section .article-body strong {
	font-family: Helvetica, Arial !important
}

html.fonts-notloaded .review-body b,
html.fonts-notloaded .review-body strong {
	font-family: Helvetica, Arial !important
}

.article-section .article-body b~br,
.article-section .article-body strong~br {
	line-height: 1.5rem
}

.review-body b~br,
.review-body strong~br {
	line-height: 1.5rem
}

.article-section .article-body p,
.review-body p {
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	color: #000;
	letter-spacing: .9px;
	margin-bottom: .938rem
}

.article-section .article-body p>b,
.article-section .article-body p>strong {
	font-size: 18px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700
}

.review-body p>b,
.review-body p>strong {
	font-size: 18px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700
}

.article-section .article-body a,
.review-body a {
	color: #e20309
}

.article-section .article-body a:hover,
.review-body a:hover {
	color: #ab0509
}

.article-section .article-body ul,
.review-body ul {
	padding: 0 0 15px 30px;
	margin: 0;
	list-style: none
}

.article-section .article-body ul li,
.review-body ul li {
	list-style: disc;
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	padding-bottom: 8px
}

.article-section .article-body ol,
.review-body ol {
	padding: 0 0 15px 30px;
	margin: 0;
	list-style: none
}

.article-section .article-body ol li,
.review-body ol li {
	list-style: decimal;
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	padding-bottom: 8px
}

.article-section .article-body h2,
.review-body h2 {
	color: #000;
	font: 1.9rem/2rem "Roboto", arial, sans-serif;
	letter-spacing: .8px
}

.article-section .article-body h3,
.review-body h3 {
	color: #000;
	font: 1.5rem/1.6rem "Roboto", arial, sans-serif;
	letter-spacing: .8px
}

.article-section .article-body .first-slide-link,
.review-body .first-slide-link {
	padding: 7px 0 0
}

.article-section .article-body .first-slide-link a,
.review-body .first-slide-link a {
	background: url(/img/icons/splash_icon_sm.png) no-repeat 0 0;
	float: left;
	height: 33px;
	padding: 5px 0 0 37px;
	font-size: 1rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	color: #e20309;
	text-transform: uppercase
}

.article-section .article-body .view-gallery,
.review-body .view-gallery {
	padding: 10px 0;
	float: left;
	width: 100%
}

.article-section .article-body .view-gallery a,
.review-body .view-gallery a {
	background: url(/img/icons/splash_icon.png) no-repeat 0 0;
	float: left;
	font-size: 1rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	height: 43px;
	padding: 10px 0 0 50px;
	color: #e20309;
	text-transform: uppercase
}

.article-section .article-body .pcm-content,
.review-body .pcm-content {
	margin-bottom: 15px;
	text-align: center;
	float: left;
	width: 100%
}

.article-section .article-body .pcm-content .column,
.review-body .pcm-content .column {
	padding: 10px 0
}

.heading {
	border-bottom: 4px solid #ccc;
	margin: 10px 0;
	width: 100%
}

.heading h2 {
	margin: 0
}

.heading h2 a {
	text-decoration: none;
	font: 21px "Roboto", arial, sans-serif;
	color: #000;
	text-transform: uppercase
}

.article-footer {
	float: left;
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
	text-align: center
}

.article-footer .terms-of-use {
	clear: both;
	font-size: .857rem;
	line-height: 18px;
	color: #000;
	border-top: 3px solid #000;
	padding-top: 9px;
	font-style: italic
}

.article-footer .terms-of-use a {
	color: #e20309;
	font-weight: 700
}

.article-footer #backtop {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	background: 0;
	float: none;
	margin: 50px auto 5px;
	cursor: pointer;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	background-color: #254c8e;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
	transition: .2s ease-out;
	width: 38px;
	height: 38px;
	font-size: .6875rem;
	font-family: Roboto, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 1
}

@media only screen and (max-width:480px) {

	.article-section .article-body .inline-image,
	.article-section .article-body .primary-img {
		width: 100%;
		text-align: center;
		display: table;
		margin-bottom: 15px
	}

	.review-body .inline-image,
	.review-body .primary-img {
		width: 100%;
		text-align: center;
		display: table;
		margin-bottom: 15px
	}

	.article-section .article-body .inline-image img,
	.review-body .inline-image img {
		float: none !important;
		margin: 0
	}
}

@media only screen and (min-width:40.0625em) {

	.article-section .article-body,
	.article-section .article-body p,
	.review-body,
	.review-body p {
		font-size: 1.17rem;
		line-height: 2rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300
	}

	.article-section .article-body p>b,
	.article-section .article-body p>strong {
		font-size: 1.17rem;
		line-height: 2rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}

	.review-body p>b,
	.review-body p>strong {
		font-size: 1.17rem;
		line-height: 2rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}

	.article-section .article-body .view-gallery a,
	.review-body .view-gallery a {
		font-size: 1.125rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}

	.article-section .article-body ol li,
	.article-section .article-body ul li {
		font-size: 1.17rem;
		line-height: 2rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300;
		padding-bottom: 10px
	}

	.review-body ol li,
	.review-body ul li {
		font-size: 1.17rem;
		line-height: 2rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300;
		padding-bottom: 10px
	}

	.article-section .article-body h2,
	.review-body h2 {
		font: .95652 "Roboto", arial, sans-serif
	}

	.article-section .article-body h3,
	.review-body h3 {
		font: .9375 "Roboto", arial, sans-serif
	}
}

@media only screen and (min-width:61.3125em) {

	.article-section .article-body .pcm-content,
	.review-body .pcm-content {
		margin: 0;
		width: auto
	}
}

html.fonts-notloaded .article-footer #backtop {
	font-family: Helvetica, Arial !important
}

.article-footer #backtop:hover {
	text-decoration: none;
	background: #2f7f9a;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15)
}

.article-footer #backtop .fa-chevron-up {
	margin-bottom: 2px
}

.article-footer .page-nav {
	color: #ccc;
	float: right;
	font: 28px "Roboto", arial, sans-serif;
	padding: 5px 0 0
}

.article-footer .page-nav ul li {
	color: #ccc;
	display: inline;
	float: left;
	font: 28px "Roboto", arial, sans-serif;
	margin: 0 10px
}

.article-footer .page-nav ul li.active {
	color: #e20309
}

.article-footer .page-nav ul li a {
	color: #ccc;
	font: 28px "Roboto", arial, sans-serif
}

.article-footer .page-nav ul li a:hover {
	color: #e20309;
	text-decoration: none
}

.article-footer .page-nav ul li a.prev {
	background: url(/img/icons/grey_arrow_left.png) no-repeat 0 7px;
	float: left;
	height: 32px;
	width: 45px;
	text-indent: -9999px
}

.article-footer .page-nav ul li a.next {
	background: url(/img/icons/grey_arrow_right.png) no-repeat 0 7px;
	float: left;
	height: 32px;
	width: 45px;
	text-indent: -9999px
}

.article-footer .page-nav ul li a.next-btn {
	background: url(/img/icons/red_arrow_right.png) no-repeat 0 7px;
	float: left;
	height: 32px;
	width: 45px;
	text-indent: -9999px
}

.article-footer .page-nav ul li a.prev-btn {
	background: url(/img/icons/red_arrow_left.png) no-repeat 0 7px;
	float: left;
	width: 45px;
	height: 32px;
	text-indent: -9999px
}

.hreview .story-navigation {
	padding-left: 30px;
	padding-right: 30px
}

.story-navigation {
	margin: 20px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.story-navigation .read-more {
	font-family: Roboto, arial, sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: .2px;
	text-align: center;
	color: #000;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.story-navigation>div {
	color: #000;
	display: block;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .15), 0 0 8px 0 rgba(0, 0, 0, .15);
	border-radius: 2px;
	margin-bottom: 25px;
	overflow: hidden;
	transition: box-shadow .25s ease
}

.story-navigation>div:hover {
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .18), 0 0 20px 0 rgba(0, 0, 0, .18)
}

.story-navigation>div .image-link {
	height: 0;
	padding-bottom: 56.3%;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	font-size: 0;
	display: block
}

.story-navigation>div .image-link:hover+div p a {
	color: #e20309
}

.story-navigation>div img {
	width: 100%
}

.story-navigation>div .category {
	font-size: .625rem;
	letter-spacing: 1px;
	color: #254c8e;
	opacity: 1;
	line-height: 13px;
	display: inline-block;
	margin: 15px 10px 0;
	border: 1px solid #254c8e;
	padding: 5px
}

.story-navigation>div p {
	font-family: "Roboto", arial, sans-serif;
	padding: 0 10px;
	cursor: pointer;
	font-size: 1.875rem;
	line-height: 2.1rem;
	letter-spacing: .8px
}

.story-navigation>div p a {
	display: block;
	font-family: "Roboto", arial, sans-serif;
	padding: 10px;
	cursor: pointer;
	font-size: 1.875rem;
	letter-spacing: .8px;
	color: #000
}

.story-navigation>div p a:hover {
	color: #e20309
}

@media only screen and (max-width:40em) {
	.article-footer .page-nav {
		display: table;
		text-align: center;
		max-width: 640px;
		float: none;
		margin: 0 auto
	}

	.btn.newsletter-sub {
		width: 100%;
		text-align: center;
		text-shadow: none
	}

	footer ul.footer-menu li {
		line-height: 25px
	}
}

@media(min-width:641px) {
	.story-navigation>div {
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}

	.story-navigation>div.next-story {
		margin-left: 20px
	}
}

input.error,
textarea.error {
	border: solid 1px #e20309 !important
}

#email-to-friend h1 {
	font-size: 1.438rem;
	font-family: "Roboto", arial, sans-serif;
	padding: 0
}

#email-to-friend label {
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	font-size: 14px
}

html.fonts-notloaded #email-to-friend label {
	font-family: Helvetica, Arial !important
}

#email-to-friend {
	background: #fff;
	padding: 0 30px;
	border-radius: 5px;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300
}

#email-to-friend label.error {
	font-weight: 400 !important;
	color: #e20309;
	display: block
}

#email-to-friend span {
	color: #999;
	padding-bottom: 10px;
	font-size: 12px
}

#email-to-friend span p {
	font-size: 12px;
	margin: 0
}

#email-to-friend input,
#email-to-friend textarea {
	display: block;
	width: 320px;
	margin: 5px 0;
	height: 25px;
	padding: 2px
}

#email-to-friend span.small {
	font-size: 12px;
	line-height: 15px;
	display: block;
	padding-bottom: 5px
}

#email-to-friend img {
	cursor: pointer
}

#email-to-friend div #captcha {
	padding: 12px 0 12px 0
}

#email-to-friend .buttons {
	width: 320px;
	text-align: right;
	padding-bottom: 5px;
	padding-left: 5px
}

html.fonts-notloaded #email-to-friend {
	font-family: Helvetica, Arial !important
}

.ui-front {
	z-index: 9999999
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30);
	border: 0
}

.ui-dialog {
	position: absolute;
	padding: .2em;
	width: 300px;
	overflow: hidden
}

.ui-widget {
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	font-size: 14px
}

html.fonts-notloaded .ui-widget {
	font-family: Helvetica, Arial !important
}

.ui-widget-content {
	color: #222
}

.ui-helper-hidden {
	display: none
}

.ui-helper-hidden-accessible {
	position: absolute;
	left: -99999999px
}

.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none
}

.ui-helper-clearfix {
	display: inline-block
}

.ui-helper-clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

* html .ui-helper-clearfix {
	height: 1%
}

.ui-helper-clearfix {
	display: block
}

.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter: Alpha(Opacity=0)
}

.ui-state-disabled {
	cursor: default !important
}

.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat
}

.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	font-size: 1em
}

html.fonts-notloaded .ui-widget button,
html.fonts-notloaded .ui-widget input,
html.fonts-notloaded .ui-widget select,
html.fonts-notloaded .ui-widget textarea {
	font-family: Helvetica, Arial !important
}

.ui-widget-content a {
	color: #222
}

.ui-widget-header {
	color: #222;
	font-weight: 700;
	background: 0
}

.ui-widget-header a {
	color: #222
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
	border: 1px solid #fcefa1;
	background: #fbf9ee;
	color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a {
	color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #fef1ec;
	color: #cd0a0a
}

.ui-state-error a,
.ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text {
	color: #cd0a0a
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary {
	font-weight: 700
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
	opacity: .7;
	filter: Alpha(Opacity=70);
	font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
	opacity: .35;
	filter: Alpha(Opacity=35);
	background-image: none
}

.ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaa;
	opacity: .3;
	border-radius: 8px
}

.article-section .post-body a.zdcse,
.review-body a.zdcse {
	background-color: transparent;
	color: #e20309;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	border-radius: 3px;
	display: none;
	margin: 0 0 0 4px;
	padding: 1px 2px 2px
}

.article-section .post-body a.zdcse:hover,
.review-body a.zdcse:hover {
	background-color: transparent;
	color: #ab0509;
	text-decoration: none
}

.article-section .post-body .article-body>span a.zdcse:not(.zdcse-buybtn):before,
.article-section .post-body .slide-caption a.zdcse:not(.zdcse-buybtn):before,
.article-section .post-body p a.zdcse:not(.zdcse-buybtn):before {
	content: "("
}

.review-body .article-body>span a.zdcse:not(.zdcse-buybtn):before,
.review-body .slide-caption a.zdcse:not(.zdcse-buybtn):before,
.review-body p a.zdcse:not(.zdcse-buybtn):before {
	content: "("
}

.article-section .post-body .article-body>span a.zdcse:not(.zdcse-buybtn):after,
.article-section .post-body .slide-caption a.zdcse:not(.zdcse-buybtn):after,
.article-section .post-body p a.zdcse:not(.zdcse-buybtn):after {
	content: ")"
}

.review-body .article-body>span a.zdcse:not(.zdcse-buybtn):after,
.review-body .slide-caption a.zdcse:not(.zdcse-buybtn):after,
.review-body p a.zdcse:not(.zdcse-buybtn):after {
	content: ")"
}

.article-section .post-body a.zdcse-buybtn,
.review-body a.zdcse-buybtn {
	display: inline-block;
	margin: 0;
	height: 22px;
	line-height: 22px;
	color: #000 !important;
	white-space: nowrap;
	border-radius: 0
}

.article-section .post-body a.zdcse-buybtn:hover,
.review-body a.zdcse-buybtn:hover {
	color: #636466 !important;
	background: #fff
}

.article-section .post-body a.zdcse-buybtn:hover b,
.review-body a.zdcse-buybtn:hover b {
	color: #636466 !important
}

.article-section .post-body a.zdcse-buybtn b,
.review-body a.zdcse-buybtn b {
	color: #000 !important
}

.article-section .post-body .splash-module {
	float: left;
	padding-bottom: 10px;
	width: 100%
}

.article-section .post-body .splash-module ul {
	padding: 0;
	list-style: none
}

.article-section .post-body .splash-module ul li {
	float: left;
	list-style: none;
	padding: 0 8px 8px 0
}

.article-section .post-body .splash-module ul li:nth-child(5),
.article-section .post-body .splash-module ul li:nth-child(6),
.article-section .post-body .splash-module ul li:nth-child(7) {
	display: none
}

.article-section .post-body .splash-module .view-gallery {
	padding: 0;
	float: left
}

.article-section .post-body .splash-module .view-gallery a {
	background: url(/img/icons/splash_icon.png) no-repeat 0 0;
	float: left;
	height: 43px;
	padding: 10px 0 0 50px;
	color: #e20309;
	font-size: 1rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700
}

@media only screen and (max-width:480px) {
	.article-section .post-body .splash-module ul li {
		width: 25%
	}

	.article-section .post-body .splash-module .view-gallery a {
		background: url(/img/icons/splash_icon_sm.png) no-repeat 0 0;
		height: 33px;
		padding: 5px 0 0 37px
	}
}

@media only screen and (min-width:40.0625em) {
	.article-section .post-body .splash-module ul li {
		width: 85px;
		padding: 0 10px 10px 0
	}

	.article-section .post-body .splash-module ul li:nth-child(5),
	.article-section .post-body .splash-module ul li:nth-child(6),
	.article-section .post-body .splash-module ul li:nth-child(7) {
		display: block
	}

	.article-section .post-body .splash-module .view-gallery a {
		font-size: 1.125rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}
}

@media only screen and (min-width:64.0625em) {
	.article-section .post-body .splash-module ul li {
		width: auto;
		padding: 0 8px 8px 0
	}

	.article-section .post-body .splash-module ul li:nth-child(7) {
		padding: 0
	}
}

@media only screen and (min-width:66.9375em) {
	.article-section .post-body .splash-module ul li {
		padding: 0 12px 12px 0
	}
}

.inside-module.related-comparisons .title:before {
	display: none !important
}

.related-articles {
	width: 100%;
	margin: 3px 15px 21px 0;
	border-bottom: 1px solid rgba(88, 123, 127, .3);
	float: left
}

.related-articles .related-headline {
	margin: 3px 0 0 0;
	padding: 3px 0 4px 0
}

.related-articles .related-headline h3 {
	font: 18px "Roboto", arial, sans-serif;
	color: #254c8e;
	margin: 0;
	letter-spacing: 1.3px;
	text-transform: uppercase
}

.related-articles ul {
	margin: 0 0 3px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.related-articles ul li {
	border-bottom: 1px solid rgba(88, 123, 127, .3);
	padding: 0;
	margin: 0 5px 10px 0;
	width: calc(100%);
	list-style: none
}

.related-articles ul li:last-child {
	border: 0
}

.related-articles ul li>a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 0;
	text-indent: -9999px
}

#featured-reviews.article-section .post-body .related-articles ul li>a,
.alt-suggestions.related-articles ul li>a {
	overflow: auto;
	height: auto;
	text-indent: 0;
	padding-bottom: 0;
	background-size: auto;
	background-position: 0 0
}

#suggested-allowed-games .alt-suggestions .article-deck {
	position: absolute;
	top: 0;
	left: 110px;
	bottom: 10px;
	right: 10px
}

#featured-reviews .article-deck {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: 10px;
	right: 10px
}

#suggested-allowed-games .alt-suggestions {
	background: #f0f37c
}

#suggested-allowed-games .alt-suggestions.related-articles ul li>a {
	width: 100px
}

#featured-reviews.article-section .post-body #related3 ul li,
.alt-suggestions ul li {
	padding: 10px;
	position: relative;
	height: auto
}

#suggested-allowed-games .alt-suggestions a.read-more {
	position: absolute;
	bottom: 0;
	left: 20px;
	padding: 0 5px;
	line-height: 1.5
}

.alt-suggestions .article-image img {
	width: 100%
}

#featured-reviews a.read-more {
	position: absolute;
	bottom: 10px;
	left: 20px;
	padding: 0 10px
}

#suggested-allowed-games .alt-suggestions a.visit-site {
	position: absolute;
	bottom: 0;
	right: 20px;
	padding: 0 5px;
	line-height: 1.5
}

#featured-reviews a.visit-site {
	position: absolute;
	bottom: 10px;
	right: 20px;
	padding: 0 10px
}

.alt-suggestions h3 a {
	position: absolute;
	top: 10px;
	left: 20px;
	width: calc(100% - 40px);
	color: #000;
	padding: 0;
	font-size: 16px
}

#featured-reviews h3 a {
	position: absolute;
	top: 10px;
	left: 20px;
	width: calc(100% - 40px);
	background: rgba(0, 0, 0, .2);
	color: #fff;
	padding: 10px;
	font-size: 16px;
	text-shadow: 2px 2px 2px #000
}

.related-articles ul li .related-title {
	margin: 10px 0
}

.related-articles ul li .related-title a {
	font: 21px "Roboto", arial, sans-serif;
	line-height: 27px;
	letter-spacing: 1.3px;
	color: #000;
	display: block;
	height: auto
}

.article-section .post-body #related4 ul li:nth-child(n+4) {
	display: none
}

.alt-suggestions.related-articles ul li {
	box-shadow: none;
	margin: 0
}

@media only screen and (min-width:40.0625em) {
	.related-articles .related-headline {
		margin: 3px 0 1px 0
	}

	.related-articles .related-headline h3 {
		font: 18px "Roboto", arial, sans-serif
	}

	.related-articles ul {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.related-articles ul li {
		margin: 0 10px 10px 0;
		border: 0;
		border-radius: 2px;
		box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .2)
	}

	.related-articles ul li:last-child {
		border: 0
	}

	.related-articles ul li>a {
		height: 0;
		padding-bottom: 56.25%;
		background-size: cover;
		background-position: center top
	}

	.related-articles ul li .related-title {
		margin: 15px 10px
	}

	.related-articles ul li .related-title a {
		font: 21px "Roboto", arial, sans-serif;
		line-height: 27px;
		letter-spacing: 1.3px;
		color: #000
	}

	.related-articles ul li:last-child {
		margin: 0
	}

	.article-section .post-body #related1 {
		width: 33%
	}

	.article-section .post-body #related1 ul li:last-child {
		margin-right: 0
	}

	.article-section .post-body #related2 {
		width: 100%
	}

	.article-section .post-body #related2 ul li {
		width: calc(50%)
	}

	.article-section .post-body #related2 ul li:last-child {
		margin-right: 0
	}

	.article-section .post-body #related3 ul li {
		width: calc(33%);
		padding: 10px
	}

	.article-section .post-body #related3 ul li:last-child {
		margin-right: 0
	}

	.article-section .post-body #related4 ul li:nth-child(n+3) {
		margin-right: 0
	}

	.article-section .post-body #related4 ul li:nth-child(n+4) {
		display: none
	}
}

@media only screen and (max-width:40em) {
	.article-section .post-body #chart-builder {
		width: 100%;
		padding: 15px 0
	}

	.article-section .post-body table.products-chart {
		border-top: 1px solid #cbcac9;
		border-bottom: 1px solid #848282;
		padding: 10px 0 2px 0;
		width: 100%
	}

	.article-section .post-body table.products-chart tr .firstcolumn {
		display: none
	}

	.article-section .post-body table.products-chart tr .secondcolumn {
		text-align: center;
		padding: 3px 5px;
		font-size: .688rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300
	}

	.article-section .post-body table.products-chart tr .secondcolumn a {
		font-size: .75rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		color: #0064a0;
		text-align: center;
		display: block
	}

	.article-section .post-body table.products-chart tr .secondcolumn a:hover {
		background-color: transparent
	}

	.article-section .post-body table.products-chart tr.rating .secondcolumn {
		padding: 5px 0;
		border-bottom: 1px solid #cbcac9
	}

	.article-section .post-body table.products-chart tr.rating .secondcolumn .EC-logo {
		height: 11px
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn .msrp strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		color: #000;
		display: block
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn .msrp span {
		display: block
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn {
		background: 0 0 !important;
		padding: 0 !important;
		height: auto !important;
		white-space: normal !important
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		display: block;
		height: auto
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn span:not(.seeit) {
		font-size: .688rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300;
		display: block;
		height: 30px
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn.zdcse-free,
	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn.zdcse-too-low {
		display: inline-block
	}

	.article-section .post-body table.products-chart tr.specs {
		display: none
	}
}

@media only screen and (min-width:40.0625em) {
	.article-section .post-body #chart-builder {
		width: 100%;
		padding: 15px 0
	}

	.article-section .post-body table.products-chart {
		border-top: 1px solid #ccc;
		padding: 10px 0;
		width: 100%
	}

	.article-section .post-body table.products-chart tr:nth-of-type(even) {
		background-color: #f4f4f4
	}

	.article-section .post-body table.products-chart tr:nth-of-type(even) .firstcolumn {
		background-color: #e5e5e5
	}

	.article-section .post-body table.products-chart tr.first,
	.article-section .post-body table.products-chart tr:nth-of-type(odd) {
		background-color: #e0e0e0
	}

	.article-section .post-body table.products-chart tr:nth-of-type(odd) .firstcolumn {
		background-color: #d2d2d2
	}

	.article-section .post-body table.products-chart tr.first {
		background-repeat: repeat-x;
		background-position: 0 top
	}

	.article-section .post-body table.products-chart tr.first .firstcolumn {
		background-color: #d2d2d2
	}

	.article-section .post-body table.products-chart tr .firstcolumn {
		width: 14.6%;
		padding: 3px 6px 3px 3px;
		max-width: 14.6%;
		min-width: 14.6%;
		font-size: .688rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300;
		color: #000;
		text-align: left;
		vertical-align: middle
	}

	.article-section .post-body table.products-chart tr .secondcolumn {
		text-align: center;
		padding: 3px 5px;
		font-size: .688rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300
	}

	.article-section .post-body table.products-chart tr .secondcolumn a {
		font-size: .75rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		color: #0064a0;
		text-align: center;
		display: block
	}

	.article-section .post-body table.products-chart tr .secondcolumn a:hover {
		background-color: transparent
	}

	.article-section .post-body table.products-chart tr.title .firstcolumn {
		background-color: #e5e5e5
	}

	.article-section .post-body table.products-chart tr.title .secondcolumn {
		width: 88px;
		vertical-align: bottom;
		background-color: #fff
	}

	.article-section .post-body table.products-chart tr.image .firstcolumn {
		background-color: #e5e5e5
	}

	.article-section .post-body table.products-chart tr.image .secondcolumn {
		background-color: #fff
	}

	.article-section .post-body table.products-chart tr.rating .firstcolumn {
		background-color: #e5e5e5
	}

	.article-section .post-body table.products-chart tr.rating .secondcolumn {
		padding: 5px;
		background-color: #fff
	}

	.article-section .post-body table.products-chart tr.rating .secondcolumn .EC-logo {
		height: 11px
	}

	.article-section .post-body table.products-chart tr.specs .secondcolumn .no,
	.article-section .post-body table.products-chart tr.specs .secondcolumn .yes {
		display: inline-block;
		text-align: center;
		width: 29px;
		height: 29px
	}

	.article-section .post-body table.products-chart tr.specs .secondcolumn .yes {
		background: url(/img/icons/product_check.png) no-repeat scroll 0 0 transparent
	}

	.article-section .post-body table.products-chart tr.specs .secondcolumn .no {
		background: url(/img/icons/product_x.png) no-repeat scroll 0 0 transparent
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn {
		background-color: #fff
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn .msrp strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		color: #000;
		display: block
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn .msrp span {
		display: block
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn {
		background: 0 0 !important;
		padding: 0 !important;
		height: auto !important;
		white-space: normal !important
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		display: block;
		height: auto
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn span:not(.seeit) {
		font-size: .688rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300;
		display: block;
		height: 30px
	}

	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn span:not(.seeit).zdcse-free,
	.article-section .post-body table.products-chart tr.lowprice .secondcolumn a.zdcse-buybtn span:not(.seeit).zdcse-too-low {
		display: inline-block
	}
}

.red-large0,
.red-small0 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApIC0tPg0gPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINIHZpZXdCb3g9IjAgMCAxNDIgMzMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyIDMzLjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0gPGc+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMiwxNS41QzIsOC42LDcuNiwzLDE0LjUsM1MyNyw4LjYsMjcsMTUuNUMyNywyMi40LDIxLjQsMjgsMTQuNSwyOFMyLDIyLjQsMiwxNS41eiBNMTQuNSwyNS4zDSBjNS40LDAsOS44LTQuNCw5LjgtOS44YzAtNS40LTQuNC05LjgtOS44LTkuOGMtNS40LDAtOS44LDQuNC05LjgsOS44QzQuNywyMC45LDkuMSwyNS4zLDE0LjUsMjUuM3oiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik0zMCwxNS41QzMwLDguNiwzNS42LDMsNDIuNSwzUzU1LDguNiw1NSwxNS41QzU1LDIyLjQsNDkuNCwyOCw0Mi41LDI4UzMwLDIyLjQsMzAsMTUuNXogTTQyLjUsMjUuMw0gYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEMzMi43LDIwLjksMzcuMSwyNS4zLDQyLjUsMjUuM3oiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik01OCwxNS41QzU4LDguNiw2My42LDMsNzAuNSwzUzgzLDguNiw4MywxNS41QzgzLDIyLjQsNzcuNCwyOCw3MC41LDI4UzU4LDIyLjQsNTgsMTUuNXogTTcwLjUsMjUuMw0gYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEM2MC43LDIwLjksNjUuMSwyNS4zLDcwLjUsMjUuM3oiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik04NiwxNS41Qzg2LDguNiw5MS42LDMsOTguNSwzUzExMSw4LjYsMTExLDE1LjVjMCw2LjktNS42LDEyLjUtMTIuNSwxMi41Uzg2LDIyLjQsODYsMTUuNXogTTk4LjUsMjUuMw0gYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEM4OC43LDIwLjksOTMuMSwyNS4zLDk4LjUsMjUuM3oiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik0xMTQsMTUuNUMxMTQsOC42LDExOS42LDMsMTI2LjUsM1MxMzksOC42LDEzOSwxNS41YzAsNi45LTUuNiwxMi41LTEyLjUsMTIuNVMxMTQsMjIuNCwxMTQsMTUuNXoNIE0xMjYuNSwyNS4zYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEMxMTYuNywyMC45LDEyMS4xLDI1LjMsMTI2LjUsMjUuM3oiLz4NIDwvZz4NIDwvc3ZnPg0=);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large05,
.red-small05 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApIC0tPg0gPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINIHZpZXdCb3g9IjAgMCAxNDIgMzMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyIDMzLjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0gPGc+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMiwxNS41QzIsOC42LDcuNiwzLDE0LjUsM1MyNyw4LjYsMjcsMTUuNUMyNywyMi40LDIxLjQsMjgsMTQuNSwyOFMyLDIyLjQsMiwxNS41eiBNMTQuNSwyNS4zDSBjNS40LDAsOS44LTQuNCw5LjgtOS44YzAtNS40LTQuNC05LjgtOS44LTkuOFYyNS4zeiIvPg0gPHBhdGggZmlsbD0iI0UyMDMwOSIgZD0iTTMwLDE1LjVDMzAsOC42LDM1LjYsMyw0Mi41LDNTNTUsOC42LDU1LDE1LjVDNTUsMjIuNCw0OS40LDI4LDQyLjUsMjhTMzAsMjIuNCwzMCwxNS41eiBNNDIuNSwyNS4zDSBjNS40LDAsOS44LTQuNCw5LjgtOS44YzAtNS40LTQuNC05LjgtOS44LTkuOGMtNS40LDAtOS44LDQuNC05LjgsOS44QzMyLjcsMjAuOSwzNy4xLDI1LjMsNDIuNSwyNS4zeiIvPg0gPHBhdGggZmlsbD0iI0UyMDMwOSIgZD0iTTU4LDE1LjVDNTgsOC42LDYzLjYsMyw3MC41LDNTODMsOC42LDgzLDE1LjVDODMsMjIuNCw3Ny40LDI4LDcwLjUsMjhTNTgsMjIuNCw1OCwxNS41eiBNNzAuNSwyNS4zDSBjNS40LDAsOS44LTQuNCw5LjgtOS44YzAtNS40LTQuNC05LjgtOS44LTkuOGMtNS40LDAtOS44LDQuNC05LjgsOS44QzYwLjcsMjAuOSw2NS4xLDI1LjMsNzAuNSwyNS4zeiIvPg0gPHBhdGggZmlsbD0iI0UyMDMwOSIgZD0iTTg2LDE1LjVDODYsOC42LDkxLjYsMyw5OC41LDNTMTExLDguNiwxMTEsMTUuNWMwLDYuOS01LjYsMTIuNS0xMi41LDEyLjVTODYsMjIuNCw4NiwxNS41eiBNOTguNSwyNS4zDSBjNS40LDAsOS44LTQuNCw5LjgtOS44YzAtNS40LTQuNC05LjgtOS44LTkuOGMtNS40LDAtOS44LDQuNC05LjgsOS44Qzg4LjcsMjAuOSw5My4xLDI1LjMsOTguNSwyNS4zeiIvPg0gPHBhdGggZmlsbD0iI0UyMDMwOSIgZD0iTTExNCwxNS41QzExNCw4LjYsMTE5LjYsMywxMjYuNSwzUzEzOSw4LjYsMTM5LDE1LjVjMCw2LjktNS42LDEyLjUtMTIuNSwxMi41UzExNCwyMi40LDExNCwxNS41eg0gTTEyNi41LDI1LjNjNS40LDAsOS44LTQuNCw5LjgtOS44YzAtNS40LTQuNC05LjgtOS44LTkuOGMtNS40LDAtOS44LDQuNC05LjgsOS44QzExNi43LDIwLjksMTIxLjEsMjUuMywxMjYuNSwyNS4zeiIvPg0gPC9nPg0gPC9zdmc+DQ==);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large1,
.red-small1 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApIC0tPg0gPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINIHZpZXdCb3g9IjAgMCAxNDIgMzMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyIDMzLjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0gPGc+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMTQuNSwyOEM3LjYsMjgsMiwyMi40LDIsMTUuNUMyLDguNiw3LjYsMywxNC41LDNTMjcsOC42LDI3LDE1LjVDMjcsMjIuNCwyMS40LDI4LDE0LjUsMjh6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMzAsMTUuNUMzMCw4LjYsMzUuNiwzLDQyLjUsM1M1NSw4LjYsNTUsMTUuNUM1NSwyMi40LDQ5LjQsMjgsNDIuNSwyOFMzMCwyMi40LDMwLDE1LjV6IE00Mi41LDI1LjMNIGM1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDMzIuNywyMC45LDM3LjEsMjUuMyw0Mi41LDI1LjN6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNNTgsMTUuNUM1OCw4LjYsNjMuNiwzLDcwLjUsM1M4Myw4LjYsODMsMTUuNUM4MywyMi40LDc3LjQsMjgsNzAuNSwyOFM1OCwyMi40LDU4LDE1LjV6IE03MC41LDI1LjMNIGM1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDNjAuNywyMC45LDY1LjEsMjUuMyw3MC41LDI1LjN6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNODYsMTUuNUM4Niw4LjYsOTEuNiwzLDk4LjUsM1MxMTEsOC42LDExMSwxNS41YzAsNi45LTUuNiwxMi41LTEyLjUsMTIuNVM4NiwyMi40LDg2LDE1LjV6IE05OC41LDI1LjMNIGM1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDODguNywyMC45LDkzLjEsMjUuMyw5OC41LDI1LjN6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMTE0LDE1LjVDMTE0LDguNiwxMTkuNiwzLDEyNi41LDNTMTM5LDguNiwxMzksMTUuNWMwLDYuOS01LjYsMTIuNS0xMi41LDEyLjVTMTE0LDIyLjQsMTE0LDE1LjV6DSBNMTI2LjUsMjUuM2M1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDMTE2LjcsMjAuOSwxMjEuMSwyNS4zLDEyNi41LDI1LjN6Ii8+DSA8L2c+DSA8L3N2Zz4N);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large15,
.red-small15 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApIC0tPg0gPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINIHZpZXdCb3g9IjAgMCAxNDIgMzMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyIDMzLjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0gPGc+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMTQuNSwyOEM3LjYsMjgsMiwyMi40LDIsMTUuNUMyLDguNiw3LjYsMywxNC41LDNTMjcsOC42LDI3LDE1LjVDMjcsMjIuNCwyMS40LDI4LDE0LjUsMjh6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMzAsMTUuNUMzMCw4LjYsMzUuNiwzLDQyLjUsM1M1NSw4LjYsNTUsMTUuNUM1NSwyMi40LDQ5LjQsMjgsNDIuNSwyOFMzMCwyMi40LDMwLDE1LjV6IE00Mi41LDI1LjMNIGM1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44VjI1LjN6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNNTgsMTUuNUM1OCw4LjYsNjMuNiwzLDcwLjUsM1M4Myw4LjYsODMsMTUuNUM4MywyMi40LDc3LjQsMjgsNzAuNSwyOFM1OCwyMi40LDU4LDE1LjV6IE03MC41LDI1LjMNIGM1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDNjAuNywyMC45LDY1LjEsMjUuMyw3MC41LDI1LjN6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNODYsMTUuNUM4Niw4LjYsOTEuNiwzLDk4LjUsM1MxMTEsOC42LDExMSwxNS41YzAsNi45LTUuNiwxMi41LTEyLjUsMTIuNVM4NiwyMi40LDg2LDE1LjV6IE05OC41LDI1LjMNIGM1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDODguNywyMC45LDkzLjEsMjUuMyw5OC41LDI1LjN6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMTE0LDE1LjVDMTE0LDguNiwxMTkuNiwzLDEyNi41LDNTMTM5LDguNiwxMzksMTUuNWMwLDYuOS01LjYsMTIuNS0xMi41LDEyLjVTMTE0LDIyLjQsMTE0LDE1LjV6DSBNMTI2LjUsMjUuM2M1LjQsMCw5LjgtNC40LDkuOC05LjhjMC01LjQtNC40LTkuOC05LjgtOS44Yy01LjQsMC05LjgsNC40LTkuOCw5LjhDMTE2LjcsMjAuOSwxMjEuMSwyNS4zLDEyNi41LDI1LjN6Ii8+DSA8L2c+DSA8L3N2Zz4N);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large2,
.red-small2 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NIDwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOC4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApIC0tPg0gPHN2ZyB2ZXJzaW9uPSIxLjAiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINIHZpZXdCb3g9IjAgMCAxNDIgMzMuOCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTQyIDMzLjgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0gPGc+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNMTQuNSwyOEM3LjYsMjgsMiwyMi40LDIsMTUuNUMyLDguNiw3LjYsMywxNC41LDNTMjcsOC42LDI3LDE1LjVDMjcsMjIuNCwyMS40LDI4LDE0LjUsMjh6Ii8+DSA8cGF0aCBmaWxsPSIjRTIwMzA5IiBkPSJNNDIuNSwyOEMzNS42LDI4LDMwLDIyLjQsMzAsMTUuNUMzMCw4LjYsMzUuNiwzLDQyLjUsM1M1NSw4LjYsNTUsMTUuNUM1NSwyMi40LDQ5LjQsMjgsNDIuNSwyOHoiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik01OCwxNS41QzU4LDguNiw2My42LDMsNzAuNSwzUzgzLDguNiw4MywxNS41QzgzLDIyLjQsNzcuNCwyOCw3MC41LDI4UzU4LDIyLjQsNTgsMTUuNXogTTcwLjUsMjUuMw0gYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEM2MC43LDIwLjksNjUuMSwyNS4zLDcwLjUsMjUuM3oiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik04NiwxNS41Qzg2LDguNiw5MS42LDMsOTguNSwzUzExMSw4LjYsMTExLDE1LjVjMCw2LjktNS42LDEyLjUtMTIuNSwxMi41Uzg2LDIyLjQsODYsMTUuNXogTTk4LjUsMjUuMw0gYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEM4OC43LDIwLjksOTMuMSwyNS4zLDk4LjUsMjUuM3oiLz4NIDxwYXRoIGZpbGw9IiNFMjAzMDkiIGQ9Ik0xMTQsMTUuNUMxMTQsOC42LDExOS42LDMsMTI2LjUsM1MxMzksOC42LDEzOSwxNS41YzAsNi45LTUuNiwxMi41LTEyLjUsMTIuNVMxMTQsMjIuNCwxMTQsMTUuNXoNIE0xMjYuNSwyNS4zYzUuNCwwLDkuOC00LjQsOS44LTkuOGMwLTUuNC00LjQtOS44LTkuOC05LjhjLTUuNCwwLTkuOCw0LjQtOS44LDkuOEMxMTYuNywyMC45LDEyMS4xLDI1LjMsMTI2LjUsMjUuM3oiLz4NIDwvZz4NIDwvc3ZnPg0=);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large25,
.red-small25 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 142 33.8' enable-background='new 0 0 142 33.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ff9900' d='M14.5,28C7.6,28,2,22.4,2,15.5S7.6,3,14.5,3S27,8.6,27,15.5S21.4,28,14.5,28z'/%3E%3Cpath fill='%23ff9900' d='M42.5,28C35.6,28,30,22.4,30,15.5S35.6,3,42.5,3S55,8.6,55,15.5S49.4,28,42.5,28z'/%3E%3Cpath fill='%23ff9900' d='M58,15.5C58,8.6,63.6,3,70.5,3S83,8.6,83,15.5S77.4,28,70.5,28S58,22.4,58,15.5z M70.5,25.3 c5.4,0,9.8-4.4,9.8-9.8s-4.4-9.8-9.8-9.8V25.3z'/%3E%3Cpath fill='%23ff9900' d='M86,15.5C86,8.6,91.6,3,98.5,3S111,8.6,111,15.5S105.4,28,98.5,28S86,22.4,86,15.5z M98.5,25.3 c5.4,0,9.8-4.4,9.8-9.8s-4.4-9.8-9.8-9.8c-5.4,0-9.8,4.4-9.8,9.8S93.1,25.3,98.5,25.3z'/%3E%3Cpath fill='%23ff9900' d='M114,15.5C114,8.6,119.6,3,126.5,3S139,8.6,139,15.5S133.4,28,126.5,28S114,22.4,114,15.5z M126.5,25.3 c5.4,0,9.8-4.4,9.8-9.8s-4.4-9.8-9.8-9.8c-5.4,0-9.8,4.4-9.8,9.8S121.1,25.3,126.5,25.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large3,
.red-small3 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 142 33.8' enable-background='new 0 0 142 33.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ff9900' d='M14.5,28C7.6,28,2,22.4,2,15.5C2,8.6,7.6,3,14.5,3S27,8.6,27,15.5C27,22.4,21.4,28,14.5,28z'/%3E%3Cpath fill='%23ff9900' d='M42.5,28C35.6,28,30,22.4,30,15.5C30,8.6,35.6,3,42.5,3S55,8.6,55,15.5C55,22.4,49.4,28,42.5,28z'/%3E%3Cpath fill='%23ff9900' d='M70.5,28C63.6,28,58,22.4,58,15.5C58,8.6,63.6,3,70.5,3S83,8.6,83,15.5C83,22.4,77.4,28,70.5,28z'/%3E%3Cpath fill='%23ff9900' d='M86,15.5C86,8.6,91.6,3,98.5,3S111,8.6,111,15.5c0,6.9-5.6,12.5-12.5,12.5S86,22.4,86,15.5z M98.5,25.3 c5.4,0,9.8-4.4,9.8-9.8c0-5.4-4.4-9.8-9.8-9.8s-9.8,4.4-9.8,9.8C88.7,20.9,93.1,25.3,98.5,25.3z'/%3E%3Cpath fill='%23ff9900' d='M114,15.5C114,8.6,119.6,3,126.5,3c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5 C119.6,28,114,22.4,114,15.5z M126.5,25.3c5.4,0,9.8-4.4,9.8-9.8c0-5.4-4.4-9.8-9.8-9.8c-5.4,0-9.8,4.4-9.8,9.8 C116.7,20.9,121.1,25.3,126.5,25.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large35,
.red-small35 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 142 33.8' enable-background='new 0 0 142 33.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23ff9900' d='M14.5,28C7.6,28,2,22.4,2,15.5C2,8.6,7.6,3,14.5,3S27,8.6,27,15.5C27,22.4,21.4,28,14.5,28z'/%3E%3Cpath fill='%23ff9900' d='M42.5,28C35.6,28,30,22.4,30,15.5C30,8.6,35.6,3,42.5,3S55,8.6,55,15.5C55,22.4,49.4,28,42.5,28z'/%3E%3Cpath fill='%23ff9900' d='M70.5,28C63.6,28,58,22.4,58,15.5C58,8.6,63.6,3,70.5,3S83,8.6,83,15.5C83,22.4,77.4,28,70.5,28z'/%3E%3Cpath fill='%23ff9900' d='M86,15.5C86,8.6,91.6,3,98.5,3S111,8.6,111,15.5c0,6.9-5.6,12.5-12.5,12.5S86,22.4,86,15.5z M98.5,25.3 c5.4,0,9.8-4.4,9.8-9.8c0-5.4-4.4-9.8-9.8-9.8V25.3z'/%3E%3Cpath fill='%23ff9900' d='M114,15.5C114,8.6,119.6,3,126.5,3c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5 C119.6,28,114,22.4,114,15.5z M126.5,25.3c5.4,0,9.8-4.4,9.8-9.8c0-5.4-4.4-9.8-9.8-9.8c-5.4,0-9.8,4.4-9.8,9.8 C116.7,20.9,121.1,25.3,126.5,25.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large4,
.red-small4 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 142 33.8' enable-background='new 0 0 142 33.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23009933' d='M14.5,28C7.6,28,2,22.4,2,15.5C2,8.6,7.6,3,14.5,3S27,8.6,27,15.5C27,22.4,21.4,28,14.5,28z'/%3E%3Cpath fill='%23009933' d='M42.5,28C35.6,28,30,22.4,30,15.5C30,8.6,35.6,3,42.5,3S55,8.6,55,15.5C55,22.4,49.4,28,42.5,28z'/%3E%3Cpath fill='%23009933' d='M70.5,28C63.6,28,58,22.4,58,15.5C58,8.6,63.6,3,70.5,3S83,8.6,83,15.5C83,22.4,77.4,28,70.5,28z'/%3E%3Cpath fill='%23009933' d='M98.5,28C91.6,28,86,22.4,86,15.5C86,8.6,91.6,3,98.5,3S111,8.6,111,15.5C111,22.4,105.4,28,98.5,28z'/%3E%3Cpath fill='%23009933' d='M114,15.5C114,8.6,119.6,3,126.5,3c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5 C119.6,28,114,22.4,114,15.5z M126.5,25.3c5.4,0,9.8-4.4,9.8-9.8c0-5.4-4.4-9.8-9.8-9.8c-5.4,0-9.8,4.4-9.8,9.8 C116.7,20.9,121.1,25.3,126.5,25.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large45,
.red-small45 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 142 33.8' enable-background='new 0 0 142 33.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23009933' d='M14.5,28C7.6,28,2,22.4,2,15.5C2,8.6,7.6,3,14.5,3S27,8.6,27,15.5C27,22.4,21.4,28,14.5,28z'/%3E%3Cpath fill='%23009933' d='M42.5,28C35.6,28,30,22.4,30,15.5C30,8.6,35.6,3,42.5,3S55,8.6,55,15.5C55,22.4,49.4,28,42.5,28z'/%3E%3Cpath fill='%23009933' d='M70.5,28C63.6,28,58,22.4,58,15.5C58,8.6,63.6,3,70.5,3S83,8.6,83,15.5C83,22.4,77.4,28,70.5,28z'/%3E%3Cpath fill='%23009933' d='M98.5,28C91.6,28,86,22.4,86,15.5C86,8.6,91.6,3,98.5,3S111,8.6,111,15.5C111,22.4,105.4,28,98.5,28z'/%3E%3Cpath fill='%23009933' d='M114,15.5C114,8.6,119.6,3,126.5,3c6.9,0,12.5,5.6,12.5,12.5c0,6.9-5.6,12.5-12.5,12.5 C119.6,28,114,22.4,114,15.5z M126.5,25.3c5.4,0,9.8-4.4,9.8-9.8c0-5.4-4.4-9.8-9.8-9.8V25.3z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.red-large5,
.red-small5 {
	display: inline-block;
	margin: 3px auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 142 33.8' enable-background='new 0 0 142 33.8' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23009933' d='M14.5,28C7.6,28,2,22.4,2,15.5C2,8.6,7.6,3,14.5,3S27,8.6,27,15.5C27,22.4,21.4,28,14.5,28z'/%3E%3Cpath fill='%23009933' d='M42.5,28C35.6,28,30,22.4,30,15.5C30,8.6,35.6,3,42.5,3S55,8.6,55,15.5C55,22.4,49.4,28,42.5,28z'/%3E%3Cpath fill='%23009933' d='M70.5,28C63.6,28,58,22.4,58,15.5C58,8.6,63.6,3,70.5,3S83,8.6,83,15.5C83,22.4,77.4,28,70.5,28z'/%3E%3Cpath fill='%23009933' d='M98.5,28C91.6,28,86,22.4,86,15.5C86,8.6,91.6,3,98.5,3S111,8.6,111,15.5C111,22.4,105.4,28,98.5,28z'/%3E%3Cpath fill='%23009933' d='M126.5,28c-6.9,0-12.5-5.6-12.5-12.5C114,8.6,119.6,3,126.5,3c6.9,0,12.5,5.6,12.5,12.5 C139,22.4,133.4,28,126.5,28z'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	line-height: 15px;
	width: 71px
}

.EC-logo {
	display: inline-block;
	background: url(/themes/blackjackchamp/img/editors-choice.svg) no-repeat;
	background-size: 100px 14px;
	height: 14px;
	width: 100px;
	margin-left: 4px;
	margin-bottom: -1px;
	background-position: center center
}

.roundup {
	position: relative;
	padding: 0 1.875rem;
	margin-bottom: 1rem;
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.roundup .fa-times {
	opacity: .5;
	color: #254c8e;
	font-size: 1rem
}

.roundup .fa-check {
	color: #254c8e;
	font-size: 1rem
}

.roundup+.column.small-20.medium-20.large-fluid-300-left .article-section {
	background: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .3)
}

.roundup+.column.small-20.medium-20.large-fluid-300-left .article-section .post-body {
	overflow: initial;
	box-shadow: none
}

.roundup #breadcrumbs,
.roundup .breadcrumbs {
	margin: 0 0 .5rem 0;
	padding-top: 0
}

.roundup .next-product,
.roundup .prev-product {
	display: none
}

.roundup .zdcse-wrapper[id*=undefined]+.msrp,
.roundup a.zdcse+.msrp {
	display: block !important
}

#roundup-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	overflow: hidden
}

#roundup-container .frozen {
	display: none !important
}

#roundup-container .small {
	text-align: center
}

#roundup-container tr {
	width: 100%;
	position: relative;
	display: table;
	overflow: scroll;
	vertical-align: middle;
	margin: 2rem 0 0
}

#roundup-container tr.title {
	min-height: 4.5rem
}

#roundup-container tr.title a {
	color: #09649c;
	width: 100%
}

#roundup-container tr.rating td:not(:first-child) {
	vertical-align: top
}

#roundup-container tr:first-child {
	display: table-row !important
}

#roundup-container tr:last-child a {
	color: #09649c
}

#roundup-container tr:nth-child(2) {
	margin: 0
}

#roundup-container tr:nth-child(2) td {
	vertical-align: bottom
}

#roundup-container tr:last-child,
#roundup-container tr:nth-child(1),
#roundup-container tr:nth-child(3),
#roundup-container tr:nth-child(4) {
	margin: 0
}

#roundup-container tr:last-child td,
#roundup-container tr:nth-child(1) td,
#roundup-container tr:nth-child(3) td,
#roundup-container tr:nth-child(4) td {
	vertical-align: top
}

#roundup-container tr td {
	font-size: 1rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	padding: 5px 0;
	vertical-align: middle
}

#roundup-container tr td.firstcolumn {
	padding-left: 5px !important
}

#roundup-container tr td a {
	text-decoration: none;
	color: #000;
	font-weight: 700
}

#roundup-container tr td a:hover {
	text-decoration: underline
}

#roundup-container tr td:first-child {
	vertical-align: middle;
	display: none
}

#roundup-container tr:not(.title) td:nth-child(even) td {
	background: #d2d2d2
}

#roundup-container tr:not(.title) td:nth-child(odd) {
	background: #f5f5f5
}

#roundup-container .roundup-chart {
	width: 50%;
	min-width: 50%;
	float: right;
	border-collapse: collapse;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	overflow: hidden;
	position: relative
}

#roundup-container .roundup-chart tr.lowprice td {
	min-height: 4.5rem
}

#roundup-container .roundup-chart tr.lowprice td.pricetext {
	text-transform: capitalize
}

#roundup-container .roundup-chart:before {
	content: ' ';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 0;
	box-shadow: 0 0 7px 1px #000;
	z-index: 99999;
	left: 0
}

#roundup-container .roundup-chart tr:first-child .styled-select {
	visibility: hidden
}

#roundup-container .roundup-chart tr td {
	box-sizing: border-box;
	text-align: center;
	padding: .3rem .9rem;
	min-width: calc(50vw - 10px)
}

#roundup-container .roundup-chart tr td.odd {
	background: #fff
}

#roundup-container .roundup-chart tr td.even {
	background: #f5f5f5
}

#roundup-container .roundup-chart tr td .zdcse-buybtn:after {
	margin: 0;
	display: none
}

#roundup-container .roundup-chart tr td .zdcse-buybtn>* {
	display: block;
	margin-bottom: .5rem;
	min-height: 2.5rem
}

#roundup-container .roundup-chart tr td .msrp>* {
	display: block;
	margin-bottom: .5rem;
	min-height: 2.5rem
}

#roundup-container .roundup-chart tr td .zdcse-buybtn b,
#roundup-container .roundup-chart tr td .zdcse-buybtn strong {
	font-size: 1rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	min-height: 0
}

#roundup-container .roundup-chart tr td .msrp b,
#roundup-container .roundup-chart tr td .msrp strong {
	font-size: 1rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 700;
	min-height: 0
}

#roundup-container .roundup-chart tr td .msrp>.seeit,
#roundup-container .roundup-chart tr td .zdcse-buybtn>.seeit {
	min-height: 0;
	display: inline-block
}

#roundup-container .roundup-chart tr td .msrp .commerce-cta,
#roundup-container .roundup-chart tr td .zdcse-buybtn .commerce-cta {
	display: table-cell;
	background: #e20309;
	color: #fff;
	font: .75rem "Roboto", arial, sans-serif;
	text-transform: uppercase;
	padding: 0 1rem;
	height: 2.2rem;
	vertical-align: middle;
	width: auto;
	border-bottom: 2px solid #a9050b
}

#roundup-container .roundup-chart tr td .msrp .commerce-cta:hover,
#roundup-container .roundup-chart tr td .zdcse-buybtn .commerce-cta:hover {
	background: #f6030a;
	text-decoration: none
}

@media only screen and (min-width:64.0625em) {

	.roundup #breadcrumbs,
	.roundup .breadcrumbs {
		margin: 0 1.875rem .5rem 0;
		padding-top: 0
	}

	.roundup-list-container {
		display: none
	}

	.roundup {
		padding: 0 1.875rem
	}

	#roundup-container {
		display: block;
		border: 0;
		padding-top: .625rem;
		width: calc(100% + 60px);
		margin: 0 -30px
	}

	#roundup-container #roundup-held {
		display: none !important
	}

	#roundup-container .roundup-chart {
		width: 100%;
		table-layout: fixed;
		border: 0
	}

	#roundup-container .roundup-chart:before {
		display: none
	}

	#roundup-container .roundup-chart tr {
		display: table-row;
		margin: 0;
		height: auto !important;
		width: 100%
	}

	#roundup-container .roundup-chart tr:first-child td {
		background: #fff !important;
		position: relative
	}

	#roundup-container .roundup-chart tr:first-child td .product-header {
		padding: 5px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: end;
		align-items: flex-end
	}

	#roundup-container .roundup-chart tr:first-child td .product-header .review-title {
		min-width: 100%;
		-ms-flex: 1;
		flex: 1;
		font-family: Roboto, arial, sans-serif;
		font-size: .8rem;
		line-height: 15px;
		letter-spacing: .5px
	}

	#roundup-container .roundup-chart tr:first-child td .product-header img {
		margin: 0 auto
	}

	#roundup-container .roundup-chart tr.lowprice td:not(:first-child) {
		vertical-align: top
	}

	#roundup-container .roundup-chart tr.image img {
		max-height: 66px !important
	}

	#roundup-container .roundup-chart tr.readreview td a {
		color: #254c8e
	}

	#roundup-container .roundup-chart tr.readreview td a:hover {
		color: #2f7f9a;
		text-decoration: none
	}

	#roundup-container .roundup-chart tr:before {
		content: '';
		display: none
	}

	#roundup-container .roundup-chart tr td {
		width: 1%;
		min-width: 177px !important;
		padding: 8px 5px;
		display: table-cell !important;
		font-family: Roboto, arial, sans-serif;
		font-size: .8rem;
		letter-spacing: .5px;
		vertical-align: middle
	}

	#roundup-container .roundup-chart tr:not(.title) td:first-child {
		background: #f3f3f3;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		font-size: .8rem;
		letter-spacing: -.1px
	}

	#roundup-container .roundup-chart tr:not(.title) td:nth-child(even):not(:first-child) {
		background: #fff
	}

	#roundup-container .roundup-chart tr:not(.title) td:nth-child(odd):not(:first-child) {
		background: #f9f9f9
	}

	#roundup-container .roundup-chart tr td .zdcse-buybtn:after {
		margin: 0;
		display: none
	}

	#roundup-container .roundup-chart tr td .zdcse-buybtn>* {
		display: block;
		margin-bottom: 8px
	}

	#roundup-container .roundup-chart tr td .msrp>* {
		display: block;
		margin-bottom: 8px
	}

	#roundup-container .roundup-chart tr td .zdcse-buybtn b,
	#roundup-container .roundup-chart tr td .zdcse-buybtn strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		letter-spacing: -.2px;
		color: #336679
	}

	#roundup-container .roundup-chart tr td .msrp b,
	#roundup-container .roundup-chart tr td .msrp strong {
		font-size: 1rem;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		letter-spacing: -.2px;
		color: #336679
	}

	#roundup-container .roundup-chart tr td .msrp span:not(.zdcse-too-low):not(.zdcse-free):not(.seeit),
	#roundup-container .roundup-chart tr td .zdcse-buybtn span:not(.zdcse-too-low):not(.zdcse-free):not(.seeit) {
		font-size: 10px;
		font-family: Roboto, arial, sans-serif;
		color: #262626;
		height: 23px;
		min-height: 0;
		overflow: hidden
	}

	#roundup-container .roundup-chart tr td .msrp>.seeit,
	#roundup-container .roundup-chart tr td .zdcse-buybtn>.seeit {
		min-height: 0;
		display: inline-block
	}

	#roundup-container .roundup-chart tr td .msrp .commerce-cta,
	#roundup-container .roundup-chart tr td .zdcse-buybtn .commerce-cta {
		display: table-cell;
		background: #e20309;
		color: #fff;
		font: .75rem "Roboto", arial, sans-serif;
		text-transform: uppercase;
		padding: .1rem 1.875rem;
		height: 2.2rem;
		vertical-align: middle;
		width: 84px;
		border-bottom: 2px solid #a9050b
	}

	#roundup-container .roundup-chart tr td .msrp .commerce-cta:hover,
	#roundup-container .roundup-chart tr td .zdcse-buybtn .commerce-cta:hover {
		border: 1px solid #e20309;
		background: #fff;
		color: #e20309
	}

	#roundup-container .frozen {
		display: table-cell !important
	}

	#roundup-container .EC-logo {
		background: 0;
		border: 0;
		box-shadow: none;
		color: #e20309;
		width: auto;
		height: auto;
		padding: 0 3px
	}

	body .tile .text-wrapper .review-ratings .editors-choice-text {
		display: inline-block;
		margin: 5px 5px 5px 0;
		line-height: 1.2
	}

	body .tile .text-wrapper .review-ratings>* {
		margin-right: 5px;
		vertical-align: middle
	}

	.review-ratings .editors-choice-text {
		display: inline-block;
		background: #e20309;
		font-size: 10px;
		color: #ff0;
		padding: 2px 10px;
		border-radius: 2px
	}

	#roundup-container .EC-logo:before {
		content: "EDITORS' CHOICE";
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		font-size: 8px
	}

	.roundup-items,
	.styled-select {
		display: none
	}
}

@media(max-width:768px) {
	html {
		margin-top: 0 !important
	}

	header#main-top-nav nav .logo a,
	header#main-top-nav nav .logo a span,
	header#main-top-nav nav .logo a svg {
		height: 57px
	}
}

@media(max-width:1024px) {
	.roundup+.column.small-20.medium-20.large-fluid-300-left .article-section {
		padding-top: 0;
		border-radius: 12px 12px 0 0
	}

	header#main-top-nav nav .logo a,
	header#main-top-nav nav .logo a span,
	header#main-top-nav nav .logo a svg {
		height: 50px;
		margin-top: 5px
	}

	.roundup+.column.small-20.medium-20.large-fluid-300-left .article-section .post-body {
		overflow: initial;
		margin-top: 0
	}

	.roundup+.column.small-20.medium-20.large-fluid-300-left .article-section .post-body .article-body h2 {
		font: 24px/29px "Roboto", arial, sans-serif;
		letter-spacing: 1px;
		margin-top: 40px
	}

	.roundup-list-container {
		display: block;
		margin: 0;
		padding: 0
	}

	#roundup-table {
		display: none
	}

	#roundup-container {
		border: 0
	}

	.roundup {
		padding: 0
	}

	.roundup aside,
	.roundup header {
		padding: 0 1.875rem
	}

	.roundup-item-row {
		padding: 5px 1.875rem;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.roundup-item-row:not(:last-of-type):after {
		content: "";
		width: calc(100%+60px);
		margin: 0 -1.875rem;
		height: 5px;
		position: relative;
		background: #f3f3f3;
		bottom: -5px;
		display: block;
		box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .15);
		-ms-flex-order: 4;
		order: 4
	}

	.roundup-item-row h3 {
		margin-top: .625rem;
		-ms-flex-order: 2;
		order: 2
	}

	.roundup-item-row h3 a {
		font-family: "Roboto", arial, sans-serif;
		font-size: 1.875rem;
		line-height: 29px;
		letter-spacing: 1px;
		color: #000
	}

	.roundup-item-row .ratings {
		display: -ms-flexbox;
		display: flex;
		margin: 10px 0
	}

	.roundup-item-row .ratings>* {
		margin: 0;
		height: 21px;
		background-position: center center
	}

	.roundup-item-row .ratings span {
		width: 90px;
		margin-right: 10px
	}

	.roundup-item-row .product-media {
		margin: 0 -1.875rem;
		-ms-flex-order: 1;
		order: 1
	}

	.roundup-item-row .product-image {
		width: calc(100vw);
		max-width: calc(100vw)
	}

	.roundup-item-row .product-image-container {
		display: block
	}

	.roundup-item-row .product-information {
		-ms-flex-order: 3;
		order: 3
	}

	.roundup-item-row .roundup-social-links {
		margin: 7px 0 17px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		list-style: none
	}

	.roundup-item-row .roundup-social-links li {
		margin-right: 20px;
		height: 19px
	}

	.roundup-item-row .roundup-social-links li a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		font-size: 10px;
		line-height: 19px;
		letter-spacing: .8px;
		color: rgba(142, 153, 168, .4)
	}

	.roundup-item-row .roundup-social-links li a:active,
	.roundup-item-row .roundup-social-links li a:focus,
	.roundup-item-row .roundup-social-links li a:hover {
		color: #8e99a8
	}

	.roundup-item-row .roundup-social-links li a:active i,
	.roundup-item-row .roundup-social-links li a:focus i,
	.roundup-item-row .roundup-social-links li a:hover i {
		opacity: 1
	}

	.roundup-item-row .roundup-social-links li a i {
		opacity: .4;
		font-size: 19px;
		margin-right: 3px
	}

	.roundup-item-row .msrp {
		font-size: .6875rem;
		letter-spacing: .8px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		margin-top: 10px;
		color: rgba(0, 0, 0, .5);
		display: block
	}

	.roundup-item-row .zdcse-wrapper {
		position: relative;
		margin: 5px 0
	}

	.roundup-item-row .zdcse {
		font-size: .6875rem;
		color: #262626;
		display: block;
		line-height: 16px;
		letter-spacing: .4px;
		margin-bottom: 10px
	}

	.roundup-item-row .zdcse>b,
	.roundup-item-row .zdcse>strong {
		font-size: 26px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		display: block;
		color: #336679;
		line-height: 26px
	}

	.roundup-item-row .zdcse:after {
		cursor: pointer;
		pointer-events: none;
		display: block;
		float: none;
		line-height: 1.2;
		width: 118px;
		margin: 10px 0;
		padding: 8px 0;
		text-align: center;
		transition: .2s ease-out
	}

	.roundup-item-row .information-sections {
		display: none
	}

	.roundup-item-row .button-container {
		text-align: left;
		margin: 20px 0
	}

	.roundup-item-row .button-container .toggle-button {
		display: -ms-inline-flexbox;
		display: inline-flex;
		border: 1px solid #254c8e;
		border-radius: 5px
	}

	.roundup-item-row .button-container .toggle-button a {
		font-size: .625rem;
		border-radius: 4px 0 0 4px;
		display: inline-block;
		width: 60px;
		text-align: center;
		font-family: Roboto, arial, sans-serif;
		font-weight: 300;
		letter-spacing: .5px;
		border: 1px solid #fff;
		background: #fff;
		padding: 6px;
		color: #254c8e
	}

	.roundup-item-row .button-container .toggle-button a:last-child {
		border-radius: 0 4px 4px 0
	}

	.roundup-item-row .button-container .toggle-button a.chosen {
		background: #254c8e;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		border: 1px solid #254c8e;
		color: #fff
	}

	.roundup-item-row .button-container .toggle-button a.chosen:hover {
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		border: 1px solid #254c8e
	}

	.roundup-item-row .summary-content {
		position: relative;
		overflow: hidden;
		transition: .25s all ease-out
	}

	.roundup-item-row .summary-content.closed {
		max-height: 305px
	}

	.roundup-item-row .summary-content.open {
		max-height: 63rem;
		padding-bottom: 50px
	}

	.roundup-item-row .summary-content.open .read-more {
		background: 0 0;
		width: calc(50%+60px);
		text-align: right
	}

	.roundup-item-row .summary-content.open .read-more:after {
		content: "Minimize";
		background-image: url(/img/triangle-up.svg)
	}

	.roundup-item-row .summary-content.open .read-more:before {
		display: none
	}

	.roundup-item-row .summary-content ul {
		list-style: none;
		margin: 5px 0
	}

	.roundup-item-row .summary-content ul li>* {
		font-size: 1rem;
		line-height: 1.4375;
		letter-spacing: .8px
	}

	.roundup-item-row .summary-content ul b,
	.roundup-item-row .summary-content ul strong {
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		font-weight: 500
	}

	.roundup-item-row .summary-content .read-more {
		position: absolute;
		height: 20px;
		background: linear-gradient(0deg, #fff 50%, rgba(255, 255, 255, .8));
		width: 100%;
		text-align: center;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		bottom: 0;
		left: 0;
		padding: 20px;
		font-size: .9375rem;
		letter-spacing: .5px;
		color: #254c8e
	}

	.roundup-item-row .summary-content .read-more:after {
		content: "See More";
		background-image: url(/img/triangle-down.svg);
		padding-right: 15px;
		background-position: calc(100%) 3px;
		background-repeat: no-repeat;
		background-size: contain;
		background-size: 11px
	}

	.roundup-item-row .summary-content .read-more:before {
		content: "";
		display: block;
		position: absolute;
		top: -50%;
		left: 0;
		right: 0;
		height: 20px;
		background: linear-gradient(0deg, rgba(255, 255, 255, .8), rgba(0, 0, 0, 0))
	}

	.roundup-item-row .summary-content .full-review {
		position: absolute;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		bottom: -5px;
		right: auto;
		font-size: 1rem;
		line-height: 27px;
		letter-spacing: .8px;
		color: #d8000c
	}

	.roundup-item-row .hidden {
		display: none
	}

	.admin-bar header#main-top-nav {
		top: 50px
	}

	header#main-top-nav nav .logo {
		width: 100%;
		background: #8f000c;
		top: 0;
		left: 0;
		text-align: center
	}

	header#main-top-nav nav .main-nav {
		width: 100%;
		top: 100px;
		left: 0
	}

	header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper {
		top: 162px
	}

	header#main-top-nav nav .main-nav>li.closed.open>.sub-nav-wrapper .sub-nav .close-times {
		top: 169px
	}

	header#main-top-nav .main-nav>li.closed.open ul {
		background: #fff
	}

	header#main-top-nav nav .global-search-wrapper input {
		margin-top: 5px;
		top: 0;
		margin-left: 10px;
		width: calc(100% - 20px)
	}

	header#main-top-nav nav .global-search-wrapper label {
		display: none
	}

	.admin-bar header#main-top-nav {
		top: 0;
		height: auto
	}

	header#main-top-nav {
		position: relative;
		top: 0;
		height: auto
	}

	header#main-top-nav nav {
		height: auto
	}

	body #main-wrapper {
		margin-top: 0;
		padding-top: 0
	}

	header#main-top-nav nav .logo {
		position: relative
	}

	html {
		margin-top: 0 !important
	}

	header#main-top-nav nav .logo {
		height: auto
	}

	body .wdm_results {
		width: 100% !important;
		border-left: none !important;
		float: none !important;
		padding-left: 0
	}

	body .wdm_list {
		float: none !important;
		width: auto !important
	}

	footer ul li a {
		font-size: 12px
	}

	.author-container .author-stories a>img {
		float: left;
		margin-right: 10px
	}
}

@media(max-width:64em) and (min-width:641px) {
	.roundup-item-row {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.roundup-item-row h3 {
		min-width: 100vw;
		-ms-flex-order: 1;
		order: 1
	}

	.roundup-item-row .product-media {
		width: 40%;
		margin: 0;
		-ms-flex-order: 1;
		order: 1
	}

	.roundup-item-row .product-media .product-image {
		width: 100%;
		margin: 0
	}

	.roundup-item-row .product-media .ratings {
		margin: 0 0 20px
	}

	.roundup-item-row .button-container {
		text-align: right;
		margin: 0
	}

	.roundup-item-row .button-container .toggle-button a {
		font-size: 1rem;
		width: 90px
	}

	.roundup-item-row .product-information {
		width: calc(60% - 60px);
		margin: 0 1.875rem;
		-ms-flex-order: 1;
		order: 1
	}

	.roundup-item-row .product-information .roundup-select {
		display: none
	}

	.roundup-item-row .product-information .information-sections {
		display: block;
		list-style: none;
		width: 100%;
		text-align: right
	}

	.roundup-item-row .product-information .information-sections li {
		display: inline-block;
		margin: 0 10px 0
	}

	.roundup-item-row .product-information .information-sections li a {
		font-size: 1.125rem;
		letter-spacing: .8px;
		text-transform: uppercase;
		color: #6eb4ce;
		font-family: "Roboto", arial, sans-serif
	}

	.roundup-item-row .product-information .information-sections li a.active,
	.roundup-item-row .product-information .information-sections li a:active,
	.roundup-item-row .product-information .information-sections li a:focus,
	.roundup-item-row .product-information .information-sections li a:hover {
		color: #336679;
		font-family: "Roboto", arial, sans-serif
	}

	.roundup-item-row .product-information .summary-content {
		min-height: 29.3vw
	}

	.roundup-item-row .product-information .summary-content .msrp {
		margin-top: -1px
	}

	.roundup-item-row .product-information .summary-content.closed {
		max-height: 29.3vw
	}

	.roundup-item-row .product-information .summary-content.open {
		max-height: 63rem
	}

	.roundup-item-row .product-information .summary-content ul li>* {
		font-size: 1rem;
		line-height: 1.4375;
		margin-bottom: 30px;
		letter-spacing: .8px
	}

	.roundup-item-row .product-information .summary-content .full-review {
		font-size: .875rem;
		right: 0
	}
}

@media(max-width:1024px) {

	.hreview #roundup-container:before,
	.roundup #roundup-container:before {
		content: "";
		position: relative;
		top: 0;
		width: calc(100%+60px);
		margin: 0 -1.875rem;
		background: #f3f3f3;
		height: 5px;
		display: block;
		box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .15);
		-ms-flex-order: 4;
		order: 4
	}

	.hreview .affiliate-text,
	.roundup .affiliate-text {
		padding: 0 30px 15px
	}
}

@media only screen and (max-width:61.25em) {
	#rrlist {
		padding: 0;
		margin: -25px -1.875rem 0;
		z-index: 4;
		border-radius: 12px
	}

	#rrlist li {
		list-style: none;
		background: #fff;
		border-radius: 12px 12px 0 0;
		z-index: 4
	}

	#rrlist .product-item {
		padding: 15px 30px 0;
		border-bottom: 1px solid #cbcac9
	}

	#rrlist .product-item .product-image {
		margin-top: 6px;
		float: left;
		max-width: 100%
	}

	#rrlist .product-item .product-image:before {
		display: none
	}

	#rrlist .product-item .product-image img {
		margin: 0
	}

	#rrlist .product-item h3 {
		margin-bottom: 0
	}

	#rrlist .product-item h3 .product-name {
		font-family: "Roboto", arial, sans-serif;
		font-size: 24px;
		line-height: 29px;
		letter-spacing: 1px;
		color: #000
	}

	#rrlist .product-item .description {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 0;
		letter-spacing: .8px
	}

	#rrlist .product-item .description>strong {
		font-size: 1rem;
		line-height: 1.5rem;
		margin-bottom: 0;
		letter-spacing: .8px
	}

	#rrlist .product-item .read-review {
		position: absolute;
		bottom: 4px;
		right: 10px;
		left: auto;
		font-family: Roboto, arial, sans-serif;
		font-weight: 500;
		font-size: 1rem;
		line-height: 27px;
		letter-spacing: .8px;
		color: #d8000c
	}

	#rrlist .product-item .msrp {
		font-size: .6875rem !important;
		letter-spacing: .8px;
		color: rgba(0, 0, 0, .5);
		font-family: Roboto, arial, sans-serif !important;
		font-weight: 500
	}

	#rrlist .zdcse-wrapper {
		position: relative;
		margin: 5px 0
	}

	#rrlist .zdcse-buybtn {
		font-size: .6875rem;
		color: #262626;
		display: block;
		line-height: 16px;
		letter-spacing: .4px;
		margin-bottom: 10px;
		padding: 0
	}

	#rrlist .zdcse-buybtn>b,
	#rrlist .zdcse-buybtn>strong {
		font-size: 26px;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700;
		display: block;
		color: #336679;
		line-height: 13px
	}

	#rrlist .zdcse-buybtn:after {
		cursor: pointer;
		pointer-events: none;
		display: block;
		float: none;
		width: 108px;
		height: 32px;
		line-height: 32px;
		margin: 10px 0
	}

	#rrlist .red-large0,
	#rrlist .red-large05,
	#rrlist .red-large1,
	#rrlist .red-large15,
	#rrlist .red-large2,
	#rrlist .red-large25,
	#rrlist .red-large3,
	#rrlist .red-large35,
	#rrlist .red-large4,
	#rrlist .red-large45,
	#rrlist .red-large5,
	#rrlist .red-small0,
	#rrlist .red-small05,
	#rrlist .red-small1,
	#rrlist .red-small15,
	#rrlist .red-small2,
	#rrlist .red-small25,
	#rrlist .red-small3,
	#rrlist .red-small35,
	#rrlist .red-small4,
	#rrlist .red-small45,
	#rrlist .red-small5 {
		height: 23px;
		width: 71px;
		margin: 3px auto -8px
	}

	#rrlist .EC-logo {
		margin-left: 7px;
		width: 17px;
		height: 11px;
		float: none
	}

	#rrlist .product-image {
		position: relative;
		display: inline-block
	}

	#rrlist .product-image:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		box-shadow: inset 0 0 10px -2px rgba(0, 0, 0, .3)
	}

	.subhead {
		font-size: 20px;
		text-decoration: none;
		color: #000;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}
}

@media only screen and (max-width:40em) {
	#rrlist-header {
		font-size: 20px
	}

	#rrlist-header:after {
		width: 15%
	}

	#rrlist .product-item:first-child {
		padding-top: 0
	}

	#rrlist .product-item:first-child .product-image img,
	#rrlist .product-item:first-child .product-image:before {
		border-radius: 12px 12px 0 0
	}

	#rrlist .product-item .product-image {
		margin: 0 -2.1875rem;
		width: calc(100%+70px);
		max-width: calc(100%+70px)
	}

	#rrlist .product-item .product-image img {
		margin: 0;
		width: 100%
	}

	#rrlist .product-item h3 {
		margin-top: 5px
	}

	#rrlist .product-item .description {
		font-size: 1rem;
		line-height: 27px;
		letter-spacing: .8px
	}

	#rrlist .product-item .description>strong {
		font-size: 1rem;
		line-height: 27px;
		letter-spacing: .8px
	}

	#rrlist .product-item .read-review {
		right: auto;
		left: 5px
	}
}

@media only screen and (min-width:61.3125em) {
	#rrlist {
		padding: 0
	}

	#rrlist li {
		list-style: none
	}

	#rrlist .product-item {
		padding: .625rem 0;
		border-bottom: 1px dashed #cbcac9
	}

	#rrlist .product-item .product-image {
		margin-top: 6px;
		float: left;
		max-width: 100%
	}

	#rrlist .product-item .product-image img {
		margin: 0
	}

	#rrlist .product-item .product a {
		color: #000
	}

	#rrlist .product-item .description {
		font-size: 1.125rem;
		line-height: 30px
	}

	#rrlist .product-item .description>strong {
		font-size: 1.125rem;
		line-height: 30px
	}

	#rrlist .product-item .read-review {
		font-size: .875rem
	}

	#rrlist .zdcse-wrapper {
		margin-bottom: 1rem;
		margin-top: -.625rem
	}

	#rrlist .msrp,
	#rrlist .zdcse-buybtn {
		margin-bottom: 1rem;
		background: 0;
		display: inline;
		padding-right: 0
	}

	#rrlist .msrp>*,
	#rrlist .zdcse-buybtn>* {
		display: inline;
		margin-bottom: .5rem
	}

	#rrlist .msrp strong,
	#rrlist .zdcse-buybtn strong {
		font-size: 1rem;
		font-family: Roboto, Helvetica, Arial, sans-serif
	}

	#rrlist .msrp>.seeit,
	#rrlist .zdcse-buybtn>.seeit {
		display: inline-block
	}

	#rrlist .msrp:after,
	#rrlist .zdcse-buybtn:after {
		line-height: 32px;
		height: 32px;
		width: 108px
	}

	#rrlist .red-large0,
	#rrlist .red-large05,
	#rrlist .red-large1,
	#rrlist .red-large15,
	#rrlist .red-large2,
	#rrlist .red-large25,
	#rrlist .red-large3,
	#rrlist .red-large35,
	#rrlist .red-large4,
	#rrlist .red-large45,
	#rrlist .red-large5,
	#rrlist .red-small0,
	#rrlist .red-small05,
	#rrlist .red-small1,
	#rrlist .red-small15,
	#rrlist .red-small2,
	#rrlist .red-small25,
	#rrlist .red-small3,
	#rrlist .red-small35,
	#rrlist .red-small4,
	#rrlist .red-small45,
	#rrlist .red-small5 {
		max-width: 71px;
		margin: 3px auto -4px
	}

	#rrlist .EC-logo {
		margin-left: 7px;
		width: 17px;
		height: 11px;
		float: none
	}

	#rrlist .product-image {
		position: relative;
		display: inline-block
	}

	#rrlist .product-image:before {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		box-shadow: inset 0 0 10px -2px rgba(0, 0, 0, .3)
	}

	.subhead {
		font-size: 20px;
		text-decoration: none;
		color: #000;
		font-family: Roboto, arial, sans-serif;
		font-weight: 700
	}
}

@media only screen and (min-width:61.3125em) and (-ms-high-contrast:active),
only screen and (min-width:61.3125em) and (-ms-high-contrast:none) {
	#rrlist .EC-logo {
		margin-top: 3px
	}
}

.wrapper.container {
	margin-top: 0
}

#main-wrapper>.wrapper.container {
	background: #fff;
	padding-top: 1em
}

#main-wrapper .large-fixed-300-right.column {
	width: 18.75rem;
	right: 6px
}

body #main-wrapper #widgetbox #bottomrightrail,
body #main-wrapper #widgetbox #pcm422-1,
body #main-wrapper #widgetbox #toprightrail,
body #main-wrapper #widgetbox .pcmwrap {
	overflow: inherit
}

@media only screen and (min-width:64.0625em) {
	#main-wrapper .article-share:after {
		content: "";
		width: 100%;
		height: 2px;
		display: block
	}
}

@media(max-width:64em) {
	.article-section .post-body .article-body .article-image.secondary-img {
		display: none
	}

	.inside-module {
		margin: 15px 0;
		clear: both;
		border-bottom: 0;
		width: 100%
	}

	.inside-module h2 {
		font: 20px "Roboto", arial, sans-serif;
		color: #fff;
		background: #254c8e;
		padding: 10px 15px 20px;
		margin: 0 -30px;
		text-transform: uppercase;
		position: relative
	}

	.inside-module h2 strong {
		font-family: "Roboto", arial, sans-serif
	}

	.inside-module ul {
		position: relative;
		padding: 0;
		margin: 0;
		border-bottom: 0;
		float: none;
		z-index: 3
	}

	.inside-module ul li {
		overflow: visible;
		padding: 15px 0
	}

	.inside-module ul li:first-child {
		padding: 0 0 15px
	}

	.inside-module ul li:first-child img {
		border-radius: 12px 12px 0 0
	}

	.inside-module ul li a {
		float: none;
		font: 25px Roboto, arial, sans-serif;
		color: #000;
		letter-spacing: 1.3px;
		text-decoration: none
	}

	.inside-module ul li a img {
		width: calc(100%+60px);
		max-width: calc(100%+60px);
		margin: -10px -30px 10px
	}

	.article-river ul li.full-article {
		border-bottom: 0
	}
}

@media only screen and (max-width:64em) and (min-width:40.0625em) {
	.inside-module h2 {
		font: 24px "Roboto", arial, sans-serif;
		padding: 5px 30px 15px
	}

	.inside-module h2:after {
		width: 30%
	}

	.inside-module ul {
		padding: 15px 30px;
		margin: -10px -30px 0;
		border-bottom: 0;
		width: calc(100%+60px);
		background: #fff;
		border-radius: 12px 12px 0 0
	}

	.inside-module ul li {
		overflow: hidden;
		padding: 3px 5px 4px 0;
		margin-right: 4%;
		border-right: 0;
		width: 22%
	}

	.inside-module ul li a {
		font: 20px Roboto, arial, sans-serif;
		font-weight: 700;
		letter-spacing: 1.1px
	}

	.inside-module ul li a img {
		width: 100%;
		max-width: 100%;
		margin: 0 0 10px
	}

	.inside-module ul li:last-child {
		border-right: 0;
		margin-right: 0;
		padding: 3px 0 4px 0
	}
}

@media print {
	@page {
		size: landscape !important
	}
}

@media print {
	a:not(.zdcse-buybtn)::after {
		content: "" !important
	}

	ul {
		page-break-inside: avoid !important
	}
}

@media print and (color) {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact
	}
}

.fa {
	font-family: 'FontAwesome';
	font-weight: 900
}

.fab {
	font-family: 'Font Awesome 5 Brands'
}

.fa,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1
}

.fa-facebook:before {
	content: "\f09a"
}

.fa-flipboard:before {
	content: "\f44d"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-linkedin:before {
	content: "\f08c"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-youtube:before {
	content: "\f167"
}

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

a:hover {
	cursor: pointer
}

::-webkit-input-placeholder {
	color: #666
}

:-moz-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

@media only screen {
	.show-for-medium-up {
		display: none !important
	}
}

@media only screen and (min-width:40.0625em) {
	.show-for-medium-up {
		display: inherit !important
	}
}

@media only screen and (min-width:61.3125em) {
	.show-for-medium-up {
		display: inherit !important
	}
}

@media only screen and (min-width:64.0625em) {
	.show-for-medium-up {
		display: inherit !important
	}
}

@media only screen and (min-width:66.9375em) {
	.show-for-medium-up {
		display: inherit !important
	}
}

li,
ul {
	margin: 0;
	padding: 0
}

a {
	color: #2d4a8d;
	line-height: inherit;
	text-decoration: none
}

a:focus,
a:hover {
	color: #0078a0
}

ul {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.2;
	list-style-position: outside;
	margin-bottom: 1.25rem
}

ul {
	margin-left: 1.1rem
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}
}

footer ul.footer-social {
	padding: 0;
	margin: 0
}

footer ul.footer-social li {
	margin: 0 2.5px;
	float: left
}

footer ul.footer-social li:not(:last-child) {
	margin: 0 2.5px
}

footer .footer-top {
	margin-top: 1rem;
	border-bottom: 3px solid #ddd;
	margin-bottom: 1rem
}

footer ul.footer-social li a {
	display: block;
	width: 25px;
	height: 25px;
	font-size: 0;
	border-radius: 2px
}

footer ul.footer-social li a:before {
	font-family: "Font Awesome 5 Brands";
	display: block;
	text-align: center;
	padding-top: 3px;
	font-size: 20px;
	color: #0d1f2d
}

footer ul.footer-social li a:hover:before {
	color: #e20309
}

.article-river ul li .article-deck a.url {
	display: inline-block
}

h2.title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase
}

@media print {
	h2 {
		page-break-after: avoid !important
	}
}

@media print and (color) {
	* {
		-webkit-print-color-adjust: exact;
		print-color-adjust: exact
	}
}

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

::-webkit-input-placeholder {
	color: #666
}

:-moz-placeholder {
	color: #666
}

::-moz-placeholder {
	color: #666
}

:-ms-input-placeholder {
	color: #666
}

h2 {
	margin: 0;
	padding: 0
}

h2 {
	color: #222;
	font-style: normal;
	line-height: 1.4;
	margin-bottom: .5rem;
	margin-top: .2rem;
	text-rendering: optimizeLegibility
}

h2 {
	font-size: 1.6875rem
}

@media only screen and (min-width:40.0625em) {
	h2 {
		line-height: 1.4
	}

	h2 {
		font-size: 2.3125rem
	}
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	h2 {
		orphans: 3;
		widows: 3
	}

	h2 {
		page-break-after: avoid
	}
}

body h2.title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	padding-top: 5px;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(200, 200, 200, .45);
	width: 100%
}

body h2.title:before {
	content: "";
	width: 40px;
	height: 5px;
	display: block;
	background: #254c8e;
	position: absolute;
	bottom: 0;
	left: 0
}

body .flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	width: 100%
}

body .flex .flex-1 {
	width: 100%
}

body .tile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 10px;
	padding-bottom: 10px
}

body .tile:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(200, 200, 200, .45);
	position: absolute;
	bottom: 0;
	left: 0
}

body .tile .image-wrapper {
	height: 0;
	width: 100%;
	overflow: hidden;
	padding-bottom: 56.25%;
	margin-bottom: 5px;
	position: relative
}

body .tile .image-wrapper:hover~.text-wrapper h2 a {
	color: #2d4a8d
}

body .tile img {
	max-width: none;
	width: 100%
}

body .tile h2 {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 700;
	font-family: Roboto, arial, sans-serif
}

@media(min-width:981px) {
	body .tile h2 {
		font-size: 18px
	}
}

body .tile h2>a {
	margin: 0;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #0d1f2d;
	display: block
}

@media(min-width:981px) {
	body .tile h2>a {
		font-size: 18px
	}
}

body .tile h2>a:hover {
	color: #2d4a8d
}

body .tile .text-wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0
}

body .tile .text-wrapper a {
	color: #0d1f2d
}

body .tile .text-wrapper a:hover {
	color: #2d4a8d
}

@media(min-width:1025px) {
	body .tile.small h2>a {
		font-size: 16px
	}
}

body .tile.strip {
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative
}

body .tile.strip:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(200, 200, 200, .45);
	position: absolute;
	bottom: 0;
	left: 0
}

body .tile.strip h2 {
	margin-bottom: 0
}

body .tile.strip .image-wrapper {
	width: 30%;
	max-width: 120px;
	height: 0;
	overflow: hidden;
	padding-bottom: calc((120px*.562));
	margin-right: 10px;
	margin-bottom: 0
}

body .tile.strip img {
	width: 100%;
	float: left;
	margin-right: 0
}

body .tile.strip .text-wrapper {
	padding: 0;
	width: 100%;
	max-width: calc(100% - 120px)
}

body .tile.strip.small .image-wrapper {
	padding-bottom: calc((30*.562)*1%)
}

body .tile.sidebar {
	position: relative
}

body .tile.sidebar:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background: rgba(200, 200, 200, .45);
	position: absolute;
	bottom: 0;
	left: 0
}

body .tile.sidebar h2 {
	font-size: 16px;
	margin: 0
}

body .flex+.more {
	text-align: center
}

body .link-button {
	display: inline-block;
	padding: 8px 24px;
	margin: 0 auto 20px;
	border-radius: 2px;
	background-color: #2d4a8d;
	border: 1px solid #4489a0;
	color: #fff
}

body .link-button:active,
body .link-button:focus,
body .link-button:hover {
	background: #2f7f9a;
	color: #fff
}

body h2.title {
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	padding-bottom: 10px;
	position: relative;
	margin: 0 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(200, 200, 200, .45);
	width: 100%
}

body h2.title:before {
	content: "";
	width: 40px;
	height: 5px;
	display: block;
	background: #254c8e;
	position: absolute;
	bottom: 0;
	left: 0
}

header#main-top-nav nav .global-search-wrapper input {
	position: relative;
	background: #fafafa !important
}

header#main-top-nav nav .global-search-wrapper input.loading-circle:after,
header#main-top-nav nav .global-search-wrapper input:after {
	position: absolute;
	top: 5px;
	right: 10px;
	background: #fafafa;
	font-size: 12px;
	color: #000;
	content: 'Loading...';
	text-align: right
}

.wdm-dropdown-menu>.active>a,
.wdm-dropdown-menu>.active>a:focus,
.wdm-dropdown-menu>.active>a:hover {
	color: #fff !important
}

a.anchor-link {
	display: block;
	position: relative;
	top: -105px;
	visibility: hidden
}

body .tile .text-wrapper .review-ratings .rating[class*=red-small] {
	width: 51px;
	height: 12px;
	display: inline-block;
	margin-right: 5px;
	margin-top: 0;
	margin-left: 0
}

body .tile .text-wrapper .review-ratings>* {
	margin-right: 5px;
	vertical-align: middle
}

#reviews-stack [class*=red-small] {
	width: 51px;
	height: 12px;
	display: inline-block
}

.article-section .post-body a.zdcse-buybtn,
.review-body a.zdcse-buybtn {
	display: inline-block;
	margin: 0;
	height: 22px;
	line-height: 22px;
	background: 0 0;
	color: #000 !important;
	white-space: nowrap;
	border-radius: 0
}

#content-box header.title {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .15), 0 0 8px 0 rgba(0, 0, 0, .15);
	padding: 10px;
	margin: 0 0 15px 0
}

#content-box header.title .breadcrumbs {
	margin: 10px 0
}

#content-box header.title h1 {
	font: 32px "Roboto", arial, sans-serif;
	font-weight: 700;
	letter-spacing: .8px;
	color: #000;
	margin: 0
}

#content-box header.title .deck {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-size: .8125rem;
	line-height: 21px;
	letter-spacing: .8px;
	color: #000;
	font-style: italic;
	margin: 10px 0
}

@media only screen and (min-width:40.0625em) {
	#content-box header.title h1 {
		font: 40px "Roboto", arial, sans-serif;
		font-weight: 700;
		letter-spacing: .8px;
		color: #000;
		margin: 0 3px 15px
	}

	#content-box header.title .deck {
		font-size: .8125rem;
		margin: 10px 3px 0
	}
}

header#main-top-nav nav .main-nav>li.closed.open .sub-nav-wrapper .sub-nav>li.bold a {
	font-weight: 700 !important
}

section.bottom-text {
	border-radius: 2px;
	background-color: #fff;
	box-shadow: 0 8px 8px 0 rgba(0, 0, 0, .15), 0 0 8px 0 rgba(0, 0, 0, .15);
	padding: 10px 20px;
	margin: 0 -5px;
	font-size: 1.17rem;
	line-height: 2rem;
	font-family: Roboto, arial, sans-serif;
	font-weight: 300;
	letter-spacing: .9px;
	color: #000
}

.container {
	max-width: 88rem
}

.container {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.shadow-right:after {
	content: "";
	position: absolute;
	right: -25px;
	z-index: 10;
	top: 0;
	bottom: 0;
	width: 25px;
	background: linear-gradient(90deg, rgba(0, 0, 0, .05), transparent)
}

table {
	border-collapse: collapse
}

.bg-purple-base {
	background-color: #254c8e
}

.hover\:bg-gray-lighter:hover {
	background-color: #ececec !important
}

.border-gray-lighter {
	border-color: #ececec
}

.border-gray-light {
	border-color: #d8d8d8
}

.border {
	border-width: 1px
}

.border-r {
	border-right-width: 1px
}

.border-l {
	border-left-width: 1px
}

.cursor-pointer {
	cursor: pointer
}

.inline-block {
	display: inline-block
}

.flex {
	display: flex
}

.hidden {
	display: none
}

.flex-col {
	flex-direction: column
}

.flex-wrap {
	flex-wrap: wrap
}

.items-center {
	align-items: center
}

.justify-center {
	justify-content: center
}

.justify-between {
	justify-content: space-between
}

.font-bold {
	font-weight: 700
}

.h-3 {
	height: .75rem
}

.h-4 {
	height: 1rem
}

.my-24 {
	margin-top: 6rem;
	margin-bottom: 6rem
}

.mr-1 {
	margin-right: .25rem
}

.ml-1 {
	margin-left: .25rem
}

.mr-4 {
	margin-right: 1rem
}

.mb-4 {
	margin-bottom: 1rem
}

.min-w-full {
	min-width: 100%
}

.overflow-x-scroll {
	overflow-x: scroll
}

.p-2 {
	padding: .5rem
}

.p-4 {
	padding: 1rem
}

.py-2 {
	padding-top: .5rem;
	padding-bottom: .5rem
}

.px-4 {
	padding-left: 1rem;
	padding-right: 1rem
}

.px-12 {
	padding-left: 3rem;
	padding-right: 3rem
}

.pr-4 {
	padding-right: 1rem
}

.pl-4 {
	padding-left: 1rem
}

.relative {
	position: relative
}

.sticky {
	position: -webkit-sticky;
	position: sticky
}

.left-0 {
	left: 0
}

.fill-purple {
	fill: #2a16c0
}

.group:hover .group-hover\:fill-red {
	fill: #eb002e
}

.text-left {
	text-align: left
}

.text-center {
	text-align: center
}

.text-white {
	color: #fff
}

.text-red-base {
	color: #eb002e
}

.text-purple-base {
	color: #254c8e
}

.group:hover .group-hover\:text-purple-darker {
	color: #1a099a
}

.text-xs {
	font-size: .75rem
}

.text-sm {
	font-size: .875rem
}

.text-base {
	font-size: 1rem
}

.text-2xl {
	font-size: 1.5rem
}

.uppercase {
	text-transform: uppercase
}

.whitespace-no-wrap {
	white-space: nowrap
}

.w-2 {
	width: .5rem
}

.w-3 {
	width: .75rem
}

.w-32 {
	width: 8rem
}

.w-48 {
	width: 12rem
}

.w-full {
	width: 100%
}

.transition-bg {
	transition-property: background-color
}

.transition-bg {
	transition-duration: .25s;
	transition-duration: var(--transition-duration)
}

@media (min-width:768px) {
	.md\:inline-block {
		display: inline-block
	}

	.md\:flex {
		display: flex
	}

	.md\:hidden {
		display: none
	}

	.md\:flex-row {
		flex-direction: row
	}

	.md\:flex-col {
		flex-direction: column
	}

	.md\:items-center {
		align-items: center
	}

	.md\:mr-0 {
		margin-right: 0
	}

	.md\:text-base {
		font-size: 1rem
	}

	.md\:w-32 {
		width: 8rem
	}

	.md\:w-96 {
		width: 24rem
	}
}

table.roundup .btn {
	height: auto;
	line-height: 1.8em;
	padding: 0 10px;
	float: right
}

.ml-1 {
	margin-left: .25rem
}

.mt-2 {
	margin-top: .5rem
}

.mr-2 {
	margin-right: .5rem
}

.mb-2 {
	margin-bottom: .5rem
}

.ml-2 {
	margin-left: .5rem
}

.mt-3 {
	margin-top: .75rem
}

.mr-3 {
	margin-right: .75rem
}

.mb-3 {
	margin-bottom: .75rem
}

.mt-4 {
	margin-top: 1rem
}

.mr-4 {
	margin-right: 1rem
}

.mb-4 {
	margin-bottom: 1rem
}

.ml-4 {
	margin-left: 1rem
}

.mt-6 {
	margin-top: 1.5rem
}

.mr-6 {
	margin-right: 1.5rem
}

.mb-6 {
	margin-bottom: 1.5rem
}

.ml-6 {
	margin-left: 1.5rem
}

.mt-8 {
	margin-top: 2rem
}

.mr-8 {
	margin-right: 2rem
}

.mb-8 {
	margin-bottom: 2rem
}

.ml-8 {
	margin-left: 2rem
}

.mt-12 {
	margin-top: 3rem
}

.mb-12 {
	margin-bottom: 3rem
}

.mt-16 {
	margin-top: 4rem
}

.mb-16 {
	margin-bottom: 4rem
}

.mt-24 {
	margin-top: 6rem
}

.mb-24 {
	margin-bottom: 6rem
}

.mt-auto {
	margin-top: auto
}

.mr-auto {
	margin-right: auto
}

.mb-auto {
	margin-bottom: auto
}

.ml-auto {
	margin-left: auto
}

.-mt-1 {
	margin-top: -.25rem
}

.-ml-2 {
	margin-left: -.5rem
}

.-mt-4 {
	margin-top: -1rem
}

.-ml-4 {
	margin-left: -1rem
}

.-mb-6 {
	margin-bottom: -1.5rem
}

.-mt-8 {
	margin-top: -2rem
}

.-mt-16 {
	margin-top: -4rem
}

.m-0 {
	margin: 0
}

.m-1 {
	margin: .25rem
}

.m-2 {
	margin: .5rem
}

.m-4 {
	margin: 1rem
}

.m-6 {
	margin: 1.5rem
}

.m-auto {
	margin: auto
}

pre {
	display: block;
	font-family: monospace;
	white-space: pre;
	margin: 1em 0
}

@media print {
	h2 {
		page-break-after: avoid !important
	}
}

@media only screen and (min-width:40.0625em) {
	h2 {
		line-height: 1.4
	}

	h2 {
		font-size: 2.3125rem
	}
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	h2 {
		orphans: 3;
		widows: 3
	}

	h2 {
		page-break-after: avoid
	}
}

.article-section .article-body h2:not(.title) {
	color: #0d1f2d;
	font: 26px "Roboto", arial, sans-serif;
	letter-spacing: .8px;
	font-weight: 700
}

@media only screen and (min-width:40.0625em) {
	.article-section .article-body h2:not(.title) {
		font: 32px "Roboto", arial, sans-serif;
		font-weight: 700
	}
}

@media print {
	h3 {
		page-break-after: avoid !important
	}
}

h3 {
	font-size: 1.375rem
}

@media only screen and (min-width:40.0625em) {
	h3 {
		line-height: 1.4
	}

	h3 {
		font-size: 1.6875rem
	}
}

@media print {
	* {
		background: 0 0 !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	h3 {
		orphans: 3;
		widows: 3
	}

	h3 {
		page-break-after: avoid
	}
}

.article-section .article-body h3 {
	color: #0d1f2d;
	font: 1.5rem/1.6rem "Roboto", arial, sans-serif;
	letter-spacing: .8px;
	font-weight: 700
}

@media only screen and (min-width:40.0625em) {
	.article-section .article-body h3 {
		font: 1.5rem/1.6rem "Roboto", arial, sans-serif;
		font-weight: 700
	}
}

.article-section .post-body .article-body .slideshow-container .slide h3 {
	margin-top: 25px;
	font-size: 1.4375rem;
	font-family: "Roboto", arial, sans-serif;
	line-height: 32px;
	letter-spacing: 1px;
	font-weight: 700
}

@media (min-width:768px) {
	.article-section .post-body .article-body .slideshow-container .slide h3 {
		font-size: 1.875rem;
		letter-spacing: .8px
	}

	header#main-top-nav ul.navbar-nav {
		margin-left: 200px
	}
}

@media (max-width:1024px) {
	header#main-top-nav ul.navbar-nav {
		margin-left: 0
	}
}

h4 {
	font-size: 1.125rem
}

@media only screen and (min-width:40.0625em) {
	h4 {
		line-height: 1.4
	}

	h4 {
		font-size: 1.4375rem
	}
}

h5 {
	font-size: 1.125rem
}

@media only screen and (min-width:40.0625em) {
	h5 {
		line-height: 1.4
	}

	h5 {
		font-size: 1.125rem
	}
}

h6 {
	font-size: 1rem
}

@media only screen and (min-width:40.0625em) {
	h6 {
		line-height: 1.4
	}

	h6 {
		font-size: 1rem
	}
}

ol {
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.2;
	list-style-position: outside;
	margin-bottom: 1.25rem
}

.article-section .article-body ul li {
	list-style: disc;
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding-bottom: 8px
}

.article-section .article-body ol {
	padding: 0 0 15px 30px;
	margin: 0 0 0;
	list-style: none
}

.article-section .article-body ol li {
	list-style: decimal;
	font-size: 18.5px;
	line-height: 26px;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 300;
	padding-bottom: 8px
}

@media only screen and (min-width:40.0625em) {

	.article-section .article-body ol li,
	.article-section .article-body ul li {
		font-size: 1.17rem;
		line-height: 2rem;
		font-family: Roboto, Helvetica, Arial, sans-serif;
		font-weight: 300;
		padding-bottom: 10px
	}
}

.article-section .post-body .article-body .slideshow-container .slide .slide-caption ol li {
	list-style-type: decimal
}

.article-section .post-body .article-body .slicker li {
	list-style: none
}

.widget-footer {
	background: #d3d4cf;
	font-size: 13px;
	padding: 3px;
	text-align: center;
	display: block;
	border-radius: 5px;
	margin-bottom: 1em
}

.widget-footer:hover {
	opacity: .9
}

a.widget-footer {
	color: #7b7b7b
}

a.widget-footer:active,
a.widget-footer:hover,
a.widget-footer:visited {
	color: #7b7b7b
}

.article-body>h2:first-child {
	padding-top: 1rem
}

.article-body>h2.nospace,
.article-body>h2.nospace:first-child {
	margin-top: 0;
	padding-top: 0
}

.review-body table {
	width: 100%
}

.invisible {
	visibility: hidden
}

.wdm_result_list_thumb {
	zoom: 40% !important;
	padding-right: 25px !important
}

.menu-item-guides.menu-item-19049 a,
.menu-item-reviews.menu-item-19048 a {
	font-weight: 700 !important
}

.dropdown-menu>.active:last-child>a,
.dropdown-menu>.active:last-child>a:focus,
.dropdown-menu>.active:last-child>a:hover,
.dropdown-menu>li:last-child>a:focus,
.dropdown-menu>li:last-child>a:hover {
	border-radius: 0 0 4px 4px
}

.menu-item-has-children .menu-item-has-children:focus>a,
.menu-item-has-children .menu-item-has-children:hover>a,
.menu-item:focus>a,
.menu-item:hover>a {
	background-image: -webkit-linear-gradient(top, #777 0, #222 100%);
	background-image: -o-linear-gradient(top, #777 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #777), to(#000));
	background-image: linear-gradient(to bottom, #777 0, #222 100%);
	background-repeat: repeat-x;
	background-color: #444;
	color: #fff
}

.modal-backdrop.in {
	opacity: .5 !important
}

#roundup-container .roundup-chart tr:first-child td .product-header .review-title {
	color: #000
}

.article-section .article-body>h3:first-child {
	margin-top: 20px
}

.nav li>a:focus,
.nav li>a:hover {
	text-decoration: none
}

#roundup-container tr td a {
	font-style: italic;
	font-weight: 400
}

#roundup-container .roundup-chart tr.readreview td a.btn {
	font-style: initial;
	font-weight: 700;
	color: #fff;
	height: auto;
	padding: 5px 10px;
	line-height: 1.5em;
	max-width: 133px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 10px;
	white-space: initial
}

#roundup-container .roundup-chart tr.readreview td a.btn:hover {
	color: #fff
}

.btn-primary.newsletter-sub:active,
.btn-primary.newsletter-sub:hover {
	color: #fff
}

#roundup-container .roundup-chart tr:first-child td .product-header a.review-title {
	font-weight: 700;
	font-style: initial
}

#nav-bg {
	display: block;
	position: absolute;
	top: 0;
	left: 200px;
	width: calc(100vw - 200px);
	background: #8f000c;
	position: absolute;
	height: 50px
}

header#main-top-nav.shadow {
	box-shadow: none
}

.continue-anyway {
	float: right
}

.anchor-link::before,
.article-body a[id]:not(.no-anchor)::before {
	content: '';
	display: block;
	height: 50px;
	margin-top: -50px;
	visibility: hidden
}

body.logged-in.admin-bar .anchor-link::before,
body.logged-in.admin-bar .article-body a:not(.no-anchor)[id]::before {
	content: '';
	display: block;
	height: 80px;
	margin-top: -80px;
	visibility: hidden
}

.article-body .reviews-tabs a[id]::before,
body.logged-in.admin-bar .article-body .reviews-tabs a[id]::before {
	content: initial;
	display: none;
	height: 0;
	margin-top: 0;
	visibility: visible
}

.aal_svg {
	position: absolute;
	top: 80px
}

blockquote {
	background: #f8f8f8;
	margin: 1.5em 0;
	padding: 1.5em;
	border-left: 2px solid #8f000c
}

blockquote {
	font-size: 14px
}

@media only screen and (max-width:640px) {
	.top-articles .small-10 {
		width: 100% !important
	}

	#nav-bg {
		display: none
	}
}

@media only screen and (max-width:640px) {
	.top-articles .shadow-box[style] {
		padding-bottom: 0 !important
	}
}

header#main-top-nav nav .navbar-nav li li a {
	position: relative
}

li li .caret {
	position: absolute;
	top: 50%;
	right: 20px
}

.nav>li>a:focus,
.nav>li>a:hover {
	background-color: #fff
}

#menu-main-navigation.nav .open>a,
.nav .open>a:focus {
	background-color: transparent
}

#menu-main-navigation.nav>li.open>a:focus {
	background-color: transparent
}

.dropdown-menu {
	top: calc(100% - 1px)
}

#roundup-container .roundup-chart tr {
	border-bottom: 1px solid #ddd
}

#roundup-container .roundup-chart tr:last-child,
#roundup-container .roundup-chart tr:nth-child(1),
#roundup-container .roundup-chart tr:nth-child(2) {
	border-bottom: none
}

.bjc-banner {
	background-color: #fefaee;
	overflow: hidden;
	padding: 10px;
	margin: 0 6% 20px 6%
}

.bjc-banner h3,
.bjc-banner h4 {
	line-height: 1.2 !important;
	margin: 0 !important;
	text-align: left !important
}

.bjc-banner h4 {
	font-size: 16px
}

.article-section .article-body .bjc-banner .bjc-content p .bjc-banner .bjc-content p,
.bjc-banner .bjc-content {
	font-size: 11px !important;
	line-height: 1.3 !important;
	margin-top: 0 !important;
	text-align: justify
}

.bjc-banner h3 a,
.bjc-banner h3 a:hover {
	color: #000 !important
}

.bjc-banner .bjc-buttons-wrapper {
	min-width: 200px;
	justify-content: center;
	align-self: center;
	padding-left: 15px
}

.bjc-banner .bjc-buttons-wrapper a {
	display: block
}

.bjc-banner .banner-play {
	background-color: #e20309;
	color: #fff !important;
	border-radius: 0;
	font-size: 18px;
	padding: 5px;
	text-align: center;
	line-height: initial;
	height: auto
}

.bjc-banner .banner-review {
	color: #000 !important;
	font-size: 12px;
	text-align: center;
	font-weight: 700;
	text-decoration: underline
}

.bjc-banner .bjc-flex {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: nowrap
}

.article-header .deck p {
	text-align: justify
}

.article-header .deck .article-header-read-more {
	display: none
}

.scrollLeftArrowContainer,
.scrollRightArrowContainer {
	display: none
}

#main-top-nav .menu-handler {
	display: none
}

@media (max-width:1023px) {
	.bjc-banner .bjc-buttons-wrapper {
		margin-top: 15px;
		padding-left: 0
	}

	.bjc-banner .banner-play {
		padding: 10px;
		font-size: 14px
	}

	.bjc-banner .bjc-flex {
		flex-direction: column
	}

	.bjc-banner .bjc-content {
		font-size: 14px
	}

	.article-header .deck p {
		font-size: .9rem;
		display: none
	}

	.article-header .deck p:first-of-type {
		display: block
	}

	.article-header .deck .article-header-read-more {
		display: inline
	}

	.scrollLeftArrowContainer,
	.scrollRightArrowContainer {
		position: absolute;
		left: 0;
		top: calc(50% - 20px);
		z-index: 10000;
		background: #fff;
		background: rgba(255, 255, 255, .8);
		padding: 18px;
		box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .2), 0 2px 4px -1px rgba(0, 0, 0, .1);
		border-radius: 9999px;
		width: 50px;
		height: 50px
	}

	.scrollLeftArrow,
	.scrollRightArrow {
		top: -5px;
		position: relative;
		transform: translateY(-50%)
	}

	.scrollLeftArrow {
		left: -2px
	}

	.scrollRightArrow {
		right: -2px
	}

	.scrollRightArrowContainer {
		left: calc(100% - 50px)
	}

	.scrollRightArrowContainer {
		display: block
	}

	.scrollLeftArrowContainer.visible,
	.scrollRightArrowContainer.visible {
		display: block
	}

	.scrollLeftArrowContainer.hidden,
	.scrollRightArrowContainer.hidden {
		display: none
	}

	#main-top-nav .menu-handler {
		text-shadow: 0 .1rem 0 #fff;
		position: absolute;
		z-index: 100;
		color: #fff;
		width: 54px;
		height: 54px;
		text-align: center;
		display: inline-block;
		font-size: 18px;
		font-size: 1.8rem;
		cursor: pointer;
		-webkit-transition: .3s;
		transition: .3s
	}

	#main-top-nav .menu-handler .lines {
		display: inline-block;
		width: 30px;
		height: 5px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
		position: relative;
		margin-top: 20px;
		margin-top: 2rem;
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8)
	}

	#main-top-nav .menu-handler .lines:after,
	#main-top-nav .menu-handler .lines:before {
		display: inline-block;
		width: 30px;
		height: 5px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
		position: absolute;
		left: 0;
		content: '';
		-webkit-transform-origin: .28571rem center;
		-ms-transform-origin: .28571rem center;
		transform-origin: .28571rem center
	}

	#main-top-nav .menu-handler .lines:before {
		top: .75rem
	}

	#main-top-nav .menu-handler .lines:after {
		top: -.75rem
	}

	#main-top-nav.open .menu-handler .lines {
		-webkit-transform: scale3d(.8, .8, .8);
		transform: scale3d(.8, .8, .8);
		background: 0 0
	}

	#main-top-nav.open .menu-handler .lines:after {
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg)
	}

	#main-top-nav.open .menu-handler .lines:after,
	#main-top-nav.open .menu-handler .lines:before {
		-webkit-transform-origin: 50% 50%;
		-ms-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
		top: 3px;
		width: 40px;
		margin-left: -6px
	}

	#main-top-nav.open .menu-handler .lines:before {
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg)
	}

	#nav-container {
		display: none
	}

	#main-top-nav.open #nav-container {
		display: block
	}

	#main-wrapper .large-fixed-300-right.column {
		width: 100%
	}
}

.aal_svg {
	display: none !important
}

a.ext {
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(/themes/blackjackchamp/img/external-link-ltr-icon.png?325de);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiI+PHBhdGggZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDZjIiBkPSJNMS41IDQuNTE4aDUuOTgyVjEwLjVIMS41eiIvPjxwYXRoIGQ9Ik01Ljc2NSAxSDExdjUuMzlMOS40MjcgNy45MzdsLTEuMzEtMS4zMUw1LjM5MyA5LjM1bC0yLjY5LTIuNjg4IDIuODEtMi44MDhMNC4yIDIuNTQ0eiIgZmlsbD0iIzA2ZiIvPjxwYXRoIGQ9Ik05Ljk5NSAyLjAwNGwuMDIyIDQuODg1TDguMiA1LjA3IDUuMzIgNy45NSA0LjA5IDYuNzIzbDIuODgyLTIuODgtMS44NS0xLjg1MnoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
	background-image: -o-linear-gradient(transparent, transparent), url(/themes/blackjackchamp/img/external-link-ltr-icon.png?325de);
	padding-right: 13px;
	display: inline;
	-webkit-background-size: .8em .8em;
	background-size: .8em;
	font-size: .8em
}

#roundup-table-scroller .secondcolumn>div {
	overflow: hidden
}

.wdm-dropdown-menu {
	list-style: none !important
}

.wdm-dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	background-clip: padding-box
}

.wdm-dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.wdm-dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden
}

.wdm-dropdown-menu li {
	float: none !important
}

.wdm-dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.428571429;
	color: #333;
	white-space: nowrap
}

.wdm-dropdown-menu>li>a>strong {
	display: inline-block !important
}

.wdm-dropdown-menu>li>a:focus,
.wdm-dropdown-menu>li>a:hover {
	text-decoration: none
}

.wdm-dropdown-menu>.active>a,
.wdm-dropdown-menu>.active>a:focus,
.wdm-dropdown-menu>.active>a:hover {
	text-decoration: none;
	background-color: #428bca;
	outline: 0
}

.wdm-dropdown-menu>.disabled>a:focus,
.wdm-dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none
}

.open>.wdm-dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.428571429
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.wdm-dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid;
	content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .wdm-dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px
}

#widgetbox {
	margin-top: 15px
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #fff !important
}

#menu-bottom-navigation-about .menu-item-has-children .menu-item-has-children:focus>a,
#menu-bottom-navigation-about .menu-item-has-children .menu-item-has-children:hover>a,
#menu-bottom-navigation-about .menu-item:focus>a,
#menu-bottom-navigation-about .menu-item:hover>a,
#menu-bottom-navigation-about a:hover,
#menu-bottom-navigation-explore .menu-item-has-children .menu-item-has-children:focus>a,
#menu-bottom-navigation-explore .menu-item-has-children .menu-item-has-children:hover>a,
#menu-bottom-navigation-explore .menu-item:focus>a,
#menu-bottom-navigation-explore .menu-item:hover>a,
#menu-bottom-navigation-explore a:hover,
footer ul li a:hover,
footer ul li:hover {
	color: #e20309 !important
}

[data-readmore] {
	overflow: hidden
}

#accordion {
	width: 100%
}

header#main-top-nav nav .navbar-nav>li.current-menu-ancestor,
header#main-top-nav nav .navbar-nav>li.current-menu-item,
header#main-top-nav nav .navbar-nav>li.current-page-ancestor {
	background: #fff
}

header#main-top-nav nav .navbar-nav>li.current-menu-ancestor>a,
header#main-top-nav nav .navbar-nav>li.current-menu-item>a,
header#main-top-nav nav .navbar-nav>li.current-page-ancestor>a {
	color: #000
}

header#main-top-nav nav .navbar-nav>li.current-menu-ancestor.open>a {
	color: #fff
}

#restricted-notice .fa {
	color: #f66
}

.deck-wrapper h1 {
	background: rgba(0, 0, 0, .5)
}

tbody {
	width: 100%
}

.post_header {
	font-size: 16px;
	font-weight: 700
}

.wdm_resultContainer {
	margin-top: 10px
}

.right_wdm_options {
	padding-bottom: 5px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	width: 50%;
	float: right
}

.left_wdm_options {
	padding-bottom: 5px;
	text-align: left;
	font-weight: 700;
	border-bottom: 1px solid #ddd;
	width: 50%;
	float: left
}

.right_wdm_options label {
	font-weight: 700;
	padding-right: 5px
}

.p_misc {
	float: right;
	color: #777
}

.loading_res {
	display: none
}

.wdm_results {
	width: 73% !important;
	padding-left: 2%;
	border-left: 1px solid #ddd;
	float: left !important
}

.wdm_list {
	width: 24% !important;
	float: left !important
}

.wdm_resultContainer {
	width: 100% !important
}

div.select_opt {
	cursor: pointer;
	text-decoration: underline;
	list-style: inside disc
}

.wdm_ul {
	border: 0;
	margin: 0;
	padding: 0
}

#pagination-flickr li {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 11px;
	list-style: none
}

#pagination-flickr a {
	border: solid 1px #ddd;
	margin-right: 2px
}

#pagination-flickr .previous-off,
#pagination-flickr .next-off {
	color: #666;
	display: block;
	float: left;
	font-weight: 700;
	padding: 3px 4px
}

#pagination-flickr .next a,
#pagination-flickr .previous a {
	font-weight: 700;
	border: solid 1px #fff
}

#pagination-flickr .active {
	color: #ff0084;
	font-weight: 700;
	display: block;
	float: left;
	padding: 4px 6px
}

#pagination-flickr a:link,
#pagination-flickr a:visited {
	display: block;
	float: left;
	padding: 3px 6px;
	text-decoration: none
}

#pagination-flickr a:hover {
	border: solid 1px #666
}

.infor {
	font-style: italic;
	font-weight: 700;
	color: #777
}

.loading_sugg {
	background: url(../images/ajax-loader.gif) no-repeat right center !important;
	-webkit-background-size: 7% 7% !important;
	background-size: 7% !important
}

.wdm_label {
	font-weight: 700
}

.wdm_filter {
	margin-top: 15px
}

.results-by-facets li {
	list-style: inside
}

.p_content {
	float: left;
	padding-top: 4px;
	text-align: justify
}

.custom_search {
	float: left;
	background-color: #fff !important;
	background-image: url(../images/indexer1.png) !important;
	width: 32px !important;
	height: 32px !important;
	margin-left: -2px !important;
	border: 1px solid #ccc !important;
	padding: 0 !important;
	background-repeat: no-repeat;
	-webkit-background-size: 100% 100% !important;
	background-size: 100% !important;
	cursor: pointer
}

.sfl2,
.sfl1 {
	display: block;
	float: left;
	height: 32px !important;
	width: 150px !important;
	margin-left: 5px !important
}

.select_field {
	width: 99%
}

@charset "UTF-8";

.btn-primary {
	border-color: #33488c;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #265a88), to(#33488c));
	background-image: linear-gradient(to bottom, #265a88 0, #33488c 100%)
}

.fa-search:before {
	content: "\f002";
}

#restricted-notice.single {
	background: #F0F37C;
	padding: 5px 10px;
	margin-bottom: 10px;
}

#restricted-notice .fa {
	color: #f66;
	font-size: 20px;
}

#restricted-notice strong a,
#restricted-notice strong a:hover {
	color: #000
}

content-box.games-review .top-articles .popular-story a.story-image .top-deck {
	padding-bottom: 3px
}

#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper {
	border-bottom: 1px solid #c8c8c8;
	position: relative
}

.top-deck .deck-wrapper {
	overflow: hidden;
	display: block !important
}

#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper h1 {
	font-size: 1.313rem;
	font-family: "Roboto", arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: .938rem .3rem .625rem;
	position: relative;
	max-width: 100% !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-height: 90px !important;
	max-height: 9rem !important
}

#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper p {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	max-height: 2.6rem !important
}

#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper h1:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	border-top: 4px solid red
}

@media only screen and (min-width:66.9375em) {
	#content-box.games-review .top-articles .popular-story a.story-image .top-deck {
		height: 18.125rem
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper {
		padding: 7px 20px
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper h1 {
		font-size: 1.875rem;
		font-family: "Roboto", arial, sans-serif;
		font-weight: bold
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper p {
		font-size: 1rem
	}
}

@media only screen and (min-width:40.0625em) {
	#content-box.games-review .top-articles .popular-story {
		margin: 0 0 1.25rem 0;
		position: relative;
		border-bottom: 0
	}

	#content-box.games-review .top-articles .popular-story a.story-image {
		display: block;
		position: relative;
		overflow: auto;
		border: 1px solid rgba(0, 0, 0, 0.3)
	}

	#content-box.games-review .top-articles .popular-story a.story-image .shadow-box {
		position: relative;
		overflow: hidden;
		max-width: 100%;
		height: 0;
		padding-bottom: 56.3%
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck {
		width: 100%;
		background: #000;
		background: linear-gradient(rgba(0, 0, 0, 0), #000);
		background: -ms-linear-gradient(rgba(0, 0, 0, 0), #000);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#7F000000', EndColorStr='#7F000000')";
		border-bottom: 0;
		position: absolute;
		bottom: 0;
		left: 0;
		overflow: hidden
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper {
		padding: 7px 16px
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper {
		display: table;
		border-bottom: 0;
		position: absolute;
		bottom: 0
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper h1 {
		color: #FFF;
		padding: 0 0 .5rem 0;
		margin: 0;
		position: relative
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper p {
		color: #fff;
		margin: .75rem 0 0 0;
		display: block
	}

	#content-box.games-review .top-articles .popular-story a.story-image .top-deck .deck-wrapper h1:before {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		width: 50%;
		border-bottom: 4px solid #e20309;
		border-top: 0
	}
}

#wpd-post-rating .wpd-rating-wrap .wpd-rate-starts svg {
	width: 26px;
	height: 26px;
	display: block;
	margin-right: -3px;
}