/*# sourceMappingURL=site.min.css.map */

@charset "UTF-8";

:root {
	--wp--style--global--content-size: 992px;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

blockquote, body, code, dd, dl, fieldset, figure, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, ul {
	margin: 0;
	padding: 0;
}

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

main {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
}

strong {
	font-weight: 700;
}

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

img {
	border-style: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

input, select, textarea {
	margin: 0;
}

input {
	overflow: visible;
}

select {
	text-transform: none;
}

[type=checkbox], [type=radio] {
	padding: 0;
}

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

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

.frm_screen_reader, .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.frm_screen_reader:focus, .screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#browser-alert-overlay {
	background: #000;
	background: rgba(0, 0, 0, .95);
	display: none;
	height: 100%;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#browser-alert-overlay>div {
	color: #fff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#browser-alert-overlay>div>div {
	color: #fff;
	font-family: sans-serif;
	margin: 0 auto;
	max-width: 991px;
	padding: 32px;
}

#browser-alert-overlay>div>div strong {
	border: 1px solid #fff;
	display: inline-block;
	font-size: 32px;
	margin-bottom: 15px;
	padding: 16px 32px;
}

#browser-alert-overlay>div>div p {
	font-weight: 100;
	margin: 0;
}

#browser-alert-overlay>div>div a {
	color: #ff0;
	text-decoration: underline;
}

html.no-csstransforms3d #browser-alert-overlay {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.page__overlay {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 0;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 100;
}

.page__overlay.toggled {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.edit-link {
	display: none;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

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

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes fadeInSlideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInSlideUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(15px);
		transform: translateY(15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInSlideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInSlideDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeInSlideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInSlideLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(15px);
		transform: translateX(15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInSlideRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes fadeInSlideRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-15px);
		transform: translateX(-15px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes fadeInZoom {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes fadeInZoom {
	0% {
		opacity: 0;
		-webkit-transform: scale(.9);
		transform: scale(.9);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes slideDown {
	0% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

body:not(.wp-admin) .anim8 {
	opacity: 0;
}

body:not(.wp-admin) .anim8.in.fadeInZoom {
	-webkit-animation: fadeInZoom .25s ease 0s 1 normal forwards;
	animation: fadeInZoom .25s ease 0s 1 normal forwards;
}

body:not(.wp-admin) .anim8.in.fadeInSlideUp {
	-webkit-animation: fadeInSlideUp .25s ease 0s 1 normal forwards;
	animation: fadeInSlideUp .25s ease 0s 1 normal forwards;
}

body:not(.wp-admin) .anim8.in.fadeInSlideLeft {
	-webkit-animation: fadeInSlideLeft .25s ease 0s 1 normal forwards;
	animation: fadeInSlideLeft .25s ease 0s 1 normal forwards;
}

body:not(.wp-admin) .anim8.in.fadeInSlideRight {
	-webkit-animation: fadeInSlideRight .25s ease 0s 1 normal forwards;
	animation: fadeInSlideRight .25s ease 0s 1 normal forwards;
}

* {
	word-break: normal !important;
	overflow-wrap: normal !important;
}

body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.site {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

.site .entry-header:not(.entry-header--blog) .page-title, .site .page-header:not(.page-header--blog) .page-title {
	margin-top: 5rem;
	color: #ce3530;
}

.site .entry-header.entry-header--blog .entry-title a {
	display: block;
}

.site-header {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

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

.site-footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.content-area {
	z-index: 1;
	position: relative;
	background-color: #fff;
}

.content-overlay {
	position: relative;
}

@media screen and (min-width:768px) {
	.content-overlay:after {
		background-color: #fff;
		bottom: 0;
		content: "";
		height: 50px;
		left: 50%;
		max-width: 1300px;
		position: absolute;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		z-index: 1;
	}
}

.margin-top-0 {
	margin-top: 0 !important;
}

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

.hidden {
	display: none !important;
}

:root {
	--color-primary: #ce3530;
	--color-secondary: #9ad6de;
	--color-tertiary: #efe7db;
	--color-quaternary: #735aa0;
	--color-quinary: #d2ebd6;
	--color-black: #0b0204;
	--color-gray-dark: #3d3d3d;
	--color-gray: #777171;
	--color-gray-light: #cdcdcd;
	--color-white: #fff;
}

html {
	font-size: 16px;
}

body {
	font-family: Intervogue, sans-serif;
}

a, li, p, span {
	line-height: 1.4285714286;
	margin-bottom: 1rem;
	text-decoration: none;
	font-size: 1.3125rem;
}

.h1, .h1>*, h1, h1>* {
	font-weight: 700;
	line-height: 1;
	margin-bottom: 2.5rem;
	text-transform: uppercase;
	font-size: 3rem;
}

.h1.has-primary-color {
	color: #ce3530;
	font-weight: 500;
	line-height: 1.15;
}

.h2, .h2>*, h2, h2>* {
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 2rem;
	margin-top: 4rem;
	text-transform: uppercase;
	font-size: 1.875rem;
}

.h2 a, .h2 span, .h2>* a, .h2>* span, h2 a, h2 span, h2>* a, h2>* span {
	color: inherit;
	font-size: inherit;
	line-height: 1;
	margin: 0;
}

.h2 a:hover, .h2>* a:hover, h2 a:hover, h2>* a:hover {
	text-decoration: underline;
}

@media screen and (min-width:768px) {
	.h2, .h2>*, h2, h2>* {
		font-size: 2.625rem;
	}
}

.h2.is-h2-large, .h2>.is-h2-large, h2.is-h2-large, h2>.is-h2-large {
	font-size: 3.5em;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .02em;
	text-transform: none;
	font-family: Bulmer, serif;
}

.h3, .h3>*, h3, h3>* {
	font-weight: 700;
	line-height: 1.16;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-size: 1.5rem;
}

.h4, .h4>*, h4, h4>* {
	font-weight: 700;
	line-height: 1.185;
	margin-bottom: .5rem;
	margin-top: 2rem;
	font-size: 1.5rem;
}

.h5, .h5>*, h5, h5>* {
	line-height: 1;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-size: 1.3125rem;
}

.h6, .h6>*, h6, h6>* {
	line-height: 1;
	margin-bottom: 1rem;
	margin-top: 2rem;
	font-size: 1.125rem;
}

.lede, .lede * {
	font-family: Bulmer, serif;
	font-style: italic;
	line-height: 1.1666666667;
	font-size: 1.875rem;
}

@media screen and (min-width:768px) {
	.lede, .lede * {
		font-size: 2.25rem;
	}
}

.lede {
	display: block;
}

.is-lede {
	display: block;
	line-height: 1.2;
	font-size: 1.625rem;
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.is-lede {
		font-size: 1.875rem;
	}
}

.subheadline, .subheadline * {
	color: #777171;
	margin-bottom: 5rem;
	font-size: 1.5rem;
}

.link--callout a {
	display: block;
	font-family: Intervogue, sans-serif;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
}

.is-text-uppercase {
	text-transform: uppercase;
}

.is-font-primary, .is-font-primary>a {
	font-family: Intervogue, sans-serif !important;
}

.is-font-secondary, .is-font-secondary>* {
	font-family: Bulmer, serif !important;
}

.is-font-size-medium, .is-font-size-medium>* {
	font-size: 1.125rem;
}

.is-font-weight-medium, .is-font-weight-medium>* {
	font-weight: 500;
}

.is-text-normal-case, .is-text-normal-case>* {
	text-transform: none;
}

.button--process {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	max-width: 300px;
	padding-left: 60px;
	position: relative;
}

.button--process div {
	padding-bottom: 20px;
	position: relative;
}

.button--process div:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-blue.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 0;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: auto;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	width: 35px;
}

.button--process span {
	color: #3d3d3d;
	font-family: Bulmer, serif;
	font-style: italic;
	font-size: 1.125rem;
}

.button--process h3 {
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.3333333333 !important;
	margin: 0;
	text-transform: uppercase;
}

.button--process:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-eye-black.svg");
	background-position: right top;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: 0;
	width: 50px;
}

.button--process.button--process-strategy:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-strategy-color.svg");
}

.button--process.button--process-execution:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-bulb-color.svg");
}

.button--process.button--process-optimization:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-optimization-color.svg");
}

.button--process:hover div:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

@media screen and (min-width:600px) {
	.button--process {
		margin-top: 0;
	}
}

ul {
	margin-left: 4rem;
}

ul.has-no-list-style {
	margin-left: 0;
}

ul.has-no-list-style li {
	line-height: 1.2;
	list-style-type: none;
	margin-bottom: .75rem;
	font-size: 1.125rem;
}

@media screen and (max-width:781px) {
	ul.has-no-list-style li {
		margin-top: 1rem;
	}
}

ul.has-list-style-border {
	margin-left: 0;
}

ul.has-list-style-border li {
	line-height: 1.2;
	list-style-type: none;
	margin-bottom: 1rem;
	font-size: 1.125rem;
	position: relative;
	padding-left: 15px;
}

ul.has-list-style-border li:before {
	content: "";
	width: 3px;
	background-color: #ce3530;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

@media screen and (max-width:781px) {
	ul.has-list-style-border li {
		margin-top: 1rem;
	}
}

ol {
	margin-left: 30px;
}

ol.ol--alpha {
	padding-left: 4rem;
}

ol.ol--alpha li {
	list-style-type: lower-alpha !important;
}

ol.ol--citations {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0;
}

ol.ol--citations li {
	counter-increment: customlistcounter;
	margin-bottom: 0;
	position: relative;
}

ol.ol--citations li a {
	display: inline-block;
	margin-bottom: 0;
	margin-left: 10px;
	word-break: break-word !important;
	font-size: 1.125rem;
}

ol.ol--citations li:before {
	content: counter(customlistcounter) " ";
	position: absolute;
	top: 5px;
	font-size: .75rem;
}

ol.ol--citations:first-child {
	counter-reset: customlistcounter;
}

@media screen and (min-width:768px) {
	ol {
		margin-left: calc(30px * 2);
	}
}

.nowrap {
	white-space: nowrap;
}

.thin {
	margin-left: auto;
	margin-right: auto;
	max-width: 920px !important;
}

.aligncenter {
	text-align: center;
}

.heading--underscore {
	position: relative;
	z-index: 1;
}

.heading--underscore sup {
	color: inherit;
	vertical-align: inherit;
}

.heading--underscore span {
	color: inherit;
	display: inline-block;
	margin: 0;
	position: relative;
}

.heading--underscore span i, .heading--underscore span span {
	bottom: -1.5rem;
	height: 3rem;
	left: 0;
	position: absolute;
}

.heading--underscore span span {
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	width: calc(100% + 2rem);
	z-index: -1;
}

.heading--underscore span i {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: calc(100% + 1rem);
	z-index: -2;
}

.heading--underscore.active span span {
	-webkit-transform: translate3D(105%, 0, 0);
	transform: translate3D(105%, 0, 0);
}

.heading--underscore p {
	font-weight: 600;
	font-size: 1.75rem;
}

.has-font-family-primary, .has-font-family-primary>* {
	font-family: Intervogue, sans-serif !important;
}

.has-font-family-secondary, .has-font-family-secondary>* {
	font-family: Bulmer, serif !important;
}

[class*=has-heading-checkmark] {
	line-height: 1;
	margin-bottom: .5em !important;
	padding-left: 50px;
	position: relative;
	font-size: 1.375rem;
}

[class*=has-heading-checkmark]:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-checkmark-circle-red.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 35px;
	left: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 35px;
}

.has-heading-checkmark-secondary:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-checkmark-circle-blue.svg");
}

.has-border-top-primary {
	border-top: 10px solid #ce3530;
}

.has-text-transform-none {
	text-transform: none;
}

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

.is-heading-alt {
	line-height: 1.2;
}

@-webkit-keyframes CTAGradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 51%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

@keyframes CTAGradient {
	0% {
		background-position: 0 50%;
	}
	
	50% {
		background-position: 100% 51%;
	}
	
	100% {
		background-position: 0 50%;
	}
}

.has-bg-striped, .has-bg-striped-alt, .has-bg-striped-dark {
	position: relative;
}

.has-bg-striped-alt:not(.wp-block-image):before, .has-bg-striped-dark:not(.wp-block-image):before, .has-bg-striped:not(.wp-block-image):before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.has-bg-striped-alt.wp-block-image figure, .has-bg-striped-dark.wp-block-image figure, .has-bg-striped.wp-block-image figure {
	position: relative;
}

.has-bg-striped-alt.wp-block-image figure:before, .has-bg-striped-dark.wp-block-image figure:before, .has-bg-striped.wp-block-image figure:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.has-bg-striped .wp-block-group__inner-container, .has-bg-striped-alt .wp-block-group__inner-container, .has-bg-striped-dark .wp-block-group__inner-container {
	position: relative;
}

.has-bg-striped:not(.wp-block-image):before {
	opacity: .2 !important;
	opacity: .3;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
}

.has-bg-striped.wp-block-image figure:before {
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .3;
}

.has-bg-striped-dark:not(.wp-block-image):before {
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

.has-bg-striped-dark.wp-block-image figure:before {
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

.has-bg-striped-secondary:not(.wp-block-image):before {
	background: repeating-linear-gradient(-45deg, #9ad6de, #9ad6de 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.has-bg-striped-secondary.wp-block-image figure:before {
	background: repeating-linear-gradient(-45deg, #9ad6de, #9ad6de 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.has-overlay-dark {
	background-color: #000;
	bottom: 0;
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.wp-block-image.has-bg-striped-offset figure:before {
	left: 50px;
	top: 50px;
	z-index: -1;
}

.has-striped-top {
	position: relative;
}

.has-striped-top:after {
	content: "";
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #777171, #777171 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.has-striped-bottom {
	position: relative;
}

.has-striped-bottom:after {
	content: "";
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #777171, #777171 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

div[class^=has-color-] {
	position: relative;
}

di.has-striped-top {
	position: relative;
}

di.has-striped-top:after {
	content: "";
	height: 500px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #777171, #777171 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.has-striped-bottom {
	position: relative;
}

.has-striped-bottom:after {
	content: "";
	height: 500px;
	left: 0;
	position: absolute;
	top: 100%;
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #777171, #777171 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

[class*=has-background-bottom], [class*=has-background-top] {
	background-color: transparent !important;
	position: relative;
}

[class*=has-background-bottom].has-primary-background-color:before, [class*=has-background-top].has-primary-background-color:before {
	background-color: #ce3530;
}

[class*=has-background-bottom].has-secondary-background-color:before, [class*=has-background-top].has-secondary-background-color:before {
	background-color: #9ad6de;
}

[class*=has-background-bottom].has-secondary-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-secondary-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-secondary-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-secondary-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #9ad6de;
}

[class*=has-background-bottom].has-tertiary-background-color:before, [class*=has-background-top].has-tertiary-background-color:before {
	background-color: #efe7db;
}

[class*=has-background-bottom].has-tertiary-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-tertiary-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-tertiary-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-tertiary-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #efe7db;
}

[class*=has-background-bottom].has-quaternary-background-color:before, [class*=has-background-top].has-quaternary-background-color:before {
	background-color: #735aa0;
}

[class*=has-background-bottom].has-quaternary-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-quaternary-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-quaternary-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-quaternary-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #735aa0;
}

[class*=has-background-bottom].has-quinary-background-color:before, [class*=has-background-top].has-quinary-background-color:before {
	background-color: #d2ebd6;
}

[class*=has-background-bottom].has-quinary-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-quinary-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-quinary-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-quinary-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #d2ebd6;
}

[class*=has-background-bottom].has-black-background-color:before, [class*=has-background-top].has-black-background-color:before {
	background-color: #0b0204;
}

[class*=has-background-bottom].has-black-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-black-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-black-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-black-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #0b0204;
}

[class*=has-background-bottom].has-gray-dark-background-color:before, [class*=has-background-top].has-gray-dark-background-color:before {
	background-color: #3d3d3d;
}

[class*=has-background-bottom].has-gray-dark-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-gray-dark-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-gray-dark-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-gray-dark-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #3d3d3d;
}

[class*=has-background-bottom].has-gray-background-color:before, [class*=has-background-top].has-gray-background-color:before {
	background-color: #777171;
}

[class*=has-background-bottom].has-gray-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-gray-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-gray-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-gray-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #777171;
}

[class*=has-background-bottom].has-gray-light-background-color:before, [class*=has-background-top].has-gray-light-background-color:before {
	background-color: #cdcdcd;
}

[class*=has-background-bottom].has-gray-light-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-gray-light-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-gray-light-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-gray-light-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #cdcdcd;
}

[class*=has-background-bottom].has-white-background-color:before, [class*=has-background-top].has-white-background-color:before {
	background-color: #fff;
}

[class*=has-background-bottom].has-white-background-color .wp-block-group__inner-container>.wp-block-group, [class*=has-background-top].has-white-background-color .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-bottom].has-white-background-color .wp-block-group__inner-container>.wp-block-group:before, [class*=has-background-top].has-white-background-color .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #fff;
}

[class*=has-background-top]:before {
	background-color: #ce3530;
	content: "";
	display: none;
	height: 45%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media screen and (min-width:992px) {
	[class*=has-background-top]:before {
		display: block;
	}
}

[class*=has-background-top] .wp-block-group__inner-container>.wp-block-group {
	position: relative;
}

[class*=has-background-top] .wp-block-group__inner-container>.wp-block-group:before {
	background-color: #ce3530;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	margin-left: -30px;
	margin-right: -30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

@media screen and (min-width:992px) {
	[class*=has-background-top] .wp-block-group__inner-container>.wp-block-group:before {
		display: none;
	}
}

[class*=has-background-bottom]:before {
	background-color: #3d3d3d;
	content: "";
	display: none;
	height: 45%;
	left: 0;
	position: absolute;
	top: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	width: 100%;
	z-index: -1;
}

@media screen and (min-width:992px) {
	[class*=has-background-bottom]:before {
		display: block;
	}
}

.o-container {
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 992px;
}

.o-container--small {
	max-width: 768px;
}

.o-container--medium {
	max-width: 940px;
}

.o-container--large {
	max-width: 1200px;
}

.o-grid {
	margin-left: -30px;
	list-style: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.o-grid>.o-grid__col {
	padding-left: 30px;
	width: 100%;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

.o-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.o-grid>.o-grid__col {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	min-width: 0;
}

.o-grid--center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.o-grid--right {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.o-grid--top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.o-grid--middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-grid--bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.o-grid--around {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.o-grid--between {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.o-grid--rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.o-grid--equal-height>.o-grid__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

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

.o-list>.o-list__item {
	vertical-align: top;
}

.o-list--block>.o-list__item {
	display: block;
}

.o-list--block>.o-list__item:not(:last-child) {
	margin-bottom: 30px;
}

.o-list--inline>.o-list__item {
	display: inline-block;
}

.o-list--inline>.o-list__item:not(:last-child) {
	margin-right: 30px;
}

.o-list--span {
	display: table;
	width: 100%;
	border-spacing: 30px;
	table-layout: fixed;
}

.o-list--span>.o-list__item {
	display: table-cell;
	text-align: center;
}

.o-list--middle>.o-list__item {
	vertical-align: middle;
}

.o-list--bottom>.o-list__item {
	vertical-align: bottom;
}

.o-media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.o-media>.o-media__fixed {
	padding-right: 30px;
}

.o-media>.o-media__fluid {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.o-media--rev>.o-media__fixed {
	padding-right: 0;
	padding-left: 30px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.o-media--middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.o-media--bottom {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media screen and (max-width:767px) {
	.o-media--res {
		display: block;
	}
	
	.o-media--res>.o-media__fixed, .o-media--res>.o-media__fluid {
		display: block;
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	
	.o-media--res>.o-media__fixed {
		margin-bottom: 30px;
	}
}

.frm_style_werremeyer-creative {
	width: 100%;
}

.frm_style_werremeyer-creative .frm_primary_label {
	text-transform: uppercase;
}

.frm_style_werremeyer-creative .frm_error {
	margin-top: 5px;
}

.frm_style_werremeyer-creative .frm_error_style p {
	text-align: center;
	color: inherit !important;
	font-size: 1.125rem;
}

.frm_style_werremeyer-creative .frm_error_style p:last-of-type {
	margin: 0;
}

.frm_style_werremeyer-creative ::-webkit-input-placeholder {
	color: #777171;
	font-family: Bulmer, serif;
	font-style: italic;
}

.frm_style_werremeyer-creative ::-moz-placeholder {
	color: #777171;
	font-family: Bulmer, serif;
	font-style: italic;
}

.frm_style_werremeyer-creative :-ms-input-placeholder {
	color: #777171;
	font-family: Bulmer, serif;
	font-style: italic;
}

.frm_style_werremeyer-creative :-moz-placeholder {
	color: #777171;
	font-family: Bulmer, serif;
	font-style: italic;
}

.frm_style_werremeyer-creative fieldset {
	padding-bottom: 0 !important;
}

.frm_style_werremeyer-creative .frm_submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit {
	border-radius: 0 !important;
	padding-top: 20px !important;
	position: relative;
	text-transform: uppercase;
	font-weight: 600 !important;
	border: 1px solid #3d3d3d;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow {
	padding-right: 65px;
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: auto;
	position: absolute;
	right: 25px;
	top: -2px;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 25px;
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:active, .frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:focus, .frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:hover {
	background-color: #3d3d3d;
	color: #fff;
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:active:after, .frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:focus:after, .frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-arrow:hover:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-bulb {
	padding-left: 28px;
}

.frm_style_werremeyer-creative .frm_submit .frm_button_submit.button--has-bulb:before {
	-webkit-animation: none;
	animation: none;
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-bulb-gray.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: none;
	content: "";
	height: 100%;
	left: 0;
	margin: 0;
	position: absolute;
	top: -2px;
	width: 18px;
}

.frm_style_werremeyer-creative .frm_message {
	text-align: center;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox label {
	width: 1005;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox input[type=checkbox] {
	border: none !important;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox input[type=checkbox]:checked+.frm_label_button_container {
	background-color: #9ad6de;
	color: #fff;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox input[type=checkbox]:checked+.frm_label_button_container:before {
	content: "✓";
	font-size: 20px;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox .frm_label_button_container {
	background-color: #f7f7f7;
	border: none;
	border: none !important;
	border-radius: 50px;
	color: #777171;
	display: block;
	font-weight: 700;
	line-height: 45px;
	padding: 0 15px 0 35px;
	position: relative;
	text-transform: uppercase;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox .frm_label_button_container:before {
	content: "+";
	font-size: 30px;
	font-weight: 400;
	height: 10px;
	left: 15px;
	position: absolute;
	width: 10px;
}

.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox .frm_label_button_container:active, .frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox .frm_label_button_container:focus, .frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox .frm_label_button_container:hover {
	background-color: #9ad6de;
	color: #fff;
}

@media screen and (min-width:500px) {
	.frm_style_werremeyer-creative .frm_display_format_buttons.vertical_radio .frm_opt_container .frm_checkbox {
		display: block;
		width: auto;
	}
}

.frm_style_werremeyer-creative .frm-style-alt fieldset {
	margin: 0;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_none_container {
	display: none;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_required, .frm_style_werremeyer-creative .frm-style-alt label {
	color: #fff;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_error_style {
	background: 0 0 !important;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_blank_field label, .frm_style_werremeyer-creative .frm-style-alt .frm_error, .frm_style_werremeyer-creative .frm-style-alt .frm_error_style {
	color: #ff0;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_blank_field input, .frm_style_werremeyer-creative .frm-style-alt .frm_error_style {
	border-color: #ff0 !important;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_fields_container>p {
	color: #fff;
	margin: 0;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_fields_container>p a {
	color: #fff;
	text-decoration: underline;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_button_submit {
	color: #fff !important;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_button_submit:before {
	content: none !important;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_button_submit:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg") !important;
}

.frm_style_werremeyer-creative .frm-style-alt .frm_button_submit:active, .frm_style_werremeyer-creative .frm-style-alt .frm_button_submit:focus, .frm_style_werremeyer-creative .frm-style-alt .frm_button_submit:hover {
	color: #fff !important;
}

.grecaptcha-badge {
	visibility: hidden;
}

#search-overlay {
	background-color: #efe7db;
}

#search-overlay form.search-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(255, 255, 255, .25);
	border: 1px solid #3d3d3d;
	border-radius: 100px;
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	margin-top: 0;
	max-width: calc(100vw - 60px);
	width: 1020px;
}

#search-overlay form.search-form .search-form__field {
	border: none;
	color: #3d3d3d;
	font-family: Intervogue, sans-serif;
	font-style: normal !important;
	padding: .5rem 2rem 0 2rem;
}

#search-overlay form.search-form .search-form__field::-webkit-input-placeholder {
	color: #3d3d3d;
	font-family: Intervogue, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#search-overlay form.search-form .search-form__field::-moz-placeholder {
	color: #3d3d3d;
	font-family: Intervogue, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#search-overlay form.search-form .search-form__field:-ms-input-placeholder {
	color: #3d3d3d;
	font-family: Intervogue, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#search-overlay form.search-form .search-form__field:-moz-placeholder {
	color: #3d3d3d;
	font-family: Intervogue, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}

#search-overlay form.search-form .search-submit-container {
	background-color: transparent;
	height: 60px;
	margin: 5px;
	min-width: 60px;
	position: relative;
	width: 60px;
}

#search-overlay form.search-form .search-submit-container i {
	color: #fff;
	font-size: 24px;
	left: 50%;
	position: absolute;
	top: calc(50% - 2px);
	-webkit-transform: translate(-50%, -50%) scaleX(-1);
	transform: translate(-50%, -50%) scaleX(-1);
}

#search-overlay form.search-form .search-form__submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #3d3d3d;
	border-color: #3d3d3d;
	border-radius: 50%;
	cursor: pointer;
	height: 100%;
	margin-right: -1px;
	width: 100%;
}

#search-overlay form.search-form .search-form__submit:hover {
	background-color: transparent;
	border-color: #fff;
}

#search-overlay .search-toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-close.svg");
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 50px;
	background-color: #ce3530;
	font-size: 2rem;
}

@media screen and (min-width:768px) {
	#search-overlay .search-toggle {
		height: 70px;
		width: 70px;
	}
}

#search-overlay:after, #search-overlay:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

#search-overlay:after {
	z-index: -1;
	background: #000;
	background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(25%, #000), to(rgba(0, 212, 255, 0)));
	background: linear-gradient(0deg, #000 0, #000 25%, rgba(0, 212, 255, 0) 100%);
	opacity: .35;
}

form.search-form {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 5rem;
}

form.search-form>label {
	width: 100%;
}

#search-overlay .search-toggle.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width:768px) {
	form.search-form>label {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		margin-right: .5rem;
	}
}

form.search-form .search-form__field {
	background: 0 0;
	border-color: #0b0204;
	border-left-width: 0 !important;
	border-right-width: 0 !important;
	border-top-width: 0 !important;
	color: #0b0204;
	font-style: normal;
	font-weight: 400;
	height: 50px;
	margin: 0;
	outline: 0;
	width: 100%;
	font-size: 1.875rem;
}

form.search-form .search-form__field::-webkit-input-placeholder {
	color: #0b0204;
	font-family: Bulmer, serif;
	font-style: italic;
}

form.search-form .search-form__field::-moz-placeholder {
	color: #0b0204;
	font-family: Bulmer, serif;
	font-style: italic;
}

form.search-form .search-form__field:-ms-input-placeholder {
	color: #0b0204;
	font-family: Bulmer, serif;
	font-style: italic;
}

form.search-form .search-form__field:-moz-placeholder {
	color: #0b0204;
	font-family: Bulmer, serif;
	font-style: italic;
}

@media screen and (min-width:768px) {
	form.search-form .search-form__field {
		margin-bottom: 0;
	}
}

form.search-form .search-form__submit {
	background-color: transparent;
	border-color: #0b0204;
	border-style: solid;
	color: #0b0204;
	cursor: pointer;
	font-family: Bulmer, serif;
	font-style: italic;
	line-height: 1;
	margin: 0 !important;
	overflow: visible;
	padding: 1rem 1rem .75rem;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	white-space: nowrap;
	width: 100%;
	font-size: 1.875rem;
}

@media screen and (min-width:768px) {
	form.search-form .search-form__submit {
		width: auto;
	}
}

@media screen and (min-width:768px) {
	form.search-form {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.cards--collection>div {
	position: relative;
	z-index: 1;
}

.cards--collection .grid--cards .o-grid__col {
	margin-bottom: 30px;
}

@media screen and (max-width:767px) {
	.cards--collection .grid--cards .o-grid__col:last-child {
		margin-bottom: 0;
	}
}

.cards--collection .cards {
	margin: 5rem 0;
}

.cards--collection .card {
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.cards--collection .card:hover .card__content:after {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.cards--collection .card:hover .card__image img {
	-webkit-transform: scale(1.015, 1.015);
	transform: scale(1.015, 1.015);
}

.cards--collection .card.card--featured {
	margin-bottom: 2rem;
}

.cards--collection .card.card--featured .card__content {
	background-color: #fff;
	margin-left: 3rem;
	margin-right: 3rem;
	margin-top: -3rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.cards--collection .card.card--featured .card__content {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		margin-top: -1.5rem;
	}
}

@media screen and (max-width:991px) {
	.cards--collection .card.card--featured {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
}

.cards--collection .card__image img {
	height: auto;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	width: 100%;
}

.cards--collection .card__content {
	padding: 2rem 1.5rem;
}

.cards--collection .card__content:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	bottom: 2.5rem;
	content: "";
	height: 12px;
	left: 1.5rem;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	width: 35px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.cards--collection .card__title {
	margin-bottom: .5rem;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.cards--collection .card__description {
	display: block;
	font-family: Bulmer, serif;
	line-height: 1.25;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

.cards--collection .card__link {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}

.cards--collection .card--alt {
	height: auto;
	overflow: visible;
}

.cards--collection .card--alt a {
	position: relative;
}

.cards--collection.cards--team .o-grid {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal {
	background-color: rgba(0, 0, 0, .85) !important;
}

.modal .modal-dialog {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100vh;
	margin: 0 auto !important;
	max-width: 992px;
	width: calc(100% - 60px);
}

.modal .modal-dialog .modal-content {
	background-color: #fff;
	border: none;
	border-radius: 0;
}

.modal .modal-dialog .modal-content .modal-header .close {
	color: #fff;
	font-size: 50px;
	position: fixed;
	right: 15px;
	top: 15px;
}

.modal .modal-dialog .modal-content .modal-body {
	padding: 0 !important;
}

a[data-toggle=modal] {
	display: block;
	position: relative;
}

a[data-toggle=modal]:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-play.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 90px;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale3d(.95, .95, .95);
	transform: translate(-50%, -50%) scale3d(.95, .95, .95);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	width: 90px;
}

a[data-toggle=modal]:hover:after {
	-webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
	transform: translate(-50%, -50%) scale3d(1, 1, 1);
}

.site-footer {
	background-color: #2d2d2d;
	position: relative;
}

.site-footer__primary {
	padding: 3.5rem 0;
}

.site-footer__primary .o-container.o-container--large {
	max-width: 1152px;
}

@media screen and (min-width:992px) {
	.site-footer__primary .o-grid {
		margin-left: 0;
	}
}

.site-footer__primary .o-grid__col {
	margin-bottom: 2.5rem;
}

.site-footer__primary .o-grid__col p {
	margin-bottom: 0;
}

.site-footer__primary .o-grid__col:first-child figure figcaption {
	display: block;
	font-family: Bulmer, serif;
	font-style: italic;
	margin-top: 10px;
	font-size: 1.0625rem;
}

.site-footer__primary .o-grid__col:first-child p {
	margin: 0;
}

.site-footer__primary .o-grid__col:first-child a {
	font-family: Intervogue, sans-serif;
	font-style: normal;
}

.site-footer__primary .o-grid__col:last-child {
	margin-bottom: 0;
}

@media screen and (min-width:992px) {
	.site-footer__primary .o-grid__col {
		border-right: 1px solid #5d5858;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 0;
		padding: 1rem 1.5rem;
	}
	
	.site-footer__primary .o-grid__col:first-child {
		padding: 1rem 1.5rem 1rem 0;
	}
	
	.site-footer__primary .o-grid__col:nth-child(3) {
		width: 30% !important;
	}
	
	.site-footer__primary .o-grid__col:last-child {
		border: none;
		padding: 1rem 0 1rem 1.5rem;
		width: 20% !important;
	}
}

@media screen and (min-width:992px) {
	.site-footer__primary .o-grid__col {
		margin-bottom: 0;
	}
}

.site-footer__primary h2, .site-footer__primary p, .site-footer__primary p>a {
	text-align: center;
	font-size: 1.3125rem;
}

@media screen and (min-width:992px) {
	.site-footer__primary h2, .site-footer__primary p, .site-footer__primary p>a {
		text-align: left;
	}
}

@media screen and (min-width:992px) and (max-width:1100px) {
	.site-footer__primary h2, .site-footer__primary p, .site-footer__primary p>a {
		font-size: 1.1875rem;
	}
}

.site-footer__primary h2 {
	color: #efe7db;
	margin-bottom: 1rem;
	margin-top: 0;
}

.site-footer__primary p, .site-footer__primary p>a {
	color: #fff;
	font-family: Bulmer, serif;
	line-height: 1.25;
}

.site-footer__primary p span, .site-footer__primary p>a span {
	font-family: inherit;
}

.site-footer__primary .wp-block-image {
	text-align: center;
}

.site-footer__primary .wp-block-image img {
	max-width: 300px;
	width: 100%;
}

@media screen and (min-width:992px) {
	.site-footer__primary .wp-block-image img {
		max-width: 225px;
	}
}

@media screen and (min-width:992px) {
	.site-footer__primary .wp-block-image {
		text-align: inherit;
	}
}

.site-footer__primary .wp-block-social-links {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 5px;
}

.site-footer__primary .wp-block-social-links a {
	margin: 0;
}

@media screen and (min-width:992px) {
	.site-footer__primary .wp-block-social-links {
		-webkit-box-pack: inherit;
		-ms-flex-pack: inherit;
		justify-content: inherit;
	}
}

.site-footer__primary .wp-block-buttons .wp-block-button {
	margin: 0 auto;
}

.site-footer__primary .wp-block-buttons .wp-block-button .wp-block-button__link {
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 0;
	color: #fff !important;
	font-family: Intervogue, sans-serif;
	font-size: 1.5rem !important;
	font-size: 16px !important;
	font-size: 1.5rem;
	font-style: italic;
	font-style: normal;
	font-weight: 400;
	font-weight: 600;
	padding: 15px 55px 10px 25px;
	text-transform: uppercase !important;
}

.site-footer__primary .wp-block-buttons .wp-block-button .wp-block-button__link:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: auto;
	position: absolute;
	right: 25px;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 20px;
}

.site-footer__primary .wp-block-buttons .wp-block-button .wp-block-button__link:hover:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

@media screen and (min-width:992px) {
	.site-footer__primary .wp-block-buttons .wp-block-button {
		margin: inherit;
	}
}

.site-footer__primary .is-font-primary a {
	font-size: 1.1875rem;
}

@media screen and (min-width:992px) and (max-width:1100px) {
	.site-footer__primary .is-font-primary a {
		font-size: 1.0625rem;
	}
}

@media screen and (min-width:992px) {
	.site-footer__primary {
		padding: 3.5rem 0;
	}
}

.site-footer__auxiliary {
	padding: 1.25rem 0 1rem 0;
	position: relative;
}

.site-footer__auxiliary .o-container {
	position: relative;
}

.site-footer__auxiliary .o-container .o-grid .o-grid__col {
	margin-left: -5px;
	margin-right: -5px;
}

@media screen and (min-width:992px) {
	.site-footer__auxiliary .o-container .o-grid .o-grid__col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.site-footer__auxiliary .o-container.o-container--large {
	max-width: 1152px;
}

.site-footer__auxiliary section {
	padding: 5px 0;
	text-align: center;
}

.site-footer__auxiliary section:last-child {
	border: none;
}

@media screen and (min-width:992px) {
	.site-footer__auxiliary section {
		border-right: 1px solid #5d5858;
		padding: 0 10px;
		text-align: left;
	}
}

.site-footer__auxiliary a, .site-footer__auxiliary p {
	color: #efe7db;
	line-height: 1;
	margin: 0;
	font-size: 1rem;
}

.site-footer__auxiliary:before {
	bottom: 0;
	content: "";
	left: 0;
	opacity: .1 !important;
	opacity: .3;
	position: absolute;
	right: 0;
	top: 0;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
}

body.no-scroll .site-header.header--fixed {
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}

.site-header {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	left: 0;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	z-index: 2;
}

.site-header.header--fixed {
	position: fixed;
}

.site-header.toggled {
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.site-header__auxiliary {
	padding: .5rem 0;
}

.site-header__auxiliary .o-grid {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-header__auxiliary .o-grid .o-grid__col {
	margin-bottom: 0;
}

.site-header__auxiliary p {
	font-weight: 700;
	line-height: 1;
	margin: 0;
	text-align: center;
	font-size: 1rem;
}

@media screen and (min-width:1050px) {
	.site-header__auxiliary p {
		text-align: inherit;
		white-space: nowrap;
	}
}

.site-header__auxiliary .search-toggle {
	display: none;
	float: right;
	margin: 0;
}

@media screen and (min-width:1050px) {
	.site-header__auxiliary .search-toggle {
		display: inline-block;
	}
}

.site-header__primary {
	position: relative;
}

.site-header__primary>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
}

@media screen and (min-width:1050px) {
	.site-header__primary>div {
		height: 70px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.site-header__primary .site-branding {
	margin-left: 1.5rem;
}

.site-header__primary .site-branding svg {
	display: block;
	width: 65vw;
	height: auto;
	max-width: 420px;
}

.site-header__primary .site-branding svg path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

@media screen and (min-width:768px) {
	.site-header__primary .site-branding svg {
		height: 30px;
		width: auto;
	}
}

@media screen and (min-width:1050px) and (max-width:1230px) {
	.site-header__primary .site-branding svg {
		height: 22px;
		width: auto;
	}
}

.site-header__primary .site-breadcrumb {
	display: inline-block;
	margin: 0;
	margin-left: .5rem;
	margin-top: 3px;
	padding-left: .65rem;
	position: relative;
}

.site-header__primary .site-breadcrumb a, .site-header__primary .site-breadcrumb span {
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	font-size: .75rem;
}

.site-header__primary .site-breadcrumb:before {
	content: "/";
	font-weight: 700;
	left: 0;
	position: absolute;
}

@media screen and (min-width:501px) {
	.site-header__primary .site-breadcrumb {
		margin-left: .75rem;
		padding-left: .75rem;
	}
	
	.site-header__primary .site-breadcrumb a, .site-header__primary .site-breadcrumb span {
		font-size: .875rem;
	}
}

@media screen and (min-width:1050px) {
	.site-header__primary .site-breadcrumb {
		display: none;
	}
}

.site-header__primary.header-layout--primary>.o-container>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-header__primary.header-layout--secondary>.o-container>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width:768px) {
	.site-header__primary.header-layout--secondary>.o-container>div {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: start;
	}
}

.site-header__primary.header-layout--tertiary .main-navigation {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-header__primary.header-layout--tertiary .main-navigation>div:first-child {
	display: none;
}

@media screen and (min-width:768px) {
	.site-header__primary.header-layout--tertiary .main-navigation>div:first-child {
		display: block;
	}
}

@media screen and (min-width:768px) {
	.site-header__primary.header-layout--tertiary .main-navigation>div.site-branding {
		padding-left: .5rem;
		padding-right: .5rem;
	}
}

@media screen and (min-width:768px) {
	.site-header__primary.header-layout--tertiary .main-navigation {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.site-header__primary.header-layout--quaternary>.o-container>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (min-width:768px) {
	.site-header__primary.header-layout--quaternary>.o-container>div .site-branding {
		padding-bottom: .5rem;
	}
}

@media screen and (min-width:768px) {
	.site-header__primary.header-layout--quaternary>.o-container>div {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

#header-notification-bar {
	background-color: #efe7db;
	color: #fff;
	padding: .5rem 0;
	text-align: center;
	white-space: nowrap;
}

#header-notification-bar p {
	margin: 0;
}

#header-notification-bar a {
	color: #fff;
}

body.mobile-menu-toggled .site-header {
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

body.home.transparent-header {
	padding-top: 0 !important;
}

body.home.transparent-header .site-header {
	background: 0 0;
	position: fixed !important;
	z-index: 100;
}

body.home.transparent-header .site-header__primary {
	background-color: rgba(255, 255, 255, .65);
}

body.is-scrolling .site-header__primary:after {
	opacity: 1;
}

.main-navigation {
	display: none;
}

@media screen and (min-width:1050px) {
	.main-navigation {
		display: block;
	}
	
	.main-navigation ul {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		list-style: none;
		margin: 0;
		margin-right: 30px;
		padding-left: 0;
	}
	
	.main-navigation ul>li {
		margin: 0;
	}
	
	.main-navigation ul>li a {
		font-weight: 700;
		line-height: 1;
		margin: 0;
		padding: calc(30px / 3) calc(30px / 1.5);
		padding-bottom: 8px;
		text-align: center;
		text-transform: uppercase;
		font-size: 1.125rem;
	}
}

@media screen and (min-width:1050px) and (min-width:1050px) and (max-width:1230px) {
	.main-navigation ul>li a {
		padding: calc(30px / 3) calc(30px / 2);
		font-size: 1rem;
	}
}

@media screen and (min-width:1050px) {
	.main-navigation ul>li.current-menu-item:not(.menu-item-button) a, .main-navigation ul>li.current-menu-parent a, .main-navigation ul>li.current-page-ancestor a, .main-navigation ul>li.current_page_parent a {
		color: #ce3530;
	}
	
	.main-navigation ul>li.current-menu-item:not(.menu-item-button) a:after, .main-navigation ul>li.current-menu-parent a:after, .main-navigation ul>li.current-page-ancestor a:after, .main-navigation ul>li.current_page_parent a:after {
		-webkit-transform: translate3D(-50%, 0, 0) !important;
		transform: translate3D(-50%, 0, 0) !important;
	}
	
	.main-navigation ul>li.menu-item-button {
		margin-left: 30px;
	}
	
	.main-navigation ul>li.menu-item-button a {
		background-color: transparent;
		border: 2px solid #ce3530;
		color: #0b0204;
		font-family: Bulmer, serif;
		font-style: italic;
		font-weight: 400;
		line-height: 1;
		padding-bottom: 5px;
		padding-right: 3.5rem;
		text-align: left;
		text-transform: none;
		font-size: 1.5rem;
	}
	
	.main-navigation ul>li.menu-item-button a:after {
		background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
		content: "";
		height: 100%;
		left: auto;
		position: absolute;
		right: 1rem;
		top: 0;
		width: 30px;
	}
	
	.main-navigation ul>li.menu-item-button a:hover {
		background: #ce3530;
		color: #fff !important;
	}
	
	.main-navigation ul>li.menu-item-button a:hover:after {
		background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg");
	}
}

@media screen and (min-width:1050px) and (min-width:1050px) and (max-width:1230px) {
	.main-navigation ul>li.menu-item-button a {
		font-size: 1.25rem;
	}
}

@media screen and (min-width:1050px) {
	.main-navigation ul>li.menu-item-search:active i, .main-navigation ul>li.menu-item-search:hover i {
		color: #ce3530;
	}
	
	.main-navigation ul>li:not(.menu-item-button) a {
		overflow: hidden;
	}
	
	.main-navigation ul>li:not(.menu-item-button) a:after {
		background-color: #ce3530;
		bottom: 0;
		content: "";
		height: 2px;
		left: 50%;
		position: absolute;
		-webkit-transform: translate3D(-200%, 0, 0);
		transform: translate3D(-200%, 0, 0);
		-webkit-transition: -webkit-transform .3s ease;
		transition: -webkit-transform .3s ease;
		transition: transform .3s ease;
		transition: transform .3s ease, -webkit-transform .3s ease;
		width: calc(100% - 30px);
		z-index: -1;
	}
	
	.main-navigation ul>li:not(.menu-item-button) a:active, .main-navigation ul>li:not(.menu-item-button) a:focus, .main-navigation ul>li:not(.menu-item-button) a:hover {
		color: #ce3530;
	}
	
	.main-navigation ul>li:not(.menu-item-button) a:active:after, .main-navigation ul>li:not(.menu-item-button) a:focus:after, .main-navigation ul>li:not(.menu-item-button) a:hover:after {
		-webkit-transform: translate3D(-50%, 0, 0);
		transform: translate3D(-50%, 0, 0);
	}
	
	.main-navigation ul>li:not(.menu-item-button)>a {
		background: 0 0;
		position: relative;
		z-index: 2;
	}
	
	.main-navigation ul>li:focus ul, .main-navigation ul>li:hover ul {
		left: auto;
	}
	
	.main-navigation ul ul {
		background: #ce3530;
		float: none;
		left: -999em;
		min-width: 100%;
		position: absolute;
		top: 100%;
		width: auto;
		z-index: 101;
	}
	
	.main-navigation ul ul li {
		float: none;
	}
	
	.main-navigation ul ul li:focus ul, .main-navigation ul ul li:hover ul {
		left: 100%;
	}
	
	.main-navigation ul ul li:focus a, .main-navigation ul ul li:hover a {
		background-color: #9ad6de !important;
	}
	
	.main-navigation ul ul li.current-menu-item>a {
		background-color: #9ad6de !important;
		color: #fff;
	}
	
	.main-navigation ul ul a {
		color: #fff !important;
		display: block;
		white-space: nowrap;
	}
	
	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	
	.main-navigation li {
		float: left;
		position: relative;
	}
	
	.main-navigation a {
		display: block;
		text-decoration: none;
	}
}

.menu-toggle {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-hamburger.svg");
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	height: 50px;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 50px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-right: 1px solid #ce3530;
	border-bottom: 1px solid #ce3530;
}

.menu-toggle.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width:1050px) {
	.menu-toggle {
		display: none;
	}
}

.main-mobile-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translate3D(-100%, 0, 0);
	transform: translate3D(-100%, 0, 0);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	z-index: 100;
}

.main-mobile-navigation .menu-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	padding: 30px;
	padding-top: calc(30px * 2);
	position: relative;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 1;
	min-height: 100vh;
	background-color: #2d2d2d;
}

.main-mobile-navigation .menu-content .custom-logo-link {
	display: inline-block;
	margin: 0 auto .5rem;
}

.main-mobile-navigation .menu-content .custom-logo-link svg {
	height: auto;
	max-width: 300px;
	width: 100%;
}

.main-mobile-navigation .menu-content .custom-logo-link svg path {
	fill: #fff;
}

@media screen and (min-width:992px) {
	.main-mobile-navigation .menu-content .custom-logo-link svg {
		max-width: 450px;
	}
}

.main-mobile-navigation .menu-content .site-description {
	color: #fff;
	display: block;
	font-family: Bulmer, serif;
	font-style: italic;
	margin-bottom: 1.5rem;
	font-size: 1.3125rem;
}

@media screen and (min-width:992px) {
	.main-mobile-navigation .menu-content .site-description {
		font-size: 1.875rem;
	}
}

@media screen and (min-height:900px) {
	.main-mobile-navigation .menu-content .site-description {
		margin-bottom: 5rem;
	}
}

@media screen and (min-height:820px) {
	.main-mobile-navigation .menu-content .site-description {
		margin-bottom: 2.5rem;
	}
}

.main-mobile-navigation .menu-content .search-toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #3d3d3d;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 400;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 1rem;
	max-width: 200px;
	padding: .75rem 1rem .65rem;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 100%;
}

.main-mobile-navigation .menu-content .search-toggle span {
	font-size: 16px !important;
	line-height: 1;
	margin: 0;
}

.main-mobile-navigation .menu-content .search-toggle i {
	font-size: 16px;
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.main-mobile-navigation .menu-content .search-toggle:hover {
	background-color: rgba(61, 61, 61, .15);
	color: #3d3d3d !important;
}

@media screen and (min-height:820px) {
	.main-mobile-navigation .menu-content .search-toggle {
		margin: 0 auto 2.5rem;
		padding: .75rem 1rem .65rem;
	}
	
	.main-mobile-navigation .menu-content .search-toggle span {
		font-size: 18px !important;
	}
}

@media screen and (min-height:820px) {
	.main-mobile-navigation .menu-content {
		padding-top: calc(30px * 3);
	}
}

.main-mobile-navigation .menu-footer {
	border-top: 1px solid #5d5858;
	margin: auto auto 0 auto;
	max-width: 1200px;
	padding: 1.5rem 0 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.main-mobile-navigation .menu-footer>div {
	margin-bottom: .5rem;
	text-align: center;
}

.main-mobile-navigation .menu-footer>div span {
	color: #efe7db;
	display: block;
	font-weight: 700;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-size: 1.3125rem;
}

.main-mobile-navigation .menu-footer>div a {
	color: #fff;
	display: inline-block;
	font-weight: 400;
	text-transform: none;
	font-size: 1.3125rem;
}

.main-mobile-navigation .menu-footer>div p {
	margin: 0;
	color: #fff;
	font-family: Bulmer, serif;
}

.main-mobile-navigation .menu-footer>div p a {
	font-family: inherit;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links {
	text-align: center;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li {
	display: inline-block;
	margin: 0;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li a {
	margin: 0;
	margin: .5rem;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-linkedin a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-linkedin-white.svg");
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-linkedin a.nitro-lazy {
	background-image: none !important;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-instagram a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-instagram-white.svg");
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-instagram a.nitro-lazy {
	background-image: none !important;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-facebook a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-facebook-white.svg");
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-facebook a.nitro-lazy {
	background-image: none !important;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-twitter a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/optimized/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-x-white.svg");
	margin-left: -2px;
}

.main-mobile-navigation .menu-footer>div .wp-block-social-links li.wp-social-link-twitter a.nitro-lazy {
	background-image: none !important;
}

@media screen and (min-width:992px) {
	.main-mobile-navigation .menu-footer>div:first-of-type {
		text-align: left;
	}
}

.main-mobile-navigation .menu-footer>div:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width:992px) {
	.main-mobile-navigation .menu-footer>div:last-of-type {
		margin-bottom: 1.5rem;
		text-align: right;
	}
}

@media screen and (min-width:992px) {
	.main-mobile-navigation .menu-footer>div {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 33.3%;
		flex: 1 1 33.3%;
		margin-bottom: 0;
	}
}

@media screen and (min-height:820px) {
	.main-mobile-navigation .menu-footer>div {
		margin-bottom: 1.5rem;
	}
}

@media screen and (min-width:992px) {
	.main-mobile-navigation .menu-footer {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 2.5rem 0;
	}
}

@media screen and (min-height:820px) {
	.main-mobile-navigation .menu-footer {
		padding: 2.5rem 0 0;
	}
}

.main-mobile-navigation .menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.main-mobile-navigation li {
	display: block;
	margin-bottom: .5rem;
}

.main-mobile-navigation li.current-menu-item>a, .main-mobile-navigation li.current-menu-parent>a, .main-mobile-navigation li.current-page-ancestor>a {
	color: #ce3530 !important;
}

@media screen and (min-width:992px) {
	.main-mobile-navigation li {
		margin-bottom: 1.5rem;
	}
}

.main-mobile-navigation a {
	color: #fff !important;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding: 0;
	text-transform: uppercase;
	font-size: 1.875rem;
}

.main-mobile-navigation a:hover {
	color: #ce3530 !important;
}

@media screen and (min-width:992px) {
	.main-mobile-navigation a {
		font-size: 2.625rem;
	}
}

@media screen and (max-height:819px) {
	.main-mobile-navigation a {
		font-size: 1.5rem;
	}
}

.main-mobile-navigation ul {
	margin: 0;
}

.main-mobile-navigation ul.sub-menu {
	display: none;
	padding: .25rem 0;
}

.main-mobile-navigation ul.sub-menu a {
	padding: 1rem 2rem 1rem 3rem;
}

.main-mobile-navigation .menu-search i {
	font-size: inherit;
}

.main-mobile-navigation .nav-mobile-arrow {
	display: none;
}

.main-mobile-navigation li.menu-item-has-children>a {
	padding-right: 4rem;
	position: relative;
}

.main-mobile-navigation li.menu-item-has-children>a .nav-mobile-arrow {
	color: #cdcdcd;
	display: block;
	height: 100%;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	z-index: 1;
}

.main-mobile-navigation li.menu-item-has-children>a .nav-mobile-arrow:after {
	color: #cdcdcd;
	content: "";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	left: 50%;
	line-height: 1;
	moz-osx-font-smoothing: grayscale;
	position: absolute;
	text-rendering: auto;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.main-mobile-navigation li.menu-item-has-children.active .nav-mobile-arrow:after {
	content: "";
}

.main-mobile-navigation li.menu-item-has-children.active ul.sub-menu {
	display: block;
}

.main-mobile-navigation .widget_social_widget {
	margin-top: auto;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.main-mobile-navigation .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.main-mobile-navigation .social-links a {
	padding: 1rem;
}

.main-mobile-navigation .menu-toggle {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-close.svg");
	background-position: center;
	background-size: 60%;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	height: 50px;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
	width: 50px;
	z-index: 3;
}

.main-mobile-navigation .menu-toggle.nitro-lazy {
	background-image: none !important;
}

.main-mobile-navigation.active {
	-webkit-transform: translate3D(0, 0, 0);
	transform: translate3D(0, 0, 0);
}

body.no-scroll {
	overflow-y: hidden;
}

.body-overlay {
	background-color: rgba(0, 0, 0, .25);
	bottom: 0;
	display: none;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 99;
}

.post-navigation, .posts-navigation:not(.navigation--numeric) {
	padding: 2.5rem 0 5rem;
}

.post-navigation a, .posts-navigation:not(.navigation--numeric) a {
	color: #777171;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.post-navigation .nav-links, .posts-navigation:not(.navigation--numeric) .nav-links {
	margin-bottom: 1rem;
}

.post-navigation .nav-links>div a, .posts-navigation:not(.navigation--numeric) .nav-links>div a {
	position: relative;
	font-size: 1.125rem;
	font-weight: 700;
}

.post-navigation .nav-links>div a:hover, .posts-navigation:not(.navigation--numeric) .nav-links>div a:hover {
	color: #ce3530;
}

@media screen and (min-width:768px) {
	.post-navigation .nav-links, .posts-navigation:not(.navigation--numeric) .nav-links {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media screen and (min-width:1152px) {
	.post-navigation .nav-links, .posts-navigation:not(.navigation--numeric) .nav-links {
		margin-left: -80px;
		margin-right: -80px;
	}
}

.post-navigation .nav-next a:before, .post-navigation .nav-previous a:before, .posts-navigation:not(.navigation--numeric) .nav-next a:before, .posts-navigation:not(.navigation--numeric) .nav-previous a:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 40px;
}

.post-navigation .nav-previous, .posts-navigation:not(.navigation--numeric) .nav-previous {
	float: left;
}

.post-navigation .nav-previous a, .posts-navigation:not(.navigation--numeric) .nav-previous a {
	padding-left: 50px;
}

.post-navigation .nav-previous a:before, .posts-navigation:not(.navigation--numeric) .nav-previous a:before {
	background-position: center 75%;
	left: 0;
	-webkit-transform: rotate(180deg) translate3d(0, 0, 0);
	transform: rotate(180deg) translate3d(0, 0, 0);
}

.post-navigation .nav-previous a:hover:before, .posts-navigation:not(.navigation--numeric) .nav-previous a:hover:before {
	-webkit-transform: rotate(180deg) translate3d(5px, 0, 0);
	transform: rotate(180deg) translate3d(5px, 0, 0);
}

@media screen and (min-width:768px) {
	.post-navigation .nav-previous, .posts-navigation:not(.navigation--numeric) .nav-previous {
		margin-right: auto;
	}
}

.post-navigation .nav-next, .posts-navigation:not(.navigation--numeric) .nav-next {
	float: right;
}

.post-navigation .nav-next a, .posts-navigation:not(.navigation--numeric) .nav-next a {
	padding-right: 50px;
}

.post-navigation .nav-next a:before, .posts-navigation:not(.navigation--numeric) .nav-next a:before {
	background-position: center 30%;
	right: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.post-navigation .nav-next a:hover:before, .posts-navigation:not(.navigation--numeric) .nav-next a:hover:before {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

.post-navigation .nav-blog-page, .posts-navigation:not(.navigation--numeric) .nav-blog-page {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
}

.post-navigation .nav-blog-page a, .posts-navigation:not(.navigation--numeric) .nav-blog-page a {
	position: relative;
	white-space: nowrap;
}

.post-navigation .nav-blog-page a:after, .posts-navigation:not(.navigation--numeric) .nav-blog-page a:after {
	background-color: #ce3530;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
}

.post-navigation .nav-blog-page a:hover:after, .posts-navigation:not(.navigation--numeric) .nav-blog-page a:hover:after {
	opacity: 1;
}

@media screen and (min-width:768px) {
	.post-navigation .nav-blog-page, .posts-navigation:not(.navigation--numeric) .nav-blog-page {
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media screen and (min-width:768px) {
	.post-navigation, .posts-navigation:not(.navigation--numeric) {
		padding: 2.5rem 0;
	}
}

.posts-navigation.navigation--numeric {
	margin: 2.5rem 0 0;
}

.posts-navigation.navigation--numeric .nav-links {
	margin: 0 !important;
	text-align: center;
}

.posts-navigation.navigation--numeric .nav-links li {
	display: inline-block;
	list-style: none !important;
	margin: 0 !important;
}

.posts-navigation.navigation--numeric .nav-links li a {
	font-family: Intervogue, sans-serif;
	font-weight: 700;
	padding: 1rem 1rem .75rem;
	font-size: 1.125rem;
}

.posts-navigation.navigation--numeric .nav-links li.active a {
	background: #fff;
	border-radius: 5px;
	color: #777171;
}

.posts-navigation.navigation--numeric .nav-links li.nav-next a, .posts-navigation.navigation--numeric .nav-links li.nav-previous a {
	display: inline-block;
	margin: 0;
	padding: 1rem 1rem .75rem;
	position: relative;
}

.posts-navigation.navigation--numeric .nav-links li.nav-next a:after, .posts-navigation.navigation--numeric .nav-links li.nav-next a:before, .posts-navigation.navigation--numeric .nav-links li.nav-previous a:after, .posts-navigation.navigation--numeric .nav-links li.nav-previous a:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: inherit;
	position: absolute;
	text-rendering: auto;
	top: 1rem;
}

.posts-navigation.navigation--numeric .nav-links li.nav-previous {
	margin-right: auto;
}

.posts-navigation.navigation--numeric .nav-links li.nav-previous a:before {
	content: "";
	left: 0;
}

.posts-navigation.navigation--numeric .nav-links li.nav-next {
	margin-left: auto;
	text-align: right;
}

.posts-navigation.navigation--numeric .nav-links li.nav-next a:after {
	content: "";
	right: 0;
}

.nav--case-studies .wp-block-group__inner-container {
	padding: 0 !important;
}

.nav--case-studies .wp-block-group {
	gap: 1rem;
}

.nav--case-studies a, .nav--case-studies p {
	line-height: 1 !important;
}

@media screen and (max-width:767px) {
	.nav--case-studies a, .nav--case-studies p {
		font-size: 1.125rem;
	}
}

.nav--case-studies a {
	font-weight: 500;
}

.nav--case-studies .wp-block-post-navigation-link {
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
}

.nav--case-studies .wp-block-post-navigation-link span {
	margin-bottom: 0;
	color: #ce3530;
	line-height: 1;
}

.nav--case-studies .wp-block-post-navigation-link a {
	margin-bottom: 0;
}

.nav--case-studies .wp-block-post-navigation-link.post-navigation-link-next {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.nav--case-studies .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
	margin-right: 5px;
}

.nav--case-studies .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
	margin-left: 5px;
}

.has-gray-dark-background-color {
	background-color: #3d3d3d;
}

.has-gray-dark-color {
	color: #3d3d3d;
}

.has-gray-light-background-color {
	background-color: #cdcdcd;
}

.has-gray-light-color {
	color: #cdcdcd;
}

@media screen and (min-width:1152px) {
	.alignwide {
		margin-left: -80px;
		margin-right: -80px;
	}
}

.alignfull {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
}

.margin-offset-50 {
	position: relative;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	z-index: 1;
}

.mt0 {
	margin-top: 0;
}

@media screen and (max-width:767px) {
	.wp-block-spacer[style*="height:7.5rem"] {
		height: 5rem !important;
	}
}

@media screen and (max-width:767px) {
	.wp-block-spacer[style*="height:5rem"] {
		height: 2.5rem !important;
	}
}

@media screen and (max-width:767px) {
	.wp-block-spacer[style*="height:2.5rem"] {
		height: .5rem !important;
	}
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
	border-radius: 0;
	font-family: Bulmer, serif;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding: 1rem;
	position: relative;
	text-transform: uppercase;
	font-size: 1.125rem;
}

.wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #3d3d3d;
}

.wp-block-buttons .wp-block-button .wp-block-button__link[data-bs-toggle=modal] {
	display: none;
}

.wp-block-buttons .wp-block-button.button--has-arrow .wp-block-button__link {
	font-family: Intervogue, sans-serif;
	padding: 20px 50px 15px 20px;
}

.wp-block-buttons .wp-block-button.button--has-arrow .wp-block-button__link:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-gray.svg");
	content: "";
	height: 100%;
	left: auto;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	width: 25px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width:768px) {
	.wp-block-buttons .wp-block-button.button--has-arrow .wp-block-button__link:after {
		right: 30px;
	}
}

.wp-block-buttons .wp-block-button.button--has-arrow .wp-block-button__link:hover:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

@media screen and (min-width:768px) {
	.wp-block-buttons .wp-block-button.button--has-arrow .wp-block-button__link {
		padding: 20px 70px 15px 30px;
	}
}

.wp-block-buttons .wp-block-button.button--has-eye .wp-block-button__link {
	font-family: Intervogue, sans-serif;
	padding-left: 35px;
}

.wp-block-buttons .wp-block-button.button--has-eye.button--is-white .wp-block-button__link {
	color: #fff !important;
}

.wp-block-buttons .wp-block-button.button--has-eye.button--is-white .wp-block-button__link:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-eye.svg");
}

.wp-block-buttons .wp-block-button.button--has-eye.button--is-white .wp-block-button__link:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg");
}

.wp-block-buttons .wp-block-button.button--is-small .wp-block-button__link {
	font-size: 14px !important;
	padding: 12px 45px 10px 20px !important;
}

.wp-block-buttons .wp-block-button.button--is-small .wp-block-button__link:after {
	right: 10px !important;
	width: 20px !important;
}

@media screen and (min-width:768px) {
	.wp-block-buttons .wp-block-button.button--is-small .wp-block-button__link:after {
		right: 15px !important;
	}
}

@media screen and (min-width:768px) {
	.wp-block-buttons .wp-block-button.button--is-small .wp-block-button__link {
		padding: 12px 45px 10px 20px !important;
	}
}

.wp-block-buttons .wp-block-button.button--is-small.button--is-plain .wp-block-button__link {
	padding: 12px 35px 10px 0 !important;
}

@media screen and (min-width:768px) {
	.wp-block-buttons .wp-block-button.button--is-small.button--is-plain .wp-block-button__link {
		padding: 12px 45px 10px 0 !important;
	}
}

.wp-block-buttons .wp-block-button.button--is-plain .wp-block-button__link {
	padding: 20px 70px 15px 30px;
	font-size: 1rem;
}

.wp-block-buttons .wp-block-button.button--is-plain .wp-block-button__link.has-white-color:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg");
}

.wp-block-buttons .wp-block-button:not(.button--solid):not(.button--solid-alt) .wp-block-button__link {
	background-color: transparent;
}

.wp-block-buttons .wp-block-button.button--solid .wp-block-button__link {
	border-radius: 5px;
	font-weight: 600;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-size: 1.375rem;
}

.wp-block-buttons .wp-block-button.button--solid .wp-block-button__link:hover {
	opacity: .8;
}

.wp-block-buttons .wp-block-button.button--solid-alt .wp-block-button__link {
	padding-bottom: 15px;
	padding-left: 70px;
	padding-right: 80px;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

.wp-block-buttons .wp-block-button.button--solid-alt .wp-block-button__link:before {
	left: 30px;
}

.wp-block-buttons .wp-block-button.button--solid-alt .wp-block-button__link:after {
	right: 35px;
}

.wp-block-buttons .wp-block-button.button--solid-alt .wp-block-button__link:hover {
	opacity: .9;
}

.wp-block-quote {
	margin: 0 auto;
	max-width: 768px;
}

.wp-block-quote.is-style-large {
	margin-bottom: auto;
	margin-bottom: 0 !important;
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
	padding: 5rem 0 0 0 !important;
	position: relative;
}

.wp-block-quote.is-style-large:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-quotes-black.svg");
	content: "";
	height: 50px;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 90px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.wp-block-quote.is-style-large p {
	font-family: Bulmer, serif;
	line-height: 1.4;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

.wp-block-quote.is-style-large p a {
	color: inherit;
	font-family: inherit;
	font-size: inherit;
}

@media screen and (min-width:768px) {
	.wp-block-quote.is-style-large p {
		font-size: 1.875rem;
	}
}

.wp-block-quote.is-style-large cite {
	font-style: normal;
	text-align: inherit;
	font-size: 1rem;
}

.wp-block-quote.is-style-large:not(.has-text-color):before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-quotes.svg");
}

.wp-block-quote.is-style-large:not(.has-text-color) cite, .wp-block-quote.is-style-large:not(.has-text-color) p {
	color: #9ad6de;
}

.wp-block-quote.is-style-large.is-quote-primary:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-quotes-red.svg");
}

.wp-block-social-links {
	margin-top: -.5rem;
}

.wp-block-social-links li a {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	height: 20px;
	width: 20px;
}

.wp-block-social-links li a svg {
	display: none;
}

.wp-block-social-links li.wp-social-link-linkedin a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-linkedin-white.svg");
}

.wp-block-social-links li.wp-social-link-linkedin a.nitro-lazy {
	background-image: none !important;
}

.wp-block-social-links li.wp-social-link-instagram a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-instagram-white.svg");
}

.wp-block-social-links li.wp-social-link-instagram a.nitro-lazy {
	background-image: none !important;
}

.wp-block-social-links li.wp-social-link-facebook a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-facebook-white.svg");
}

.wp-block-social-links li.wp-social-link-facebook a.nitro-lazy {
	background-image: none !important;
}

.wp-block-social-links li.wp-social-link-twitter a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/optimized/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-x-white.svg");
	margin-left: -8px;
}

.wp-block-social-links li.wp-social-link-twitter a.nitro-lazy {
	background-image: none !important;
}

.wp-block-image .alignleft, .wp-block-image .alignright {
	float: none;
	margin: 0 auto 2rem;
}

@media screen and (min-width:768px) {
	.wp-block-image .alignright {
		float: right;
		margin: 2rem 0 2rem 2rem;
	}
}

@media screen and (min-width:768px) {
	.wp-block-image .alignleft {
		float: left;
		margin: 2rem 2rem 2rem 0;
	}
}

.wp-block-image.is-image-hero {
	margin-bottom: 0;
	padding-bottom: 35px;
	position: relative;
}

.wp-block-image.is-image-hero:after {
	bottom: 0;
	content: "";
	height: 100;
	left: 0;
	opacity: .25;
	opacity: .35;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #9ad6de, #9ad6de 1px, transparent 2px, transparent 8px);
	background-color: transparent;
}

.wp-block-image.is-image-hero.hero--strategy:after {
	background: repeating-linear-gradient(-45deg, #d2ebd6, #d2ebd6 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.wp-block-image.is-image-hero.hero--execution:after {
	background: repeating-linear-gradient(-45deg, #efe7db, #efe7db 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.wp-block-image.is-image-hero.hero--optimization:after {
	background: repeating-linear-gradient(-45deg, #735aa0, #735aa0 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.wp-block-embed {
	margin-top: 2.5rem;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

.wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.wp-block-latest-posts {
	margin: 0 auto;
	max-width: 1140px;
}

.wp-block-latest-posts li {
	background: #fff;
	overflow: hidden;
	padding: 2rem;
	position: relative;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	margin-bottom: 2rem;
	margin-left: -2rem;
	margin-right: -2rem;
	margin-top: -2rem;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
	-webkit-transition: all .15s ease 0s;
	transition: all .15s ease 0s;
	width: 100%;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	display: block;
	font-family: Bulmer, serif;
	line-height: 1.25;
	line-height: 1.4285714286;
	margin-bottom: 2.5rem;
	font-size: 1.125rem;
}

.wp-block-latest-posts li h2 {
	margin: 0;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.wp-block-latest-posts li a {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wp-block-latest-posts li:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	bottom: 2.5rem;
	content: "";
	height: 12px;
	left: 2rem;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	width: 35px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.wp-block-latest-posts li:hover .wp-block-latest-posts__featured-image img {
	-webkit-transform: scale(1.015, 1.015);
	transform: scale(1.015, 1.015);
}

.wp-block-latest-posts li:hover:after {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

@media screen and (max-width:767px) {
	.wp-block-latest-posts.columns-3 li {
		margin-right: 0;
	}
}

@media screen and (min-width:600px) and (max-width:767px) {
	.wp-block-latest-posts.columns-3 li {
		width: 100%;
	}
}

@media screen and (min-width:768px) {
	.wp-block-latest-posts.columns-3 li {
		width: calc(33.33333% - .83333em) !important;
	}
}

.wp-block-group .wp-block-group__inner-container {
	padding: 0 30px;
}

.wp-block-group.group--centered-content>.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 992px;
}

.wp-block-group.group--centered-content.centered-content--small>.wp-block-group__inner-container {
	max-width: 768px;
}

.wp-block-group.group--centered-content.centered-content--large>.wp-block-group__inner-container {
	max-width: 1200px;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 992px;
	padding-left: 30px;
	padding-right: 30px;
}

.wp-block-group.group--contact-info h2 {
	text-transform: none;
	font-weight: 400;
}

.wp-block-group.group--contact-info a {
	color: #0b0204;
}

@media screen and (max-width:991px) {
	.wp-block-group.group--contact-info {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}

@media screen and (min-width:992px) {
	.wp-block-group.is-overlay-top {
		margin-top: -150px;
	}
}

.wp-block-group.has-full-width-content .wp-block-group__inner-container {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
}

.wp-block-group.has-padding-0 .wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width:768px) {
	.wp-block-columns .wp-block-column.column--padding-left {
		padding-left: 5rem;
	}
}

@media screen and (min-width:768px) {
	.wp-block-columns .wp-block-column>h2 {
		margin-top: 0;
	}
}

.wp-block-columns.columns--processes .wp-block-column {
	border-bottom: 1px solid #cdcdcd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 3rem 0 2.5rem;
}

.wp-block-columns.columns--processes .wp-block-column h2 {
	margin-top: 0;
}

.wp-block-columns.columns--processes .wp-block-column .wp-block-buttons {
	margin-top: auto;
}

.wp-block-columns.columns--processes .wp-block-column figure {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 105px;
}

@media screen and (min-width:600px) {
	.wp-block-columns.columns--processes.columns--processes-top .wp-block-column {
		border-bottom: 1px solid #cdcdcd;
	}
}

@media screen and (max-width:599px) {
	.wp-block-columns.columns--processes.columns--processes-bottom .wp-block-column:last-child {
		border: none;
		padding-bottom: 0;
	}
}

.wp-block-columns.columns--nowrap {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
}

@media screen and (max-width:991px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		flex-basis: 100% !important;
	}
}

@media screen and (max-width:991px) {
	.wp-block-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media screen and (max-width:991px) {
	.wp-block-columns.columns--stacked-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.wp-block-columns:has(.group--contact-info) {
	margin-bottom: 0;
	gap: 3.5rem;
}

.wp-block-cover .wp-block-cover__inner-container {
	margin-left: auto !important;
	margin-right: auto !important;
	padding: 0 30px;
}

@media screen and (min-width:1152px) {
	.wp-block-cover .wp-block-cover__inner-container {
		max-width: var(--wp--style--global--content-size);
	}
}

.wp-block-cover.is-cover-case-study-card {
	margin: 0 auto;
	max-width: 530px;
	min-height: auto;
	padding: 2rem;
}

.wp-block-cover.is-cover-case-study-card .wp-block-cover__background {
	margin: 0;
	opacity: 0;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

.wp-block-cover.is-cover-case-study-card .wp-block-cover__inner-container {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 100%;
	padding: 0;
}

.wp-block-cover.is-cover-case-study-card .wp-block-cover__inner-container .wp-block-group__inner-container {
	max-width: 400px;
	opacity: 0;
	padding: 0;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	-webkit-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

@media screen and (max-width:767px) {
	.wp-block-cover.is-cover-case-study-card h3.wp-block-heading {
		font-size: 1.35rem;
	}
}

.wp-block-cover.is-cover-case-study-card .wp-block-button__link {
	background-color: #ce3530 !important;
	border: 1px solid #ce3530;
	font-family: Intervogue, sans-serif;
	font-size: .85rem;
	padding: .85rem .85rem .55rem;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.wp-block-cover.is-cover-case-study-card .wp-block-button__link:hover {
	background-color: transparent !important;
	border-color: #fff;
}

.wp-block-cover.is-cover-case-study-card:active .wp-block-cover__background, .wp-block-cover.is-cover-case-study-card:focus .wp-block-cover__background, .wp-block-cover.is-cover-case-study-card:hover .wp-block-cover__background {
	opacity: .35;
}

.wp-block-cover.is-cover-case-study-card:active .wp-block-cover__inner-container .wp-block-group__inner-container, .wp-block-cover.is-cover-case-study-card:focus .wp-block-cover__inner-container .wp-block-group__inner-container, .wp-block-cover.is-cover-case-study-card:hover .wp-block-cover__inner-container .wp-block-group__inner-container {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@media screen and (min-width:500px) {
	.wp-block-cover.is-cover-case-study-card {
		aspect-ratio: 1/1;
	}
}

.wp-block-media-text.media-pull-in h2 {
	margin-top: 0;
}

@media screen and (min-width:992px) {
	.wp-block-media-text.media-pull-in figure {
		margin-left: -10%;
		margin-right: -10%;
	}
}

@media screen and (max-width:991px) {
	.wp-block-media-text.media-pull-in .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
		margin: 0 auto;
		max-width: 600px;
	}
}

@media screen and (max-width:991px) {
	.wp-block-media-text.media-pull-in .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

@media screen and (max-width:991px) {
	.wp-block-media-text.media-pull-in {
		grid-template-columns: 100% !important;
	}
}

.jumplink-container .wp-block-image {
	margin: 0;
}

.jumplink-hide {
	display: none !important;
}

[class*=bg-offset] {
	position: relative;
}

[class*=bg-offset] [class*=bg-offset] {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

@media screen and (min-width:782px) {
	[class*=bg-offset] [class*=bg-offset] {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
	}
}

.wp-block-list.list--steps {
	counter-reset: item;
	list-style: none;
	margin-left: 60px !important;
}

.wp-block-list.list--steps li {
	font-size: 1.13em;
	counter-increment: item;
	margin-bottom: 30px;
}

.wp-block-list.list--steps li::before {
	content: counter(item);
	font-weight: 700;
	margin-left: -55px;
	padding: 10px;
	width: 40px !important;
	height: 40px;
	line-height: 1;
	text-align: center;
	display: inline-block;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	border-radius: 50%;
	font-family: Bulmer, serif;
	font-size: 26px;
	font-style: italic;
	margin-right: 15px;
}

.wp-block-list.list--steps li em {
	font-style: normal;
	font-size: 26px;
	font-weight: 700;
}

@media screen and (min-width:992px) {
	.wp-block-list.list--steps {
		margin-right: 50px;
	}
}

.r-block--cta .wp-block-group__inner-container {
	max-width: 940px;
}

.r-block--cta .wp-block-group__inner-container {
	position: relative;
}

.r-block--cta .wp-block-group__inner-container:before {
	content: "";
	height: 60px;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 1;
	background: repeating-linear-gradient(-45deg, #777171, #777171 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .35;
}

.r-block--cta .wp-block-columns {
	margin: 0;
}

.r-block--cta h2 {
	font-style: italic;
	font-weight: 400;
	line-height: 1;
	margin: 0;
	text-transform: none;
	font-size: 2.625rem;
}

.r-block--cta--floating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	margin-top: -10px;
	padding: 0;
	pointer-events: none;
	position: relative;
	width: 100vw;
	z-index: 100;
}

.r-block--cta--floating .wp-block-group__inner-container {
	display: inline-block;
	pointer-events: all;
	width: auto !important;
}

.r-block--cta--floating .wp-block-columns {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	margin: 0;
	padding: .75rem;
}

@media screen and (max-width:781px) {
	.r-block--cta--floating .wp-block-columns .wp-block-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	
	.r-block--cta--floating .wp-block-columns .wp-block-column .wp-block-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (max-width:781px) {
	.r-block--cta--floating .wp-block-columns {
		gap: 0;
	}
}

.r-block--cta--floating p {
	font-family: Bulmer, serif;
	margin: 0;
	margin-top: 5px;
	white-space: nowrap;
	font-size: 1.625rem;
}

@media screen and (max-width:599px) {
	.r-block--cta--floating p {
		font-size: 1.375rem;
	}
}

.r-block--cta--floating .wp-block-button__link {
	background-color: #ce3530 !important;
	border: 1px solid #ce3530;
	font-family: Intervogue, sans-serif !important;
	font-size: 1rem !important;
	padding: .75rem 1.5rem !important;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	white-space: nowrap;
}

.r-block--cta--floating .wp-block-button__link:hover {
	background-color: transparent !important;
	color: #ce3530 !important;
}

@media screen and (max-width:599px) {
	.r-block--cta--floating .wp-block-button__link {
		font-size: .8rem !important;
	}
}

.r-block--cta--floating:before {
	background-color: #fff;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 0;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	-webkit-transition: width .3s ease;
	transition: width .3s ease;
	width: 0;
	z-index: -1;
}

.r-block--cta--floating.unstuck {
	background-color: #2d2d2d;
}

.r-block--cta--floating.unstuck .wp-block-columns {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: -webkit-box-shadow 0s ease 0s;
	transition: -webkit-box-shadow 0s ease 0s;
	transition: box-shadow 0s ease 0s;
	transition: box-shadow 0s ease 0s, -webkit-box-shadow 0s ease 0s;
}

.r-block--cta--floating.unstuck:before {
	width: 100vw;
}

.r-block--card .wp-block-group__inner-container .wp-block-group__inner-container {
	padding: 2rem 1.5rem;
	position: relative;
}

.r-block--card .wp-block-group__inner-container .wp-block-group__inner-container:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	bottom: 1.5rem;
	content: "";
	height: 12px;
	position: absolute;
	width: 40px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.r-block--card figure {
	margin: 0;
}

.r-block--card h2 {
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 1.875rem;
}

.r-block--card p {
	font-family: Bulmer, serif;
	line-height: inherit;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

.r-block--primary-header, .r-block--process-header {
	padding: 3.5rem 0 2rem;
}

.r-block--primary-header .wp-block-group__inner-container, .r-block--process-header .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 940px;
	padding-left: 30px;
	padding-right: 30px;
}

.r-block--primary-header h1, .r-block--primary-header>h2, .r-block--process-header h1, .r-block--process-header>h2 {
	margin: 0;
	text-transform: uppercase;
}

.r-block--primary-header h1:not(.has-text-color), .r-block--primary-header>h2:not(.has-text-color), .r-block--process-header h1:not(.has-text-color), .r-block--process-header>h2:not(.has-text-color) {
	color: #fff;
}

.r-block--primary-header h1, .r-block--process-header h1 {
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

.r-block--primary-header h2, .r-block--process-header h2 {
	margin-bottom: 1rem;
}

.r-block--primary-header>h2, .r-block--process-header>h2 {
	font-size: 2.25rem;
}

@media screen and (min-width:768px) {
	.r-block--primary-header>h2, .r-block--process-header>h2 {
		font-size: 2.625rem;
	}
}

.r-block--primary-header>p, .r-block--process-header>p {
	font-family: Bulmer, serif;
	line-height: 1.3333333333;
	font-size: 1.5rem;
}

.r-block--primary-header.has-bottom-large, .r-block--process-header.has-bottom-large {
	padding-bottom: 15rem;
}

.r-block--primary-header .r-block--icon-grid, .r-block--process-header .r-block--icon-grid {
	margin: 0 auto;
	width: 200px;
}

.r-block--header-primary h2 {
	margin-top: 0;
}

.r-block--header-primary p {
	font-size: 1.3125rem;
}

.r-block--header-primary p:last-of-type {
	margin-bottom: 0;
}

.r-block--header-primary .wp-block-columns {
	margin-bottom: 0;
}

.r-block--process-header .wp-block-image {
	margin-bottom: 0;
}

.r-block--primary-header h2 {
	margin-bottom: 1rem;
}

.r-block--icon-text {
	padding: 5rem 0;
}

.r-block--icon-text h2 {
	margin-top: 0;
	font-size: 1.875rem;
}

.r-block--icon-text p {
	font-family: Bulmer, serif;
	line-height: 1.3333333333;
}

.r-block--icon-text img {
	display: block;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 2.5rem;
	max-width: 100px;
	width: 100%;
}

@media screen and (min-width:600px) {
	.r-block--icon-text img {
		height: 100%;
		margin: 0;
		max-height: 75px;
		width: 100%;
	}
}

.r-block--icon-text .wp-block-buttons .wp-block-button .wp-block-button__link {
	font-family: Intervogue, sans-serif;
	font-size: .75rem;
}

.r-block--icon-text .wp-block-buttons .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #777171;
}

.r-block--icon-process {
	height: 100%;
	position: relative;
}

.r-block--icon-process>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

@media screen and (min-width:768px) {
	.r-block--icon-process>div {
		margin-botom: 0;
	}
}

.r-block--icon-process .wp-block-image {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

.r-block--icon-process .wp-block-image img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.r-block--icon-process h3 {
	margin-bottom: 1rem;
	margin-top: auto;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.r-block--icon-process a {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.r-block--icon-process .wp-block-buttons {
	visibility: hidden;
}

.r-block--icon-process:hover img {
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
}

.r-block--processes .wp-block-column {
	margin-bottom: 2.5rem;
}

@media screen and (max-width:600px) {
	.r-block--processes .wp-block-column:last-child {
		margin-bottom: 0;
	}
}

@media screen and (min-width:600px) {
	.r-block--processes .wp-block-column {
		margin-bottom: 0;
	}
}

.r-block--image-text .wp-block-media-text__media {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important;
}

.r-block--image-text .wp-block-media-text__content {
	padding: 0 30px;
}

@media screen and (min-width:992px) {
	.r-block--image-text .wp-block-media-text__content {
		padding: 0 2.5rem;
	}
}

@media screen and (min-width:1200px) {
	.r-block--image-text .wp-block-media-text__content {
		padding: 0 7.5rem;
	}
}

.r-block--image-text h2 {
	font-size: 1.875rem;
}

.r-block--image-text p strong {
	font-size: 1.3125rem;
}

.r-block--favorite-process>.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 992px;
}

.r-block--favorite-process .wp-block-media-text__media {
	margin-bottom: 2.5rem;
}

@media screen and (min-width:768px) {
	.r-block--favorite-process .wp-block-media-text__media {
		margin-bottom: 0;
	}
}

.r-block--favorite-process h2 {
	margin-bottom: 2.5rem;
}

@media screen and (min-width:768px) {
	.r-block--favorite-process h2 {
		margin-bottom: 5rem;
	}
}

.r-block--favorite-process h3 {
	text-transform: uppercase;
}

.r-block--favorite-process p {
	font-size: 1.75rem;
}

.r-block--media-text-featured {
	position: relative;
}

.r-block--media-text-featured.is-stacked-on-mobile .wp-block-media-text__content {
	padding: 30px;
}

@media screen and (max-width:767px) {
	.r-block--media-text-featured.is-stacked-on-mobile .wp-block-media-text__content {
		grid-column: 1;
		grid-row: 2;
	}
}

@media screen and (min-width:768px) {
	.r-block--media-text-featured.is-stacked-on-mobile .wp-block-media-text__content {
		margin-left: auto;
		max-width: 650px;
		padding: 5rem 5rem 5rem 30px;
	}
}

@media screen and (max-width:767px) {
	.r-block--media-text-featured.is-stacked-on-mobile .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
}

.r-block--media-text-featured.is-stacked-on-mobile h2 {
	margin-top: 0;
}

@media screen and (max-width:767px) {
	.r-block--media-text-featured.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
}

.r-block--media-text-featured:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

@media screen and (min-width:768px) {
	.r-block--media-text-featured:before {
		bottom: -55px;
		height: 42.5%;
		top: auto;
	}
}

.r-block--icon-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin: 0;
	padding: 0;
}

.r-block--icon-grid>div {
	background: #00f;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 33%;
	flex: 1 0 33%;
	height: auto;
	margin: 3px;
	overflow: hidden;
	position: relative;
}

.r-block--icon-grid>div a {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.r-block--icon-grid>div:before {
	content: "";
	float: left;
	padding-top: 100%;
}

.r-block--icon-grid>div:after {
	background-size: contain;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}

.r-block--icon-grid>div:first-of-type {
	background: #735aa0;
}

.r-block--icon-grid>div:first-of-type:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-optimization-cropped.svg");
}

.r-block--icon-grid>div:nth-child(2) {
	background: #9ad6de;
}

.r-block--icon-grid>div:nth-child(2):after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-eye-cropped.svg");
}

.r-block--icon-grid>div:nth-child(3) {
	background: #efe7db;
}

.r-block--icon-grid>div:nth-child(3):after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-bulb-cropped.svg");
}

.r-block--icon-grid>div:last-of-type {
	background: #d2ebd6;
}

.r-block--icon-grid>div:last-of-type:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-strategy-cropped.svg");
}

.r-block--icon-grid>div:hover:after {
	-webkit-transform: scale3d(1.25, 1.25, 1.25);
	transform: scale3d(1.25, 1.25, 1.25);
}

.r-block--media-text-form .wp-block-media-text__content h3 {
	margin-top: 0;
	text-transform: uppercase;
}

.r-block--media-text-form .wp-block-media-text__content .wp-block-group {
	padding: 30px !important;
}

.r-block--form-with-image {
	margin-top: 0;
	opacity: 0;
	position: relative;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
	z-index: 1;
}

.r-block--form-with-image .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 992px;
}

.r-block--form-with-image .wp-block-group__inner-container .frm_display_format_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.r-block--form-with-image .wp-block-group__inner-container .frm_display_format_buttons .frm_primary_label {
	font-weight: 700;
	margin-bottom: 1.5rem;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.875rem;
}

@media screen and (min-width:768px) {
	.r-block--form-with-image .wp-block-group__inner-container .frm_display_format_buttons {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
}

@media screen and (min-width:calc(1092px + 30px * 2)) {
	.r-block--form-with-image .wp-block-group__inner-container .frm_display_format_buttons {
		margin-left: -80px;
		margin-right: -80px;
	}
}

.r-block--form-with-image .wp-block-group__inner-container .frm_buttons_wrapper {
	background-color: #fff;
	border-top: 10px solid #9ad6de;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-top: -5rem;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	padding: 2rem;
	width: 100%;
	z-index: 1;
}

@media screen and (min-width:768px) {
	.r-block--form-with-image .wp-block-group__inner-container .frm_buttons_wrapper {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 45%;
		flex: 1 0 45%;
		margin-left: -6rem;
		margin-top: 5rem;
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}
}

.r-block--form-with-image .wp-block-group__inner-container figure {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	max-width: 100vw;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.r-block--form-with-image .wp-block-group__inner-container figure img {
	width: 100%;
}

@media screen and (min-width:768px) {
	.r-block--form-with-image .wp-block-group__inner-container figure {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 55%;
		flex: 1 0 55%;
		margin: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width:991px) {
	.r-block--form-with-image .wp-block-group__inner-container {
		padding: 0;
	}
}

.r-block--form-with-image.visible {
	opacity: 1;
}

@media screen and (min-width:992px) {
	.r-block--form-with-image {
		margin-top: -18rem;
	}
}

.r-block--cover-landing-hero {
	-webkit-box-align: inherit;
	-ms-flex-align: inherit;
	align-items: inherit;
	height: 100vh;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	max-height: 80vh;
	padding: calc(30px * 2) 0;
	width: auto;
	z-index: 1;
}

.r-block--cover-landing-hero .has-background-dim {
	margin: 0;
}

.r-block--cover-landing-hero .wp-block-cover__inner-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	max-width: 992px;
	padding: 0 30px;
}

.r-block--cover-landing-hero .wp-block-cover__inner-container .wp-block-image {
	left: 50%;
	margin: 0;
	max-width: 300px;
	position: absolute;
	top: calc(30px * 2);
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	width: 100%;
}

.r-block--cover-landing-hero .wp-block-cover__inner-container h1, .r-block--cover-landing-hero .wp-block-cover__inner-container p {
	max-width: 620px;
}

.r-block--cover-landing-hero .wp-block-cover__inner-container h1 {
	font-size: 2.75rem;
	margin-bottom: .5rem;
	margin-top: 5rem;
}

@media screen and (min-width:768px) {
	.r-block--cover-landing-hero .wp-block-cover__inner-container h1 {
		margin-top: 0;
		font-size: 4.375rem;
	}
}

.r-block--cover-landing-hero .wp-block-cover__inner-container p {
	font-size: 1.5rem;
}

.r-block--cover-landing-hero .wp-block-cover__inner-container p:last-of-type {
	margin: 0;
}

@media screen and (min-width:768px) {
	.r-block--cover-landing-hero .wp-block-cover__inner-container p {
		font-size: 1.875rem;
	}
}

.r-block--cover-landing-hero.has-bg-striped-dark:before {
	opacity: .15;
}

.r-block--cover-landing-hero.has-bg-striped-dark .wp-block-cover__image-background {
	z-index: -1;
}

.r-block--cover-landing-hero.landing-hero-1 .wp-block-cover__inner-container {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.r-block--cover-landing-hero.landing-hero-2 .wp-block-cover__inner-container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: calc(30px * 4);
}

@media screen and (min-width:768px) {
	.r-block--cover-landing-hero {
		min-height: 825px;
	}
}

.r-block--cards-pricing>.wp-block-group__inner-container {
	margin: 0;
	max-width: 1200px;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.r-block--cards-pricing .pricing-toggle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3rem;
}

.r-block--cards-pricing .pricing-toggle>span {
	font-family: Bulmer, serif;
	font-style: italic;
	margin: 0;
}

.r-block--cards-pricing .pricing-toggle>div {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 2px solid #3d3d3d;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 45px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 5px;
	position: relative;
}

.r-block--cards-pricing .pricing-toggle>div:before {
	background-color: #3d3d3d;
	border-radius: 50px;
	content: "";
	height: calc(100% - 2px);
	left: 1px;
	position: absolute;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
	width: 50%;
}

.r-block--cards-pricing .pricing-toggle>div.off:before {
	left: calc(50% - 1px);
}

.r-block--cards-pricing .pricing-toggle>div.off label:first-of-type {
	color: #3d3d3d;
}

.r-block--cards-pricing .pricing-toggle>div.off label:last-of-type {
	color: #fff;
}

.r-block--cards-pricing .pricing-toggle label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50px;
	color: #3d3d3d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	height: 100%;
	padding: 4px 1.75rem 0 1.75rem;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	width: 100%;
}

.r-block--cards-pricing .pricing-toggle label:first-of-type {
	color: #fff;
}

.r-block--cards-pricing .pricing-toggle input {
	cursor: pointer;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.r-block--cards-pricing .wp-block-columns {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.r-block--cards-pricing .wp-block-columns.active {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.r-block--cards-pricing .wp-block-columns:not(.active) {
	opacity: 0;
	-webkit-transform: scale3d(.95, .95, .95);
	transform: scale3d(.95, .95, .95);
}

@media screen and (max-width:781px) {
	.r-block--cards-pricing .wp-block-columns .wp-block-column {
		margin-bottom: 1.5rem;
	}
}

@media screen and (max-width:781px) {
	.r-block--cards-pricing .wp-block-columns {
		display: block;
	}
}

.r-block--card-pricing {
	background-color: #fff;
	color: #242424;
	height: 100%;
}

.r-block--card-pricing>.wp-block-group__inner-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.r-block--card-pricing>.wp-block-group__inner-container>p {
	line-height: 1.25;
	margin-bottom: 1.5rem;
	text-wrap: balance;
}

.r-block--card-pricing h2 {
	margin: 0 0 1.5rem;
	padding: 1rem 1rem .5rem;
	text-align: center;
}

.r-block--card-pricing p {
	text-align: center;
	font-size: 1.25rem;
	text-wrap: balance;
}

.r-block--card-pricing ul {
	margin: 0;
}

.r-block--card-pricing ul li {
	border-bottom: 1px solid #cdcdcd;
	font-weight: 700;
	list-style: none;
	margin: 0;
	padding: .5rem .5rem .25rem;
	text-align: center;
	text-wrap: balance;
	font-size: 1rem;
}

.r-block--card-pricing ul li:last-of-type {
	border: none;
}

.r-block--card-pricing .card-pricing__price {
	margin-bottom: 2.5rem;
}

.r-block--card-pricing .card-pricing__price p:first-child {
	margin-bottom: .5rem;
	font-size: 1.125rem;
}

.r-block--card-pricing .card-pricing__price p:nth-child(2) {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: .5rem;
	font-size: 1.875rem;
}

.r-block--card-pricing .card-pricing__price p:nth-child(2) strong {
	line-height: 1;
	font-size: 3.75rem;
}

.r-block--card-pricing .card-pricing__price p:nth-child(3) {
	font-style: italic;
	margin: 0;
}

.r-block--card-pricing .card-pricing__price p:nth-child(4) {
	font-size: 1.125rem;
}

.r-block--card-pricing .card-pricing__list p {
	font-weight: 700;
	font-size: 1.5rem;
}

.r-block--card-pricing .card-pricing__list p strong {
	font-family: Intervogue, sans-serif;
}

@media screen and (max-width:781px) {
	.r-block--card-pricing {
		margin-bottom: 2.5rem;
	}
}

.r-block--whitepaper-download {
	-webkit-animation: CTAGradient 20s ease infinite;
	animation: CTAGradient 20s ease infinite;
	background: linear-gradient(145deg, #9ad6de, #ce3530, #735aa0, #efe7db);
	background-size: 200% 100%;
}

.r-block--whitepaper-download>.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
}

.r-block--whitepaper-download .wp-block-columns {
	margin: 0;
}

.r-block--whitepaper-download h2 {
	margin-bottom: .5rem;
	margin-top: 0;
	font-size: 2.25rem;
}

.r-block--whitepaper-download p.is-font-secondary {
	font-size: 1.75rem;
}

.r-block--whitepaper-download .frm-disclaimer {
	margin: 0;
	font-size: 1rem;
}

.r-block--whitepaper-download .frm-disclaimer a {
	color: #fff;
	font-size: inherit;
	text-decoration: underline;
}

.r-block--logo-grid {
	padding: 50px 0;
}

.r-block--logo-grid>.wp-block-group__inner-container {
	gap: 10px;
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.r-block--logo-grid>.wp-block-group__inner-container .wp-block-image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(20% - 10px);
	flex: 0 0 calc(20% - 10px);
}

@media screen and (max-width:1151px) {
	.r-block--logo-grid>.wp-block-group__inner-container .wp-block-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(25% - 10px);
		flex: 0 0 calc(25% - 10px);
	}
}

@media screen and (max-width:825px) {
	.r-block--logo-grid>.wp-block-group__inner-container .wp-block-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(33.3% - 10px);
		flex: 0 0 calc(33.3% - 10px);
	}
}

@media screen and (max-width:599px) {
	.r-block--logo-grid>.wp-block-group__inner-container .wp-block-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(50% - 10px);
		flex: 0 0 calc(50% - 10px);
	}
}

.r-block--logo-grid img {
	max-width: 190px;
	width: 100%;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

@media screen and (max-width:1151px) {
	.r-block--logo-grid.logo-grid--alt .wp-block-image {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(20% - 10px);
		flex: 0 0 calc(20% - 10px);
	}
}

@media screen and (max-width:825px) {
	.r-block--logo-grid.logo-grid--alt .wp-block-image {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 calc(33.3% - 10px) !important;
		flex: 0 0 calc(33.3% - 10px) !important;
	}
}

.r-block--logo-grid.logo-grid--alt img {
	max-width: none;
}

.r-block--device-showcases>.wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 30px;
}

.r-block--device-showcase>.wp-block-group__inner-container {
	padding: 0;
	position: relative;
}

.r-block--device-showcase a {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.r-block--device-showcase h3 {
	margin: 0;
	text-align: center;
	font-size: 1.5rem;
}

@media screen and (min-width:600px) {
	.r-block--device-showcase figure {
		margin: 0 auto;
		max-width: 350px;
	}
}

.r-block--device-showcase img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.r-block--device-showcase .wp-block-buttons {
	visibility: hidden;
}

.r-block--device-showcase:hover img {
	-webkit-transform: scale3d(1.015, 1.015, 1.015);
	transform: scale3d(1.015, 1.015, 1.015);
}

.r-quote--featured .wp-block-quote {
	margin-bottom: 0 !important;
	padding: 5rem 0 0 0 !important;
}

.r-quote--featured .wp-block-quote cite, .r-quote--featured .wp-block-quote p {
	color: inherit !important;
}

.r-quote--featured .wp-block-quote p {
	font-size: 30px !important;
}

.r-quote--featured .wp-block-quote:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-quotes-purple.svg");
}

.r-quote--featured .wp-block-group:before {
	opacity: .1;
}

.r-quote--featured.quote-alt .wp-block-quote:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-quotes-purple-alt.svg");
}

.r-block--cover-hero {
	min-height: auto !important;
	overflow: visible;
	padding: 100px 0 30px;
	width: auto;
}

.r-block--cover-hero:before {
	z-index: 1 !important;
}

.r-block--cover-hero .wp-block-cover__background {
	margin: 0;
}

@media screen and (min-width:992px) and (min-height:999px) {
	.r-block--cover-hero .wp-block-cover__inner-container {
		margin-top: -100px;
	}
}

.r-block--cover-hero .subtext {
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 5px;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media screen and (min-width:782px) {
	.r-block--cover-hero .subtext {
		font-size: 54px;
	}
}

.r-block--cover-hero h1 {
	font-size: 46px;
	letter-spacing: 1px;
}

@media screen and (min-width:782px) {
	.r-block--cover-hero h1 {
		font-size: 72px;
		letter-spacing: 5px;
	}
}

.r-block--cover-hero p {
	font-size: 32px;
	margin-bottom: 0;
}

.r-block--cover-hero p:not(.subtext) {
	font-family: Bulmer, serif;
	line-height: 1.2;
}

@media screen and (min-width:782px) {
	.r-block--cover-hero p {
		font-size: 46px;
	}
}

.r-block--cover-hero .wp-block-buttons {
	margin-top: 2.5rem;
}

.r-block--cover-hero:after {
	bottom: -70px;
	content: "";
	height: 75px;
	min-height: auto;
	position: absolute;
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

@media screen and (min-width:768px) {
	.r-block--cover-hero {
		padding: 100px 0 200px 0;
	}
}

@media screen and (min-width:992px) {
	.r-block--cover-hero {
		min-height: 75vh !important;
	}
}

.r-block--simple-columns {
	padding: 0;
	width: auto;
}

.r-block--simple-columns .wp-block-group__inner-container h2 {
	margin-bottom: 1rem;
	margin-top: 0;
}

.r-block--simple-columns .wp-block-columns {
	margin-bottom: 0;
	margin-top: 2.5rem;
}

@media screen and (min-width:782px) {
	.r-block--simple-columns .wp-block-columns .wp-block-column {
		margin-bottom: 0;
	}
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure {
	width: 100%;
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure a {
	display: block;
	margin-bottom: 1rem;
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure a img {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure a+figcaption {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure a:focus img, .r-block--simple-columns .wp-block-columns .wp-block-image figure a:hover img {
	-webkit-transform: scale3d(1.15, 1.15, 1.15);
	transform: scale3d(1.15, 1.15, 1.15);
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure a:focus+figcaption, .r-block--simple-columns .wp-block-columns .wp-block-image figure a:hover+figcaption {
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
}

.r-block--simple-columns .wp-block-columns .wp-block-image figure figcaption {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 0;
}

.r-block--simple-columns .wp-block-columns.columns-wide-gap {
	gap: 2.5em;
}

@media screen and (min-width:992px) {
	.r-block--simple-columns .wp-block-columns.columns-wide-gap {
		gap: 5em;
	}
}

@media screen and (min-width:992px) {
	.r-block--simple-columns .wp-block-columns {
		margin-top: 5rem;
	}
}

.r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group {
	padding-bottom: 2.5em;
	position: relative;
}

.r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group h2, .r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group p {
	color: #fff;
}

.r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group h3 {
	display: block;
	margin-bottom: 10px;
}

.r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group h3 em {
	font-weight: 600;
}

.r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group>.wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width:992px) {
	.r-block--simple-columns.columns-case-story>.wp-block-group__inner-container>.wp-block-group {
		padding-bottom: 0;
	}
}

.r-block--simple-columns.columns-case-story .wp-block-column {
	margin-bottom: 30px;
}

.r-block--simple-columns.columns-case-story .wp-block-column>.wp-block-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.r-block--simple-columns.columns-case-story .wp-block-column>.wp-block-group .wp-block-group {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	background-color: #efe7db;
	margin: -100px 30px 0 30px;
	max-width: 500px;
	padding: 30px;
}

@media screen and (min-width:992px) {
	.r-block--simple-columns.columns-case-story .wp-block-column>.wp-block-group .wp-block-group {
		margin: -150px 30px 0 30px;
	}
}

@media screen and (min-width:992px) {
	.r-block--simple-columns.columns-case-story .wp-block-column {
		margin-bottom: 0;
	}
}

@media screen and (max-width:991px) {
	.r-block--simple-columns.columns-case-story .wp-block-columns .wp-block-column>.wp-block-group {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 0;
		margin-left: -30px;
		margin-right: -30px;
	}
	
	.r-block--simple-columns.columns-case-story .wp-block-columns .wp-block-column>.wp-block-group .wp-block-group {
		margin: 0;
		margin-left: -30px;
		margin-top: 50px;
	}
}

.r-block--content-image {
	margin-left: -30px;
	margin-right: -30px;
}

.r-block--content-image.content-overlap {
	position: relative;
	z-index: 1;
}

@media screen and (max-width:991px) {
	.r-block--content-image.content-overlap .wp-block-media-text__content, .r-block--content-image.content-overlap .wp-block-media-text__media {
		grid-column: 1;
		grid-row: 1;
	}
}

.r-block--content-image.content-overlap .wp-block-media-text__media {
	position: relative;
}

@media screen and (min-width:992px) {
	.r-block--content-image.content-overlap .wp-block-media-text__media {
		left: 0;
		width: calc(200% - 200px);
	}
}

.r-block--content-image.content-overlap .wp-block-media-text__content {
	padding: 0;
	width: 100%;
}

.r-block--content-image.content-overlap .wp-block-media-text__content h2 {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 15px;
	margin-top: 0;
	text-transform: uppercase;
}

.r-block--content-image.content-overlap .wp-block-media-text__content p {
	font-family: Bulmer, serif;
}

.r-block--content-image.content-overlap .wp-block-media-text__content>div {
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: -50px;
	padding: 30px;
	position: relative;
	z-index: 2;
}

@media screen and (min-width:992px) {
	.r-block--content-image.content-overlap .wp-block-media-text__content>div {
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		margin-top: 100px;
		padding: 80px;
	}
}

@media screen and (max-width:991px) {
	.r-block--content-image.content-overlap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.r-block--content-image.content-dark .wp-block-media-text__content h2, .r-block--content-image.content-dark .wp-block-media-text__content p {
	color: #fff;
}

.r-block--content-image.has-media-on-the-right .wp-block-media-text__media {
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

@media screen and (min-width:992px) {
	.r-block--content-image.has-media-on-the-right .wp-block-media-text__media {
		left: -50%;
	}
}

.r-block--content-image.has-media-on-the-right .wp-block-media-text__content {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media screen and (min-width:992px) {
	.r-block--content-image.overlap-top {
		margin-top: -150px;
	}
}

@media screen and (min-width:992px) {
	.r-block--content-image {
		margin-left: -80px;
		margin-right: -80px;
	}
}

.wp-block-eedee-block-gutenslider {
	z-index: 1;
}

.eedee-swiper-outer, .r-block--group-case-story-slides {
	margin-top: -50px !important;
	padding-bottom: 2.5rem;
	position: relative;
	z-index: 1;
}

.eedee-swiper-outer .slide-content, .r-block--group-case-story-slides .slide-content {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	padding: 0 !important;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .slide-content, .r-block--group-case-story-slides .slide-content {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.eedee-swiper-outer .case-story-slide, .r-block--group-case-story-slides .case-story-slide {
	width: 100%;
}

.eedee-swiper-outer .case-story-slide .wp-block-group__inner-container, .r-block--group-case-story-slides .case-story-slide .wp-block-group__inner-container {
	margin-top: -50px;
	padding-top: 50px;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide .wp-block-group__inner-container, .r-block--group-case-story-slides .case-story-slide .wp-block-group__inner-container {
		margin-top: 0;
		padding-top: 0;
	}
}

.eedee-swiper-outer .case-story-slide .wp-block-columns, .r-block--group-case-story-slides .case-story-slide .wp-block-columns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	gap: 0;
	margin-bottom: 2.5rem;
}

.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child {
	padding: 0 1rem 1rem;
	position: relative;
}

.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child .wp-block-group, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child .wp-block-group {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child .wp-block-group, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child .wp-block-group {
		margin-right: 50px;
	}
}

.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child p, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child p {
	font-weight: 700;
	line-height: 1;
	font-size: 1.125rem;
}

.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child p:first-of-type, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child p:first-of-type {
	margin-right: 15px;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child p:first-of-type, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child p:first-of-type {
		margin-right: 20px;
	}
}

.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child p em, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child p em {
	color: #3d3d3d;
	font-family: Bulmer, serif;
	font-weight: 400;
}

.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child:after, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child:after {
	content: "";
	height: 100%;
	left: 0;
	opacity: 1;
	opacity: .7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child:after, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child:after {
		width: 100vw;
	}
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide .wp-block-columns .wp-block-column:last-child, .r-block--group-case-story-slides .case-story-slide .wp-block-columns .wp-block-column:last-child {
		padding: 0 1rem 1rem 2.5rem;
	}
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide .wp-block-columns, .r-block--group-case-story-slides .case-story-slide .wp-block-columns {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 2em;
	}
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .case-story-slide, .r-block--group-case-story-slides .case-story-slide {
		margin: 0 auto;
		max-width: 1200px !important;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 50px;
	}
}

.eedee-swiper-outer .wp-block-quote p, .r-block--group-case-story-slides .wp-block-quote p {
	font-family: Bulmer, serif;
	font-style: italic;
	line-height: 1.25;
	margin-bottom: 30px;
	padding-top: 80px;
	position: relative;
	font-size: 1.5rem;
}

.eedee-swiper-outer .wp-block-quote p:before, .r-block--group-case-story-slides .wp-block-quote p:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-quotes-black.svg");
	content: "";
	height: 40px;
	left: 50%;
	position: absolute;
	top: 30px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 65px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .wp-block-quote p:before, .r-block--group-case-story-slides .wp-block-quote p:before {
		height: 45px;
		top: 40px;
		width: 75px;
	}
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .wp-block-quote p, .r-block--group-case-story-slides .wp-block-quote p {
		padding-top: 90px;
		font-size: 1.75rem;
	}
}

.eedee-swiper-outer .wp-block-quote cite, .r-block--group-case-story-slides .wp-block-quote cite {
	font-style: normal;
}

.eedee-swiper-outer .wp-block-image, .r-block--group-case-story-slides .wp-block-image {
	margin-bottom: 1.5rem;
	margin-left: -1rem;
	margin-right: -1rem;
	position: relative;
	z-index: 1;
}

.eedee-swiper-outer .wp-block-image img, .r-block--group-case-story-slides .wp-block-image img {
	width: 100%;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .wp-block-image, .r-block--group-case-story-slides .wp-block-image {
		margin-left: auto;
		margin-right: auto;
		margin-top: -2.5rem;
	}
}

.eedee-swiper-outer .wp-block-buttons, .r-block--group-case-story-slides .wp-block-buttons {
	margin-bottom: 2.5rem;
}

.eedee-swiper-outer .wp-block-button .wp-block-button__link, .r-block--group-case-story-slides .wp-block-button .wp-block-button__link {
	border: 1px solid #9ad6de;
}

.eedee-swiper-outer .eedee-gutenslider-pagination, .r-block--group-case-story-slides .eedee-gutenslider-pagination {
	bottom: 30px !important;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .eedee-gutenslider-pagination, .r-block--group-case-story-slides .eedee-gutenslider-pagination {
		bottom: 50% !important;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 5px;
		right: 12px;
		-webkit-transform: translateY(50%) !important;
		transform: translateY(50%) !important;
	}
}

@media screen and (min-width:1201px) {
	.eedee-swiper-outer .eedee-gutenslider-pagination, .r-block--group-case-story-slides .eedee-gutenslider-pagination {
		left: calc(50vw + 540px) !important;
		right: auto !important;
	}
}

.eedee-swiper-outer .swiper-pagination-bullet, .r-block--group-case-story-slides .swiper-pagination-bullet {
	background-color: #fff !important;
	border: 1px solid #3d3d3d;
	height: 10px !important;
	opacity: 1 !important;
	width: 10px !important;
}

.eedee-swiper-outer .swiper-pagination-bullet.swiper-pagination-bullet-active, .r-block--group-case-story-slides .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ce3530 !important;
	border-color: #ce3530 !important;
}

.eedee-swiper-outer .eedee-gutenslider-nav, .r-block--group-case-story-slides .eedee-gutenslider-nav {
	bottom: 125px !important;
	height: 9px !important;
	top: auto !important;
	-webkit-transform-origin: center;
	transform-origin: center;
	width: 30px !important;
}

.eedee-swiper-outer .eedee-gutenslider-nav:after, .r-block--group-case-story-slides .eedee-gutenslider-nav:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	bottom: 1.5rem;
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.eedee-swiper-outer .eedee-gutenslider-nav svg, .r-block--group-case-story-slides .eedee-gutenslider-nav svg {
	display: none !important;
}

.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-prev, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-prev {
	bottom: 10px !important;
	left: 15px !important;
}

.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-prev:after, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-prev:after {
	-webkit-transform: rotate(180deg) !important;
	transform: rotate(180deg) !important;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-prev, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-prev {
		bottom: 125px !important;
		left: auto !important;
		right: 90px !important;
	}
}

@media screen and (min-width:1201px) {
	.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-prev, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-prev {
		left: calc(50vw + 480px) !important;
		right: auto !important;
	}
}

.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-next, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-next {
	bottom: 10px !important;
	right: 45px !important;
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-next, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-next {
		bottom: 125px !important;
		left: auto !important;
		right: 45px !important;
	}
}

@media screen and (min-width:1201px) {
	.eedee-swiper-outer .eedee-gutenslider-nav.eedee-gutenslider-next, .r-block--group-case-story-slides .eedee-gutenslider-nav.eedee-gutenslider-next {
		left: calc(50vw + 525px) !important;
		right: auto !important;
	}
}

@media screen and (min-width:992px) {
	.eedee-swiper-outer, .r-block--group-case-story-slides {
		padding-bottom: 0;
	}
}

.r-block--columns-stats {
	gap: 5em;
}

.r-block--columns-stats .wp-block-column {
	position: relative;
}

.r-block--columns-stats .wp-block-column:after {
	background-color: #cdcdcd;
	bottom: -2.5em;
	content: "";
	height: 2px;
	left: 50%;
	max-width: 300px;
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 60%;
}

@media screen and (min-width:992px) {
	.r-block--columns-stats .wp-block-column:after {
		height: 60%;
		left: auto;
		right: -4.5em;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
		width: 2px;
	}
}

.r-block--columns-stats .wp-block-column:last-child:after {
	content: none;
}

@media screen and (min-width:992px) {
	.r-block--columns-stats {
		gap: 9em;
	}
}

.r-block--stat {
	margin: 0 auto;
	max-width: 300px;
	position: relative;
}

.r-block--stat h2 {
	font-weight: 400;
	font-size: 4.5rem;
}

.r-block--hero-primary {
	margin-bottom: 5rem;
}

.r-block--hero-primary .wp-block-group {
	padding: calc(7.5rem + 70px) 0 15rem 0;
}

@media screen and (max-width:991px) {
	.r-block--hero-primary .wp-block-group {
		padding: calc(2.5rem + 70px) 0 12.5rem 0;
	}
}

.r-block--hero-primary .wp-block-columns {
	margin-bottom: 0;
}

.r-block--hero-primary .case-story--headline {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 50px;
	max-width: 450px;
	text-wrap: balance;
}

.r-block--hero-primary h1 {
	font-size: 4.25rem;
	line-height: 1.15;
	margin: 0;
}

.r-block--hero-primary h1 span {
	text-transform: none;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
}

@media screen and (max-width:991px) {
	.r-block--hero-primary h1 {
		font-size: 3rem;
	}
}

.r-block--hero-primary .wp-block-buttons {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.r-block--hero-primary .wp-block-buttons .wp-block-button .wp-block-button__link {
	border-width: 1px;
	font-family: Intervogue, sans-serif;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.r-block--hero-primary .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	background-color: #ce3530;
	border-color: #ce3530 !important;
	color: #fff;
}

@media screen and (max-width:991px) {
	.r-block--hero-primary .wp-block-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.r-block--hero-primary .wp-block-image {
	margin-top: -10rem;
}

.r-block--hero-primary.has-no-image .wp-block-group {
	padding: calc(5rem + 70px) 0 7.5rem 0;
}

@media screen and (max-width:991px) {
	.r-block--hero-primary.has-no-image .wp-block-group {
		padding: calc(2.5rem + 70px) 0 4em 0;
	}
}

.r-block--hero-primary.has-padding-bottom-small .wp-block-group {
	padding: calc(5rem + 70px) 0 3rem 0;
}

.r-block--hero-primary.has-padding-bottom-small .wp-block-group .case-story--headline {
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.r-block--hero-primary.has-padding-bottom-small .wp-block-group {
		padding: calc(2.5rem + 70px) 0 4em 0;
	}
}

@media screen and (max-width:991px) {
	.r-block--hero-primary {
		margin-bottom: 0;
	}
}

.wp-block-frm-modal-button .wp-block-frm-modal-button__link {
	display: block !important;
}

.is-mobile-video {
	display: none !important;
}

.is-mobile-video .wp-block-group__inner-container {
	padding: 0;
}

.is-mobile-video .wp-block-group__inner-container .wp-block-frm-modal-button {
	width: 100%;
}

.is-mobile-video .wp-block-group__inner-container .wp-block-frm-modal-button .wp-block-frm-modal-button__link {
	aspect-ratio: 16/9;
	background: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/optimized/rev-d446c01/werremeyer.com/wp-content/uploads/2024/12/agency-essence-video-thumbnail.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: transparent;
	font-size: 0;
	text-decoration: none;
	width: 100%;
}

.is-mobile-video .wp-block-group__inner-container .wp-block-frm-modal-button .wp-block-frm-modal-button__link:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-play-alt.svg");
	width: 50vw;
	max-width: 60px;
}

html.touchevents .is-desktop-video {
	display: none;
}

html.touchevents .is-mobile-video {
	display: block !important;
}

.page-template-default .entry-header {
	margin: 5rem 0;
}

.archive, .blog, .home, .page-template-page-primary, .single-case-story, .single-post {
	padding-top: 0 !important;
}

.archive header:not(.entry-header), .blog header:not(.entry-header), .home header:not(.entry-header), .page-template-page-primary header:not(.entry-header), .single-case-story header:not(.entry-header), .single-post header:not(.entry-header) {
	position: fixed;
}

.archive .site-header .site-header__primary, .blog .site-header .site-header__primary, .home .site-header .site-header__primary, .page-template-page-primary .site-header .site-header__primary, .single-case-story .site-header .site-header__primary, .single-post .site-header .site-header__primary {
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.archive:not(.is-scrolling) .site-header, .blog:not(.is-scrolling) .site-header, .home:not(.is-scrolling) .site-header, .page-template-page-primary:not(.is-scrolling) .site-header, .single-case-story:not(.is-scrolling) .site-header, .single-post:not(.is-scrolling) .site-header {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.archive:not(.is-scrolling) .site-header__primary, .blog:not(.is-scrolling) .site-header__primary, .home:not(.is-scrolling) .site-header__primary, .page-template-page-primary:not(.is-scrolling) .site-header__primary, .single-case-story:not(.is-scrolling) .site-header__primary, .single-post:not(.is-scrolling) .site-header__primary {
	background: 0 0;
}

.archive:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a, .blog:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a, .home:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a, .page-template-page-primary:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a, .single-case-story:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a, .single-post:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a {
	color: #fff;
}

.archive:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:active, .archive:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:focus, .archive:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:hover, .blog:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:active, .blog:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:focus, .blog:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:hover, .home:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:active, .home:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:focus, .home:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:hover, .page-template-page-primary:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:active, .page-template-page-primary:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:focus, .page-template-page-primary:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:hover, .single-case-story:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:active, .single-case-story:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:focus, .single-case-story:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:hover, .single-post:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:active, .single-post:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:focus, .single-post:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:hover {
	color: #fff;
}

.archive:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:after, .blog:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:after, .home:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:after, .page-template-page-primary:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:after, .single-case-story:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:after, .single-post:not(.is-scrolling) .site-header__primary .menu-item:not(.current-menu-parent):not(.current-page-ancestor):not(.current-menu-item) a:after {
	background-color: #fff;
}

.archive:not(.is-scrolling) .site-branding .custom-logo-link svg path, .blog:not(.is-scrolling) .site-branding .custom-logo-link svg path, .home:not(.is-scrolling) .site-branding .custom-logo-link svg path, .page-template-page-primary:not(.is-scrolling) .site-branding .custom-logo-link svg path, .single-case-story:not(.is-scrolling) .site-branding .custom-logo-link svg path, .single-post:not(.is-scrolling) .site-branding .custom-logo-link svg path {
	fill: #fff;
}

.archive:not(.page-password-protected) .entry-header, .blog:not(.page-password-protected) .entry-header, .home:not(.page-password-protected) .entry-header, .page-template-page-primary:not(.page-password-protected) .entry-header, .single-case-story:not(.page-password-protected) .entry-header, .single-post:not(.page-password-protected) .entry-header {
	display: none;
}

.search.search-results h1 span {
	font-family: Bulmer, serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.search article {
	border-bottom: 1px solid #cdcdcd;
	padding: 2.5rem 0;
}

.search article h2 {
	margin: 0 0 1.5rem 0;
}

.search article h2 a {
	font-family: Bulmer, serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.search article p {
	margin: 0;
}

.archive .site-main, .blog .site-main {
	position: relative;
	z-index: 1;
}

.archive .card--featured .card__content, .blog .card--featured .card__content {
	background-color: #fff;
	margin-left: 3rem;
	margin-right: 3rem;
	margin-top: -3rem;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:767px) {
	.archive .card--featured .card__content, .blog .card--featured .card__content {
		margin-left: 1.5rem;
		margin-right: 1.5rem;
		margin-top: -1.5rem;
	}
}

.archive .card--featured .card__title, .blog .card--featured .card__title {
	margin-bottom: .5rem;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}

.archive .card--featured .card__description, .blog .card--featured .card__description {
	display: block;
	font-family: Bulmer, serif;
	line-height: 1.25;
	margin-bottom: 2.5rem;
	font-size: 1.5rem;
}

@media screen and (max-width:991px) {
	.archive .card--featured, .blog .card--featured {
		margin-right: -30px;
		margin-left: -30px;
	}
}

.archive .card-featured__image, .blog .card-featured__image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 30vw;
}

@media screen and (min-width:768px) {
	.archive .card-featured__image, .blog .card-featured__image {
		min-height: auto;
	}
}

.archive .card-featured__content, .blog .card-featured__content {
	padding: 30px;
}

.archive .card-featured__content>div, .blog .card-featured__content>div {
	padding-bottom: 2.5rem;
	position: relative;
}

.archive .card-featured__content>div a, .blog .card-featured__content>div a {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.archive .card-featured__content>div a:hover+span:after, .blog .card-featured__content>div a:hover+span:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

@media screen and (min-width:768px) {
	.archive .card-featured__content, .blog .card-featured__content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		min-height: 40vw;
		padding: 5rem;
		padding-bottom: 5rem;
	}
}

.archive .grid--cards .o-grid__col, .blog .grid--cards .o-grid__col {
	margin-bottom: 30px;
}

.archive .cards, .blog .cards {
	margin: 2.5rem 0 5rem;
}

.archive .card, .blog .card {
	background-color: #fff;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.archive .card:hover .card__content:after, .blog .card:hover .card__content:after {
	-webkit-transform: translate3d(25%, 0, 0);
	transform: translate3d(25%, 0, 0);
}

.archive .card:hover .card__image img, .blog .card:hover .card__image img {
	-webkit-transform: scale(1.015, 1.015);
	transform: scale(1.015, 1.015);
}

.archive .card__image img, .blog .card__image img {
	height: auto;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	width: 100%;
}

.archive .card__content, .blog .card__content {
	padding: 2rem 1.5rem;
}

.archive .card__content:after, .blog .card__content:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: 2.5rem;
	content: "";
	height: 12px;
	left: 1.5rem;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	width: 35px;
}

.archive .card__title, .blog .card__title {
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 1.5rem;
	color: #3d3d3d;
}

.archive .card__description, .blog .card__description {
	display: block;
	font-family: Bulmer, serif;
	margin-bottom: 2.5rem;
	font-size: 1.125rem;
}

.archive .card__link, .blog .card__link {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
}

.blog .site-content .wp-block-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5rem;
}

.single-post .is-overlay-top {
	margin-bottom: 30px;
}

@media screen and (max-width:991px) {
	.single-post .is-overlay-top {
		margin-right: -30px;
		margin-left: -30px;
	}
}

.single-post .entry-thumbnail {
	margin-bottom: calc(2.5rem + 25px);
	position: relative;
}

.single-post .entry-thumbnail img {
	height: auto;
	width: 100%;
}

.single-post .entry-thumbnail:after, .single-post .entry-thumbnail:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.single-post .entry-thumbnail:before {
	top: 25px;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

@media screen and (min-width:768px) {
	.single-post .entry-thumbnail:before {
		top: 55px;
	}
}

.single-post .entry-thumbnail:after {
	top: 0;
	z-index: 1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .3;
}

@media screen and (min-width:768px) {
	.single-post .entry-thumbnail {
		margin-bottom: calc(2.5rem + 75px);
	}
}

.single-post .entry-header h1 {
	font-size: 2.25rem;
}

.single-post .entry-header h1:not(.has-text-color) {
	color: #ce3530;
}

@media screen and (min-width:768px) {
	.single-post .entry-header h1 {
		font-size: 4.5rem;
	}
}

.single-post .entry-content h2 {
	font-size: 1.875rem;
}

.single-post .entry-content .lede {
	margin-bottom: 2.5rem;
}

.single-post .entry-content p>a {
	text-decoration: underline;
}

.tags-links {
	display: block;
	margin: 2.5rem 0;
}

.tags-links a {
	border: 2px solid #ce3530;
	display: inline-block;
	line-height: 1;
	margin: 0 .5rem .5rem 0;
	padding: .5rem 1rem;
	font-size: 1.125rem;
}

.tags-links a:hover {
	background-color: #ce3530;
	color: #fff;
}

.single-team .content-area {
	padding-bottom: 2.5rem;
	position: relative;
}

.single-team .content-area:after {
	content: "";
	height: 300px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

.single-team .team-member__details {
	margin-top: 5rem;
	position: relative;
	z-index: 1;
}

.single-team .team-member__details .o-grid__col:last-child {
	background: #fff;
	padding-top: 2.5rem;
}

@media screen and (min-width:768px) {
	.single-team .team-member__details .o-grid__col:last-child {
		padding-left: calc(30px * 2);
		padding-right: 30px;
	}
}

.single-team .team-member__title {
	display: block;
	margin-bottom: .5rem;
	font-size: 1.5rem;
}

.single-team .team-member__name {
	margin-bottom: 1rem;
	font-size: 2.25rem;
}

.single-team .team-member__contact {
	margin-bottom: 2rem;
}

.single-team .team-member__contact>span {
	display: block;
	margin-bottom: 0;
	font-size: 1.125rem;
}

.single-team .team-member__contact>span a, .single-team .team-member__contact>span span {
	font-family: inherit;
	font-size: inherit;
}

.single-team .team-member__contact .wp-block-social-links {
	margin-top: .5rem;
}

.single-team .team-member__contact .wp-block-social-links li:hover {
	-webkit-transform: none;
	transform: none;
}

.single-team .team-member__contact .wp-block-social-links li a {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-linkedin-red.svg");
}

.single-team .team-member__contact .wp-block-social-links li a.nitro-lazy {
	background-image: none !important;
}

.single-team .team-member__content p {
	line-height: 1.5;
}

.single-team .wp-block-quote.is-style-large {
	margin-top: 2.5rem;
}

.page-template-page-process .is-image-hero {
	margin-bottom: 5rem;
}

.page-template-page-process .columns--process-content {
	margin-bottom: 3.5rem;
}

.page-template-page-process .columns--process-content .wp-block-column {
	margin-bottom: 2.5rem;
}

@media screen and (min-width:992px) {
	.page-template-page-process .columns--process-content .wp-block-column:first-child {
		padding-right: calc(30px * 2);
	}
}

.page-template-page-process .columns--process-content .wp-block-column:last-child {
	text-align: center;
}

@media screen and (min-width:600px) {
	.page-template-page-process .columns--process-content .wp-block-column {
		margin-bottom: 0;
	}
	
	.page-template-page-process .columns--process-content .wp-block-column:last-child {
		text-align: inherit;
	}
}

@media screen and (min-width:600px) {
	.page-template-page-process .columns--process-content {
		margin-bottom: 5rem;
	}
}

.page-template-page-process h2, .page-template-page-process h3 {
	margin-top: 0;
}

.single-case-story .entry-header {
	position: relative;
}

.single-case-story .entry-title {
	color: #ce3530;
	text-align: center;
	font-size: 2.25rem;
}

@media screen and (min-width:768px) {
	.single-case-story .entry-title {
		bottom: 0;
		color: #fff;
		display: block;
		left: 50%;
		position: absolute;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 100%;
		font-size: 4.5rem;
	}
}

@media screen and (min-width:992px) {
	.single-case-story .entry-title {
		font-size: 4.5rem;
	}
}

.single-case-story .entry-thumbnail {
	margin-bottom: 1.5rem;
	position: relative;
}

.single-case-story .entry-thumbnail img {
	height: auto;
	width: 100%;
}

.single-case-story .entry-thumbnail:after, .single-case-story .entry-thumbnail:before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (min-width:768px) {
	.single-case-story .entry-thumbnail:before {
		background: #000;
		background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(25%, #000), to(rgba(0, 212, 255, 0)));
		background: linear-gradient(0deg, #000 0, #000 25%, rgba(0, 212, 255, 0) 100%);
		opacity: .35;
	}
}

.single-case-story .entry-thumbnail:after {
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .3;
}

@media screen and (min-width:768px) {
	.single-case-story .entry-thumbnail {
		margin-bottom: 5rem;
	}
}

.single-case-story .entry-content .wp-block-columns .wp-block-group:not(.r-block--stat) h2 {
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 1.875rem;
}

@media screen and (max-width:781px) {
	.single-case-story .entry-content .wp-block-columns .wp-block-group:not(.r-block--stat) h2 {
		margin-bottom: 0;
	}
}

.single-case-story .entry-content .wp-block-columns .wp-block-group:not(.r-block--stat) p {
	font-family: Bulmer, serif;
}

.single-case-story .entry-content .wp-block-columns .wp-block-group:not(.r-block--stat) p:last-of-type {
	margin-bottom: 0;
}

.single-case-story .entry-content .has-separator-left {
	border-left: 2px solid #ce3530;
	padding-left: 1rem;
}

.single-case-story .entry-content .has-separator-left h2 {
	margin-bottom: 1rem;
}

.single-case-story .case-story--hero {
	margin-bottom: 5rem;
}

.single-case-story .case-story--hero .wp-block-group {
	padding: calc(7.5rem + 70px) 0 15rem 0;
}

@media screen and (max-width:991px) {
	.single-case-story .case-story--hero .wp-block-group {
		padding: calc(2.5rem + 70px) 0 12.5rem 0;
	}
}

.single-case-story .case-story--hero .wp-block-columns {
	margin-bottom: 0;
}

.single-case-story .case-story--hero .case-story--headline {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-bottom: 50px;
	max-width: 450px;
	text-wrap: balance;
}

.single-case-story .case-story--hero h1 {
	font-size: 4.25rem;
	line-height: 1.15;
	margin: 0;
}

@media screen and (max-width:991px) {
	.single-case-story .case-story--hero h1 {
		font-size: 3rem;
	}
}

.single-case-story .case-story--hero .wp-block-buttons {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.single-case-story .case-story--hero .wp-block-buttons .wp-block-button .wp-block-button__link {
	border-width: 1px;
	font-family: Intervogue, sans-serif;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.single-case-story .case-story--hero .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
	background-color: #ce3530;
	border-color: #ce3530 !important;
	color: #fff;
}

@media screen and (max-width:991px) {
	.single-case-story .case-story--hero .wp-block-buttons {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.single-case-story .case-story--hero .wp-block-image.alignwide {
	margin-top: -10rem;
}

@media screen and (max-width:991px) {
	.single-case-story .case-story--hero {
		margin-bottom: 0;
	}
}

.single-case-story .case-story--columns h3 {
	display: block;
	line-height: 1.5;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 1.5rem;
}

@media screen and (max-width:781px) {
	.single-case-story .case-story--columns h3 {
		margin-bottom: 0;
	}
}

@media screen and (max-width:599px) {
	.single-case-story .case-story--intro .wp-block-column:last-child {
		border: none;
		margin-top: 2.5rem;
		padding: 0;
		text-align: center;
	}
	
	.single-case-story .case-story--intro .wp-block-column:last-child ul {
		margin: 0;
	}
}

.page-template-page-landing .r-block--landing-process-intro {
	position: relative;
}

.page-template-page-landing .r-block--landing-process-intro .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 992px;
	padding-left: 30px;
	padding-right: 30px;
}

.page-template-page-landing .r-block--landing-process-intro:before {
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.page-template-page-landing .r-block--landing-process-intro .r-block--icon-grid {
	margin: 0 auto;
	width: 200px;
}

.page-template-page-landing .r-block--landing-process-intro .r-block--icon-grid a {
	pointer-events: none;
}

.page-template-page-landing .r-block--landing-process-intro h2 {
	margin-bottom: 2.5rem;
	margin-top: 0;
	font-size: 1.5rem;
}

.page-template-page-landing .r-block--landing-process-intro h3 {
	margin-top: 0;
	font-size: 2.25rem;
}

@media screen and (min-width:768px) {
	.page-template-page-landing .r-block--landing-process-intro h3 {
		font-size: 2.625rem;
	}
}

.page-template-page-landing .r-block--landing-process-intro p {
	font-family: Bulmer, serif;
	line-height: 1.3333333333;
	font-size: 1.5rem;
}

.page-template-page-landing .r-block--landing-process-intro p:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width:768px) {
	.page-template-page-landing .r-block--processes .wp-block-column {
		position: relative;
	}
	
	.page-template-page-landing .r-block--processes .wp-block-column:after {
		background-color: #cdcdcd;
		content: "";
		height: 100%;
		position: absolute;
		right: calc(30px / -2);
		top: 0;
		width: 1px;
	}
	
	.page-template-page-landing .r-block--processes .wp-block-column:last-child:after {
		content: none;
	}
}

.page-template-page-landing .r-block--processes .r-block--icon-process {
	height: 215px;
	margin-bottom: 1rem;
}

.page-template-page-landing .r-block--processes .r-block--icon-process a {
	pointer-events: none;
}

.page-template-page-landing .r-block--processes ul {
	list-style: none;
	margin: 0;
	text-align: center;
}

.page-template-page-landing .r-block--processes ul li {
	color: #777171;
	margin-bottom: .75rem;
	text-transform: uppercase;
	font-size: 1.125rem;
}

.page-template-page-landing .r-block--case-story-featured .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: calc(992px + 30px * 4);
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.page-template-page-landing .r-block--case-story-featured .group--case-story-overview {
	margin-bottom: 2rem;
	margin-left: -30px;
	margin-right: -30px;
}

.page-template-page-landing .r-block--case-story-featured .group--case-story-overview h2, .page-template-page-landing .r-block--case-story-featured .group--case-story-overview h2>* {
	font-weight: 400;
	margin-bottom: .5rem;
	margin-top: 0;
	text-transform: none;
}

.page-template-page-landing .r-block--case-story-featured .group--case-story-overview h2 span:first-of-type, .page-template-page-landing .r-block--case-story-featured .group--case-story-overview h2>* span:first-of-type {
	font-size: 1.5rem;
}

.page-template-page-landing .r-block--case-story-featured .group--case-story-overview h3 {
	font-weight: 400;
	margin-top: 0;
	font-size: 1.375rem;
}

.page-template-page-landing .r-block--case-story-featured .group--case-story-overview p {
	margin: 0;
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-preview {
	margin-bottom: 2.5rem;
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-preview .wp-block-columns {
	margin: 0;
	padding: 1rem;
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-preview .wp-block-columns .wp-block-column:first-child p {
	position: relative;
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-preview .wp-block-columns .wp-block-column:first-child p:before {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-eye-black.svg");
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 100%;
	height: 19px;
	leeft: 0;
	width: 40px;
}

@media screen and (min-width:600px) {
	.page-template-page-landing .r-block--case-story-featured .column--case-story-preview .wp-block-columns .wp-block-column:last-child {
		position: relative;
	}
	
	.page-template-page-landing .r-block--case-story-featured .column--case-story-preview .wp-block-columns .wp-block-column:last-child:before {
		background-color: #cdcdcd;
		content: "";
		height: 100%;
		left: calc(30px / -2);
		position: absolute;
		top: 0;
		width: 1px;
	}
}

@media screen and (min-width:600px) {
	.page-template-page-landing .r-block--case-story-featured .column--case-story-preview {
		margin-bottom: 0;
	}
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-description p:last-of-type {
	position: relative;
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-description a {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

.page-template-page-landing .r-block--case-story-featured .column--case-story-description:hover p:last-of-type:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

.page-template-page-landing .r-block--case-story-featured ul {
	list-style: none;
	margin: 2.5rem 0;
	text-align: center;
}

.page-template-page-landing .r-block--case-story-featured ul li {
	font-size: 16px;
	margin-bottom: .25rem;
}

.page-template-page-landing .r-block--case-story-featured ul li:last-of-type {
	margin: 0;
}

@media screen and (min-width:600px) {
	.page-template-page-landing .r-block--case-story-featured ul {
		margin: 0;
		text-align: inherit;
	}
}

.wp-block-separator {
	border-bottom: 0;
	border-color: #cdcdcd;
}

.columns--processes h3 {
	margin-top: 0;
	font-size: 2rem;
}

.r-block--landing-navigation-bar {
	display: block;
	padding: 1rem 0;
}

.r-block--landing-navigation-bar>.wp-block-column {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 0;
	margin-bottom: .5rem;
	padding: 2rem 0;
}

.r-block--landing-navigation-bar>.wp-block-column h2 {
	margin-bottom: 1rem;
	margin-top: 0;
	font-size: 1.3125rem;
}

.r-block--landing-navigation-bar>.wp-block-column:first-child {
	display: none;
}

.r-block--landing-navigation-bar>.wp-block-column:first-child img {
	max-width: 300px;
}

@media screen and (min-width:1200px) {
	.r-block--landing-navigation-bar>.wp-block-column:first-child img {
		max-width: 225px;
	}
}

.r-block--landing-navigation-bar>.wp-block-column:first-child p {
	font-style: italic;
	margin: 0;
	font-size: 1.125rem;
}

@media screen and (min-width:1200px) {
	.r-block--landing-navigation-bar>.wp-block-column:first-child {
		display: block;
	}
}

.r-block--landing-navigation-bar>.wp-block-column:nth-child(2) .wp-block-button__link {
	background-color: transparent;
	border: 2px solid #ee3124;
	border-radius: 0;
	color: #0b0204 !important;
	font-size: 1.5rem;
	font-style: italic;
	font-weight: 400;
	padding: .5rem 5rem .25rem 2.5rem;
	padding-bottom: 5px;
	text-transform: none;
}

.r-block--landing-navigation-bar>.wp-block-column:nth-child(2) .wp-block-button__link:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow-red.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
	height: 100%;
	left: auto;
	position: absolute;
	right: 2.5rem;
	top: 0;
	width: 30px;
}

.r-block--landing-navigation-bar>.wp-block-column:nth-child(2) .wp-block-button__link:hover {
	background: #ee3124;
	color: #fff !important;
}

.r-block--landing-navigation-bar>.wp-block-column:nth-child(2) .wp-block-button__link:hover:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-arrow.svg");
}

.r-block--landing-navigation-bar>.wp-block-column:last-child {
	border: none;
}

.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-button__link {
	font-family: Intervogue, sans-serif;
	padding-bottom: 0;
	padding-left: 0;
	padding-top: 0;
	text-align: left;
}

.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-columns {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-columns .wp-block-column:nth-child(2) {
	margin-left: 15px;
}

@media screen and (max-width:1199px) {
	.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-columns h2 {
		text-align: center;
	}
}

@media screen and (min-width:1200px) {
	.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-columns figure {
		margin: 0;
	}
	
	.r-block--landing-navigation-bar>.wp-block-column:last-child .wp-block-columns .wp-block-button__link {
		font-size: 1rem;
	}
}

@media screen and (max-width:1199px) {
	.r-block--landing-navigation-bar>.wp-block-column {
		margin-left: 0 !important;
	}
}

@media screen and (min-width:1200px) {
	.r-block--landing-navigation-bar>.wp-block-column {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		border-right: 1px solid #777171;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.r-block--landing-navigation-bar .jumplink-container {
	position: relative;
}

.r-block--landing-navigation-bar .jumplink-container .wp-block-button.jumplink a {
	pointer-events: none;
}

.r-block--landing-navigation-bar .jumplink-container>.jumplink {
	bottom: 0;
	left: 0;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.r-block--landing-navigation-bar .jumplink-container:hover .wp-block-button.jumplink a:after {
	-webkit-transform: translate3d(5px, 0, 0);
	transform: translate3d(5px, 0, 0);
}

@media screen and (min-width:1200px) {
	.r-block--landing-navigation-bar {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}
}

.r-block--landing-hero-form {
	margin-top: -150px;
	position: relative;
}

.r-block--landing-hero-form:before {
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

.r-block--landing-hero-form .wp-block-group__inner-container {
	margin: 0 auto;
	max-width: 992px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	z-index: 1;
}

.r-block--landing-hero-form form {
	background-color: #ce3530;
	padding: calc(30px * 1.5) 30px;
	-webkit-animation: CTAGradient 20s ease infinite;
	animation: CTAGradient 20s ease infinite;
	background: linear-gradient(145deg, #9ad6de, #ce3530, #735aa0, #efe7db);
	background-size: 200% 100%;
}

.r-block--landing-hero-form form .frm_description p, .r-block--landing-hero-form form h2 {
	color: #fff;
	text-align: center;
}

.r-block--landing-hero-form form h2 {
	margin: 1rem 0;
}

.r-block--landing-hero-form form .frm_description, .r-block--landing-hero-form form .frm_description p {
	margin-top: 0;
}

.r-block--landing-hero-form form .frm_description {
	margin-bottom: 2.5rem;
}

.r-block--landing-hero-form form .frm_primary_label {
	color: #fff;
}

.r-block--landing-hero-form form .frm_fields_container>p {
	color: #fff;
	margin: 0;
}

.r-block--landing-hero-form form .frm_fields_container>p a {
	color: #fff;
	text-decoration: underline;
}

.r-block--landing-hero-form form input[type=email], .r-block--landing-hero-form form input[type=text], .r-block--landing-hero-form form textarea {
	border-color: #fff;
}

.r-block--landing-hero-form form .frm_submit .frm_button_submit {
	background-color: #735aa0 !important;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 600;
	margin: 0 auto;
	padding: 16px 32px !important;
	text-transform: none !important;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.r-block--landing-hero-form form .frm_submit .frm_button_submit:after, .r-block--landing-hero-form form .frm_submit .frm_button_submit:before {
	content: none !important;
}

.r-block--landing-hero-form form .frm_submit .frm_button_submit:active, .r-block--landing-hero-form form .frm_submit .frm_button_submit:focus, .r-block--landing-hero-form form .frm_submit .frm_button_submit:hover {
	color: #fff !important;
	opacity: .8;
}

.r-block--landing-hero-form .frm_error_style {
	background-color: rgba(154, 214, 222, .05) !important;
}

.r-block--landing-hero-form .frm_blank_field label, .r-block--landing-hero-form .frm_error, .r-block--landing-hero-form .frm_error_style, .r-block--landing-hero-form .frm_required {
	color: #9ad6de !important;
}

.r-block--landing-hero-form .frm_blank_field input, .r-block--landing-hero-form .frm_blank_field textarea, .r-block--landing-hero-form .frm_error_style {
	border-color: #9ad6de !important;
}

.r-block--landing-hero-form .frm_message {
	margin-top: 225px;
}

.r-block--landing-hero-form .frm_message p {
	margin: 0;
}

.frm_description {
	font-size: 14px !important;
	margin-top: 5px;
}

body.home {
	padding-top: 0 !important;
}

body.home header {
	position: absolute;
}

body.home .site-header .site-header__primary {
	background-color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

body.home:not(.is-scrolling) .site-header {
	-webkit-box-shadow: none;
	box-shadow: none;
}

body.home:not(.is-scrolling) .site-header__primary {
	background: 0 0;
}

body.home:not(.is-scrolling) .site-header__primary a {
	color: #fff;
}

body.home:not(.is-scrolling) .site-header__primary a:active, body.home:not(.is-scrolling) .site-header__primary a:focus, body.home:not(.is-scrolling) .site-header__primary a:hover {
	color: #fff;
}

body.home:not(.is-scrolling) .site-header__primary a:after {
	background-color: #fff;
}

body.home:not(.is-scrolling) .site-branding .custom-logo-link svg path {
	fill: #fff;
}

body.home .r-block--group-insights-preview h2 {
	font-family: Bulmer, serif;
	line-height: 1;
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 30px 10px;
	position: relative;
	text-transform: none;
	font-weight: 400;
}

body.home .r-block--group-insights-preview h2 em {
	color: inherit !important;
	font-family: inherit;
	text-transform: inherit;
	font-weight: inherit;
}

body.home .r-block--group-insights-preview h2:before {
	content: "";
	height: 50px;
	left: 0;
	position: absolute;
	top: -42px;
	width: 100vw;
	z-index: -1;
	background: repeating-linear-gradient(-45deg, #fff, #fff 1px, transparent 2px, transparent 8px);
	background-color: transparent;
	opacity: .7;
}

body.home .r-block--group-insights-preview h2:after {
	content: "";
	height: 100%;
	left: 0;
	opacity: .2 !important;
	opacity: .35;
	position: absolute;
	top: 0;
	width: 100vw;
	background: repeating-linear-gradient(-45deg, #3d3d3d, #3d3d3d 1px, transparent 2px, transparent 8px);
	background-color: transparent;
}

body.home .r-block--group-insights-preview .wp-block-latest-posts__post-excerpt {
	font-size: 0;
}

body.home .r-block--group-insights-preview .wp-block-latest-posts li {
	background: 0 0;
}

body.home .r-block--group-insights-preview .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	margin-bottom: 1rem;
}

body.home .r-block--group-insights-preview .wp-block-latest-posts li .wp-block-latest-posts__post-title {
	text-transform: uppercase;
	font-size: 1.625rem;
}

body.home .r-block--group-insights-preview .wp-block-latest-posts li:after {
	bottom: auto;
}

.page-password-protected {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/optimized/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/backgrounds/WE-blur.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.page-password-protected.nitro-lazy {
	background-image: none !important;
}

.page-password-protected .content-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
}

.page-password-protected footer.site-footer, .page-password-protected header.site-header {
	display: none !important;
}

.page-password-protected header.entry-header {
	margin: 0;
}

.page-password-protected header.entry-header h1.entry-title {
	font-family: Bulmer, serif;
	font-weight: 400;
	margin-bottom: 1rem;
	text-align: center;
	text-transform: none;
	text-wrap: balance;
}

.page-password-protected header.entry-header h1.entry-title span {
	display: block;
	font-family: Bulmer, serif;
	font-weight: 400;
	margin-bottom: 0 !important;
	text-transform: capitalize;
}

.page-password-protected .content-area {
	background: 0 0;
	padding: 30px;
}

.page-password-protected .site-main {
	background-color: #fff;
	padding: 60px clamp(30px, 5vw, 120px);
}

.page-password-protected article {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.page-password-protected input[type=password] {
	background-color: var(--color-white);
	border-color: var(--color-gray-light);
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	font-size: var(--wp--preset--font-size--medium);
	line-height: 1;
	margin-bottom: 1rem;
	max-width: 100%;
	outline: 0;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.page-password-protected input[type=submit] {
	background-color: #ce3530 !important;
	border: 1px solid #ce3530;
	border-radius: 0;
	font-family: Intervogue, sans-serif;
	font-size: 1rem !important;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	padding: .75rem 1.5rem !important;
	position: relative;
	text-transform: uppercase;
	white-space: nowrap;
	width: 100%;
}

.page-id-4163 {
	background: #0079c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#0079c2), to(#30a7ed));
	background: linear-gradient(180deg, #0079c2, #30a7ed);
	position: relative;
}

.page-id-4163 .content-area {
	background-color: transparent;
	height: 100%;
}

.page-id-4163 .entry-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
}

.page-id-4163 .entry-content>.wp-block-group {
	padding: clamp(30px, 5vw, 50px) 0;
}

.page-id-4163 .entry-content>.wp-block-group>.wp-block-group__inner-container {
	padding: 0;
}

.page-id-4163 .wp-block-columns {
	margin: 0;
}

.page-id-4163 img {
	display: block;
	max-width: 450px;
	width: 100%;
}

@media screen and (max-width:991px) {
	.page-id-4163 img {
		margin: 0 auto;
		max-width: 300px;
		width: 40vw;
	}
}

.page-id-4163 h1 {
	color: #fff;
	font-family: "Intervogue Soft", sans-serif !important;
	font-size: 65px;
	font-size: clamp(50px, 5vw, 75px);
	text-decoration: underline;
	text-transform: none;
}

.page-id-4163 ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.page-id-4163 ul li {
	list-style-position: inside;
	padding-left: 40px;
	position: relative;
}

.page-id-4163 ul li a {
	color: #fff;
	font-family: "Intervogue Soft", sans-serif !important;
	font-size: inherit;
	margin-left: -40px;
	padding-left: 40px;
	position: relative;
	white-space: nowrap;
	z-index: 1;
}

.page-id-4163 ul li a span {
	font-size: inherit;
	font-family: "Intervogue Soft", sans-serif !important;
}

@media screen and (max-width:991px) {
	.page-id-4163 ul li a {
		margin-left: -30px;
		padding-left: 30px;
	}
}

.page-id-4163 ul li a:hover {
	text-decoration: underline;
}

.page-id-4163 ul li:before {
	background: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/source/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/icons/icon-play.svg") no-repeat center center;
	background-size: 95%;
	content: "";
	height: 30px;
	left: 0;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 30px;
}

@media screen and (max-width:991px) {
	.page-id-4163 ul li:before {
		height: 20px;
		width: 20px;
	}
}

@media screen and (max-width:991px) {
	.page-id-4163 ul li {
		padding-left: 30px;
	}
}

.page-id-4163 ul.list--petivity-high {
	margin-bottom: 25px;
	margin-top: 50px;
}

.page-id-4163 ul.list--petivity-high li {
	font-size: 45px;
	font-size: clamp(25px, 5vw, 45px);
	margin-bottom: 0;
}

@media screen and (max-width:991px) {
	.page-id-4163 ul.list--petivity-high {
		margin-top: 0;
	}
}

.page-id-4163 ul.list--petivity-low li {
	font-size: 35px;
	font-size: clamp(20px, 5vw, 35px);
	margin-bottom: 0;
}

.page-id-4163:after {
	background-image: url("https://werremeyer.com/nitropack_static/xdYlSNAtQscgZbzOuQtWdkBlrlDEnppJ/assets/images/optimized/rev-d446c01/werremeyer.com/wp-content/themes/wecr8-werremeyer-creative/img/backgrounds/petivity/fence-full.png");
	background-position: bottom right;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	content: "";
	height: 35vh;
	min-height: 300px;
	position: fixed;
	right: 0;
	top: auto;
	width: 100vw;
}

.page-id-4163 #fancybox-overlay {
	background-color: #025180 !important;
	opacity: .975 !important;
}

.page-id-4163.page-password-protected .entry-content {
	min-height: auto;
}

.page-id-4163.page-password-protected .entry-content p {
	text-wrap: balance;
}

.page-id-4163.page-password-protected .entry-content input[type=submit] {
	background-color: #0079c2 !important;
	border-color: #0079c2;
}

.page-id-4163.page-password-protected .entry-content input[type=submit]:hover {
	background-color: #30a7ed !important;
	border-color: #30a7ed;
}

.u-1\/2 {
	width: 50% !important;
}

.u-2\/2 {
	width: 100% !important;
}

.u-1\/3 {
	width: 33.3333333333% !important;
}

.u-2\/3 {
	width: 66.6666666667% !important;
}

.u-3\/3 {
	width: 100% !important;
}

.u-1\/4 {
	width: 25% !important;
}

.u-2\/4 {
	width: 50% !important;
}

.u-3\/4 {
	width: 75% !important;
}

.u-4\/4 {
	width: 100% !important;
}

.u-1\/5 {
	width: 20% !important;
}

.u-2\/5 {
	width: 40% !important;
}

.u-3\/5 {
	width: 60% !important;
}

.u-4\/5 {
	width: 80% !important;
}

.u-5\/5 {
	width: 100% !important;
}

.u-1\/6 {
	width: 16.6666666667% !important;
}

.u-2\/6 {
	width: 33.3333333333% !important;
}

.u-3\/6 {
	width: 50% !important;
}

.u-4\/6 {
	width: 66.6666666667% !important;
}

.u-5\/6 {
	width: 83.3333333333% !important;
}

.u-6\/6 {
	width: 100% !important;
}

.u-1\/7 {
	width: 14.2857142857% !important;
}

.u-2\/7 {
	width: 28.5714285714% !important;
}

.u-3\/7 {
	width: 42.8571428571% !important;
}

.u-4\/7 {
	width: 57.1428571429% !important;
}

.u-5\/7 {
	width: 71.4285714286% !important;
}

.u-6\/7 {
	width: 85.7142857143% !important;
}

.u-7\/7 {
	width: 100% !important;
}

.u-1\/8 {
	width: 12.5% !important;
}

.u-2\/8 {
	width: 25% !important;
}

.u-3\/8 {
	width: 37.5% !important;
}

.u-4\/8 {
	width: 50% !important;
}

.u-5\/8 {
	width: 62.5% !important;
}

.u-6\/8 {
	width: 75% !important;
}

.u-7\/8 {
	width: 87.5% !important;
}

.u-8\/8 {
	width: 100% !important;
}

.u-1\/10 {
	width: 10% !important;
}

.u-2\/10 {
	width: 20% !important;
}

.u-3\/10 {
	width: 30% !important;
}

.u-4\/10 {
	width: 40% !important;
}

.u-5\/10 {
	width: 50% !important;
}

.u-6\/10 {
	width: 60% !important;
}

.u-7\/10 {
	width: 70% !important;
}

.u-8\/10 {
	width: 80% !important;
}

.u-9\/10 {
	width: 90% !important;
}

.u-10\/10 {
	width: 100% !important;
}

.u-1\/12 {
	width: 8.3333333333% !important;
}

.u-2\/12 {
	width: 16.6666666667% !important;
}

.u-3\/12 {
	width: 25% !important;
}

.u-4\/12 {
	width: 33.3333333333% !important;
}

.u-5\/12 {
	width: 41.6666666667% !important;
}

.u-6\/12 {
	width: 50% !important;
}

.u-7\/12 {
	width: 58.3333333333% !important;
}

.u-8\/12 {
	width: 66.6666666667% !important;
}

.u-9\/12 {
	width: 75% !important;
}

.u-10\/12 {
	width: 83.3333333333% !important;
}

.u-11\/12 {
	width: 91.6666666667% !important;
}

.u-12\/12 {
	width: 100% !important;
}

@media screen and (min-width:768px) {
	.u-1\/2\@sm {
		width: 50% !important;
	}
	
	.u-2\/2\@sm {
		width: 100% !important;
	}
	
	.u-1\/3\@sm {
		width: 33.3333333333% !important;
	}
	
	.u-2\/3\@sm {
		width: 66.6666666667% !important;
	}
	
	.u-3\/3\@sm {
		width: 100% !important;
	}
	
	.u-1\/4\@sm {
		width: 25% !important;
	}
	
	.u-2\/4\@sm {
		width: 50% !important;
	}
	
	.u-3\/4\@sm {
		width: 75% !important;
	}
	
	.u-4\/4\@sm {
		width: 100% !important;
	}
	
	.u-1\/5\@sm {
		width: 20% !important;
	}
	
	.u-2\/5\@sm {
		width: 40% !important;
	}
	
	.u-3\/5\@sm {
		width: 60% !important;
	}
	
	.u-4\/5\@sm {
		width: 80% !important;
	}
	
	.u-5\/5\@sm {
		width: 100% !important;
	}
	
	.u-1\/6\@sm {
		width: 16.6666666667% !important;
	}
	
	.u-2\/6\@sm {
		width: 33.3333333333% !important;
	}
	
	.u-3\/6\@sm {
		width: 50% !important;
	}
	
	.u-4\/6\@sm {
		width: 66.6666666667% !important;
	}
	
	.u-5\/6\@sm {
		width: 83.3333333333% !important;
	}
	
	.u-6\/6\@sm {
		width: 100% !important;
	}
	
	.u-1\/7\@sm {
		width: 14.2857142857% !important;
	}
	
	.u-2\/7\@sm {
		width: 28.5714285714% !important;
	}
	
	.u-3\/7\@sm {
		width: 42.8571428571% !important;
	}
	
	.u-4\/7\@sm {
		width: 57.1428571429% !important;
	}
	
	.u-5\/7\@sm {
		width: 71.4285714286% !important;
	}
	
	.u-6\/7\@sm {
		width: 85.7142857143% !important;
	}
	
	.u-7\/7\@sm {
		width: 100% !important;
	}
	
	.u-1\/8\@sm {
		width: 12.5% !important;
	}
	
	.u-2\/8\@sm {
		width: 25% !important;
	}
	
	.u-3\/8\@sm {
		width: 37.5% !important;
	}
	
	.u-4\/8\@sm {
		width: 50% !important;
	}
	
	.u-5\/8\@sm {
		width: 62.5% !important;
	}
	
	.u-6\/8\@sm {
		width: 75% !important;
	}
	
	.u-7\/8\@sm {
		width: 87.5% !important;
	}
	
	.u-8\/8\@sm {
		width: 100% !important;
	}
	
	.u-1\/10\@sm {
		width: 10% !important;
	}
	
	.u-2\/10\@sm {
		width: 20% !important;
	}
	
	.u-3\/10\@sm {
		width: 30% !important;
	}
	
	.u-4\/10\@sm {
		width: 40% !important;
	}
	
	.u-5\/10\@sm {
		width: 50% !important;
	}
	
	.u-6\/10\@sm {
		width: 60% !important;
	}
	
	.u-7\/10\@sm {
		width: 70% !important;
	}
	
	.u-8\/10\@sm {
		width: 80% !important;
	}
	
	.u-9\/10\@sm {
		width: 90% !important;
	}
	
	.u-10\/10\@sm {
		width: 100% !important;
	}
	
	.u-1\/12\@sm {
		width: 8.3333333333% !important;
	}
	
	.u-2\/12\@sm {
		width: 16.6666666667% !important;
	}
	
	.u-3\/12\@sm {
		width: 25% !important;
	}
	
	.u-4\/12\@sm {
		width: 33.3333333333% !important;
	}
	
	.u-5\/12\@sm {
		width: 41.6666666667% !important;
	}
	
	.u-6\/12\@sm {
		width: 50% !important;
	}
	
	.u-7\/12\@sm {
		width: 58.3333333333% !important;
	}
	
	.u-8\/12\@sm {
		width: 66.6666666667% !important;
	}
	
	.u-9\/12\@sm {
		width: 75% !important;
	}
	
	.u-10\/12\@sm {
		width: 83.3333333333% !important;
	}
	
	.u-11\/12\@sm {
		width: 91.6666666667% !important;
	}
	
	.u-12\/12\@sm {
		width: 100% !important;
	}
}

@media screen and (min-width:782px) {
	.u-1\/2\@sm-alt {
		width: 50% !important;
	}
	
	.u-2\/2\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/3\@sm-alt {
		width: 33.3333333333% !important;
	}
	
	.u-2\/3\@sm-alt {
		width: 66.6666666667% !important;
	}
	
	.u-3\/3\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/4\@sm-alt {
		width: 25% !important;
	}
	
	.u-2\/4\@sm-alt {
		width: 50% !important;
	}
	
	.u-3\/4\@sm-alt {
		width: 75% !important;
	}
	
	.u-4\/4\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/5\@sm-alt {
		width: 20% !important;
	}
	
	.u-2\/5\@sm-alt {
		width: 40% !important;
	}
	
	.u-3\/5\@sm-alt {
		width: 60% !important;
	}
	
	.u-4\/5\@sm-alt {
		width: 80% !important;
	}
	
	.u-5\/5\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/6\@sm-alt {
		width: 16.6666666667% !important;
	}
	
	.u-2\/6\@sm-alt {
		width: 33.3333333333% !important;
	}
	
	.u-3\/6\@sm-alt {
		width: 50% !important;
	}
	
	.u-4\/6\@sm-alt {
		width: 66.6666666667% !important;
	}
	
	.u-5\/6\@sm-alt {
		width: 83.3333333333% !important;
	}
	
	.u-6\/6\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/7\@sm-alt {
		width: 14.2857142857% !important;
	}
	
	.u-2\/7\@sm-alt {
		width: 28.5714285714% !important;
	}
	
	.u-3\/7\@sm-alt {
		width: 42.8571428571% !important;
	}
	
	.u-4\/7\@sm-alt {
		width: 57.1428571429% !important;
	}
	
	.u-5\/7\@sm-alt {
		width: 71.4285714286% !important;
	}
	
	.u-6\/7\@sm-alt {
		width: 85.7142857143% !important;
	}
	
	.u-7\/7\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/8\@sm-alt {
		width: 12.5% !important;
	}
	
	.u-2\/8\@sm-alt {
		width: 25% !important;
	}
	
	.u-3\/8\@sm-alt {
		width: 37.5% !important;
	}
	
	.u-4\/8\@sm-alt {
		width: 50% !important;
	}
	
	.u-5\/8\@sm-alt {
		width: 62.5% !important;
	}
	
	.u-6\/8\@sm-alt {
		width: 75% !important;
	}
	
	.u-7\/8\@sm-alt {
		width: 87.5% !important;
	}
	
	.u-8\/8\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/10\@sm-alt {
		width: 10% !important;
	}
	
	.u-2\/10\@sm-alt {
		width: 20% !important;
	}
	
	.u-3\/10\@sm-alt {
		width: 30% !important;
	}
	
	.u-4\/10\@sm-alt {
		width: 40% !important;
	}
	
	.u-5\/10\@sm-alt {
		width: 50% !important;
	}
	
	.u-6\/10\@sm-alt {
		width: 60% !important;
	}
	
	.u-7\/10\@sm-alt {
		width: 70% !important;
	}
	
	.u-8\/10\@sm-alt {
		width: 80% !important;
	}
	
	.u-9\/10\@sm-alt {
		width: 90% !important;
	}
	
	.u-10\/10\@sm-alt {
		width: 100% !important;
	}
	
	.u-1\/12\@sm-alt {
		width: 8.3333333333% !important;
	}
	
	.u-2\/12\@sm-alt {
		width: 16.6666666667% !important;
	}
	
	.u-3\/12\@sm-alt {
		width: 25% !important;
	}
	
	.u-4\/12\@sm-alt {
		width: 33.3333333333% !important;
	}
	
	.u-5\/12\@sm-alt {
		width: 41.6666666667% !important;
	}
	
	.u-6\/12\@sm-alt {
		width: 50% !important;
	}
	
	.u-7\/12\@sm-alt {
		width: 58.3333333333% !important;
	}
	
	.u-8\/12\@sm-alt {
		width: 66.6666666667% !important;
	}
	
	.u-9\/12\@sm-alt {
		width: 75% !important;
	}
	
	.u-10\/12\@sm-alt {
		width: 83.3333333333% !important;
	}
	
	.u-11\/12\@sm-alt {
		width: 91.6666666667% !important;
	}
	
	.u-12\/12\@sm-alt {
		width: 100% !important;
	}
}

@media screen and (min-width:992px) {
	.u-1\/2\@md {
		width: 50% !important;
	}
	
	.u-2\/2\@md {
		width: 100% !important;
	}
	
	.u-1\/3\@md {
		width: 33.3333333333% !important;
	}
	
	.u-2\/3\@md {
		width: 66.6666666667% !important;
	}
	
	.u-3\/3\@md {
		width: 100% !important;
	}
	
	.u-1\/4\@md {
		width: 25% !important;
	}
	
	.u-2\/4\@md {
		width: 50% !important;
	}
	
	.u-3\/4\@md {
		width: 75% !important;
	}
	
	.u-4\/4\@md {
		width: 100% !important;
	}
	
	.u-1\/5\@md {
		width: 20% !important;
	}
	
	.u-2\/5\@md {
		width: 40% !important;
	}
	
	.u-3\/5\@md {
		width: 60% !important;
	}
	
	.u-4\/5\@md {
		width: 80% !important;
	}
	
	.u-5\/5\@md {
		width: 100% !important;
	}
	
	.u-1\/6\@md {
		width: 16.6666666667% !important;
	}
	
	.u-2\/6\@md {
		width: 33.3333333333% !important;
	}
	
	.u-3\/6\@md {
		width: 50% !important;
	}
	
	.u-4\/6\@md {
		width: 66.6666666667% !important;
	}
	
	.u-5\/6\@md {
		width: 83.3333333333% !important;
	}
	
	.u-6\/6\@md {
		width: 100% !important;
	}
	
	.u-1\/7\@md {
		width: 14.2857142857% !important;
	}
	
	.u-2\/7\@md {
		width: 28.5714285714% !important;
	}
	
	.u-3\/7\@md {
		width: 42.8571428571% !important;
	}
	
	.u-4\/7\@md {
		width: 57.1428571429% !important;
	}
	
	.u-5\/7\@md {
		width: 71.4285714286% !important;
	}
	
	.u-6\/7\@md {
		width: 85.7142857143% !important;
	}
	
	.u-7\/7\@md {
		width: 100% !important;
	}
	
	.u-1\/8\@md {
		width: 12.5% !important;
	}
	
	.u-2\/8\@md {
		width: 25% !important;
	}
	
	.u-3\/8\@md {
		width: 37.5% !important;
	}
	
	.u-4\/8\@md {
		width: 50% !important;
	}
	
	.u-5\/8\@md {
		width: 62.5% !important;
	}
	
	.u-6\/8\@md {
		width: 75% !important;
	}
	
	.u-7\/8\@md {
		width: 87.5% !important;
	}
	
	.u-8\/8\@md {
		width: 100% !important;
	}
	
	.u-1\/10\@md {
		width: 10% !important;
	}
	
	.u-2\/10\@md {
		width: 20% !important;
	}
	
	.u-3\/10\@md {
		width: 30% !important;
	}
	
	.u-4\/10\@md {
		width: 40% !important;
	}
	
	.u-5\/10\@md {
		width: 50% !important;
	}
	
	.u-6\/10\@md {
		width: 60% !important;
	}
	
	.u-7\/10\@md {
		width: 70% !important;
	}
	
	.u-8\/10\@md {
		width: 80% !important;
	}
	
	.u-9\/10\@md {
		width: 90% !important;
	}
	
	.u-10\/10\@md {
		width: 100% !important;
	}
	
	.u-1\/12\@md {
		width: 8.3333333333% !important;
	}
	
	.u-2\/12\@md {
		width: 16.6666666667% !important;
	}
	
	.u-3\/12\@md {
		width: 25% !important;
	}
	
	.u-4\/12\@md {
		width: 33.3333333333% !important;
	}
	
	.u-5\/12\@md {
		width: 41.6666666667% !important;
	}
	
	.u-6\/12\@md {
		width: 50% !important;
	}
	
	.u-7\/12\@md {
		width: 58.3333333333% !important;
	}
	
	.u-8\/12\@md {
		width: 66.6666666667% !important;
	}
	
	.u-9\/12\@md {
		width: 75% !important;
	}
	
	.u-10\/12\@md {
		width: 83.3333333333% !important;
	}
	
	.u-11\/12\@md {
		width: 91.6666666667% !important;
	}
	
	.u-12\/12\@md {
		width: 100% !important;
	}
}

@media screen and (min-width:1200px) {
	.u-1\/2\@lg {
		width: 50% !important;
	}
	
	.u-2\/2\@lg {
		width: 100% !important;
	}
	
	.u-1\/3\@lg {
		width: 33.3333333333% !important;
	}
	
	.u-2\/3\@lg {
		width: 66.6666666667% !important;
	}
	
	.u-3\/3\@lg {
		width: 100% !important;
	}
	
	.u-1\/4\@lg {
		width: 25% !important;
	}
	
	.u-2\/4\@lg {
		width: 50% !important;
	}
	
	.u-3\/4\@lg {
		width: 75% !important;
	}
	
	.u-4\/4\@lg {
		width: 100% !important;
	}
	
	.u-1\/5\@lg {
		width: 20% !important;
	}
	
	.u-2\/5\@lg {
		width: 40% !important;
	}
	
	.u-3\/5\@lg {
		width: 60% !important;
	}
	
	.u-4\/5\@lg {
		width: 80% !important;
	}
	
	.u-5\/5\@lg {
		width: 100% !important;
	}
	
	.u-1\/6\@lg {
		width: 16.6666666667% !important;
	}
	
	.u-2\/6\@lg {
		width: 33.3333333333% !important;
	}
	
	.u-3\/6\@lg {
		width: 50% !important;
	}
	
	.u-4\/6\@lg {
		width: 66.6666666667% !important;
	}
	
	.u-5\/6\@lg {
		width: 83.3333333333% !important;
	}
	
	.u-6\/6\@lg {
		width: 100% !important;
	}
	
	.u-1\/7\@lg {
		width: 14.2857142857% !important;
	}
	
	.u-2\/7\@lg {
		width: 28.5714285714% !important;
	}
	
	.u-3\/7\@lg {
		width: 42.8571428571% !important;
	}
	
	.u-4\/7\@lg {
		width: 57.1428571429% !important;
	}
	
	.u-5\/7\@lg {
		width: 71.4285714286% !important;
	}
	
	.u-6\/7\@lg {
		width: 85.7142857143% !important;
	}
	
	.u-7\/7\@lg {
		width: 100% !important;
	}
	
	.u-1\/8\@lg {
		width: 12.5% !important;
	}
	
	.u-2\/8\@lg {
		width: 25% !important;
	}
	
	.u-3\/8\@lg {
		width: 37.5% !important;
	}
	
	.u-4\/8\@lg {
		width: 50% !important;
	}
	
	.u-5\/8\@lg {
		width: 62.5% !important;
	}
	
	.u-6\/8\@lg {
		width: 75% !important;
	}
	
	.u-7\/8\@lg {
		width: 87.5% !important;
	}
	
	.u-8\/8\@lg {
		width: 100% !important;
	}
	
	.u-1\/10\@lg {
		width: 10% !important;
	}
	
	.u-2\/10\@lg {
		width: 20% !important;
	}
	
	.u-3\/10\@lg {
		width: 30% !important;
	}
	
	.u-4\/10\@lg {
		width: 40% !important;
	}
	
	.u-5\/10\@lg {
		width: 50% !important;
	}
	
	.u-6\/10\@lg {
		width: 60% !important;
	}
	
	.u-7\/10\@lg {
		width: 70% !important;
	}
	
	.u-8\/10\@lg {
		width: 80% !important;
	}
	
	.u-9\/10\@lg {
		width: 90% !important;
	}
	
	.u-10\/10\@lg {
		width: 100% !important;
	}
	
	.u-1\/12\@lg {
		width: 8.3333333333% !important;
	}
	
	.u-2\/12\@lg {
		width: 16.6666666667% !important;
	}
	
	.u-3\/12\@lg {
		width: 25% !important;
	}
	
	.u-4\/12\@lg {
		width: 33.3333333333% !important;
	}
	
	.u-5\/12\@lg {
		width: 41.6666666667% !important;
	}
	
	.u-6\/12\@lg {
		width: 50% !important;
	}
	
	.u-7\/12\@lg {
		width: 58.3333333333% !important;
	}
	
	.u-8\/12\@lg {
		width: 66.6666666667% !important;
	}
	
	.u-9\/12\@lg {
		width: 75% !important;
	}
	
	.u-10\/12\@lg {
		width: 83.3333333333% !important;
	}
	
	.u-11\/12\@lg {
		width: 91.6666666667% !important;
	}
	
	.u-12\/12\@lg {
		width: 100% !important;
	}
}

@media screen and (min-width:1050px) {
	.u-1\/2\@nav {
		width: 50% !important;
	}
	
	.u-2\/2\@nav {
		width: 100% !important;
	}
	
	.u-1\/3\@nav {
		width: 33.3333333333% !important;
	}
	
	.u-2\/3\@nav {
		width: 66.6666666667% !important;
	}
	
	.u-3\/3\@nav {
		width: 100% !important;
	}
	
	.u-1\/4\@nav {
		width: 25% !important;
	}
	
	.u-2\/4\@nav {
		width: 50% !important;
	}
	
	.u-3\/4\@nav {
		width: 75% !important;
	}
	
	.u-4\/4\@nav {
		width: 100% !important;
	}
	
	.u-1\/5\@nav {
		width: 20% !important;
	}
	
	.u-2\/5\@nav {
		width: 40% !important;
	}
	
	.u-3\/5\@nav {
		width: 60% !important;
	}
	
	.u-4\/5\@nav {
		width: 80% !important;
	}
	
	.u-5\/5\@nav {
		width: 100% !important;
	}
	
	.u-1\/6\@nav {
		width: 16.6666666667% !important;
	}
	
	.u-2\/6\@nav {
		width: 33.3333333333% !important;
	}
	
	.u-3\/6\@nav {
		width: 50% !important;
	}
	
	.u-4\/6\@nav {
		width: 66.6666666667% !important;
	}
	
	.u-5\/6\@nav {
		width: 83.3333333333% !important;
	}
	
	.u-6\/6\@nav {
		width: 100% !important;
	}
	
	.u-1\/7\@nav {
		width: 14.2857142857% !important;
	}
	
	.u-2\/7\@nav {
		width: 28.5714285714% !important;
	}
	
	.u-3\/7\@nav {
		width: 42.8571428571% !important;
	}
	
	.u-4\/7\@nav {
		width: 57.1428571429% !important;
	}
	
	.u-5\/7\@nav {
		width: 71.4285714286% !important;
	}
	
	.u-6\/7\@nav {
		width: 85.7142857143% !important;
	}
	
	.u-7\/7\@nav {
		width: 100% !important;
	}
	
	.u-1\/8\@nav {
		width: 12.5% !important;
	}
	
	.u-2\/8\@nav {
		width: 25% !important;
	}
	
	.u-3\/8\@nav {
		width: 37.5% !important;
	}
	
	.u-4\/8\@nav {
		width: 50% !important;
	}
	
	.u-5\/8\@nav {
		width: 62.5% !important;
	}
	
	.u-6\/8\@nav {
		width: 75% !important;
	}
	
	.u-7\/8\@nav {
		width: 87.5% !important;
	}
	
	.u-8\/8\@nav {
		width: 100% !important;
	}
	
	.u-1\/10\@nav {
		width: 10% !important;
	}
	
	.u-2\/10\@nav {
		width: 20% !important;
	}
	
	.u-3\/10\@nav {
		width: 30% !important;
	}
	
	.u-4\/10\@nav {
		width: 40% !important;
	}
	
	.u-5\/10\@nav {
		width: 50% !important;
	}
	
	.u-6\/10\@nav {
		width: 60% !important;
	}
	
	.u-7\/10\@nav {
		width: 70% !important;
	}
	
	.u-8\/10\@nav {
		width: 80% !important;
	}
	
	.u-9\/10\@nav {
		width: 90% !important;
	}
	
	.u-10\/10\@nav {
		width: 100% !important;
	}
	
	.u-1\/12\@nav {
		width: 8.3333333333% !important;
	}
	
	.u-2\/12\@nav {
		width: 16.6666666667% !important;
	}
	
	.u-3\/12\@nav {
		width: 25% !important;
	}
	
	.u-4\/12\@nav {
		width: 33.3333333333% !important;
	}
	
	.u-5\/12\@nav {
		width: 41.6666666667% !important;
	}
	
	.u-6\/12\@nav {
		width: 50% !important;
	}
	
	.u-7\/12\@nav {
		width: 58.3333333333% !important;
	}
	
	.u-8\/12\@nav {
		width: 66.6666666667% !important;
	}
	
	.u-9\/12\@nav {
		width: 75% !important;
	}
	
	.u-10\/12\@nav {
		width: 83.3333333333% !important;
	}
	
	.u-11\/12\@nav {
		width: 91.6666666667% !important;
	}
	
	.u-12\/12\@nav {
		width: 100% !important;
	}
}
