@charset "UTF-8";

/**
 * Variables
 */
/**
 * Stableset
 */
body {
	margin: 0;
}

h1, 
h2,
h3,
h4 {
	font-weight: normal;
	margin: 0;
	font-size: 100%;
	font-family: "Inter", "Franklin Gothic", BlinkMacSystemFont, -apple-system, "San Francisco Text", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/**
 * Root
 */
figure {
	margin: 0;
}

html {
	font: 100%/1.5 "Inter", BlinkMacSystemFont, -apple-system, "San Francisco Text", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	letter-spacing: 0.2px;
	color: #000;
	background: #fafafa;
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	opacity: 1;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

img[data-src] {
	opacity: 0;
}

*,
*:before,
*:after {
	/* Apply natural box layout model */
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

::-moz-selection {
	background: #B4D5FF;
}

::selection {
	background: #B4D5FF;
}

a {
	text-decoration: none;
	color: #000;
}

a:active {
	opacity: 0.8;
}

small {
	line-height: 1;
}

hr {
	margin: 0;
	padding: 0;
	border: 0;
	border-bottom: 0.06rem solid currentColor;
	opacity: 0.1;
}

u {
	text-decoration: none;
	border-bottom: 0.06rem solid currentColor;
}

svg {
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 0.175rem;
}

.med {
	font-weight: 500;
}

.map-img {
	max-width: 100%;
	max-height: 100%;
}

.point.falkenstein {
	width: 22px;
	height: 22px;
	background: #ff6200;
	position: absolute;
	border-radius: 100px;
	top: 35%;
	left: 50%;
	transform: scale(1);
	animation: pulse 2s infinite;
}

.point.falkenstein:hover {
	cursor: pointer;
}

.point.nyc {
	width: 22px;
	height: 22px;
	background: #ff6200;
	position: absolute;
	border-radius: 100px;
	top: 36%;
	left: 26%;
	transform: scale(1);
	animation: pulse 2s infinite;
}

.point.nyc:hover {
	cursor: pointer;
}

.point.losangeles {
	width: 22px;
	height: 22px;
	background: #ff6200;
	position: absolute;
	border-radius: 100px;
	top: 45%;
	left: 13%;
	transform: scale(1);
	animation: pulse 2s infinite;
}

.point.losangeles:hover {
	cursor: pointer;
}

.map-container {
	width: 100%;
	position: relative;
	display: inline-block;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 98, 0, 0.5);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 98, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 98, 0, 0);
	}
}

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 10px;
	border: 1px solid #888;
	height: 30%;
	width: 25%;
	border-radius: 20px;

}

.close {
	color: #000;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/**
 * Previously unstyled
 */
.hw {
	font-size: 10vh;
	line-height: 1.125;
}

.h0 {
	font-size: 2.6rem;
}

.h1 {
	font-size: 4rem;
}

.h2 {
	font-size: 3rem;
}

.h3 {
	font-size: 1.75rem;
}

.h4 {
	font-size: 1.25rem;
}

.h5 {
	font-size: 1.125rem;
}

.h6 {
	font-size: 0.825rem;
}

.hv,
.h0,
.h1,
.h2,
.h3 {
	font-family: "Inter", "Franklin Gothic", BlinkMacSystemFont, -apple-system, "San Francisco Text", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	line-height: 1;
	letter-spacing: -0.6px;
}

.playfair {
	font-family: 'Playfair Display', serif;
}

/**
 * Drop-ins
 */
summary {
	cursor: pointer;
	padding: 0.4rem 0.8rem;
	border: 0.08rem solid rgba(0, 0, 0, 0.2);
	outline: 0;
}

summary:focus {
	border-color: #B4D5FF;
}

.large-vw-only {
	display: none;
}

@media (min-width: 768px) {
	.small-vw-only {
		display: none;
	}

	.large-vw-only {
		display: block;
	}
}

.small-icon {
	height: 1.5rem;
	width: 1.5rem;
}

.med-icon {
	height: 2rem;
	width: 2rem;
}

.markdown-container h1 {
	font-size: 2rem;
}

.markdown-container h2 {
	font-size: 1.75rem;
}

.markdown-container h3 {
	font-size: 1.5rem;
}

.markdown-container h4 {
	font-size: 1.25rem;
	opacity: 0.6;
}

.markdown-container h5 {
	font-size: 1.125rem;
}

.markdown-container h6 {
	font-size: 0.825rem;
}

.markdown-container ul {
	list-style: none;
	margin: 0;
	padding: 1.2rem 0;
}

.markdown-container ul li::before {
	content: '\2022';
	padding: 0 1rem;
}

.markdown-container a {
	border-bottom: 0.06rem solid currentColor;
}

.container {
	max-width: 1024px;
	margin: 0 auto;
	padding: 1rem;
	display: block;
}

.container--narrow {
	max-width: 50rem;
}

.container--medium {
	max-width: 50rem;
}

.container--larger {
	max-width: 62rem;
}

.container--fixed {
	max-width: none;
}

.container--depadd {
	padding: 0;
}

.hero {
	height: 100vh;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100vw;
}

.hero--animated h1 {
	-webkit-animation: delayedfade 0.5s;
	animation: delayedfade 0.5s;
}

.hero--animated h2 {
	-webkit-animation: delayedfade 0.75s;
	animation: delayedfade 0.75s;
}

.hero--animated p {
	-webkit-animation: delayedfade 1s;
	animation: delayedfade 1s;
}

.hero--animated .btn {
	-webkit-animation: delayedfade 1.25s;
	animation: delayedfade 1.25s;
}

.hero--animated small.caps.ingrained {
	-webkit-animation: delayedfadeingrained 1.5s;
	animation: delayedfadeingrained 1.5s;
}

@media (max-width: 768px) {
	.hero {
		padding: 6rem 0;
	}

	.hero--expansive-bg {
		padding-top: 8rem;
		padding-bottom: 0;
	}

	.hero--expansive-bg .col:first-of-type {
		padding: 0 1rem;
	}

	.hero--expansive-bg .container {
		padding: 0;
	}
}

.huge-box {
	height: 13rem;
	/* width: 16rem;  */
}

.large-box {
	height: 3rem;
	width: 3rem;
}

.sublarge-box {
	height: 2.4rem;
	width: 2.4rem;
}

.med-box {
	width: 1.75rem;
	height: 1.75rem;
}

.round {
	border-radius: 50%;
}

.margin-right {
	margin-right: 1rem;
}

.padd-xs {
	padding: 0.25rem;
}

.padd-s {
	padding: 0.5rem;
}

.padd-m {
	padding: 0.75rem;
}

.padd-l {
	padding: 1rem;
}

.padd-xl {
	padding: 1.5rem;
}

.padd-xxl {
	padding: 2rem;
}

.padd-xxxl {
	padding: 3rem;
}

.size-xs {
	height: 0.4rem;
}

.size-s {
	height: 0.8rem;
}

.size-m {
	height: 1.5rem;
	width: 1.5rem;
}

.size-l {
	height: 2rem;
	width: 2rem;
}

.size-ml {
	height: 3rem;
	width: 3rem;
}

.size-xl {
	height: 4rem;
	width: 4rem;
}

.size-xxl {
	height: 6rem;
}

.size-xxxl {
	height: 12rem;
}

.white {
	color: #fff;
}

.white svg path {
	fill: #fff;
}

.white a {
	color: #fff;
}

.black {
	color: #000;
}

.black svg path {
	fill: #000;
}

.faded {
	opacity: 0.8;
}

.ingrained {
	opacity: 0.675;
}

.buried {
	opacity: 0.5;
}

.gone {
	opacity: 0.25;
}

.grayscale {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.headed {
	font-family: "Inter", "Franklin Gothic", BlinkMacSystemFont, -apple-system, "San Francisco Text", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.petite {
	font-variant: all-small-caps;
}

.caps {
	text-transform: uppercase;
}

.accented {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#F76C49));
	background: linear-gradient(#ff6200, #F76C49);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.accentedtwo {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#FF8A00), to(#ff6200));
	background: linear-gradient(#FF8A00, #ff6200);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.white-bg {
	background: #fff;
}

.accented-bg {
	background: #ff6200;
}

.reaccented-bg {
	background: #FF8A00;
}

.darkened-bg {
	background: #f0e9e5;
}

.white-bg {
	background: #fff;
}

.black-bg {
	background: #000;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.float-fix {
	position: relative;
	top: -3.75rem;
}

@media (max-width: 768px) {
	.center-mobile {
		text-align: center;
	}

	.left-mobile {
		text-align: left;
	}

	.large-vw-bg {
		background-image: none !important;
	}

	.padded-row .col {
		margin: 1rem 0;
	}
}

@media (min-width: 768px) {
	.padded-row .col {
		margin-right: 2rem;
	}

	.padded-row .col:last-of-type {
		margin-right: 0;
	}
}

.choices-on-right {
	padding: 1.8rem 0;
}

.choices-on-right .padd-m {
	display: none;
}

@media (max-width: 768px) {

	.choices-on-right__init,
	.choices-on-right__cta,
	.choices-on-right .padd-m {
		display: block;
	}

	.choices-on-right .float-fix {
		position: static;
	}

	.choices-on-right .float-right {
		float: none;
	}
}

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

.horizontal-list {
	display: inline-block;
}

.horizontal-list li {
	display: inline-block;
}

.half-list li {
	display: inline-table;
	width: 45%;
}

.check-list li::before {
	content: ' ✓ ';
}

.stretch-img {
	width: 100%;
	height: auto;
}

.apply-bg-props {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.flex-strong {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

/**
 * Elements
 */
.under-hero {
	/*
  height: 100vh;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  background-color: #AA393F;
  z-index: index($layers, root);*/
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
}

.btn {
	display: inline-block;
	margin: 0.5rem 0;
	margin-right: 0.25rem;
	border-radius: 0.3rem;
	font: inherit;
	cursor: pointer;
	outline: 0;
	-webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s;
	transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
	padding: 0.6rem 1.2rem;
	font-weight: 500;
}

.btn:hover {
	-webkit-box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-0.05rem);
	transform: translateY(-0.05rem);
}

.btn:active {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.btn--block {
	width: 100%;
	margin: 0;
	padding: 0.5rem;
	text-align: center;
}

.btn--primary {
	background: -webkit-gradient(linear, left top, left bottom, from(#ff6200), to(#FF8A00));
	background: linear-gradient(#ff6200, #FF8A00);
	color: #fff;
}

.btn--secondary {
	background: #0a0400;
	color: #fff;
}

.btn--white {
	background: #fff;
	color: #000 !important;
}

.btn--white svg path {
	fill: #000;
}

.btn--black {
	background: #000;
	color: #fff;
}

.btn--black svg path {
	fill: #fff;
}

.btn--ghost {
	padding: 0.52rem 1.12rem;
	border: 0.08rem solid transparent;
	border-color: currentColor;
	background: transparent;
	color: currentColor;
}

.btn--ghost svg path {
	fill: currentColor;
}

.card {
	-webkit-box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.2);
	background-color: #fff;
	display: block;
	-webkit-transition: -webkit-box-shadow 0.2s;
	transition: -webkit-box-shadow 0.2s;
	transition: box-shadow 0.2s;
	transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.card:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.card .container {
	padding: 2rem;
}

.pricing-card {
	border: 0.06rem solid rgba(0, 0, 0, 0.2);
	padding: 3rem 1.5rem;
	margin: 1rem;
}

.plan-bit {
	display: block;
	border: 0.1rem solid rgba(10, 4, 0, 0.125);
}

/**
 * Nav
 */
.nav-mobile {
	display: none;
}

.nav-full {
	z-index: 5;
	position: fixed;
	width: 100%;
	-webkit-transition: 0.2s background, 0.1s padding, 0.1s -webkit-box-shadow;
	transition: 0.2s background, 0.1s padding, 0.1s -webkit-box-shadow;
	transition: 0.2s background, 0.1s padding, 0.1s box-shadow;
	transition: 0.2s background, 0.1s padding, 0.1s box-shadow, 0.1s -webkit-box-shadow;
}

.nav-full.active {
	background: #fff;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.05);
	box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.05);
}

.nav-full__product path,
.nav-full__product polygon {
	fill: #fff;
}

.nav-full__logo svg {
	height: 3rem;
	width: auto;
	position: static;
}

.nav-full__list {
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.nav-full__list .list-item {
	padding: 0 0.8rem;
	padding-top: 1rem;
}

.nav-full__list .nav-full__logo {
	padding-left: 0;
	padding-top: 0;
}

.nav-full__list .nav-full__last-item {
	margin-right: auto;
}

.nav-full__sublist {
	padding-left: 1.4rem;
}

.nav-full li.nav-full__cta {
	padding-right: 0;
	margin: 0;
	padding-left: 0.75rem;
}

.nav-full li.nav-full__cta .btn {
	margin: 0;
	padding: 0.75rem 1.25rem;
}

.nav-full li.nav-full__cta .btn svg {
	width: 1.2rem;
	height: 1.2rem;
	position: relative;
	top: 0.25rem;
}

@media (max-width: 62rem) {
	#nav-full__nudge {
		display: none;
	}
}

@media (max-width: 768px) {
	.nav-mobile {
		display: block;
		position: absolute;
		width: 100%;
		z-index: 5;
	}

	.nav-mobile .container {
		padding: 0.875rem;
	}

	.nav-mobile__menu {
		display: none;
		background: #fff;
		-webkit-box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1), 0 1rem 2rem rgba(0, 0, 0, 0.125), 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
		box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1), 0 1rem 2rem rgba(0, 0, 0, 0.125), 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
		-webkit-animation: fade 0.2s;
		animation: fade 0.2s;
	}

	.nav-mobile__menu .nav-mobile__first-menu li {
		padding: 0.5rem 0.25rem;
	}

	.nav-mobile__menu .nav-mobile__secondary-menu li {
		display: inline-table;
		width: 45%;
		padding: 0.25rem;
	}

	.nav-mobile .nav-mobile__menu.nav-mobile__menu--active {
		display: block;
	}

	.nav-mobile__menu-text {
		position: relative;
		top: -0.175rem;
	}

	.nav-mobile__logo svg {
		height: 1.8rem;
		width: auto;
		position: static;
	}

	.nav-mobile__menu-btn {
		cursor: pointer;
	}

	.nav-mobile__menu-btn svg {
		height: 1.4rem;
		width: 1.4rem;
	}

	.nav-full {
		display: none;
	}
}

.nav-cover {
	padding: 1.75rem;
}

.nav-cinematic {
	position: absolute;
	width: 100%;
}

.nav-cinematic__logo {
	height: 1.4rem;
	width: auto;
}

.monochrome-nav .nav-mobile__logo svg path,
.monochrome-nav .nav-mobile__logo svg g {
	fill: #fff;
}

.monochrome-nav .nav-mobile__menu-btn path {
	fill: #fff;
}

.monochrome-nav .nav-mobile__menu-text {
	color: #fff;
}

.monochrome-nav .inactive .nav-full__logo svg path,
.monochrome-nav .inactive .nav-full__logo svg g {
	fill: #fff;
}

.monochrome-nav .nav-full.inactive,
.monochrome-nav .nav-full.inactive a {
	color: #fff;
}

.monochrome-nav .inactive .nav-full__svg path {
	fill: #fff;
}

.monochrome-nav-black .nav-mobile__logo svg path,
.monochrome-nav-black .nav-mobile__logo svg g {
	fill: #000;
}

.monochrome-nav-black .nav-mobile__menu-btn path {
	fill: #000;
}

.monochrome-nav-black .nav-mobile__menu-text {
	color: #000;
}

.monochrome-nav-black .inactive .nav-full__logo svg path,
.monochrome-nav-black .inactive .nav-full__logo svg g {
	fill: #000;
}

.monochrome-nav-black .nav-full.inactive,
.monochrome-nav-black .nav-full.inactive a {
	color: #000;
}

.monochrome-nav-black .inactive .nav-full__svg path {
	fill: #000;
}

.nav--accented .nav-mobile__logo svg path,
.nav--accented .nav-mobile__logo svg g {
	fill: #F55F44;
}

.nav--accented .nav-full__logo svg path,
.nav--accented .nav-full__logo svg g {
	fill: #F55F44;
}

/**
 * Blog articles
 */
.small-article {
	display: inline-table;
	padding: 1.5rem 0.5rem;
	width: calc(33.3% - 0.5rem);
}

.small-article .stretch-img {
	min-height: 14rem;
}

@media (max-width: 768px) {
	.small-article {
		width: 100%;
	}

	.apply-bg-props {
		min-height: 50vh;
	}
}

.large-article {
	min-height: 50vh;
}

.large-article__profile {
	height: 1.75rem;
	width: 1.75rem;
	border-radius: 50%;
	margin-right: 1rem;
}

.large-article__meta {
	padding: 0 4rem;
}

@media (max-width: 768px) {
	.large-article {
		min-height: auto;
	}

	.large-article img {
		height: auto;
		width: 100%;
		margin: 0;
		float: none;
	}
}

/**
 * Browse bar nav
 */
.white-nav .nav-full,
.white-nav .nav-mobile {
	background: #fff;
}

/**
 * Footer
 */
.hide-footer-line .footer-line {
	display: none;
}

.footer {
	background: #ffe2d0;
	color: #000;
	border-bottom: 8px solid #ff6200;
	position: relative;
	padding: 1.5rem 0;
}

.footer__logo {
	display: block;
	position: absolute;
	margin-top: 2rem;
	margin-left: 8rem;
	width: 6rem;
	height: 6rem;
	background-size: cover;
	opacity: 0.1;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

@media (max-width: 640px) {
	.footer ul {
		display: inline-table;
		width: 45%;
		line-height: 1.75;
		margin-bottom: 2rem;
	}
}

@media (min-width: 640px) {
	.footer .footer-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.footer ul {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
}

.footer .petite {
	line-height: 1.25;
	max-width: 16rem;
}

.footer a {
	color: #000;
}

.footer a:hover {
	color: #ff6200;
}

.footer svg path {
	fill: #000;
}

.footer a:hover svg path {
	fill: #ff6200;
}

.footer .footer__logo svg {
	height: 1.125rem;
	width: auto;
}

.footer .footer__logo svg use,
.footer .footer__logo svg path {
	fill: #666;
}

.footer .footer__logo svg:hover use,
.footer .footer__logo svg:hover path {
	fill: #ff6200;
}

/**
 * https://github.com/IonicaBizau/gridly | MIT
 */
.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.col {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

@media (max-width: 48em) {
	.hide-on-mobile {
		display: none;
	}

	.row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

@media (min-width: 768px) {
	.col-tenth {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 10%;
		flex: 0 0 10%;
	}

	.col-fifth {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
	}

	.col-quarter {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}

	.col-third {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333334%;
		flex: 0 0 33.3333334%;
	}

	.col-half {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

/**
 * iNPUTS
 */
.text-input {
	background: transparent;
	display: block;
	width: 100%;
	font: inherit;
	color: inherit;
	padding: 0.5rem 0.75rem;
	outline: 0;
	resize: none;
	-webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
	transition: background 0.2s, -webkit-box-shadow 0.2s;
	transition: box-shadow 0.2s, background 0.2s;
	transition: box-shadow 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
}

.text-input:focus {
	background: #fff;
	-webkit-box-shadow: 0.1rem 0.1rem rgba(0, 0, 0, 0.125);
	box-shadow: 0.1rem 0.1rem rgba(0, 0, 0, 0.125);
}

.text-input {
	border: 0.1rem solid rgba(10, 4, 0, 0.2);
}

.option {
	display: block;
	padding: 0.2rem 0;
}

.option svg {
	width: 1.2rem;
	height: 1.2rem;
	float: left;
	margin-right: 1rem;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown__content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 20rem;
	border-radius: 0.3rem;
	-webkit-box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1), 0 1rem 2rem rgba(0, 0, 0, 0.125), 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
	box-shadow: 0 3rem 6rem rgba(0, 0, 0, 0.1), 0 1rem 2rem rgba(0, 0, 0, 0.125), 0 0.375rem 1rem rgba(0, 0, 0, 0.1);
	-webkit-animation: fade 0.2s;
	animation: fade 0.2s;
}

.dropdown__content--smaller {
	min-width: 10rem;
}

.dropdown__content--smaller li a {
	padding: 0.25rem 0;
	display: block;
}

.dropdown--left {
	left: -1.5rem;
}

.dropdown li {
	display: block;
}

.dropdown:hover .dropdown__content {
	display: block;
}

.dropdown:hover .dropdown__initiator {
	opacity: 0.8;
}

.monochrome-nav .nav-full .dropdown__content a {
	color: #000;
}

@-webkit-keyframes fade-no-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade-no-up {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes delayedfade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes delayedfade {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes delayedfadenoup {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes delayedfadenoup {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadinginandout {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadinginandout {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes delayedfadeingrained {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 0.8;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes delayedfadeingrained {
	0% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateY(0.5rem);
		transform: translateY(0.5rem);
	}

	100% {
		opacity: 0.8;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.service__icon {
	transition: transform 0.2s, filter 0.2s;
	display: block;
}

a:hover .service__icon {
	transform: scale(1.08);
	filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.5));
}

a:active .service__icon {
	transform: scale(0.98);
	opacity: 0.6;
	box-shadow: none;
}

/**
 * Modal
 */
.modal[aria-hidden='true'] {
	display: none;
}

/**************************  Basic Modal Styles
\**************************/
.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 100;
}

.modal__container {
	background: #fff;
	padding: 1rem;
	max-width: 40rem;
	max-height: 80vh;
	border-radius: 0.25rem;
	overflow-y: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: #ff6200;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.modal__close {
	background: transparent;
	border: 0;
	font-size: 1.25rem;
}

.modal__header .modal__close::before {
	content: "\2715";
}

/**************************  Demo Animation Style
\**************************/
.micromodal-slide[aria-hidden="false"] .modal__overlay {
	-webkit-animation: faded .125s;
	animation: faded .125s;
}

.micromodal-slide[aria-hidden="false"] .modal__container {
	-webkit-animation: fadeup .4s;
	animation: fadeup .4s;
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
	will-change: transform;
}

#snackbar-container {
	position: fixed;
	left: 20px;
	bottom: 0;
	z-index: 99999;
}

.snackbar {
	overflow: hidden;
	clear: both;
	min-width: 288px;
	max-width: 568px;
	cursor: pointer;
	opacity: 0;
}

@media (max-width: 767px) {
	#snackbar-container {
		left: 0 !important;
		right: 0;
		width: 100%;
	}

	#snackbar-container .snackbar {
		min-width: 100%;
	}

	#snackbar-container [class="snackbar active"] {
		border-radius: 0;
		margin-bottom: 0;
	}
}

.snackbar {
	background-color: #323232;
	color: #FFF;
	font-size: 14px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	height: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, padding 0s linear .2s, height 0s linear .2s;
	-webkit-transition: opacity .2s ease-in, height 0s linear .2s, padding 0s linear .2s, height 0s linear .2s, -webkit-transform .2s ease-in-out;
	transition: opacity .2s ease-in, height 0s linear .2s, padding 0s linear .2s, height 0s linear .2s, -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, padding 0s linear .2s, height 0s linear .2s;
	transition: transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, padding 0s linear .2s, height 0s linear .2s, -webkit-transform .2s ease-in-out;
	-webkit-transform: translateY(200%);
	transform: translateY(200%);
}

.snackbar.active>a {
	text-decoration: none;
	line-height: 100%;
	font-weight: 700;
	margin-left: 24px;
	float: right;
	color: #4CAF50;
}

.snackbar.active {
	opacity: 1;
	padding: 14px 24px;
	margin-bottom: 20px;
	height: auto;
	-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s;
	-webkit-transition: opacity .2s ease-in, height 0s linear .2s, height 0s linear .2s, -webkit-transform .2s ease-in-out;
	transition: opacity .2s ease-in, height 0s linear .2s, height 0s linear .2s, -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, height 0s linear .2s;
	transition: transform .2s ease-in-out, opacity .2s ease-in, height 0s linear .2s, height 0s linear .2s, -webkit-transform .2s ease-in-out;
	-webkit-transform: none;
	transform: none;
}

/* Responsive typography */
@media (max-width: 768px) {
	.h1 {
		font-size: 3rem;
	}
}