/* Grid Gutters */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
}

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

body, form, fieldset, legend, input, select, textarea, button {
	margin: 0;
}

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

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

[hidden], template {
	display: none;
}

img {
	border: 0;
}

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

body {
	font-family: "Lato", "lucida grande", helvetica, arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5em;
	line-height: 1.5rem;
	color: #111;
	font-weight: 400;
	background: white;
}

p {
	margin: 0 0 1em 0;
	margin-bottom: 1em;
}

a {
	color: #23478f;
	background: transparent;
	text-decoration: none;
}
a:active, a:hover, a:focus {
	outline: 0;
	color: #4675d2;
	text-decoration: underline;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: "Lato", "lucida grande", helvetica, arial, sans-serif;
	margin: 0;
}

h1, .h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 38px;
	line-height: 2.375rem;
	margin-top: .7em;
	margin-bottom: .5em;
	color: #343434;
	font-weight: 400;
}

h2, .h2 {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 32px;
	line-height: 2rem;
	margin-top: 1.4em;
	margin-bottom: .2em;
	color: #343434;
	font-weight: 400;
}

h3, .h3 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin-top: 1em;
	margin-bottom: .2em;
	color: #343434;
	font-weight: 400;
}

h4, .h4 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 24px;
	line-height: 1.5rem;
	margin-top: 1em;
	margin-bottom: .2em;
	color: #343434;
	font-weight: 400;
}

h5, .h5 {
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem;
	margin-top: 1em;
	margin-bottom: .1em;
	color: #343434;
	font-weight: 400;
}

h6, .h6 {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 20px;
	line-height: 1.25rem;
	margin-top: 1em;
	margin-bottom: .1em;
	color: #343434;
	font-weight: 400;
}

b,
strong,
.strong {
	font-weight: 700;
}

em,
.em {
	font-style: italic;
}

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

dfn {
	font-style: italic;
}

small, .small {
	font-size: 80%;
}

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

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

sup, .sup {
	top: -0.5em;
}

sub, .sub {
	bottom: -0.25em;
}

del, .del {
	text-decoration: line-through;
}

figure {
	margin: 1em 40px;
}

hr,
.hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 1px;
	background: #eee;
	margin: 0;
	border: 0;
}

ul, ol {
	margin: 1em 0 2em 0;
	padding: 0 0 0 40px;
}
ul li, ol li {
	margin-bottom: 5px;
}

dl:before, dl:after {
	content: " ";
	display: table;
}
dl:after {
	clear: both;
}
dl dt {
	float: left;
	width: 25%;
	display: block;
	font-weight: 400;
}
dl dd {
	overflow: hidden;
	display: block;
}

blockquote,
.blockquote {
	font-family: sans-serif;
	font-weight: 400;
	color: #424242;
	font-style: italic;
	margin: 3em 0;
}
blockquote p,
.blockquote p {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 28px;
	line-height: 1.75rem;
	margin-bottom: .4em;
}
blockquote cite,
.blockquote cite {
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 21px;
	line-height: 1.3125rem;
	font-weight: 700;
	font-style: normal;
	color: #777777;
}

caption {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: normal;
	font-weight: 700;
	text-align: left;
	padding: .5em 0;
	border-bottom: 1px solid #d7d7d7;
}

table {
	font-size: 14px;
	font-size: 0.875rem;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 1em 0;
	text-align: left;
}
table thead td,
table thead th,
table tbody td,
table tbody th,
table tfoot td,
table tfoot th {
	color: #585858;
	padding: .8em .5em;
	border-bottom: 1px solid #e9e9e9;
}

code, kbd, pre, samp {
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5empx;
	line-height: 0.09375emrem;
	word-wrap: break-word;
	font-family: "Lato", "lucida grande", helvetica, arial, sans-serif;
	color: #272727;
	background-color: #f1f1f1;
	font-weight: normal;
	padding: 5px;
	white-space: pre-wrap;
}

pre {
	padding: 10px;
	overflow: auto;
	border: 1px solid #d7d7d7;
}

fieldset,
legend {
	border: 0;
	margin: 0;
	padding: 0;
}

legend {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 26px;
	line-height: 1.625rem;
	font-weight: 700;
}

.form {
	padding-top: 1em;
	padding-bottom: 1em;
}

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

input {
	line-height: normal;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="date"] {
	border-radius: 0px;
	box-shadow: none !important;
	width: 100%;
	max-width: 100%;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 8px;
	color: #222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: .5px;
	transition: none;
	margin-bottom: 20px;
	line-height: 23px;
	
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="date"]::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: auto;
}

select {
	text-transform: none;
	height: 36px;
	padding: 0 .4em;
	background-color: #fff;
	border: 1px solid #ccc;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
	text-transform: none;
}

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

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

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

::-webkit-input-placeholder {
	color: #999999;
}

:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

:-ms-input-placeholder {
	color: #999999;
}

.button {
	border: 1px solid #d7d7d7;
	background-color: #f3f3f3;
	line-height: normal;
	padding: .5em 1em;
	text-decoration: none;
	color: #363636;
	display: inline-block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.button:hover, .button:focus, .button:active {
	text-decoration: none;
}
.button:hover, .button:focus {
	background: #f9f9f9;
}

.button-link {
	color: #23478f;
	text-decoration: underline;
	border: 0;
	background: transparent;
	padding: 0;
}
.button-link:hover,
.button-link:focus {
	text-decoration: none;
}
.button-link:active {
	outline: 0;
}

.select {
	border: 1px solid #ccc;
	overflow: hidden;
	height: 36px;
	line-height: 32px;
	padding: 0 .4em;
	position: relative;
	display: block;
}
.select:before {
	content: "";
	border: 6px solid transparent;
	border-top-color: #676767;
	top: 50%;
	right: 10px;
	margin-top: -3px;
	pointer-events: none;
	position: absolute;
}
.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 120%;
	height: 36px;
	padding: 0;
	line-height: normal;
	border: 0;
	background: transparent;
	display: block;
}
.select select:focus {
	outline: 0;
}

.clear:before, header > div.nav-header:before, section.sidebar > div.subscribe > form:before, div.key-product-block:before, div.key-product-block > a:before, section.main > div.article:before, footer .logo:before, .container:before, .container > section.main:before, .clear:after, header > div.nav-header:after, section.sidebar > div.subscribe > form:after, div.key-product-block:after, div.key-product-block > a:after, section.main > div.article:after, footer .logo:after, .container:after, .container > section.main:after {
	content: " ";
	display: table;
}

.clear:after, header > div.nav-header:after, section.sidebar > div.subscribe > form:after, div.key-product-block:after, div.key-product-block > a:after, section.main > div.article:after, footer .logo:after, .container:after, .container > section.main:after {
	clear: both;
}

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

.row:after {
	clear: both;
}

.row {
	position: relative;
	margin-left: -10px;
	margin-right: -10px;
}

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

.container-full, header > div.nav-header, .container {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 740px) {
	.container, .container-full, header > div.nav-header, .container {
		width: 720px;
	}

	.container-tablet {
		width: 720px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.container-full-tablet {
		width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 1000px) {
	.container, .container-full, header > div.nav-header, .container {
		width: 980px;
	}

	.container-desktop {
		width: 980px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: auto;
		margin-right: auto;
	}

	.container-full-desktop {
		width: 980px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
}


.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
header > div.nav-header > a,
header > div.nav-header > nav,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
div.billboard,
.container > section.main,
.container > section.sidebar {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	float: left;
}

.col-1 {
	width: 8.33333%;
}

.col-2 {
	width: 16.66667%;
}

.col-3 {
	width: 25%;
}

.col-4 {
	width: 33.33333%;
}

.col-5 {
	width: 41.66667%;
}

.col-6, header > div.nav-header > a, header > div.nav-header > nav {
	width: 50%;
}

.col-7 {
	width: 58.33333%;
}

.col-8 {
	width: 66.66667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12, div.billboard, .container > section.main, .container > section.sidebar {
	width: 100%;
}

.push-1 {
	left: 8.33333%;
}

.push-2 {
	left: 16.66667%;
}

.push-3 {
	left: 25%;
}

.push-4 {
	left: 33.33333%;
}

.push-5 {
	left: 41.66667%;
}

.push-6 {
	left: 50%;
}

.push-7 {
	left: 58.33333%;
}

.push-8 {
	left: 66.66667%;
}

.push-9 {
	left: 75%;
}

.push-10 {
	left: 83.33333%;
}

.push-11 {
	left: 91.66667%;
}

.pull-1 {
	left: -8.33333%;
}

.pull-2 {
	left: -16.66667%;
}

.pull-3 {
	left: -25%;
}

.pull-4 {
	left: -33.33333%;
}

.pull-5 {
	left: -41.66667%;
}

.pull-6 {
	left: -50%;
}

.pull-7 {
	left: -58.33333%;
}

.pull-8 {
	left: -66.66667%;
}

.pull-9 {
	left: -75%;
}

.pull-10 {
	left: -83.33333%;
}

.pull-11 {
	left: -91.66667%;
}

@media only screen and (min-width: 740px) {
	.col-1-tablet,
	.col-2-tablet,
	.col-3-tablet,
	header > div.nav-header > a,
	.col-4-tablet,
	.col-5-tablet,
	.container > section.sidebar,
	.col-6-tablet,
	.col-7-tablet,
	.container > section.main,
	.col-8-tablet,
	.col-9-tablet,
	header > div.nav-header > nav,
	.col-10-tablet,
	.col-11-tablet,
	.col-12-tablet {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		float: left;
	}

	.col-1-tablet {
		width: 8.33333%;
	}

	.col-2-tablet {
		width: 16.66667%;
	}

	.col-3-tablet, header > div.nav-header > a {
		width: 25%;
	}

	.col-4-tablet {
		width: 33.33333%;
	}

	.col-5-tablet, .container > section.sidebar {
		width: 41.66667%;
	}

	.col-6-tablet {
		width: 50%;
	}

	.col-7-tablet, .container > section.main {
		width: 58.33333%;
	}

	.col-8-tablet {
		width: 66.66667%;
	}

	.col-9-tablet, header > div.nav-header > nav {
		width: 75%;
	}

	.col-10-tablet {
		width: 83.33333%;
	}

	.col-11-tablet {
		width: 91.66667%;
	}

	.col-12-tablet {
		width: 100%;
	}

	.push-1-tablet {
		left: 8.33333%;
	}

	.push-2-tablet {
		left: 16.66667%;
	}

	.push-3-tablet {
		left: 25%;
	}

	.push-4-tablet {
		left: 33.33333%;
	}

	.push-5-tablet {
		left: 41.66667%;
	}

	.push-6-tablet {
		left: 50%;
	}

	.push-7-tablet {
		left: 58.33333%;
	}

	.push-8-tablet {
		left: 66.66667%;
	}

	.push-9-tablet {
		left: 75%;
	}

	.push-10-tablet {
		left: 83.33333%;
	}

	.push-11-tablet {
		left: 91.66667%;
	}

	.pull-1-tablet {
		left: -8.33333%;
	}

	.pull-2-tablet {
		left: -16.66667%;
	}

	.pull-3-tablet {
		left: -25%;
	}

	.pull-4-tablet {
		left: -33.33333%;
	}

	.pull-5-tablet {
		left: -41.66667%;
	}

	.pull-6-tablet {
		left: -50%;
	}

	.pull-7-tablet {
		left: -58.33333%;
	}

	.pull-8-tablet {
		left: -66.66667%;
	}

	.pull-9-tablet {
		left: -75%;
	}

	.pull-10-tablet {
		left: -83.33333%;
	}

	.pull-11-tablet {
		left: -91.66667%;
	}
}
@media only screen and (min-width: 1000px) {
	.col-1-desktop,
	.col-2-desktop,
	header > div.nav-header > a,
	.col-3-desktop,
	.col-4-desktop,
	.container > section.sidebar,
	.col-5-desktop,
	.col-6-desktop,
	.col-7-desktop,
	.col-8-desktop,
	.container > section.main,
	.col-9-desktop,
	.col-10-desktop,
	header > div.nav-header > nav,
	.col-11-desktop,
	.col-12-desktop {
		padding-left: 10px;
		padding-right: 10px;
		position: relative;
		float: left;
	}

	.col-1-desktop {
		width: 8.33333%;
	}

	.col-2-desktop, header > div.nav-header > a {
		width: 16.66667%;
	}

	.col-3-desktop {
		width: 25%;
	}

	.col-4-desktop, .container > section.sidebar {
		width: 33.33333%;
	}

	.col-5-desktop {
		width: 41.66667%;
	}

	.col-6-desktop {
		width: 50%;
	}

	.col-7-desktop {
		width: 58.33333%;
	}

	.col-8-desktop, .container > section.main {
		width: 66.66667%;
	}

	.col-9-desktop {
		width: 75%;
	}

	.col-10-desktop, header > div.nav-header > nav {
		width: 83.33333%;
	}

	.col-11-desktop {
		width: 91.66667%;
	}

	.col-12-desktop {
		width: 100%;
	}

	.push-1-desktop {
		left: 8.33333%;
	}

	.push-2-desktop {
		left: 16.66667%;
	}

	.push-3-desktop {
		left: 25%;
	}

	.push-4-desktop {
		left: 33.33333%;
	}

	.push-5-desktop {
		left: 41.66667%;
	}

	.push-6-desktop {
		left: 50%;
	}

	.push-7-desktop {
		left: 58.33333%;
	}

	.push-8-desktop {
		left: 66.66667%;
	}

	.push-9-desktop {
		left: 75%;
	}

	.push-10-desktop {
		left: 83.33333%;
	}

	.push-11-desktop {
		left: 91.66667%;
	}

	.pull-1-desktop {
		left: -8.33333%;
	}

	.pull-2-desktop {
		left: -16.66667%;
	}

	.pull-3-desktop {
		left: -25%;
	}

	.pull-4-desktop {
		left: -33.33333%;
	}

	.pull-5-desktop {
		left: -41.66667%;
	}

	.pull-6-desktop {
		left: -50%;
	}

	.pull-7-desktop {
		left: -58.33333%;
	}

	.pull-8-desktop {
		left: -66.66667%;
	}

	.pull-9-desktop {
		left: -75%;
	}

	.pull-10-desktop {
		left: -83.33333%;
	}

	.pull-11-desktop {
		left: -91.66667%;
	}
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.no-float {
	float: none;
}

.no-background {
	background: transparent;
}

.no-border {
	border: 0;
}

.no-select {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: default;
}

.font-100 {
	font-weight: 100;
}

.font-200 {
	font-weight: 200;
}

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

.font-400 {
	font-weight: 400;
}

.font-500 {
	font-weight: 500;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.font-800 {
	font-weight: 800;
}

.font-900 {
	font-weight: 900;
}

.font-normal {
	font-style: normal;
}

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

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.capitalize {
	text-transform: capitalize;
}

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

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

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

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

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.static {
	position: static;
}

.fixed {
	position: fixed;
}

.none {
	display: none;
}

.block {
	display: block;
}

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

.inline {
	display: inline;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.flex-column {
	flex-direction: column;
}

.flex-space-around {
	justify-content: space-around;
}

.flex-space-between {
	justify-content: space-between;
}

.flex-start {
	justify-content: flex-start;
}

.flex-center {
	justify-content: center;
}

.flex-end {
	justify-content: flex-end;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-nowrap {
	flex-wrap: nowrap;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center-element {
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.sr {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-unstyled li {
	margin: 0;
	padding: 0;
}

.list-inline {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-inline li {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.img-responsive {
	max-width: 100%;
}

.img-left {
	float: left;
	margin-right: 20px;
}

.img-right {
	float: right;
	margin-left: 20px;
}

.field-group {
	padding-top: .5em;
	padding-bottom: .5em;
	overflow: hidden;
}
.field-group label {
	padding-top: 8px;
}

.field {
	width: 100%;
}

.disabled {
	pointer-events: none;
	opacity: .5;
}

.checkbox,
.radio {
	display: inline-block;
	position: relative;
	margin-top: .5em;
	margin-bottom: .5em;
}
.checkbox label,
.radio label {
	padding-left: 20px;
	padding-top: 0;
	display: inline-block;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.radio input[type="radio"] {
	position: absolute;
	top: 4px;
	left: 0;
}

.animate {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.animate-infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@media only screen and (min-width: 740px) {
	.no-float-tablet {
		float: none;
	}

	.no-padding-tablet {
		padding: 0;
	}

	.no-margin-tablet {
		margin: 0;
	}

	.none-tablet {
		display: none;
	}

	.block-tablet {
		display: block;
	}

	.inline-block-tablet {
		display: inline-block;
	}

	.inline-tablet {
		display: inline;
	}

	.left-tablet {
		float: left;
	}

	.right-tablet {
		float: right;
	}

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

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

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

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

	.no-col-tablet {
		width: auto;
		float: none;
	}

	.no-push-tablet, .no-pull-tablet {
		left: 0;
	}
}
@media only screen and (min-width: 1000px) {
	.no-float-desktop {
		float: none;
	}

	.no-padding-desktop {
		padding: 0;
	}

	.no-margin-desktop {
		margin: 0;
	}

	.none-desktop {
		display: none;
	}

	.block-desktop {
		display: block;
	}

	.inline-block-desktop {
		display: inline-block;
	}

	.inline-desktop {
		display: inline;
	}

	.left-desktop {
		float: left;
	}

	.right-desktop {
		float: right;
	}

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

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

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

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

	.no-col-desktop {
		width: auto;
		float: none;
	}

	.no-push-desktop, .no-pull-desktop {
		left: 0;
	}
}
@media print {
	.no-float-print {
		float: none;
	}

	.no-padding-print {
		padding: 0;
	}


	.no-margin-print {
		margin: 0;
	}

	.none-print {
		display: none;
	}

	.block-print {
		display: block;
	}

	.inline-block-print {
		display: inline-block;
	}

	.inline-print {
		display: inline;
	}

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

.sidebar {
display: none;
}

.article {
display: none;
}

.content {
display: none;
}

.adclick {
display:none;
}

.col-12{
display: none;
}

.social {
display: none;
}

.col-3-tablet {
display:none;
}

.nav-search {
display: none;
}

.billboard {
display:none
}
	.text-right-print {
		text-align: right;
	}

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

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

	.no-col-print {
		width: auto;
		float: none;
	}

	.no-push-print, .no-pull-print {
		left: 0;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.fade-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-down {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-down-big {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
		transform: translate3d(-30px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-left {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-left-big {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(30px, 0, 0);
		transform: translate3d(30px, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-right {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-right-big {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
		transform: translate3d(0, 30px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-up {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-up-big {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
}

header {
	width: 100%;
	background: #71447D;
	height: 60px;
}
header > div.nav-header {
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
	height: 60px;
}
header > div.nav-header > a {
	display: inline-block;
	height: 60px;
	padding: 0;
}
header > div.nav-header > a > img {
	height: 100%;
}
header > div.nav-header > nav {
	padding-right: 0;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	height: 60px;
}
header > div.nav-header > nav > .nav-container {
	margin-left: 40px;
	max-height: 60px;
}
header > div.nav-header > nav > .nav-container > a {
	display: inline-block;
	border-bottom: 7px solid #000;
	padding: 0px 10px;
	width: 100px;
	height: 60px;
	line-height: 60px;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	overflow: hidden;
}
header > div.nav-header > nav > .nav-container > a.stories {
	border-color: #88a825;
}
header > div.nav-header > nav > .nav-container > a.stories:hover,
header > div.nav-header > nav > .nav-container > a.stories:focus {
	background-color: #88a825;
}
header > div.nav-header > nav > .nav-container > a.travel {
	border-color: #cf4a30;
}
header > div.nav-header > nav > .nav-container > a.travel:hover,
header > div.nav-header > nav > .nav-container > a.travel:focus {
	background-color: #cf4a30;
}
header > div.nav-header > nav > .nav-container > a.gear {
	border-color: #ed8c2b;
}
header > div.nav-header > nav > .nav-container > a.gear:hover,
header > div.nav-header > nav > .nav-container > a.gear:focus {
	background-color: #ed8c2b;
}
header > div.nav-header > nav > .nav-container > a.share {
	border-color: #911146;
}
header > div.nav-header > nav > .nav-container > a.share:hover,
header > div.nav-header > nav > .nav-container > a.share:focus {
	background-color: #911146;
}

@media only screen and (min-width: 740px) {
	header > div.nav-header > nav > .nav-container i.fa-search {
		color: #fff;
		font-size: 1.3rem;
		line-height: 60px;
		display: inline-block;
		vertical-align: top;
		margin: 0 0.6em 0 2em;
	}
	header > div.nav-header > nav > .nav-container i.fa-search:hover,
	header > div.nav-header > nav > .nav-container i.fa-search:focus {
		cursor: pointer;
	}
}
@media only screen and (min-width: 1000px) {
	header > div.nav-header > nav > .nav-container i.fa-search {
		display: none;
	}
	header > div.nav-header > nav > .nav-container form#search {
		float: right;
	}
}
header > div.nav-header > nav > .nav-container form#search {
	vertical-align: top;
	display: inline-block;
	line-height: 60px;
}
header > div.nav-header > nav > .nav-container form#search input[type="search"] {
	padding: 0.5rem;
	width: 220px;
}

#menu {
	display: none;
}

.slicknav_menu {
	padding: 0 0 0 0px;
}

.mobile-logo {
	padding-left: 10px;
	float: left;
}

.slicknav_btn {
	margin: 15px 5px 6px;
}

header {
	display: none;
}

ul.slicknav_nav li {
	margin-bottom: 0;
	font-size: 1.2rem;
}

li a.stories {
	background-color: #88a825;
}

li a.travel {
	background-color: #cf4a30;
}

li a.gear {
	background-color: #ed8c2b;
}

li a.share {
	background-color: #911146;
}

.slicknav_nav li input[type="search"] {
	width: 100%;
	border: none;
	border-bottom: 1px solid #ccc;
	padding: 6px 10px;
	margin: 0px 0px;
	text-decoration: none;
	color: #999;
}

@media only screen and (min-width: 740px) {
	.slicknav_menu {
		display: none;
	}

	header {
		display: block;
	}
}
section.sidebar {
	/* -- Column / Landing Page Intro -- */
	/* -- Sidebar Navigations -- */
	/* -- Share Section -- */
	/* -- Subscribe Sections -- */
	/* -- Events Section -- */
	/* -- Contests Section -- */
}
section.sidebar p {
	margin: 0;
}
section.sidebar > a.share {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #ed8c2b;
}
section.sidebar > a.share:hover,
section.sidebar > a.share:focus {
	background: #ef9943;
}
section.sidebar div.gallery-photo a img {
	margin-bottom: 0;
}
section.sidebar div.gallery-photo div.photographer {
	text-align: center;
	font-size: 0.8rem;
}
section.sidebar div.intro > h1 {
	margin: 1rem 0 0;
}
section.sidebar div.intro > span {
	color: #999;
	font-size: 1rem;
	font-weight: bold;
}
section.sidebar div.intro > p {
	margin: 1rem 0;
}
section.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
section.sidebar ul > li {
	border-top: 2px solid #eee;
	padding: 3px 6px;
	margin: 0;
}
section.sidebar ul > li h3 {
	font-size: 1.15rem;
}
section.sidebar ul > li h3 > a {
	color: #343434;
}
section.sidebar ul > li a:hover,
section.sidebar ul > li a:focus {
	text-decoration: none;
}
section.sidebar ul li:hover,
section.sidebar ul li:focus {
	background-color: #eee;
}
section.sidebar ul > ul li {
	padding: 0 0	0 40px;
}
section.sidebar > div.share p {
	margin-bottom: 1rem;
}
section.sidebar > div.share img {
	width: 100%;
}
section.sidebar > div.share a.share {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #ed8c2b;
}
section.sidebar > div.share a.share:hover,
section.sidebar > div.share a.share:focus {
	background: #ef9943;
}
section.sidebar > div.subscribe {
	background: #eeeeee;
}
section.sidebar > div.subscribe > * {
	padding: 10px;
}
section.sidebar > div.subscribe > span:first-child {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #88a825;
	margin: 10px 0 0;
}
section.sidebar > div.subscribe > div {
	padding: 0.625em 0; /* 10/16 */
	text-align: center;
}
section.sidebar > div.subscribe > div > .ed {
	display: inline-block;
	margin: 0 0.3125em; /* 5/16 */
	padding: 0.125em; /* 2/16 */
	width: 40%;
	color: #fff;
	background: #88a825;
	text-align: center;
}
section.sidebar > div.subscribe > div > .ed:hover,
section.sidebar > div.subscribe > div > .ed:focus {
	background: #000;
}
section.sidebar > div.subscribe > p > a {
	font-size: 0.8rem;
	display: block;
	font-weight: bold;
}
section.sidebar > div.subscribe > form {
	padding: 0 10px 10px;
}
section.sidebar > div.subscribe > form > input.email {
	width: 100%;
	height: 30px;
	margin: 0 0 5px;
}
section.sidebar > div.subscribe > form > input.name {
	float: left;
	width: 66%;
	height: 30px;
	line-height: 30px;
}
section.sidebar > div.subscribe > form > button.submit {
	float: left;
	width: 34%;
	border: 0;
	height: 30px;
	color: #fff;
	background: #88a825;
}
section.sidebar > div.subscribe > form > button.submit:hover,
section.sidebar > div.subscribe > form > button.submit:focus {
	background: #000;
}
section.sidebar div.events {
	background: #eeeeee;
	margin: 0 0 10px;
}
section.sidebar div.events > a:first-child {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #cf4a30;
}
section.sidebar div.events > a:first-child:hover,
section.sidebar div.events > a:first-child:focus {
	background: #d96e59;
}
section.sidebar div.events > .event {
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
section.sidebar div.events > .event > * {
	display: block;
}
section.sidebar div.events > .event > .title {
	font-weight: bold;
	text-transform: uppercase;
}
section.sidebar div.events > .event > .date {
	padding: 7px 0;
}
section.sidebar div.events > a:last-child {
	display: block;
	padding: 10px;
	text-align: right;
}
section.sidebar div.contests {
	background: #eeeeee;
	margin: 0 0 10px;
}
section.sidebar div.contests > a:first-child {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #911146;
}
section.sidebar div.contests > a:first-child:hover,
section.sidebar div.contests > a:first-child:focus {
	background: #bf165c;
}
section.sidebar div.contests > .contest {
	padding: 10px;
}
section.sidebar div.contests > .contest > * {
	display: block;
}
section.sidebar div.contests > .contest > .title {
	margin-bottom: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
section.sidebar div.contests > a:last-child {
	display: block;
	padding: 10px;
	text-align: right;
}
section.sidebar div.quicklinks {
	background: #eeeeee;
	margin: 0 0 10px;
}
section.sidebar div.quicklinks > span:first-child {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	color: #fff;
	background: #71447d;
}
section.sidebar .sidekick {
	margin: 1rem 0;
}
section.sidebar .sidekick img {
	width: 100%;
}

/* -- Billboard -- */
div.billboard {
	padding: 10px;
	text-align: center;
}
div.billboard img {
	max-width: 100%;
}

/* --- Sidekick --- */
div.sidekick img {
	margin: 10px auto;
	max-width: 300px;
	width: 100%;
	display: block;
}

/* --- Quicklink --- */
div.quicklink-block {
	border-bottom: 1px solid #ddd;
	padding: 10px;
}
div.quicklink-block > * {
	display: block;
}
div.quicklink-block p {
	margin: 0;
}
div.quicklink-block > a.quicklink-title {
	font-weight: bold;
}
div.quicklink-block > span.quicklink-promotedby {
	padding-top: 10px;
}

/* --- Big Box --- */
div.bigbox img {
	margin: 20px auto;
	max-width: 300px;
	width: 100%;
	display: block;
}

/* --- Promoted Product --- */
div.key-product-block {
	background: #F8F9FA;
    	padding: 15px;
    	margin: 1rem 0 10px;
}
div.key-product-block > a {
	float: left;
}
div.key-product-block > a > img {
	width: 150px;
	margin-right: 0px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 740px) {
	div.key-product-block > a > img {
		width: 150px;
		margin-bottom: 10px;
	}
	div.key-product-block {
		padding: 15px 15px 15px 0;
	}
	section.main > div.article + div.article {
		padding: 15px 15px 15px 0px;
	}
	section.main > div.article {
		padding: 15px 15px 15px 0px;
	}
}
@media only screen and (min-width: 1000px) {
	div.key-product-block > a > img {
		width: 180px;
		margin-right:15px;
	}
	section.main > div.article + div.article {
		padding: 15px 15px 15px 0px;
	}
	section.main > div.article {
		padding: 15px 15px 15px 0px;
	}
}
div.key-product-block > .key-product-text {
	vertical-align: top;
	padding:0;
	float: left;
	width: 100%;
}
@media only screen and (min-width: 740px) {
	div.key-product-block > .key-product-text {
		width: calc(100% - 20px);
	}
}
@media only screen and (min-width: 1000px) {
	div.key-product-block > .key-product-text {
		width: calc(100% - 210px);
	}
}
div.key-product-block > .key-product-text > .key-product-promoted {
	display: inline-block;
    	padding: 0;
    	vertical-align: top;
    	background: none;
    	font-weight: bold;
    	color: #6D757D;
    	font-size: 0.75rem;
    	text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
	div.key-product-block > .key-product-text > .key-product-promoted {
		font-size: 0.8rem;
	}
}
div.key-product-block > .key-product-text > .key-product-title {
	 font-size: 1.25rem;
    	line-height: 1.5rem;
    	font-weight: bold;
    	color: #23478F;
    	display: block;
    	margin: 10px auto;
}
div.key-product-block > .key-product-text > .key-product-offsiteicon {
	height: 15px;
	width: 15px;
	margin-left: 10px;
}
div.key-product-block > .key-product-text > p {
	display: none;
}
@media only screen and (min-width: 740px) {
	div.key-product-block > .key-product-text > p {
		display: block;
		margin: 10px 0;
	}
}
div.key-product-block > .key-product-text > .key-product-promotedby {
	font-size: 0.9rem;
	color: #777;
}
div.key-product-block > .key-product-text > .key-product-promotedby > a {
	font-weight: bold;
}
section.main > * + div.article {
	margin-top: 2rem
	padding:15px;
}
section.main > div.article + div.article {
	margin-top: 1rem;
	padding: 15px 15px 15px 15px;
}
section.main > div.article {
	clear: both;
}
section.main > div.article img.article-img {
	float: left;
	width: 150px;
	margin-right: 0;
	margin-bottom: 10px;
}
@media only screen and (min-width: 740px) {
	section.main > div.article img.article-img {
		width: 150px;
		margin-bottom: 10px;
	}
}
@media only screen and (min-width: 1000px) {
	section.main > div.article img.article-img {
		width: 180px;
		margin-right:15px;
	}
	section.main > div.article + div.article {
		margin-top: 1rem;
		padding: 15px 15px 15px 0px;
	}
}
section.main > div.article > .content {
	vertical-align: top;
	float: left;
	width: 100%;
}
@media only screen and (min-width: 740px) {
	section.main > div.article > .content {
		width: calc(100% - 20px);
	}
}
@media only screen and (min-width: 1000px) {
	section.main > div.article > .content {
		width: calc(100% - 210px);
	}
}
section.main > div.article > .content > .cat > a {
	font-weight: bold;
	color: #444;
	font-size: 0.75rem;
	text-transform: uppercase;
}
@media only screen and (min-width: 740px) {
	section.main > div.article > .content > .cat > a {
		font-size: 0.8rem;
	}
}
section.main > div.article > .content h2.title {
	margin: 0;
}
section.main > div.article > .content > .title a {
	font-size: 1.25rem;
   	line-height: 1.5rem;
    	font-weight: bold;
    	color: #23478F;
    	display: block;
    	margin: 0 auto 10px;

}
section.main > div.article > .content .title a:hover,
section.main > div.article > .content .title a:focus {
	color: #71447D;
}
section.main > div.article > .content > .summary {
	display: none;
}
@media only screen and (min-width: 740px) {
	section.main > div.article > .content > .summary {
		display: block;
		margin: 0.3125rem 0 0;
	}
}
section.main > div.article > .content > .summary p {
	margin: 0 0 10px;
	
}
section.main > div.article > .content > .pubinfo {
	font-size: 0.8rem;
}
section.main > div.article > .content > .pubinfo > a {
	font-weight: bold;
}

.pubinfo + p {
	margin-top: 1.5em;
}
div.article.promoted {
	background: #F8F9FA;
    	padding: 15px 15px 15px 0px;
}
div.article.promoted .summary + a {
	font-weight: bold;
    	text-transform: none;
    	color: #23478F;
}
section.main > div.article.promoted > .content {
	padding: 5px 0 0;
}
section.main > div.article.promoted > .content > .cat {
	 padding: 0px;
    	background: none;
   	 display: inline-block;
    	margin-bottom: 0.5rem;
    	color: #6D757D;
}
section.main > div.article.promoted > .content > .cat > a {
	color: 6D757D;
    	font-weight: bold;
    	font-size: 14px;
}

section.gear .article .content h2.title a {
	color: #ed8c2b;
}

section.travel .article .content h2.title a {
	color: #cf4a30;
}

section.stories .article .content h2.title a {
	color: #88a825;
}

section.gallery .gallery-photo .caption .location h2 {
	color: #911146;
}

.billboard {
	margin-bottom: 1rem;
	margin-top: 1rem;
}

a:hover,
a:focus {
	text-decoration: none;
}

.slick-prev:before, .slick-next:before {
	color: #cf4a30;
}

section.main > article > h1 {
	font-size: 2.2rem;
	margin-top: 0;
	margin-bottom: 1rem;
	line-height: 115%;
}
section.main > article > h2 {
	font-size: 1.25rem;
	margin: 1rem 0;
}
section.main > article > h3 {
	font-size: 1.15rem;
}
section.main > article > figure {
	margin: 1.5rem 0 0.5rem 0;
}
section.main > article > figure.portrait {
	float: right;
		margin-left: 1rem;
		width: 33%;
}
section.main > article > figure img {
	width: 100%;
}
section.main > article > figure > figcaption {
	padding: 10px;
	font-size: 0.85rem;
}
section.main > article .social-share {
	display: block;
	margin: 1rem 0;
}
section.main > article .story-sidebar {
	font-family: Georgia;
	background: #ed8c2b;
	padding: 3rem;
	margin-bottom: 2rem;
}
section.main > article .story-sidebar h2 {
	font-family: Georgia;
	font-style: italic;
	margin-top: 0;
	margin-bottom: 1rem;
}

ul.issues {
	padding: 40px 0 0 0;
}
ul.issues li {
	list-style-type: none;
	overflow: hidden;
	margin-bottom: 2rem;
}
ul.issues li img {
	float: left;
	margin-right: 20px;
}
ul.issues li h2 {
	margin-top: 0;
}

.currentprize {
	background-color: #ccc;
	padding: 1rem;
}

.gallery-photo img {
	width: 100%;
	margin-bottom: -0.5rem;
}

.caption {
	margin-bottom: 3rem;
}
.caption span {
	font-weight: bold;
}
.caption .location h2 {
	color: #88a825;
	margin: 0;
}
.caption .photographer {
	margin-bottom: 1rem;
}
.caption .desc {
	font-style: italic;
	color: #929596;
}

#share_form h3 {
	color: #ed8c2b;
}
#share_form div {
	margin-bottom: 1rem;
}
#share_form .captcha {
	margin-bottom: 0;
}
#share_form label, #share_form label.captcha {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
#share_form input {
	display: inline-block;
	width: 100%;
}
#share_form textarea {
	width: 100%;
}

footer {
	margin-top: 2em;
	padding: 2rem;
	background-color: #71447D;
	color: #fff;
}
footer .container > div {
	padding: 0;
}
footer ul {
	list-style: none;
	margin: 0 0 10px;
	padding-left: 0;
	display: block;
}
footer ul li {
	margin: 0;
}
footer .logo img {
	margin-bottom: 1rem;
	display: block;
	padding-left: 0;
}
footer h3, footer h3 a {
	color: #fff;
	margin: 0;
	font-size: 1rem;
	font-weight: bold;
}
footer a {
	color: #fff;
	font-size: 0.9rem;
}
footer a:hover,
footer a:focus {
	color: #fff;
}
footer .social ul {
	clear: both;
	margin: 1rem 0 0 0;
}
footer .social ul li {
	display: inline;
	padding-right: 5px;
}

.readers-choice-logo {
	width: 200px;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
.readers-choice-logo img {
	width: 100%;
}
.award-group {
	clear: left;
}
.award-group .header {
	padding: .25em .5em;
	margin-bottom: 0.25rem;
	margin-top: 2rem;
	border: none;
	display: block;
	font-size: 18px;
	font-weight: bold;
}
.award-group .winner {
	margin-bottom: 0.25rem;
}
.award-group div {
	padding: 0.5rem;
}
.award-group div:nth-child(2) {
	background: rgba(222, 222, 222, 0.75);
}
.award-group div:nth-child(3) {
	background: rgba(240, 210, 137, 0.75);
}
.award-group div:nth-child(4) {
	background: rgba(221, 221, 221, 0.75);
}
.award-group div:nth-child(5) {
	background: rgba(217, 161, 118, 0.75);
}
.award-group div > span:nth-child(1) {
	width: 80px;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
	padding-left: 10px;
}
.award-group div > span:nth-child(1):after {
	content: ":";
}

.promoted-nav-header {
	padding-top: 1rem;
	text-align: center;
}
.promoted-nav-header a {
	margin-top: 1rem;
	color: #ffffff;
}

section.promoted-business {
	margin-bottom: 3rem;
}
section.promoted-business .google-map {
	margin-top: 2rem;
}
section.promoted-business .website {
	color: aqua;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
section.promoted-business h1, section.promoted-business h2, section.promoted-business h3 {
	text-align: center;
}
section.promoted-business h1 {
	margin-bottom: 1rem;
}
section.promoted-business h2 {
	margin-top: 0;
}
section.promoted-business figure {
	padding: 0.5rem;
	background-color: #eee;
	margin: 2rem 0;
}
section.promoted-business figure img {
	width: 100%;
}
section.promoted-business figure figcaption {
	text-align: center;
	padding: 10px;
	font-size: 0.85rem;
}
section.promoted-business .company-info {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
section.promoted-business .company-info img {
	margin: 1rem 0;
}

.promoted-nav-header {
	padding-top: 1rem;
	text-align: center;
}
.promoted-nav-header a {
	margin-top: 1rem;
	color: #ffffff;
}

section.promoted-business {
	margin-bottom: 3rem;
}
section.promoted-business .google-map {
	margin-top: 2rem;
}
section.promoted-business .website {
	color: aqua;
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
section.promoted-business h1, section.promoted-business h2, section.promoted-business h3 {
	text-align: center;
}
section.promoted-business h1 {
	margin-bottom: 1rem;
}
section.promoted-business h2 {
	margin-top: 0;
}
section.promoted-business figure {
	padding: 0.5rem;
	background-color: #eee;
	margin: 2rem 0;
}
section.promoted-business figure img {
	width: 100%;
}
section.promoted-business figure figcaption {
	text-align: center;
	padding: 10px;
	font-size: 0.85rem;
}
section.promoted-business .company-info {
	margin-top: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
section.promoted-business .company-info img {
	margin: 1rem 0;
}

/* Subscribe enewsletter form */
#rv-enews input, #rv-enews select, #rv-enews button {
	display: block;
	clear: both;
	margin-bottom: 1rem;
}
#rv-enews button {
	background-color: #88a825;
	border: 0;
	color: #fff;
	padding: 0.5rem 1rem;
}

/* Subscribe print edition form */
#rv-print-subscribe input, #rv-print-subscribe select, #rv-print-subscribe button {
	display: block;
	clear: both;
	margin-bottom: 1rem;
}

#jform h3 {
	margin-bottom: 1rem;
}
#jform div {
	display: block;
	clear: both;
	margin-bottom: 1rem;
}
#jform div span {
	font-size: 0.9rem;
}
#jform div label {
	display: inline-block;
	width: 260px;
}
#jform input[type="submit"] {
	background-color: #88a825;
	border: 0;
	color: #fff;
	padding: 0.5rem 1rem;
}
#jform .screenreader {
	display: none;
}
#jform .bot {
	display: none;
}

.writer-image-container {
	width: 220px;
	float: left;
}

h2.author {
	margin-bottom: 2rem;
}

.paginate a {
	background: #f5f5f5;
	display: block;
	font-weight: bold;
	margin: 1em 0;
	padding: 15px;
	text-align: center;
	text-transform: uppercase;
}

.map {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.page-title {
	font-weight: bold;
	font-size: 38px;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.3em;
}

.page-title2 {
	font-weight: 500;
	margin-top: 0;
	line-height: 1.3em;
	font-size: 22px;
	margin-bottom: 18px;
	padding-top: 0;
}

.page-title3 {
	border-bottom: 2px solid #eee;
	margin-bottom: 2em;
	font-size: 16px;
}

.link-title {
	font-family: 'Roboto Slab', 'Helvetica Neue', Helvetica, Arial, Sans-serif;
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 1.4em;
	font-weight: bold;
	display: block;
}

.link-categories {
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 1.4em;
	color: #dd2525;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
}

.landing-map {
	float: right; 
}

.eventdetails {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin-top: 2em;
	font-size: 1.3em;
}

.event-calendar-icon {
	float: left;
	margin-top: 0;
	width: 100px;
	height: 100px;
	background: black;
	border-radius: 5px;
	margin-right: 0.6em;
	padding: 1px;
}

.month {
	border-radius: 3px 3px 0 0;
	color: white;
	background: #CA010F;
	line-height: 2em;
	text-transform: uppercase;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.day {
	border-radius: 0 0 3px 3px;
	background: #fff;
	line-height: 1.8;
	font-size: 2.3em;
	text-align: center;
}

@media only screen and (min-width: 740px) {
	.event-calendar-icon {
		float: left;
		margin-top: 0;
		width: 150px;
		height: 150px;
		background: black;
		border-radius: 5px;
		margin-right: 0.6em;
		padding: 1px;
	}

	.month {
		border-radius: 3px 3px 0 0;
		color: white;
		background: #CA010F;
		line-height: 2em;
		text-transform: uppercase;
		text-align: center;
		font-size: 1.5em;
		font-weight: bold;
	}

	.day {
		border-radius: 0 0 3px 3px;
		background: #fff;
		line-height: 1.5;
		font-size: 3.5em;
		text-align: center;
	}
}

@media only screen and (min-width: 1000px) {
	.event-calendar-icon {
		float: left;
		margin-top: 0;
		width: 180px;
		height: 180px;
		background: black;
		border-radius: 5px;
		margin-right: 0.6em;
		padding: 1px;
	}

	.month {
		border-radius: 3px 3px 0 0;
		color: white;
		background: #CA010F;
		line-height: 2em;
		text-transform: uppercase;
		text-align: center;
		font-size: 2em;
		font-weight: bold;
	}

	.day {
		border-radius: 0 0 3px 3px;
		background: #fff;
		line-height: 1.57;
		font-size: 4.5em;
		text-align: center;
	}
}

.breadcrumb2 {
	background-color: #ca010f;
	display: inline-block;
	color: #fff;
	padding: 2px 10px;
	font-size: 14px;
	margin-right: 3px;
	margin-top: 6px;
	margin-bottom: 1em;
}

.breadcrumb2:hover,
.breadcrumb2:focus {
	color: #fff;
	background: #000;
}
.bingo {
	padding-top: 10px;
}

.graycaption {
	margin-bottom: 1em;
	color: #555;
	font-size: 16px;
	line-height: 1.6em;
	border: 2px solid #ddd;
	border-top: none;
	font-weight: 500;
	padding: 15px 15px;
	background: #f2f2f2;
}

.information {
	display: inline-block;
	background-color: #ddd;
	padding: 2px 10px 2px 0;
	font-size: 14px;
	margin-right: 5px;
	margin-bottom: 8px;
}

.graybox {
	background-color: #bbb;
	padding: 6px 11px;
	margin-right: 10px;
}

#figcaptions {
	margin-bottom: 0;
	color: #555;
	font-size: 16px;
	line-height: 1.6em;
	border: 2px solid #ddd;
	border-top: none;
	font-weight: 500;
	padding: 15px 15px;
	background: #f2f2f2;
	margin-top: -0.5em;
}

.openweather {
	background-color: #ddd;
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
	width: 19.1em;
	float: left;
	margin-left: 0.65em;
}

.openweather span.title {
	font-size: 18px;
	display: block;
	margin-bottom: 22px;
	text-align: center; 
}

.openweather span.temp {
	display: inline-block;
	vertical-align: top;
	font-size: 32px;
	font-weight: 300;
	text-align: right;
	margin-right: 30px;
	margin-left: 70px;
}

.openweather span.temp span.far {
	font-size: 16px;
	font-weight: 600;
}

.openweather img.icon {
	display: inline-block;
	vertical-align: top;
	width: 50px;
}