/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* General */
html {
	font-size: 10px;
}

body {
	font-size: 1.5rem;
	line-height: 1.6;
	font-family: 'Quiroh',sans-serif;
	font-weight: normal;
	color: #000;
	background: #FAF9F7;
}

a {
	text-decoration: none;
	color: #EF3B29;
	transition: background 0.2s, color 0.2s;
}

.container {
	margin-left: auto;
	margin-right: auto;
}

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

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

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

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

.posR {
	position: relative;
}

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

/* Typography */
h1,
h2,
h3 {
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-weight: normal;
	line-height: 1.2;
}

/* Buttons */
.button {
	font-size: 1.8rem;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-weight: normal;
	line-height: 1.22;
	background: #EF3B29;
	color: #E9E5DA;
	border-radius: 2.4rem;
	padding: 1.2rem 2.7rem;
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.button:hover {
	background: #fff;
	color: #EF3B29;
}

.outline-button {
	border: 1px solid #E9E5DA;
	font-size: 1.8rem;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	color: #E9E5DA;
	padding: 1.2rem 3rem;
	border-radius: 2.4rem;
	display: inline-block;
	line-height: 1;
}

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

/* Header */
header.site-header {
	position: absolute;
	top: 5.5rem;
	max-width: 116.7rem;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 99;
}

.header-logo {
	width: 11rem;
	position: relative;
}

.dark-logo {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

nav.header-menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

nav.header-menu .menu li a {
	color: #FAF9F7;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-size: 1.8rem;
	line-height: 1.22;
}

nav.header-menu .menu li:hover a {
	color: #EF3B29;
}

nav.header-menu .menu li:not(:last-child) {
	margin-right: 2.8rem;
}

nav.header-menu .menu-order-button a {
	background: #EF3B29;
	color: #fff;
	font-size: 1.8rem;
	padding: 1rem 2.6rem;
	display: inline-block;
	line-height: 1.22;
	border-radius: 3rem;
}

nav.header-menu .menu-order-button a:hover {
	background: #fff;
	color: #EF3B29;
}

.header-is-dark .standard-logo {
	opacity: 0;
}

.header-is-dark .dark-logo {
	opacity: 1;
}

.header-is-dark nav.header-menu .menu li:not(.menu-order-button) a {
	color: #000000;
}

/* Home Hero */
.home-hero-wrapper {
	padding: 2.8rem;
	background: linear-gradient(#e9e5da 0%, #faf9f7 100%);
	position: relative;
}

.home-hero-bg img {
	display: block;
}

.home-hero-bg {
	position: relative;
}

.home-hero-bg:after {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.25;
	width: 100%;
	height: 100%;
	content: '';
}

.home-hero-body-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	color: #fff;
}

.home-hero-bg video {
	display: block;
	width: 100%;
	height: auto;
}

.home-hero-body-wrapper h1 {
	color: #FAF9F7;
	font-size: 8.2rem;
	line-height: 1.2;
	text-align: center;
	max-width: 63.8rem;
	margin-left: auto;
	margin-right: auto;
}

.home-hero-body-wrapper h1 em {
	font-style: normal;
	position: relative;
}
.home-hero-body-wrapper h1 em:after {
	content: '';
	display: block;
	width: 110%;
	height: 6rem;
	background: url('../img/heading-line.svg') no-repeat center center;
	background-size: contain;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 40%);
}
/* Blocks */

/* Contact Page */
.contact-page-wrapper {
	background: #F5F1E5;
	padding: 17rem 0 8.5rem;
}

.contact-page-wrapper .container {
	max-width: 117.5rem;
}

.contact-page-left {
	width: 29.3%;
}

.contact-page-right {
	width: 62.55%;
}

.contact-page-info-block {
	position: relative;
	padding-left: 4rem;
	margin-bottom: 3.6rem;
}

.contact-page-info-block-icon {
	color: #968657;
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 2.1rem;
}

.contact-page-info-block-text h2 {
	font-size: 3rem;
	margin: 0;
}

.contact-page-info-block-text p {
	margin: 1.5rem 0;
}

.contact-page-form {
	padding: 4.5rem 6.5rem 3.9rem 5.9rem;
	background: url('../img/contact-form-bg.png') no-repeat center center;
	background-size: 100% 100%;
}

.contact-page-form h2 {
	font-size: 3rem;
	margin: 0 0 2rem;
}

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

.contact-page-form-inner form .form-field input,
.contact-page-form-inner form .form-field textarea,
.contact-page-form-inner form .form-field select {
	width: 100%;
	border: none;
	border-bottom: 1px solid #707070;
	background: none;
	height: 4.9rem;
	outline: none;
	font-size: 1.5rem;
}

.contact-page-form-inner form .form-field textarea {
	height: 13.8rem;
	max-height: 13.8rem;
	resize: none;
}

.contact-page-form-inner form .form-field {
	margin: 0 0 1rem;
}

.contact-page-form-inner form .form-field select {
	-webkit-appearance: none;
	appearance: none;
}

.contact-page-form-inner .form-submit {
	text-align: right;
	justify-content: flex-end !important;
}

.contact-page-form-inner .form-submit .button {
	border: none;
}

.contact-page-form-inner .form-submit .button:hover {
	background: #000;
	color: #fff;
}

.contact-page-form-inner form ::-webkit-input-placeholder {
  color: #505050;
}
.contact-page-form-inner form ::-moz-placeholder {
  color: #505050;
}
.contact-page-form-inner form :-ms-input-placeholder {
  color: #505050;
}
.contact-page-form-inner form :-moz-placeholder {
  color: #505050;
}

.contact-page-form-inner .ginput_container_select {
	position: relative;
}

.contact-page-form-inner .ginput_container_select:before {
	font-family: 'birdcodeicon';
	content: "\e903";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #B1ADAA;
}

.contact-page-form-inner .ginput_container_select select {
	position: relative;
}

/* Single Location */
body.single-location {
	background: #F5F1E5;
}

.single-location-wrapper {
	padding: 0 0 7.6rem;
}

.single-location-wrapper .container {
	max-width: 117rem;
}

.single-location-left {
	width: 29%;
}

.single-location-right {
	width: 62.82%;
}

.single-location-left h1 {
	font-size: 6rem;
	line-height: 1;
	margin: 0;
}

.single-location-title-outine h1 {
	color: transparent;
	-webkit-text-stroke: 1px #DBD3BE;
}

.single-location-ctas {
	margin: 3.5rem 0 3rem;
}

.single-location-ctas .outline-button {
	border-color: #CBCBCB;
	color: #000;
}

.single-location-ctas .button {
	margin-right: 2.4rem;
}

.single-location-meda {
	background: url('../img/location-image-bg.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 9.4rem 5.8rem 12.7rem 8.5rem;
}

.single-location-desc {
	font-size: 1.6rem;
	color: #110401;
}

.single-location-desc strong {
	font-weight: 600;
}

.single-location-desc p {
	margin: 0 0 1.4rem;
}

.single-location-desc p:last-child {
	margin: 4rem 0 0;
}

.single-location-desc a:hover {
	text-decoration: underline;
}

/* Store Locator */
.our-locations-wrapper {
	padding-top: 17.4rem;
	padding-bottom: 5rem;
	background: #F5F1E5;
}
.our-locations-wrapper .container {
	max-width: 117.4rem;
}

.our-locations-grid {
	max-width: 100.4rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7rem;
}

.our-location-grid-item {
	background: url('../img/location-bg.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 6.5rem 8rem 4.5rem;
	width: 47.211%;
	margin-bottom: 5.6rem;
	text-align: center;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-size: 3rem;
	color: #000;
}

.our-location-grid-item:hover {
	color: #EF3B29;
}

.our-location-grid-item img {
	display: block;
	width: 100%;
	margin-bottom: 3.5rem;
}

/* Menu Callout */
.home-menu-callout-wrapper {
	padding: 8.4rem 0 7rem;
	position: relative;
	overflow: hidden;
}

.home-menu-callout-right {
	width: 50%;
	position: relative;
}

.home-menu-callout-left {
	width: 50%;
}

.home-menu-callout-right-main-image img {
	display: block;
	width: 100%;
}

.home-menu-callout-left-inner {
	max-width: 51.2rem;
	margin-left: auto;
	margin-right: 6.8rem;
}

.home-menu-callout-right-main-image {
	width: 80%;
	margin-left: auto;
	margin-right: 0;
}

.home-menu-callout-right-secondary-image {
	width: 40.8%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	box-shadow: 1.5rem 0.3rem 4.5rem rgba(0, 0, 0, 0.29);
}

.home-menu-callout-right-secondary-image img {
	display: block;
	width: 100%;
}

.home-menu-callout-left-body h4 {
	color: #EF3B29;
	font-family: 'Buket Fat Basic',sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	margin: 0;
}

.home-menu-callout-left-body h2 {
	margin: 1rem 0 1.8rem;
	font-size: 4rem;
}

.home-menu-callout-left-body p {
	max-width: 43.4rem;
	margin: 0;
}

.home.menu-callout-left-cta {
	margin-top: 3.6rem;
}

.home.menu-callout-left-cta .button {
	padding: 1.2rem 4rem;
}

.home-menu-callout-apps {
	margin-top: 11.4rem;
}

.home-menu-callout-apps-title {
	max-width: 21.3rem;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-size: 1.6rem;
	line-height: 1.25;
}

.home-menu-callout-bg-words {
	font-size: 14rem;
	white-space: nowrap;
	font-family: 'Cheddar Gothic Sans';
	color: transparent;
	position: absolute;
	z-index: 1;
	top: 0;
	font-weight: normal;
	left: 50%;
	transform: translateX(-46%);
	-webkit-text-stroke: 0.2rem #E9E5DA;
	text-stroke: 0.2rem #E9E5DA;
}

.image-with-callout-wrapper .container {
	max-width: 123.8rem;
}

.image-with-callout-inner {
	max-width: 111.6rem;
	margin: -6rem auto 0;
	padding: 1.6rem 6rem;
	position: relative;
	z-index: 1;
	background: url('../img/image-cta-bg.png') no-repeat center center;
	background-size: 100% 100%;
}

.image-with-callout-media {
	width: 43.73%;
	mix-blend-mode: darken;
}

.image-with-callout-right {
	width: 54.6%;
}

.image-with-callout-desc h4 {
	font-family: 'Cheddar Gothic Sans';
	color: #E9E5DA;
	font-weight: normal;
	background: url('../img/heading-bg-red.png') no-repeat center center;
	background-size: 100% 100%;
	display: inline-block;
	padding: 0.2rem 1rem;
	margin: 0;
	font-size: 2.4rem;
}

.image-with-callout-desc h3 {
	margin: 1rem 0 1.4rem;
	font-size: 3.5rem;
	color: #000;
}

.image-with-callout-desc p {
	margin: 1rem 0 2.6rem;
}

.image-with-callout-desc .button {
	color: #E9E5DA;
}

/* Image CTAs */
.image-ctas-wrapper .container {
	max-width: 122.8rem;
}

.image-ctas-wrapper {
	padding-top: 7rem;
	margin-bottom: -3.6rem;
	position: relative;
	z-index: 1;
}

.image-cta-item {
	width: 49.35%;
	color: #E9E5DA;
	padding: 8rem 10rem 7rem 13rem;
	position: relative;
}

.image-cta-item-inner-body h4 {
	font-family: 'Buket Fat Basic','Cheddar Gothic Sans',sans-serif;
	color: #EF3B29;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.4375;
	margin: 0 0 0.7rem;
}

.image-cta-item-inner-body h2 {
	font-size: 5rem;
	margin: 0.7rem 0 1.1rem;
}

.image-cta-item-inner-body p {
	max-width: 28rem;
	margin: 0;
}

.image-cta-item-button {
	margin: 2.5rem 0 0;
}

.image-cta-item-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.image-cta-item-inner {
	position: relative;
}

.image-cta-item:nth-child(2) {
	color: #110401;
}

.image-cta-item:nth-child(2) .outline-button {
	border-color: #110401;
	color: #110401;
}

.image-cta-item:nth-child(2) .outline-button:hover {
	background: #110401;
	color: #fff;
}

/* Intro Slider */
.intro-slider-wrapper {
	background: #DA4B37;
	padding: 15rem 0 8rem;
	text-align: center;
	color: #FAF9F7;
	position: relative;
}

.intro-slider-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3rem;
	bottom: 100%;
	background: url('../img/slider-top-bg.png') no-repeat center bottom;
	background-size: 100% auto;
	left: 0;
	transform: translateY(4%);
}

.intro-slider-wrapper:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3rem;
	top: 100%;
	background: url('../img/slider-bottom-bg.png') no-repeat center top;
	background-size: 100% auto;
	left: 0;
}

.intro-slider-header p {
	font-family: 'Buket Fat Basic',sans-serif;
	font-size: 1.6rem;
	margin: 0 0 1.6rem;
}

.intro-slider-header .container {
	max-width: 89rem;
}

.intro-slider-header h2 {
	font-size: 8.2rem;
	font-weight: normal;
	margin: 1.6rem 0 10.4rem;
}

.intro-slider-header h2 em {
	font-style: normal;
	position: relative;
}

.intro-slider:not(.slick-slider) {
	display: flex;
}

.intro-slide-item {
	margin: 0 0.8rem;
}

.intro-slider-header h2 em:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -4%;
	height: 6rem;
	width: 110%;
	transform: translateY(45%);
	background: url('../img/intro-slider-line.png') no-repeat center center;
	background-size: contain;
}

.intro-slider .slick-slider {
	width: 76.8rem;
}

/* Tabbed Introductions */
.tabbed-introductions-wrapper .container {
	max-width: 122.6rem;
}

.tabbed-introductions-wrapper {
	padding: 11rem 0 18.5rem;
}

.tabbed-introductions-title {
	font-family: 'Buket Fat Basic',sans-serif;
	text-transform: uppercase;
	font-size: 1.6rem;
	line-height: 1.4735;
	color: #000;
	text-align: center;
	margin-bottom: 4.8rem;
}

.tabbed-introductions-hds {
	display: flex;
	justify-content: center;
	margin-bottom: 11rem;
}

.tabbed-introductions-hds a {
	color: #110401;
	font-size: 2.1rem;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	line-height: 1.24;
	padding: 0 0.5rem;
	position: relative;
	opacity: 0.31;
	transition: color 0.25s, opacity 0.2s;
	margin: 0 3.7rem;
}

.tabbed-introductions-hds a:after {
	content: '';
	display: block;
	width: 100%;
	height: 0.2rem;
	background: #DA4B37;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 0;
	transition: width 0.25s;
}

.tabbed-introductions-hds a.active,.tabbed-introductions-hds a:hover {
	color: #110401;
	opacity: 1;
}

.tabbed-introductions-hds a.active:after {
	width: 100%;
}

.tabbed-introduction-content:not(.active) {
	display: none;
}

.tabbed-intro-content-left {
	width: 38.8%;
}

.tabbed-intro-content-left h2,.tabbed-intro-content-left div {
	max-width: 34.5rem;
	margin-left: auto;
	margin-right: 0;
}

.tabbed-intro-content-left h2 {
	font-size: 5rem;
	color: #EF3B29;
	margin-bottom: 2rem;
	margin-top: 0;
}

.tabbed-intro-content-body h4 {
	font-family: 'Buket Fat Basic',sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
	line-height: 1.4375;
	margin: 0 0 0.5rem;
}

.tabbed-intro-content-body {
}

.tabbed-intro-content-right {
	width: 46.08%;
}

.tabbed-intro-content-right-media {
	position: relative;
}

.tabbed-intro-content-right-media-inner {
	position: relative;
}

.tabbed-intro-content-right-media-inner img {
	display: block;
	width: 100%;
}

.tabbed-intro-content-right-media:before {
	content: '';
	display: block;
	width: 100%;
	height: 122%;
	background: url('../img/tabbed-content-bg.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: -11%;
	left: 6%;
}

/* Apps Banner */
.footer-apps-banner .container {
	max-width: 96.4rem;
}

.footer-apps-banner {
	background: #110401;
	color: #E9E5DA;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-size: 3.5rem;
	line-height: 1.22;
	padding: 10rem 0 15rem;
	position: relative;
}
.footer-apps-banner:before {
	content: '';
	display: block;
	width: 100%;
	height: 2.4rem;
	background: url('../img/apps-section-bg.png') no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;
	bottom: 100%;
	left: 0;
	transform: translateY(1px);
}

.footer-apps-banner-title {
	width: 49.1rem;
}

.footer-apps-banner-links {
	width: 27.5rem;
	display: flex;
	justify-content: space-between;
}

.footer-apps-banner-links a {
	width: 47.64%;
}

.footer-apps-banner-links a img {
	display: block;
	width: 100%;
}


/* Footer Locations */
.footer-locations-banner {
	position: relative;
	padding: 6.5rem 0;
	background: #E9E5DA;
}

.footer-locations-banner:before {
	content: '';
	display: block;
	width: 100%;
	height: 2.4rem;
	position: absolute;
	bottom: 100%;
	left: 0;
	background: url('../img/footer-squiggly-bg.png') no-repeat center bottom;
	background-size: 100% auto;
	transform: translateY(1px);
}

.footer-locations-banner .container {
	max-width: 109.5rem;
}

.footer-locations-title {
	margin: 0 0 2.6rem;
	font-size: 1.6rem;
	font-family: 'Buket Fat Basic';
	line-height: 1.4375;
}

.footer-location {
	width: 23.89%;
	position: relative;
	padding: 3.4rem 3.6rem 7.3rem;
	background: url('../img/footer-location-bg.png') no-repeat center center;
	background-size: 100% 100%;
}

.footer-location-item-title {
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-size: 2.7rem;
	line-height: 1.22;
	margin-bottom: 0.4rem;
}

.footer-location-item-address {
	font-size: 1.5rem;
	color: #EF3B29;
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}

.footer-location-item-address i {
	width: 1.8rem;
}

.footer-location-item-desc p {
	margin: 0 0 0.6rem;
}

.footer-location-item-cta {
	position: absolute;
	bottom: 2.6rem;
	left: 3.7rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.footer-location.footer-location-no-address {
	padding-top: 3.5rem;
	background: url('../img/footer-location-find.png') no-repeat center center;
	background-size: 100% 100%;
}

.footer-location.footer-location-no-address .footer-location-item-title {
	font-size: 5.3rem;
	line-height: 1.22;
}

.footer-location-item-desc {
	margin-bottom: 2.5rem;
}

.footer-location-item-desc strong {
	font-weight: 600;
}

/* Footer */
footer.site-footer {
	background: #110401;
	padding: 4.2rem 0;
}

footer.site-footer .container {
	max-width: 117.6rem;
}

.footer-logo {
	width: 6.2rem;
}

.footer-menu .menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.footer-menu .menu a {
	color: #E9E5DA;
	font-family: 'Cheddar Gothic Sans',sans-serif;
	font-size: 2rem;
	margin-right: 6.5rem;
}

.footer-menu .menu a:hover {
	color: #EF3B29;
}

.social-links a {
	color: #E9E5DA;
	font-size: 2rem;
}

.social-links a:not(:last-child) {
	margin-right: 2.6rem;
}

.social-links a:hover {
	color: #EF3B29;
}

/* Responsive */
@media all and (max-width: 1280px) {
	.container {
		padding-left: 1.3rem;
		padding-right: 1.3rem;
	}

	.home-hero-wrapper {
		padding: 0;
	}

	.home-hero-body-wrapper h1 {
		font-size: 6.5rem;
	}

	.home-hero-bg video {
		min-height: 583px;
		object-fit: cover;
	}

	.home-hero-body-wrapper {
		width: 100%;
	}

	.home-menu-callout-bg-words {
		font-size: 10.7rem;
	}

	.home-menu-callout-left {
		padding-top: 10rem;
	}

	.image-cta-item {
		padding: 4rem 15rem 3rem 4rem;
	}

	.intro-slide-item {
		max-width: 40rem;
	}
}

@media all and (max-width: 767px) {
	.image-with-callout-media {
		width: 100%;
		max-width: 21.6rem;
		margin: 0 auto;
	}

	.image-with-callout-right {
		width: 100%;
		text-align: center;
	}

	.image-with-callout-inner {
		padding: 0.1rem 3rem 4.5rem;
		margin-top: -3rem;
	}

	.home-hero-body-wrapper h1 {
		text-align: left;
		margin: 0;
	}

	footer.site-footer {
		padding: 2rem 1.4rem 4rem;
	}

	.footer-right {
		width: 100%;
	}

	#menu-footer-menu ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#menu-footer-menu ul li:nth-child(2n) {
		text-align: right;
	}

	.footer-menu .menu a {
		margin-right: 0;
	}

	#menu-footer-menu ul li {
		width: 48%;
	}

	.footer-cols {
		position: relative;
	}

	.footer-social {
		position: absolute;
		right: 0;
		top: 1.7rem;
	}

	.footer-logo {
		margin-bottom: 3rem;
	}

	.footer-locations {
		overflow-x: auto;
		flex-wrap: nowrap;
		padding-left: 3rem;
		margin-left: -1.3rem;
		margin-right: -1.3rem;
	}

	.footer-location {
		min-width: 26rem;
		margin-right: 1.8rem;
	}

	.footer-locations-title {
		padding-left: 1.6rem;
		margin-bottom: 5rem;
	}

	.footer-locations-banner {
		padding: 5.6rem 0;
	}

	.footer-apps-banner {
		padding: 8rem 2.3rem;
		text-align: center;
	}

	.footer-apps-banner-title {
		font-size: 2.4rem;
		margin-bottom: 2rem;
	}

	.footer-apps-banner-links {
		width: 100%;
	}

	.intro-slider-header h2 {
		font-size: 4.5rem;
		margin-bottom: 6.5rem;
	}

	.intro-slider-header h2 em:after {
		width: 15rem;
		left: -10rem;
	}

	.intro-slider-header p {
		margin-bottom: 2.5rem;
	}

	.intro-slider-wrapper {
		padding-top: 13.7rem;
		padding-bottom: 4.8rem;
	}

	.image-cta-item {
		width: 100%;
		text-align: center;
		padding: 5rem 4.2rem;
	}

	.image-cta-item:first-child {
		margin-bottom: 1.6rem;
		padding-top: 7.5rem;
		padding-bottom: 8.7rem;
	}

	.image-ctas-wrapper {
		padding-top: 3.8rem;
	}

	.home-menu-callout-wrapper {
		padding-bottom: 0;
		padding-top: 5rem;
	}

	.home-menu-callout-left {
		padding-top: 0;
		width: 100%;
		order: 2;
	}

	.home-menu-callout-left-inner {
		max-width: 100%;
		margin: 0;
	}

	.home-menu-callout-apps {
		margin-top: 8rem;
	}

	.home-menu-callout-cols {
		padding-left: 2.3rem;
		padding-right: 2.3rem;
	}

	.home-menu-callout-apps-title {
		max-width: 100%;
		font-size: 2.4rem;
		margin-bottom: 2.4rem;
	}

	.home-menu-callout-right-main-image {
		width: 100%;
	}

	.home-menu-callout-right {
		width: 100%;
		margin-bottom: 8rem;
		width: calc(100% + 3.6rem);
		margin-right: -3.6rem;
		max-width: 35.4rem;
	}

	.home-menu-callout-bg-words {
		top: 24%;
	}

	.home-menu-callout-right-main-image img {
		max-height: 29.4rem;
		object-fit: cover;
	}

	.home-menu-callout-right-secondary-image {
		width: 35.6%;
		transform: translate(-50%, -50%);
	}

	.home-hero-body-wrapper {
		padding-left: 1.9rem;
		padding-right: 1.9rem;
		top: auto;
		bottom: 7.6rem;
		transform: translate(-50%, 0);
	}

	.home-hero-body-wrapper h1 em:after {
		width: 22rem;
		left: -7rem;
	}

	header.site-header {
		padding-left: 1.6rem;
	}

	.intro-slide-item {
		max-width: 26rem;
	}

	.footer-apps-banner-cols {
		max-width: 35rem;
		margin: 0 auto;
	}

	.contact-page-left {
		width: 100%;
	}

	.contact-page-info-block {
		padding-left: 0;
	}

	.contact-page-info-block-icon {
		display: none;
	}

	.contact-page-wrapper .container {
		padding-left: 3rem;
	}

	.contact-page-info-block-text p {
		color: #505050;
	}

	.contact-page-form {
		width: 100%;
		padding: 3.4rem 2.3rem;
	}

	.contact-page-right {
		width: 100%;
	}

	.contact-page-form-inner .form-submit {
		justify-content: center !important;
	}
}

.mobile-menu-wrapper {
	display: none;
}

@media all and (min-width:768px) {
	.hidden-desktop {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	.hidden-mobile {
		display: none !important;
	}
	.header-menu-trigger {
		color: #fff;
		font-family: 'Cheddar Gothic Sans',sans-serif;
		font-size: 1.8rem;
		line-height: 1;
		display: inline-flex;
		align-items: center;
	}

	span.header-menu-bars {
		width: 1.8rem;
		margin-left: 0.6rem;
		position: relative;
		height: 0.7rem;
	}

	span.header-menu-bars:before {
		content: '';
		display: block;
		width: 100%;
		height: 0.2rem;
		background: #E9E5DA;
		position: absolute;
		top: 50%;
		transform: translateY(-0.3rem);
	}

	span.header-menu-bars:after {
		content: '';
		display: block;
		width: 100%;
		height: 0.2rem;
		background: #E9E5DA;
		position: absolute;
		top: 50%;
		transform: translateY(0.3rem);
	}

	nav.header-menu {
		display: none;
	}

	.mobile-menu-wrapper {
			display: block;
			background: #F5F1E5;
			position: fixed;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 99;
			padding: 5.5rem 1.3rem 5.5rem 2.9rem;
			opacity: 0;
			visibility: hidden;
			transition: opacity 0.2s, visibility 0.2s;
		}

		.mobile-menu-header {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-bottom: 6rem;
		}

		.mobile-menu-header a:first-child {
			width: 11rem;
		}

		.mobile-menu-nav ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.mobile-menu-nav ul a {
			display: block;
			font-size: 5rem;
			font-family: 'Cheddar Gothic Sans',sans-serif;
			color: #000;
			margin-bottom: 1.4rem;
		}

		.show-mobile-menu .mobile-menu-wrapper {
			opacity: 1;
			visibility: visible;
		}

		.mobile-menu-header .header-menu-trigger {
		color: #000;
	}

	.mobile-menu-header .header-menu-trigger .header-menu-bars:before,
	.mobile-menu-header .header-menu-trigger .header-menu-bars:after {
		background: #000;
	}

	.mobile-menu-header .header-menu-trigger .header-menu-bars:after {
		transform: translateY(0) rotate(-45deg);
	}

	.mobile-menu-header .header-menu-trigger .header-menu-bars:before {
		transform: translateY(0) rotate(45deg);
	}

	.header-is-dark .header-menu-trigger {
		color: #000;
	}

	.header-is-dark .header-menu-bars:before,
	.header-is-dark .header-menu-bars:after {
		background: #000;
	}

}

/* Icons */
@font-face {
  font-family: 'birdcodeicon';
  src:  url('../fonts/birdcodeiconb255.eot?v2v7cm');
  src:  url('../fonts/birdcodeiconb255.eot?v2v7cm#iefix') format('embedded-opentype'),
    url('../fonts/birdcodeiconb255.ttf?v2v7cm') format('truetype'),
    url('../fonts/birdcodeiconb255.woff?v2v7cm') format('woff'),
    url('../fonts/birdcodeiconb255.svg?v2v7cm#birdcodeicon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="bicon-"], [class*=" bicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'birdcodeicon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bicon-email:before {
  content: "\e900";
}
.bicon-phone:before {
  content: "\e901";
}
.bicon-angle-up:before {
  content: "\e902";
}
.bicon-angle-down:before {
  content: "\e903";
}
.bicon-angle-left:before {
  content: "\e904";
}
.bicon-angle-right:before {
  content: "\e905";
}
.bicon-pin:before {
  content: "\e906";
}
.bicon-instagram:before {
  content: "\e907";
}
.bicon-facebook:before {
  content: "\e908";
}

/* Fonts */
@font-face {
    font-family: 'Cheddar Gothic Sans';
    src: url('../fonts/CheddarGothicSans.woff2') format('woff2'),
        url('../fonts/CheddarGothicSans.woff') format('woff'),
        url('../fonts/CheddarGothicSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quiroh';
    src: url('../fonts/Quiroh-Regular.woff2') format('woff2'),
        url('../fonts/Quiroh-Regular.woff') format('woff'),
        url('../fonts/Quiroh-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Buket Fat Basic';
    src: url('../fonts/Buket-FatBasic.woff2') format('woff2'),
        url('../fonts/Buket-FatBasic.woff') format('woff'),
        url('../fonts/Buket-FatBasic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Caladea';
    src: url('../fonts/Caladea-Regular.woff2') format('woff2'),
        url('../fonts/Caladea-Regular.woff') format('woff'),
        url('../fonts/Caladea-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
