body {
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 300;
	overflow-x: hidden;
}

#printHeader,
#printFooter {
	display: none;
}

h1 {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 2.25em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
}

h2 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 1.75em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 1.5em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
}

h4 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	font-family: Merriweather, serif;
	font-size: 1.125em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
}

h5 {
	margin-top: 1.375em;
	margin-bottom: 0.75em;
	color: #000;
	font-size: 0.9375em;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.01em;
}

h6 {
	margin-top: 1.5em;
	margin-bottom: 0.875em;
	color: #000;
	font-size: 0.8125em;
	line-height: 1.5em;
	font-weight: 500;
	letter-spacing: 0.01em;
}

p {
	margin-top: 0em;
	margin-bottom: 0.75em;
}

a {
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	color: #b69b11;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #28313b;
	text-decoration: none;
}

ul {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	padding-left: 1.125em;
}

ol {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
	padding-left: 1.125em;
}

li {
	margin-bottom: 0.25em;
}

img {
	display: inline-block;
	max-width: 100%;
}

label {
	display: block;
	margin-bottom: 0.25em;
	line-height: 1.375em;
	font-weight: 700;
}

strong {
	font-weight: 500;
	letter-spacing: 0.02em;
}

em {
	font-style: italic;
	letter-spacing: 0.02em;
}

blockquote {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em 1.25em;
	border-left: 5px solid #b69b11;
	background-color: #f6f5ee;
	font-family: Merriweather, serif;
	font-size: 1.0625em;
	line-height: 1.625em;
	font-style: italic;
	font-weight: 400;
}

.button,
.primary,
.secondary,
.tertiary,
button[type="reset"],
button[type="submit"] {
	display: inline-block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.75em 1.5em;
	background-color: #b69b11;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	color: #fff;
	line-height: 1.375em;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.03em;
	text-decoration: none;
}

.primary,
.secondary,
.tertiary,
button[type="reset"],
button[type="submit"] {
	padding: 0.75em 1.5em !important;
	border: 0 none !important;
}

.button:hover {
	background-color: #000;
	color: #fff;
}

.primary:hover,
.secondary:hover,
.tertiary:hover,
button[type="reset"]:hover,
button[type="submit"]:hover {
	background-color: #000 !important;
	color: #fff;
}

.button.secondary,
.secondary,
button[type="reset"], /*reset buttons should always look like secendary*/
button[type="submit"].secondary {
	background-color: #77756b;
}

.button.secondary:hover {
	background-color: #000;
}

.secondary:hover,
button[type="reset"]:hover,
button[type="submit"].secondary:hover {
	background-color: #000 !important;
}

.button.tertiary,
.tertiary,
button[type="submit"].tertiary {
	background-color: rgba(0, 0, 0, 0.65);
}

.button.tertiary:hover {
	background-color: #000;
}

.tertiary:hover,
button[type="submit"].tertiary:hover {
	background-color: #000 !important;
}

.button.right-sidebar-search-button,
.right-sidebar-column .primary,
.right-sidebar-column .secondary,
.right-sidebar-column .tertiary,
.right-sidebar-column button[type="submit"] {
	padding-right: 0em;
	padding-left: 0em;
	float: left;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.right-sidebar-column .primary,
.right-sidebar-column .secondary,
.right-sidebar-column .tertiary,
.right-sidebar-column button[type="submit"] {
	padding: 0.5em 1em !important;
}

.button.footer-button:hover {
	background-color: rgba(0, 0, 0, 0.35);
}

.button.right-sidebar-button {
	font-size: 1rem;
}

.button.header-search-button {
	width: 3.5rem;
	margin-top: 0em;
	margin-bottom: 0em;
	padding-top: 0em;
	padding-bottom: 0em;
	background-color: #000;
	background-image: url('../images/search_wht.svg');
	background-position: 50% 50%;
	background-size: 1em 1em;
	background-repeat: no-repeat;
	color: transparent;
	font-size: 1rem;
	line-height: 1em;
	text-transform: uppercase;
}

.button.header-search-button:hover {
	background-color: #b69b11;
}

.button.add-to-cart {
	max-width: 65%;
	margin-right: 0.5em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.button.slider-button {
	padding: 1em 1.5em;
	background-color: rgba(214, 185, 34, 0.75);
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 500;
	text-transform: uppercase;
}

.button.slider-button:hover {
	background-color: hsla(0, 0%, 100%, 0.25);
}

.container {
	max-width: 100%;
	padding-right: 2vw;
	padding-left: 2vw;
}

.container.home-cbox-container {
	max-width: 100%;
	padding: 5vw 4vw;
}

.container.footer-container {
	max-width: 100%;
	padding-right: 4vw;
	padding-left: 4vw;
}

.nav-section {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: transparent;
	overflow: hidden;
}

.nav-section:hover {
	overflow: visible;
}

.nav-container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 90px;
	max-width: 100%;
	padding-left: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-link {
	display: inline-block;
	margin-right: 1px;
	padding: 0.5rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	box-shadow: 0 -3px 0 0 transparent, 1px 0 0 0 rgba(0, 0, 0, 0.15);
	color: #000;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 500;
	text-align: center;
}

.nav-link:hover {
	color: #b69b11;
}

.nav-link.w--current {
	background-color: transparent;
	color: #b69b11;
}

.nav-link.nav-search-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 5rem;
	min-width: 3rem;
	padding-right: 0rem;
	padding-left: 0rem;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	box-shadow: none;
	cursor: pointer;
}

.nav-link.nav-search-button:hover {
	box-shadow: none;
}

.nav-link.nav-search-button:active {
	box-shadow: none;
}

.nav-menu-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: left;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	border-left: 1px none rgba(0, 0, 0, 0.15);
}

.logo {
	width: 90px;
	max-height: 55px;
	margin-top: 0em;
	margin-right: 20px;
	float: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	border-bottom-style: none;
	color: #fff;
	font-size: 1.625rem;
	line-height: 1.25rem;
	font-weight: 600;
	text-align: center;
}

.logo:hover {
	color: #fff;
}

.footer-section {
	position: relative;
	padding-top: 0rem;
	background-color: #f1f0ed;
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.9375rem;
	line-height: 1.5em;
}

.row.shop-detail-row {
	margin-bottom: 1.5em;
}

.row.footer-signoff-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.row.footer-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.row.home-cbox-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.row.home-cbox-row.home-cbox-icons-row {
	margin: 1.5em -0.5em;
	text-align: center;
}

.column.shop-detail-image-col {
	padding-right: 20px;
}

.column.home-cbox-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.column.footer-signoff-right-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.column.button-style-cbox-column {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.logo-text {
	float: left;
}

.logo-image {
	max-height: 55px;
}

.footer-signoff-section {
	margin-top: 0.5rem;
	padding-top: 2rem;
	padding-bottom: 4rem;
	background-color: #fff;
	font-size: 0.6875rem;
	line-height: 1rem;
	font-weight: 400;
	text-transform: none;
}

.copyright-text {
	display: inline-block;
	margin-right: 0rem;
	margin-left: 0rem;
}

.footer-signoff-list {
	display: inline-block;
	margin: 0rem 1rem;
	padding-left: 0px;
}

.footer-signoff-list-item {
	display: inline-block;
	margin-bottom: 0em;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
}

.footer-signoff-grip {
	width: 130px;
	height: 28px;
	margin-right: 1em;
	margin-left: 1em;
	float: right;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #999;
	font-size: 8px;
	line-height: 9px;
	font-weight: 600;
	text-transform: uppercase;
}

.footer-signoff-grip:hover {
	color: #999;
}

#GRIPFooterLogo {
	padding-top: 0 !important;
}

.footer-column-wrap {
	min-width: 30%;
	margin-bottom: 1rem;
	padding-right: 0em;
	padding-bottom: 1rem;
	clear: both;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
}

.footer-column-wrap.industry-news {
	max-width: 36%;
}

.footer-column-wrap.footer-social-media-column {
	max-width: 22%;
	min-width: 0%;
}

.footer-column-title {
	margin-top: 1rem;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 1.25em;
	line-height: 1.4125em;
	font-style: italic;
	font-weight: 700;
}

.header-content-right-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	float: right;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-contents-wrap {
	position: relative;
	z-index: 5000;
	height: 50px;
}

.two-part-button-wrap {
	position: relative;
	display: block;
	max-width: 768px;
	margin-right: auto;
	margin-left: auto;
}

.breadcrumb-list {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 100%;
	overflow: hidden;
	margin: 0rem -3vw 1.75rem;
	padding: 0.75rem 3vw;
	background-color: hsla(0, 0%, 100%, 0.5);
	color: #b69b11;
	font-size: 0.6875rem;
	line-height: 1.375em;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.breadcrumb-list-item {
	margin-top: 0.25rem;
	margin-right: 0.5rem;
	margin-bottom: 0.25rem;
	float: left;
}

.header-menu-wrap {
	padding-top: 50px;
	background-color: hsla(0, 0%, 100%, 0.95);
	background-image: none;
	background-position: 0px 0px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03);
}

.form-wrap {
	margin-bottom: 0px;
}

.form-wrap.pagination-sort {
	position: relative;
	display: inline-block;
	text-align: left;
}

.form.sort-by-form {
	position: relative;
}

.form-field {
	position: relative;
	width: auto;
	margin-bottom: 0.75em;
	padding: 4px 10px;
	font-size: 0.875em;
}

.form-field.right-sidebar-search-field {
	width: 75%;
	height: 2.5rem;
	margin-bottom: 0em;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	border-radius: 0px;
}

.form-field.right-sidebar-field {
	width: 100%;
	margin-top: 0.375em;
	margin-bottom: 1.25em;
	padding-right: 4px;
	padding-left: 8px;
}

.form-field.right-sidebar-field.miles-from {
	width: 52%;
}

.form-field.right-sidebar-field.zip-code {
	width: 45%;
}

.form-field.sort-by-dropdown {
	height: 2.25rem;
	margin-bottom: 0em;
	padding-right: 6px;
	padding-left: 6px;
}

.form-field.header-search-field {
	width: 150px;
	height: 3rem;
	margin-bottom: 0em;
	padding-right: 1em;
	padding-left: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.25);
	border-radius: 0px;
	background-color: hsla(0, 0%, 100%, 0.15);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	color: #000;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: 400;
}

.form-field.header-search-field:focus {
	width: 300px;
	background-color: #fff;
}

.form-field.shop-detail-form-field {
	width: 100%;
	margin-bottom: 0.25em;
}

.form-field.inside-form-field-example {
	width: 540px;
	max-width: 100%;
}

.form-field.inside-form-field-example.comment-box-example {
	min-height: 150px;
}

.form-success {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1em 20px 0.25em;
	background-color: #e0ddd1;
	font-family: Merriweather, serif;
	color: #000;
	font-style: italic;
	font-weight: 400;
	text-align: left;
}

.form-error {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 1em 20px 0.25em;
	background-color: #d11616;
	font-family: Merriweather, serif;
	color: #fff;
	font-style: italic;
	font-weight: 400;
}

.secondary-nav-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0em;
	margin-right: 10px;
	margin-bottom: 0rem;
	padding-left: 0em;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	font-size: 1rem;
	line-height: 1.25em;
}

.secondary-nav-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0em;
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-right: 1px none rgba(0, 0, 0, 0.15);
}

.secondary-nav-list-item.first {
	border-left-style: none;
}

.breadcrumb-divider {
	margin-left: 0.5rem;
	float: right;
}

.left-sidebar-custom {
	padding-right: 20px;
}

.left-nav-list {
	margin-top: 0em;
	margin-bottom: 1.5em;
	padding-left: 0px;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.15);
}

.left-nav-list-item {
	overflow: hidden;
	margin-bottom: 1px;
	box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.15);
}

.left-nav-list-link {
	display: block;
	padding: 1em 1em 0.875em 0.25em;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 1.0625rem;
	line-height: 1.4375em;
	font-style: normal;
	font-weight: 400;
}

.left-nav-list-link:hover {
	color: #b69b11;
}

.left-nav-list-link.w--current,
.left-nav-list-link.selected {
	color: #b69b11;
	font-weight: 700;
}

.left-nav-nested-list {
	overflow: hidden;
	margin-top: 0em;
	margin-bottom: 0em;
	padding: 0em 0em 1em 0.75rem;
	box-shadow: none;
}

.left-nav-nested-list-item {
	margin-bottom: 0px;
}

.left-nav-nested-list-link {
	display: block;
	padding: 0.5em 1.5em 0.5em 0.75rem;
	background-image: url('../images/icon_arrow2_right_blk_25.svg');
	background-position: 0px 14px;
	background-size: 6px 8px;
	background-repeat: no-repeat;
	color: #000;
	font-size: 0.9375rem;
	line-height: 1.375em;
}

.left-nav-nested-list-link:hover {
	color: #b69b11;
}

.left-nav-nested-list-link.w--current,
.left-nav-nested-list-link.selected {
	color: #b69b11;
	font-weight: 500;
}

.sidebar-section-wrap {
	position: relative;
	margin-bottom: 2.441em;
	margin-left: 1em;
	padding-top: 0.75em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 0.875rem;
	line-height: 1.5em;
}

.sidebar-section-wrap.reduce-space {
	margin-bottom: 1.25em;
}

.sidebar-section-title {
	margin-top: 0.25em;
	margin-bottom: 0.75em;
	font-size: 1.375em;
}

.right-sidebar-search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sidebar-list.archive-list {
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1em;
	column-gap: 1em;
}

.sidebar-list-item {
	margin-bottom: 0.75em;
	padding-left: 0px;
}

.section-wrap.inside-content-section {
	padding-right: 2vw;
	padding-left: 2vw;
	background-color: #fff;
}

.secondary-nav-icon {
	width: 1rem;
	height: 1rem;
	margin-right: 0.5em;
	float: left;
}

.secondary-nav-icon.custom-hatch {
	width: 0.76rem;
}

.secondary-nav-icon.tel-icon {
	width: 1.25em;
	height: 1.25em;
}

.secondary-nav-icon.rjomeet {
	width: 1.3rem;
}

.secondary-nav-text {
	float: left;
}

.secondary-nav-text.indicator-text {
	position: relative;
	margin-left: 0.25rem;
	padding: 3px 5px;
	border-radius: 2px;
	background-color: rgba(33, 41, 49, 0.27);
	font-size: 0.5625rem;
	line-height: 1.25em;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0em;
}

.secondary-nav-list-link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0.75em;
	padding-left: 0.5em;
	float: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom-style: none;
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.6875rem;
	line-height: 1.125em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.secondary-nav-list-link:hover {
	box-shadow: inset 0 2px 0 0 #b69b11;
	color: #b69b11;
}

.secondary-nav-list-link.w--current {
	box-shadow: inset 0 2px 0 0 #b69b11;
	color: #b69b11;
}

.slider-section {
	position: relative;
}

.slider {
	display: block;
	height: 90vh;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
}

.slider-arrow {
	left: auto;
	top: auto;
	right: 3%;
	bottom: 1rem;
	width: 2.25rem;
	height: 2.25rem;
	border-radius: 2em;
	background-color: rgba(85, 85, 85, 0.55);
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	font-size: 0.875rem;
}

.slider-arrow:hover {
	background-color: #b69b11;
	opacity: 1;
	color: #fff;
}

.slider-arrow.left-slider-arrow {
	margin-right: 2.75rem;
}

.slider-indicator {
	left: auto;
	right: 3%;
	bottom: 1rem;
	display: block;
	width: auto;
	height: 2.25rem;
	margin-right: 5.5rem;
	margin-left: auto;
	padding: 0.875rem 1rem 0rem;
	border-radius: 5em;
	background-image: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	font-size: 0.5rem;
	line-height: 1em;
	text-align: right;
}

.slider-indicator:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.home-image-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	height: 15vw;
	max-height: 200px;
	min-height: 160px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f3f5f7;
	background-image: url('../images/672312758.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.home-image-link.large-image-link {
	position: relative;
	overflow: visible;
	height: 18vw;
	max-height: 400px;
	min-height: 200px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 auto;
	-ms-flex: 0 auto;
	flex: 0 auto;
	background-image: url('../images/616088530.jpg');
}

.home-image-link.large-image-link.large-image-1 {
	background-image: url('../images/523827642.jpg');
}

.home-image-link.large-image-link.large-image-2 {
	background-image: url('../images/614966892.jpg');
}

.home-image-link.large-image-link.large-image-3 {
	background-image: url('../images/470830732.jpg');
}

.home-image-link.intro-cbox-image-link {
	height: 25vw;
	max-height: 500px;
	min-height: 320px;
	min-width: 40%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-image: url('../images/492035532.jpg');
}

.home-image-link.image-link-1 {
	background-image: url('../images/pexels-photo-115567.jpg');
}

.home-image-link.image-link-2 {
	background-image: url('../images/101047416.jpg');
}

.home-image-link.image-link-3 {
	background-image: url('../images/614966892.jpg');
}

.home-image-link.button-style-cbox-image {
	position: relative;
	overflow: visible;
	width: 40%;
	height: 10vw;
	max-width: 100%;
	min-height: 120px;
	background-image: url('../images/614966892.jpg');
}

.home-image-link.button-style-cbox-image.button-image-1 {
	background-image: url('../images/470830732.jpg');
}

.home-image-link.button-style-cbox-image.button-image-2 {
	background-image: url('../images/597958710.jpg');
}

.home-content-box-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.home-content-box-wrap.intro-content-box-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 2vw;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-content-box-wrap.large-content-box-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.home-content-box-wrap.home-dynamic-feed-cbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-left: -10px;
	padding-left: 3vw;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-align-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.home-content-box-wrap.button-style-cbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 100%;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2vw;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.home-content-box-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-size: 1.25em;
	line-height: 1.3125em;
	font-style: italic;
	font-weight: 700;
}

.home-content-box-title.intro-cbox-title {
	font-size: 1.75em;
}

.home-cbox-learn-more {
	display: none;
	margin-top: 0.5rem;
	clear: both;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	font-family: Merriweather, serif;
	color: #b69b11;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.home-cbox-learn-more.news-view-all {
	display: inline-block;
}

.home-cbox-learn-more.intro-learn-more {
	display: inline-block;
}

.slider-image {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/ThinkstockPhotos-184352269_web.jpg');
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.slider-image.slide-2 {
	background-image: url('../images/ThinkstockPhotos-492035532_web.jpg');
}

.slider-image.slide-3 {
	background-image: url('../images/gold.jpg');
}

.slider-image.slide-4 {
	background-image: url('../images/ThinkstockPhotos-487773257_web.jpg');
}

.slider-image.slide-5 {
	background-image: url('../images/gold.jpg');
}

.slider-caption-wrap {
	position: absolute;
	left: 4vw;
	top: auto;
	right: auto;
	bottom: 0px;
	display: block;
	max-width: 520px;
	margin-right: auto;
	margin-left: auto;
	padding: 1.5rem 80px 1.25rem 25px;
	background-color: rgba(34, 36, 37, 0.7);
	background-image: -webkit-linear-gradient(270deg, rgba(34, 36, 37, 0.7), rgba(34, 36, 37, 0.7)), url('../images/white-wave.png');
	background-image: linear-gradient(180deg, rgba(34, 36, 37, 0.7), rgba(34, 36, 37, 0.7)), url('../images/white-wave.png');
	background-position: 0px 0px, 0px 0px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	color: rgba(240, 246, 248, 0.9);
	font-size: 1.125rem;
	line-height: 1.5em;
	text-align: left;
}

.shop-item-wrap {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.shop-item-wrap.flex {
	width: 31.33%;
	margin-right: 1%;
	margin-left: 1%;
}

.shop-item-wrap.flex.item-list-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 98%;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.product-image-link {
	display: block;
	margin-bottom: 0.75em;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.1);
	text-align: center;
}

.product-image-link.list-view-link {
	max-width: 25%;
}

.product-info-image {
	display: inline-block;
}

.product-info-title {
	margin-top: 0.5rem;
	font-size: 1.1875em;
}

.product-info-abstract {
	font-size: 0.875em;
	line-height: 1.5em;
}

.product-info-price {
	display: inline-block;
	margin-right: 0.5em;
	font-size: 1em;
	line-height: 1.25em;
	font-weight: 600;
	text-transform: uppercase;
}

.product-info-price.old-price {
	color: #a3a3a3;
	text-decoration: line-through;
}

.product-info-price.sale-price {
	color: #bf6034;
}

.inside-page-header-content-wrap {
	position: relative;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.inside-page-header-section {
	position: relative;
	height: 300px;
	margin-right: -2vw;
	margin-bottom: -6rem;
	margin-left: -2vw;
	background-color: #f1f0ed;
	background-image: url('../images/white-wave.png');
	background-position: 50% 0px;
}

.inside-content-beckground {
	position: relative;
	display: block;
	max-width: 1380px;
	margin-right: auto;
	margin-left: auto;
	padding: 1.75rem 1vw 4rem;
	background-color: #fff;
}

.main-content-wrap.nested-content-wrap {
	margin-right: 0.5em;
}

.header-menu-inside-wrap {
	display: block;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
	box-shadow: none;
}

.intro-text-style,
.intro_text_style {
	font-family: Merriweather, serif;
	font-size: 1.0625em;
	line-height: 1.625em;
	font-style: italic;
	font-weight: 400;
	display: block;
}

.home-cbox-text-wrap {
	width: 100%;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.home-cbox-text-wrap.large-cbox-text-wrap {
	width: 100%;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-flex: 0;
	-webkit-flex-grow: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	font-size: 1.125rem;
	line-height: 1.5em;
}

.home-cbox-text-wrap.intro-cbox-text-wrap {
	display: block;
	padding-top: 0rem;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 1.125rem;
	line-height: 1.5em;
}

.home-cbox-text-wrap.button-style-cbox-text-wrap {
	width: 55%;
	max-width: 100%;
}

.slider-caption-title {
	margin-top: 0em;
	margin-bottom: 0.75rem;
	color: #fff;
	line-height: 1.3125em;
	font-style: italic;
	font-weight: 700;
}

.footer-links-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -0.625rem;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-links-list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1px;
	-webkit-flex-basis: 48%;
	-ms-flex-preferred-size: 48%;
	flex-basis: 48%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.footer-list-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #000;
	font-size: 0.8125rem;
	line-height: 1.375em;
	font-weight: 400;
}

.footer-list-link:hover {
	color: #b69b11;
}

.footer-social-icons-section-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-social-icon-link {
	margin: 4px 8px 8px 0px;
	background-color: transparent;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
	opacity: 0.7;
}

.footer-social-icon-link:hover {
	box-shadow: 0 0 0 1px #b69b11;
	opacity: 1;
}

.footer-social-icon-link.footer-rjo-exclusive {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1px;
	padding-right: 1.1875em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	font-size: 0.8125rem;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-social-icon-image {
	width: 36px;
	height: 36px;
	padding: 5px;
}

.footer-social-icon-image.custom-hatch {
	width: 36px;
	height: 36px;
	padding: 7.5px 10px ;
}

.footer-social-icon-image.twitter {
	width: 28px;
}

.footer-newsletter-wrap {
	margin-right: 15%;
}

.home-cbox-dynamic-feed-item-wrap {
	margin-bottom: 0.75em;
	padding-top: 0.25em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 0.875rem;
	line-height: 1.375rem;
}

.home-cbox-dynamic-feed-date {
	margin-top: 0em;
	margin-bottom: 0.75em;
	font-size: 0.8125em;
	line-height: 1.25em;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.home-cbox-dynamic-feed-item-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Merriweather, serif;
	font-size: 1.3125em;
	line-height: 1.4125em;
	font-style: italic;
	font-weight: 700;
}

.right-sidebar-list-icon {
	display: inline-block;
	width: 1.625em;
	height: 1.625em;
	margin-left: -30px;
	padding: 4px;
	float: left;
	border-radius: 4px;
	background-color: #000;
}

.right-sidebar-list-icon.rss-icon {
	padding: 0px 0px 2px 2px;
}

.left-nav-list-content-wrap {
	display: block;
	overflow: hidden;
	height: auto;
	margin-top: -1.5rem;
	margin-right: 1em;
	padding-top: 0em;
	padding-bottom: 3em;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-list-section-title {
	margin-bottom: 0.25rem;
	padding: 1rem 0.5rem 0.5rem 0.4125rem;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
	line-height: 1.25em;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.footer-link {
	display: inline-block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
	font-weight: 400;
}

.footer-link:hover {
	border-bottom-color: #b69b11;
	color: #000;
}

.link,
.main-content-wrap a,
.left-sidebar-custom a,
.right-sidebar-column a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.link:hover,
.main-content-wrap a:hover,
.left-sidebar-custom a:hover,
.right-sidebar-column a:hover {
	border-bottom-style: solid;
	border-bottom-color: #b69b11;
}

.link.w--current {
	color: #28313b;
	font-weight: 700;
}

.link.pagination-link {
	margin: 0.5em 0.25em;
	float: left;
	font-weight: 700;
	text-transform: uppercase;
}

.link.pagination-link.next {
	float: right;
}

.link.post-pagination-link {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.link.post-pagination-link.next-page {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.link.content-box-title-link {
	border-bottom-color: transparent;
	color: #b69b11;
	font-weight: 700;
}

.link.content-box-title-link:hover {
	border-bottom-color: #d6b922;
	color: #000;
}

.link.cbox-dynamic-feed-title-link {
	border-bottom-color: transparent;
	color: #b69b11;
}

.link.cbox-dynamic-feed-title-link:hover {
	border-bottom-color: #d6b922;
	color: #000;
}

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

.link.breadcrumb-link {
	border-bottom-color: transparent;
	color: rgba(0, 0, 0, 0.5);
	font-weight: 500;
}

.link.breadcrumb-link:hover {
	border-bottom-color: #b69b11;
	color: rgba(0, 0, 0, 0.75);
}

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

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

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

.pagination-middle-wrap {
	display: inline-block;
	clear: both;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.pagination-middle-text {
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}

.pagination-middle-select {
	display: inline-block;
	width: auto;
	max-height: 2.25rem;
	margin-bottom: 0px;
	padding: 0px 0px 0px 2px;
}

.pagination-wrap {
	margin-bottom: 1.5em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	font-size: 0.875em;
	line-height: 1.25em;
	text-align: center;
}

.pagination-wrap.flex-pagination {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1.5em;
	padding-right: 1%;
	padding-left: 1%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.divider {
	height: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	clear: both;
	background-color: rgba(0, 0, 0, 0.15);
}

.shop-item-row-wrap-grid-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.shop-item-text-wrap.list-view-text-wrap {
	margin-left: 1em;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.loc-view-buttons-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.loc-view-button-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 48%;
	padding-top: 0.5em;
	padding-right: 0.25em;
	padding-bottom: 0.5em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0, 0, 0, 0.5);
	border-radius: 20px;
	opacity: 0.55;
	-webkit-transition: color 150ms ease, background-color 150ms ease, opacity 150ms ease, border-color 150ms ease, box-shadow 150ms ease, all 200ms ease;
	transition: color 150ms ease, background-color 150ms ease, opacity 150ms ease, border-color 150ms ease, box-shadow 150ms ease, all 200ms ease;
	color: #000;
	font-weight: 700;
}

.loc-view-button-wrap:hover {
	border-color: rgba(0, 0, 0, 0.25);
	opacity: 1;
}

.loc-view-button-wrap.w--current {
	border-color: #000;
	opacity: 0.7;
}

.loc-view-button-wrap.w--current:hover {
	opacity: 1;
}

.loc-miles-from-zip-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.loc-list-section-title {
	margin-top: 0em;
}

.loc-select-type-form-wrap {
	position: relative;
}

.loc-type-form {
	position: relative;
}

.loc-type-form-checkbox {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
	margin-bottom: 0.75em;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	line-height: 1.375em;
}

.loc-type-form-checkbox.select-all-wrap {
	font-weight: 700;
}

.loc-type-form-checkbox.sidebar-checkbox {
	width: 100%;
	margin-bottom: 0.5em;
}

.loc-type-form-checkbox.sidebar-checkbox.select-all {
	margin-top: 0.75em;
	font-weight: 600;
}

.loc-type-form-checkbox-box {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	margin-top: 0px;
	margin-right: 0.5em;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
}

.loc-type-form-checkbox-box.select-all-checkbox {
	width: 1.4125em;
	height: 1.4125em;
	margin-right: 0.5em;
}

.loc-type-form-checkbox-label {
	position: relative;
	float: none;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
}

.loc-type-form-checkbox-label.select-all-label {
	font-weight: 700;
	text-transform: uppercase;
}

.loc-type-form-checkboxes-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0.75em;
	margin-bottom: 1.25em;
	padding-top: 1em;
	padding-bottom: 0.25em;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.loc-type-form-checkbox-image {
	position: relative;
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin-right: 0.5em;
}

.loc-sidebar-form-reveal {
	overflow: hidden;
	height: auto;
}

.loc-sidebar-search-reveal-button {
	position: relative;
	display: none;
	margin-bottom: 0em;
	padding: 0.75em 0.5em 0.75em 0.25em;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(84, 159, 196, 0.25);
	font-size: 1.125em;
	line-height: 1.25em;
	font-weight: 600;
	cursor: pointer;
}

.loc-sidebar-search-reveal-button:active {
	color: #777;
}

.loc-refine-search-button-image {
	width: 0.75em;
	height: 0.75em;
	margin-top: 3px;
}

.right-sidebar-refine-search-button-text {
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 0.25em;
	font-size: 1.125em;
	line-height: 1.25em;
}

.loc-refine-search-checkbox-wrap {
	padding-top: 0.5em;
	border-top: 1px solid rgba(84, 159, 196, 0.25);
}

.loc-view-button-text {
	margin-left: 0.25em;
}

.loc-view-button-image {
	position: relative;
	display: block;
	width: 1.125rem;
	height: 1.375rem;
}

.pagination-left-side-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.pagination-view-by-icons-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0.5rem;
}

.pagination-view-by-button {
	width: 2.25rem;
	height: 2.25rem;
	margin-left: 0.5rem;
	border: 1px solid #000;
	opacity: 0.35;
}

.pagination-view-by-button:hover {
	opacity: 1;
}

.pagination-middle-group-wrap {
	display: inline-block;
}

.right-sidebar-column .adshow_container {
	margin-bottom: 2.441em;
	margin-left: 1em;
	padding-top: 0.75em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.right-sidebar-column a,
.right-sidebar-column p,
.right-sidebar-column li {
	font-size: 0.875rem;
	line-height: 1.5em;
}

.right-sidebar-list-link-wrap {
	display: block;
	padding-left: 30px;
}

.right-sidebar-list-link {
	display: inline;
}

.post-item-wrap {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.post-item-wrap.first-post {
	padding-top: 0em;
	border-top: 0px none transparent;
}

.post-item-title {
	margin-top: 0em;
}

.post-item-featured-image-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	max-height: 300px;
	margin-top: 1em;
	margin-bottom: 1em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-item-read-more-wrap {
	margin-top: 1em;
}

.post-item-smaller-text {
	font-size: 0.875em;
	line-height: 1.45em;
}

.post-pagination-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid rgba(84, 159, 196, 0.25);
	border-bottom: 1px solid rgba(84, 159, 196, 0.25);
}

.post-pagination-text {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.nav-drop-wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.nav-drop-toggle {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	padding: 0px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1;
	background-image: url('../images/drop-up-arrow.svg');
	background-position: 50% 130%;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	box-shadow: 0 -3px 0 0 transparent;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	color: #000;
}

.nav-drop-toggle:hover {
	color: #b69b11;
}

.nav-drop-wrap.with-dropdown:hover .nav-drop-toggle {
	background-image: url('../images/drop-up-arrow.svg');
	background-position: 50% 108%;
	background-size: auto 8px;
	background-repeat: no-repeat;
	color: #b69b11;
}

.nav-drop-icon {
	display: none;
	margin-right: 2rem;
}

.nav-drop-list {
	overflow: hidden;
	left: 0px;
	top: 100%;
	min-width: 105%;
	padding: 0.5em;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #000;
	color: #fff;
}

.nav-drop-list.open-left.w--open {
	left: auto;
	right: 0px;
}

.nav-drop-list-link {
	padding: 0.75em 2rem 0.75em 0.5rem;
	color: #fff;
	font-size: 0.875rem;
	line-height: 1.375em;
	font-weight: 400;
}

.nav-drop-list-link:hover {
	color: #d6b922;
}

.nav-drop-list-link.w--current,
.nav-drop-list-link.selected {
	color: #d6b922;
}

.nav-drop-toggle-link {
	width: 100%;
	padding: 0.5rem;
	color: #000;
	font-size: 1rem;
	line-height: 1.375rem;
	font-weight: 500;
	text-align: center;
	text-transform: capitalize;
}

.nav-drop-toggle-link:hover {
	color: #b69b11;
}

.nav-drop-toggle-link.w--current,
.nav-drop-toggle-link.selected {
	color: #b69b11;
}

.header-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	max-width: 1320px;
	padding-right: 10px;
	padding-left: 18px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.pagination-view-by-icon-image {
	padding: 4px;
}

.shop-item-row-wrap-list-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.shop-first-heading {
	margin-top: 0em;
}

.shop-header-footer-wrap {
	margin-bottom: 1.5em;
}

.secondary-header-item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: Merriweather, serif;
	font-size: 0.75rem;
	line-height: 1.25em;
	font-style: italic;
	font-weight: 700;
}

.header-content-right-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.secondary-header-item-cta-link {
	margin-right: 0.5rem;
	padding: 0.625em 1em;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
	font-size: 0.875rem;
	line-height: 1.125em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.secondary-header-item-cta-link:hover {
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.header-search-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px;
	float: right;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	border-top: 3px solid #b69b11;
	background-color: hsla(0, 0%, 100%, 0.93);
}

.header-search-form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.shop-detail-tabs-wrap {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.shop-detail-related-items-title {
	margin-top: 0em;
}

.shop-detail-related-items-wrap {
	padding-top: 1.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.shop-detail-tabs-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.shop-detail-tab-link {
	margin-right: 0.5%;
	padding: 0.75em 0.75rem;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.shop-detail-tab-link:hover {
	color: #fff;
}

.shop-detail-tab-link.w--current {
	background-color: #000;
	color: #fff;
}

.shop-detail-tabs-content {
	padding: 1em 0.75rem;
}

.shop-detail-attributes-wrap {
	margin-bottom: 1.5em;
	padding: 1em;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.15);
}

.shop-detail-lightbox-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	height: auto;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(0, 0, 0, 0.15);
	text-align: center;
}

.shop-detail-text.product-price {
	font-size: 1.5em;
	line-height: 1.25em;
}

.shop-detail-form-section {
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	padding-top: 0.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.shop-detail-form-buttons-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.header-mobile-search-reveal {
	display: block;
	overflow: hidden;
	height: 0px;
	max-width: 1320px;
	margin-right: auto;
	margin-left: auto;
}

.news-item-article-title {
	margin-top: 0.25em;
}

.news-item-article-date {
	margin-bottom: 0.75em;
	font-weight: 700;
}

.siteviz-cms-module-divider {
	overflow: hidden;
	width: 100%;
	height: 1px;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background-color: rgba(0, 0, 0, 0.15);
}

.news-category-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-category-item-image-wrap {
	margin-right: 1.5em;
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-flex-basis: 120px;
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px;
}

.news-category-item-abstract-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.news-category-item-image {
	max-height: 120px;
	max-width: 120px;
}

.news-category-item-title-wrap {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.news-category-item-title {
	margin-top: 0em;
}

.news-category-item-text-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.slider-caption-title-wrap {
	margin-bottom: 0.5rem;
}

.mobile-menu-styles-block {
	position: relative;
	overflow: hidden;
	background-color: #373a3d;
}

.header-content-right-row-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-search-button-icon {
	width: 1em;
	height: 1.375em;
}

.nav-resize-trigger {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	height: 50px;
}

.header-social-icons-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.header-social-icon-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	margin-right: 2px;
	margin-left: 2px;
	padding: 2px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	cursor: pointer;
}

.header-social-icon-link:hover {
	background-color: #b69b11;
}

.slider-image-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	background-color: #b69b11;
	opacity: 0.25;
}

.home-cbox-section {
	position: relative;
	border-bottom: 4px solid #fff;
	background-color: rgba(0, 0, 0, 0.03);
	background-image: -webkit-linear-gradient(270deg, rgba(255, 252, 236, 0.6), rgba(255, 252, 236, 0.6)), url('../images/Diamonds-3195464062.jpg');
	background-image: linear-gradient(180deg, rgba(255, 252, 236, 0.6), rgba(255, 252, 236, 0.6)), url('../images/Diamonds-3195464062.jpg');
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, fixed;
}

.header-dropdown-toggle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0px;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

.header-dropdown-toggle.w--open {
	box-shadow: inset 0 2px 0 0 #b69b11;
}

.header-dropdown-toggle-link-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 0.75em;
	padding-left: 0.5em;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, 0.75);
	font-size: 0.6875rem;
	line-height: 1.125em;
	font-weight: 500;
	text-transform: uppercase;
}

.header-dropdown-toggle-link-wrap:hover {
	color: #b69b11;
}

.header-dropdown-toggle-link-wrap.w--current {
	box-shadow: inset 0 2px 0 0 #b69b11;
	color: #b69b11;
}

.header-dropdown-toggle-link-icon {
	width: 1rem;
	height: 1rem;
	margin-right: 0.5em;
}

.header-dropdown-list {
	overflow: hidden;
	padding-top: 0em;
	padding-bottom: 0.5em;
	background-color: #000;
	min-width: 140px;
}

.header-dropdown-list-link {
	padding: 0.75em 2.5rem 0.75em 1rem;
	color: #fff;
	font-size: 0.8125rem;
	line-height: 1.25em;
	font-weight: 400;
}

.header-dropdown-list-link:hover {
	color: #b69b11;
}

.header-dropdown-list-link.w--current {
	color: #d6b922;
}

.header-dropdown-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	height: 50px;
}

.header-dropdown-wrap:hover {
	box-shadow: inset 0 2px 0 0 #b69b11;
}

.header-dropdown-wrap .header-dropdown {
	height: 50px;
}

.nav-search-button-close-icon {
	display: none;
	width: 1em;
	height: 1.375em;
}

.header-dropdown-list-user-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 1rem;
	margin-bottom: 0.25em;
	margin-left: 1rem;
	padding-top: 1em;
	padding-right: 1rem;
	padding-bottom: 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
	color: hsla(0, 0%, 100%, 0.75);
	font-size: 0.875em;
	line-height: 1.25em;
	font-weight: 500;
}

.header-dropdown-list-user-image {
	width: 2rem;
	height: 1.7rem;
	margin-right: 0.5rem;
}

.pillars-section-wrap {
	display: none;
	padding: 3rem 3vw;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
	background-color: #fff;
	background-image: -webkit-linear-gradient(270deg, hsla(60, 12%, 94%, 0.5), hsla(60, 12%, 94%, 0.5)), url('../images/white-wave.png');
	background-image: linear-gradient(180deg, hsla(60, 12%, 94%, 0.5), hsla(60, 12%, 94%, 0.5)), url('../images/white-wave.png');
	background-position: 0px 0px, 0px 0px;
	background-size: auto, auto;
	background-repeat: repeat, repeat;
	background-attachment: scroll, scroll;
	font-family: Montserrat, sans-serif;
	color: rgba(0, 0, 0, 0.65);
	font-size: 0.875rem;
	line-height: 1.25em;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
}

.footer-social-icons-links-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.footer-rjo-exclusive-link-text {
	padding-left: 1em;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.footer-social-links-rjo-exclusive-button-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.slider-caption-h3,
.slider-caption-title-wrap p,
.slider-caption-title-wrap h3,
.slider-caption-title-wrap h4,
.slider-caption-title-wrap h5,
.slider-caption-title-wrap h6 {
	margin-top: 0em;
	margin-bottom: 0.75em;
	color: hsla(0, 0%, 100%, 0.75);
	font-size: 1.25em;
	font-family: Merriweather, serif;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
	text-align: left;
}

.slider-caption-h4 {
	margin-top: 0em;
	margin-bottom: 0.75em;
	font-size: 1.0625em;
}

.home-pillars-cbox-divider {
	width: 1.25em;
	height: 1.25em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	border-radius: 50%;
	background-color: #b69b11;
	background-image: url('../images/LogoIcon_RJO-05.svg');
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	box-shadow: 0 0 0 3px #b69b11;
}

.home-row-icons-section-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 66%;
	-ms-flex-preferred-size: 66%;
	flex-basis: 66%;
}

.home-row-icons-section-wrap.home-join-section {
	-webkit-flex-basis: 45%;
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	border-left: 1px none hsla(0, 0%, 100%, 0.25);
}

.featured-video {
	margin-top: 1em;
	margin-bottom: 1em;
}

.home-cbox-icon-link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 1em 0.5em;
	padding: 1em 0.5em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: auto;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	background-color: #fff;
	opacity: 0.9;
	color: #b69b11;
}

.home-cbox-icon-link:hover {
	background-color: rgba(165, 145, 44, 0.75);
	opacity: 1;
	color: #fff;
}

.home-cbox-icon-link-image {
	width: 100px;
	height: 100px;
	margin: 1em;
	padding-bottom: 0.125em;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	opacity: 0.9;
}

.home-cbox-icon-link-title {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-family: Merriweather, serif;
	font-size: 1.5vw;
	line-height: 1.3125em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.footer-signoff-back-top-button {
	margin-left: 1.5rem;
	padding: 0.75em 2.5em 0.75em 1em;
	background-image: url('../images/Arrow2_up_blk.svg');
	background-position: 75% 49%;
	background-size: 8px 5px;
	background-repeat: no-repeat;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
	opacity: 0.55;
	color: #000;
	font-size: 0.75rem;
	line-height: 1.25em;
	font-weight: 500;
	text-transform: uppercase;
}

.footer-signoff-back-top-button:hover {
	box-shadow: inset 0 0 0 1px #b69b11;
	opacity: 1;
}

.texture-wrap {
	height: 20px;
	margin-bottom: 2rem;
	background-image: url('../images/white-wave.png');
	background-position: 50% -4px;
}

.texture-wrap.cbox-image-link-overlay {
	position: absolute;
	left: -5px;
	top: auto;
	right: auto;
	bottom: -8px;
	width: 25%;
	margin-bottom: 0rem;
}

.texture-wrap.icon-link-overlay {
	position: absolute;
	left: auto;
	top: 10px;
	right: auto;
	bottom: auto;
	display: none;
	width: 50px;
	height: 3px;
	margin-bottom: 0rem;
	background-position: 50% 0px;
}

.texture-wrap.slider-caption-texture {
	position: absolute;
	left: 10px;
	top: -6px;
	right: 50%;
	height: 12px;
	margin-bottom: 0rem;
}

.texture-wrap.fixed-bknd-section-texture {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	margin-bottom: 0rem;
	background-attachment: fixed;
	opacity: 0.5;
}

.home-intro-button-link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 1em 0.75em 1em 1.25em;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	color: #b69b11;
}

.home-intro-button-link:hover {
	background-color: #ac9826;
	background-image: url('../images/white-wave.png');
	background-position: 50% 0px;
	color: #fff;
}

.home-intro-button-image {
	width: 4.5em;
	height: 4.5em;
	margin-right: 1em;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.home-intro-button-link-title {
	max-width: 100%;
	margin-top: 0.125em;
	margin-bottom: 0.125em;
	font-family: Merriweather, serif;
	font-size: 1.25em;
	line-height: 1.4125em;
	font-style: italic;
	font-weight: 700;
}

.home-intro-button-link-text-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 1em;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.home-intro-button-link-text {
	max-width: 100%;
	margin-top: 0.125em;
	margin-bottom: 0.125em;
	color: rgba(0, 0, 0, 0.75);
	line-height: 1.375em;
}

.home-intro-button-divider {
	height: 1px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: rgba(0, 0, 0, 0.15);
}

.footer-contact-info-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer-contact-info-column {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.home-image-link-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
}

.home-image-link-overlay:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.footer-contact-label-span {
	display: inline-block;
	min-width: 75px;
	float: left;
}

.footer-social-icons-column-wrap {
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.inside-image-example {
	width: 400px;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
	float: right;
}

.form-field-required {
	display: inline-block;
	margin-left: 0.125em;
	color: #d11616;
	font-weight: 400;
}

html.w-mod-js *[data-ix="md-patient-comments-reveal-on-load"] {
	height: 0px;
}

html.w-mod-js *[data-ix="for-two-part-button-list"] {
	-webkit-transform: translate(100%, 0px);
	-ms-transform: translate(100%, 0px);
	transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="display-none-on-page-load"] {
	display: none;
}

html.w-mod-js *[data-ix="for-grid-view-button"] {
	opacity: 0.7500000000000001;
}

html.w-mod-js *[data-ix="preloader-wrap"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

html.w-mod-js *[data-ix="hide-mobile-header-on-load"] {
	height: 0px;
}

html.w-mod-js *[data-ix="nav-section-on-page-load"] {
	-webkit-transform: translate(0px, -50px);
	-ms-transform: translate(0px, -50px);
	transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="nav-container-on-load"] {
	height: 60px;
}

html.w-mod-js *[data-ix="header-contents-wrap-on-page-load"] {
	opacity: 0;
}

html.w-mod-js *[data-ix="home-scroll-animation"] {
	opacity: 0;
}

div#at-expanding-share-button {
	bottom: 33px;
	right: 100px;
}

.header-social-icon-image.twitter {
	width: 16px;
}

@media (max-width: 991px) {
	h1 {
		font-size: 2em;
	}

	.button.header-search-button {
		position: absolute;
		right: 0px;
		width: 4rem;
		height: 4rem;
		font-size: 1rem;
	}

	.container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.container.home-cbox-container {
		padding: 40px 20px;
	}

	.container.footer-container {
		padding-right: 20px;
		padding-left: 20px;
	}

	.nav-container {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 15px;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.nav-link {
		z-index: 140;
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 1px;
		padding: 1em 1rem;
		box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
		color: hsla(0, 0%, 100%, 0.75);
		font-size: 1.125rem;
		font-weight: 400;
		text-align: left;
		letter-spacing: 0.02em;
	}

	.nav-link:hover {
		background-color: transparent;
		box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
		color: #b69b11;
	}

	.nav-link.w--current {
		background-color: transparent;
		box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25), inset 5px 0 0 0 #b69b11;
		color: #fff;
	}

	.nav-link.two-part-mobile {
		width: 80%;
		float: left;
	}

	.nav-link.mobile-list-back {
		background-color: hsla(0, 0%, 100%, 0.1);
		-webkit-transition: all 350ms ease;
		transition: all 350ms ease;
		color: #fff;
		font-weight: 500;
		cursor: pointer;
	}

	.nav-link.mobile-list-back:hover {
		background-color: hsla(0, 0%, 100%, 0.2);
	}

	.nav-link.nav-search-button {
		height: 100%;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.nav-menu-wrap {
		display: block;
		padding-bottom: 100vh;
		border-top: 1px solid #000;
		border-left-style: none;
		background-color: #000;
		text-align: left;
	}

	.logo {
		width: 80px;
		margin-right: 15px;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		font-size: 1.375rem;
	}

	.row.footer-signoff-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row.footer-row {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row.home-cbox-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.row.home-cbox-row.home-cbox-icons-row {
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.column.footer-signoff-right-col {
		margin-top: 1.5rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.column.footer-signoff-left-column {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0.5rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.column.button-style-cbox-column {
		padding-top: 2em;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		border-left-style: none;
	}

	.menu-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		overflow: hidden;
		height: 100%;
		padding: 0px 1.25rem 0px 0.75rem;
		float: left;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		background-color: transparent;
		box-shadow: none;
		color: #000;
		line-height: 3.5rem;
		font-weight: 500;
		text-align: center;
		text-transform: uppercase;
	}

	.menu-button.w--open {
		background-color: transparent;
		color: #b69b11;
	}

	.footer-signoff-section {
		text-align: center;
	}

	.copyright-text {
		margin-left: 0rem;
	}

	.footer-signoff-list {
		margin-right: 0rem;
		margin-left: 0rem;
	}

	.footer-signoff-grip {
		margin-left: 0em;
		float: none;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}

	.footer-column-wrap {
		min-width: 66%;
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: 48%;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	.footer-column-wrap.industry-news {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.footer-column-wrap.footer-social-media-column {
		max-width: 33%;
	}

	.header-content-right-wrap {
		height: 100%;
		padding-bottom: 0rem;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.two-part-button-wrap {
		position: static;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: none;
		float: none;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.breadcrumb-list {
		margin-right: -20px;
		margin-left: -20px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 0.625rem;
		line-height: 1.375em;
	}

	.form-field.right-sidebar-field {
		margin-bottom: 1.5em;
	}

	.form-field.right-sidebar-field.miles-from {
		width: 100%;
		margin-bottom: 0.25em;
	}

	.form-field.right-sidebar-field.zip-code {
		width: 100%;
	}

	.form-field.header-search-field {
		width: 70%;
		height: 4rem;
		padding-right: 5rem;
		padding-left: 1.25rem;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		border-style: none;
		font-size: 1rem;
	}

	.secondary-nav-list {
		height: 100%;
		margin-top: 0rem;
		margin-right: 0px;
		margin-bottom: 0em;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.secondary-nav-list-item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		padding: 0rem 0px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.right-sidebar-column {
		margin-top: 3rem;
	}

	.left-nav-list {
		margin-bottom: 1.5em;
	}

	.sidebar-section-wrap {
		margin-left: 0em;
	}

	.section-wrap.inside-content-section {
		padding-right: 0vw;
		padding-left: 0vw;
	}

	.secondary-nav-icon {
		width: 0.875rem;
		height: 0.875rem;
	}

	.secondary-nav-list-link {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: 0rem;
		margin-left: 0rem;
		padding-right: 0rem;
		padding-left: 0rem;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 0.6875rem;
		font-weight: 500;
	}

	.home-image-link {
		max-height: 180px;
		margin-right: 0%;
	}

	.home-image-link.large-image-link {
		margin-right: 0%;
	}

	.home-image-link.button-style-cbox-image {
		width: 100%;
		height: 23vw;
		max-height: 220px;
	}

	.home-content-box-wrap {
		margin-bottom: 1.5em;
		padding-bottom: 1.5em;
	}

	.home-content-box-wrap.intro-content-box-wrap {
		padding-right: 0px;
		float: none;
	}

	.home-content-box-wrap.home-dynamic-feed-cbox {
		margin-bottom: 0em;
		margin-left: 0px;
		padding-top: 1.5em;
		padding-left: 0px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		border-left-style: none;
	}

	.home-content-box-wrap.button-style-cbox {
		max-width: 32%;
		margin-left: 0vw;
		padding-bottom: 0em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-flex-basis: 32%;
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
	}

	.home-content-box-title.intro-cbox-title {
		font-size: 1.625em;
	}

	.slider-caption-wrap {
		left: 0px;
		max-width: 440px;
		padding-right: 50px;
		padding-left: 20px;
		font-size: 1rem;
	}

	.inside-page-header-section {
		height: 200px;
		margin-right: 0vw;
		margin-bottom: 0px;
		margin-left: 0vw;
	}

	.inside-content-beckground {
		padding-right: 0vw;
		padding-bottom: 2rem;
		padding-left: 0vw;
	}

	.main-content-wrap.nested-content-wrap {
		margin-right: 0em;
	}

	.menu-button-icon {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		float: left;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-self: center;
		-ms-flex-item-align: center;
		align-self: center;
		font-size: 2rem;
		line-height: 3.5rem;
	}

	.menu-button-text {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		margin-left: 0.125rem;
		float: left;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		color: #000;
		font-size: 0.75rem;
		line-height: 3.5rem;
		letter-spacing: 0.02em;
	}

	.header-menu-inside-wrap {
		max-width: 100%;
	}

	.home-cbox-text-wrap.button-style-cbox-text-wrap {
		width: 100%;
	}

	.slider-caption-title {
		font-size: 1.5em;
	}

	.footer-links-list-item {
		min-width: 20%;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.footer-list-link {
		padding-right: 2.5em;
		font-size: 0.875rem;
	}

	.left-nav-list-content-wrap {
		overflow: hidden;
		height: 0px;
	}

	.left-nav-reveal-button {
		display: block;
		margin-bottom: 1.25em;
		padding: 1em 50px;
		background-color: #5b636b;
		background-image: url('../images/menu_hamburger_stagger_wht.svg');
		background-position: 17px 50%;
		background-size: 19px;
		background-repeat: no-repeat;
		color: #b8c5d1;
		letter-spacing: 0.05em;
	}

	.left-nav-reveal-button:hover {
		color: #fff;
	}

	.left-nav-reveal-button:active {
		background-color: #50575e;
	}

	.loc-miles-from-zip-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.loc-type-form-checkbox {
		width: 33.33%;
	}

	.loc-type-form-checkbox.sidebar-checkbox {
		width: 33.33%;
		margin-bottom: 0.75em;
	}

	.loc-type-form-checkbox.sidebar-checkbox.select-all {
		width: 100%;
		margin-top: 0.75em;
	}

	.loc-type-form-checkboxes-wrapper {
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.loc-sidebar-form-reveal {
		height: 0px;
	}

	.loc-sidebar-search-reveal-button {
		position: relative;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}

	.loc-refine-search-checkbox-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding-top: 0.75em;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.inside-page-content-wrap-no-sidebars {
		margin-right: 0%;
		margin-left: 0%;
	}

	.nav-drop-wrap {
		width: 100%;
	}

	.nav-drop-toggle {
		display: block;
	}

	.nav-drop-toggle-link {
		display: block;
		padding-left: 1rem;
		text-align: left;
	}

	.two-part-button-toggle {
		width: 20%;
		margin-bottom: 1px;
		padding-top: 1em;
		padding-bottom: 1em;
		float: right;
		background-color: hsla(0, 0%, 100%, 0.1);
		background-image: url('../images/icon_arrow2_right_wht_50.svg');
		background-position: 50% 50%;
		background-size: 1em 1em;
		background-repeat: no-repeat;
		box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25), -1px 0 0 0 hsla(0, 0%, 100%, 0.25);
		-webkit-transition: all 350ms ease;
		transition: all 350ms ease;
		color: transparent;
		font-size: 0.875rem;
		line-height: 1.875rem;
		text-align: center;
		cursor: pointer;
	}

	.two-part-button-toggle:hover {
		background-color: hsla(0, 0%, 100%, 0.2);
	}

	.two-part-button-list {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 150;
		display: block;
		width: 100%;
		margin-left: 100%;
		padding-bottom: 100vh;
		border-top: 1px solid #000;
		background-color: #000;
	}

	.two-part-drop-list-back-arrow {
		display: inline-block;
		min-width: 0.75em;
		margin-right: 0.25em;
		background-image: url('../images/icon_arrow2_left_wht_50.svg');
		background-position: 0px 55%;
		background-size: 12px 12px;
		background-repeat: no-repeat;
		color: transparent;
		text-align: center;
	}

	.two-part-drop-list-section {
		padding: 2em 1rem 1em;
		border-bottom: 1px solid #fff;
		color: hsla(0, 0%, 100%, 0.5);
		font-size: 0.875rem;
		line-height: 1.25em;
		font-weight: 600;
		letter-spacing: 0.05em;
		text-transform: uppercase;
	}

	.header-container {
		padding-right: 0px;
		padding-left: 0px;
	}

	.secondary-header-item-wrap {
		height: 100%;
		margin-right: 0rem;
		margin-left: 0rem;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		color: #000;
		font-size: 0.875rem;
	}

	.header-content-right-row {
		height: 100%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.secondary-header-item-cta-link {
		margin-left: 1.5rem;
	}

	.header-search-wrap {
		margin-left: 0rem;
		padding: 0rem;
		float: none;
		border-top-width: 1px;
		border-top-color: rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
	}

	.header-search-form {
		position: relative;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-mobile-search-reveal {
		overflow: hidden;
	}

	.mobile-menu-content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		-webkit-box-pack: end;
		-webkit-justify-content: flex-end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-content-right-row-2 {
		display: none;
	}

	.nav-resize-trigger {
		height: 10px;
	}

	.header-social-icons-wrap {
		display: none;
		max-width: 18%;
		padding-right: 5px;
		padding-left: 5px;
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-dropdown {
		height: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-dropdown-toggle {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-dropdown-toggle-link-wrap {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		font-size: 0.6875rem;
	}

	.header-dropdown-toggle-link-icon {
		width: 0.875rem;
		height: 0.875rem;
	}

	.header-dropdown-wrap {
		height: 100%;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.pillars-section-wrap {
		padding-right: 20px;
		padding-left: 20px;
		font-size: 0.8125rem;
	}

	.footer-social-icons-links-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.footer-social-links-rjo-exclusive-button-wrap {
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-pillars-cbox-divider {
		width: 1em;
		height: 1em;
	}

	.home-row-icons-section-wrap {
		padding-right: 0em;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-row-icons-section-wrap.home-join-section {
		margin-left: 0px;
		padding-left: 0em;
		border-left-style: none;
	}

	.home-cbox-icon-link {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.home-cbox-icon-link.membership-icon {
		padding-right: 2em;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-basis: 40%;
		-ms-flex-preferred-size: 40%;
		flex-basis: 40%;
	}

	.home-cbox-icon-link-image {
		width: 80px;
		height: 80px;
		padding-bottom: 0.25em;
	}

	.home-cbox-icon-link-title {
		font-size: 2.5vw;
		line-height: 1.3125em;
	}

	.footer-signoff-back-top-button {
		margin-left: 0rem;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		font-size: 0.75rem;
	}

	.home-intro-button-link {
		max-width: 32%;
		padding-left: 0.75em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-basis: 32%;
		-ms-flex-preferred-size: 32%;
		flex-basis: 32%;
		text-align: center;
	}

	.home-intro-button-image {
		margin-right: 0em;
	}

	.home-intro-button-link-text-wrap {
		padding-left: 0em;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		border-left-style: none;
	}

	.home-intro-button-divider {
		display: none;
	}

	.footer-tel-link {
		display: inline !important;
		font-weight: 300;
		color: rgba(0, 0, 0, 0.75) !important;
		letter-spacing: 0 !important;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 1rem;
	}

	h1 {
		font-size: 1.75em;
	}

	h2 {
		font-size: 1.5em;
		line-height: 1.5em;
	}

	h3 {
		font-size: 1.375em;
		line-height: 1.5em;
	}

	h4 {
		font-size: 1.125em;
		line-height: 1.5em;
	}

	.button.secondary.wishlist {
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.button.slider-button {
		background-color: #b69b11;
	}

	.button.slider-button:hover {
		background-color: rgba(0, 0, 0, 0.5);
	}

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

	.container.home-cbox-container {
		padding-right: 10px;
		padding-left: 10px;
	}

	.container.home-cbox-container.home-intro-news-container {
		padding-top: 2rem;
	}

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

	.nav-container {
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.nav-link {
		font-size: 1rem;
	}

	.nav-link.nav-search-button {
		max-width: 4rem;
		min-width: 2rem;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.logo {
		width: 75px;
		margin-right: 10px;
		padding-left: 0px;
	}

	.row.footer-row {
		margin-right: 10px;
		margin-left: 10px;
		text-align: center;
	}

	.row.home-cbox-row.home-cbox-icons-row {
		margin-right: 3px;
		margin-left: 3px;
	}

	.column.shop-detail-image-col {
		padding-right: 0px;
	}

	.column.button-style-cbox-column {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.inside-home .column.button-style-cbox-column {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.menu-button {
		padding-right: 1rem;
		padding-left: 0.625rem;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.footer-signoff-section {
		margin-top: 1rem;
	}

	.footer-column-wrap {
		min-width: 100%;
		margin-bottom: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.footer-column-wrap.footer-social-media-column {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.breadcrumb-list {
		font-size: 0.5875rem;
		line-height: 1.375em;
	}

	.secondary-nav-list {
		margin-right: 0px;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}

	.secondary-nav-list-item {
		max-width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}

	.right-sidebar-column {
		margin-top: 1.5rem;
		padding-top: 1.5rem;
	}

	.sidebar-section-wrap {
		margin-left: 0rem;
	}

	.secondary-nav-icon {
		margin: 0.25em 0.5em;
	}

	.secondary-nav-icon.tel-icon {
		width: 1.25rem;
		height: 1.25rem;
		margin-right: 0.25rem;
		margin-bottom: 0rem;
	}

	.secondary-nav-list-link {
		padding-right: 0.5em;
		padding-left: 0.5em;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-flex: 1;
		-webkit-flex: auto;
		-ms-flex: auto;
		flex: auto;
	}

	.slider {
		height: auto;
	}

	.slider-arrow {
		left: 20px;
		top: 80vh;
		right: auto;
		bottom: auto;
		margin-top: -3.5rem;
		margin-left: 2.625rem;
	}

	.slider-arrow.left-slider-arrow {
		margin-right: 0rem;
		margin-left: 0rem;
	}

	.slider-indicator {
		top: 80vh;
		right: 5px;
		margin-top: -3.25rem;
		margin-right: 0rem;
		padding-right: 20px;
		background-image: none;
	}

	.slider-indicator:hover {
		background-color: transparent;
	}

	.home-image-link {
		max-height: 140px;
	}

	.home-image-link.large-image-link {
		width: 100%;
		max-height: 260px;
		min-height: 180px;
		margin-right: 5%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.home-image-link.intro-cbox-image-link {
		margin-right: 0%;
	}

	.home-image-link.button-style-cbox-image {
		width: 45%;
	}

	.home-content-box-wrap.intro-content-box-wrap {
		width: auto;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.home-content-box-wrap.large-content-box-wrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	}

	.home-content-box-wrap.large-content-box-wrap.last-large-cbox {
		margin-bottom: 0em;
		padding-bottom: 0em;
		border-bottom-style: none;
	}

	.home-content-box-wrap.home-dynamic-feed-cbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.home-content-box-wrap.button-style-cbox {
		max-width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}

	.home-content-box-title.intro-cbox-title {
		font-size: 1.375em;
	}

	.slider-image {
		position: relative;
		height: 80vh;
	}

	.slider-caption-wrap {
		position: relative;
		left: 0%;
		width: 100%;
		max-width: 100%;
		margin-right: 0%;
		margin-left: 0%;
		padding: 20px;
		background-color: transparent;
		background-image: none;
		background-position: 0px 0px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		color: rgba(0, 0, 0, 0.75);
		font-size: 1rem;
		min-height: 150px;
	}

	.shop-item-wrap.flex {
		width: 48%;
	}

	.inside-page-header-content-wrap {
		margin-right: 10px;
		margin-left: 10px;
	}

	.inside-content-beckground {
		padding-right: 0vw;
		padding-left: 0vw;
	}

	.main-content-wrap.no-sidebars {
		margin-right: 10px;
		margin-left: 10px;
	}

	.intro-text-style,
	.intro_text_style {
		font-size: 1.125em;
	}

	.home-cbox-text-wrap.large-cbox-text-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 60%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: stretch;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-basis: 60%;
		-ms-flex-preferred-size: 60%;
		flex-basis: 60%;
		font-size: 1rem;
	}

	.home-cbox-text-wrap.intro-cbox-text-wrap {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-cbox-text-wrap.button-style-cbox-text-wrap {
		width: 50%;
	}

	.slider-caption-title {
		color: #000;
	}

	.footer-links-list-item {
		-webkit-flex-basis: 48%;
		-ms-flex-preferred-size: 48%;
		flex-basis: 48%;
	}

	.footer-list-link {
		padding-right: 1.5em;
		padding-left: 1.5em;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-social-icon-link {
		margin-right: 6px;
		margin-left: 6px;
	}

	.footer-social-icon-link.footer-rjo-exclusive {
		margin-top: 4px;
	}

	.home-cbox-dynamic-feed-item-wrap {
		width: 100%;
		margin-right: 0%;
	}

	.pagination-middle-wrap {
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.pagination-wrap.flex-pagination {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.loc-type-form-checkbox {
		width: 50%;
	}

	.loc-type-form-checkbox.sidebar-checkbox {
		width: 50%;
	}

	.pagination-right-side-wrap {
		display: none;
	}

	.post-item-featured-image-link {
		max-height: 240px;
	}

	.two-part-button-toggle {
		line-height: 1.625rem;
	}

	.secondary-header-item-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0.75rem;
	}

	.secondary-header-item-cta-link {
		margin-right: 0rem;
		margin-left: 1.5rem;
		padding-top: 0.75em;
		padding-right: 2.5em;
		padding-left: 1.5em;
		background-position: 90% 50%;
		background-size: 8px 8px;
		font-size: 0.6875rem;
		line-height: 1rem;
	}

	.shop-detail-attributes-wrap {
		margin-top: 1.5em;
	}

	.slider-caption-title-wrap {
		text-shadow: none;
	}

	.header-social-icons-wrap {
		display: none;
	}

	.header-dropdown {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-dropdown-toggle {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.header-dropdown-toggle-link-wrap {
		padding-right: 0.5em;
		padding-left: 0.5em;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-content: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-dropdown-toggle-link-icon {
		margin: 0.25em 0.5em;
	}

	.header-dropdown-list.w--open {
		left: auto;
	}

	.header-dropdown-wrap {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.pillars-section-wrap {
		padding-top: 2rem;
		padding-bottom: 2rem;
		font-size: 0.6875rem;
	}

	.footer-social-icons-links-wrap {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.footer-social-links-rjo-exclusive-button-wrap {
		-webkit-box-flex: 0;
		-webkit-flex-grow: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.slider-caption-h3,
	.slider-caption-title-wrap p,
	.slider-caption-title-wrap h3,
	.slider-caption-title-wrap h4,
	.slider-caption-title-wrap h5,
	.slider-caption-title-wrap h6 {
		color: rgba(0, 0, 0, 0.65);
		line-height: 1.5em;
	}

	.home-pillars-cbox-divider {
		box-shadow: 0 0 0 2px #b69b11;
	}

	.home-cbox-icon-link {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.home-cbox-icon-link.membership-icon {
		text-align: left;
	}

	.home-cbox-icon-link-image {
		width: 60px;
		height: 60px;
		margin: 0.5em;
	}

	.footer-signoff-back-top-button {
		padding-top: 1em;
		padding-bottom: 1em;
		font-size: 0.625rem;
		line-height: 1.5em;
	}

	.texture-wrap.cbox-image-link-overlay {
		min-width: 70px;
	}

	.home-intro-button-link {
		width: 100%;
		max-width: 100%;
		padding-left: 1.25em;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		text-align: left;
	}

	.home-intro-button-image {
		margin-right: 1em;
	}

	.home-intro-button-link-text-wrap {
		padding-left: 1em;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		border-left-style: solid;
	}

	.home-intro-button-divider {
		display: block;
	}

	.footer-contact-info-column {
		padding-right: 0.5em;
		padding-left: 0.5em;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.footer-contact-label-span {
		float: none;
		text-align: left;
	}

	.footer-social-icons-column-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.inside-image-example {
		margin-left: 0em;
		float: none;
	}
}

@media (max-width: 580px) {
	.header-dropdown-toggle-link-wrap,
	.secondary-nav-list-link {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

@media (max-width: 479px) {
	.button.secondary.wishlist {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 auto;
		-ms-flex: 0 auto;
		flex: 0 auto;
	}

	.button.add-to-cart {
		max-width: 100%;
		margin-right: 0em;
	}

	.button.slider-button {
		font-size: 0.75rem;
	}

	.logo {
		width: 65px;
	}

	.slider-caption-wrap {
		min-height: 185px;
	}

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

	.row.home-cbox-row.home-cbox-icons-row {
		margin-right: 10px;
		margin-left: 10px;
		text-align: left;
	}

	.column.footer-signoff-right-col {
		margin-top: 0rem;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.column.footer-signoff-left-column {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu-button {
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}

	.footer-signoff-list {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.footer-signoff-grip {
		margin: 1rem;
	}

	.footer-column-wrap {
		max-width: 100%;
		padding-right: 0em;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.header-content-right-wrap {
		margin-right: 0em;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}

	.form-field.header-search-field {
		font-size: 0.875rem;
	}

	.secondary-nav-list {
		max-width: 100%;
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.secondary-nav-list-item {
		max-width: 100%;
		width: 100%;
	}

	.secondary-nav-list-link {
		padding-right: 0.5em;
		padding-left: 0.25em;
	}

	.home-image-link {
		height: 25vw;
		min-height: 100px;
		min-width: 35%;
		margin-right: 5%;
		float: none;
	}

	.home-image-link.large-image-link {
		max-height: 180px;
		min-height: 180px;
		margin-right: 0%;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-image-link.button-style-cbox-image {
		width: 100%;
		height: 60vw;
	}

	.home-content-box-wrap.large-content-box-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.home-content-box-wrap.button-style-cbox {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.home-content-box-title {
		font-size: 1.25em;
	}

	.shop-item-wrap.flex {
		width: 100%;
		margin-right: 0%;
		margin-left: 0%;
	}

	.home-cbox-text-wrap {
		width: 100%;
		float: none;
	}

	.home-cbox-text-wrap.large-cbox-text-wrap {
		width: 100%;
		padding-top: 0.5rem;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-cbox-text-wrap.button-style-cbox-text-wrap {
		width: 100%;
	}

	.footer-links-list {
		margin-right: 0em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-align-content: flex-start;
		-ms-flex-line-pack: start;
		align-content: flex-start;
	}

	.footer-links-list-item {
		min-width: 200px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.footer-list-link {
		padding-right: 1.5em;
		padding-left: 1.5em;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-social-icons-section-wrap {
		width: 100%;
		padding-right: 0px;
		float: none;
	}

	.footer-social-icon-link {
		margin-right: 6px;
		margin-left: 6px;
	}

	.footer-social-icon-link.footer-rjo-exclusive {
		padding-right: 2em;
	}

	.footer-newsletter-wrap {
		width: 100%;
		padding-left: 0px;
		float: none;
	}

	.link.post-pagination-link.next-page {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
	}

	.pagination-middle-wrap {
		min-width: 100%;
		margin-top: 0.75em;
		padding-top: 0.75em;
		border-top: 1px solid rgba(84, 159, 196, 0.25);
	}

	.pagination-wrap.flex-pagination {
		padding-right: 0%;
		padding-left: 0%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.loc-type-form-checkbox {
		width: 100%;
	}

	.loc-type-form-checkbox.sidebar-checkbox {
		width: 100%;
	}

	.pagination-left-side-wrap {
		width: 100%;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.post-item-featured-image-link {
		max-height: 160px;
	}

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

	.post-pagination-text {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.secondary-header-item-wrap {
		display: none;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.shop-detail-form-buttons-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-category-row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-category-item-text-wrap {
		margin-top: 1em;
	}

	.header-content-right-row-2 {
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}

	.header-dropdown-wrap {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.pillars-section-wrap {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 0.5625rem;
	}

	.home-pillars-cbox-text {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

	.footer-social-icons-links-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footer-social-links-rjo-exclusive-button-wrap {
		margin-bottom: 4px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.home-pillars-cbox-divider {
		margin-right: 0.25em;
		margin-left: 0.25em;
	}

	.home-row-icons-section-wrap {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.home-cbox-icon-link {
		overflow: hidden;
		margin: 0.5em 0em;
		padding-top: 0.5em;
		padding-right: 1rem;
		padding-bottom: 0.5em;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-cbox-icon-link.membership-icon {
		padding-right: 0.5em;
		padding-left: 0.5em;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.home-cbox-icon-link-image {
		width: 15vw;
		height: 15vw;
		margin-right: 1em;
	}

	.home-cbox-icon-link-title {
		font-size: 5.25vw;
	}

	.footer-signoff-back-top-button {
		margin: 1em 1rem;
	}

	.texture-wrap.cbox-image-link-overlay {
		left: -5px;
		top: auto;
		right: auto;
		bottom: -8px;
	}

	.home-intro-button-link {
		padding-top: 1.5em;
		padding-left: 0.75em;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: center;
	}

	.home-intro-button-image {
		width: 4em;
		height: 4em;
		margin-right: 0em;
	}

	.home-intro-button-link-text-wrap {
		padding-left: 0em;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		border-left-style: none;
	}

	.footer-contact-info-wrap {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-contact-info-column {
		padding-right: 0.5em;
		padding-left: 0.5em;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-basis: auto;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}

	.footer-contact-label-span {
		min-width: 68px;
		float: none;
	}

	.footer-social-icons-column-wrap {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

html {
	font-size: 16px;
}

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

.footer-section a[href^=tel] {
	-webkit-transition: all 250ms ease;
	color: #000000;
	letter-spacing: 0.01em;
	text-decoration: none;
}

input[type=text] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input::-webkit-input-placeholder {
	color: #b4bfcc !important;
}

input::-moz-placeholder {
	color: #b4bfcc !important;
}

input:-moz-placeholder {
	color: #b4bfcc !important;
}

input:-ms-input-placeholder {
	color: #b4bfcc !important;
}

.blockstyle-heading {
	-webkit-box-decoration-break: clone;
}

/*mmenu*/
.mobile-navigation-menu {
	display: none !important;
}

.w-nav.mm-slideout {
	z-index: 1;
}

@media (max-width: 991px) {
	.mobile-navigation-menu.mm-opened {
		display: block !important;
		width: 80% !important;
		margin: 0;
		max-width: none;
		min-width: 0;
	}
}

html.mm-right.mm-opening .mm-slideout {
	transform: translate(-80%, 0px);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	html.mm-right.mm-opening .mm-slideout .nav-section {
		transform: translate(-80%, 0px) !important;
	}
}

/*remove default link styles*/
.mm-listview > li > a,
.mm-listview > li > span {
	margin-bottom: 1px;
	padding: 1em 1rem;
	box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
	color: hsla(0, 0%, 100%, 0.75);
	font-size: 1rem;
	font-weight: 400;
	text-align: left;
	letter-spacing: 0.02em;
	text-transform: capitalize;
}

.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
	background-color: transparent;
	box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25), inset 5px 0 0 0 #b69b11;
	color: #fff;
}

.mm-listview > li > a:not(.mm-next):hover,
.mm-menu .mm-listview > li > span:hover {
	background-color: transparent;
	box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25);
	color: #b69b11;
}

.mm-listview > li.mm-selected > a:not(.mm-next):hover,
.mm-menu .mm-listview > li.mm-selected > span:hover {
	background-color: transparent;
	box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.25), inset 5px 0 0 0 #b69b11;
	color: #fff;
}

/*remove default borders*/
.mm-listview > li:not(.mm-divider)::after {
	border-bottom-width: 0;
}

/*next links*/
.mm-listview > li .mm-next::before {
	border-left-color: transparent;
	border-left: 1px solid hsla(0, 0%, 100%, 0.25) !important;
}

.mm-listview .mm-next {
	width: 20%;
	box-shadow: none;
	margin-bottom: -1px;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.25) !important;
	background-color: hsla(0, 0%, 100%, 0.1);
}

.mm-listview .mm-next:hover {
	background-color: hsla(0, 0%, 100%, 0.2);
}

.mm-listview .mm-next + .nav-link {
	width: 80%;
	margin-right: 20%;
}

/*next link arrow*/
.mm-next::after,
.mm-arrow::after {
	right: 45%;
	height: 11px;
	width: 11px;
}

.mm-menu .mm-listview > li .mm-next::after,
.mm-menu .mm-listview > li .mm-arrow::after {
	border-color: hsla(0, 0%, 100%, 0.5);
}

/*second level and previous links*/
.mm-prev::before {
	left: 17px;
}

.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
	margin-top: -6px;
}

.mm-panels .mm-panel:first-of-type .mm-listview {
	margin-top: -60px;
}

.mm-navbar {
	background-color: hsla(0, 0%, 100%, 0.1);
	height: 54px;
	box-shadow: none;
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.25) !important;
	margin-left: 0;
	margin-right: 0;
	color: #fff;
	text-align: left;
	font-weight: 500;
	text-transform: capitalize;
}

.mm-navbar:hover {
	background-color: hsla(0, 0%, 100%, 0.2);
}

.mm-navbar .mm-btn {
	height: 54px;
}

.mm-menu .mm-navbar .mm-btn::before,
.mm-menu .mm-navbar .mm-btn::after {
	border-color: hsla(0, 0%, 100%, 0.5);
}

.mm-navbar .mm-title {
	color: #ffffff !important;
	padding: 1em 0;
	font-size: 1rem;
	line-height: 1.375rem;
	text-align: left;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	vertical-align: sub;
	letter-spacing: 0.02em;
}

/* breakpoints */
[data-breakpoints] {
	display: none !important;
}

@media screen and ( min-width: 992px ) {
	[data-breakpoints*="xl"] {
		display: block !important;
	}
}

@media screen and ( min-width: 768px ) {
	[data-breakpoints*="md,lg"] {
		display: block !important;
	}
}

[data-breakpoints*="xs,sm"] {
	display: block !important;
}

/*inside pages*/
/*messages*/
.success {
	display: block;
	background-color: #e0ddd1;
	text-align: left;
	padding: 1em 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #000;
	font-family: Merriweather, serif;
	font-style: italic;
}

.error {
	display: block;
	background-color: #d11616;
	text-align: left;
	padding: 1em 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #fff;
	font-family: Merriweather, serif;
	font-style: italic;
}

.success p,
.success ul li,
.error p,
.error ul li {
	font-family: Merriweather, serif;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: 400;
	color: inherit;
	font-style: italic;
}

/*tables*/
table.styled {
	width: 100%;
	margin: 0px 0 1em 0;
	background-color: white;
	border-spacing: 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 0px;
	line-height: 1.375em;
	font-weight: 400;
}

table.styled th,
table.styled td {
	border-right: 1px solid rgba(0, 0, 0, 0.25);
	border-bottom: 1px solid white;
	vertical-align: top;
}

table.styled tr th:last-child,
table.styled tr td:last-child {
	border-right: none;
}

table.styled thead tr th {
	font-weight: 400;
	font-family: 'Merriweather';
	font-style: italic;
	text-transform: none;
	font-size: 1.25em;
	letter-spacing: 0.04em;
	color: white;
	background-color: black;
	border-bottom: 2px solid white;
	padding: 0.625em 0.625rem;
	text-align: left;
}

table.styled th {
	font-weight: normal;
	font-family: 'Merriweather';
	font-style: italic;
	font-size: 1.0625em;
	letter-spacing: 0.02em;
	padding: 0.5em 0.625rem;
	background-color: #b69b11;
	border-bottom: 2px solid white;
	color: white;
	text-align: left;
}

table.styled td {
	padding: 0.375em 0.625rem;
	font-size: 0.9375em;
	line-height: 1.4125em;
}

table.styled.striped tr:nth-child(even) {
	background: #e0ddd1;
}

table.styled.striped tr:nth-child(odd) {
	background: white;
}

/*images*/
img {
	height: auto;
}

td img {
	max-width: none;
}

@media (max-width: 767px) {
	.mobile-friendly-image {
		display: block;
		float: none !important;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
}

/*forms*/
.cms_label,
.label,
label {
	font-weight: 400;
}

label {
	display: inline;
	margin-bottom: 0;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
	font-size: 0.875em;
	line-height: 1.42857;
	padding: 4px 10px;
	border: 1px solid #cccccc;
	color: #333333;
}

textarea {
	resize: vertical;
}

/*blockquotes*/
blockquote p {
	font-size: inherit;
	line-height: inherit;
	margin-bottom: 0;
	margin-top: 0;
}

/*horizontal ruler*/
.divider,
.cms_divider,
.cms_item_divider,
.item_divider {
	height: 1px !important;
	margin-top: 1.5em !important;
	margin-bottom: 1.5em !important;
	background-color: rgba(0, 0, 0, 0.15) !important;
	border-top: 0 none !important;
	border-bottom: 0 none !important;
}

hr:not(.fc-divider):not(.formBreak) {
	border-color: rgba(0, 0, 0, 0.15);
	border: 0px;
	color: rgba(0, 0, 0, 0.15);
	margin-bottom: 1.5em;
	margin-top: 1.5em;
	border-top: 1px solid;
}

/*heading links*/
.main-content-wrap h1 a,
.left-sidebar-custom h1 a,
.right-sidebar-column h1 a,
.main-content-wrap h2 a,
.left-sidebar-custom h2 a,
.right-sidebar-column h2 a,
.main-content-wrap h3 a,
.left-sidebar-custom h3 a,
.right-sidebar-column h3 a,
.main-content-wrap h4 a,
.left-sidebar-custom h4 a,
.right-sidebar-column h4 a,
.main-content-wrap h5 a,
.left-sidebar-custom h5 a,
.right-sidebar-column h5 a,
.main-content-wrap h6 a,
.left-sidebar-custom h6 a,
.right-sidebar-column h6 a {
	color: #b69b11;
}

.main-content-wrap h1 a:hover,
.left-sidebar-custom h1 a:hover,
.right-sidebar-column h1 a:hover,
.main-content-wrap h2 a:hover,
.left-sidebar-custom h2 a:hover,
.right-sidebar-column h2 a:hover,
.main-content-wrap h3 a:hover,
.left-sidebar-custom h3 a:hover,
.right-sidebar-column h3 a:hover,
.main-content-wrap h4 a:hover,
.left-sidebar-custom h4 a:hover,
.right-sidebar-column h4 a:hover,
.main-content-wrap h5 a:hover,
.left-sidebar-custom h5 a:hover,
.right-sidebar-column h5 a:hover,
.main-content-wrap h6 a:hover,
.left-sidebar-custom h6 a:hover,
.right-sidebar-column h6 a:hover {
	color: #28313b;
}

/*inside homepage*/
.inside-home .home-cbox-row {
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.inside-home .home-cbox-row.inside-bottom-row {
	margin-top: 1.5em;
	padding-top: 2.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.inside-home .button-style-cbox-column:first-of-type {
	border-left: 0 none;
}

.inside-home .button-style-cbox-column:first-of-type .home-content-box-wrap.button-style-cbox {
	margin-left: 0;
}

.inside-home .button-style-cbox-column .home-content-box-wrap.button-style-cbox {
	margin-top: 0;
}

.inside-home .button-style-cbox-column .home-cbox-text-wrap.button-style-cbox-text-wrap {
	width: 100%;
	padding-right: 2vw;
	padding-top: 0;
}

.inside-home .home-content-box-title {
	margin-top: 0;
}

@media (max-width: 991px) {
	.inside-home .home-intro-news-container {
		max-width: none;
	}

	.inside-home .home-content-box-wrap.intro-content-box-wrap {
		margin-bottom: 0;
	}

	.inside-home .home-content-box-wrap.button-style-cbox {
		width: 100%;
		max-width: none;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}

	.inside-home .home-cbox-row.inside-bottom-row {
		margin-top: 0;
		padding-top: 0;
		border-top: 0 none;
	}
}

/*vendor directory*/
.vendor-services {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.vendor-services .checkbox-group {
	float: left;
	width: 50%;
	white-space: nowrap;
	padding-right: 20px;
}

.vendor-services input[type="checkbox"] {
	float: left;
	margin-right: 7px;
	position: relative;
	top: 5px;
}

.vendor-services label {
	margin: 0 0 2px 0;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.vendor-services .clearBoth {
	clear: both;
}

.vendor-services > label {
	margin-bottom: 5px;
}

.vendors-categories-download-buttons {
	text-align: right;
}

@media (max-width: 767px) {
	.vendor-services .checkbox-group {
		width: 100%;
		padding-right: 0;
	}

	.vendors-categories-download-buttons {
		margin-top: 20px;
	}
}

.vendor-info-textarea {
	width: 100%;
	height: 20px;
	border: 0;
	padding: 0;
	font-size: 1.125rem;
	display: block;
	resize: none;
	background: white;
	margin-bottom: 1rem;
}

/* ************************************ feature pages ************************************ */
/* ****************** accounts ****************** */
#account_module.form .form_container .login_field {
	width: 100%;
	max-width: 470px;
	margin-bottom: 15px;
}

#account_module.form .more_options ul {
	width: 100%;
	text-align: center;
	padding-left: 0;
}

#account_module.form .form_buttons {
	margin-top: 0;
}

#account_module.form .form_container input[type="password"] {
	margin-bottom: 10px;
}

#account_module.form .form_subheading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin: 20px 0;
	padding-bottom: 7px;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 1.75em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
}

#account_module.form .note {
	line-height: 1rem;
}

.update-caution > div {
	display: inline;
}

/*edit address form*/
#account_module.form .form_container .field {
	padding-bottom: 7px;
}

#account_module.form .ui-form-fields {
	margin-bottom: 10px;
}

#account_module.form .ui-form-label {
	margin-bottom: 3px;
}

#account_module.form .ui-form-label em {
	color: #ff0000;
}

#account_module.messages .inbox thead tr th.date a.sort.sort-desc {
	border-bottom: 0 none;
}

.update-caution {
	margin-bottom: 15px;
}

@media (max-width: 479px) {
	#account_module.form .ui-form-fields input[type="text"],
	#account_module.form .ui-form-fields input[type="tel"],
	#account_module.form .ui-form-fields input[type="email"],
	#account_module.form .ui-form-fields select {
		width: 100% !important;
	}
}

/*profile page*/
#account_profile .profile_image {
	float: right;
	margin-top: 0;
}

#account_profile .email {
	margin-bottom: 16px;
}

#account_profile .private-message,
#account_profile .email {
	border-bottom: 0 none;
}

#account_profile .location_label {
	font-weight: 300;
}

#account_profile .phone_numbers {
	margin-bottom: 16px;
}

#account_profile .latest_blog_posts,
#account_profile .latest_forum_posts {
	margin-top: 1.5em;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#account_profile .latest_blog_posts .blog_label,
#account_profile .latest_forum_posts .forum_label {
	margin-bottom: 20px;
}

#account_profile .latest_blog_posts .blog_label + table,
#account_profile .latest_forum_posts .forum_label + table {
	width: 100%;
}

#account_profile .latest_blog_posts .blog_label + table th,
#account_profile .latest_forum_posts .forum_label + table th {
	text-align: left;
}

@media (max-width: 991px) {
	#account_module.form .form_buttons {
		text-align: left;
	}

	#account_module.form tr.required .field {
		background: none;
		padding-left: 0;
		display: block;
		width: 100%;
	}

	#account_module.form .form_item .label,
	#account_module.form .form_item.required .label,
	#account_module.form.message .form_item .label,
	#account_module.form.message .form_item.required .label {
		display: inline-block;
		width: 100%;
		text-align: left;
		padding-bottom: 5px;
	}

	#account_module.form .form_item .label label,
	#account_module.form .form_item.required .label label {
		display: inline;
	}

	#account_module.form tr.required .label:after {
		content: url("/core/public/shared/assets/images/required.gif");
		padding-left: 10px;
	}

	#account_module.form .form_item .field {
		display: block;
		padding-left: 0;
	}

	#account_module.form .more_options ul {
		text-align: left;
	}
}

@media (max-width: 767px) {
	#account_profile .profile_image {
		float: none;
	}
}

/* ****************** blogs ****************** */
/*list view*/
#blogs_module.cms_list .cms_title h3 {
	margin: 0 0 7px;
}

#blogs_module.cms_list .cms_date h3 {
	margin: 0 0 7px;
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

/*details view*/
#module-blogs > br {
	display: none;
}

#module-blogs form table td {
	padding-bottom: 10px;
}

@media (max-width: 767px) {
	/*details view*/
	#module-blogs div[align="center"] {
		text-align: left;
	}

	#module-blogs .slideshow-wrapper #main-slideshow {
		margin-left: 0;
		width: 100% !important;
	}

	#module-blogs .slideshow-wrapper #main-slideshow .slide {
		width: 100% !important;
	}

	#module-blogs form table td:not(.moduleform_field) {
		display: inline-block;
		padding-bottom: 3px;
	}

	#module-blogs form table td.moduleform_field {
		display: block;
		width: 100% !important;
	}
}

/* ****************** events ****************** */
/*list & calendar views*/
#events_module.cms_list .cms_title {
	font-size: 1.125rem;
}

#events_module.cms_list .event-current-day {
	padding-top: 1.5em;
}

#events_module.cms_list .cms_title h3 {
	margin-top: 0;
}

#events_module .event-category-label {
	font-size: 0.875rem;
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 0;
}

#events_module.cms_list .event-current-day #event-calendar-link {
	margin-top: 6px;
}

#events_module #fullcalendar-controls #agenda {
	margin-top: 6px;
}

.full_calendar_view .events_module_calendar .fc-toolbar .fc-center h2 {
	line-height: 1.4375em;
}

#events_module.cms_list .cms_list_item .cms_date {
	font-size: 1.125rem;
	margin-top: 10px;
	margin-bottom: 0;
	clear: both;
	font-weight: 500;
}

#events_module.cms_list .location-label-events-module {
	font-weight: 500;
}

#events_module.cms_list .cms_list_item .cms_date + .location-event-list-view.list-view-bottom-padding {
	padding-top: 10px;
}

#events_module.cms_list .back-link {
	display: none;
}

/*details view*/
#events_module.cms_entity .cms_content > .cms_divider:first-of-type {
	display: none;
}

#events_module.cms_entity .cms_content .events-detail-date {
	margin-top: 0;
	line-height: 1.5em;
}

#events_module.cms_entity .cms_contact_name_label,
#events_module.cms_entity .cms_contact_phone_label,
#events_module.cms_entity .cms_location_label {
	font-weight: 500;
}

/*form view*/
#events_module.cms_form .cms_label {
	background-color: transparent;
	vertical-align: top;
}

#events_module.cms_form .cms_required {
	background-color: transparent;
	background-position: center 10px;
}

#events_module.cms_form .cms_non_required {
	background-color: transparent;
}

#events_module.cms_form .cms_field {
	background-color: transparent;
}

@media (max-width: 991px) {
	/*form view*/
	#events_module.cms_form .cms_label {
		width: auto;
		display: inline;
		text-align: left;
	}

	#events_module.cms_form .cms_field {
		width: 100%;
		display: block;
	}

	#events_module.cms_form .cms_required {
		width: 15px;
		display: inline-block;
		background-position: center 5px;
	}

	#events_module.cms_form .cms_non_required {
		display: inline-block;
	}

	#events_module.cms_form .cms_field input[type="text"] {
		width: 100% !important;
		max-width: 300px !important;
	}

	#events_module.cms_form form > table:last-of-type td {
		display: none;
	}

	#events_module.cms_form form > table:last-of-type td:last-of-type {
		display: block;
	}
}

@media (max-width: 767px) {
	/*list & calendar views*/
	#events_module.cms_list .event-current-day #event-calendar-link {
		float: none;
		display: block;
	}

	#events_module.cms_list .event-current-day .cms_title {
		display: block;
		float: none;
	}
	/*form view*/
	#events_module.cms_form .cms_info_req {
		float: none;
		text-align: right;
	}
}

/* ****************** faqs ****************** */
/*list view*/
#faqs_module .cms_list_item ul,
#faqs_module .cms_list_subitem ul {
	color: #444;
	list-style-type: disc;
}

#faqs_module.cms_list .cms_list_item .description,
#faqs_module.cms_list .cms_list_subitem .description {
	list-style-type: none;
	padding-top: 0;
}

#faqs_module.cms_list .cms_list_item:first-of-type {
	padding-top: 0;
}

#faqs_module.cms_list .cms_list_item .cms_title h3,
#faqs_module.cms_list .cms_list_subitem .cms_title h3 {
	margin-top: 0;
}

/*right sidebar*/
.box.tools .content .contentbox_item form input[type="text"],
.box.tools .content .contentbox_item form input[type="tel"] {
	width: 100%;
}

.box.tools .content .contentbox_item form > p {
	margin-bottom: 0;
}

/* ****************** forums ****************** */
/*list views*/
#forums_module #forum-search-container {
	top: 30px;
	right: 0;
}

.topic-subscribe,
.board-subscribe,
#forum-search > form > a {
	border-bottom: 0 none !important;
}

#forums_module #forum-search-container .top-row input.button {
	border: 0 none;
	cursor: pointer;
}

#forums_module #boards table,
#forums_module #posts table,
#forums_module #topics table,
#forums_module #posts .post_footer {
	border-color: transparent;
	background-color: transparent;
}

#forums_module #boards > tbody td,
#forums_module #posts > tbody td,
#forums_module #topics > tbody td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 1.5em;
	padding-top: 1.5em;
}

#forums_module #boards tfoot td,
#forums_module #posts tfoot td,
#forums_module #topics tfoot td {
	border-bottom: 0 none;
	padding-bottom: 0;
	padding-top: 0;
}

#forums_module #posts thead th,
#forums_module #topics thead th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-bottom: 1.5em;
}

#forums_module #posts tfoot th,
#forums_module #topics tfoot th {
	border-bottom: 0 none;
	padding-bottom: 0;
}

#forums_module #posts tfoot th,
#forums_module #topics tfoot th {
	padding-top: 1.5em;
}

#forums_module #posts table td.actions a {
	border: 0 none;
}

#forums_module .header-bottom.with-pagination {
	padding-bottom: 5px;
}

#forums_module .header-top h2,
#forums_module.form h2 {
	font-size: 1.75em;
	line-height: 1.375em;
}

#forums_module h2 {
	font-weight: 700;
	color: #000;
	margin-top: 0;
	font-size: 1.75em;
	line-height: 1.375em;
}

#forums_module #posts table td.actions a.reply:hover span {
	background-position: 0 0;
}

#forums_module #posts table td.actions a.reply-with-quote:hover span {
	background-position: -32px 0;
}

#forums_module #posts .post_footer tr td.actions a {
	font-weight: 400;
}

#forums_module .moderator_actions td small {
	margin-bottom: 1.5em;
	display: inline-block;
}

#forums_module #topics table .image {
	margin-top: 10px;
}

#forums_module tr th .pagination .visible {
	font-weight: 500;
}

#forums_module #posts tr td .image-enlarge {
	width: 169px !important;
	color: #b69b11;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
	font-family: Montserrat, sans-serif;
	font-size: 1.125rem;
	line-height: 1.5em;
	margin-bottom: 15px;
	background-position: 2px 5px;
}

#forums_module #posts tr td .image-enlarge:hover {
	border-bottom-style: solid;
	border-bottom-color: #b69b11;
	color: #28313b;
	text-decoration: none;
}

#forums_module .edited-by {
	clear: both;
	font-size: 0.75rem;
	font-weight: 500;
	margin: 0px 0px 10px 0px;
}

#forums_module .close-modal-button {
	font-size: 1.25rem;
	line-height: 1rem;
}

#forums_module .pagination {
	border: 0 none;
}

#forums_module #posts .post_quote {
	background-color: #ffffff;
	text-indent: 0;
	margin: 10px 0;
}

#forums_module #posts .post_quote .post_quote_title {
	background-color: #444;
	color: #fff;
	padding: 5px;
	border: 0 none;
}

#forums_module #posts .post_quote .post_quote_title:hover {
	color: rgb(226, 207, 108);
	border: 0 none;
}

#forums_module #posts .post_quote p {
	padding: 5px;
	margin: 0;
}

#forums_module .pagination .visible {
	width: 150px;
}

/*form views*/
#forums_module.form .form_container td {
	padding-bottom: 15px !important;
}

#forums_module.form .form_item .field {
	padding-left: 30px !important;
}

#forums_module.form.advanced-search .form_buttons {
	text-align: left;
}

@media (max-width: 991px) {
	#forums_module.form .form_item .field {
		padding-left: 0 !important;
		max-width: 350px;
	}

	#forums_module #boards tr td .image,
	#forums_module #topics tr td .image {
		text-align: left;
	}

	#forums_module #boards tr td:last-child,
	#forums_module #topics tr td:last-child,
	#forums_module #posts tr td:last-child {
		border-bottom: 1px solid #cccccc;
	}
}

@media (max-width: 767px) {
	#forums_module h2 {
		font-size: 1.5em;
		line-height: 1.5em;
	}
}

@media (max-width: 479px) {
	#forum-subscribe {
		text-align: right;
	}
}

/* ****************** links ****************** */
#links_module li {
	margin-bottom: 0.5em;
}

#links_module li p {
	margin-bottom: 0;
}

/* ****************** news ****************** */
/*main list view*/
#news_module.cms_list .cms_categories_section .cms_category_item .image {
	margin-bottom: 10px;
}

#news_module.cms_list .cms_categories_section .cms_category_item h3 {
	margin-top: 0;
}

#news_module.cms_list article time {
	font-weight: 500;
}

/*category list view*/
.news_module.cms_category_list.header {
	margin-bottom: 20px;
}

/*details view*/
#news_module.cms_entity .cms_date h3 {
	margin-top: 0;
}

#news_module.cms_entity .quaternary_title {
	margin-top: 0;
}

/*right sidebar*/
.box.archive {
	overflow: hidden;
}

@media (max-width: 991px) {
	/*details view*/
	#news_module.cms_entity .cms_content .image {
		float: none !important;
		margin-left: 0;
		height: auto !important;
	}
}

@media (max-width: 767px) {
	#news_module.cms_list .cms_categories_row {
		margin-bottom: 20px;
	}
}

/* ****************** newsletters ****************** */
/*list view*/
#newsletters_module.list .title h3 {
	margin-top: 0;
}

/*form view*/
#newsletters_module.form .required_message {
	margin-bottom: 20px;
}

#newsletters_module.form .form_container td {
	padding-bottom: 15px;
}

@media (max-width: 767px) {
	#newsletters_module.form .form_item > td {
		display: block;
		width: 100%;
		padding-bottom: 10px;
	}

	#newsletters_module.form .form_item .label,
	#newsletters_module.form .form_item.required .label {
		text-align: left;
	}

	#newsletters_module.form .form_item.required .label label:after {
		content: url("/core/public/shared/assets/images/required.gif");
		padding-left: 5px;
	}

	#newsletters_module.form .form_item.required .field {
		padding-left: 0;
		background: none;
	}

	#newsletters_module.form .form_buttons {
		text-align: left;
	}
}

/* ****************** photo albums ****************** */
/*list view*/
#photoalbums_module.cms_list .cms_list_item .cms_image {
	padding-right: 1.5em;
}

#photoalbums_module.cms_list .cms_list_item .cms_image img {
	width: calc(160px - 1.5em);
	height: auto;
}

/*details view*/
#photoalbums_module .cms_footer {
	margin-top: 20px;
}

@media (max-width: 991px) {
	/*list view*/
	#photoalbums_module td {
		display: block;
		width: 100% !important;
	}

	#photoalbums_module td .cms_metadata1.cms_title {
		margin-top: 5px;
	}
}

/* ****************** resources ****************** */
#moduleDocuments_module.cms_list .cms_item_description {
	padding-top: 5px;
}

#moduleDocuments_module.cms_list .cms_category_icon_title_row .cms_title {
	font-size: 1.5em;
}

#moduleDocuments_module.cms_list .cms_item_icon_title_row .cms_item_title {
	font-size: 1.125em;
}

/*right sidebar*/
.right-sidebar-column a.moduleDocuments-rss-feed-link {
	border-bottom: 0 none;
}

/* ****************** resources ****************** */
/*list view*/
#feeds_module.cms_list .cms_title h3 {
	margin: 0 0 5px;
}

#feeds_module.cms_list .cms_list_item .cms_metadata2.cms_date {
	padding: 0;
}

#feeds_module.cms_list .cms_date h4 {
	margin: 0 0 5px;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
}

#feeds_module.cms_list .abstract {
	padding: 0;
}

/*details view*/
#feeds_module.cms_entity .cms_title h3 {
	margin: 0 0 5px;
}

#feeds_module.cms_entity .cms_date h4 {
	margin: 0 0 5px;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-style: normal;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
}

#feeds_module.cms_entity .cms_content {
	padding-top: 0;
}

/* ****************** search ****************** */
.search-collection .search-field-title {
	line-height: 1.5em;
}

.search-collection .search-field-title .ui-icon {
	margin-top: 5px;
}

.collection.search-collection > .node.search-node {
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.collection.search-collection > .node.search-node:first-child {
	border: none;
	margin-top: 0;
	padding-top: 0;
}

/* ****************** special offers ****************** */
/*list page*/
#special-offers-filter {
	overflow: hidden;
	margin-bottom: 1.5em;
}

#special-offers-filter .filter {
	float: left;
	width: 50%;
}

#special-offers-filter .filter h2 {
	margin: 0 0 5px;
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

#special_offers_module.cms_list .list-table {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

/*details page*/
#special_offers_module.cms_info .clear {
	margin-bottom: 20px;
}

#special_offers_module.cms_info #special_offers_detail h2 {
	margin: 0 0 10px;
}

#special_offers_module.cms_info #special_offers_detail h3 {
	margin: 0 0 10px;
}

#special_offers_module.cms_info #special_offers_image {
	float: right;
	padding-left: 20px;
}

#special_offers_module.cms_info .form_subheading {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	margin: 20px 0;
	padding-bottom: 7px;
	font-family: Merriweather, serif;
	color: #000;
	font-size: 1.75em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 700;
	letter-spacing: 0.01em;
}

#special_offers_module.cms_info .form_container td {
	padding-bottom: 15px;
}

/*pagination*/
.pagination {
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.pagination a {
	border-bottom: 0 none;
}

@media (max-width: 991px) {
	/*pagination*/
	.pagination {
		-webkit-flex-direction: column;
		flex-direction: column;
		text-align: center;
		padding-bottom: calc(1.5em - 10px);
	}

	.pagination > * {
		margin-bottom: 10px;
	}
	/*details view*/
	#special_offers_module.cms_info .form_container td {
		display: block;
		width: 100%;
	}

	#special_offers_module .form .form_item .field {
		padding-left: 0;
	}

	#special_offers_module .form .form_item .label,
	#special_offers_module .form .form_item.required .label {
		text-align: left;
		width: auto;
	}

	#special_offers_module .form .form_item.required .field {
		background: transparent none;
		padding-left: 0;
	}

	#special_offers_module .form .form_item.required .label::after {
		content: url("/core/public/shared/assets/images/required.gif");
		padding-left: 5px;
	}

	#special_offers_module .form .form_buttons {
		text-align: left;
	}
}

@media (max-width: 767px) {
	/*list page*/
	#special-offers-filter .filter {
		float: none;
		width: 100%;
	}

	#special-offers-filter .filter select {
		width: 100%;
	}

	#special-offers-filter .filter:last-of-type {
		margin-top: 20px;
	}
	/*details page*/
	#special_offers_module.cms_info #special_offers_image {
		float: none;
		margin-bottom: 10px;
		padding-left: 0;
	}

	#special_offers_module.cms_info .form_container td input[type="text"],
	#special_offers_module.cms_info .form_container td select {
		width: 100%;
	}
}

@media (max-width: 39.9375em) {
	/*list page*/
	table.styled.tablesaw {
		border: 1px solid rgba(0, 0, 0, 0.15);
	}

	table.styled.tablesaw tr th,
	table.styled.tablesaw tr td {
		border-right: none;
		border-bottom: none;
	}

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

/* ****************** staff directory ****************** */
/*list view*/
#staffdirectory_module.cms_list .cms_list_item .info h3 {
	margin: 0 0 5px;
}

#staffdirectory_module.cms_list .cms_list_item .cms_title {
	font-weight: 500;
}

/*details view*/
#staffdirectory_module.cms_entity .cms_title h3 {
	margin-top: 0;
}

/* ****************** submission forms ****************** */
/*form views*/
#submissionforms_module.cms_form .cms_divider {
	display: none;
}

#submissionforms_module.cms_form .formSection,
.module-forms .formSection {
	margin: 1.5em 0;
	font-weight: 500;
}

#submissionforms_module.cms_form .formBreak,
.module-forms .formBreak {
	border: 0 none;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#submissionforms_module.cms_form .sigPad input {
	display: block;
}

#submissionforms_module.cms_form .sigWrapper.current {
	display: block !important;
}

/*multi forms*/
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_first span,
#submissionforms_module.cms_form .cms_steps_wrapper .cms_step_last span {
	padding: 0 27px;
	font-weight: 500;
}

#submissionforms_module.cms_form .cms_steps_wrapper span a {
	border-bottom: 0 none;
}

#submissionforms_module.cms_form .cms_field.currency input[type="text"],
.responsive #submissionforms_module.cms_form .cms_field.currency input[type="text"] {
	text-indent: 10px;
}

#form-payment-info .ui-form-container > fieldset:first-of-type > div {
	padding-bottom: 0 !important;
}

#form-payment-info .ui-form-container > fieldset#payment-info > div {
	padding-top: 0 !important;
}

#form-payment-info .ui-form-container > fieldset:first-of-type .ui-form-label span {
	font-weight: 400;
}

#form-payment-info .ui-form-field-subtitle .ui-form-label span {
	font-size: 100%;
	font-weight: 400;
	color: #444;
}

/* ****************** payments form ****************** */
#form-payment-info .ui-form-field.error label {
	color: #444;
}

#form-payment-info em {
	color: #ff0000;
}

#form-payment-info .ui-form-field.error .ui-form-error em {
	color: #fff;
}

#form-payment-info .ui-form-expiration-date-fields .ui-form-select {
	width: calc(26% - 3px);
	display: inline-block;
}

#form-payment-info .ui-form-text > input[type="text"]#BillingPhone {
	width: 185px;
}

@media (max-width: 767px) {
	#form-payment-info .ui-form-expiration-date-fields .ui-form-select {
		width: 100%;
		display: block;
	}

	#form-payment-info .ui-form-expiration-date-fields .ui-form-select:first-of-type {
		margin-bottom: 12px;
	}
}

/*review submission view*/
.module-forms.confirmation .step-title {
	color: #444;
	font-size: 1.5rem;
	line-height: 1.375em;
	font-weight: 500;
	letter-spacing: 0.01em;
	margin-top: 0.5em;
}

.module-forms.confirmation .label-cell {
	font-weight: 500;
}

@media (max-width: 991px) {
	/*review submission view*/
	.module-forms.confirmation td {
		display: block;
		width: 100%;
	}

	.module-forms.confirmation .label-cell {
		padding-bottom: 0;
	}

	.module-forms.confirmation .value-cell {
		padding-top: 0;
	}
}

@media (max-width: 767px) {
	/*form views*/
	#submissionforms_module tr[data-required="true"] .cms_label::after {
		content: "";
		padding: 0;
	}

	#submissionforms_module tr[data-required="true"] .cms_label label::after {
		content: "*";
		color: #ff0000;
		padding-left: 5px;
	}

	#submissionforms_module tr[data-required="true"] .cms_label div::after {
		content: "*";
		color: #ff0000;
		padding-left: 5px;
	}
}



/* ****************** testimonials ****************** */
/*list view*/
#testimonials_module.cms_list .cms_list_item .testimonial-link {
	border-bottom: 0 none;
}

#testimonials_module.cms_list .cms_list_item .cms_content .testimonial-abstract {
	margin-bottom: 0;
}

#testimonials_module.cms_list .cms_list_item .cms_author_name {
	font-weight: 500;
}

/* ****************** videos ****************** */
/*list view*/
#video_module.cms_list .cms_list_item .cms_video {
	padding-right: 20px;
}

/*right sidebar*/
.box.categories .content > a {
	display: inline-block;
	margin-bottom: 0.75em;
}

.box.categories .content > br {
	display: block;
}

@media (max-width: 767px) {
	#video_module.cms_list .cms_list_item td {
		display: block;
	}

	#video_module.cms_list .cms_list_item .cms_video {
		padding-right: 0;
		padding-bottom: 10px;
	}
}

/* ****************** Retail Member Locator ****************** */
.retailer-form-filters {
	overflow: hidden;
}

.retailer-form-filters h2 {
	margin: 0 0 5px;
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

.retailer-form-filters form {
	float: left;
	width: 45%;
}

.retailer-form-filters form:first-of-type {
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	margin-right: 5%;
}

.retailer-form-filters #location-form .flex-form-fields {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.retailer-form-filters #location-form .flex-form-fields .location-field {
	margin-right: 10px;
}

.retailer-form-filters .primary {
	padding: 0.45em 0.95em !important;
}

.search-results.find-members {
	margin-top: 30px;
	margin-bottom: 20px;
}

.list-table.find-members-table {
	margin: 1.5em 0;
}

#member-locator-map {
	height: 450px;
	width: 100%;
	margin: 1.5em 0;
}

@media (max-width: 767px) {
	.retailer-form-filters form {
		float: none;
		width: 100%;
	}

	.retailer-form-filters form:first-of-type {
		border-right: 0 none;
		border-bottom: 1px solid rgba(0, 0, 0, 0.15);
		margin-right: 0;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

/* ****************** Member Directory ****************** */
.letter-selector {
	padding: 1.5em 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

@media (max-width: 767px) {
	.letter-selector {
		display: block;
	}

	.letter-selector a {
		font-size: 26px;
		line-height: 40px;
	}
}

/* ************************************ feature content boxes ************************************ */
/* ****************** blogs ****************** */
#blogs_module.homepage_contentbox .cms_list_item {
	margin-bottom: 20px;
}

#blogs_module.homepage_contentbox .cms_list_item h3 {
	margin: 0 0 5px;
}

#blogs_module.homepage_contentbox .cms_list_item .cms_date h3 {
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

#blogs_module.homepage_contentbox > a {
	display: none;
}

/* ****************** events ****************** */
#events_module.homepage_contentbox .event_list {
	margin-bottom: 20px;
}

#events_module.homepage_contentbox > br {
	display: none;
}

#events_module.homepage_contentbox .event_list table tr td.date {
	width: 100% !important;
	display: block;
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

#events_module.homepage_contentbox .event_list table tr td.date + td.title {
	width: 100% !important;
	display: block;
}

#events_module.homepage_contentbox .event_list table td.title a {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Merriweather, serif;
	color: #b69b11;
	font-size: 1.5em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#events_module.homepage_contentbox .event_list table td.title a:hover {
	border-bottom-style: solid;
	border-bottom-color: #b69b11;
	color: #28313b;
}

#events_module.homepage_contentbox .event_list div.cms_description {
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 300;
}

#events_module.homepage_contentbox .footer {
	display: none;
}

/* ****************** forums ****************** */
#forums_module.homepage_contentbox.topic_list .cms_list_item {
	margin-bottom: 20px;
}

#forums_module.homepage_contentbox.topic_list .cms_title h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Merriweather, serif;
	color: #b69b11;
	font-size: 1.5em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
}

#forums_module.homepage_contentbox.topic_list .cms_title h3 a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#forums_module.homepage_contentbox.topic_list .cms_title h3 a:hover {
	border-bottom-style: solid;
	border-bottom-color: #b69b11;
	color: #28313b;
}

#forums_module.homepage_contentbox.topic_list .cms_list_item div:not(.cms_title) {
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 300;
}

#forums_module.homepage_contentbox .cms_footer {
	display: none;
}

/* ****************** news ****************** */
#news_module.homepage_contentbox .cms_list_item {
	margin-bottom: 20px;
}

#news_module.homepage_contentbox .cms_metadata1.cms_title h3 {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Merriweather, serif;
	color: #b69b11;
	font-size: 1.5em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
}

#news_module.homepage_contentbox .cms_metadata1.cms_title h3 a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#news_module.homepage_contentbox .cms_metadata1.cms_title h3 a:hover {
	border-bottom-style: solid;
	border-bottom-color: #b69b11;
	color: #28313b;
}

#news_module.homepage_contentbox .cms_date h3 {
	margin: 0 0 5px;
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

#news_module.homepage_contentbox .cms_description p:last-of-type {
	margin-bottom: 0;
}

#news_module.homepage_contentbox.displaymode_list > a {
	display: none;
}

/* ****************** rss feeds ****************** */
#feeds_module.homepage_contentbox .item {
	margin-bottom: 20px;
	background-position: left 10px;
}

#feeds_module.homepage_contentbox .item a {
	margin-top: 0;
	margin-bottom: 5px;
	font-family: Merriweather, serif;
	color: #b69b11;
	font-size: 1.5em;
	line-height: 1.375em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	text-decoration: none;
	-webkit-transition: all 250ms ease;
	transition: all 250ms ease;
}

#feeds_module.homepage_contentbox .item a:hover {
	border-bottom-style: solid;
	border-bottom-color: #b69b11;
	color: #28313b;
}

#feeds_module.homepage_contentbox .item .date-published {
	margin: 0;
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
	font-style: normal;
}

#feeds_module.homepage_contentbox .view-feed-page {
	display: none;
}

/* ****************** submission forms ****************** */
#submissionforms_module.homepage_contentbox {
	width: 100%;
}

#submissionforms_module.homepage_contentbox .cms_divider {
	display: none;
}

#submissionforms_module.homepage_contentbox label {
	display: inline;
}

#submissionforms_module.homepage_contentbox .ui-datepicker-trigger {
	vertical-align: baseline;
}

#submissionforms_module.homepage_contentbox .cms_field {
	padding-bottom: 15px;
}

#submissionforms_module.homepage_contentbox .cms_field input[type="text"],
#submissionforms_module.homepage_contentbox .cms_field input[type="tel"],
#submissionforms_module.homepage_contentbox .cms_field input[type="password"],
#submissionforms_module.homepage_contentbox .cms_field input[type="email"],
#submissionforms_module.homepage_contentbox .cms_field input[type="date"],
#submissionforms_module.homepage_contentbox .cms_field select,
#submissionforms_module.homepage_contentbox .cms_field textarea {
	width: 100%;
}

#submissionforms_module.homepage_contentbox .cms_field input.hasDatepicker[type="text"] {
	width: calc(100% - 20px);
}

#submissionforms_module.homepage_contentbox + script + .home-content-box-learn-more {
	display: none;
}

@media (max-width: 767px) {
	#submissionforms_module.homepage_contentbox tr[data-required="true"] .cms_label label::after,
	#submissionforms_module.homepage_contentbox tr[data-required="true"] .cms_label div::after {
		content: "";
		padding: 0;
	}
}

/* ****************** testimonials ****************** */
#testimonials_module_contentbox.contentbox_item {
	margin-bottom: 20px;
}

#testimonials_module_contentbox.contentbox_item .description-box {
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 300;
}

#testimonials_module_contentbox.contentbox_item .author-name {
	margin: 0;
	font-family: Merriweather, serif;
	color: #b69b11;
	font-size: 1.525rem;
	line-height: 1.6em;
	font-style: italic;
	font-weight: 400;
	letter-spacing: 0.01em;
}

#testimonials_module_contentbox.contentbox_item .company {
	font-family: Montserrat, sans-serif;
	color: #444;
	font-size: 1.125rem;
	line-height: 1.5em;
	font-weight: 500;
}

#testimonials_module_contentbox.contentbox_item .image-box {
	margin-bottom: 0.375em;
}

/* ****************** videos ****************** */
.homepage-featured-video {
	float: none;
	clear: both;
	width: 100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	margin-bottom: 20px;
	height: 0;
}

.homepage-featured-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.homepage-featured-video .cbTitle {
	display: none;
}

.homepage-featured-video .moreVideos {
	display: none;
}

.module-search input[type="search"] {
	padding: 12px;
}

/* smooch font styles  */
span[class^="smooch"] {
	font-weight: 300 !important;
}

/* Modal styles */
/* The Modal (background) */
.modal-container {
	display: none;
	position: fixed;
	z-index: 5001;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-container .modal-content-wrapper {
	background-color: #fefefe;
	margin: 15vh auto 0;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 800px;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 7px #737373;
}

.modal-container .close {
	color: #4d4d4d;
	font-size: 40px;
	font-weight: bold;
	text-align: right;
}

.modal-container .close:hover,
.modal-container .close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
