:root {
	--primary-bg: #fff;
	--lighter-bg: #fafafa;
	--secondary-bg: #fff;
	--tertiary-bg: #f7f7f7;
	--darker-bg: #1c1c1c;
	--dark-bg: #000;
	--header-bg: #fffffff7;
	--menu-bg: #fff;
	--notice-bg: #3eb4d0f7;
	--alt-notice-bg: #db4437;
	--gradient-bg: #fafafa linear-gradient(#fff, #fafafa);
	--footer-bg: #fff;

	--primary-fill: #fff;
	--secondary-fill: #000;

	--primary-font: #000;
	--secondary-font: #888;
	--alternate-font: #fff;
	--ghost-font: #eee;
	--banner-font: #fff;
	--notice-font: #fff;
	--negative-font:  #db4437;

	--accent-color: #3eb4d0;

	--primary-link-font: #000;
	--secondary-link-font: #000;
	--footer-link-font: #515151;
	--footer-link-font-hover: #1d1d1d;
	--placeholder-font: #ccc;

	--menu-border-color: #444;
	--border-color: #ddd;

	--header-height: 44px;

	--link-font-size: 20px;
	--grid-item-font-size: 25px;
	--alt-grid-item-font-size: 25px;
	--small-font-size: 16px;
	--medium-font-size: 30px;
	--large-font-size: 80px;

	--grid-item-width: 50%;
	--alt-grid-item-width: 33%;

	--glyph-height: 100px;
	--glyph-size: 90px;
}

::placeholder {
	color: var(--placeholder-font);
	opacity: 1;
}

:-ms-input-placeholder {
	color: var(--placeholder-font);
}

::-ms-input-placeholder {
	color: var(--placeholder-font);
}

.negative {
	color:  var(--negative-font);
}

a {
	text-decoration: none;
}

header a {
	text-decoration: none;
}

.agree {
	gap: 10px;
}
.agree label {
	flex: 1;
}
.agree .link {
	font-size: inherit;
}

.categoryLink {
	color: var(--accent-color);
}

.label, #hourItems {
	padding-left: 5px;
	position: relative;
}

#categories {
	display: flex;
	flex-wrap: wrap;
}
#categories .item {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.delete {
	margin-left: 10px;
}
.delete[data-for=hours] {
    margin-left: 10px;
} 

#categories .item:nth-of-type(2) .delete {
	background-color: #ddd;
	cursor: not-allowed;
}

.color {
	color: var(--accent-color);
	font-size: var(--link-font-size);
	display: inline-block;
}
.link.color:hover {
	text-decoration: underline;
}

.menuItem.active a {
	opacity: 1 !important;
}

.link:after {
	content: "";
	font-family: "SF Pro Icons";
	padding-left: 5px;
	text-decoration: none;
	display: inline-block;
}

@font-face {
	font-family:'SF Pro Icons';
	font-style:normal;
	font-weight:400;
	src:url("/fonts/SFProIcons_regular.woff") format("woff");
	/* (C) 2015 Apple Inc. All rights reserved.*/
}

* {
	font-family: Arial, sans-serif;
	letter-spacing: 0.45px;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	box-sizing: border-box;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	-webkit-mask-repeat: no-repeat;
	-moz-mask-size: contain;
	-moz-mask-position: center;
	-moz-mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
}

.content .text {
	line-height: 1.42857143;
}

.noSelect {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: calc(100% - var(--header-height));
	min-width: 320px;
	color: var(--primary-font);
	background-color: var(--primary-bg);
}

.holder {
	width: 100%;
	display: flex;
}

.holder:not(:last-child) {
	padding-bottom: 40px;
}

.holder[data-section=info] {
	background: #f9f9f9;
	padding: 40px;
}

.holder[data-section=info] .item {
	border-radius: 20px;
}

.wrapper {
	width: 100%;
	height: 100%;
	background-color: var(--primary-bg);
}

.spacer {
	width: 100%;
}

.spacer.large {
	height: 100px;
}
.spacer.small {
	height: 50px;
}
.spacer.tiny {
	height: 20px;
}
.spacer.mini {
	height: 10px;
}
.spacer.micro {
	height: 5px;
}

header {
	height: 48px;
	max-height: 44px;
	background-color: var(--header-bg);
	position: fixed;
	top: 0;
	z-index: 100;
	display: block;
	left: 0;
	right: 0;
	overflow: hidden;
	line-height: 1;
    -webkit-transition: .3s all,box-shadow .6s ease;
    -webkit-transition: .3s all,-webkit-box-shadow .6s ease;
    transition: .3s all,-webkit-box-shadow .6s ease;
    transition: .3s all,box-shadow .6s ease;
    transition: .3s all,box-shadow .6s ease,-webkit-box-shadow .6s ease;
}
.notice.shadow {
	box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 50%);
}
.headerContent {
	height: var(--header-height);
	margin: 0 auto;
	font-size: 14px;
	position: relative;
}

.mobileHeader {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	transition: background-color .3s;
}

.menuState {
	display: none;
}

.logoHolder {
	width: 70px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	text-align: center;
	line-height: var(--header-height);
}

.headerMenu {
	width: 100%;
	height: 100%;
	margin: auto;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 90;
	transition: opacity .5s, top .5s;
	transition-delay: .1s;
}

.headerMenu .menuItem .text {
	line-height: var(--header-height);
	letter-spacing: 0;
}

.hover, .headerMenu .menuItem a {
	opacity: 0.7;
}

.hover:hover, .headerMenu .menuItem a:hover {
	opacity: 1 !important;
}

.headerMenu .menuItem a:link, .headerMenu .menuItem a:visited, .headerMenu .menuItem a:hover, .headerMenu .menuItem a:active, .logoHolder {
	color: var(--secondary-link-font);
	height: 100%;
	width: 100%;
	display: block;
	padding: 0 10px 0 10px;
	display: block;
	line-height: var(--header-height);
	font-weight: bold;
}

.headerMenu .menuItem a div {
	height: 100%;
}

.logoHolder .logo, .headerMenu .menuItem .logo {
	-webkit-mask-image: url(/img/logo.png);
	-webkit-mask-size: 20px;
	-moz-mask-image: url(/img/logo.png);
	-moz-mask-size: 20px;
	mask-image: url(/img/logo.png);
	mask-size: 20px;
	height: 100%;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	background: var(--accent-color);
}

.buttonHolder {
	width: var(--header-height);
	height: 100%;
	position: absolute;
	top: 0;
}
.left {
	left: 0;
	float: left;
}
.leftAlign {
	text-align: left;
}

.right {
	right: 0;
	float: right;
}

.siriSearch .bottom div {
	display: inline-block;
}

.siriSearch {
	height: 100%;
}
.siriSearch .top {
	height: 84px;
}
/*
.siriSearch .bottom {
	height: 185px;
}
*/

.form {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.form table {
	width: 100%;
}

.button {
	width: 100%;
	height: 100%;
	z-index: 100;
	position: absolute;
	cursor: pointer;
}

.button.call {
	background-image: url(/img/phone.png);
	background-size: 20px;
}

.menuButtonTopHolder, .menuButtonBottomHolder {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 9px;
	left: 9px;
	transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.menuButtonTopLine {
	top: 14px;
	transform: translateY(-3px);
}

.menuButtonBottomLine {
	bottom: 14px;
	transform: translateY(3px);
}

.menuButtonTopLine, .menuButtonBottomLine {
	width: 17px;
	height: 1px;
	background-color: var(--secondary-fill);
	z-index: 100;
	border-radius: 1px;
	position: absolute;
	left: 7px;
    transition: transform .1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1008s;
}

.offset {
	margin-top: var(--header-height);
}

.notice {
    min-height: 48px;
    height: auto;
    background-color: var(--notice-bg);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 44px;
    z-index: 99;
    width: 100%;
}
.notice.alt {
	background-color: var(--alt-notice-bg);
}

.noticeContent {
	color: var(--notice-font);
	font-size: 14px;
	padding: 10px;
}

.icon {
	width: 100px;
	height: 100px;
	background-image: url(/img/maps.png);
	border-radius: 20px;
}

section {
	position: relative;
	z-index: 90;
	display: flex;
	align-items: center;
}

section.banner {
	height: 550px;
}
section.banner .background {
	background-image: url(/img/banner.jpg);
	background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
section .content {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 3;
}

section.darker {
	color: var(--alternate-font);
	background-color: var(--darker-bg);
}

section.dark {
	color: var(--alternate-font);
	background-color: var(--dark-bg);
}

section.lighter {
	color: var(--primary-font);
	background-color: var(--lighter-bg);
}

section.light {
	color: var(--primary-font);
	background-color: var(--primary-bg);
}

section .content .title.small {
	font-size: var(--medium-font-size);
}

section .content .title, section .content .title span {
	font-size: var(--large-font-size);
	line-height: 1.05;
	font-weight: 700;
	letter-spacing: -.015em;
}

section .content .subtitle, section .content .subtitle span {
	font-size: var(--medium-font-size);
	line-height: 1.05;
	font-weight: 400;
	letter-spacing: -.015em;
	opacity: 0.4;
}

.grid .item .text {
    height: 154px;
    font-size: var(--small-font-size);
}

.grid .item .title {
	font-size: var(--grid-item-font-size);
	padding-bottom: 12px;
}

.grid .item .title.alt {
	font-size: var(--alt-grid-item-font-size);
	padding-bottom: 12px;
}

.banner .content .photo {
	width: 100%;
	min-height: 200px;
	max-height: 250px;
	background-image: url(/img/siri.gif);
	margin-top: -50px;
}

section.home {
	flex-wrap: wrap;
}

section.home .grid .item {
	margin: 10px;
	width: calc(var(--grid-item-width) - 20px);
}

section.services .grid .item {
	margin: 10px;
	width: calc(var(--alt-grid-item-width) - 20px);
}

section.light .grid .item {
	background-color: var(--secondary-bg);
}

section.dark .grid .item {
	background-color: var(--darker-bg);
}

figure.picture {
	height: 250px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
}
figure.iphone.picture {
	background-image: url(/img/iphones.png);
}

figure.ipad.picture {
	background-image: url(/img/ipad.png);
}

figure.watch.picture {
	background-image: url(/img/watch.png);
}

figure.mac.picture {
	background-image: url(/img/imac.png);
}

figure.glyph {
	height: var(--glyph-height);
	background-size: var(--glyph-size);
    background-position: bottom;
}
figure.mac.glyph {
	background-image: url(/img/icons/mac.png);
}
figure.ipad.glyph {
	background-image: url(/img/icons/ipad.png);
}
figure.iphone.glyph {
	background-image: url(/img/icons/iphone.png);
}
figure.watch.glyph {
	background-image: url(/img/icons/watch.png);
}
figure.tv.glyph {
	background-image: url(/img/icons/tv.png);
}
figure.homepod.glyph {
	background-image: url(/img/icons/homepod.png);
}

.item .bottom {
	padding-bottom: 25px !important;
}

section:not(.auto) {
	height: 500px;
}

footer {
	background-color: var(--footer-bg);
}

footer a {
	color: var(--footer-link-font);
}

footer a:hover {
	color: var(--footer-link-font-hover);
}

.footerContent {
	height: 100%;
	padding: 0 10px 0 10px;
	margin: 0 auto;
	color: var(--secondary-font);
	font-size: 11.8px;
}

.footerContent .section {
	padding: 9px 0 9px 0;
}

.footerContent .section:last-child {
	padding: 9px 0 29px 0;
}

.footerContent .section.contact {
	padding-top: 0;
}

.footerContent .section:not(.map):not(:last-child) {
	border-bottom: 1px solid var(--border-color);
}

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

footer .grid .item {
	width: 100%;
	padding-top: 50%;
	position: relative;
}

footer .grid .item #map {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border-radius: 20px;
	overflow: hidden;
}

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

.relative {
	position: relative;
}

.form {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form#addLocation table {
	border-spacing: 10px 0;
}

.form .bunch {
	display: flex;
	gap: 10px;
}

.categoryResults {
	width: 100%;
    max-height: 110px;
    padding: 10px;
    background: var(--tertiary-bg);
    position: absolute;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 2px solid var(--accent-color);
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.deleteCell {
	width: 30px;
}

.actionButton:not(.categoryLink) {
	background-color: var(--accent-color);
}

.actionLink {
	height: 25px;
	line-height: 25px;
}

.actionButton {
	width: 25px;
	height: 25px;
	background-position: center;
	-webkit-transition: background-image .25s;
	-moz-transition: background-image .25s;
	transition: background-image .25s;
}
.actionButton.add {
	-webkit-mask-image: url(/img/add);
	-moz-mask-image: url(/img/add);
	mask-image: url(/img/add);
}
.actionButton.delete {
	-webkit-mask-image: url(/img/delete);
	-moz-mask-image: url(/img/delete);
	mask-image: url(/img/delete);
	margin-right: 10px;
}

.actionButton:hover, .actionLink:hover {
	cursor: pointer;
}

.formSpacer {
	margin-top: 20px;
}

.form#addLocation {
	max-width: 700px;
}

.form#addLocation *:not([type=submit]):not(.center) {
	text-align: left !important;
}

section#terms h2 {
	text-align: left;
}
section#terms li {
	list-style: lower-alpha;
	text-align: left;
}
section#terms li::marker {
	font-weight: bold;
}
section#terms p {
	text-align: left;
}

.form#addLocation [data-name=category] {
	width: 100%;
}

.form input, .form select {
	height: 50px;
	border-radius: 5px;
	font-size: 18px;
	text-align: center;
}

#categories, #hours {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.form .bunch {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.form .mobileBunch {
	display: flex;
	align-items: center;
	width: 100%;
}

.evenly {
	justify-content: space-evenly;
}

.titleWithBackground {
    background: var(--tertiary-bg);
    height: 40px;
    border-radius: 10px;
    padding: 30px 10px;
}

.titleWithBackground div {
    margin: 5px;
}

.alwaysOpen {
	display: flex;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    font-size: 12px;
    width: 101px;
}

.form [data-name=open] {
	margin-right: 5px;
}
.form [data-name=close] {
	margin-left: 5px;
}

.form input, .form textarea, .form select {
	background-color: var(--primary-bg);
	width: 100%;
	outline: none;
	border: 2px solid var(--border-color);
    padding: 10px;
}

.form select {
	background: var(--primary-bg) url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat calc(100% - 5px) 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	color: var(--primary-font);
}

.form input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
}

.form input[type=time] {
	background: var(--primary-bg) url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	color: var(--primary-font);
}

.form textarea {
	resize: none;
}

.form input[type=text]:focus, .form select:focus, .inputField:focus {
	border: 2px solid var(--accent-color);
}

.form input[type=submit] {
	font-size: 17px;
    font-weight: 400;
    background-color: #ffb92a;
    border-radius: 4px;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    border: none;
	-webkit-appearance: none;
}

.form input[type=submit]:not(.disabled):hover {
	cursor: pointer;
	background: #e09c12;
}

.form input[type=submit].disabled {
	background: #ddd;
}

.form input[type=submit].disabled:hover {
	cursor: not-allowed;
}

.flex {
	display: flex;
    justify-content: center;
    align-items: center;
}

.flex * {
	margin: 0;
}

label[for=bundle] {
	height: 15px;
    line-height: 15px;
}

input[type=checkbox]:not(.menuState) {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeSpeed;
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	cursor: pointer;
	margin-left: auto;
	margin-right: auto;
}

.flex #bundle {
	margin: 0 5px 0 0;
}

.accentInput {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border: 2px solid var(--accent-color) !important;
	border-bottom: 2px solid var(--tertiary-bg) !important;
}

.wrapper section {
	width: 100%;
}

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

.container {
	min-width: 320px;
	max-width: 1000px;
}

.padded {
	padding: 20px;
}

.safeArea {
	padding-left: calc(max(10px, env(safe-area-inset-left)));
    padding-right: calc(max(10px, env(safe-area-inset-right)));
}

.mobileHeader {
	display: none;
}

.headerMenu {
	display: flex;
	justify-content: space-between;
	position: relative;
}

header .buttonHolder {
	display: none;
}

.hidden {
	display: none !important;
}

#mobileForm {
	display: none;
}

@media only screen and (max-width: 767px) {
	:root {
		--header-height: 48px;
		--small-font-size: 18px;
		--medium-font-size: 20px;
		--large-font-size: 50px;
		--grid-item-width: 100%;
		--alt-grid-item-width: 50%;
		--alt-grid-item-font-size: 20px;
		--glyph-size: 75px;
		--glyph-height: 80px;
	}

	#desktopForm {
		display: none;
	}

	#mobileForm {
		display: block;
	}

	.safeArea {
		padding: 0;
	}

	header {
		max-height: none;
		transition: height .5s, background-color .5s;
	}

	.mobileHeader {
		display: block;
	}

	header .buttonHolder {
		display: block;
	}

	#menuState:checked ~ header {
		height: 100%;
		background-color: var(--menu-bg);
	}

	#menuState:checked ~ header .mobileHeader {
		background-color: var(--menu-bg);
		z-index: 100;
		position: relative;
	}

	#menuState:checked ~ header .mobileHeader:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background-color: var(--menu-border-color);
	}

	#menuState:checked ~ header .headerMenu {
		top: 0;
		height: auto;
		opacity: 1;
	}

	#menuState:checked ~ header .menuButtonTopHolder, #menuState:checked ~ header .menuButtonBottomHolder {
		transition: transform .3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) .1008s;
	}

	#menuState:checked ~ header .menuButtonTopHolder {
		transform: rotate(45deg);
	}

	#menuState:checked ~ header .menuButtonBottomHolder {
		transform: rotate(-45deg);
	}

	#menuState:checked ~ header .menuButtonTopLine, #menuState:checked ~ header .menuButtonBottomLine {
		transform: none;
		transition: transform .1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
	}

	#menuState:checked ~ header .headerMenu a {
		pointer-events: auto;
	}

	header .headerMenu .menuItem.logo {
		display: none;
	}

	header .headerMenu .menuItem:not(:last-child):after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		height: 1px;
		width: 100%;
		background-color: var(--menu-border-color);
	}

	header .headerMenu .menuItem {
		text-align: left;
		margin-left: auto;
		margin-right: auto;
		width: calc(100% - 80px);
		font-size: 17px;
		position: relative;
		z-index: 80;
	}

	header .headerMenu .menuItem a {
		padding: 0;
		pointer-events: none;
	}

	.headerMenu .menuItem.phone {
		border: none !important;
	}

	.headerMenu {
		height: 0;
		top: -10px;
		opacity: 0;
		display: block;
	}

	.banner {
		height: 350px;
	}

	section.banner {
		height: 420px;
	}
	.siriSearch .top {
		height: 55px;
	}
	/*
	.siriSearch .bottom {
		height: 105px;
	}
	*/

	.form .bunch {
		flex-direction: column;
	}

	.form .bunch *:not(.mobileBunch > *) {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.form .bunch *:not(:first-child):not(:last-child) {
		margin: 5px;
	}

	.alwaysOpen {
		padding-right: 10px;
	}

	#hours .item:nth-child(odd) {
		background-color: var(--tertiary-bg);
	}
}


@media only screen and (max-width: 450px) {
	:root {
		--small-font-size: 15px;
		--medium-font-size: 20px;
		--large-font-size: 33px;
		--alt-grid-item-font-size: 15px;
		--glyph-size: 40px;
		--glyph-height: 40px;
	}

	section.banner {
		height: 300px;
	}
	.siriSearch .top {
		height: 35px;
	}
	/*
	.siriSearch .bottom {
		height: 65px;
	}
	*/
}