/*# sourceMappingURL=style.css.map */

/*!
Theme Name: Inn8ly Builder
Theme URI: http://red8interactive.com
Author: Red8 Interactive
Author URI: http://red8interactive.com
Description: I'm a starter theme called <code>inn8ly-builder</code>. I'm based off of <em>underscores</em> by Automattic. What's the difference? I've got a little bourbon in me.
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: red8-boiler
Tags:
GitHub Theme URI: https://github.com/Red8Interactive/inn8ly-builder

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

red8-boiler is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
html {
	box-sizing: border-box;
}

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

.paraxify {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

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

body {
	margin: 0;
}

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

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

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

[hidden], template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b, strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button, select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td, th {
	padding: 0;
}

body, button, input, select, textarea {
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: .5em 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h2 {
	font-size: 30px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1;
}

h3 {
	font-size: 28px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h4 {
	font-size: 22px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h5 {
	font-size: 20px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

h6 {
	font-size: 18px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
}

p {
	font-size: 1em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em 0 0;
	border-left: 2px solid #b92120;
	padding-left: 1em;
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

blockquote, q {
	quotes: "" "";
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 0;
	padding-left: 1.5em;
}

ul ul, ul ol, ol ul, ol ol {
	padding-left: 1em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul, li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

.tech_filter_menu {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.tech_filter_menu li {
	display: inline-block;
	text-transform: uppercase;
	margin-right: 24px;
	font-size: 13px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	color: #999;
}

.tech_filter_menu li:last-child {
	margin-right: 0;
}

.tech_filter_menu li a {
	color: #999;
}

.tech_filter_menu li.current-cat, .tech_filter_menu li:hover, .tech_filter_menu li:focus {
	border-bottom: 1px solid #dd9d45;
}

img {
	height: auto;
	max-width: 100%;
}

ul {
	margin-left: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.r8_main_header {
	background-color: #fff;
}

.r8_sec_menu_wrapper {
	background-color: #000;
}

.site-header {
	position: relative;
	width: 100%;
}

.r8_header_fixed .site-header {
	position: fixed;
	z-index: 10;
}

.r8_header_absolute .site-header {
	position: absolute;
	z-index: 10;
}

.fixed-header-spacer {
	width: 100%;
	display: block;
	height: 32px;
}

@media screen and (max-width: 768px) {
	.fixed-header-spacer {
		height: 0px;
	}
}

.fixed-header-spacer.no-hero {
	height: 102px;
}

@media screen and (max-width: 768px) {
	.fixed-header-spacer.no-hero {
		height: 60px;
	}
}

@media screen and (max-width: 626px) {
	.fixed-header-spacer.no-hero {
		height: 50px;
	}
}

.top_header_search_form {
	display: none;
	padding: 20px;
	background-color: #fff;
	-moz-box-shadow: inset 0 0 10px -2px #000;
	-webkit-box-shadow: inset 0 0 10px -2px #000;
	box-shadow: inset 0 0 10px -2px #000;
}

.site-header {
	z-index: 10;
}

.site-header.header_shadow {
	-webkit-box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, .75);
	box-shadow: 0px 6px 11px -5px rgba(0, 0, 0, .75);
}

.site-header.absolute_logo_header .header_wrapper {
	position: relative;
}

.site-header .container {
	position: relative;
}

@media screen and (max-width: 768px) {
	.site-header .r8_sec_menu_wrapper {
		display: none;
	}
}

.site-header .r8_sec_menu_wrapper .container:after {
	clear: both;
	content: "";
	display: table;
}

.site-header .r8_sec_menu_wrapper .my_account_login {
	margin-left: 30px;
	float: right;
}

.site-header .r8_sec_menu_wrapper .my_account_login.logged_in a:first-child {
	margin-right: 30px;
}

.site-header .r8_sec_menu_wrapper .my_account_login a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	font-size: 15px;
	display: inline-block;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	float: right;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container>div, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul {
	display: inline-block;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul ul {
	left: -999em;
	top: 0;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul li:hover>ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul li.focus>ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul li:hover>ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul li.focus>ul {
	left: 100%;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul ul a, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul ul a {
	width: 200px;
	padding: 2px 5px;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul li:hover>ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container ul li.focus>ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul li:hover>ul, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left ul li.focus>ul {
	left: auto;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container li, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left li {
	float: left;
	position: relative;
}

.site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container a, .site-header .r8_sec_menu_wrapper .r8-menu-secondary-menu-container-left a {
	display: block;
	text-decoration: none;
}

.site-header .r8_sec_menu_wrapper .r8_secondary_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.site-header .r8_sec_menu_wrapper .r8_secondary_menu>li {
	color: #fff;
	display: inline-block;
	margin-left: 20px;
}

.site-header .r8_sec_menu_wrapper .r8_secondary_menu>li a {
	color: #fff;
	text-decoration: none;
	padding: 5px 0;
	font-size: 15px;
	display: inline-block;
}

.site-header .r8_sec_menu_wrapper .r8_secondary_menu>li a:hover {
	opacity: .7;
}

.site-header .r8_sec_menu_wrapper .r8_secondary_menu>li:first-child {
	margin-left: 0;
}

.site-header .r8_sec_menu_wrapper .r8_secondary_menu>li:last-child a {
	padding-right: 0;
}

.site-header .r8_main_header .header_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	box-align: stretch;
	-webkit-align-items: stretch;
	-moz-align-items: stretch;
	-ms-align-items: stretch;
	-o-align-items: stretch;
	align-items: stretch;
	-ms-flex-align: stretch;
	position: relative;
}

.site-header .r8_main_header .site-branding {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.site-header .r8_main_header .site-branding.r8_logo_center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.site-header .r8_main_header .site-branding.r8_logo_center {
		-webkit-box-pack: start;
		-moz-box-pack: start;
		box-pack: start;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		-o-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: start;
		width: 85%;
	}
}

@media screen and (max-width: 768px) {
	.site-header .r8_main_header .site-branding {
		width: 90%;
	}
}

@media screen and (max-width: 626px) {
	.site-header .r8_main_header .site-branding {
		width: 85%;
	}
}

.site-header .r8_main_header .r8_main_menu {
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	position: relative;
	z-index: 5;
}

@media screen and (max-width: 768px) {
	.site-header .r8_main_header .r8_main_menu {
		display: none;
	}
}

.site-header .r8_main_header .main-navigation {
	width: auto;
	z-index: 3;
}

.site-header .r8_main_header .r8_menu_right {
	margin-left: auto;
}

.site-header .r8_main_header .r8_menu_center {
	margin-left: auto;
	margin-right: auto;
}

.site-header .r8_main_header .r8_menu_left {
	margin-right: auto;
}

.site-header .r8_main_header .primary_menu>li {
	position: relative;
}

.site-header .r8_main_header .primary_menu>li:hover>a:after, .site-header .r8_main_header .primary_menu>li:focus>a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #b92120;
}

.site-header .r8_main_header .primary_menu>li>a {
	padding: 25px 15px;
	font-size: 16px;
	letter-spacing: .025em;
	color: #000;
}

.site-header .r8_main_header .primary_menu>li .sub-menu {
	top: 100%;
	max-width: 240px;
	min-width: 180px;
	right: 0;
	background-color: #fff;
}

.site-header .r8_main_header .primary_menu>li .sub-menu:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #b92120;
}

.site-header .r8_main_header .primary_menu>li .sub-menu>li {
	float: none;
}

.site-header .r8_main_header .primary_menu>li .sub-menu>li a {
	width: auto;
	display: block;
	padding: 5px 15px;
	color: #000;
	font-size: 14px;
}

.site-header .r8_main_header .primary_menu>li .sub-menu>li a:hover, .site-header .r8_main_header .primary_menu>li .sub-menu>li a:focus {
	background-color: #f3ece3;
}

.site-header .r8_main_header .primary_menu>li .sub-menu>li a:hover:after, .site-header .r8_main_header .primary_menu>li .sub-menu>li a:focus:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #b92120;
}

.site-header .r8_main_header .header-logo {
	line-height: 0;
	padding: 8px 0;
}

@media screen and (max-width: 626px) {
	.site-header .r8_main_header .header-logo {
		margin: .5em 0;
	}
}

@media screen and (max-width: 626px) {
	.site-header .r8_main_header .absolute_logo img {
		top: 50%;
		margin-top: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.site-header .r8_main_header .resize_logo {
	transition: all 1s;
}

.site-header .r8_main_header .resize_logo img {
	transition: all 1s;
	max-height: 500%;
	width: auto;
}

@media screen and (max-width: 626px) {
	.site-header .r8_main_header .resize_logo img {
		max-height: 100%;
		width: auto;
	}
}

@media screen and (max-width: 626px) {
	.site-header .r8_main_header .resize_logo.absolute_logo img {
		top: 50%;
		margin-top: 0;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.site-header .r8_main_header .resize_logo.small_logo.absolute_logo img {
	top: 50%;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.site-header .r8_main_header .resize_logo.small_logo img {
	max-height: 100%;
	width: auto;
}

.site-header .r8_main_header .custom-logo-link {
	display: inline-block;
	line-height: 0;
}

.site-header .r8_main_header .site_description {
	width: 220px;
	text-align: center;
	color: #b92120;
	line-height: 1;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.site-header .r8_main_header .site_description {
		max-width: 200px;
		font-size: 14px;
	}
}

@media screen and (max-width: 626px) {
	.site-header .r8_main_header .site_description {
		display: none;
	}
}

.site-header .header_search .search_icon {
	cursor: pointer;
}

.site-header .mobile_menu_btn_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	padding: 5px 0;
}

.site-header a.mobile_menu_icon {
	height: 35px;
	width: 35px;
	right: 0px;
	position: relative;
	z-index: 102;
	cursor: pointer;
	display: none;
}

.site-header a.mobile_menu_icon:after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 768px) {
	.site-header a.mobile_menu_icon {
		display: block;
	}
}

.site-header a.mobile_menu_icon:focus {
	outline: none;
}

.site-header a.mobile_menu_icon:after, .site-header a.mobile_menu_icon:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	content: "";
	width: 35px;
	height: 3px;
	background-color: #000;
	position: absolute;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.site-header a.mobile_menu_icon:after:hover, .site-header a.mobile_menu_icon:before:hover {
	background-color: #000;
}

.site-header a.mobile_menu_icon:after {
	top: 15px;
}

.site-header a.mobile_menu_icon:before {
	top: 5px;
}

.site-header a.mobile_menu_icon span {
	content: "";
	position: absolute;
	width: 35px;
	height: 3px;
	background-color: #000;
	top: 25px;
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}

.site-header .mobile_menu {
	display: none;
}

@media screen and (max-width: 768px) {
	.site-branding {
		padding: 10px 0;
	}
}

.r8-split-header .site-header .r8_main_header .main-navigation {
	width: 100%;
}

@media screen and (max-width: 768px) {
	.r8-split-header .site-header .r8_main_header .main-navigation {
		width: auto;
	}
}

.r8-split-header .r8_sec_menu_wrapper .r8_secondary_menu_left {
	float: left;
}

.r8-split-header .r8_sec_menu_wrapper .header_search {
	margin-left: 15px;
}

.r8-split-header .r8_sec_menu_wrapper .header_search .search_icon {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.r8-split-header .r8_main_header .header_wrapper {
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		box-pack: justify;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: justify;
	}
}

.r8-split-header .r8_main_header .header_wrapper .mobile_site_branding {
	display: none;
}

@media screen and (max-width: 768px) {
	.r8-split-header .r8_main_header .header_wrapper .mobile_site_branding {
		display: block;
		max-width: 100px;
	}
}

.r8-split-header .r8_main_header .header_wrapper .r8_main_menu {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-left-container, .r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-right-container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(50% - 125px);
}

.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-left-container {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	text-align: right;
}

.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8-menu-primary-right-container {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	text-align: left;
}

.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .r8_primary_menu_left {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}

.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .site-branding {
	margin: 0 50px;
	padding: 20px 0;
}

@media screen and (max-width: 768px) {
	.r8-split-header .r8_main_header .header_wrapper .r8_main_menu .site-branding {
		padding: 10px 0;
	}
}

.mm-opened a.mobile_menu_icon:before {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	-moz-transform: translate(0, -50%) rotate(45deg);
	-ms-transform: translate(0, -50%) rotate(45deg);
	-o-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	top: 18px;
}

.mm-opened a.mobile_menu_icon:after {
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	-moz-transform: translate(0, -50%) rotate(-45deg);
	-ms-transform: translate(0, -50%) rotate(-45deg);
	-o-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
	top: 18px;
}

.mm-opened a.mobile_menu_icon span {
	opacity: 0;
}

.mm-menu {
	background-color: #f3ece3 !important;
}

.mm-menu .mm-title {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	font-size: 20px;
}

.mm-menu a {
	font-size: 16px;
	letter-spacing: .01em;
}

.mm-menu .m_search_section {
	margin: 15px 20px;
	padding: 4px;
	border-radius: 10px;
	max-width: 90%;
	width: 90%;
	border: 1px solid #e2e2e2;
}

.mm-menu .m_search_section form {
	width: 92%;
}

.mm-menu .m_search_section .search-field {
	font-size: 16px;
}

.mm-menu .search_box {
	display: none;
}

.mm-menu .search-form {
	display: inline-block;
}

.mm-menu .search-field {
	padding: 3px;
	width: 100%;
	background-color: transparent !important;
	outline: none !important;
	border: none !important;
	font-size: 10px;
	border-radius: 5px;
	-moz-appearance: none;
	-webkit-appearance: none;
	color: #000;
}

.mm-menu .search-submit {
	display: none;
}

.mm-menu .fa-search {
	font-size: 14px;
	cursor: pointer;
}

html.mm-next:after, html.mm-prev:after {
	content: none !important;
}

.site_footer {
	clear: both;
	color: #fff;
	padding: 50px 0;
	background-color: #363636;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

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

.site_footer a {
	color: inherit;
}

.site_footer a:hover, .site_footer a:focus {
	color: inherit;
}

.site_footer .footer_bottom_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

@media screen and (max-width: 626px) {
	.site_footer .footer_bottom_content.left_copyright_pos .left_copyright {
		display: none;
	}
}

.site_footer .footer_bottom_content.left_copyright_pos .right_copyright {
	display: none;
}

@media screen and (max-width: 626px) {
	.site_footer .footer_bottom_content.left_copyright_pos .right_copyright {
		display: block;
	}
}

@media screen and (max-width: 626px) {
	.site_footer .footer_bottom_content {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.site_footer .footer_bottom_content .left_copyright, .site_footer .footer_bottom_content .right_copyright {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.site_footer .footer_bottom_content .left_copyright:last-child, .site_footer .footer_bottom_content .right_copyright:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.site_footer .footer_bottom_content .left_copyright, .site_footer .footer_bottom_content .right_copyright {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.site_footer .footer_bottom_content .left_copyright:last-child, .site_footer .footer_bottom_content .right_copyright:last-child {
		margin-right: 0;
	}
	
	.site_footer .footer_bottom_content .left_copyright:nth-child(1n), .site_footer .footer_bottom_content .right_copyright:nth-child(1n) {
		margin-right: 0;
	}
	
	.site_footer .footer_bottom_content .left_copyright:nth-child(1n+1), .site_footer .footer_bottom_content .right_copyright:nth-child(1n+1) {
		clear: left;
	}
}

.site_footer .logo_container {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.site_footer .logo_container:last-child {
	margin-right: 0;
}

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

@media screen and (max-width: 626px) {
	.site_footer .logo_container {
		float: left;
		float: none;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.site_footer .logo_container:last-child {
		margin-right: 0;
	}
	
	.site_footer .logo_container:nth-child(1n) {
		margin-right: 0;
	}
	
	.site_footer .logo_container:nth-child(1n+1) {
		clear: left;
	}
}

.site_footer .logo_container.footer_right {
	float: right;
	margin-right: 0;
}

.site_footer .logo_container.footer_right .footer_logo {
	margin-left: auto;
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.site_footer .logo_container.footer_right .footer_logo {
		margin: 0 auto;
	}
}

.site_footer .logo_container.footer_left .footer_logo {
	margin-left: 0;
	margin-right: auto;
}

@media screen and (max-width: 626px) {
	.site_footer .logo_container.footer_left .footer_logo {
		margin: 0 auto;
	}
}

.site_footer .logo_container .footer_logo {
	display: block;
}

@media screen and (max-width: 626px) {
	.site_footer .logo_container .footer_logo {
		margin: 0 auto;
	}
}

.site_footer .logo_container .footer_widget {
	width: 100%;
}

.site_footer .non_logo_container {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.site_footer .non_logo_container:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.site_footer .non_logo_container {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.site_footer .non_logo_container:last-child {
		margin-right: 0;
	}
	
	.site_footer .non_logo_container:nth-child(1n) {
		margin-right: 0;
	}
	
	.site_footer .non_logo_container:nth-child(1n+1) {
		clear: left;
	}
}

.site_footer .non_logo_container.footer_right .footer_social {
	float: right;
}

@media screen and (max-width: 626px) {
	.site_footer .non_logo_container.footer_right .footer_social {
		float: none;
	}
}

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

.site_footer .copyright_container.footer_right {
	text-align: right;
}

.site_footer .footer_menu_container {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.site_footer .footer_menu_container:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.site_footer .footer_menu_container {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin-bottom: 10px;
	}
	
	.site_footer .footer_menu_container:last-child {
		margin-right: 0;
	}
	
	.site_footer .footer_menu_container:nth-child(1n) {
		margin-right: 0;
	}
	
	.site_footer .footer_menu_container:nth-child(1n+1) {
		clear: left;
	}
}

.site_footer .footer_menu_container.footer_right {
	text-align: right;
}

.footer_content, .footer_bottom_content {
	width: 100%;
}

.footer_content:after, .footer_bottom_content:after {
	clear: both;
	content: "";
	display: table;
}

.footer_logo_wrapper {
	margin-bottom: 1em;
}

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

.copyright_content {
	font-size: 14px;
	margin: 0;
}

@media screen and (max-width: 626px) {
	.copyright_content {
		text-align: center;
	}
}

.footer_widgets_block {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

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

@media screen and (max-width: 768px) {
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:last-child {
		margin-right: 0;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(2n) {
		margin-right: 0;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(2n+1) {
		clear: left;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block.footer_widget_center {
		display: none;
	}
}

@media screen and (max-width: 626px) {
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin-top: 10px;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:last-child {
		margin-right: 0;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(3n) {
		margin-right: 3.57866%;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(3n+1) {
		clear: none;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(1n) {
		margin-right: 0;
	}
	
	.footer_widgets_block:not(.has_center_widget) .footer_widget_block:nth-child(1n+1) {
		clear: left;
	}
}

.footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.footer_widgets_block.no_center_widget.left_pos_logo .footer_widget_right:last-child {
		margin-right: 0;
	}
}

.footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.footer_widgets_block.no_center_widget.right_pos_logo .footer_widget_left:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.footer_widgets_block.no_center_widget .footer_widget_block {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.footer_widgets_block.no_center_widget .footer_widget_block:last-child {
		margin-right: 0;
	}
}

.footer_widgets_block .footer_widget_block {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.footer_widgets_block .footer_widget_block:last-child {
	margin-right: 0;
}

.footer_widgets_block .footer_widget_block:nth-child(3n) {
	margin-right: 0;
}

.footer_widgets_block .footer_widget_block:nth-child(3n+1) {
	clear: left;
}

@media screen and (max-width: 626px) {
	.footer_widgets_block .footer_widget_block {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin-top: 10px;
	}
	
	.footer_widgets_block .footer_widget_block:last-child {
		margin-right: 0;
	}
	
	.footer_widgets_block .footer_widget_block:nth-child(3n) {
		margin-right: 2.35765%;
	}
	
	.footer_widgets_block .footer_widget_block:nth-child(3n+1) {
		clear: none;
	}
	
	.footer_widgets_block .footer_widget_block:nth-child(1n) {
		margin-right: 0;
	}
	
	.footer_widgets_block .footer_widget_block:nth-child(1n+1) {
		clear: left;
	}
}

.footer_widgetized {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

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

.footer_widgetized .footer_widget_block {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.footer_widgetized .footer_widget_block:last-child {
	margin-right: 0;
}

.footer_widgetized .footer_widget_block:nth-child(2n) {
	margin-right: 0;
}

.footer_widgetized .footer_widget_block:nth-child(2n+1) {
	clear: left;
}

.footer_widgetized .footer_widget_block.footer_widget_right {
	float: right;
}

@media screen and (max-width: 626px) {
	.footer_widgetized .footer_widget_block {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin-top: 10px;
	}
	
	.footer_widgetized .footer_widget_block:last-child {
		margin-right: 0;
	}
	
	.footer_widgetized .footer_widget_block:nth-child(3n) {
		margin-right: 2.35765%;
	}
	
	.footer_widgetized .footer_widget_block:nth-child(3n+1) {
		clear: none;
	}
	
	.footer_widgetized .footer_widget_block:nth-child(1n) {
		margin-right: 0;
	}
	
	.footer_widgetized .footer_widget_block:nth-child(1n+1) {
		clear: left;
	}
}

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

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

@media screen and (max-width: 626px) {
	.footer_widget_block {
		text-align: center !important;
	}
}

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

.footer_widget .widget {
	margin: 20px 0 0 0;
}

.footer_widget .widget:first-child {
	margin-top: 0;
}

.footer_widget .widget .widget-title {
	font-size: 1.25em;
	font-weight: 600;
	line-height: 1.125;
	margin: 0 0 5px;
}

.footer_widget .textwidget {
	font-size: 16px;
	font-size: 1rem;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	margin-bottom: 10px;
}

.footer_widget .textwidget:first-child {
	margin-top: 0;
}

.footer_widget .textwidget:last-child {
	margin-bottom: 0;
}

.footer_widget .textwidget p {
	margin-bottom: 10px;
}

.footer_widget .textwidget p:first-child {
	margin-top: 0;
}

.footer_widget .widget_nav_menu {
	float: left;
	margin-right: 95px;
	margin-top: 0;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.footer_widget .widget_nav_menu {
		margin-right: 30px;
	}
}

@media screen and (max-width: 626px) {
	.footer_widget .widget_nav_menu {
		float: none;
		margin-right: 30px;
	}
}

.footer_widget .widget_nav_menu ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.footer_widget .widget_nav_menu li {
	line-height: 1.5;
}

.footer_social {
	display: inline-block;
}

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

@media screen and (max-width: 626px) {
	.footer_social {
		margin: 0 auto;
		margin-top: 10px;
		text-align: center;
	}
}

.footer_social .menu-social-menu-container {
	display: inline-block;
}

.footer_social .footer_social_title {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: .5em;
}

.footer_social ul {
	font-size: 20px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

@media screen and (max-width: 626px) {
	.footer_social ul {
		display: inline-block;
	}
}

.footer_social ul li {
	display: inline-block;
	margin-right: .5em;
	line-height: 1.5;
}

.footer_social ul li:last-child {
	margin-right: 0;
}

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

@media screen and (max-width: 626px) {
	.full_width_social {
		text-align: center;
	}
}

.footer_menu, .sec_footer_menu {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	padding: 0;
}

.footer_menu:after, .sec_footer_menu:after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 626px) {
	.footer_menu, .sec_footer_menu {
		margin: 0 auto;
		margin-bottom: 10px;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		box-pack: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-o-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
	}
}

.footer_menu li, .sec_footer_menu li {
	display: inline-block;
	font-weight: 600;
	margin-right: 1.5em;
	line-height: 1.75;
}

.footer_menu li:last-child, .sec_footer_menu li:last-child {
	margin-right: 0;
}

.sec_footer_menu {
	font-size: 16px;
}

.sec_footer_menu a {
	font-weight: normal;
}

.container, .r8_container {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 50px;
}

@media screen and (max-width: 768px) {
	.container, .r8_container {
		padding: 0 30px;
	}
}

@media screen and (max-width: 626px) {
	.container, .r8_container {
		padding: 0 20px;
	}
}

.container {
	width: 100%;
}

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

.r8_flexible_content_section {
	padding: 50px 0;
}

@media screen and (max-width: 768px) {
	.r8_flexible_content_section {
		padding: 30px 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_flexible_content_section {
		padding: 20px 0;
	}
}

.parallax {
	background-attachment: fixed;
}

.tech_section {
	padding: 75px 0;
}

.r8_wysiwig_content:after, .wysiwig_content:after {
	clear: both;
	content: "";
	display: table;
}

.r8_wysiwig_content>:first-child, .wysiwig_content>:first-child {
	margin-top: 0;
}

.r8_wysiwig_content>:last-child, .wysiwig_content>:last-child {
	margin-bottom: 0;
}

.r8_wysiwig_content h2, .wysiwig_content h2 {
	margin: 0;
}

.slick-slider {
	margin-bottom: 0 !important;
}

.slick-slider .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.slick-slider .slick-dots {
	margin-left: 0;
}

.slick-slider .slick-prev, .slick-slider .slick-next {
	z-index: 1;
	background: blue;
}

.slick-slider .slick-next {
	right: 25px;
}

.slick-slider .slick-prev {
	left: 25px;
}

.r8_btn {
	min-width: 120px;
	max-width: 100%;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	text-align: center;
	background-color: #b92120;
}

.r8_btn:hover {
	opacity: .7;
}

.r8_btn.primary_btn {
	background-color: #b92120;
}

.r8_btn.secondary_btn {
	background-color: #dc9d45;
}

.r8_btn.outline_btn {
	background-color: transparent;
}

.r8_btn.grey_btn {
	background-color: #666;
}

.r8_btn.orange_btn {
	background-color: #dd9d45;
}

.r8_btn.transparent_btn {
	background-color: rgba(255, 255, 255, .25);
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 600;
	min-width: 60px;
}

.r8_wrap_link {
	color: inherit;
}

.r8_wrap_link:hover, .r8_wrap_link:focus, .r8_wrap_link:visited {
	color: inherit;
}

.page-template-default .default_page_content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.page-template-default .default_page_content .entry-title {
	margin-top: 0;
}

.page-template-default .default_page_content .r8_flexible_content_section:first-child {
	padding-top: 0;
}

#secondary ul {
	margin: 0;
}

.r8_accordion_section .r8_accordion {
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.r8_accordion_section .r8_accordion .r8_accordion_row_content {
	display: none;
}

.r8_accordion_section .r8_accordion .r8_accordion_row_content.is-expanded {
	display: block;
}

.r8_accordion_section .r8_accordion>li.is-expanded .r8_accordion_open_icon {
	-webkit-transform: rotate(90deg) translate(-50%, 0);
	-moz-transform: rotate(90deg) translate(-50%, 0);
	-ms-transform: rotate(90deg) translate(-50%, 0);
	-o-transform: rotate(90deg) translate(-50%, 0);
	transform: rotate(90deg) translate(-50%, 0);
}

.r8_accordion_section .r8_accordion>li.is-expanded .r8_accordion_row_content {
	display: block;
}

.r8_accordion_section .r8_accordion>li:last-child {
	border-bottom: none !important;
}

.r8_accordion_section .r8_accordion_row_title {
	padding: 10px 50px 10px 20px;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	cursor: pointer;
}

.r8_accordion_section .r8_accordion_row_title[data-open="1"]+.r8_accordion_row_content {
	display: block;
}

.r8_accordion_section .r8_accordion_row_title_tag {
	margin: 0;
}

.r8_accordion_section .r8_accordion_row_content {
	padding: 20px;
}

.r8_accordion_section .r8_accordion_open_icon {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	transition: transform .5s;
	border-radius: 50%;
	display: inline-block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	height: 30px;
	width: 30px;
	padding: 5px 7px 5px 7px;
	line-height: 1;
	text-align: center;
	position: absolute;
	right: 10px;
	top: 50%;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.r8_accordion_section .r8_accordion_open_icon>i {
	margin-left: 2px;
}

.r8_accordion_title_image {
	display: inline-block;
	line-height: 0;
	width: 50px;
	max-width: 50px;
	margin-right: 10px;
	text-align: center;
}

.r8_accordion_title_image img {
	margin: 0 auto;
}

.r8_callout_section .callout {
	text-align: center;
	overflow: hidden;
}

.r8_callout_section .wrap_link {
	color: inherit;
	display: block;
}

.r8_callout_section .wrap_link:focus, .r8_callout_section .wrap_link:hover {
	color: inherit;
	opacity: 1;
}

.r8_callout_section .wrap_link:focus button.r8_btn, .r8_callout_section .wrap_link:hover button.r8_btn {
	opacity: .6;
}

.r8_callout_section .cta_inner_container, .r8_callout_section .q_inner_container {
	padding: 20px;
	height: 100%;
	overflow: hidden;
}

.r8_callout_section .cta_inner_container :first-child, .r8_callout_section .q_inner_container :first-child {
	margin-top: 0;
}

.r8_callout_section .cta_inner_container :last-child, .r8_callout_section .q_inner_container :last-child {
	margin-bottom: 0 !important;
}

.r8_callout_section .quote_box {
	padding: 25px 40px 15px;
}

.r8_callout_section .quoter_name {
	margin-top: 10px;
}

.r8_callout_section .callout_column {
	padding: 30px 40px 25px;
}

.r8_callout_section .callout_column .callout_title {
	margin-bottom: 20px;
}

.r8_callout_section .callout_column .callout_copy {
	margin: 20px 0;
}

.r8_callout_section .callout_column.dark_style {
	background-color: #dc9d45;
}

.r8_callout_section .callout_column.light_style {
	background-color: #b92120;
}

.r8_callout_section .two_columns {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 626px) {
	.r8_callout_section .two_columns {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.r8_callout_section .two_columns .callout_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.r8_callout_section .two_columns .callout_column:last-child {
	margin-right: 0;
}

.r8_callout_section .two_columns .callout_column:nth-child(2n) {
	margin-right: 0;
}

.r8_callout_section .two_columns .callout_column:nth-child(2n+1) {
	clear: left;
}

@media screen and (max-width: 626px) {
	.r8_callout_section .two_columns .callout_column {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_callout_section .two_columns .callout_column:last-child {
		margin-right: 0;
	}
	
	.r8_callout_section .two_columns .callout_column:nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_callout_section .two_columns .callout_column:nth-child(1n+1) {
		clear: left;
	}
	
	.r8_callout_section .two_columns .callout_column:not(:first-child) {
		margin-top: 30px;
	}
}

.pop_up_video .em_video {
	width: 80vw;
}

.r8_carousel_section {
	padding-bottom: 50px;
}

.r8_carousel_section .r8_carousel {
	padding: 20px 0 20px;
}

@media screen and (max-width: 626px) {
	.r8_carousel_section .r8_carousel {
		padding: 0;
	}
}

.r8_carousel_section .r8_carousel.text_over_image .r8_image_over_content {
	display: none;
}

.r8_carousel_section .r8_carousel.text_over_image .r8_content_over_image {
	display: block;
	margin-bottom: 1em;
}

.r8_carousel_section .r8_carousel.image_over_text .r8_image_over_content {
	display: block;
	margin-top: 1em;
}

.r8_carousel_section .r8_carousel.image_over_text .r8_content_over_image {
	display: none;
}

.r8_carousel_section .r8_carousel .r8_image_over_content, .r8_carousel_section .r8_carousel .r8_content_over_image {
	width: 100%;
}

.r8_carousel_section .r8_carousel .r8_carousel_item_image img {
	margin: 0 auto;
}

.r8_carousel_section .r8_carousel .r8_carousel_item {
	height: auto;
	padding: 10px;
	position: relative;
}

.r8_carousel_section .r8_carousel .r8_carousel_item>:first-child {
	margin-top: 0;
}

.r8_carousel_section .r8_carousel .r8_carousel_item>:last-child {
	margin-bottom: 0;
}

.r8_carousel_section .r8_carousel .r8_carousel_item .r8_wrap_link {
	width: 100%;
}

.r8_carousel_section .r8_carousel .r8_carousel_item .r8_wrap_link>:first-child {
	margin-top: 0;
}

.r8_carousel_section .r8_carousel .r8_carousel_item .r8_wrap_link>:last-child {
	margin-bottom: 0;
}

.r8_carousel_section .r8_carousel .r8_carousel_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	height: 100%;
	width: 100%;
	min-height: 100px;
	padding: 10px 15px;
}

.r8_carousel_section .slick-initialized .slick-slide {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: stretch;
	-moz-box-pack: stretch;
	box-pack: stretch;
	-webkit-justify-content: stretch;
	-moz-justify-content: stretch;
	-ms-justify-content: stretch;
	-o-justify-content: stretch;
	justify-content: stretch;
	-ms-flex-pack: stretch;
}

.r8_carousel_section .r8_section_title {
	margin: 0;
}

.r8_carousel_section .r8_carousel_item_copy {
	margin-top: 10px;
}

.r8_carousel_section .r8_carousel_btn {
	margin: 1em auto;
}

.r8_carousel_section .slick-slider .slick-list {
	max-width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width: 1280px) {
	.r8_carousel_section .slick-slider .slick-list {
		max-width: calc(100% - 100px);
	}
}

.r8_carousel_section .slick-slider .slick-prev {
	left: 0px;
	margin: 0;
}

.r8_carousel_section .slick-slider .slick-next {
	right: 0px;
	margin: 0;
}

.r8_categories_section .r8_categories {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.r8_categories_section .r8_categories .category_box_details {
	width: 100%;
}

.r8_categories_section .r8_categories.one_column .r8_category {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.r8_categories_section .r8_categories.one_column .r8_category:last-child {
	margin-right: 0;
}

.r8_categories_section .r8_categories.one_column .r8_category:nth-child(1n) {
	margin-right: 0;
}

.r8_categories_section .r8_categories.one_column .r8_category:nth-child(1n+1) {
	clear: left;
}

.r8_categories_section .r8_categories.one_column .r8_category:first-child {
	margin-top: 0;
}

.r8_categories_section .r8_categories.one_column .r8_category>a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%;
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.one_column .r8_category>a {
		display: block;
	}
}

.r8_categories_section .r8_categories.one_column .r8_category>a .category_thumbnail {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.96686%;
}

.r8_categories_section .r8_categories.one_column .r8_category>a .category_thumbnail:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.one_column .r8_category>a .category_thumbnail {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_categories_section .r8_categories.one_column .r8_category>a .category_thumbnail:last-child {
		margin-right: 0;
	}
}

.r8_categories_section .r8_categories.one_column .r8_category>a .category_content {
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
}

.r8_categories_section .r8_categories.one_column .r8_category>a .category_content.has_thumbnail {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 78.67549%;
}

.r8_categories_section .r8_categories.one_column .r8_category>a .category_content.has_thumbnail:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.one_column .r8_category>a .category_content.has_thumbnail {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_categories_section .r8_categories.one_column .r8_category>a .category_content.has_thumbnail:last-child {
		margin-right: 0;
	}
}

.r8_categories_section .r8_categories.two_column .r8_category {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.r8_categories_section .r8_categories.two_column .r8_category:last-child {
	margin-right: 0;
}

.r8_categories_section .r8_categories.two_column .r8_category:nth-child(2n) {
	margin-right: 0;
}

.r8_categories_section .r8_categories.two_column .r8_category:nth-child(2n+1) {
	clear: left;
}

.r8_categories_section .r8_categories.two_column .r8_category:nth-child(-n+2) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.two_column .r8_category:nth-child(-n+2) {
		margin-top: 15px;
	}
}

.r8_categories_section .r8_categories.three_column .r8_category {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.r8_categories_section .r8_categories.three_column .r8_category:last-child {
	margin-right: 0;
}

.r8_categories_section .r8_categories.three_column .r8_category:nth-child(3n) {
	margin-right: 0;
}

.r8_categories_section .r8_categories.three_column .r8_category:nth-child(3n+1) {
	clear: left;
}

.r8_categories_section .r8_categories.three_column .r8_category:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.three_column .r8_category:nth-child(-n+3) {
		margin-top: 15px;
	}
}

.r8_categories_section .r8_categories.four_column .r8_category {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.r8_categories_section .r8_categories.four_column .r8_category:last-child {
	margin-right: 0;
}

.r8_categories_section .r8_categories.four_column .r8_category:nth-child(4n) {
	margin-right: 0;
}

.r8_categories_section .r8_categories.four_column .r8_category:nth-child(4n+1) {
	clear: left;
}

.r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+4) {
	margin-top: 0;
}

.r8_categories_section .r8_categories.four_column .r8_category .category_title {
	font-size: 18px;
	font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
	.r8_categories_section .r8_categories.four_column .r8_category {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.four_column .r8_category:last-child {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.four_column .r8_category:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.four_column .r8_category:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+4) {
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.four_column .r8_category:nth-child(-n+3) {
		margin-top: 15px;
	}
}

.r8_categories_section .r8_categories.five_column .r8_category {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.11388%;
}

.r8_categories_section .r8_categories.five_column .r8_category:last-child {
	margin-right: 0;
}

.r8_categories_section .r8_categories.five_column .r8_category:nth-child(5n) {
	margin-right: 0;
}

.r8_categories_section .r8_categories.five_column .r8_category:nth-child(5n+1) {
	clear: left;
}

.r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+5) {
	margin-top: 0;
}

.r8_categories_section .r8_categories.five_column .r8_category .category_title {
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.r8_categories_section .r8_categories.five_column .r8_category {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.five_column .r8_category:last-child {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.five_column .r8_category:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.five_column .r8_category:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+5) {
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.five_column .r8_category:nth-child(-n+3) {
		margin-top: 15px;
	}
}

.r8_categories_section .r8_categories.six_column .r8_category {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
}

.r8_categories_section .r8_categories.six_column .r8_category:last-child {
	margin-right: 0;
}

.r8_categories_section .r8_categories.six_column .r8_category:nth-child(6n) {
	margin-right: 0;
}

.r8_categories_section .r8_categories.six_column .r8_category:nth-child(6n+1) {
	clear: left;
}

.r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+6) {
	margin-top: 0;
}

.r8_categories_section .r8_categories.six_column .r8_category .category_title {
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.r8_categories_section .r8_categories.six_column .r8_category {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.six_column .r8_category:last-child {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.six_column .r8_category:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.six_column .r8_category:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+6) {
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.six_column .r8_category:nth-child(-n+3) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 626px) {
	.r8_categories_section .r8_categories.two_column .r8_category, .r8_categories_section .r8_categories.three_column .r8_category, .r8_categories_section .r8_categories.four_column .r8_category, .r8_categories_section .r8_categories.five_column .r8_category, .r8_categories_section .r8_categories.six_column .r8_category {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 314.84594%;
		margin-top: 15px;
	}
	
	.r8_categories_section .r8_categories.two_column .r8_category:last-child, .r8_categories_section .r8_categories.three_column .r8_category:last-child, .r8_categories_section .r8_categories.four_column .r8_category:last-child, .r8_categories_section .r8_categories.five_column .r8_category:last-child, .r8_categories_section .r8_categories.six_column .r8_category:last-child {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.two_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.three_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.four_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.five_column .r8_category:nth-child(1n), .r8_categories_section .r8_categories.six_column .r8_category:nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_categories_section .r8_categories.two_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.three_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.four_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.five_column .r8_category:nth-child(1n+1), .r8_categories_section .r8_categories.six_column .r8_category:nth-child(1n+1) {
		clear: left;
	}
	
	.r8_categories_section .r8_categories.two_column .r8_category:first-child, .r8_categories_section .r8_categories.three_column .r8_category:first-child, .r8_categories_section .r8_categories.four_column .r8_category:first-child, .r8_categories_section .r8_categories.five_column .r8_category:first-child, .r8_categories_section .r8_categories.six_column .r8_category:first-child {
		margin-top: 0;
	}
}

.r8_categories_section .r8_category {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.r8_categories_section .r8_category .content_category_box {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	width: 100%;
	height: 100%;
}

.r8_categories_section .r8_category .category_box_cta {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	width: 100%;
}

.r8_categories_section .r8_category .category_thumbnail a:hover img, .r8_categories_section .r8_category .category_thumbnail a:focus img {
	-webkit-filter: brightness(.5);
	filter: brightness(.5);
}

.r8_categories_section .r8_category .category_content {
	border-top: none;
	text-align: center;
	padding: 20px;
}

.r8_categories_section .r8_category .category_content :first-child {
	margin-top: 0;
}

.r8_categories_section .r8_category .category_thumbnail img {
	width: 100%;
}

.r8_categories_section .r8_category .category_title {
	margin: 0;
}

.r8_categories_section .r8_category .category_excerpt {
	margin: 1em 0;
}

.r8_categories_section .r8_category .category_excerpt p:first-child {
	margin: 0;
}

.r8_columns_section .r8_column {
	padding: 10px;
	margin-top: 20px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.r8_columns_section .r8_columns {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.r8_columns_section .r8_columns .r8_column_image {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
}

.r8_columns_section .r8_columns .r8_column_image img {
	width: 100%;
}

.r8_columns_section .r8_columns.column_content_top {
	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
}

.r8_columns_section .r8_columns.column_content_middle {
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.r8_columns_section .r8_columns.column_content_bottom {
	-webkit-box-align: end;
	-moz-box-align: end;
	box-align: end;
	-webkit-align-items: flex-end;
	-moz-align-items: flex-end;
	-ms-align-items: flex-end;
	-o-align-items: flex-end;
	align-items: flex-end;
	-ms-flex-align: end;
}

.r8_columns_section .r8_columns.one_column .r8_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.r8_columns_section .r8_columns.one_column .r8_column:last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.one_column .r8_column:nth-child(1n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.one_column .r8_column:nth-child(1n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.one_column .r8_column:first-child {
	margin-top: 0;
}

.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(2n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(2n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd) {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even) {
	float: left;
	display: block;
	margin-right: 2.35765%;
	margin-right: 0;
	width: 65.88078%;
}

.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even) {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even) {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(2n), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(2n) {
		margin-right: 2.35765%;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(2n+1), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(2n+1) {
		clear: none;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):last-child {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(1n), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(odd):nth-child(1n+1), .r8_columns_section .r8_columns.two_column.r8_one_third .r8_column:nth-child(even):nth-child(1n+1) {
		clear: left;
	}
}

.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd) {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even) {
	float: left;
	display: block;
	margin-right: 2.35765%;
	margin-right: 0;
	width: 31.76157%;
}

.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even) {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):last-child {
		margin-right: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even) {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(2n), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(2n) {
		margin-right: 2.35765%;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(2n+1), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(2n+1) {
		clear: none;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):last-child, .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):last-child {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(1n), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(odd):nth-child(1n+1), .r8_columns_section .r8_columns.two_column.r8_two_third .r8_column:nth-child(even):nth-child(1n+1) {
		clear: left;
	}
}

.r8_columns_section .r8_columns.two_column .r8_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.r8_columns_section .r8_columns.two_column .r8_column:last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.two_column .r8_column:nth-child(2n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.two_column .r8_column:nth-child(2n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.two_column .r8_column:nth-child(-n+2) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.two_column .r8_column {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.two_column .r8_column:nth-child(-n+2) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.two_column .r8_column:first-child {
		margin-top: 0;
	}
}

.r8_columns_section .r8_columns.three_column .r8_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.r8_columns_section .r8_columns.three_column .r8_column:last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.three_column .r8_column:nth-child(3n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.three_column .r8_column:nth-child(3n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.three_column .r8_column:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.three_column .r8_column {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.three_column .r8_column:nth-child(-n+3) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.three_column .r8_column:first-child {
		margin-top: 0;
	}
}

.r8_columns_section .r8_columns.four_column .r8_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.r8_columns_section .r8_columns.four_column .r8_column:last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+4) {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.r8_columns_section .r8_columns.four_column .r8_column {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n) {
		margin-right: 2.35765%;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(4n+1) {
		clear: none;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:last-child {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+4) {
		margin-top: 20px;
	}
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.four_column .r8_column {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+2) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:nth-child(-n+2) {
		margin-top: 0px;
	}
	
	.r8_columns_section .r8_columns.four_column .r8_column:first-child {
		margin-top: 0;
	}
}

.r8_columns_section .r8_columns.five_column .r8_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.11388%;
}

.r8_columns_section .r8_columns.five_column .r8_column:last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+5) {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.r8_columns_section .r8_columns.five_column .r8_column {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n) {
		margin-right: 2.35765%;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(5n+1) {
		clear: none;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:last-child {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+5) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+2) {
		margin-top: 0px;
	}
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.five_column .r8_column {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:nth-child(-n+2) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.five_column .r8_column:first-child {
		margin-top: 0;
	}
}

.r8_columns_section .r8_columns.six_column .r8_column {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
}

.r8_columns_section .r8_columns.six_column .r8_column:last-child {
	margin-right: 0;
}

.r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n) {
	margin-right: 0;
}

.r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n+1) {
	clear: left;
}

.r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+6) {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	.r8_columns_section .r8_columns.six_column .r8_column {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n) {
		margin-right: 2.35765%;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(6n+1) {
		clear: none;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:last-child {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+6) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+2) {
		margin-top: 0px;
	}
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.six_column .r8_column {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:nth-child(-n+2) {
		margin-top: 20px;
	}
	
	.r8_columns_section .r8_columns.six_column .r8_column:first-child {
		margin-top: 0;
	}
}

.r8_columns_section-one_column .container {
	max-width: 880px;
}

.r8_columns_section .r8_columns {
	margin-top: 20px;
}

@media screen and (max-width: 626px) {
	.r8_columns_section .r8_columns.two_column .r8_column, .r8_columns_section .r8_columns.three_column .r8_column, .r8_columns_section .r8_columns.four_column .r8_column, .r8_columns_section .r8_columns.five_column .r8_column, .r8_columns_section .r8_columns.six_column .r8_column {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_columns_section .r8_columns.two_column .r8_column:last-child, .r8_columns_section .r8_columns.three_column .r8_column:last-child, .r8_columns_section .r8_columns.four_column .r8_column:last-child, .r8_columns_section .r8_columns.five_column .r8_column:last-child, .r8_columns_section .r8_columns.six_column .r8_column:last-child {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.two_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.three_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.four_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.five_column .r8_column:nth-child(1n), .r8_columns_section .r8_columns.six_column .r8_column:nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_columns_section .r8_columns.two_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.three_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.four_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.five_column .r8_column:nth-child(1n+1), .r8_columns_section .r8_columns.six_column .r8_column:nth-child(1n+1) {
		clear: left;
	}
	
	.r8_columns_section .r8_columns.two_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.three_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.four_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.five_column .r8_column:not(:first-child), .r8_columns_section .r8_columns.six_column .r8_column:not(:first-child) {
		margin-top: 30px;
	}
}

.r8_columns_section .r8_columns.two_column .column_wysiwig, .r8_columns_section .r8_columns.three_column .column_wysiwig, .r8_columns_section .r8_columns.four_column .column_wysiwig, .r8_columns_section .r8_columns.five_column .column_wysiwig, .r8_columns_section .r8_columns.six_column .column_wysiwig {
	word-break: break-word;
}

.r8_hero {
	color: #fff;
	position: relative;
}

.r8_hero .slide_title {
	font-size: 36px;
}

.r8_hero .r8_hero_cta {
	display: inline-block;
	min-width: 40px;
	padding: 10px 30px;
	font-size: 18px;
	border-radius: 5px;
	border: 3px solid #fff;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.r8_hero .r8_hero_cta {
		padding: 3px 14px;
		border-width: 2px;
		font-size: 16px;
	}
}

.r8_hero .r8_hero_cta:hover, .r8_hero .r8_hero_cta:focus {
	color: #000;
	background-color: #fff;
}

.r8_hero .slick-dots {
	bottom: 0;
	margin-bottom: 20px;
}

.r8_hero .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 12px;
}

@media screen and (max-width: 626px) {
	.r8_hero .slick-dots li {
		width: 9px;
		height: 9px;
		margin: 0 9px;
	}
}

.r8_hero .slick-dots li button {
	background: #fff;
	opacity: .7;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

@media screen and (max-width: 626px) {
	.r8_hero .slick-dots li button {
		width: 9px;
		height: 9px;
	}
}

.r8_hero .slick-dots li button:before {
	display: none;
}

.r8_hero .slick-dots li.slick-active button {
	opacity: 1;
}

.r8_hero .hero_scroll_down_btn {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	-moz-transform: translate(-50%, 50%);
	-ms-transform: translate(-50%, 50%);
	-o-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	background-color: #fff;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .6);
	font-size: 20px;
	text-align: center;
}

.r8_hero .r8_hero_copy>:first-child {
	margin-top: 0;
}

.r8_hero .r8_hero_copy>:last-child {
	margin-bottom: 0;
}

.r8_hero .hero_btn {
	margin-top: 30px;
}

.r8_hero_bg_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.r8_hero_content {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	height: 100%;
}

.r8_hero_content>.container {
	width: 100%;
}

.r8_video_bg_hero.hero_content_dep_height .video_box, .r8_video_bg_hero.hero_custom_height .video_box, .r8_video_bg_hero.hero_full_height .video_box {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.r8_video_bg_hero.hero_content_dep_height .hero_video, .r8_video_bg_hero.hero_custom_height .hero_video, .r8_video_bg_hero.hero_full_height .hero_video {
	position: absolute;
	min-width: 101%;
	min-height: 101%;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}

.r8_video_bg_hero.hero_content_dep_height .hero_video.hero_embed_video, .r8_video_bg_hero.hero_custom_height .hero_video.hero_embed_video, .r8_video_bg_hero.hero_full_height .hero_video.hero_embed_video {
	position: relative;
}

.r8_video_bg_hero.hero_content_dep_height .video_hero_content, .r8_video_bg_hero.hero_custom_height .video_hero_content, .r8_video_bg_hero.hero_full_height .video_hero_content {
	position: relative;
}

.r8_video_bg_hero.hero_full_height {
	height: 100vh;
}

.r8_video_bg_hero.hero_full_height .hero_bg_image {
	display: none;
}

.r8_video_bg_hero.hero_image_dep_height .video_box video {
	width: 100%;
}

.r8_video_bg_hero.hero_image_dep_height .video_hero_content {
	position: absolute;
	top: 0;
}

.hero_embed_video {
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	padding-top: 55%;
}

.hero_embed_video, .hero_embed_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.r8_video_bg_hero {
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.r8_video_bg_hero.r8_hero_mobile .video_hero_content {
	padding: 100px 0;
}

.r8_video_bg_hero .hero_bg_image {
	display: none;
}

@media screen and (max-width: 626px) {
	.r8_video_bg_hero .hero_bg_image {
		display: block;
	}
}

.r8_video_bg_hero .hero_bg_image.mobile_device_image {
	display: block;
}

.r8_video_bg_hero .hero_embed_video {
	width: 100%;
	padding-top: 22px;
	padding-bottom: 55%;
	position: relative;
}

.r8_video_bg_hero .hero_embed_video iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.r8_video_bg_hero .video_box {
	line-height: 0;
	overflow: hidden;
}

@media screen and (max-width: 626px) {
	.r8_video_bg_hero .video_box {
		display: none;
	}
}

.r8_video_bg_hero .video_hero_content {
	padding: 120px 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.r8_video_bg_hero .video_hero_content .container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	height: 100%;
}

.r8_video_bg_hero .video_hero_content .container.center_pos {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
}

.r8_video_bg_hero .video_hero_content .container.left_pos {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	text-align: left;
}

.r8_video_bg_hero .video_hero_content .container.right_pos {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	text-align: left;
}

.r8_video_bg_hero .video_hero_content .h_content_section {
	width: 100%;
}

@media (min-aspect-ratio: 16 / 9) {
	.r8_video_bg_hero.hero_full_height .hero_video {
		height: 300%;
	}
	
	.r8_video_bg_hero .hero_embed_video {
		height: 300%;
		top: -100%;
	}
}

@media (max-aspect-ratio: 16 / 9) {
	.r8_video_bg_hero.hero_full_height .hero_video {
		width: 300%;
	}
	
	.r8_video_bg_hero .hero_embed_video {
		width: 300%;
		left: -100%;
	}
}

.r8_image_bg_hero {
	position: relative;
	overflow: hidden;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.r8_image_bg_hero.hero_content_dep_height {
	padding: 80px 0;
}

.r8_image_bg_hero.hero_content_dep_height .hero_bg_image {
	display: none;
}

.r8_image_bg_hero.hero_image_dep_height .r8_hero_content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.r8_image_bg_hero.hero_full_height {
	height: 100vh;
}

.r8_image_bg_hero .two_columns_content .hc_section {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.r8_image_bg_hero .two_columns_content .hc_section:last-child {
	margin-right: 0;
}

.r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n) {
	margin-right: 0;
}

.r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n+1) {
	clear: left;
}

@media screen and (max-width: 626px) {
	.r8_image_bg_hero .two_columns_content .hc_section {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_image_bg_hero .two_columns_content .hc_section:last-child {
		margin-right: 0;
	}
	
	.r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n) {
		margin-right: 2.35765%;
	}
	
	.r8_image_bg_hero .two_columns_content .hc_section:nth-child(2n+1) {
		clear: none;
	}
	
	.r8_image_bg_hero .two_columns_content .hc_section:nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_image_bg_hero .two_columns_content .hc_section:nth-child(1n+1) {
		clear: left;
	}
	
	.r8_image_bg_hero .two_columns_content .hc_section.hc2_section {
		margin-top: 50px;
	}
}

.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc1_section:last-child {
		margin-right: 0;
	}
}

.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_image_bg_hero .two_columns_content.r8_one_third .hc_section.hc2_section:last-child {
		margin-right: 0;
	}
}

.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 65.88078%;
}

.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc1_section:last-child {
		margin-right: 0;
	}
}

.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_image_bg_hero .two_columns_content.r8_two_third .hc_section.hc2_section:last-child {
		margin-right: 0;
	}
}

.r8_image_bg_hero .hero_bg_image {
	width: 100%;
	display: block;
	max-width: 100%;
}

.r8_image_bg_hero .container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

.r8_image_bg_hero .container.col_position_center {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	text-align: center;
}

.r8_image_bg_hero .container.col_position_left {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
	text-align: left;
}

.r8_image_bg_hero .container.col_position_right {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
	text-align: left;
}

.r8_image_bg_hero .hc_section {
	width: 100%;
}

.r8_slider_hero.has_slider_arrows .hero_slide_content {
	margin: 0 80px;
}

@media screen and (max-width: 626px) {
	.r8_slider_hero.has_slider_arrows .hero_slide_content {
		margin: 0 50px;
	}
}

.r8_slider_hero.hero_slider_full_height {
	height: 100vh;
}

.r8_slider_hero.hero_slider_full_height .slick-slide.r8_hero_slide {
	height: 100vh;
}

.r8_slider_hero.hero_slider_full_height .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.r8_slider_hero.hero_slider_content_dep_height .slick-track, .r8_slider_hero.hero_slider_constant_height .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.r8_slider_hero.hero_slider_content_dep_height .slick-slide.r8_hero_slide, .r8_slider_hero.hero_slider_constant_height .slick-slide.r8_hero_slide {
	height: auto;
}

@media screen and (max-width: 768px) {
	.r8_slider_hero.hero_slider_image_dep_height .r8_hero_slide {
		height: 500px;
		max-height: 500px;
	}
}

@media screen and (max-width: 626px) {
	.r8_slider_hero.hero_slider_image_dep_height .r8_hero_slide {
		height: 550px;
		max-height: 550px;
	}
}

.r8_slider_hero .slick-slide, .r8_slider_hero .slick-slider .slick-track, .r8_slider_hero .slick-slider .slick-list {
	-webkit-perspective: 2000;
	-webkit-backface-visibility: hidden;
}

.r8_slider_hero .hero_slide_bg {
	width: 100%;
}

.r8_slider_hero .hero_slide_bg img {
	width: 100%;
	max-width: 100%;
}

@media screen and (max-width: 768px) {
	.r8_slider_hero .hero_slide_bg img {
		position: absolute;
		height: 100%;
		width: auto;
		top: 0;
		max-width: none;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

.r8_slider_hero .r8_hero_slide {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.r8_slider_hero .r8_hero_slide.hero_full_height {
	height: 100vh;
}

.r8_slider_hero .r8_hero_slide.hero_content_dep_height {
	padding: 100px 0;
}

.r8_slider_hero .r8_hero_slide.hero_content_dep_height .hero_slide_outer_container {
	width: 100%;
	max-width: 100%;
}

.r8_slider_hero .r8_hero_slide.slick-slide {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.r8_slider_hero .hero_slide_outer_container {
	width: 100%;
	max-width: 100%;
}

.r8_slider_hero .r8_hero_container.center_pos {
	text-align: center;
}

.r8_slider_hero .r8_hero_container.right_pos {
	text-align: right;
}

.r8_slider_hero .r8_hero_container.right_pos .hero_slide_content {
	text-align: left;
}

.r8_slider_hero .r8_hero_container.left_pos {
	text-align: left;
}

.r8_slider_hero .hero_slide_content {
	display: inline-block;
	position: relative;
}

.r8_slider_hero .hero_slide_content .slide_title {
	margin-top: 0;
}

.r8_hero_content.placeholder_single {
	position: relative;
	background: #b92120;
}

.search_page .r8_image_bg_hero, .page_404 .r8_image_bg_hero, .archive .r8_image_bg_hero, .blog .r8_image_bg_hero, .single-post .r8_image_bg_hero {
	background-color: #b92120;
}

.r8_image_section {
	padding: 2em 0;
}

.r8_image_section .r8_image_section_image_container {
	width: 100%;
	display: block;
	min-height: 500px;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
}

.r8_image_section .r8_image_section_image_container .non-full-width-image .r8_inline_image {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.r8_image_section .r8_image_section_image_container .non-full-width-image .r8_inline_pic {
	line-height: 0;
	text-align: center;
}

.r8_image_section .r8_image_section_image_container.parallax .r8_image_section_image {
	background-attachment: fixed;
}

.r8_image_section .r8_image_inline {
	line-height: 0;
}

.r8_image_section .r8_inline_image {
	width: 100%;
}

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

.r8_image_section .r8_image_gallery .r8_gallery_image {
	float: left;
	display: block;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 2.35765%;
	width: 23.23176%;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	margin-top: 4%;
}

.r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
	margin-right: 0;
}

.r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n) {
	margin-right: 0;
}

.r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4n+1) {
	clear: left;
}

.r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(1), .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2), .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(3), .r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(4) {
	margin-top: 0px;
}

@media screen and (max-width: 626px) {
	.r8_image_section .r8_image_gallery .r8_gallery_image {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 46.28851%;
	}
	
	.r8_image_section .r8_image_gallery .r8_gallery_image:last-child {
		margin-right: 0;
	}
	
	.r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_image_section .r8_image_gallery .r8_gallery_image:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_image_section .r8_image_gallery .r8_gallery_image:not(:nth-child(-n+2)) {
		margin-top: 7%;
	}
}

.r8_image_section .r8_image_gallery .r8_gallery_image a {
	display: block;
}

.r8_image_section .r8_image_gallery .r8_gallery_image img {
	width: 100%;
}

.r8_tabs {
	padding: 2em 0;
}

.r8_horizontal_tabs_container {
	padding: 0;
	margin: 0;
}

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

.r8_horizontal_tabs_container .horizontal_tabs {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
}

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

@media screen and (max-width: 626px) {
	.r8_horizontal_tabs_container .horizontal_tabs {
		overflow-x: scroll;
	}
}

.r8_horizontal_tabs_container .tab_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	float: left;
	padding: 10px;
	margin-right: 5px;
}

@media screen and (max-width: 626px) {
	.r8_horizontal_tabs_container .tab_link {
		margin-right: 0px;
	}
}

.r8_horizontal_tabs_container .tab_link:last-child {
	margin-right: 0px;
}

.r8_horizontal_tabs_container .tab_link:focus {
	opacity: 1;
}

.r8_horizontal_tabs_container .tab_title_image {
	margin-right: 15px;
}

@media screen and (max-width: 626px) {
	.r8_horizontal_tabs_container .tab_title_image {
		display: none;
	}
}

.r8_horizontal_tabs_container .tab_title_image img {
	width: 100%;
	height: auto;
	display: block;
}

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

.r8_horizontal_tabs_container .horizontal_tab_content {
	display: none;
	padding: 10px;
}

.r8_horizontal_tabs_container .horizontal_tab_content.is_open {
	display: block;
}

@media screen and (max-width: 626px) {
	.r8_horizontal_tabs_container .horizontal_tab_content img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 15px;
	}
}

.r8_vertical_tabs_container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	padding: 0;
	margin: 0;
}

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

@media screen and (max-width: 626px) {
	.r8_vertical_tabs_container {
		display: block;
	}
}

.r8_vertical_tabs_container .vertical_tabs {
	-webkit-flex-basis: 25%;
	-moz-flex-basis: 25%;
	flex-basis: 25%;
	-ms-flex-preferred-size: 25%;
}

.r8_vertical_tabs_container .tab_link {
	display: block;
	padding: 10px;
}

.r8_vertical_tabs_container .vertical_tab_content_container {
	-webkit-flex-basis: 75%;
	-moz-flex-basis: 75%;
	flex-basis: 75%;
	-ms-flex-preferred-size: 75%;
}

.r8_vertical_tabs_container .vertical_tab_content {
	display: none;
	min-height: 250px;
	padding: 10px 20px 20px;
	height: 100%;
}

.r8_vertical_tabs_container .vertical_tab_content.is_open {
	display: block;
}

@media screen and (max-width: 626px) {
	.r8_vertical_tabs_container .vertical_tab_content img {
		width: 100%;
		height: auto;
		display: block;
		margin-bottom: 15px;
	}
}

.r8_vertical_tabs_container .vertical_tab_accordion_heading {
	cursor: pointer;
	display: block;
}

.r8_tabs .r8_tabs_container {
	max-width: 100%;
	width: 100%;
}

.r8_tabs .tab_link {
	text-align: center;
	padding: 12px;
	text-transform: uppercase;
	opacity: .74;
}

.r8_tabs .tab_link.is_active {
	opacity: 1 !important;
}

.r8_tabs .tab_link:focus {
	outline: none;
}

.r8_tabs .horizontal_tabs {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.r8_tabs .horizontal_tabs .tab_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	border-bottom: none;
	font-size: 16px;
}

.r8_tabs .horizontal_tabs .tab_link:not(:first-child) {
	border-left: none;
}

.r8_tabs .r8_tab_content {
	border: 1px solid #e2e2e2;
	padding: 30px 40px;
}

@media screen and (max-width: 626px) {
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs {
		float: left;
		display: block;
		display: -webkit-box;
		display: -moz-box;
		display: box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: 7.42297%;
		width: 100%;
		overflow-x: scroll;
	}
	
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs:last-child {
		margin-right: 0;
	}
	
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs:nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs:nth-child(1n+1) {
		clear: left;
	}
}

.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
}

@media screen and (min-width: 625px) {
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link {
		border-right: 0;
	}
	
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link:not(:last-child) {
		border-bottom: none;
	}
}

.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link .tab_title_image {
	margin-right: 15px;
}

@media screen and (max-width: 626px) {
	.r8_tabs .r8_vertical_tabs_container .vertical_tabs .tab_link .tab_title_image {
		display: none;
	}
}

.r8_tabs .r8_vertical_tabs_container .vertical_tab_content_container {
	width: 70%;
}

@media screen and (max-width: 626px) {
	.r8_tabs .r8_vertical_tabs_container .vertical_tab_content_container {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_tabs .r8_vertical_tabs_container .vertical_tab_content_container:last-child {
		margin-right: 0;
	}
}

.r8_slider_section.full_width_slider .r8_inner_container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.r8_slider_section.full_width_slider .r8_inner_container.right_aligned_content {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}

.r8_slider_section.full_width_slider .r8_inner_container.left_aligned_content {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}

.r8_slider_section.full_width_slider .r8_inner_container.center_aligned_content {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.r8_slider_section.full_width_slider.has_slider_arrows .r8_inner_container .slide_content {
	margin: 0 80px;
}

@media screen and (max-width: 626px) {
	.r8_slider_section.full_width_slider.has_slider_arrows .r8_inner_container .slide_content {
		margin: 0 50px;
	}
}

.r8_slider_section.non_full_width_slider .r8_slider_item {
	margin: 0 80px;
}

@media screen and (max-width: 626px) {
	.r8_slider_section.non_full_width_slider .r8_slider_item {
		margin: 0 50px;
	}
}

.r8_slider_section .slick-slider .slick-list {
	margin: 0 auto;
}

.r8_slider_section .r8_inner_container {
	margin: 0 auto;
}

.r8_slider_section .r8_slider_item {
	height: auto;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.r8_slider_section .r8_slider_item.right_aligned_content {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
	-ms-flex-pack: end;
}

.r8_slider_section .r8_slider_item.left_aligned_content {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	-ms-flex-pack: start;
}

.r8_slider_section .r8_slider_item.center_aligned_content {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
}

.r8_slider_section .r8_slider_item picture {
	width: 100%;
}

.r8_slider_section .r8_slider_item.slick-slide {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.r8_slider_section .r8_slider_item.image_text .slide_content, .r8_slider_section .r8_slider_item.text .slide_content {
	width: 100%;
}

.r8_slider_section .r8_slider_item .slide_content {
	padding: 150px 0px;
}

.r8_slider_section .r8_slider_item.image img {
	margin: 0 auto;
}

.r8_slider_section .r8_slider_item.testimonial .slide_content {
	font-size: 24px;
	font-size: 1.5rem;
	margin: 0 auto;
	max-width: 800px;
	text-align: center;
}

.r8_slider_section .r8_slider_item.testimonial .slide_content>:first-child {
	margin-top: 0;
}

.r8_slider_section .r8_slider_item.testimonial .slide_content>:last-child {
	margin-bottom: 0;
}

.r8_slider_section .r8_slider_item .r8_container {
	z-index: 10;
	width: 100%;
}

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

.r8_slider_section .slide_content.two_column .slide_content_col {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.r8_slider_section .slide_content.two_column .slide_content_col:last-child {
	margin-right: 0;
}

.r8_slider_section .slide_content.two_column .slide_content_col:nth-child(2n) {
	margin-right: 0;
}

.r8_slider_section .slide_content.two_column .slide_content_col:nth-child(2n+1) {
	clear: left;
}

@media screen and (max-width: 626px) {
	.r8_slider_section .slide_content.two_column .slide_content_col {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin: 15px;
	}
	
	.r8_slider_section .slide_content.two_column .slide_content_col:last-child {
		margin-right: 0;
	}
}

.r8_slider_section .slick-track {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.r8_slider_section .slick-dots {
	bottom: 0px;
}

.r8_slider_section .testimony_quoter {
	color: #999;
	position: relative;
	margin-top: 15px;
	padding-top: 15px;
}

.r8_slider_section .testimony_quoter:before {
	content: "";
	width: 143px;
	height: 2px;
	background-color: #999;
	position: absolute;
	top: 0;
}

.r8_slider_section .testimony_quoter.left_aligned:before {
	left: 0;
}

.r8_slider_section .testimony_quoter.right_aligned:before {
	right: 0;
}

.r8_slider_section .testimony_quoter.center_aligned:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.r8_slider_section .r8_slider_item .slide_content {
	padding: 30px 0px;
}

.r8_slider_section .slick-dots {
	bottom: 0px;
}

.r8_flexible_content_section {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
}

.r8_flexible_content_section .r8_container {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.r8_flexible_content_section .r8_section_title {
	margin-top: 0px;
	margin-bottom: 1em;
}

.r8_primary_font_color {
	color: #b92120;
}

.r8_primary_font_color.r8_section_title {
	color: #b92120;
}

.r8_primary_font_color p:not(.r8_section_title), .r8_primary_font_color h1:not(.r8_section_title), .r8_primary_font_color h2:not(.r8_section_title), .r8_primary_font_color h3:not(.r8_section_title), .r8_primary_font_color h4:not(.r8_section_title), .r8_primary_font_color h5:not(.r8_section_title), .r8_primary_font_color h6:not(.r8_section_title) {
	color: #b92120;
}

.r8_secondary_font_color {
	color: #dc9d45;
}

.r8_secondary_font_color.r8_section_title {
	color: #b92120;
}

.r8_secondary_font_color p:not(.r8_section_title), .r8_secondary_font_color h1:not(.r8_section_title), .r8_secondary_font_color h2:not(.r8_section_title), .r8_secondary_font_color h3:not(.r8_section_title), .r8_secondary_font_color h4:not(.r8_section_title), .r8_secondary_font_color h5:not(.r8_section_title), .r8_secondary_font_color h6:not(.r8_section_title) {
	color: #dc9d45;
}

.r8_accent_font_color {
	color: #a9a9a9;
}

.r8_accent_font_color.r8_section_title {
	color: #b92120;
}

.r8_accent_font_color p:not(.r8_section_title), .r8_accent_font_color h1:not(.r8_section_title), .r8_accent_font_color h2:not(.r8_section_title), .r8_accent_font_color h3:not(.r8_section_title), .r8_accent_font_color h4:not(.r8_section_title), .r8_accent_font_color h5:not(.r8_section_title), .r8_accent_font_color h6:not(.r8_section_title) {
	color: #a9a9a9;
}

.r8_black_font_color {
	color: #000;
}

.r8_black_font_color p:not(.r8_section_title), .r8_black_font_color h1:not(.r8_section_title), .r8_black_font_color h2:not(.r8_section_title), .r8_black_font_color h3:not(.r8_section_title), .r8_black_font_color h4:not(.r8_section_title), .r8_black_font_color h5:not(.r8_section_title), .r8_black_font_color h6:not(.r8_section_title) {
	color: #000;
}

.r8_white_font_color {
	color: #fff;
}

.r8_white_font_color p:not(.r8_section_title), .r8_white_font_color h1:not(.r8_section_title), .r8_white_font_color h2:not(.r8_section_title), .r8_white_font_color h3:not(.r8_section_title), .r8_white_font_color h4:not(.r8_section_title), .r8_white_font_color h5:not(.r8_section_title), .r8_white_font_color h6:not(.r8_section_title) {
	color: #fff;
}

.r8_gray_font_color {
	color: #a9a9a9;
}

.r8_gray_font_color p:not(.r8_section_title), .r8_gray_font_color h1:not(.r8_section_title), .r8_gray_font_color h2:not(.r8_section_title), .r8_gray_font_color h3:not(.r8_section_title), .r8_gray_font_color h4:not(.r8_section_title), .r8_gray_font_color h5:not(.r8_section_title), .r8_gray_font_color h6:not(.r8_section_title) {
	color: #a9a9a9;
}

.r8_light_gray_font_color {
	color: #eaeaea;
}

.r8_light_gray_font_color p:not(.r8_section_title), .r8_light_gray_font_color h1:not(.r8_section_title), .r8_light_gray_font_color h2:not(.r8_section_title), .r8_light_gray_font_color h3:not(.r8_section_title), .r8_light_gray_font_color h4:not(.r8_section_title), .r8_light_gray_font_color h5:not(.r8_section_title), .r8_light_gray_font_color h6:not(.r8_section_title) {
	color: #eaeaea;
}

.r8_dark_gray_font_color {
	color: #696969;
}

.r8_dark_gray_font_color p:not(.r8_section_title), .r8_dark_gray_font_color h1:not(.r8_section_title), .r8_dark_gray_font_color h2:not(.r8_section_title), .r8_dark_gray_font_color h3:not(.r8_section_title), .r8_dark_gray_font_color h4:not(.r8_section_title), .r8_dark_gray_font_color h5:not(.r8_section_title), .r8_dark_gray_font_color h6:not(.r8_section_title) {
	color: #696969;
}

.r8_float_content {
	position: absolute;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.r8_float_content.right_pos {
	right: 0;
}

.r8_float_content.left_pos {
	left: 0;
}

.r8_float_content.center_pos {
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.r8_add_shadow {
	-webkit-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, .75);
	box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, .75);
}

.r8_posts_section .r8_posts {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.r8_posts_section .r8_posts.second {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-auto-columns: 1fr;
	grid-auto-rows: 295px;
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.second {
		grid-template-columns: repeat(2, 1fr);
	}
}

.r8_posts_section .r8_posts.second .r8_post {
	margin-bottom: 0;
	margin-top: 0;
}

.r8_posts_section .r8_posts.second .r8_post .post_details {
	width: 100%;
	position: relative;
}

.r8_posts_section .r8_posts.second .r8_post .post_details a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
}

.r8_posts_section .r8_posts.second .r8_post .seperator {
	height: 1px;
	width: calc(100% - 40px);
	background-color: white;
	display: block;
}

.r8_posts_section .r8_posts .post_box_details {
	width: 100%;
}

.r8_posts_section .r8_posts.one_column .r8_post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.r8_posts_section .r8_posts.one_column .r8_post:last-child {
	margin-right: 0;
}

.r8_posts_section .r8_posts.one_column .r8_post:nth-child(1n) {
	margin-right: 0;
}

.r8_posts_section .r8_posts.one_column .r8_post:nth-child(1n+1) {
	clear: left;
}

.r8_posts_section .r8_posts.one_column .r8_post:first-child {
	margin-top: 0;
}

.r8_posts_section .r8_posts.one_column .r8_post>a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%;
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.one_column .r8_post>a {
		display: block;
	}
}

.r8_posts_section .r8_posts.one_column .r8_post>a .post_thumbnail {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.96686%;
}

.r8_posts_section .r8_posts.one_column .r8_post>a .post_thumbnail:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.one_column .r8_post>a .post_thumbnail {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_posts_section .r8_posts.one_column .r8_post>a .post_thumbnail:last-child {
		margin-right: 0;
	}
}

.r8_posts_section .r8_posts.one_column .r8_post>a .post_content {
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
}

.r8_posts_section .r8_posts.one_column .r8_post>a .post_content.has_thumbnail {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 78.67549%;
}

.r8_posts_section .r8_posts.one_column .r8_post>a .post_content.has_thumbnail:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.one_column .r8_post>a .post_content.has_thumbnail {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.r8_posts_section .r8_posts.one_column .r8_post>a .post_content.has_thumbnail:last-child {
		margin-right: 0;
	}
}

.r8_posts_section .r8_posts.two_column .r8_post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 48.82117%;
}

.r8_posts_section .r8_posts.two_column .r8_post:last-child {
	margin-right: 0;
}

.r8_posts_section .r8_posts.two_column .r8_post:nth-child(2n) {
	margin-right: 0;
}

.r8_posts_section .r8_posts.two_column .r8_post:nth-child(2n+1) {
	clear: left;
}

.r8_posts_section .r8_posts.two_column .r8_post:nth-child(-n+2) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.two_column .r8_post:nth-child(-n+2) {
		margin-top: 15px;
	}
}

.r8_posts_section .r8_posts.three_column .r8_post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.r8_posts_section .r8_posts.three_column .r8_post:last-child {
	margin-right: 0;
}

.r8_posts_section .r8_posts.three_column .r8_post:nth-child(3n) {
	margin-right: 0;
}

.r8_posts_section .r8_posts.three_column .r8_post:nth-child(3n+1) {
	clear: left;
}

.r8_posts_section .r8_posts.three_column .r8_post:nth-child(-n+3) {
	margin-top: 0;
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.three_column .r8_post:nth-child(-n+3) {
		margin-top: 15px;
	}
}

.r8_posts_section .r8_posts.four_column .r8_post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.r8_posts_section .r8_posts.four_column .r8_post:last-child {
	margin-right: 0;
}

.r8_posts_section .r8_posts.four_column .r8_post:nth-child(4n) {
	margin-right: 0;
}

.r8_posts_section .r8_posts.four_column .r8_post:nth-child(4n+1) {
	clear: left;
}

.r8_posts_section .r8_posts.four_column .r8_post:nth-child(-n+4) {
	margin-top: 0;
}

.r8_posts_section .r8_posts.four_column .r8_post .post_title {
	font-size: 18px;
	font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
	.r8_posts_section .r8_posts.four_column .r8_post {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.four_column .r8_post:last-child {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.four_column .r8_post:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.four_column .r8_post:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_posts_section .r8_posts.four_column .r8_post:nth-child(-n+4) {
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.four_column .r8_post:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.four_column .r8_post:nth-child(-n+3) {
		margin-top: 15px;
	}
}

.r8_posts_section .r8_posts.five_column .r8_post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.11388%;
}

.r8_posts_section .r8_posts.five_column .r8_post:last-child {
	margin-right: 0;
}

.r8_posts_section .r8_posts.five_column .r8_post:nth-child(5n) {
	margin-right: 0;
}

.r8_posts_section .r8_posts.five_column .r8_post:nth-child(5n+1) {
	clear: left;
}

.r8_posts_section .r8_posts.five_column .r8_post:nth-child(-n+5) {
	margin-top: 0;
}

.r8_posts_section .r8_posts.five_column .r8_post .post_title {
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.r8_posts_section .r8_posts.five_column .r8_post {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.five_column .r8_post:last-child {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.five_column .r8_post:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.five_column .r8_post:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_posts_section .r8_posts.five_column .r8_post:nth-child(-n+5) {
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.five_column .r8_post:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.five_column .r8_post:nth-child(-n+3) {
		margin-top: 15px;
	}
}

.r8_posts_section .r8_posts.six_column .r8_post {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 14.70196%;
}

.r8_posts_section .r8_posts.six_column .r8_post:last-child {
	margin-right: 0;
}

.r8_posts_section .r8_posts.six_column .r8_post:nth-child(6n) {
	margin-right: 0;
}

.r8_posts_section .r8_posts.six_column .r8_post:nth-child(6n+1) {
	clear: left;
}

.r8_posts_section .r8_posts.six_column .r8_post:nth-child(-n+6) {
	margin-top: 0;
}

.r8_posts_section .r8_posts.six_column .r8_post .post_title {
	font-size: 16px;
	font-size: 1rem;
}

@media screen and (max-width: 768px) {
	.r8_posts_section .r8_posts.six_column .r8_post {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 48.21067%;
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.six_column .r8_post:last-child {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.six_column .r8_post:nth-child(2n) {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.six_column .r8_post:nth-child(2n+1) {
		clear: left;
	}
	
	.r8_posts_section .r8_posts.six_column .r8_post:nth-child(-n+6) {
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.six_column .r8_post:nth-child(-n+2) {
		margin-top: 0;
	}
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.six_column .r8_post:nth-child(-n+3) {
		margin-top: 15px;
	}
}

@media screen and (max-width: 626px) {
	.r8_posts_section .r8_posts.two_column .r8_post, .r8_posts_section .r8_posts.three_column .r8_post, .r8_posts_section .r8_posts.four_column .r8_post, .r8_posts_section .r8_posts.five_column .r8_post, .r8_posts_section .r8_posts.six_column .r8_post {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 314.84594%;
		margin-top: 15px;
	}
	
	.r8_posts_section .r8_posts.two_column .r8_post:last-child, .r8_posts_section .r8_posts.three_column .r8_post:last-child, .r8_posts_section .r8_posts.four_column .r8_post:last-child, .r8_posts_section .r8_posts.five_column .r8_post:last-child, .r8_posts_section .r8_posts.six_column .r8_post:last-child {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.two_column .r8_post:nth-child(1n), .r8_posts_section .r8_posts.three_column .r8_post:nth-child(1n), .r8_posts_section .r8_posts.four_column .r8_post:nth-child(1n), .r8_posts_section .r8_posts.five_column .r8_post:nth-child(1n), .r8_posts_section .r8_posts.six_column .r8_post:nth-child(1n) {
		margin-right: 0;
	}
	
	.r8_posts_section .r8_posts.two_column .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.three_column .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.four_column .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.five_column .r8_post:nth-child(1n+1), .r8_posts_section .r8_posts.six_column .r8_post:nth-child(1n+1) {
		clear: left;
	}
	
	.r8_posts_section .r8_posts.two_column .r8_post:first-child, .r8_posts_section .r8_posts.three_column .r8_post:first-child, .r8_posts_section .r8_posts.four_column .r8_post:first-child, .r8_posts_section .r8_posts.five_column .r8_post:first-child, .r8_posts_section .r8_posts.six_column .r8_post:first-child {
		margin-top: 0;
	}
}

.r8_posts_section .r8_post {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
}

.r8_posts_section .r8_post .content_post_box {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	width: 100%;
	height: 100%;
}

.r8_posts_section .r8_post .post_box_cta {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	width: 100%;
}

.r8_posts_section .r8_post .post_thumbnail a:hover img, .r8_posts_section .r8_post .post_thumbnail a:focus img {
	-webkit-filter: brightness(.5);
	filter: brightness(.5);
}

.r8_posts_section .r8_post .post_content {
	border-top: none;
	text-align: center;
	padding: 20px;
}

.r8_posts_section .r8_post .post_content :first-child {
	margin-top: 0;
}

.r8_posts_section .r8_post .post_thumbnail img {
	width: 100%;
}

.r8_posts_section .r8_post .post_title {
	margin: 0;
}

.r8_posts_section .r8_post .post_excerpt {
	margin: 1em 0;
}

.r8_posts_section .r8_post .post_excerpt p:first-child {
	margin: 0;
}

.r8_video_section .outer_bg_video_container {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.r8_video_section .r8_bg_video_container {
	position: relative;
}

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

.r8_video_section .r8_bg_video_container .video_copy.left_pos {
	float: left;
}

.r8_video_section .r8_bg_video_container .video_copy.right_pos {
	float: right;
}

.r8_video_section .r8_bg_video_container .video_copy.center_pos {
	margin: 0 auto;
}

@media screen and (max-width: 626px) {
	.r8_video_section .r8_bg_video_container .video_copy {
		width: 90%;
	}
}

.r8_video_section .bg_video_box {
	width: 100%;
}

.r8_video_section .bg_video_container {
	position: relative;
	width: 100%;
}

.r8_video_section .bg_video {
	min-width: 100%;
	width: auto;
	height: auto;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.r8_video_section .r8_pop_up_poster_wrapper {
	position: relative;
	margin: 0 auto;
	max-width: 720px;
	text-align: center;
}

.r8_video_section .r8_pop_up_poster_wrapper .r8_play_btn {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.r8_video_section .r8_pop_up_poster_wrapper .video_poster {
	width: 100%;
}

.em_video {
	max-width: 720px;
	margin: auto;
	text-align: center;
}

.em_video iframe {
	max-width: 100%;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video_container iframe, .video_container object, .video_container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.r8_pop_up_video {
	padding: 25px;
	background-color: #000;
}

.r8_pop_up_video .em_video {
	width: 80vw;
}

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

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

.pricing_plans .plans.column_4 .pricing_plan {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.pricing_plans .plans.column_4 .pricing_plan:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.pricing_plans .plans.column_4 .pricing_plan {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.pricing_plans .plans.column_4 .pricing_plan:last-child {
		margin-right: 0;
	}
	
	.pricing_plans .plans.column_4 .pricing_plan:last-child {
		margin-bottom: 0;
	}
}

.pricing_plans .plans.column_3 .pricing_plan {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
}

.pricing_plans .plans.column_3 .pricing_plan:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.pricing_plans .plans.column_3 .pricing_plan {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.pricing_plans .plans.column_3 .pricing_plan:last-child {
		margin-right: 0;
	}
	
	.pricing_plans .plans.column_3 .pricing_plan:last-child {
		margin-bottom: 0;
	}
}

.pricing_plans .plans .pricing_plan {
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;
}

.pricing_plans .plans .pricing_plan.featured {
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5);
}

.pricing_plans .plans .pricing_plan .plan_header {
	padding: 20px;
	text-align: center;
	border-bottom: 1px solid #d4d4d4;
}

.pricing_plans .plans .pricing_plan .plan_header .plan_title {
	font-size: 22px;
}

.pricing_plans .plans .pricing_plan .plan_header .plan_price {
	font-size: 53px;
}

.pricing_plans .plans .pricing_plan .plan_header .billing_frequency {
	font-size: 18px;
}

.pricing_plans .plans .pricing_plan .plan_footer {
	text-align: center;
	border-top: 1px solid #d4d4d4;
	padding: 20px;
}

.pricing_plans .plans .pricing_plan .plan_footer a {
	display: inline-block;
	padding: 10px 15px;
	color: #fff;
}

.pricing_plans .plans .pricing_plan ul {
	width: 100%;
}

.pricing_plans .plans .pricing_plan ul li {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d4d4d4;
	font-size: 16px;
	padding: 15px;
}

@media screen and (max-width: 626px) {
	.pricing_plans .plans .pricing_plan ul li {
		font-size: 14px;
		padding: 16px;
	}
}

.pricing_plans .plans .pricing_plan ul li:first-child {
	border-top: none;
}

.pricing_plans .plans .plan_options {
	float: left;
	display: block;
	display: none;
	margin-right: 2.35765%;
	width: 23.23176%;
	background-color: #fff;
	border: 1px solid #d4d4d4;
}

.pricing_plans .plans .plan_options:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.pricing_plans .plans .plan_options {
		float: left;
		display: block;
		display: block;
		margin-right: 7.42297%;
		width: 46.28851%;
	}
	
	.pricing_plans .plans .plan_options:last-child {
		margin-right: 0;
	}
}

.pricing_plans .plans .plan_options:first-of-type {
	display: block;
}

.pricing_plans .plans .plan_options .plan_header {
	text-align: center;
	padding: 67px;
	border-bottom: 1px solid #d4d4d4;
}

@media screen and (max-width: 626px) {
	.pricing_plans .plans .plan_options .plan_header {
		padding: 67px 0;
	}
}

.pricing_plans .plans .plan_options ul {
	width: 100%;
}

.pricing_plans .plans .plan_options ul li {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%;
	text-align: center;
	border-top: 1px solid #d4d4d4;
	font-size: 16px;
	padding: 15px;
}

@media screen and (max-width: 626px) {
	.pricing_plans .plans .plan_options ul li {
		font-size: 14px;
		padding: 16px;
	}
}

.pricing_plans .plans .plan_options ul li:first-child {
	border-top: none;
}

.pricing_plans.first .pricing_plan.featured {
	background-color: #fff;
}

.pricing_plans.second .pricing_plan .plan_header .plan_title {
	color: #fff !important;
}

.pricing_plans.second .pricing_plan .plan_header .plan_price {
	color: #fff !important;
}

.pricing_plans.second .pricing_plan .plan_header .billing_frequency {
	color: #fff !important;
}

.pricing_plans.second .pricing_plan li:nth-child(odd) {
	background-color: #fff;
}

.pricing_plans.third .plans.column_3 .pricing_plan, .pricing_plans.third .plans.column_4 .pricing_plan {
	border-color: #fff !important;
}

@media screen and (max-width: 626px) {
	.pricing_plans.third .plans.column_3 .pricing_plan, .pricing_plans.third .plans.column_4 .pricing_plan {
		float: left;
		display: block;
		margin-right: 7.42297%;
		margin-right: 0;
		width: 46.28851%;
	}
	
	.pricing_plans.third .plans.column_3 .pricing_plan:last-child, .pricing_plans.third .plans.column_4 .pricing_plan:last-child {
		margin-right: 0;
	}
}

.pricing_plans.third .plans.column_3 .pricing_plan .plan_header, .pricing_plans.third .plans.column_4 .pricing_plan .plan_header {
	border-color: #fff !important;
}

.pricing_plans.third .plans.column_3 .pricing_plan .plan_header .plan_title, .pricing_plans.third .plans.column_4 .pricing_plan .plan_header .plan_title {
	color: #fff !important;
}

.pricing_plans.third .plans.column_3 .pricing_plan .plan_header .plan_price, .pricing_plans.third .plans.column_4 .pricing_plan .plan_header .plan_price {
	color: #fff !important;
}

.pricing_plans.third .plans.column_3 .pricing_plan .plan_header .billing_frequency, .pricing_plans.third .plans.column_4 .pricing_plan .plan_header .billing_frequency {
	color: #fff !important;
}

.pricing_plans.third .plans.column_3 .pricing_plan .plan_footer, .pricing_plans.third .plans.column_4 .pricing_plan .plan_footer {
	border-color: #fff !important;
}

.pricing_plans.third .plans.column_3 .pricing_plan .plan_footer a, .pricing_plans.third .plans.column_4 .pricing_plan .plan_footer a {
	background-color: #fff;
}

.pricing_plans.third .plans.column_3 .pricing_plan li, .pricing_plans.third .plans.column_4 .pricing_plan li {
	border-color: #fff !important;
	color: #fff;
}

.r8_flexible_content_section .r8_section_title, .r8_slider_hero_container .r8_section_title {
	text-align: center;
}

.r8_flexible_content_section .slick-slider .slick-next, .r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-prev {
	background-color: #fff;
	border-radius: 50%;
	display: inline-block;
	height: 30px;
	height: 50px;
	width: 30px;
	width: 50px;
	-webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .6);
	box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, .6);
	color: #b92120;
	font-size: 20px;
	text-align: center;
	line-height: 1;
	opacity: .7;
	margin-top: 0;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.r8_flexible_content_section .slick-slider .slick-next:before, .r8_flexible_content_section .slick-slider .slick-prev:before, .r8_slider_hero_container .slick-slider .slick-next:before, .r8_slider_hero_container .slick-slider .slick-prev:before {
	display: none;
}

.r8_flexible_content_section .slick-slider .slick-next:hover, .r8_flexible_content_section .slick-slider .slick-prev:hover, .r8_slider_hero_container .slick-slider .slick-next:hover, .r8_slider_hero_container .slick-slider .slick-prev:hover {
	opacity: 1;
}

.r8_flexible_content_section .slick-slider .slick-next i, .r8_flexible_content_section .slick-slider .slick-prev i, .r8_slider_hero_container .slick-slider .slick-next i, .r8_slider_hero_container .slick-slider .slick-prev i {
	font-size: 20px;
}

@media screen and (max-width: 626px) {
	.r8_flexible_content_section .slick-slider .slick-next, .r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-prev {
		height: 35px;
		width: 35px;
		font-size: 16px;
	}
	
	.r8_flexible_content_section .slick-slider .slick-next i, .r8_flexible_content_section .slick-slider .slick-prev i, .r8_slider_hero_container .slick-slider .slick-next i, .r8_slider_hero_container .slick-slider .slick-prev i {
		font-size: 16px;
	}
}

.r8_flexible_content_section .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
	padding-left: 3px;
	right: 0px;
}

@media screen and (max-width: 1280px) {
	.r8_flexible_content_section .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
		right: 0;
	}
}

.r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
	left: 0px;
}

@media screen and (max-width: 1280px) {
	.r8_flexible_content_section .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
		left: 0;
	}
}

.r8_flexible_content_section .slick-slider .slick-slide, .r8_slider_hero_container .slick-slider .slick-slide {
	outline: none;
}

.r8_flexible_content_section .slick-slider .slick-dots li.slick-active button, .r8_slider_hero_container .slick-slider .slick-dots li.slick-active button {
	opacity: 1;
}

.r8_flexible_content_section .slick-slider .slick-dots li button, .r8_slider_hero_container .slick-slider .slick-dots li button {
	background-color: #b92120;
	border-radius: 50%;
	height: 12px;
	width: 12px;
	opacity: .5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	box-shadow: none;
}

.r8_flexible_content_section .slick-slider .slick-dots li button:before, .r8_slider_hero_container .slick-slider .slick-dots li button:before {
	display: none;
}

.r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
	left: calc(50% - 590px);
}

@media screen and (max-width: 1280px) {
	.r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
		left: 50px;
	}
}

@media screen and (max-width: 768px) {
	.r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
		left: 30px;
	}
}

@media screen and (max-width: 626px) {
	.r8_flexible_content_section.full_width_slider .slick-slider .slick-prev, .r8_slider_hero_container .slick-slider .slick-prev {
		left: 20px;
	}
}

.r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
	right: calc(50% - 590px);
}

@media screen and (max-width: 1280px) {
	.r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
		right: 50px;
	}
}

@media screen and (max-width: 768px) {
	.r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
		right: 30px;
	}
}

@media screen and (max-width: 626px) {
	.r8_flexible_content_section.full_width_slider .slick-slider .slick-next, .r8_slider_hero_container .slick-slider .slick-next {
		right: 20px;
	}
}

.r8_flexible_content_section.full_width_slider .slick-slider .slick-dots, .r8_slider_hero_container .slick-slider .slick-dots {
	padding: 0 30px;
}

.r8_max_width, .r8_accordion_section .r8_accordion, .r8_callout_section .callout, .r8_image_section .r8_image_gallery {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}

.archive .archive_hero .archive_category_title, .blog .archive_hero .archive_category_title, .page-template-template-archive .archive_hero .archive_category_title {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.archive .page-header-archive, .blog .page-header-archive, .page-template-template-archive .page-header-archive {
	padding-top: 40px;
}

.archive .featured_post>a, .blog .featured_post>a, .page-template-template-archive .featured_post>a {
	color: inherit;
}

.archive .archive_content, .blog .archive_content, .page-template-template-archive .archive_content {
	width: 100%;
	padding: 60px 0;
}

.archive .archive_content:after, .blog .archive_content:after, .page-template-template-archive .archive_content:after {
	clear: both;
	content: "";
	display: table;
}

.archive .archive_content.archive_has_hero_content, .blog .archive_content.archive_has_hero_content, .page-template-template-archive .archive_content.archive_has_hero_content {
	padding-top: 40px;
}

.archive .archive_content .r8_flexible_content_section:first-child, .blog .archive_content .r8_flexible_content_section:first-child, .page-template-template-archive .archive_content .r8_flexible_content_section:first-child {
	padding-top: 0;
}

.archive .archive_content .r8_flexible_content_section:last-child, .blog .archive_content .r8_flexible_content_section:last-child, .page-template-template-archive .archive_content .r8_flexible_content_section:last-child {
	padding-bottom: 0;
}

.archive .archive_content .r8_posts, .blog .archive_content .r8_posts, .page-template-template-archive .archive_content .r8_posts {
	margin-top: 0;
}

.archive .archive_content #secondary, .blog .archive_content #secondary, .page-template-template-archive .archive_content #secondary {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.archive .archive_content #secondary, .blog .archive_content #secondary, .page-template-template-archive .archive_content #secondary {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.archive .archive_content #secondary .widget_search, .blog .archive_content #secondary .widget_search, .page-template-template-archive .archive_content #secondary .widget_search {
		display: none;
	}
}

.archive .archive_content #secondary .widget-title, .blog .archive_content #secondary .widget-title, .page-template-template-archive .archive_content #secondary .widget-title {
	font-size: 20px;
}

.archive .archive_content #secondary ul, .blog .archive_content #secondary ul, .page-template-template-archive .archive_content #secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.archive .archive_content #secondary ul li, .blog .archive_content #secondary ul li, .page-template-template-archive .archive_content #secondary ul li {
	line-height: 1.2;
	margin-bottom: 10px;
}

.archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post, .blog .r8_posts_section .r8_posts.row_layout.one_column .r8_post, .page-template-template-archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post {
	text-align: inherit;
}

.archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post>a .post_content, .blog .r8_posts_section .r8_posts.row_layout.one_column .r8_post>a .post_content, .page-template-template-archive .r8_posts_section .r8_posts.row_layout.one_column .r8_post>a .post_content {
	padding: 0;
	text-align: inherit;
}

.home #home-first-column .column_wysiwig p:first-of-type {
	margin: 0;
}

.promopage_wrap {
	height: 100vh;
	min-height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 950px) {
	.promopage_wrap {
		height: auto;
		background-size: 0 0;
		background-image: none;
	}
	
	.promopage_wrap.nitro-lazy {
		background-image: none !important;
	}
}

.page-template-page-promopage {
	overflow-x: hidden;
}

@media screen and (max-width: 950px) {
	.page-template-page-promopage {
		overflow: auto;
	}
}

.promopage {
	height: 100%;
	overflow: hidden;
}

.promopage .half {
	display: block;
	width: 49%;
	float: left;
	height: 100%;
}

.promopage .half.left {
	background-position: center;
	background-size: cover;
	background-repeat: none;
	width: 51%;
	padding: 25px;
}

@media screen and (max-width: 950px) {
	.promopage .half.left {
		width: 100%;
		height: 100vh;
	}
}

.promopage .half.right {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-animation-name: slideFromRight;
	-moz-animation-name: slideFromRight;
	animation-name: slideFromRight;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
	height: calc(100% - 54px);
	overflow: hidden;
}

@media screen and (max-width: 950px) {
	.promopage .half.right {
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		-webkit-animation: none;
		-moz-animation: none;
		animation: none;
		width: 100%;
		height: auto;
		float: none;
	}
}

.promopage .promo_left_header {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-moz-box-align: start;
	box-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-align: start;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
}

.promopage .promopage_m_menu_icon {
	display: none;
	height: 24px;
	position: relative;
	width: 32px;
}

.promopage .promopage_m_menu_icon span {
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 0;
}

.promopage .promopage_m_menu_icon:after, .promopage .promopage_m_menu_icon:before {
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: #fff;
	content: "";
	position: absolute;
}

.promopage .promopage_m_menu_icon:after {
	top: 10px;
}

.promopage .promopage_m_menu_icon:before {
	top: 20px;
}

@media screen and (max-width: 950px) {
	.promopage .promopage_m_menu_icon {
		display: block;
	}
}

.promopage .logo {
	margin-bottom: 30px;
}

@media screen and (max-width: 626px) {
	.promopage .logo {
		max-width: calc(100% - 100px);
	}
}

.promopage .promopage_content p {
	color: #fff;
	font-size: 19px;
	line-height: 1.15;
	margin: 0 0 20px 0;
}

.promopage .promopage_content p:last-child {
	margin: 0px;
}

.promopage .promopage_content a {
	line-height: 1;
	display: inline-block;
	margin: 15px 0 0;
}

.promopage .section_wrap {
	height: 33.7%;
}

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

@media screen and (max-width: 950px) {
	.promopage .section_wrap {
		height: auto;
	}
}

.promopage .section_wrap .wrapper_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.promopage .section_wrap .wrapper_link img {
	margin: 0 auto;
}

.promopage .section_wrap>div {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	width: 50%;
	float: left;
	height: 100%;
}

@media screen and (max-width: 950px) {
	.promopage .section_wrap>div {
		width: 100%;
		float: none;
		height: auto;
	}
}

.promopage .section_wrap>div .section_content {
	-webkit-align-self: flex-end;
	-moz-align-self: flex-end;
	align-self: flex-end;
	-ms-flex-item-align: end;
	padding: 20px 0 30px 0;
}

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

.promopage .section img {
	height: 54%;
	margin: 0 auto;
}

@media screen and (max-width: 950px) {
	.promopage .section img {
		height: auto;
	}
}

.promopage .section .wrapper_link {
	display: block;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 950px) {
	.promopage .section .wrapper_link {
		height: auto;
	}
}

@media screen and (max-width: 950px) {
	.promopage .section .wrapper_link {
		padding-bottom: 10px;
	}
}

.promopage .section .section_content {
	width: 100%;
}

.promopage .section .section_content h4 {
	font-size: 20px;
	font-size: 1.25rem;
	color: #fff;
	margin-top: 0;
	margin-bottom: 0px;
}

.promopage .section .section_content h4:after {
	content: "";
	height: 1px;
	background-color: #fff;
	opacity: .5;
	width: 50%;
	margin: 4px auto 0px;
	display: block;
}

.promopage .section .section_content p {
	font-size: 16px;
	font-size: 1rem;
	color: #fff;
	margin: 0;
}

.promopage .section_1 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 36%;
}

.promopage .section_1 img {
	display: block;
	width: auto;
	height: 60%;
}

.promopage .section_3 img {
	padding-top: 20px;
	margin: 0;
}

.promopage .section_2, .promopage .section_3 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.promopage .section_2 .wrapper_link, .promopage .section_3 .wrapper_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	width: 100%;
}

.promopage .section_4 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 24%;
	padding-bottom: 30px;
}

.promopage .section_4 .wrapper_link {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

.promopage .section_4 h3 {
	margin: 0;
}

@media screen and (max-width: 950px) {
	.promopage .section_1, .promopage .section_2, .promopage .section_3, .promopage .section_4 {
		min-height: 50vw;
	}
}

@media screen and (max-width: 626px) {
	.promopage .section_1, .promopage .section_2, .promopage .section_3, .promopage .section_4 {
		min-height: 60vw;
	}
}

@media screen and (max-width: 950px) {
	.promopage .section_1 .wrapper_link, .promopage .section_2 .wrapper_link, .promopage .section_3 .wrapper_link, .promopage .section_4 .wrapper_link {
		min-height: 50vw;
	}
}

@media screen and (max-width: 626px) {
	.promopage .section_1 .wrapper_link, .promopage .section_2 .wrapper_link, .promopage .section_3 .wrapper_link, .promopage .section_4 .wrapper_link {
		min-height: 60vw;
	}
}

@keyframes slideFromRight {
	0% {
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	100% {
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.fixed-footer-spacer {
	margin-top: 54px;
	width: 100%;
	display: block;
	position: fixed;
	bottom: 0;
}

.header_promo {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	background-color: rgba(0, 0, 0, .5);
	padding: 0 30px;
	position: relative;
}

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

@media screen and (max-width: 950px) {
	.header_promo.d_header_promo {
		display: none;
	}
}

@media screen and (max-width: 850px) {
	.header_promo .header_search {
		display: none;
	}
}

.header_promo .header_search .search_icon {
	padding: 30px 0px 30px 10px;
}

.header_promo .header_search i {
	cursor: pointer;
	color: #fff;
}

.header_promo .header_search_form {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
	z-index: -1;
	display: block;
	display: none;
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0px;
}

@media screen and (max-width: 850px) {
	.header_promo .header_search_form {
		display: none;
	}
}

.header_promo .header_search_form .search-form {
	background-color: transparent;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	margin: 0;
}

.header_promo .header_search_form .search-form input[type="search"] {
	padding: 10px;
	background-color: transparent;
	color: #fff;
	border: none;
	border-radius: 0;
	outline: none;
}

.header_promo .header_search_form .search-form input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.header_promo .header_search_form .search-form input[type="search"]::-moz-placeholder {
	color: #fff;
}

.header_promo .header_search_form .search-form input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.header_promo .header_search_form .search-form input[type="search"]:-moz-placeholder {
	color: #fff;
}

.header_promo .header_search_form .search-form .search-submit {
	display: none;
}

.header_promo .header_search_form.search_open {
	top: 100%;
	opacity: 1;
	z-index: 1;
}

.header_promo .login_link {
	padding-right: 10px;
	color: #fff;
}

.header_promo .login_link span, .header_promo .login_link a {
	color: #fff;
}

.header_promo .menu_wrapper {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	float: left;
	width: auto;
}

.header_promo .menu_wrapper .primary_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header_promo .menu_wrapper .primary_menu>li {
	display: inline-block;
	padding: 30px 25px 30px 0;
}

.header_promo .menu_wrapper .primary_menu>li a {
	color: #fff;
}

@media screen and (max-width: 1000px) {
	.header_promo .menu_wrapper .primary_menu>li a {
		font-size: 15px;
	}
}

.header_promo .menu_wrapper .primary_menu ul {
	top: 100%;
	background-color: rgba(0, 0, 0, .3);
}

.header_promo .menu_wrapper .primary_menu ul li a {
	padding: 5px 10px;
}

.header_promo .cart_wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	box-direction: normal;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	-ms-flex-direction: row;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	float: right;
}

@media screen and (max-width: 1000px) {
	.header_promo .cart_wrapper {
		font-size: 15px;
	}
}

.header_promo .cart_wrapper .r8_cart {
	padding-right: 20px;
	float: left;
}

.header_promo .cart_wrapper .r8_cart a {
	color: #fff;
}

.header_promo .cart_wrapper .search {
	float: left;
}

.header_promo .cart_wrapper .search i {
	color: #fff;
}

.header_promo .cart_wrapper .search_icon {
	color: #fff;
}

.header_promo .header_search_form {
	right: 30px;
	background-color: rgba(0, 0, 0, .3);
}

.footer_promo {
	background-color: rgba(66, 66, 66, .75);
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px 0;
	min-height: 55px;
}

@media screen and (max-width: 950px) {
	.footer_promo {
		position: static;
	}
}

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

.footer_promo .container.promo_footer_container {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	max-width: none;
	padding: 0 25px;
}

@media screen and (max-width: 768px) {
	.footer_promo .container.promo_footer_container {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.footer_promo .left, .footer_promo .right, .footer_promo .center {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.footer_promo .left, .footer_promo .right, .footer_promo .center {
		width: 100%;
		margin: 5px 0;
		text-align: center;
	}
}

.footer_promo .left a, .footer_promo .right a, .footer_promo .center a {
	color: #fff;
}

.footer_promo .left a i, .footer_promo .right a i, .footer_promo .center a i {
	color: #fff;
}

.footer_promo .left {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	font-size: 17px;
}

.footer_promo .left:last-child {
	margin-right: 0;
}

.footer_promo .left a {
	padding-right: 10px;
	display: inline-block;
}

.footer_promo .left a:first-child {
	padding-left: 10px;
}

@media screen and (max-width: 768px) {
	.footer_promo .left {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.footer_promo .left:last-child {
		margin-right: 0;
	}
}

.footer_promo .right {
	float: left;
	float: right;
	display: block;
	margin-right: 2.35765%;
	margin-right: 0;
	width: 31.76157%;
	font-size: 13px;
	text-align: right;
}

.footer_promo .right:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.footer_promo .right {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
		text-align: center;
	}
	
	.footer_promo .right:last-child {
		margin-right: 0;
	}
}

.footer_promo .center {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 31.76157%;
	font-size: 17px;
	text-align: center;
}

.footer_promo .center:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.footer_promo .center {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.footer_promo .center:last-child {
		margin-right: 0;
	}
}

.footer_promo .promo_footer_menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_promo .promo_footer_menu li {
	margin: 5px;
	display: inline-block;
}

.single .single_hero .single_category_title {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 700;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 38px;
}

.single .entry-header.r8-post-title {
	padding: 40px 0;
}

.single .entry-header.r8-post-title .entry-title {
	margin: 0;
}

.single .single_content {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding: 40px 0;
}

.single .single_content:last-child {
	margin-right: 0;
}

.single .single_content.r8-no-sidebar {
	max-width: 800px;
	margin: 0 auto;
	float: none;
}

.single .single_content.r8-no-top-content-padding {
	padding-top: 0;
}

.single .single_content #primary .r8_flexible_content_section>:first-child {
	padding-top: 0;
}

.single .single_content #primary article .entry-title {
	font-size: 28px;
	margin: 0;
	margin-bottom: .5em;
}

.single .single_content #primary article .entry-content {
	margin: 0;
}

.single .single_content #primary article .entry-content:after {
	clear: both;
	content: "";
	display: table;
}

.search_page .single_hero .title_404 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.search_page .page-header-search {
	padding: 40px 0 0;
}

.search_page .search_content {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
	padding: 40px 0;
}

.search_page .search_content:last-child {
	margin-right: 0;
}

.search_page .search_content #primary article {
	margin-bottom: 40px;
}

.search_page .search_content #primary article:after {
	clear: both;
	content: "";
	display: table;
}

.search_page .search_content #primary article>a {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	color: inherit;
}

@media screen and (max-width: 626px) {
	.search_page .search_content #primary article>a {
		display: block;
	}
}

.search_page .search_content #primary article .post_thumbnail {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 18.96686%;
}

.search_page .search_content #primary article .post_thumbnail:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.search_page .search_content #primary article .post_thumbnail {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.search_page .search_content #primary article .post_thumbnail:last-child {
		margin-right: 0;
	}
}

.search_page .search_content #primary article .post_thumbnail img {
	width: 100%;
}

.search_page .search_content #primary article .post_content {
	-webkit-flex-grow: 2;
	-moz-flex-grow: 2;
	flex-grow: 2;
	-ms-flex-positive: 2;
}

.search_page .search_content #primary article .post_content>:first-child {
	margin-top: 0;
}

.search_page .search_content #primary article .post_content>:last-child {
	margin-bottom: 0;
}

.search_page .search_content #primary article .post_content.has_thumbnail {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 78.67549%;
}

.search_page .search_content #primary article .post_content.has_thumbnail:last-child {
	margin-right: 0;
}

@media screen and (max-width: 626px) {
	.search_page .search_content #primary article .post_content.has_thumbnail {
		float: left;
		display: block;
		margin-right: 7.42297%;
		width: 100%;
	}
	
	.search_page .search_content #primary article .post_content.has_thumbnail:last-child {
		margin-right: 0;
	}
}

.search_page .search_content #primary .entry-title {
	margin: 0;
}

.search_page .search_content #primary .entry-summary {
	margin-top: 5px;
}

.search_page .search_content #primary .entry-summary>:first-child {
	margin-top: 0;
}

.search_page .search_content #primary .entry-summary>:last-child {
	margin-bottom: 0;
}

.search_page .search_content #primary .page-title {
	font-size: 28px;
	margin: 0;
	font-weight: 300;
}

.search_page .search_content #primary .page-content {
	margin: 0;
}

.search_page .search_content #primary .page-content p {
	margin: 0 0 30px;
}

.search_page .search_content #secondary {
	padding-top: 0;
}

@media screen and (max-width: 768px) {
	.search-no-results .widget_search {
		display: none;
	}
}

.page_404 .single_hero .title_404 {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-transform: uppercase;
}

.page_404 .page-header-404 {
	padding: 40px 0 0px;
}

.page_404 .content_404 {
	width: 100%;
	padding: 40px 0;
}

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

.page_404 .content_404 #primary .error-404 .page-title {
	font-size: 28px;
	margin: 0;
	font-weight: 300;
	line-height: 1;
	margin-bottom: .5em;
}

.page_404 .content_404 #primary .error-404 .page-content {
	margin: 0;
}

.page_404 .content_404 #primary .error-404 .page-content p {
	margin: 0 0 30px;
}

.page_404 .content_404 #secondary {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.page_404 .content_404 #secondary {
		margin-top: 30px;
	}
}

@media screen and (max-width: 768px) {
	.page_404 .content_404 #secondary .widget_search {
		display: none;
	}
}

.page_404 .content_404 #secondary .widget-title {
	font-size: 20px;
}

.page_404 .content_404 #secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.page_404 .content_404 #secondary ul li {
	line-height: 1.2;
	margin-bottom: 10px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 700;
	border-radius: 5px;
	border-radius: 0px;
	font-size: 15px;
	font-size: 15px !important;
	margin: 13px;
	margin-left: 0;
	background-color: #b92120;
	box-shadow: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
	color: white;
	padding: 8px 20px;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	opacity: .7;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
	opacity: .9;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	color: #666;
	border: 1px solid #ccc;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
	padding: 5px 4px !important;
}

select:not([multiple]) {
	padding-right: 20px !important;
	background-image: url("https://theeventhive.com/nitropack_static/DEAWnCYKgBWzBqDcjLLWlvXbeLTvmBjT/assets/images/optimized/rev-92925a2/theeventhive.com/wp-content/themes/inn8ly-builder/./images/select_down.png");
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

select:not([multiple]).nitro-lazy {
	background-image: none !important;
}

select:not([multiple]) option {
	color: black;
	background-color: white;
}

select::-ms-expand {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"] {
	padding: 5px 4px;
}

textarea {
	padding-left: 5px 4px;
	width: 100%;
}

#content .search-form, .top_header_search_form .search-form {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
}

@media screen and (max-width: 626px) {
	#content .search-form, .top_header_search_form .search-form {
		-webkit-box-lines: multiple;
		-moz-box-lines: multiple;
		box-lines: multiple;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
	}
}

#content .search-form label, .top_header_search_form .search-form label {
	-webkit-flex-grow: 1;
	-moz-flex-grow: 1;
	flex-grow: 1;
	-ms-flex-positive: 1;
}

#content .search-form .search-field, .top_header_search_form .search-form .search-field {
	width: 100%;
}

@media screen and (max-width: 626px) {
	#content .search-form .search-field, .top_header_search_form .search-form .search-field {
		width: 100%;
	}
}

#content .search-form .search-submit, .top_header_search_form .search-form .search-submit {
	margin: 0;
	margin-left: 13px;
	box-shadow: none;
	text-shadow: none;
}

@media screen and (max-width: 626px) {
	#content .search-form .search-submit, .top_header_search_form .search-form .search-submit {
		margin-top: 10px;
		margin-left: 0px;
	}
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px) {
	.gform_wrapper table.gfield_list tr {
		background: transparent !important;
	}
}

.gform_wrapper li.gsection.gf_scroll_text {
	background-color: transparent !important;
}

.gform_wrapper label.gfield_label {
	font-weight: 600 !important;
}

.gform_wrapper select:not([multiple]) {
	padding-right: 20px !important;
	background-image: url("https://theeventhive.com/nitropack_static/DEAWnCYKgBWzBqDcjLLWlvXbeLTvmBjT/assets/images/optimized/rev-92925a2/theeventhive.com/wp-content/themes/inn8ly-builder/./images/select_down.png");
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}

.gform_wrapper select:not([multiple]).nitro-lazy {
	background-image: none !important;
}

.gform_wrapper .top_label span.ginput_total {
	color: inherit;
}

.gform_wrapper .gform_footer button, .gform_wrapper .gform_footer input[type="button"], .gform_wrapper .gform_footer input[type="reset"], .gform_wrapper .gform_footer input[type="submit"] {
	text-transform: uppercase;
	font-weight: bold;
	font-weight: 700;
	border-radius: 5px;
	border-radius: 0px;
	font-size: 15px;
	margin: 13px;
	margin-left: 0;
	background-color: #b92120;
	box-shadow: none;
	box-shadow: none;
	border: none;
	text-shadow: none;
	color: white;
	padding: 8px 20px;
}

.gform_wrapper .gform_footer button:hover, .gform_wrapper .gform_footer input[type="button"]:hover, .gform_wrapper .gform_footer input[type="reset"]:hover, .gform_wrapper .gform_footer input[type="submit"]:hover {
	opacity: .7;
}

.comment-form .comment-form-author label, .comment-form .comment-form-email label, .comment-form .comment-form-url label {
	min-width: 70px;
	display: inline-block;
}

input[type="search"] {
	-webkit-appearance: none;
}

a {
	color: #b92120;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

#content a:hover, #content a:focus, #content a:active {
	opacity: .8;
}

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul, .main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle, .main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.posts-navigation, .post-navigation {
	width: 100%;
	text-align: center;
}

.posts-navigation .nav-links, .post-navigation .nav-links {
	margin: 1em auto 1.5em;
	display: inline-block;
	text-align: center;
}

.posts-navigation .nav-previous, .post-navigation .nav-previous {
	width: auto;
	padding: 0 15px;
}

.posts-navigation .nav-previous a:before, .post-navigation .nav-previous a:before {
	content: "";
	font-family: "Font Awesome 5 Solid";
	display: inline;
	padding-right: 10px;
}

.posts-navigation .nav-next, .post-navigation .nav-next {
	width: auto;
	padding: 0 15px;
}

.posts-navigation .nav-next a:after, .post-navigation .nav-next a:after {
	content: "";
	font-family: "Font Awesome 5 Solid";
	display: inline;
	padding-left: 10px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

.clear:before:after, .clear:after:after, .entry-content:before:after, .entry-content:after:after, .comment-content:before:after, .comment-content:after:after, .site-header:before:after, .site-header:after:after, .site-content:before:after, .site-content:after:after, .site-footer:before:after, .site-footer:after:after {
	clear: both;
	content: "";
	display: table;
}

.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
	max-width: 320px;
	width: 100%;
}

.widget .widget-title {
	margin-top: 5px;
}

#r8-global-bottom-widget, #r8-global-top-widget {
	padding: 40px 0;
}

#r8-global-bottom-widget>:first-child, #r8-global-top-widget>:first-child {
	margin-top: 0;
}

#r8-global-bottom-widget>:last-child, #r8-global-top-widget>:last-child {
	margin-bottom: 0;
}

#secondary {
	margin-right: 0;
}

#secondary figure {
	margin: 1em 0 1.5em;
}

@media screen and (max-width: 768px) {
	#secondary {
		margin-top: 30px;
	}
}

#secondary .widget_search .search-form {
	display: block;
}

#secondary .widget_search .search-form .search-submit {
	margin: 0;
	margin-top: 10px;
}

#secondary .widget-title {
	font-size: 24px;
}

#secondary ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#secondary ul li {
	line-height: 1.2;
	margin-bottom: 10px;
}

#secondary ul li ul li {
	margin: 5px;
	padding-left: 13px;
	position: relative;
}

#secondary ul li ul li:before {
	content: "";
	font-family: "Font Awesome 5 Solid";
	position: absolute;
	left: 0;
	font-size: 7px;
	line-height: 16px;
	color: #b92120;
}

#secondary .widget_em_locations_widget ul ul>li, #secondary .widget_em_widget ul ul>li {
	margin-bottom: 0;
	text-transform: capitalize;
}

.widget_search .search-form .search-field {
	width: 100%;
}

.widget_search .search-form .search-submit {
	margin: 5px;
	margin-left: 0;
	box-shadow: none;
	border: none;
	text-shadow: none;
}

.widget_search .search-form .search-submit:hover {
	opacity: .7;
}

.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline, .updated:not(.published) {
	display: none;
}

.single .byline, .group-blog .byline {
	display: inline;
}

.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.content-grid h2 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.content-grid .r8_posts {
	margin-top: 40px;
}

.r8-left-sidebar, .r8-right-sidebar {
	width: 100%;
}

.r8-left-sidebar:after, .r8-right-sidebar:after {
	clear: both;
	content: "";
	display: table;
}

.r8-left-sidebar #primary, .r8-right-sidebar #primary {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 74.41059%;
}

.r8-left-sidebar #primary:last-child, .r8-right-sidebar #primary:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.r8-left-sidebar #primary, .r8-right-sidebar #primary {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.r8-left-sidebar #primary:last-child, .r8-right-sidebar #primary:last-child {
		margin-right: 0;
	}
}

.r8-left-sidebar #secondary, .r8-right-sidebar #secondary {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 23.23176%;
}

.r8-left-sidebar #secondary:last-child, .r8-right-sidebar #secondary:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
	.r8-left-sidebar #secondary, .r8-right-sidebar #secondary {
		float: left;
		display: block;
		margin-right: 3.57866%;
		width: 100%;
	}
	
	.r8-left-sidebar #secondary:last-child, .r8-right-sidebar #secondary:last-child {
		margin-right: 0;
	}
}

.r8-right-sidebar #secondary {
	margin-right: 0;
}

.r8-left-sidebar #primary {
	margin-right: 0;
	float: right;
}

.r8-no-sidebar {
	width: 100%;
}

.r8-no-sidebar:after {
	clear: both;
	content: "";
	display: table;
}

.r8-no-sidebar #primary {
	float: left;
	display: block;
	margin-right: 2.35765%;
	width: 100%;
}

.r8-no-sidebar #primary:last-child {
	margin-right: 0;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed, iframe, object {
	max-width: 100%;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

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

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
