.blog-empty {
	padding: 40px 0;
	text-align: center;
	color: #808080;
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
}

@media (max-width: 767px) {
	.main > .container {
		width: auto;
		max-width: 420px;
		margin: 0 auto;
		padding: 20px;
	}
}

article.post {
	background: #fff;
	margin-top: 60px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}

article.post:first-child {
	margin-top: 0;
}

article.post ::selection {
	background-color: #3272b0;
}

.entry-thumbnail,
.entry-media {
	position: relative;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.entry-thumbnail a {
	display: block;
}

.entry-thumbnail img {
	width: 100%;
	height: auto;
	display: block;
}

.entry-wrap {
	padding: 40px;
}

@media (max-width: 767px) {
	.entry-wrap {
		padding: 20px;
	}
}

.entry-wrap > header {
	border: 0;
	margin: 0;
	padding: 0;
}

.entry-title {
	margin: 0;
	padding: 0 0 14px;
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 400;
	font-style: normal;
	color: #404040;
}

.entry-title a {
	color: #404040;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #808080;
	text-decoration: none;
}

.entry-meta {
	font-family: "Roboto Condensed", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-transform: none;
	color: #bfbfbf;
	padding-bottom: 20px;
}

.entry-meta .icon {
	padding-right: 5px;
}

.entry-meta .entry-meta-text {
	padding-right: 15px;
}

.entry-meta a {
	color: #bfbfbf;
	text-decoration: none;
}

.entry-meta a:hover,
.entry-meta a:focus,
.entry-meta a:active {
	color: #3272b0;
	text-decoration: none;
}

.entry-meta time {
	padding-right: 15px;
}

.entry-summary,
.entry-content {
	color: #737373;
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
}

.entry-summary p,
.entry-content p,
.post .entry-content p,
.post .entry-summary p {
	padding: 0 0 20px;
	margin: 0;
}

.entry-summary h1, .entry-content h1,
.entry-summary h2, .entry-content h2,
.entry-summary h3, .entry-content h3,
.entry-summary h4, .entry-content h4,
.entry-summary h5, .entry-content h5,
.entry-summary h6, .entry-content h6,
.post .entry-content h1,
.post .entry-content h2,
.post .entry-content h3,
.post .entry-content h4,
.post .entry-content h5,
.post .entry-content h6 {
	/* Production headings: condensed face, light weight, brand blue (global _type.scss
	   `h1..h5 { font-family: $font-condensed; font-weight: 300; color: $brand-primary }`). */
	margin: 10px 0 10px;
	line-height: 1.3;
	color: #00a5db;
	font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, sans-serif;
	font-weight: 300;
}

.entry-summary h1, .entry-content h1 { font-size: 28px; }
.entry-summary h2, .entry-content h2 { font-size: 24px; }
.entry-summary h3, .entry-content h3 { font-size: 20px; }
.entry-summary h4, .entry-content h4 { font-size: 18px; }
.entry-summary h5, .entry-content h5 { font-size: 16px; }
.entry-summary h6, .entry-content h6 { font-size: 14px; }

.entry-summary ul, .entry-content ul,
.entry-summary ol, .entry-content ol,
.post .entry-content ul,
.post .entry-content ol {
	margin: 0 0 20px 0;
	padding-left: 24px;
}

.entry-summary li, .entry-content li,
.post .entry-content li {
	margin: 4px 0;
}

.entry-summary strong, .entry-content strong { font-weight: 700; }
.entry-summary em, .entry-content em { font-style: italic; }

.entry-summary a, .entry-content a {
	color: #3272b0;
	text-decoration: underline;
}

.entry-summary a:hover, .entry-content a:hover { color: #245488; }

.entry-summary blockquote, .entry-content blockquote {
	margin: 0 0 20px;
	padding: 10px 18px;
	border-left: 4px solid #ddd;
	color: #737373;
	font-style: italic;
}

.entry-summary img, .entry-content img {
	max-width: 100%;
	height: auto;
	display: block;
}

.entry-summary figure, .entry-content figure {
	margin: 0 0 20px;
}

.entry-summary figcaption, .entry-content figcaption {
	font-size: 13px;
	color: #999;
	text-align: center;
	margin-top: 6px;
}

.has-black-color { color: #000000 !important; }
.has-cyan-bluish-gray-color { color: #abb8c3 !important; }
.has-white-color { color: #ffffff !important; }
.has-pale-pink-color { color: #f78da7 !important; }
.has-vivid-red-color { color: #cf2e2e !important; }
.has-luminous-vivid-orange-color { color: #ff6900 !important; }
.has-luminous-vivid-amber-color { color: #fcb900 !important; }
.has-light-green-cyan-color { color: #7bdcb5 !important; }
.has-vivid-green-cyan-color { color: #00d084 !important; }
.has-pale-cyan-blue-color { color: #8ed1fc !important; }
.has-vivid-cyan-blue-color { color: #0693e3 !important; }
.has-vivid-purple-color { color: #9b51e0 !important; }
.has-black-background-color { background-color: #000000 !important; }
.has-cyan-bluish-gray-background-color { background-color: #abb8c3 !important; }
.has-white-background-color { background-color: #ffffff !important; }
.has-pale-pink-background-color { background-color: #f78da7 !important; }
.has-vivid-red-background-color { background-color: #cf2e2e !important; }
.has-luminous-vivid-orange-background-color { background-color: #ff6900 !important; }
.has-luminous-vivid-amber-background-color { background-color: #fcb900 !important; }
.has-light-green-cyan-background-color { background-color: #7bdcb5 !important; }
.has-vivid-green-cyan-background-color { background-color: #00d084 !important; }
.has-pale-cyan-blue-background-color { background-color: #8ed1fc !important; }
.has-vivid-cyan-blue-background-color { background-color: #0693e3 !important; }
.has-vivid-purple-background-color { background-color: #9b51e0 !important; }

.has-small-font-size { font-size: 13px !important; }
.has-medium-font-size { font-size: 20px !important; }
.has-large-font-size { font-size: 36px !important; }
.has-x-large-font-size { font-size: 42px !important; }
.has-huge-font-size { font-size: 42px !important; }

.has-text-align-left { text-align: left; }
.has-text-align-center { text-align: center; }
.has-text-align-right { text-align: right; }

.entry-summary .wp-block-image,
.entry-content .wp-block-image {
	margin: 0 0 20px;
}

.entry-summary .wp-block-image img,
.entry-content .wp-block-image img {
	max-width: 100%;
	height: auto;
}

.entry-summary .wp-block-quote,
.entry-content .wp-block-quote {
	margin: 0 0 20px;
	padding: 10px 18px;
	border-left: 4px solid #ddd;
}

.entry-summary .wp-block-buttons,
.entry-content .wp-block-buttons {
	margin: 0 0 20px;
}

.entry-summary .wp-block-button__link,
.entry-content .wp-block-button__link {
	display: inline-block;
	padding: 8px 18px;
	background: #3272b0;
	color: #fff;
	border-radius: 3px;
	text-decoration: none;
}

.entry-summary .alignleft, .entry-content .alignleft  { float: left;  margin: 0 16px 10px 0; }
.entry-summary .alignright, .entry-content .alignright { float: right; margin: 0 0 10px 16px; }
.entry-summary .aligncenter, .entry-content .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.entry-summary .alignwide, .entry-content .alignwide   { max-width: 100%; }
.entry-summary .alignfull, .entry-content .alignfull   { max-width: 100%; }

.entry-bottom-left {
	float: left;
}

.entry-button {
	position: relative;
	display: inline-block;
	font-family: "Roboto Condensed", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.entry-button span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 5px;
	box-sizing: border-box;
	border: 2px solid #3272b0;
	color: #3272b0;
	transition: all 200ms ease-out;
}

.entry-button::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 0;
	height: 100%;
	border-radius: 5px;
	background-color: #3272b0;
	transition: all 200ms ease-out;
}

.entry-button:hover::before,
.entry-button:focus::before,
.entry-button:active::before {
	width: 100%;
}

.entry-button:hover span,
.entry-button:focus span,
.entry-button:active span {
	color: #fff;
}

.entry-bottom-right {
	float: right;
	letter-spacing: -4px;
}

.like-button,
.share-button {
	font-family: "Roboto Condensed", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	box-sizing: border-box;
	display: inline-block;
	padding: 6px 20px;
	cursor: pointer;
	transition: all 200ms ease-out;
}

.like-button {
	border: 2px solid #e6e6e6;
	border-radius: 5px 0 0 5px;
	color: #737373;
}

.like-button.liked-button {
	color: #3272b0;
	cursor: default;
}

.like-number {
	float: left;
	display: inline-block;
	padding-right: 10px;
	letter-spacing: 0;
}

.like-button .fa-heart {
	color: inherit;
}

.share-button {
	position: relative;
	border: 2px solid #e6e6e6;
	border-left: 0;
	border-radius: 0 5px 5px 0;
	color: #737373;
}

.share-button-container {
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	bottom: 44px;
	width: 50px;
	margin-left: -25px;
	text-align: center;
	letter-spacing: 0;
	display: none;
	transition: all 200ms ease-out;
	z-index: 10;
}

.share-button:hover .share-button-container,
.share-button:focus-within .share-button-container {
	display: block;
}

.share-button-arrow {
	position: absolute;
	left: 15px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #3272b0;
}

.social-share-icon {
	display: inline-block;
	width: 100%;
	height: 50px;
	background-color: #3272b0;
	text-align: center;
	text-decoration: none;
	transition: all 200ms ease-out;
}

.social-share-icon .fa {
	color: rgba(255, 255, 255, .5);
	font-size: 24px;
	line-height: 50px;
	transition: all 200ms ease-out;
}

.social-share-icon img {
	margin: 13px auto 0;
}

.social-share-icon:hover,
.social-share-icon:focus,
.social-share-icon:active {
	background-color: #737373;
	text-decoration: none;
}

.social-share-icon:hover .fa {
	color: #fff;
}


.paginate {
	clear: both;
	margin-top: 40px;
	letter-spacing: -2px;
	font-size: 0;
}

.paginate .page-numbers {
	font-family: "Roboto Condensed", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	padding: 8px 12px;
	min-width: 10px;
	margin-right: 10px;
	border-radius: 5px;
	letter-spacing: 0;
	color: #595959;
	background-color: #e5e5e5;
	text-decoration: none;
	transition: all 200ms ease-out;
}

.paginate a.page-numbers:hover,
.paginate a.page-numbers:focus,
.paginate a.page-numbers:active {
	color: #fff;
	background-color: #3272b0;
}

.paginate .page-numbers.current {
	color: #3272b0;
	background-color: #fff;
	cursor: default;
}

.paginate .page-numbers.dots {
	background: transparent;
	font-size: 14px;
	cursor: default;
}

.paginate .next.page-numbers .fa {
	font-size: 18px;
	line-height: 24px;
}

.sidebar .widget {
	border: 0;
	border-bottom: 2px solid #d9d9d9;
	background: transparent;
	border-radius: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0 0 20px;
}

.sidebar .widget:last-child {
	border-bottom: 0;
}

@media (min-width: 768px) {
	.sidebar .widget {
		margin-left: 7px;
		margin-bottom: 28px;
	}
}

@media (min-width: 992px) {
	.sidebar .widget {
		margin-left: 14px;
	}
}

.sidebar .widget h3 {
	margin: 0;
	padding-bottom: 20px;
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #595959;
}

.sidebar .widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sidebar .widget li {
	padding: 0 0 10px;
	line-height: 1.4;
	color: #808080;
}

.sidebar .widget a {
	color: #808080;
	text-decoration: none;
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
}

.sidebar .widget a:hover {
	color: #3272b0;
	text-decoration: none;
}

.sidebar .widget p {
	margin: 0;
}

.sidebar .nearby-shops ul {
	background: #fff;
	margin: 0;
}

.sidebar .widget .nearby-shops h1,
.sidebar .widget .nearby-shops h2,
.sidebar .widget .nearby-shops h3,
.sidebar .widget .nearby-shops h4 {
	padding: 0;
	font-size: 14px;
	text-align: left;
}

.sidebar .widget .nearby-shops .logo {
	position: relative;
	display: table-cell;
	vertical-align: top;
	width: 80px;
	border: 4px solid transparent;
}

.sidebar .widget .nearby-shops .logo a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}

.sidebar .widget .nearby-shops li {
	margin: 0;
	margin-top: 9px;
	padding: .5em 0;
	color: inherit;
}

.sidebar .widget .nearby-shops li:first-child {
	margin-top: 0;
}

.sidebar .widget .nearby-shops li h2 {
	font-size: 14px;
	line-height: 1.1;
	padding-bottom: 6px;
}

.sidebar .widget .nearby-shops a {
	color: #00A5DB;
}

.sidebar .widget .nearby-shops p {
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
	font-size: 14px;
	padding: 0 0 6px;
}

.sidebar .widget .nearby-shops .header {
	width: 100%;
	display: table;
	padding: 0;
}

.sidebar .widget .nearby-shops .header > h2.icon,
.sidebar .widget .nearby-shops .header > h3 {
	display: table-cell;
	width: 100%;
}

.sidebar .widget .nearby-shops .info h2,
.sidebar .widget .nearby-shops .info h2 a {
	font-weight: 500;
}

.sidebar .widget .nearby-shops p.view-more {
	background: #fff;
	margin: 0;
	padding: 7px 10px;
	font-size: 11px;
	line-height: 15.7143px;
	border: 1px solid #ebebeb;
	border-top: 0;
}

.sidebar .nearby-shops .header {
	padding: 0;
}

.sidebar .nearby-shops .header > h2.icon,
.sidebar .nearby-shops .header > h3 {
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
	font-size: 18px !important;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #595959;
	padding: 7.2px 0 20px;
	margin: 0;
}


.wp-block-latest-posts__post-title { display: inline; }


.sidebar .wp-block-latest-posts__list > li:before,
.sidebar .wp-block-categories > li:before {
	font-family: FontAwesome, sans-serif;
	content: "\f054";
	color: #9d9d9d;
	font-size: 12px;
	margin-right: 8px;
	vertical-align: baseline;
}


@font-face {
	font-family: 'FontAwesome';
	src: url('/consumer-resources/fonts/font-awesome/fontawesome-webfont.woff2') format('woff2'),
	     url('/consumer-resources/fonts/font-awesome/fontawesome-webfont.woff') format('woff'),
	     url('/consumer-resources/fonts/font-awesome/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-user:before { content: "\f007"; }
.fa-comments-o:before { content: "\f0e6"; }
.fa-calendar:before { content: "\f073"; }
.fa-list-alt:before { content: "\f022"; }
.fa-chevron-right:before { content: "\f054"; }
.fa-heart:before { content: "\f004"; }
.fa-share:before { content: "\f064"; }
.fa-facebook:before { content: "\f09a"; }
.fa-twitter:before { content: "\f099"; }
.fa-google-plus:before { content: "\f0d5"; }
.fa-pinterest:before { content: "\f0d2"; }
.fa-rss:before { content: "\f09e"; }
.fa-angle-up:before { content: "\f106"; }
.fa-angle-right:before { content: "\f105"; }


.related-posts {
	background: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
	padding: 30px 40px;
	margin-top: 60px;
}

.related-posts h3 {
	margin: 0 0 20px;
	font-family: "Roboto Condensed", "Arial Narrow", Tahoma, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #595959;
}

.related-posts ul { padding: 0; margin: 0; }
.related-posts li { padding: 0 0 10px; }

.related-posts a {
	color: #808080;
	text-decoration: none;
	font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
}
.related-posts a:hover { color: #3272b0; }


#back_top {
	position: fixed;
	right: 48px;
	bottom: 48px;
	width: 48px;
	height: 48px;
	text-align: center;
	background-color: #3272b0;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	opacity: .8;
	display: none;
	z-index: 100;
	transition: all 200ms ease-out;
}

#back_top:hover { opacity: 1; }
#back_top .fa { color: #fff; font-size: 30px; line-height: 48px; }

/* Production hides the back-to-top on mobile. */
@media (max-width: 767px) {
	#back_top { display: none !important; }
}

/* ============================================================
   Mobile tweaks
   ============================================================ */
@media (max-width: 767px) {
	.entry-title { font-size: 24px; line-height: 30px; }
	.entry-bottom-left,
	.entry-bottom-right {
		float: none;
		display: inline-block;
		margin-top: 10px;
	}
}

body.blog section.main.bg-gray-lighter {
	background: #f1f1f1;
}

@media (min-width: 1200px) {
	body.blog section.main > .container { width: 1180px; }
	body.blog #nav-top .container-fluid { width: 1180px; }
	body.blog .footer .container { width: 1180px !important; }
}
