@font-face {
    font-family: Gotham_font;
    src: url(../otf/gothambook.otf);
  }

.modal,
.modal .modal-prev-wrapper {
	left: 0
}

.modal {
	background: rgba(0, 0, 0, .8);
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 10;
	overflow: auto
}

.modal .modal-inner-wrapper {
	height: 100%;
	display: table;
	width: 100%
}

.modal .modal-content-wrapper {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.modal .modal-content {
	max-width: 90vw;
	display: inline-block;
	background: #fff;
	position: relative;
	padding: .5rem
}

.modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer
}

.modal .modal-next-wrapper,
.modal .modal-prev-wrapper {
	position: absolute;
	top: 0;
	bottom: 0
}

.modal .modal-next-wrapper {
	right: 0
}

.modal .modal-next,
.modal .modal-prev {
	display: table;
	height: 100%
}

.modal .modal-next-button-wrapper,
.modal .modal-prev-button-wrapper {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer
}

.slick-list,
.slick-slider,
.slick-track {
	position: relative;
	display: block
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	top: 0;
	left: 0
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

article,
aside,
details,
div.ccm-panel-detail,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ol,
ul {
	list-style-position: inside
}

#c5 .hidden,
#c5 .sticky.hidden:not(.sticky-clone),
.chisel-form .hidden,
.chisel-form .sticky.hidden:not(.sticky-clone) {
	visibility: hidden
}

div#ccm-tooltip-holder {
	margin-top: 49px
}

@font-face {
	font-family: freeland;
	src: url(../ttf/freeland.ttf) format("embedded-opentype"), url(../woff/freeland.woff) format("truetype")
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline
}

body {
	line-height: 1
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

ol {
	list-style-type: decimal
}

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

html.stop-scroll body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto
}

html:not(.stop-scroll) {
	overflow-x: hidden
}

body * {
	font-family: "Source Sans Pro", sans-serif
}

.source-sans-pro {
	font-family: "Source Sans Pro", sans-serif !important
}

.freeland,
.freeland * {
	font-family: freeland !important
}

a.bold {
	font-weight: 700
}

a.underline {
	text-decoration: underline
}

#ui-datepicker-div {
	background-color: #020b21
}

#ui-datepicker-div .ui-datepicker-header {
	background-color: #9cf
}

#ui-datepicker-div a,
#ui-datepicker-div th span {
	color: #fff
}

.select2-drop.light .select2-result-selectable,
.select2-drop.light .select2-result-with-children>.select2-result-label {
	color: #000
}

::-webkit-scrollbar {
	width: 15px
}

::-webkit-scrollbar-track {
	background: #f1f1f1
}

::-webkit-scrollbar-thumb {
	background: #020b21
}

::-webkit-scrollbar-thumb:hover {
	background: #036
}

.light ::-webkit-scrollbar {
	width: 15px
}

.light ::-webkit-scrollbar-track {
	background: #f1f1f1
}

.light ::-webkit-scrollbar-thumb {
	background: #ababab
}

.light ::-webkit-scrollbar-thumb:hover {
	background: #333
}

.blue-scroll::-webkit-scrollbar {
	width: 15px
}

.blue-scroll::-webkit-scrollbar-track {
	background: #181e2f
}

.blue-scroll::-webkit-scrollbar-thumb {
	background: #9cf
}

.blue-scroll::-webkit-scrollbar-thumb:hover {
	background: #9cf
}

.ccm-toolbar-visible #c5 header.fixed {
	top: 48px
}

.ccm-toolbar-visible #c5 header .more-menu .sub {
	padding: 4.3rem 3rem
}

.ccm-toolbar-visible #c5 header .more-menu .sub.scrolling {
	padding-top: 3.6rem
}

.ccm-edit-mode #c5 .menu-callout-block .background-image {
	display: none !important
}

.no-display {
	display: none
}

.select2-drop {
	border: none;
	border-top: 1px solid #fff;
	background-color: #020b21 !important
}

.select2-drop.light {
	background-color: #e1e1e1 !important;
	border-top: 1px solid #fff !important
}

.select2-drop.light .select2-results .select2-highlighted,
.select2-result-selectable:hover,
.select2-results .select2-highlighted {
	background-color: #fff
}

.select2-drop.light .select2-result-label {
	text-transform: uppercase;
	font-weight: 700
}

.select2-drop.light .select2-result-selectable:hover {
	color: #000;
	background-color: #fff
}

.select2-drop.light .select2-results .select2-highlighted .select2-result-selectable {
	color: #333
}

.select2-result-with-children>.select2-result-label {
	padding-top: 1rem;
	color: #fff
}

.select2-highlighted .select2-result-label {
	color: #020b21
}

.select2-result-selectable {
	color: #fff;
	padding-left: 1.5rem !important;
	font-size: .8rem;
	font-weight: 700
}

.select2-result-selectable:hover {
	color: #020b21
}

.select2-results .select2-highlighted .select2-result-selectable {
	color: #020b21
}

#c5 *,
.chisel-form * {
	line-height: 1.55em;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern"
}

#c5 .bold,
.chisel-form .bold {
	font-weight: 700
}

#c5 a,
.chisel-form a {
	text-decoration: none;
	color: #036;
	transition: color .4s ease
}

#c5 a:hover,
.chisel-form a:hover {
	cursor: pointer;
	
}

#c5 .layout-content a,
.chisel-form .layout-content a {
	color: #020b21
}

#c5 span.narrow-content-block,
.chisel-form span.narrow-content-block {
	width: 550px;
	margin: auto;
	display: block
}

#c5 .loading-wrapper,
.chisel-form .loading-wrapper {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

#c5 .loading-wrapper h2,
.chisel-form .loading-wrapper h2 {
	margin-bottom: 3rem
}

#c5 .loading-wrapper.light h2,
.chisel-form .loading-wrapper.light h2 {
	color: #000 !important
}

#c5 .mobile,
#c5 .mobile-menu,
.chisel-form .mobile,
.chisel-form .mobile-menu {
	display: none
}

#c5 .desktop,
.chisel-form .desktop {
	display: block
}

#c5 .loading-content,
.chisel-form .loading-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center
}

#c5 h5.loading-message,
.chisel-form h5.loading-message {
	padding-bottom: 1rem
}

#c5 .loading,
.chisel-form .loading {
	height: 50px;
	width: 50px;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	background-position: center center;
	display: inline-block
}

#c5 .loading-overlay,
.chisel-form .loading-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .8;
	display: none;
	z-index: 1
}

#c5 .loading-overlay.light,
.chisel-form .loading-overlay.light {
	background-color: #fff;
	opacity: .95
}

#c5 .dark-blue,
.chisel-form .dark-blue {
	color: #020b21 !important
}

#c5 .white,
.chisel-form .white {
	color: #fff !important
}

#c5 .light-blue,
.chisel-form .light-blue {
	color: #9cf !important
}

#c5 h2,
.chisel-form h2 {
	font-size: 3vw;
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	letter-spacing: .2rem;
	line-height: 2.6vw
}

#c5 h2.centered,
.chisel-form h2.centered {
	text-align: center
}

#c5 h3,
.chisel-form h3 {
	color: #6d6d6d;
	text-transform: lowercase;
	font-size: 40px;
	margin-bottom: 2rem;
	line-height: 1em;
	font-weight: 300
}

#c5 h3.loading-message,
.chisel-form h3.loading-message {
	font-size: 20px;
	margin-bottom: 50px
}

#c5 h3.loading-message.black,
.chisel-form h3.loading-message.black {
	color: #000
}

#c5 h3.mid,
.chisel-form h3.mid {
	font-size: 2vw
}

#c5 h3.small,
.chisel-form h3.small {
	font-size: 1.4vw;
	margin-bottom: 1rem
}

#c5 h4,
.chisel-form h4 {
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	font-size: 1.9rem;
	letter-spacing: .1rem
}

#c5 h4.white,
.chisel-form h4.white {
	color: #fff
}

#c5 h5,
.chisel-form h5 {
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1rem;
	display: block
}

#c5 h6,
.chisel-form h6 {
	color: #6d6d6d;
	text-transform: lowercase;
	font-size: 1.3rem;
	margin-bottom: .5rem;
	line-height: 1em
}

#c5 .jumbo-text,
.chisel-form .jumbo-text {
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .2rem;
	font-size: 23vw;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 16.4vw
}

#c5 .jumbo-text.diamond-black,
.chisel-form .jumbo-text.diamond-black {
	color: #000;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent), url(../png/bg_diamonds_repeatable.png);
	background-clip: text;
	-webkit-background-clip: text
}

#c5 .modal,
.chisel-form .modal {
	z-index: 20
}

#c5 .cursive-text,
.chisel-form .cursive-text {
	font-family: freeland;
	font-size: 9rem;
	display: block;
	margin: -4rem 0 -6.8rem;
	color: #ababab;
	background: -webkit-linear-gradient(transparent, transparent), linear-gradient(to top, #000, #ababab);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	position: relative;
	z-index: 2
}

#c5 .cursive-text.small,
.chisel-form .cursive-text.small {
	font-size: 6rem
}

#c5 .diamond-text,
.chisel-form .diamond-text {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 9rem;
	text-align: center;
	display: block;
	width: 100%;
	line-height: 8rem;
	position: relative;
	z-index: 1
}

#c5 .diamond-text.diamond-black,
.chisel-form .diamond-text.diamond-black {
	color: #000;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent), url(../png/bg_diamonds_repeatable.png);
	background-clip: text;
	-webkit-background-clip: text;
	background-size: 8rem
}

#c5 .line-break,
.chisel-form .line-break {
	display: block;
	margin-top: -.5rem
}

#c5 .diamond-bg,
.chisel-form .diamond-bg {
	background-image: url(../png/bg_diamonds_repeatable.png);
	opacity: .8
}

#c5 .diamond-bg-white,
.chisel-form .diamond-bg-white {
	background-image: url(../png/bg_diamonds_repeatable_white.png)
}

#c5 .wood-bg,
.chisel-form .wood-bg {
	background-image: url(../jpg/bg_dark_wood.jpg)
}

#c5 .blue-dash,
.chisel-form .blue-dash {
	display: block;
	height: 2px;
	width: 3rem;
	margin: 1.5rem auto;
	background-color: #9cf
}

#c5 .form-group .options input,
#c5 .select2-arrow,
.chisel-form .form-group .options input,
.chisel-form .select2-arrow {
	display: none
}

#c5 .spacer,
.chisel-form .spacer {
	height: 10px
}

#c5 .form-group,
.chisel-form .form-group {
	padding: .5rem .25rem;
	position: relative;
	text-align: left
}

#c5 .form-group.light-padding,
.chisel-form .form-group.light-padding {
	padding: .15rem
}

#c5 .form-group .options,
.chisel-form .form-group .options {
	display: none;
	position: absolute;
	padding: 0 1rem 1rem;
	background-color: #020b21;
	color: #fff;
	max-height: 15rem;
	border-top: 1px solid #fff;
	overflow: auto;
	z-index: 10;
	top: initial;
	width: calc(100% - .5rem)
}

#c5 .form-group .options.width-adjust,
.chisel-form .form-group .options.width-adjust {
	width: calc(100% - .75rem)
}

#c5 .form-group.light .options,
.chisel-form .form-group.light .options {
	background-color: #e1e1e1;
	color: #000
}

#c5 input:not([type=checkbox]),
.chisel-form input:not([type=checkbox]) {
	line-height: 2.5rem;
	padding: 1.3rem 3.2rem 0;
	width: 100%;
	font-size: .9rem;
	border: none;
	height: 3.8rem;
	background-color: #e1e1e1;
	color: #000;
	border-radius: 2px
}

#c5 input:not([type=checkbox]).light-padding,
.chisel-form input:not([type=checkbox]).light-padding {
	padding-left: 1rem
}

#c5 input:not([type=checkbox]).blue,
.chisel-form input:not([type=checkbox]).blue {
	background-color: #020b21;
	color: #fff
}

#c5 input:not([type=checkbox]).light,
.chisel-form input:not([type=checkbox]).light {
	background-color: #e1e1e1
}

#c5 textarea,
.chisel-form textarea {
	line-height: 2.5rem;
	padding: 1.3rem .5rem 0;
	width: 100%;
	font-size: .9rem;
	border: none;
	background-color: #e1e1e1;
	color: #000;
	height: 10rem;
	margin-bottom: 2rem
}

#c5 textarea.light-padding,
.chisel-form textarea.light-padding {
	padding-left: 1rem
}

#c5 textarea.blue,
.chisel-form textarea.blue {
	background-color: #020b21;
	color: #fff
}

#c5 textarea.light,
.chisel-form textarea.light {
	background-color: #e1e1e1
}

#c5 .light::-webkit-input-placeholder,
.chisel-form .light::-webkit-input-placeholder {
	color: #333
}

#c5 .light::-moz-placeholder,
.chisel-form .light::-moz-placeholder {
	color: #333
}

#c5 .light:-ms-input-placeholder,
.chisel-form .light:-ms-input-placeholder {
	color: #333
}

#c5 .light:-moz-placeholder,
.chisel-form .light:-moz-placeholder {
	color: #333
}

#c5 .gray::-webkit-input-placeholder,
.chisel-form .gray::-webkit-input-placeholder {
	color: #333
}

#c5 .gray::-moz-placeholder,
.chisel-form .gray::-moz-placeholder {
	color: #333
}

#c5 .gray:-ms-input-placeholder,
.chisel-form .gray:-ms-input-placeholder {
	color: #333
}

#c5 .gray:-moz-placeholder,
.chisel-form .gray:-moz-placeholder {
	color: #333
}

#c5 ::-webkit-input-placeholder,
.chisel-form ::-webkit-input-placeholder {
	color: #fff
}

#c5 ::-moz-placeholder,
.chisel-form ::-moz-placeholder {
	color: #fff
}

#c5 :-ms-input-placeholder,
.chisel-form :-ms-input-placeholder {
	color: #fff
}

#c5 :-moz-placeholder,
.chisel-form :-moz-placeholder {
	color: #fff
}

#c5 .select2-container,
.chisel-form .select2-container {
	width: 100%;
	height: 100%;
	background-color: #020b21
}

#c5 .select2-choice,
.chisel-form .select2-choice {
	border-radius: 0;
	outline: 0;
	border: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 1.7rem
}

#c5 .select2-chosen,
.chisel-form .select2-chosen {
	background-color: #020b21;
	margin-right: 0
}

#c5 .call-to-action,
.chisel-form .call-to-action {
	position: relative;
	width: 100%;
	height: 3.3rem;
	border: none;
	color: #fff;
	font-size: .8rem;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	transition: background .4s ease;
	border-radius: 4px;
	overflow: visible
}

#c5 .call-to-action.centered,
.chisel-form .call-to-action.centered {
	width: 20%;
	min-width: 14rem;
	margin: auto
}

#c5 .call-to-action:hover,
.chisel-form .call-to-action:hover {
	cursor: pointer;
	background-color: #9cf
}

#c5 .call-to-action.light-blue-bg,
.chisel-form .call-to-action.light-blue-bg {
	background-color: rgba(142, 197, 255, .6)
}

#c5 .call-to-action.light-blue-bg:hover,
.chisel-form .call-to-action.light-blue-bg:hover {
	cursor: pointer;
	background-color: #9cf;
	color: #fff
}

#c5 .call-to-action.solid,
.chisel-form .call-to-action.solid {
	background-color: #9cf;
	color: #fff
}

#c5 .call-to-action.solid:hover,
.chisel-form .call-to-action.solid:hover {
	background-color: #020b21
}

#c5 .call-to-action.dark,
.chisel-form .call-to-action.dark {
	color: #020b21
}

#c5 .call-to-action.light,
.chisel-form .call-to-action.light {
	color: #fff
}

#c5 .call-to-action.blue-border,
.chisel-form .call-to-action.blue-border {
	border: 2px solid #9cf;
	padding: 1.25rem 2rem
}

#c5 .call-to-action.small,
.chisel-form .call-to-action.small {
	padding: .5vw 1vw;
	width: auto;
	height: auto
}

#c5 a.call-to-action,
.chisel-form a.call-to-action {
	margin-bottom: 3rem;
	height: auto;
	padding: 1.3rem 0;
	text-align: center;
	transition: opacity .4s ease
}

#c5 .light-gray-line,
.chisel-form .light-gray-line {
	height: 1px;
	background-color: rgba(174, 174, 174, .2);
	margin: .25rem 0
}

#c5 strong,
.chisel-form strong {
	color: #fff;
	font-weight: 700
}

#c5 header,
.chisel-form header {
	padding: 1.5rem 2.5%;
	position: absolute;
	width: 100%;
	z-index: 15;
	transition: background-color .4s ease, padding .4s ease
}

#c5 header.timer-enabled,
.chisel-form header.timer-enabled {
	padding-bottom: 0 !important
}

#c5 header .flex,
.chisel-form header .flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	width: 100%
}

#c5 header .counter-wrapper,
.chisel-form header .counter-wrapper {
	width: 100%;
	text-align: center;
	margin-top: -15px
}

#c5 header #countdown-timer,
.chisel-form header #countdown-timer {
	height: 15px
}

#c5 header #countdown-timer.finished,
.chisel-form header #countdown-timer.finished {
	height: 3rem
}

#c5 header .countdown-description,
.chisel-form header .countdown-description {
	padding-top: .8rem;
	font-size: 1.4rem;
	color: #fff;
	display: none
}

#c5 header .kkcd-container,
.chisel-form header .kkcd-container {
	text-transform: lowercase;
	color: #9cf;
	font-size: 1.8rem
}

#c5 header .kkcd-container [class*='-text'],
.chisel-form header .kkcd-container [class*='-text'] {
	color: #fff;
	font-size: 1.3rem
}

#c5 header.fixed,
.chisel-form header.fixed {
	position: fixed;
	background-color: #fff;
	top: 0;
	border-bottom: 2px solid rgba(0, 0, 0, .1);
	padding: 1vw 2.5%
}

#c5 header.fixed .kkcd-container,
.chisel-form header.fixed .kkcd-container {
	text-transform: lowercase;
	color: #036
}

#c5 header.fixed .kkcd-container [class*='-text'],
.chisel-form header.fixed .kkcd-container [class*='-text'] {
	color: #333
}

#c5 header.fixed .countdown-description,
#c5 header.fixed nav a,
.chisel-form header.fixed .countdown-description,
.chisel-form header.fixed nav a {
	color: #036
}

#c5 header.fixed .logo svg *,
.chisel-form header.fixed .logo svg * {
	fill: #036
}

#c5 header.fixed svg:hover *,
.chisel-form header.fixed svg:hover * {
	fill: #9cf
}

#c5 header.fixed nav a:hover,
.chisel-form header.fixed nav a:hover {
	color: #9cf
}

#c5 header.fixed button.more svg,
.chisel-form header.fixed button.more svg {
	fill: #036;
	transition: fill .4s ease
}

#c5 header.fixed .more-menu .more-label,
.chisel-form header.fixed .more-menu .more-label {
	color: #036;
	transition: color .4s ease
}

#c5 header.fixed .more-menu .more-label:hover,
#c5 header.fixed .more-menu:hover .more-label,
.chisel-form header.fixed .more-menu .more-label:hover,
.chisel-form header.fixed .more-menu:hover .more-label {
	color: #9cf
}

#c5 header.fixed .more-menu:hover button.more svg,
.chisel-form header.fixed .more-menu:hover button.more svg {
	fill: #9cf !important
}

#c5 header .logo svg,
.chisel-form header .logo svg {
	width: 245px;
	height: 53px
}

#c5 header .logo svg *,
.chisel-form header .logo svg * {
	transition: fill .4s ease
}

#c5 header nav:not(.mobile-menu),
.chisel-form header nav:not(.mobile-menu) {
	padding: 0 1rem;
	text-align: center
}

#c5 header .nav li,
.chisel-form header .nav li {
	display: inline-block;
	padding: 0 1rem
}

#c5 header .nav a,
.chisel-form header .nav a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: .1rem;
	font-size: .9rem;
	transition: color .4s ease
}

#c5 header .more-menu:hover .more-label,
#c5 header .nav a:hover,
.chisel-form header .more-menu:hover .more-label,
.chisel-form header .nav a:hover {
	color: #9cf
}

#c5 header .nav .sub,
.chisel-form header .nav .sub {
	display: none
}

#c5 header .more-menu,
.chisel-form header .more-menu {
	display: -ms-flexbox;
	display: flex;
	flex-Direction: row;
	-ms-flex-align: center;
	align-items: center;
	max-width: 10vw;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	transition: color .4s ease
}

#c5 header .more-menu:hover button.more svg,
.chisel-form header .more-menu:hover button.more svg {
	fill: #9cf
}

#c5 header .more-menu :hover,
.chisel-form header .more-menu :hover {
	cursor: pointer
}

#c5 header .more-menu li,
.chisel-form header .more-menu li {
	padding-left: .5rem
}

#c5 header .more-menu .more-label,
.chisel-form header .more-menu .more-label {
	color: #fff;
	transition: color .4s ease;
	font-weight: 700
}

#c5 header .more-menu .sub,
.chisel-form header .more-menu .sub {
	display: block;
	position: fixed;
	background-color: #030e1e;
	top: 0;
	width: 25rem;
	height: 100vh;
	right: -25rem;
	transition: right .4s ease;
	padding: 1.5rem 3rem 7rem;
	overflow: auto
}

#c5 header .more-menu .sub .close svg *,
.chisel-form header .more-menu .sub .close svg * {
	fill: #fff
}

#c5 header .more-menu .sub.scrolling:not(.mobile-menu-open),
.chisel-form header .more-menu .sub.scrolling:not(.mobile-menu-open) {
	padding-top: .5rem
}

#c5 header .more-menu .sub .social-icon-block,
.chisel-form header .more-menu .sub .social-icon-block {
	position: fixed;
	bottom: 0;
	right: -25rem;
	width: 25rem;
	text-align: center;
	background-color: #030e1e;
	padding: 1rem 0;
	transition: right .4s ease;
	z-index: 1
}

#c5 header .more-menu .sub.open,
#c5 header .more-menu .sub.open .social-icon-block,
.chisel-form header .more-menu .sub.open,
.chisel-form header .more-menu .sub.open .social-icon-block {
	right: 0
}

#c5 header .more-menu .sub .close,
.chisel-form header .more-menu .sub .close {
	display: block;
	border: none;
	background-color: transparent;
	font-size: 2.5rem;
	color: #fff;
	margin-left: -1rem;
	line-height: 2rem;
	margin-bottom: 2rem
}

#c5 header .more-menu .sub li:not(.non-li),
.chisel-form header .more-menu .sub li:not(.non-li) {
	padding: 0 0 2rem 1.5rem;
	display: block
}

#c5 header .more-menu .sub li:not(.non-li) a,
.chisel-form header .more-menu .sub li:not(.non-li) a {
	font-size: 1.2rem
}

#c5 header .more-menu .sub.open>li:last-of-type,
.chisel-form header .more-menu .sub.open>li:last-of-type {
	padding-bottom: 10rem
}

#c5 header button.more,
.chisel-form header button.more {
	border: none;
	background: 0 0;
	font-size: 25px
}

#c5 header button.more svg,
.chisel-form header button.more svg {
	height: 15px;
	width: 20px;
	fill: #fff;
	transition: fill .4s ease
}

#c5 header button.more svg:hover,
.chisel-form header button.more svg:hover {
	fill: #9cf
}

#c5 button,
.chisel-form button {
	border: none;
	background-color: transparent
}

#c5 button:hover,
.chisel-form button:hover {
	cursor: pointer
}

#c5 button.details-button,
.chisel-form button.details-button {
	padding: 0;
	text-transform: uppercase
}

#c5 .layout.layout-one-column.relative,
.chisel-form .layout.layout-one-column.relative {
	display: none
}

#c5 .header-banner,
.chisel-form .header-banner {
	height: 37rem;
	background-size: cover;
	background-position: center center;
	position: relative;
	margin-bottom: 4rem
}

#c5 .header-banner .header-banner-overlay,
.chisel-form .header-banner .header-banner-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: .3
}

#c5 .header-banner.extended,
.chisel-form .header-banner.extended {
	height: 77vw;
	margin-bottom: 0
}

#c5 .header-banner.extended .page-header-content,
.chisel-form .header-banner.extended .page-header-content {
	text-align: inherit;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%)
}

#c5 .header-banner .page-header-content,
.chisel-form .header-banner .page-header-content {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 30%);
	transform: translate(-50%, 30%);
	text-align: center;
	width: 100%
}

#c5 .header-banner .header-title,
.chisel-form .header-banner .header-title {
	color: #fff;
	font-family: freeland;
	font-size: 9rem;
	line-height: 5.9rem
}

#c5 .header-banner .header-sub-title,
.chisel-form .header-banner .header-sub-title {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .1rem;
	font-size: 1.5rem
}

#c5 footer,
.chisel-form footer {
	background-size: cover;
	background-position: bottom center;
	color: #fff;
	position: relative;
	overflow: hidden
}

#c5 footer a,
.chisel-form footer a {
	color: #fff
}

#c5 footer.homepage,
.chisel-form footer.homepage {
	min-height: 44rem
}

#c5 footer.homepage .footer-content,
.chisel-form footer.homepage .footer-content {
	padding-top: 22rem
}

#c5 footer .logo svg,
.chisel-form footer .logo svg {
	width: 16rem
}

#c5 footer .footer-logo img,
.chisel-form footer .footer-logo img {
	width: 272px;
	max-width: 100%
}

#c5 footer .footer-content,
.chisel-form footer .footer-content {
	margin: 0
}

#c5 footer .title,
.chisel-form footer .title {
	font-size: 1.2rem;
	text-transform: uppercase
}

#c5 .modal .modal-content-wrapper,
.chisel-form .modal .modal-content-wrapper {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	display: block;
	vertical-align: initial
}

#c5 .konavore-popup,
.chisel-form .konavore-popup {
	max-height: 75vh;
	overflow: auto
}

#c5 .konavore-popup h2,
.chisel-form .konavore-popup h2 {
	font-size: 2rem;
	line-height: 2rem;
	color: #000;
	margin-bottom: 1.5rem
}

#c5 .konavore-popup .blue-button,
.chisel-form .konavore-popup .blue-button {
	display: inline-block
}

#c5 #login-page input:not([type=checkbox]),
.chisel-form #login-page input:not([type=checkbox]) {
	padding: 0 0 0 15px;
	border: 2px solid #9cf;
	border-radius: 4px
}

#c5 #login-page input[type=checkbox],
.chisel-form #login-page input[type=checkbox] {
	height: auto
}

#c5 #login-page ::-webkit-input-placeholder,
.chisel-form #login-page ::-webkit-input-placeholder {
	color: #000
}

#c5 #login-page ::-moz-placeholder,
.chisel-form #login-page ::-moz-placeholder {
	color: #000
}

#c5 #login-page :-ms-input-placeholder,
.chisel-form #login-page :-ms-input-placeholder {
	color: #000
}

#c5 #login-page :-moz-placeholder,
.chisel-form #login-page :-moz-placeholder {
	color: #000
}

#c5 #login-page .form-group,
.chisel-form #login-page .form-group {
	text-align: center
}

#c5 #login-page .form-group a.btn,
#c5 #login-page .form-group button.btn-primary,
.chisel-form #login-page .form-group a.btn,
.chisel-form #login-page .form-group button.btn-primary {
	border: 2px solid #9cf;
	border-radius: 4px;
	padding: 1.1rem 2rem;
	color: #9cf;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .1rem;
	transition: background-color .4s ease, color .4s ease;
	display: inline-block;
	margin-top: 1.5rem
}

#c5 #login-page .form-group a.btn:hover,
#c5 #login-page .form-group button.btn-primary:hover,
.chisel-form #login-page .form-group a.btn:hover,
.chisel-form #login-page .form-group button.btn-primary:hover {
	background-color: #9cf;
	color: #fff
}

#c5 a .blue-button,
.chisel-form a .blue-button {
	color: #020b21
}

#c5 a:hover .blue-button,
.chisel-form a:hover .blue-button {
	color: #fff
}

#c5 .blue-button,
.chisel-form .blue-button {
	border: 2px solid #9cf;
	border-radius: 4px;
	padding: 1.1rem 2rem;
	color: #020b21;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .1rem;
	transition: background-color .4s ease, color .4s ease
}

#c5 .blue-button.white,
.chisel-form .blue-button.white {
	color: #fff
}

#c5 .blue-button svg,
.chisel-form .blue-button svg {
	transition: fill .4s ease;
	overflow: hidden
}

#c5 .blue-button:hover,
.chisel-form .blue-button:hover {
	background-color: #9cf
}

#c5 .blue-button:hover svg,
.chisel-form .blue-button:hover svg {
	fill: #fff !important
}

#c5 .blue-button.slim,
.chisel-form .blue-button.slim {
	padding: .5vw 1vw;
	letter-spacing: initial
}

#c5 .blue-button.down .svg,
.chisel-form .blue-button.down .svg {
	padding: .25rem 0 0 1.1rem;
	vertical-align: -2px
}

#c5 .blue-button.down .svg svg,
.chisel-form .blue-button.down .svg svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: .9rem;
	height: .9rem
}

#c5 .blue-button .svg,
.chisel-form .blue-button .svg {
	padding: .25rem 0 0 1.1rem
}

#c5 .blue-button .svg svg,
.chisel-form .blue-button .svg svg {
	fill: #9cf;
	width: 1rem;
	height: 1rem;
	padding-top: .25rem
}

#c5 .center,
.chisel-form .center {
	width: 75%;
	margin: auto;
	line-height: 0
}

#c5 .relative,
.chisel-form .relative {
	position: relative;
	z-index: 2
}

#c5 .layout-content,
.chisel-form .layout-content {
	color: #ababab;
	font-size: 1.2rem
}

#c5 .layout .layout-content,
#c5 .layout.layout-bg-image,
.chisel-form .layout .layout-content,
.chisel-form .layout.layout-bg-image {
	position: relative
}

#c5 .layout.light-padded,
.chisel-form .layout.light-padded {
	padding: 1.25rem 0
}

#c5 .layout.padded,
.chisel-form .layout.padded {
	padding: 2.5rem 0
}

#c5 .layout.mid-padded,
.chisel-form .layout.mid-padded {
	padding: 3.5rem 0
}

#c5 .layout.mid-padded-bottom,
.chisel-form .layout.mid-padded-bottom {
	padding-bottom: 3.5rem !important
}

#c5 .layout.extra-padded,
.chisel-form .layout.extra-padded {
	padding: 5.5rem 0
}

#c5 .layout.padded-top,
.chisel-form .layout.padded-top {
	padding-top: 2.5rem
}

#c5 .layout.extra-padded-top,
.chisel-form .layout.extra-padded-top {
	padding-top: 7.5rem
}

#c5 .layout.padded-bottom-extra-top,
.chisel-form .layout.padded-bottom-extra-top {
	padding: 9.5rem 0 3rem
}

#c5 .layout .layout-background-image.bubbles,
.chisel-form .layout .layout-background-image.bubbles {
	position: absolute;
	width: 100%;
	height: 33rem;
	background-repeat: no-repeat;
	background-position: bottom right;
	bottom: 0;
	z-index: -1
}

#c5 .top-bubble-bg,
.chisel-form .top-bubble-bg {
	background-image: url(../png/dots_menu-2.png);
	position: absolute;
	bottom: -34rem;
	height: 60rem;
	width: 51rem;
	background-repeat: no-repeat;
	background-size: contain;
	left: -18rem;
	z-index: -1
}

#c5 .arrow-link,
.chisel-form .arrow-link {
	text-transform: uppercase;
	color: #036;
	font-weight: 700;
	font-size: .9rem;
	letter-spacing: .1rem;
	display: inline-block;
	padding: 1rem 2rem;
	transition: background-color .4s ease;
	border-radius: 4px
}

#c5 .arrow-link a,
.chisel-form .arrow-link a {
	color: #020b21
}

#c5 .arrow-link:hover,
.chisel-form .arrow-link:hover {
	background-color: rgba(142, 197, 255, .6);
	color: #fff
}

#c5 .arrow-link.investor-button:hover,
.chisel-form .arrow-link.investor-button:hover {
	background-color: rgba(142, 197, 255, .6) !important
}

#c5 .arrow-link.padded,
.chisel-form .arrow-link.padded {
	padding: .5rem 2rem
}

#c5 .arrow-link.blue-hover,
.chisel-form .arrow-link.blue-hover {
	display: block;
	height: 4rem;
	text-align: left;
	padding: 0 2rem;
	margin: 0;
	border-radius: 4px
}

#c5 .arrow-link.blue-hover.active,
#c5 .arrow-link.blue-hover:hover,
.chisel-form .arrow-link.blue-hover.active,
.chisel-form .arrow-link.blue-hover:hover {
	background-color: #9cf;
	color: #fff
}

#c5 .arrow-link.blue-hover.active:after,
#c5 .arrow-link.blue-hover:hover:after,
.chisel-form .arrow-link.blue-hover.active:after,
.chisel-form .arrow-link.blue-hover:hover:after {
	background-image: url(../png/arrow_link_white.png);
	margin-left: 1rem
}

#c5 .arrow-link.blue-hover:after,
#c5 .arrow-link:after,
.chisel-form .arrow-link.blue-hover:after,
.chisel-form .arrow-link:after {
	content: '';
	background-image: url(../png/arrow_link_blue.png)
}

#c5 .back-to-top-button,
.chisel-form .back-to-top-button {
	position: absolute;
	bottom: 0;
	-webkit-transform: rotate(-90deg) translateX(50%);
	transform: rotate(-90deg) translateX(50%);
	right: -10px
}

#c5 .back-to-top,
.chisel-form .back-to-top {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	padding: 10px 0;
	transition: background-color .4s ease;
	border-radius: 4px
}

#c5 .back-to-top .svg,
.chisel-form .back-to-top .svg {
	padding-left: 5px;
	fill: #9cf
}

#c5 .back-to-top svg,
.chisel-form .back-to-top svg {
	width: 15px;
	height: 9px
}

#c5 .arrow-link,
.chisel-form .arrow-link {
	margin-top: 1.5rem
}

#c5 .arrow-link:after,
.chisel-form .arrow-link:after {
	margin-left: 1rem;
	background-size: cover;
	height: 9px;
	width: 14px;
	display: inline-block;
	transition: background-color .4s ease
}

#c5 .arrow-link:hover:after,
.chisel-form .arrow-link:hover:after {
	background-image: url(../png/arrow_link_white.png);
	margin-left: 1rem
}

#c5 .arrow-link.no-top-margin,
.chisel-form .arrow-link.no-top-margin {
	margin-top: 0
}

#c5 .no-margin,
.chisel-form .no-margin {
	margin: 0 !important
}

#c5 span.blue-line-content,
.chisel-form span.blue-line-content {
	display: block
}

#c5 .blue-line-content,
.chisel-form .blue-line-content {
	position: relative;
	padding: 1rem 1.5rem
}

#c5 .blue-line-content:before,
.chisel-form .blue-line-content:before {
	content: "";
	width: 2px;
	background-color: #9cf;
	height: 55px;
	position: absolute;
	top: 1.5rem;
	left: 0
}

#c5 .blue-line-content.tight-spacing *,
.chisel-form .blue-line-content.tight-spacing * {
	line-height: 1.3rem
}

#c5 img.full-image,
.chisel-form img.full-image {
	width: 100%;
	height: auto
}

#c5 .error,
.chisel-form .error {
	color: #ed0000
}

#c5 .modal-window,
.chisel-form .modal-window {
	left: 50%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#c5 .modal-window .close,
.chisel-form .modal-window .close {
	color: #020b21;
	font-size: 2rem;
	position: absolute;
	top: 0;
	right: 0;
	width: 3rem;
	text-align: center;
	background-color: #9cf;
	opacity: .5;
	transition: opacity .4s ease
}

#c5 .modal-window .close:hover,
.chisel-form .modal-window .close:hover {
	opacity: 1;
	cursor: pointer
}

#c5 .close svg,
.chisel-form .close svg {
	height: 30px;
	width: 30px;
	fill: #fff
}

#c5 .close.black-fill svg,
.chisel-form .close.black-fill svg {
	fill: #000
}

#c5 .slick-arrow-circle,
.chisel-form .slick-arrow-circle {
	display: block;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 2.5rem;
	background-color: #9cf;
	z-index: 1;
	border-radius: 50%;
	width: 2.5rem;
	text-align: center;
	line-height: 2.3rem;
	color: #fff;
	font-size: 1.3rem;
	opacity: .6;
	transition: opacity .4s ease
}

#c5 .slick-arrow-circle .svg,
.chisel-form .slick-arrow-circle .svg {
	vertical-align: -2px
}

#c5 .slick-arrow-circle .svg svg,
.chisel-form .slick-arrow-circle .svg svg {
	width: .9rem;
	height: .9rem;
	fill: #fff
}

#c5 .slick-arrow-circle.slick-prev svg,
.chisel-form .slick-arrow-circle.slick-prev svg {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

#c5 .slick-arrow-circle:hover,
.chisel-form .slick-arrow-circle:hover {
	opacity: 1;
	cursor: pointer
}

#c5 .slick-next,
.chisel-form .slick-next {
	right: 1rem
}

#c5 .slick-prev,
.chisel-form .slick-prev {
	left: 1rem
}

#c5 .slick-prev.hide,
.chisel-form .slick-prev.hide {
	opacity: 0 !important
}

#c5 .slick-next.hide,
.chisel-form .slick-next.hide {
	display: none !important
}

#c5 .slick-arrows,
.chisel-form .slick-arrows {
	position: absolute;
	bottom: 2rem;
	right: 3rem;
	z-index: 1
}

#c5 .slick-arrows .slick-disabled,
.chisel-form .slick-arrows .slick-disabled {
	opacity: .3
}

#c5 .slick-arrow-small,
.chisel-form .slick-arrow-small {
	width: 2rem;
	height: 3rem;
	display: inline-block;
	margin: 0 .75rem
}

#c5 .slick-arrow-small svg,
.chisel-form .slick-arrow-small svg {
	fill: #fff
}

#c5 .slick-arrow-small.slick-prev svg,
.chisel-form .slick-arrow-small.slick-prev svg {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

#c5 .left,
.chisel-form .left {
	padding-right: .5rem
}

#c5 .right,
.chisel-form .right {
	padding-left: .5rem
}

#c5 .covervid-wrapper,
.chisel-form .covervid-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}

#c5 .pattern-wrapper,
.chisel-form .pattern-wrapper {
	height: 5rem;
	padding: 0 15px 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	left: 0
}

#c5 .pattern-wrapper.dark-blue,
.chisel-form .pattern-wrapper.dark-blue {
	background-color: #020b21
}

#c5 .pattern-wrapper .pattern,
.chisel-form .pattern-wrapper .pattern {
	width: 75%;
	margin: auto;
	height: 100%;
	background-position: center center;
	background-repeat: repeat-x;
	background-image: url(../png/bg_diamonds_repeatable.png)
}

#c5 .container,
.chisel-form .container {
	display: block;
	position: relative;
	padding-left: 3rem;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#c5 .container input,
.chisel-form .container input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	height: 30px;
	width: 29px
}

#c5 .contact-form .checkmark,
.chisel-form .contact-form .checkmark {
	position: absolute;
	top: .25rem;
	left: 0;
	height: 30px;
	width: 29px;
	border: 3px solid #e1e1e1
}

#c5 .contact-form .container input:checked~.checkmark,
#c5 .contact-form .container:hover input~.checkmark,
.chisel-form .contact-form .container input:checked~.checkmark,
.chisel-form .contact-form .container:hover input~.checkmark {
	background-color: #e1e1e1
}

#c5 .contact-form .checkmark:after,
.chisel-form .contact-form .checkmark:after {
	content: "";
	position: absolute;
	display: none
}

#c5 .contact-form .container input:checked~.checkmark:after,
.chisel-form .contact-form .container input:checked~.checkmark:after {
	display: block
}

#c5 .contact-form .container .checkmark:after,
.chisel-form .contact-form .container .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#c5 .align-center,
.chisel-form .align-center {
	margin: auto
}

#c5 .negative-top,
.chisel-form .negative-top {
	margin-top: -.75rem
}

#c5 .italic,
.chisel-form .italic {
	font-style: italic
}

#c5 .disclaimer-text,
.chisel-form .disclaimer-text {
	font-size: .9rem
}

#c5 .ease-in,
.chisel-form .ease-in {
	top: 20.5vw;
	transition: top 1.5s ease, opacity 1s ease;
	opacity: 0
}

#c5 .ease-in.eased-in,
.chisel-form .ease-in.eased-in {
	top: 16.5vw;
	opacity: 1
}

#c5 .ease-in-up,
.chisel-form .ease-in-up {
	position: relative;
	top: 3rem;
	opacity: 0;
	transition: top 1.2s, opacity .4s
}

#c5 .animate-ease-in-up,
.chisel-form .animate-ease-in-up {
	opacity: 1;
	top: 0
}

#c5 .dot-fire,
.chisel-form .dot-fire {
	position: relative;
	left: -9999px;
	margin: auto;
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	background-color: #9cf;
	color: #9cf;
	box-shadow: 9999px 33.75px 0 -5px #9cf;
	-webkit-animation: dotFire 1.5s infinite linear;
	animation: dotFire 1.5s infinite linear;
	-webkit-animation-delay: -.85s;
	animation-delay: -.85s
}

#c5 .dot-fire::after,
#c5 .dot-fire::before,
.chisel-form .dot-fire::after,
.chisel-form .dot-fire::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border-radius: 7.5px;
	background-color: #9cf;
	color: #9cf
}

#c5 .dot-fire::before,
.chisel-form .dot-fire::before {
	box-shadow: 9999px 33.75px 0 -5px #9cf;
	-webkit-animation: dotFire 1.5s infinite linear;
	animation: dotFire 1.5s infinite linear;
	-webkit-animation-delay: -1.85s;
	animation-delay: -1.85s
}

#c5 .dot-fire::after,
.chisel-form .dot-fire::after {
	box-shadow: 9999px 33.75px 0 -5px #9cf;
	-webkit-animation: dotFire 1.5s infinite linear;
	animation: dotFire 1.5s infinite linear;
	-webkit-animation-delay: -2.85s;
	animation-delay: -2.85s
}

@-webkit-keyframes dotFire {
	1% {
		box-shadow: 9999px 33.75px 0 -5px #9cf
	}

	50% {
		box-shadow: 9999px -8.44px 0 2px #9cf
	}

	100% {
		box-shadow: 9999px -33.75px 0 -5px #9cf
	}
}

@keyframes dotFire {
	1% {
		box-shadow: 9999px 33.75px 0 -5px #9cf
	}

	50% {
		box-shadow: 9999px -8.44px 0 2px #9cf
	}

	100% {
		box-shadow: 9999px -33.75px 0 -5px #9cf
	}
}

#c5 .location-page-search #location-wrapper .location-actions a:hover,
#c5 .location-page-search #location-wrapper .location-actions button:hover,
.chisel-form .location-page-search #location-wrapper .location-actions a:hover,
.chisel-form .location-page-search #location-wrapper .location-actions button:hover {
	box-shadow: 0 0 1px 2px #9cf
}

#c5 .vertical-line.non-block,
.chisel-form .vertical-line.non-block {
	height: 6vw;
	min-height: 75px;
	max-height: 120px;
	width: 2px;
	background-color: #9cf;
	z-index: 2;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

#c5 .vertical-line.non-block.bottom,
.chisel-form .vertical-line.non-block.bottom {
	top: 100%
}

#c5 .vertical-line.non-block.top.off-center,
.chisel-form .vertical-line.non-block.top.off-center {
	top: -1.5vw
}

#c5 .vertical-line.non-block.top,
.chisel-form .vertical-line.non-block.top {
	top: 0
}

#c5 .copyright-container,
.chisel-form .copyright-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 7rem 2rem
}

#c5 .copyright-container a,
.chisel-form .copyright-container a {
	transition: color .4s ease
}

#c5 .copyright-container a:hover,
.chisel-form .copyright-container a:hover {
	color: #9cf
}

#c5 .gm-control-active img,
#c5 .gm-svpc img,
.chisel-form .gm-control-active img,
.chisel-form .gm-svpc img {
	box-sizing: content-box !important
}

#c5 .home-video-block,
.chisel-form .home-video-block {
	position: relative;
	line-height: 0;
	z-index: 1;
	margin-bottom: 4rem
}

#c5 .home-video-block video,
.chisel-form .home-video-block video {
	width: 100%;
	height: auto
}

#c5 .home-video-block .content,
.chisel-form .home-video-block .content {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 50%;
	text-align: center
}

#c5 .home-video-block .content .title h1,
.chisel-form .home-video-block .content .title h1 {
	font-family: freeland;
	color: #fff;
	font-size: 8vw;
	line-height: 11vw;
	margin-bottom: -1vw
}

#c5 .home-video-block .content .sub-title h3,
.chisel-form .home-video-block .content .sub-title h3 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1vw;
	letter-spacing: .1vw;
	margin-bottom: 3vw
}

#c5 .vertical-line-block,
.chisel-form .vertical-line-block {
	height: 60px
}

#c5 .vertical-line-block .vertical-line,
.chisel-form .vertical-line-block .vertical-line {
	height: 6vw;
	min-height: 75px;
	max-height: 120px;
	width: 2px;
	background-color: #9cf;
	z-index: 1;
	position: relative;
	margin: auto
}

#c5 .vertical-line-block .vertical-line.top,
.chisel-form .vertical-line-block .vertical-line.top {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#c5 .vertical-line-block .vertical-line.bottom,
.chisel-form .vertical-line-block .vertical-line.bottom {
	-webkit-transform: translateY(35%);
	transform: translateY(35%)
}

#c5 .vertical-line-block.extra-padded .vertical-line.bottom,
.chisel-form .vertical-line-block.extra-padded .vertical-line.bottom {
	-webkit-transform: translateY(75%);
	transform: translateY(75%)
}

#c5 .menu-callout-block,
.chisel-form .menu-callout-block {
	width: 95%;
	margin: auto;
	position: relative
}

#c5 .menu-callout-block .image:hover .menu-callout-overlay,
.chisel-form .menu-callout-block .image:hover .menu-callout-overlay {
	opacity: .3
}

#c5 .menu-callout-block .menu-callout-overlay,
.chisel-form .menu-callout-block .menu-callout-overlay {
	opacity: 0;
	transition: opacity .4s ease;
	left: 0;
	bottom: 0;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #000
}

#c5 .menu-callout-block .background-image,
.chisel-form .menu-callout-block .background-image {
	position: absolute;
	top: -223px;
	right: 0;
	bottom: 0;
	left: -7px;
	background-repeat: no-repeat;
	z-index: -1
}

#c5 .menu-callout-block .menu-label,
.chisel-form .menu-callout-block .menu-label {
	width: 17%
}

#c5 .menu-callout-block .menu-label img,
.chisel-form .menu-callout-block .menu-label img {
	width: 100%;
	height: 100%
}

#c5 .menu-callout-block .callout-group,
.chisel-form .menu-callout-block .callout-group {
	width: 83%
}

#c5 .menu-callout-block .image,
.chisel-form .menu-callout-block .image {
	background-size: cover;
	background-position: center center;
	transition: opacity .4s ease
}

#c5 .menu-callout-block .title,
.chisel-form .menu-callout-block .title {
	position: absolute;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .15rem;
	font-size: 1.6vw
}

#c5 .menu-callout-block .title.small,
.chisel-form .menu-callout-block .title.small {
	font-weight: 700
}

#c5 .menu-callout-block .title:not(.centered),
.chisel-form .menu-callout-block .title:not(.centered) {
	bottom: .25rem;
	left: .5rem
}

#c5 .menu-callout-block .title.centered,
.chisel-form .menu-callout-block .title.centered {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 2rem
}

#c5 .menu-callout-block .title.freeland,
.chisel-form .menu-callout-block .title.freeland {
	font-family: freeland;
	font-size: 4.7vw;
	text-transform: capitalize
}

#c5 .form-block h2,
.chisel-form .form-block h2 {
	padding: 0 4vw
}

#c5 .form-block h2.title,
.chisel-form .form-block h2.title {
	font-family: freeland;
	text-transform: capitalize;
	font-size: 5.8vw;
	padding: 0;
	text-align: center;
	color: #9cf;
	font-weight: 300;
	opacity: .6
}

#c5 .form-block h4,
.chisel-form .form-block h4 {
	text-align: center;
	padding: 3rem 0
}

#c5 .form-block .input-icon,
.chisel-form .form-block .input-icon {
	position: absolute;
	bottom: .6rem;
	left: 1.3rem;
	opacity: .3;
	z-index: 1
}

#c5 .form-block .input-icon.dark,
.chisel-form .form-block .input-icon.dark {
	opacity: .8
}

#c5 .form-block .input-icon.dark svg,
.chisel-form .form-block .input-icon.dark svg {
	fill: #000
}

#c5 .form-block .input-icon svg,
.chisel-form .form-block .input-icon svg {
	width: 1.4rem;
	height: 1.4rem;
	fill: #9cf
}

#c5 .form-block .content,
.chisel-form .form-block .content {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative
}

#c5 .form-block .content.locations,
.chisel-form .form-block .content.locations {
	height: 61rem;
	padding: 14rem 0
}

#c5 .form-block .content .search-fields,
.chisel-form .form-block .content .search-fields {
	position: absolute;
	left: 50%;
	top: 47%;
	-webkit-transform: translate(-50%, -15%);
	transform: translate(-50%, -15%);
	width: 70%
}

#c5 .form-block .content .search-fields form,
.chisel-form .form-block .content .search-fields form {
	position: relative
}

#c5 .form-block .content .search-fields .form-errors,
.chisel-form .form-block .content .search-fields .form-errors {
	position: absolute;
	top: -1.5rem;
	color: #ed0000
}

#c5 .form-block .content .display,
#c5 .form-block .content select,
.chisel-form .form-block .content .display,
.chisel-form .form-block .content select {
	height: 3.8rem;
	padding: 1.8rem 1rem 1.5rem 3rem;
	background-color: #020b21;
	color: #fff;
	font-size: .9rem;
	border-radius: 4px
}

#c5 .form-block .content .display.light-padding,
#c5 .form-block .content select.light-padding,
.chisel-form .form-block .content .display.light-padding,
.chisel-form .form-block .content select.light-padding {
	padding-left: 1rem
}

#c5 .form-block .content .display.light,
#c5 .form-block .content select.light,
.chisel-form .form-block .content .display.light,
.chisel-form .form-block .content select.light {
	background-color: #e1e1e1;
	color: #000
}

#c5 .form-block .content select,
.chisel-form .form-block .content select {
	width: 100%;
	-webkit-appearance: none;
	-webkit-border-radius: 2px;
	border: none;
	padding-bottom: .5rem
}

#c5 .form-block .content .options-label,
.chisel-form .form-block .content .options-label {
	padding-top: 1rem;
	text-transform: uppercase;
	font-weight: 700
}

#c5 .form-block .content .option label,
.chisel-form .form-block .content .option label {
	display: block;
	padding-left: 2rem
}

#c5 .form-block .content .option label:hover,
.chisel-form .form-block .content .option label:hover {
	background-color: #fff;
	color: #020b21;
	cursor: pointer
}

#c5 .form-block .content .label,
#c5 .form-block .content label,
.chisel-form .form-block .content .label,
.chisel-form .form-block .content label {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 700
}

#c5 .form-block .content .label.top,
#c5 .form-block .content label.top,
.chisel-form .form-block .content .label.top,
.chisel-form .form-block .content label.top {
	position: absolute;
	padding: .25rem 0 0 1rem;
	color: #000;
	z-index: 1
}

#c5 .form-block .content .call-to-action,
.chisel-form .form-block .content .call-to-action {
	margin-bottom: 3.5rem;
	height: 3.8rem
}

#c5 .form-block .content .call-to-action.no-margin,
.chisel-form .form-block .content .call-to-action.no-margin {
	margin: 0
}

#c5 .form-block .content .call-to-action .svg,
.chisel-form .form-block .content .call-to-action .svg {
	position: absolute;
	right: -13px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 1.1rem
}

#c5 .form-block .content .call-to-action .svg svg,
.chisel-form .form-block .content .call-to-action .svg svg {
	width: 2.5rem;
	height: 1.1rem;
	fill: #fff
}

#c5 .form-block .content.light .display,
.chisel-form .form-block .content.light .display {
	background-color: #e1e1e1;
	color: #000
}

#c5 .form-block .content.light label.top,
.chisel-form .form-block .content.light label.top {
	color: #000
}

#c5 .form-block .content.order-online,
.chisel-form .form-block .content.order-online {
	padding: 0;
	height: auto;
	width: 900px;
	margin: auto
}

#c5 .form-block .content.order-online h4,
.chisel-form .form-block .content.order-online h4 {
	font-size: 2rem;
	padding: 2rem 0 1rem
}

#c5 .order-online-page #location-list>*,
.chisel-form .order-online-page #location-list>* {
	padding: 2vw
}

#c5 .order-online-page .location-wrapper,
.chisel-form .order-online-page .location-wrapper {
	color: #ababab
}

#c5 .order-online-page .location-wrapper .title-bar,
.chisel-form .order-online-page .location-wrapper .title-bar {
	font-size: 1.6vw;
	color: #ababab;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#c5 .order-online-page .location-wrapper .title-bar svg,
.chisel-form .order-online-page .location-wrapper .title-bar svg {
	height: 4.3vw;
	width: 1.4vw;
	fill: #9cf
}

#c5 .order-online-page .location-wrapper .location-title,
.chisel-form .order-online-page .location-wrapper .location-title {
	padding: 0 0 .5rem 1rem
}

#c5 .order-online-page .location-wrapper.dark .call-to-action,
#c5 .order-online-page .location-wrapper.dark .title-bar,
#c5 .order-online-page .location-wrapper.dark a,
.chisel-form .order-online-page .location-wrapper.dark .call-to-action,
.chisel-form .order-online-page .location-wrapper.dark .title-bar,
.chisel-form .order-online-page .location-wrapper.dark a {
	color: #fff
}

#c5 .location-slider-block .vertical-line.non-block,
.chisel-form .location-slider-block .vertical-line.non-block {
	top: 0;
	left: 25%
}

#c5 .location-slider-block .slide,
.chisel-form .location-slider-block .slide {
	height: 61rem;
	background-size: cover;
	background-position: center center;
	position: relative
}

#c5 .location-slider-block .location-details,
.chisel-form .location-slider-block .location-details {
	position: absolute;
	left: 2vw;
	bottom: 2vw;
	color: #fff;
	line-height: 1rem
}

#c5 .location-slider-block .location-details .location-title,
.chisel-form .location-slider-block .location-details .location-title {
	font-size: 1.6rem
}

#c5 .left-image-content-block .content,
.chisel-form .left-image-content-block .content {
	padding: 2.7vw 1.8vw 0 3vw
}

#c5 .left-image-content-block .left-image,
.chisel-form .left-image-content-block .left-image {
	text-align: right
}

#c5 .left-image-content-block .left-image img,
.chisel-form .left-image-content-block .left-image img {
	max-width: 100%;
	height: auto
}

#c5 .happening-block,
.chisel-form .happening-block {
	position: relative;
	transition: margin .4s ease
}

#c5 .happening-block.slider .blue-line-content>div,
.chisel-form .happening-block.slider .blue-line-content>div {
	max-height: 13rem;
	overflow: auto;
	padding-right: 1rem;
	overflow-wrap: break-word
}

#c5 .happening-block .slick-arrow-circle,
.chisel-form .happening-block .slick-arrow-circle {
	top: 50%
}

#c5 .happening-block .slick-list,
.chisel-form .happening-block .slick-list {
	padding-right: 12.5%;
	transition: margin-left .4s ease, padding-right .4s ease
}

#c5 .happening-block .slick-list.active,
.chisel-form .happening-block .slick-list.active {
	padding-right: 25%
}

#c5 .happening-block .slick-list.initial,
.chisel-form .happening-block .slick-list.initial {
	margin-left: 12.5%
}

#c5 .happening-block .slick-list .arrow-link,
.chisel-form .happening-block .slick-list .arrow-link {
	margin: 3rem 0
}

#c5 .happening-block.non-slider .slide,
.chisel-form .happening-block.non-slider .slide {
	width: calc(33.33% - .8rem);
	margin: 0 .3rem .8rem;
	position: relative
}

#c5 .happening-block.non-slider .pattern.outer-pattern,
.chisel-form .happening-block.non-slider .pattern.outer-pattern {
	width: 5rem;
	height: 55%;
	top: 50%;
	position: absolute;
	-webkit-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%)
}

#c5 .happening-block.non-slider .pattern.outer-pattern .diamond-bg,
.chisel-form .happening-block.non-slider .pattern.outer-pattern .diamond-bg {
	height: 100%;
	width: 100%;
	background-size: 11rem
}

#c5 .happening-block .date,
.chisel-form .happening-block .date {
	position: absolute;
	height: 8vw;
	width: 8vw;
	background-color: rgba(142, 197, 255, .8);
	-ms-flex-pack: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase
}

#c5 .happening-block .date .date-text,
.chisel-form .happening-block .date .date-text {
	color: #036;
	display: block;
	line-height: 1.3vw;
	font-weight: 700;
	letter-spacing: .2rem
}

#c5 .happening-block .date .month,
.chisel-form .happening-block .date .month {
	font-size: 1.1vw;
	letter-spacing: .1rem
}

#c5 .happening-block .date .day,
.chisel-form .happening-block .date .day {
	font-size: 2.6vw;
	line-height: 3vw
}

#c5 .happening-block .date .year,
.chisel-form .happening-block .date .year {
	color: #fff;
	font-size: .8vw
}

#c5 .happening-block .details,
.chisel-form .happening-block .details {
	padding: 2vw 3vw;
	color: #ababab;
	font-size: 1vw;
	border: 2px solid #9cf;
	position: relative
}

#c5 .happening-block .slick-slide,
.chisel-form .happening-block .slick-slide {
	margin: 0 .3rem
}

#c5 .happening-block .image,
.chisel-form .happening-block .image {
	height: 15vw;
	width: 100%;
	background-size: cover;
	background-position: center center
}

#c5 .image-block.margin-top,
.chisel-form .image-block.margin-top {
	margin-top: -5rem
}

#c5 .social-icon-block .icon,
.chisel-form .social-icon-block .icon {
	color: #ababab;
	font-size: 1.7rem;
	margin-left: 1.6rem;
	display: inline-block
}

#c5 .social-icon-block .icon:first-child,
.chisel-form .social-icon-block .icon:first-child {
	margin-left: 0
}

#c5 footer .column:first-child,
#c5 footer .footer-right .padding-right,
.chisel-form footer .column:first-child,
.chisel-form footer .footer-right .padding-right {
	padding-right: 10rem
}

#c5 footer .ccm-block-page-list-pages.two-column,
.chisel-form footer .ccm-block-page-list-pages.two-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row
}

#c5 footer .ccm-block-page-list-page-entry,
.chisel-form footer .ccm-block-page-list-page-entry {
	margin: 0;
	color: #fff
}

#c5 footer .ccm-block-page-list-page-entry *,
.chisel-form footer .ccm-block-page-list-page-entry * {
	line-height: 1.4rem
}

#c5 footer .ccm-block-page-list-page-entry a,
.chisel-form footer .ccm-block-page-list-page-entry a {
	color: #fff;
	font-weight: 400
}

#c5 .homepage-reservations,
.chisel-form .homepage-reservations {
	width: 95%;
	margin: auto;
	line-height: 0;
	position: relative;
	z-index: 10
}

#c5 .homepage-reservations .form-errors,
.chisel-form .homepage-reservations .form-errors {
	position: absolute;
	bottom: -30px
}

#c5 .homepage-reservations .form-errors .error,
.chisel-form .homepage-reservations .form-errors .error {
	font-size: 14px
}

#c5 .homepage-reservations:not(.reservations-page),
.chisel-form .homepage-reservations:not(.reservations-page) {
	margin: 2vw auto 0
}

#c5 .homepage-reservations.reservations-page,
.chisel-form .homepage-reservations.reservations-page {
	padding-top: 2.5vw
}

#c5 .homepage-reservations>img,
.chisel-form .homepage-reservations>img {
	height: 100%;
	width: 100%
}

#c5 .reservations-form,
.chisel-form .reservations-form {
	width: 800px;
	margin: auto;
	position: absolute;
	background-color: #000;
	padding: 5rem 5rem 3rem;
	left: 50%;
	-webkit-transform: translate(-50%, -20vw);
	transform: translate(-50%, -20vw);
	z-index: 1
}

#c5 .reservations-form .form-errors,
.chisel-form .reservations-form .form-errors {
	position: absolute;
	bottom: 0
}

#c5 .reservations-form .reservations,
.chisel-form .reservations-form .reservations {
	width: 75%;
	margin: auto
}

#c5 #locations-selection,
.chisel-form #locations-selection {
	background-color: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 20;
	display: none
}

#c5 #locations-selection .modal-window,
.chisel-form #locations-selection .modal-window {
	width: 600px;
	max-width: 100%;
	padding: 3rem 3rem 4rem;
	background-color: #000;
	border: 2px solid #9cf;
	max-height: 550px;
	overflow: auto;
	left: 50%;
	top: 20%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0)
}

#c5 #locations-selection .modal-window .close,
.chisel-form #locations-selection .modal-window .close {
	width: 40px;
	font-size: 30px
}

#c5 #locations-selection .modal-window .close svg,
.chisel-form #locations-selection .modal-window .close svg {
	height: 20px
}

#c5 #locations-selection .choose-button,
.chisel-form #locations-selection .choose-button {
	background-color: #020b21;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	color: #fff
}

#c5 #locations-selection .location,
.chisel-form #locations-selection .location {
	padding: .5rem 0
}

#c5 #locations-selection .location:hover,
.chisel-form #locations-selection .location:hover {
	cursor: pointer
}

#c5 #locations-selection .location:hover .address,
.chisel-form #locations-selection .location:hover .address {
	background-color: #020b21
}

#c5 #locations-selection .address,
.chisel-form #locations-selection .address {
	color: #fff;
	padding: .5rem;
	font-size: .9rem;
	border: 2px solid #020b21;
	transition: background-color .4s ease
}

#c5 #locations-selection .address.selected,
.chisel-form #locations-selection .address.selected {
	width: 100%
}

#c5 #locations-selection .address a,
.chisel-form #locations-selection .address a {
	color: #fff
}

#c5 #locations-selection .address *,
.chisel-form #locations-selection .address * {
	line-height: 1rem
}

#c5 .content.reservations .loading-wrapper,
.chisel-form .content.reservations .loading-wrapper {
	height: 3.8rem;
	position: relative;
	margin-bottom: 3.5rem
}

#c5 .content.reservations .selected-location-display,
.chisel-form .content.reservations .selected-location-display {
	position: absolute;
	bottom: 1rem;
	left: .25rem
}

#c5 #location-list-wrapper,
.chisel-form #location-list-wrapper {
	min-height: 10rem;
	position: relative;
	padding-bottom: 4vw
}

#c5 #location-list,
.chisel-form #location-list {
	padding: 0 0 2rem;
	width: 80%;
	margin: auto
}

#c5 #location-list h4.no-locations,
.chisel-form #location-list h4.no-locations {
	width: 100%
}

#c5 #location-list .call-to-action i,
.chisel-form #location-list .call-to-action i {
	font-size: 12px;
	padding-left: 2rem
}

#c5 .location-page-search .location-wrapper,
.chisel-form .location-page-search .location-wrapper {
	padding: 0 5vw
}

#c5 .location-page-search .location-wrapper.selected,
.chisel-form .location-page-search .location-wrapper.selected {
	background-color: #030e1e;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}

#c5 .location-page-search .location-wrapper .title-bar,
.chisel-form .location-page-search .location-wrapper .title-bar {
	font-size: 1.6vw;
	color: #ababab;
	-ms-flex-align: end;
	align-items: flex-end;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

#c5 .location-page-search .location-wrapper i,
.chisel-form .location-page-search .location-wrapper i {
	color: #9cf;
	font-size: 2.2vw
}

#c5 .location-page-search .location-wrapper,
#c5 .location-page-search .location-wrapper.dark .call-to-action,
#c5 .location-page-search .location-wrapper.dark .title-bar,
#c5 .location-page-search .location-wrapper.dark a,
.chisel-form .location-page-search .location-wrapper,
.chisel-form .location-page-search .location-wrapper.dark .call-to-action,
.chisel-form .location-page-search .location-wrapper.dark .title-bar,
.chisel-form .location-page-search .location-wrapper.dark a {
	color: #fff
}

#c5 .location-page-search .location-wrapper .location-title,
.chisel-form .location-page-search .location-wrapper .location-title {
	padding: 0 0 .5rem 1rem
}

#c5 .anchor-nav-block,
.chisel-form .anchor-nav-block {
	z-index: 4;
	position: relative
}

#c5 .form-block .content.locations-page,
.chisel-form .form-block .content.locations-page {
	width: 80%;
	margin: auto;
	height: auto;
	padding: 0
}

#c5 .form-block .content.locations-page .options,
.chisel-form .form-block .content.locations-page .options {
	top: initial
}

#c5 .form-block .content.locations-page h4,
.chisel-form .form-block .content.locations-page h4 {
	padding: 1rem 0
}

#c5 .location-page-search .map-wrapper,
.chisel-form .location-page-search .map-wrapper {
	margin-top: 3.5rem;
	position: relative
}

#c5 .location-page-search #location-list,
.chisel-form .location-page-search #location-list {
	width: 100%
}

#c5 .location-page-search #location-wrapper,
.chisel-form .location-page-search #location-wrapper {
	background-color: #020b21;
	position: relative;
	transition: height .4s ease
}

#c5 .location-page-search #location-wrapper .pattern-wrapper .pattern,
.chisel-form .location-page-search #location-wrapper .pattern-wrapper .pattern {
	background-color: #020b21
}

#c5 .location-page-search #location-wrapper .location-scroll,
.chisel-form .location-page-search #location-wrapper .location-scroll {
	height: 100vh;
	overflow: auto;
	padding-top: 7rem
}

#c5 #category-list svg,
#c5 #menu-nav .cloned-container svg,
.chisel-form #category-list svg,
.chisel-form #menu-nav .cloned-container svg {
	overflow: hidden
}

#c5 .location-page-search #location-wrapper .title-bar,
.chisel-form .location-page-search #location-wrapper .title-bar {
	font-size: 1.3vw
}

#c5 .location-page-search #location-wrapper .location-title,
.chisel-form .location-page-search #location-wrapper .location-title {
	padding: 0 0 .5vw .5vw
}

#c5 .location-page-search #location-wrapper .call-to-action,
.chisel-form .location-page-search #location-wrapper .call-to-action {
	width: 38%
}

#c5 .location-page-search #location-wrapper .blue-line-content,
.chisel-form .location-page-search #location-wrapper .blue-line-content {
	padding: 1rem 0 1rem 1.5rem
}

#c5 .location-page-search #location-wrapper .location-actions,
.chisel-form .location-page-search #location-wrapper .location-actions {
	text-align: center;
	padding-bottom: 1.5rem
}

#c5 .location-page-search #location-wrapper .location-actions button,
.chisel-form .location-page-search #location-wrapper .location-actions button {
	border: none;
	background-color: transparent;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	font-size: .8rem;
	padding: .5rem 0;
	border-radius: 4px
}

#c5 .location-page-search #location-wrapper .location-actions a,
.chisel-form .location-page-search #location-wrapper .location-actions a {
	text-transform: uppercase;
	font-size: .8rem;
	font-weight: 700;
	padding: .5rem 0;
	border-radius: 4px
}

#c5 .location-page-search .map,
.chisel-form .location-page-search .map {
	background-color: #ababab
}

#c5 .pattern.top,
.chisel-form .pattern.top {
	height: 5rem;
	width: 70%;
	position: absolute;
	background-size: cover;
	background-position: center center;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

#c5 .right-heavy,
.chisel-form .right-heavy {
	padding-right: 9rem
}

#c5 .left-heavy,
.chisel-form .left-heavy {
	padding-left: 9rem
}

#c5 .padded-content,
.chisel-form .padded-content {
	padding: 2rem;
	width: 550px;
	max-width: 100%
}

#c5 .center-padded-content,
.chisel-form .center-padded-content {
	margin: auto
}

#c5 .center-padded-content:not(.left-aligned),
.chisel-form .center-padded-content:not(.left-aligned) {
	text-align: center
}

#c5 .image-stacks-block .main-image,
#c5 .image-stacks-block .pattern,
.chisel-form .image-stacks-block .main-image,
.chisel-form .image-stacks-block .pattern {
	position: relative
}

#c5 .image-stacks-block .pattern .diamond-bg,
.chisel-form .image-stacks-block .pattern .diamond-bg {
	z-index: 1;
	width: 100%;
	height: 90%;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

#c5 .image-stacks-block .wood-bg,
.chisel-form .image-stacks-block .wood-bg {
	width: 100%;
	height: 17vw;
	position: absolute;
	top: 38%;
	left: -2.5vw;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0
}

#c5 .image-stacks-block .foreground,
.chisel-form .image-stacks-block .foreground {
	width: 100%;
	height: 23vw;
	background-size: cover;
	background-position: top center;
	z-index: 2;
	position: relative
}

#c5 .image-stacks-block .top-bg,
.chisel-form .image-stacks-block .top-bg {
	z-index: 1;
	max-width: 14vw;
	height: auto;
	position: absolute;
	top: -5vw;
	left: -4vw
}

#c5 .image-stacks-block .bottom-bg,
.chisel-form .image-stacks-block .bottom-bg {
	z-index: 1;
	max-width: 18vw;
	height: auto;
	position: absolute;
	bottom: -7vw;
	right: 5vw
}

#c5 .image-stacks-block.right .wood-bg,
.chisel-form .image-stacks-block.right .wood-bg {
	right: -2.5vw;
	background-position: right;
	left: auto
}

#c5 .image-stacks-block.right .top-bg,
.chisel-form .image-stacks-block.right .top-bg {
	right: -4vw;
	left: auto
}

#c5 .inline-link-block,
.chisel-form .inline-link-block {
	text-align: center
}

#c5 .inline-link-block .links,
.chisel-form .inline-link-block .links {
	padding-bottom: 5rem
}

#c5 .inline-link-block .blue-button,
.chisel-form .inline-link-block .blue-button {
	margin-left: .5rem;
	display: inline-block;
	padding: .8rem 2rem;
	margin-bottom: .75rem
}

#c5 .gift-card-block,
.chisel-form .gift-card-block {
	padding: 6rem 0 3rem;
	text-align: center;
	margin-bottom: 6rem
}

#c5 .gift-card-block .gift-cad,
.chisel-form .gift-card-block .gift-cad {
	margin: 0 8vw
}

#c5 .gift-card-block .header-title,
.chisel-form .gift-card-block .header-title {
	font-family: freeland;
	font-size: 8vw;
	line-height: 12vw;
	margin-bottom: -5.5vw;
	color: #ababab;
	background: -webkit-linear-gradient(transparent, transparent), linear-gradient(to top, #ababab, #f0f0f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

#c5 .callout-block,
.chisel-form .callout-block {
	padding: 0 9vw
}

#c5 .callout-block .callouts,
.chisel-form .callout-block .callouts {
	position: relative
}

#c5 .callout-block .diamond-bg,
.chisel-form .callout-block .diamond-bg {
	right: -7vw;
	height: 22vw;
	width: 12vw;
	position: absolute;
	top: -2vw;
	z-index: -1
}

#c5 .callout-block .title,
.chisel-form .callout-block .title {
	position: absolute;
	top: 50%;
	left: 50%;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 700;
	color: #fff;
	letter-spacing: .35rem;
	font-size: 1.2rem;
	width: 100%;
	text-align: center;
	padding: 0 .5rem
}

#c5 .callout-block .callout,
.chisel-form .callout-block .callout {
	height: 18vw;
	width: calc(33.3333% - .75vw);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: .75vw;
	position: relative
}

#c5 .callout-block .callout a,
.chisel-form .callout-block .callout a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2
}

#c5 .callout-block .callout:first-child,
.chisel-form .callout-block .callout:first-child {
	margin-left: 0
}

#c5 .find-a-location-block,
.chisel-form .find-a-location-block {
	position: relative
}

#c5 .image-with-text-block,
.chisel-form .image-with-text-block {
	width: 100%;
	max-width: 900px;
	margin: auto
}

#c5 .image-with-text-block .diamond-bg,
.chisel-form .image-with-text-block .diamond-bg {
	height: 5rem;
	width: 50%;
	margin: auto
}

#c5 .image-with-text-block .background-image,
.chisel-form .image-with-text-block .background-image {
	width: 100%;
	height: 735px;
	background-size: cover;
	background-position: center center;
	position: relative
}

#c5 .image-with-text-block .title,
.chisel-form .image-with-text-block .title {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 2.3rem;
	text-transform: lowercase;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: 300;
	width: 100%;
	text-align: center
}

#c5 .image-with-text-block .title .accent,
.chisel-form .image-with-text-block .title .accent {
	font-family: freeland;
	font-size: 6rem;
	padding-left: 1rem
}

#c5 .about-list-block,
.chisel-form .about-list-block {
	text-align: center
}

#c5 .about-list-block .about-list-item,
.chisel-form .about-list-block .about-list-item {
	padding-bottom: 5rem
}

#c5 .about-list-block .sub-title,
.chisel-form .about-list-block .sub-title {
	position: relative;
	z-index: 1
}

#c5 .about-list-block .title,
.chisel-form .about-list-block .title {
	font-family: freeland;
	font-size: 10rem;
	line-height: 14rem;
	position: relative;
	margin-bottom: -6rem;
	color: #ababab;
	background: -webkit-linear-gradient(transparent, transparent), linear-gradient(to top, #ababab, #f0f0f0);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

#c5 .about-list-block .title img,
.chisel-form .about-list-block .title img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -75%);
	transform: translate(-50%, -75%)
}

#c5 .about-list-block .description,
.chisel-form .about-list-block .description {
	width: 500px;
	margin: auto
}

#c5 .jumbo-text-image-block,
.chisel-form .jumbo-text-image-block {
	overflow: hidden;
	margin-top: -7vw
}

#c5 .jumbo-text-image-block .jumbo-text,
.chisel-form .jumbo-text-image-block .jumbo-text {
	line-height: normal
}

#c5 .jumbo-text-image-block .youtube-wrapper,
.chisel-form .jumbo-text-image-block .youtube-wrapper {
	position: relative;
	padding-bottom: 36rem;
	height: 0
}

#c5 .jumbo-text-image-block .youtube-wrapper iframe,
.chisel-form .jumbo-text-image-block .youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

#c5 .jumbo-text-image-block .image-container,
.chisel-form .jumbo-text-image-block .image-container {
	position: relative;
	max-width: 100%;
	max-height: 36rem;
	height: auto;
	width: 1070px;
	margin: -14.5vw auto auto;
	z-index: 1
}

#c5 .jumbo-text-image-block .image-container:not(.auto-height),
.chisel-form .jumbo-text-image-block .image-container:not(.auto-height) {
	height: 41vw
}

#c5 .jumbo-text-image-block .image-container .image,
.chisel-form .jumbo-text-image-block .image-container .image {
	background-size: cover;
	height: 100%;
	width: 100%;
	background-position: center center
}

#c5 .narrow,
.chisel-form .narrow {
	max-width: 100%;
	width: 1070px;
	margin: auto
}

#c5 .horizontal-line-block,
.chisel-form .horizontal-line-block {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin: 1rem auto 5rem
}

#c5 .menu-offering-list-block,
.chisel-form .menu-offering-list-block {
	position: relative
}

#c5 .menu-offering-list-block .slick-arrow-circle,
.chisel-form .menu-offering-list-block .slick-arrow-circle {
	display: none
}

#c5 .menu-offering-list-block .offerings,
.chisel-form .menu-offering-list-block .offerings {
	width: calc(1070px + 1rem)
}

#c5 .menu-offering-list-block .offering,
.chisel-form .menu-offering-list-block .offering {
	padding: 3rem .5rem 0
}

#c5 .menu-offering-list-block .arrows-container,
.chisel-form .menu-offering-list-block .arrows-container {
	position: absolute;
	width: 100%
}

#c5 .menu-offering-list-block .arrows-container .slick-arrow-circle,
.chisel-form .menu-offering-list-block .arrows-container .slick-arrow-circle {
	top: 50%
}

#c5 .menu-offering-list-block .image,
.chisel-form .menu-offering-list-block .image {
	height: 18rem;
	background-size: cover;
	background-position: center center
}

#c5 .menu-offering-list-block .description,
.chisel-form .menu-offering-list-block .description {
	color: #333;
	padding: 1.5rem 1rem !important;
	text-align: center
}

#c5 .blue-line-content-block ul,
.chisel-form .blue-line-content-block ul {
	padding: 1rem 0
}

#c5 .blue-line-content-block ul li,
.chisel-form .blue-line-content-block ul li {
	display: inline-block;
	vertical-align: middle;
	padding: .5rem 2.5rem;
	color: #000
}

#c5 .blue-line-content-block ul li::before,
.chisel-form .blue-line-content-block ul li::before {
	content: '';
	background: url(../svg/icon_checkmark.svg);
	height: 29px;
	width: 29px;
	background-size: cover;
	display: inline-block;
	margin-right: 1rem;
	vertical-align: middle
}

#c5 .download-button-block,
.chisel-form .download-button-block {
	text-align: center
}

#c5 .download-button-block .horizontal-line,
.chisel-form .download-button-block .horizontal-line {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin: 1rem auto
}

#c5 .download-button-block .blue-button,
.chisel-form .download-button-block .blue-button {
	display: inline-block;
	padding: .8rem 2rem;
	margin: 2rem 0
}

#c5 .download-button-block .blue-button .svg svg,
.chisel-form .download-button-block .blue-button .svg svg {
	width: 2rem;
	height: 2rem;
	display: inline-block;
	vertical-align: middle
}

#c5 .search-fields .select2-container,
#c5 [id*=formblock] .select2-container,
.chisel-form .search-fields .select2-container,
.chisel-form [id*=formblock] .select2-container {
	height: 3.8rem
}

#c5 .stock-info-block iframe,
.chisel-form .stock-info-block iframe {
	width: 100%;
	border: none
}

#c5 .stock-info-block .left-image,
.chisel-form .stock-info-block .left-image {
	width: 5vw;
	padding-right: 1.5vw
}

#c5 .stock-info-block .left-image img,
.chisel-form .stock-info-block .left-image img {
	max-width: 100%
}

#c5 .g-recaptcha,
.chisel-form .g-recaptcha {
	width: 100%;
	margin: 1rem 0
}

#c5 .g-recaptcha>div,
.chisel-form .g-recaptcha>div {
	margin: auto
}

#c5 [id*=miniSurveyView] .form-errors,
.chisel-form [id*=miniSurveyView] .form-errors {
	text-align: center;
	width: 100%
}

#c5 #location-search-form .select2-choice,
#c5 #order-online-form .select2-choice,
#c5 .reservations-form .select2-choice,
#c5 .search-fields .select2-choice,
#c5 [id*=formblock] .select2-choice,
.chisel-form #location-search-form .select2-choice,
.chisel-form #order-online-form .select2-choice,
.chisel-form .reservations-form .select2-choice,
.chisel-form .search-fields .select2-choice,
.chisel-form [id*=formblock] .select2-choice {
	text-indent: 3rem;
	color: #fff;
	background-color: transparent;
	background-image: none;
	font-size: .9rem;
	border: none;
	box-shadow: none
}

#c5 #location-search-form .select2-container.light,
#c5 #order-online-form .select2-container.light,
#c5 .reservations-form .select2-container.light,
#c5 .search-fields .select2-container.light,
#c5 [id*=formblock] .select2-container.light,
.chisel-form #location-search-form .select2-container.light,
.chisel-form #order-online-form .select2-container.light,
.chisel-form .reservations-form .select2-container.light,
.chisel-form .search-fields .select2-container.light,
.chisel-form [id*=formblock] .select2-container.light {
	background-color: #e1e1e1
}

#c5 #location-search-form .select2-container.light .select2-chosen,
#c5 #order-online-form .select2-container.light .select2-chosen,
#c5 .reservations-form .select2-container.light .select2-chosen,
#c5 .search-fields .select2-container.light .select2-chosen,
#c5 [id*=formblock] .select2-container.light .select2-chosen,
.chisel-form #location-search-form .select2-container.light .select2-chosen,
.chisel-form #order-online-form .select2-container.light .select2-chosen,
.chisel-form .reservations-form .select2-container.light .select2-chosen,
.chisel-form .search-fields .select2-container.light .select2-chosen,
.chisel-form [id*=formblock] .select2-container.light .select2-chosen {
	background-color: transparent;
	padding-top: 3px
}

#c5 #location-search-form .select2-container.light .select2-choice,
#c5 #location-search-form .select2-container.light .select2-default,
#c5 #order-online-form .select2-container.light .select2-choice,
#c5 #order-online-form .select2-container.light .select2-default,
#c5 .reservations-form .select2-container.light .select2-choice,
#c5 .reservations-form .select2-container.light .select2-default,
#c5 .search-fields .select2-container.light .select2-choice,
#c5 .search-fields .select2-container.light .select2-default,
#c5 [id*=formblock] .select2-container.light .select2-choice,
#c5 [id*=formblock] .select2-container.light .select2-default,
.chisel-form #location-search-form .select2-container.light .select2-choice,
.chisel-form #location-search-form .select2-container.light .select2-default,
.chisel-form #order-online-form .select2-container.light .select2-choice,
.chisel-form #order-online-form .select2-container.light .select2-default,
.chisel-form .reservations-form .select2-container.light .select2-choice,
.chisel-form .reservations-form .select2-container.light .select2-default,
.chisel-form .search-fields .select2-container.light .select2-choice,
.chisel-form .search-fields .select2-container.light .select2-default,
.chisel-form [id*=formblock] .select2-container.light .select2-choice,
.chisel-form [id*=formblock] .select2-container.light .select2-default {
	color: #333 !important;
	font-size: .9rem
}

#c5 [id*=formblock] .select2-choice,
#c5 [id*=formblock] .select2-default,
.chisel-form [id*=formblock] .select2-choice,
.chisel-form [id*=formblock] .select2-default {
	text-indent: 1rem
}

#c5 .search-fields .select2-choice,
#c5 .search-fields .select2-default,
.chisel-form .search-fields .select2-choice,
.chisel-form .search-fields .select2-default {
	color: #fff !important;
	font-size: .9rem;
	margin-top: 29px
}

#c5 #menu-nav,
.chisel-form #menu-nav {
	position: relative
}

#c5 #menu-nav .image,
.chisel-form #menu-nav .image {
	height: 11vw;
	background-size: cover;
	background-position: center center
}

#c5 #menu-nav .name.active svg,
.chisel-form #menu-nav .name.active svg {
	fill: #fff
}

#c5 #menu-nav .svg,
.chisel-form #menu-nav .svg {
	vertical-align: -2px
}

#c5 #menu-nav .svg svg,
.chisel-form #menu-nav .svg svg {
	width: .9rem;
	height: .9rem;
	fill: #fff
}

#c5 #menu .menu-image img,
#c5 #menu .menu-items,
.chisel-form #menu .menu-image img,
.chisel-form #menu .menu-items {
	width: 100%
}

#c5 #category-list .slick-slide>div,
#c5 #menu-nav .cloned-container .slick-slide>div,
.chisel-form #category-list .slick-slide>div,
.chisel-form #menu-nav .cloned-container .slick-slide>div {
	height: 100%
}

#c5 #menu-nav .cloned-container svg,
#c5 #menu-nav .name svg,
.chisel-form #menu-nav .cloned-container svg,
.chisel-form #menu-nav .name svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	fill: #9cf
}

#c5 #menu-nav .cloned-container .slick-slide,
.chisel-form #menu-nav .cloned-container .slick-slide {
	background-color: #fff
}

#c5 #menu-nav .cloned-container .slick-track,
.chisel-form #menu-nav .cloned-container .slick-track {
	color: #fff
}

#c5 #menu-nav .name,
.chisel-form #menu-nav .name {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	font-size: .9rem;
	color: #020b21;
	transition: background-color .2s ease, color .2s ease;
	background-color: #fff
}

#c5 #menu-nav .name.active,
#c5 #menu-nav .slide:hover .name,
.chisel-form #menu-nav .name.active,
.chisel-form #menu-nav .slide:hover .name {
	background-color: #9cf;
	color: #fff
}

#c5 #menu-nav .name.active i,
.chisel-form #menu-nav .name.active i {
	color: #fff
}

#c5 #menu-nav .slide:hover .name svg,
.chisel-form #menu-nav .slide:hover .name svg {
	fill: #fff
}

#c5 #menu-nav .cloned-container,
.chisel-form #menu-nav .cloned-container {
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: -1
}

#c5 .wood-text,
.chisel-form .wood-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}

#c5 .wood-text.centered,
.chisel-form .wood-text.centered {
	-ms-flex-pack: center;
	justify-content: center
}

#c5 .wood-text .wood-text-content,
#c5 .wood-text h2,
.chisel-form .wood-text .wood-text-content,
.chisel-form .wood-text h2 {
	text-transform: uppercase;
	font-weight: 700;
	max-height: 24vw;
	display: block;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	font-size: 4.5vw;
	line-height: 3.4vw;
	color: #000;
	-webkit-text-fill-color: transparent;
	background: -webkit-linear-gradient(transparent, transparent), url(../jpg/bg_dark_wood.jpg);
	background-clip: text;
	-webkit-background-clip: text;
	background-size: cover;
	text-align: left
}

#c5 .menu-name,
.chisel-form .menu-name {
	padding: 1.8vw 0
}

#c5 .menu-name #menu-label,
.chisel-form .menu-name #menu-label {
	display: block;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 6rem;
	line-height: 4.5rem;
	color: #000;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-color: rgba(0, 0, 0, .3);
	-webkit-text-stroke-width: 1px;
	background: -webkit-linear-gradient(transparent, transparent), url(../jpg/bg_dark_wood.jpg);
	background-clip: text;
	-webkit-background-clip: text;
	background-size: cover;
	white-space: nowrap;
	max-height: 150vh
}

#c5 #category-list .slick-slide,
#c5 #category-list.sticky-clone,
.chisel-form #category-list .slick-slide,
.chisel-form #category-list.sticky-clone {
	background-color: #fff
}

#c5 .menu-name #menu-label.stuck-bottom,
.chisel-form .menu-name #menu-label.stuck-bottom {
	position: absolute !important;
	z-index: 0
}

#c5 .menu-name img.stuck-bottom,
.chisel-form .menu-name img.stuck-bottom {
	position: absolute !important
}

#c5 #category-list.compact li,
.chisel-form #category-list.compact li {
	padding: .5rem 1rem
}

#c5 #category-list ul,
.chisel-form #category-list ul {
	text-align: center;
	border-top: 1px solid rgba(0, 0, 0, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

#c5 #category-list li,
.chisel-form #category-list li {
	display: inline-block;
	padding: 1.5rem 1rem;
	transition: padding .4s ease
}

#c5 #category-list li a,
.chisel-form #category-list li a {
	text-transform: lowercase;
	color: #333;
	font-size: 1.2rem;
	transition: color .4s ease
}

#c5 #category-list li a.active,
#c5 #category-list li a:hover,
.chisel-form #category-list li a.active,
.chisel-form #category-list li a:hover {
	color: #9cf
}

#c5 #menu ul li,
.chisel-form #menu ul li {
	list-style-position: outside;
	margin-left: 1rem
}

#c5 #menu .item-wrapper,
.chisel-form #menu .item-wrapper {
	padding: 1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, .2)
}

#c5 #menu .item-wrapper:first-child,
.chisel-form #menu .item-wrapper:first-child {
	padding-top: 0
}

#c5 #menu .item-wrapper .description,
.chisel-form #menu .item-wrapper .description {
	font-style: italic;
	color: #ababab
}

#c5 #menu .menu-image,
.chisel-form #menu .menu-image {
	padding-left: 2vw
}

#c5 #menu .category-column.left,
.chisel-form #menu .category-column.left {
	padding-right: 2rem
}

#c5 #menu .category-column.right,
.chisel-form #menu .category-column.right {
	padding-left: 2rem
}

#c5 #menu .category-wrapper,
.chisel-form #menu .category-wrapper {
	padding: 1.3vw 0
}

#c5 #menu .first-category-right,
.chisel-form #menu .first-category-right {
	padding-top: 3vw
}

#c5 .location-page-search .title-bar svg,
.chisel-form .location-page-search .title-bar svg {
	height: 3.6vw;
	width: 1.2vw;
	fill: #9cf
}

#c5 #details-modal,
.chisel-form #details-modal {
	position: absolute;
	width: 100%;
	left: -100%;
	background-color: #020b21;
	transition: left .4s ease
}

#c5 #details-modal .detail-links,
.chisel-form #details-modal .detail-links {
	margin-top: -1.5rem
}

#c5 #details-modal.happening-modal,
.chisel-form #details-modal.happening-modal {
	opacity: 0
}

#c5 #details-modal.happening-modal .diamond-bg,
.chisel-form #details-modal.happening-modal .diamond-bg {
	width: 100%;
	height: 90%;
	position: absolute;
	z-index: -1;
	opacity: .8
}

#c5 #details-modal .diamond-bg,
.chisel-form #details-modal .diamond-bg {
	width: 36%;
	height: 134%;
	position: absolute;
	z-index: -1;
	opacity: .3
}

#c5 #details-modal .left,
.chisel-form #details-modal .left {
	padding-right: 2rem
}

#c5 #details-modal .right,
.chisel-form #details-modal .right {
	padding-left: 2rem
}

#c5 #details-modal.white-bg,
.chisel-form #details-modal.white-bg {
	background-color: #fff;
	height: 100%
}

#c5 #details-modal.happening-modal .menu-item-container,
.chisel-form #details-modal.happening-modal .menu-item-container {
	border-top: 1px solid rgba(0, 0, 0, .2);
	padding: 1.5rem 0;
	font-style: italic;
	font-size: .9rem
}

#c5 #details-modal.happening-modal .menu-item-container:first-child,
.chisel-form #details-modal.happening-modal .menu-item-container:first-child {
	border-top: none
}

#c5 #details-modal.happening-modal .slide-image,
.chisel-form #details-modal.happening-modal .slide-image {
	position: relative;
	z-index: 1
}

#c5 #details-modal.happening-modal .image,
.chisel-form #details-modal.happening-modal .image {
	height: 22vw;
	position: relative
}

#c5 #details-modal.happening-modal .close,
.chisel-form #details-modal.happening-modal .close {
	color: #020b21
}

#c5 #details-modal.happening-modal .date,
.chisel-form #details-modal.happening-modal .date {
	right: 0;
	left: auto;
	z-index: 2
}

#c5 #details-modal.happening-modal .details-wrapper,
.chisel-form #details-modal.happening-modal .details-wrapper {
	padding: 9rem 0 3rem;
	width: 100%
}

#c5 #details-modal .blue-line-content,
.chisel-form #details-modal .blue-line-content {
	padding-bottom: 5rem
}

#c5 #details-modal #location-image,
.chisel-form #details-modal #location-image {
	width: 100%;
	height: auto
}

#c5 #details-modal #location-description,
.chisel-form #details-modal #location-description {
	margin-left: 33.33%;
	width: 66.66%;
	color: #fff;
	padding-top: 2.5rem
}

#c5 #details-modal .close,
.chisel-form #details-modal .close {
	font-size: 3rem;
	color: #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 1.5rem
}

#c5 #details-modal.visible,
.chisel-form #details-modal.visible {
	left: 0
}

#c5 #details-modal .details-wrapper,
.chisel-form #details-modal .details-wrapper {
	width: 80%;
	margin: auto;
	padding: 11rem 0 3rem;
	opacity: 0;
	transition: opacity 1.5s ease
}

#c5 #details-modal .details-wrapper.visible,
.chisel-form #details-modal .details-wrapper.visible {
	opacity: 1
}

#c5 #details-modal #location-name,
.chisel-form #details-modal #location-name {
	text-align: center
}

#c5 #detail-images-wrapper,
.chisel-form #detail-images-wrapper {
	position: relative
}

#c5 #detail-images-wrapper .diamond-bg-white,
.chisel-form #detail-images-wrapper .diamond-bg-white {
	position: absolute;
	width: 12%;
	height: 85%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .5
}

#c5 #detail-images,
.chisel-form #detail-images {
	width: 100%;
	padding-left: 12%
}

#c5 #detail-images .slide,
.chisel-form #detail-images .slide {
	height: 23vw;
	background-size: cover;
	background-position: center center
}

#c5 .map-location-details,
.chisel-form .map-location-details {
	font-size: 16px
}

#c5 .map-location-details a,
.chisel-form .map-location-details a {
	color: #000
}

#c5 .map-location-details *,
.chisel-form .map-location-details * {
	line-height: 20px
}

#c5 .all-location-info a,
.chisel-form .all-location-info a {
	color: #fff
}

#c5 #detail-menus,
.chisel-form #detail-menus {
	padding-top: 2rem
}

#c5 #detail-menus a,
.chisel-form #detail-menus a {
	width: 40%;
	margin: 0 .5rem .5rem 0;
	max-width: 240px;
	text-align: center
}

#c5 .sticky-clone,
.chisel-form .sticky-clone {
	z-index: 4
}

#c5 .modal-content,
.chisel-form .modal-content {
	padding: 0
}

#c5 .modal-content .photo,
.chisel-form .modal-content .photo {
	background-size: cover;
	background-position: center center
}

#c5 .modal-content .content,
.chisel-form .modal-content .content {
	padding: 3rem
}

#c5 .modal-content .content img,
.chisel-form .modal-content .content img {
	max-width: 100%
}

#c5 .modal-content .close,
.chisel-form .modal-content .close {
	display: block;
	border: none;
	background-color: transparent;
	font-size: 2.5rem;
	color: #fff;
	margin-right: 1rem
}

#c5 .modal-content .title-bar,
.chisel-form .modal-content .title-bar {
	background-image: url(../jpg/bg_dark_wood.jpg);
	background-size: cover;
	background-position: center center;
	padding: 2rem
}

#c5 .modal-content .svg-logo svg,
.chisel-form .modal-content .svg-logo svg {
	width: 250px;
	height: 55px
}

#c5 .about-section,
.chisel-form .about-section {
	position: relative
}

#c5 .about-bg,
.chisel-form .about-bg {
	opacity: 0;
	position: absolute;
	top: 32rem;
	width: 50%;
	height: 90%;
	z-index: -1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	transition: opacity 5s ease
}

#c5 .about-bg.visible,
.chisel-form .about-bg.visible {
	opacity: 1
}

#c5 .about-bg-right,
.chisel-form .about-bg-right {
	right: 0
}

#c5 .nutrition-bg,
.chisel-form .nutrition-bg {
	height: 100%;
	position: absolute;
	width: 50%;
	background-repeat: no-repeat;
	background-position: left top;
	opacity: 0;
	transition: opacity 5s ease
}

#c5 .nutrition-bg.visible,
.chisel-form .nutrition-bg.visible {
	opacity: 1
}

#c5 .nutrition-bg-top,
.chisel-form .nutrition-bg-top {
	top: -4rem
}

#c5 .nutrition-bg-bottom,
.chisel-form .nutrition-bg-bottom {
	bottom: 0
}

#c5 .nutrition-bg-right,
.chisel-form .nutrition-bg-right {
	right: 0;
	background-position: right top
}

#c5 .nutrition-bg-left-bottom,
.chisel-form .nutrition-bg-left-bottom {
	background-position: left bottom
}

#c5 .nutrition-bg-right-bottom,
.chisel-form .nutrition-bg-right-bottom {
	background-position: right bottom;
	right: 0
}

#c5 .bottom-pattern,
.chisel-form .bottom-pattern {
	padding-top: 3rem
}

#c5 .bottom-pattern .diamond-bg,
.chisel-form .bottom-pattern .diamond-bg {
	height: 6rem;
	width: 25rem;
	margin: auto
}

#c5 .bubbles.background-bubbles,
.chisel-form .bubbles.background-bubbles {
	width: 100%;
	height: 30rem;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: bottom right;
	background-repeat: no-repeat;
	z-index: -1
}

#c5 .menu-bubbles,
.chisel-form .menu-bubbles {
	background-image: url(../png/dots_menu_internal.png);
	position: absolute;
	bottom: -30vw;
	height: 56vw;
	width: 36vw;
	background-size: cover;
	background-repeat: no-repeat;
	left: 0
}

#c5 .form-block .alert-danger,
#c5 .form-block .alert-success,
.chisel-form .form-block .alert-danger,
.chisel-form .form-block .alert-success {
	margin: .15rem;
	background-color: #9cf;
	padding: 1rem;
	text-align: center;
	color: #fff;
	font-weight: 700
}

#c5 .font-size-40,
.chisel-form .font-size-40 {
	font-size: 2.5rem
}

#c5 .font-size-25,
.chisel-form .font-size-25 {
	font-size: 1.56rem
}

#c5 .font-size-19,
.chisel-form .font-size-19 {
	font-size: 1.2rem
}

#c5 .font-size-17,
.chisel-form .font-size-17 {
	font-size: 1.06rem
}

#c5 .font-size-13,
.chisel-form .font-size-13 {
	font-size: .81rem
}

@media (min-width:1920px) {

	#c5 .center,
	.chisel-form .center {
		width: 85%
	}

	#c5 .image-stacks-block .foreground,
	.chisel-form .image-stacks-block .foreground {
		height: 26vw
	}

	#c5 .image-stacks-block .wood-bg,
	.chisel-form .image-stacks-block .wood-bg {
		height: 19vw
	}
}

@media (max-width:1500px) {

	#c5 footer .column:first-child,
	#c5 footer .footer-right .padding-right,
	.chisel-form footer .column:first-child,
	.chisel-form footer .footer-right .padding-right {
		padding-right: 4rem
	}

	#c5 .location-page-search #location-wrapper .title-bar,
	.chisel-form .location-page-search #location-wrapper .title-bar {
		font-size: 1.7vw
	}

	#c5 .location-page-search .location-wrapper,
	.chisel-form .location-page-search .location-wrapper {
		padding: 0 2vw
	}

	#c5 .happening-block .image,
	.chisel-form .happening-block .image {
		height: 19vw
	}
}

@media (max-width:1400px) {

	#c5 footer .column:first-child,
	#c5 footer .footer-right .padding-right,
	.chisel-form footer .column:first-child,
	.chisel-form footer .footer-right .padding-right {
		padding-right: 4rem
	}

	#c5 footer .footer-left,
	.chisel-form footer .footer-left {
		max-width: 22rem
	}
}

@media (max-width:1300px) {

	#c5 .center,
	.chisel-form .center {
		width: 85%
	}

	#c5 .nutrition-bg,
	.chisel-form .nutrition-bg {
		opacity: .3 !important;
		background-size: 85%
	}

	#c5 .menu-offering-list-block .image,
	.chisel-form .menu-offering-list-block .image {
		height: 22vw
	}

	#c5 .order-online-page .location-wrapper .title-bar,
	.chisel-form .order-online-page .location-wrapper .title-bar {
		font-size: 2vw
	}

	#c5 .order-online-page .location-wrapper .title-bar svg,
	.chisel-form .order-online-page .location-wrapper .title-bar svg {
		width: 2vw;
		height: 5vw
	}

	#c5 #menu-nav .image,
	.chisel-form #menu-nav .image {
		height: 13vw
	}

	#c5 .header-banner.extended .reservations-form,
	.chisel-form .header-banner.extended .reservations-form {
		top: 10vw
	}

	#c5 #details-modal #location-description,
	.chisel-form #details-modal #location-description {
		margin-left: 12%;
		width: 88%
	}

	#c5 #location-list,
	.chisel-form #location-list {
		width: 100%
	}

	#c5 .location-wrapper .title-bar,
	.chisel-form .location-wrapper .title-bar {
		font-size: 18px
	}

	#c5 .location-wrapper i,
	.chisel-form .location-wrapper i {
		font-size: 28px
	}

	#c5 .vertical-line-block.extra-padded .vertical-line.bottom,
	.chisel-form .vertical-line-block.extra-padded .vertical-line.bottom {
		-webkit-transform: translateY(60%);
		transform: translateY(60%)
	}

	#c5 .happening-block.non-slider .slide,
	.chisel-form .happening-block.non-slider .slide {
		width: calc(50% - .8rem)
	}
}

@media (max-width:1250px) {

	#c5 header .counter-wrapper,
	.chisel-form header .counter-wrapper {
		margin-top: 0
	}

	#c5 .happening-block .slick-list,
	.chisel-form .happening-block .slick-list {
		padding-right: 16.5%
	}

	#c5 .happening-block .slick-list.initial,
	.chisel-form .happening-block .slick-list.initial {
		margin-left: 16.5%
	}

	#c5 .happening-block .slick-list.active,
	.chisel-form .happening-block .slick-list.active {
		padding-right: 33%
	}
}

@media (max-width:1200px) {

	#c5 .stock-iframe,
	.chisel-form .stock-iframe {
		-ms-flex-order: 0;
		order: 0
	}

	#c5 .stock-buttons,
	.chisel-form .stock-buttons {
		-ms-flex-order: 1;
		order: 1
	}

	#c5 .stock-info-block .left-image,
	.chisel-form .stock-info-block .left-image {
		display: none
	}

	#c5 .stock-info-block .arrow-link.blue-hover,
	.chisel-form .stock-info-block .arrow-link.blue-hover {
		width: 30%;
		text-align: center;
		margin: 0 1.5%
	}
}

@media (max-width:1100px) {

	#c5 #menu-nav .image,
	.chisel-form #menu-nav .image {
		height: 16vw
	}

	#c5 footer.homepage .footer-content,
	.chisel-form footer.homepage .footer-content {
		padding-top: 25rem
	}

	#c5 .image-with-text-block .background-image,
	.chisel-form .image-with-text-block .background-image {
		height: 67vw
	}

	#c5 .location-page-search #location-wrapper .title-bar,
	.chisel-form .location-page-search #location-wrapper .title-bar {
		font-size: 2.4vw
	}

	#c5 .location-page-search .title-bar svg,
	.chisel-form .location-page-search .title-bar svg {
		height: 4.6vw;
		width: 2.2vw
	}

	#c5 .gift-card-block,
	.chisel-form .gift-card-block {
		padding-top: 0
	}

	#c5 .gift-card-block .gift-card-wrapper,
	.chisel-form .gift-card-block .gift-card-wrapper {
		margin-bottom: 4rem
	}

	#c5 .form-block .content.order-online,
	.chisel-form .form-block .content.order-online {
		width: 100%
	}
}

@media (max-width:1070px) {

	#c5 .happening-block .date,
	.chisel-form .happening-block .date {
		height: 115px;
		width: 115px
	}

	#c5 .happening-block .date .date-text,
	.chisel-form .happening-block .date .date-text {
		line-height: 16px
	}

	#c5 .happening-block .date .month,
	.chisel-form .happening-block .date .month {
		font-size: 15px
	}

	#c5 .happening-block .date .year,
	.chisel-form .happening-block .date .year {
		font-size: 12px
	}

	#c5 .happening-block .image,
	.chisel-form .happening-block .image {
		height: 23vw
	}
}

@media (max-width:1000px) {

	#c5 h3.small,
	.chisel-form h3.small {
		font-size: 2rem
	}

	#c5 #menu-nav .image,
	.chisel-form #menu-nav .image {
		height: 21vw
	}

	#c5 .layout.padded-bottom-extra-top,
	.chisel-form .layout.padded-bottom-extra-top {
		padding-top: 5.5rem
	}

	#c5 footer.homepage .footer-content,
	.chisel-form footer.homepage .footer-content {
		padding-top: 27rem
	}

	#c5 .menu-offering-list-block .image,
	.chisel-form .menu-offering-list-block .image {
		height: 26vw
	}

	#c5 .header-banner.extended .reservations-form,
	.chisel-form .header-banner.extended .reservations-form {
		width: 100%
	}

	#c5 #details-modal #location-name,
	.chisel-form #details-modal #location-name {
		font-size: 3rem
	}

	#c5 #details-modal #location-description,
	.chisel-form #details-modal #location-description {
		margin-left: 0
	}

	#c5 #detail-images .slide,
	.chisel-form #detail-images .slide {
		height: 50vw
	}

	#c5 #detail-address .blue-line-content,
	#c5 #detail-hours .blue-line-content,
	#c5 #detail-menus .blue-line-content,
	.chisel-form #detail-address .blue-line-content,
	.chisel-form #detail-hours .blue-line-content,
	.chisel-form #detail-menus .blue-line-content {
		margin-bottom: 2rem
	}

	#c5 #detail-menus a,
	.chisel-form #detail-menus a {
		padding: 1.5vw 1vw;
		width: 48%
	}

	#c5 #menu .category-column.left,
	#c5 #menu .category-column.right,
	.chisel-form #menu .category-column.left,
	.chisel-form #menu .category-column.right {
		padding: 0
	}

	#c5 #menu .first-category-right,
	.chisel-form #menu .first-category-right {
		padding-top: 0
	}

	#c5 #menu .menu-image,
	.chisel-form #menu .menu-image {
		padding: 0 1.5rem
	}

	#c5 .jumbo-text-image-block .image-container,
	.chisel-form .jumbo-text-image-block .image-container {
		padding: 0 1rem
	}

	#c5 .jumbo-text-image-block .youtube-wrapper,
	.chisel-form .jumbo-text-image-block .youtube-wrapper {
		padding-bottom: 54.25%
	}

	#c5 .callout-block .diamond-bg,
	.chisel-form .callout-block .diamond-bg {
		display: none
	}

	#c5 .callout-block .callout,
	.chisel-form .callout-block .callout {
		height: 55vw;
		width: 100%;
		margin-bottom: 1rem
	}

	#c5 .stock-info-block .arrow-link.blue-hover,
	.chisel-form .stock-info-block .arrow-link.blue-hover {
		width: 47%;
		text-align: center;
		margin: 0 1.5%
	}

	#c5 .menu-offering-list-block .slick-arrow-circle,
	.chisel-form .menu-offering-list-block .slick-arrow-circle {
		display: block
	}

	#c5 .find-a-location-block .content h2.location-title,
	.chisel-form .find-a-location-block .content h2.location-title {
		font-size: 4.8rem;
		margin-bottom: -.8rem
	}
}

@media (max-width:950px) {

	#c5 footer .footer-left,
	.chisel-form footer .footer-left {
		max-width: 20rem
	}

	#c5 footer .column:first-child,
	#c5 footer .footer-right .padding-right,
	.chisel-form footer .column:first-child,
	.chisel-form footer .footer-right .padding-right {
		padding-right: 2rem
	}
}

@media (max-width:900px) {

	#c5 header.fixed,
	.chisel-form header.fixed {
		padding: .5vw 2.5%
	}

	#c5 header .logo svg,
	.chisel-form header .logo svg {
		width: 8rem;
		height: 2rem
	}

	#c5 header .nav li,
	.chisel-form header .nav li {
		padding: 0 .5rem
	}

	#c5 header .more-menu .more-label,
	#c5 header .nav a,
	.chisel-form header .more-menu .more-label,
	.chisel-form header .nav a {
		font-size: .7rem
	}

	#c5 header button.more,
	.chisel-form header button.more {
		font-size: 1.8rem
	}

	#c5 .location-wrapper .title-bar,
	.chisel-form .location-wrapper .title-bar {
		font-size: 24px
	}

	#c5 .location-wrapper i,
	.chisel-form .location-wrapper i {
		font-size: 36px
	}

	#c5 .header-banner .header-title,
	.chisel-form .header-banner .header-title {
		font-size: 16vw
	}

	#c5 .order-online-page .content.locations,
	.chisel-form .order-online-page .content.locations {
		height: auto !important;
		padding: 0 !important
	}

	#c5 .order-online-page .location-wrapper .title-bar,
	.chisel-form .order-online-page .location-wrapper .title-bar {
		font-size: 1.5rem
	}

	#c5 .order-online-page .location-wrapper .title-bar svg,
	.chisel-form .order-online-page .location-wrapper .title-bar svg {
		width: 25px;
		height: 60px
	}

	#c5 .happening-block .slick-list,
	.chisel-form .happening-block .slick-list {
		padding-right: 24.5%
	}

	#c5 .happening-block .slick-list.initial,
	.chisel-form .happening-block .slick-list.initial {
		margin-left: 24.5%
	}

	#c5 .happening-block .slick-list.active,
	.chisel-form .happening-block .slick-list.active {
		padding-right: 49%
	}
}

@media (max-width:800px) {

	#c5 #locations-selection,
	#c5 span.narrow-content-block,
	.chisel-form #locations-selection,
	.chisel-form span.narrow-content-block {
		width: 100%
	}

	#c5 .copyright-container,
	.chisel-form .copyright-container {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0 7rem;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 2rem;
		font-size: 14px
	}

	#c5 .header-banner .page-header-content,
	.chisel-form .header-banner .page-header-content {
		-webkit-transform: translate(-50%, -30%);
		transform: translate(-50%, -30%)
	}

	#c5 #details-modal.happening-modal .image,
	.chisel-form #details-modal.happening-modal .image {
		height: 43vw
	}

	#c5 .wood-text-content,
	.chisel-form .wood-text-content {
		display: none !important
	}

	#c5 .content.reservations .selected-location-display,
	.chisel-form .content.reservations .selected-location-display {
		bottom: -2rem;
		left: 3.25rem
	}

	#c5 .wood-text .wood-text-content,
	#c5 .wood-text h2,
	.chisel-form .wood-text .wood-text-content,
	.chisel-form .wood-text h2 {
		max-height: 20rem;
		font-size: 8.5vw;
		line-height: 7.4vw
	}

	#c5 #locations-selection .modal-window,
	.chisel-form #locations-selection .modal-window {
		padding: 6rem 2rem 5rem
	}

	#c5 #locations-selection h5,
	.chisel-form #locations-selection h5 {
		font-size: 2rem
	}

	#c5 #locations-selection .address,
	#c5 #locations-selection .choose-button,
	.chisel-form #locations-selection .address,
	.chisel-form #locations-selection .choose-button {
		font-size: 1.2rem
	}

	#c5 #locations-selection .address *,
	.chisel-form #locations-selection .address * {
		line-height: 2rem
	}

	#c5 .about-bg,
	.chisel-form .about-bg {
		opacity: .3 !important
	}

	#c5 .about-list-block .title,
	.chisel-form .about-list-block .title {
		font-size: 8rem;
		margin-bottom: -4rem
	}

	#c5 .gift-card-block .gift-card .header-title,
	.chisel-form .gift-card-block .gift-card .header-title {
		font-size: 7rem;
		line-height: 13rem;
		margin-bottom: -5rem
	}

	#c5 .cursive-text,
	.chisel-form .cursive-text {
		font-size: 8rem !important
	}

	#c5 .menu-offering-list-block .image,
	.chisel-form .menu-offering-list-block .image {
		height: 32vw
	}

	#c5 .horizontal-line-block,
	.chisel-form .horizontal-line-block {
		margin: 0 auto 1rem
	}

	#c5 .jumbo-text-image-block .image-container,
	.chisel-form .jumbo-text-image-block .image-container {
		margin-top: -2vw
	}

	#c5 .stock-info-block .arrow-link.blue-hover,
	.chisel-form .stock-info-block .arrow-link.blue-hover {
		width: 100%;
		margin: 0;
		height: 4rem
	}

	#c5 .stock-info-block .blue-line-content,
	.chisel-form .stock-info-block .blue-line-content {
		padding: 0 !important
	}

	#c5 .stock-info-block .blue-line-content:before,
	.chisel-form .stock-info-block .blue-line-content:before {
		height: 0
	}

	#c5 .happening-block.non-slider .slide,
	.chisel-form .happening-block.non-slider .slide {
		width: calc(50% - .8rem)
	}

	#c5 .diamond-text.diamond-black,
	.chisel-form .diamond-text.diamond-black {
		font-size: 16vw;
		background-size: 5rem
	}

	#c5 .jumbo-text.diamond-black,
	.chisel-form .jumbo-text.diamond-black {
		background-size: 5rem
	}

	#c5 h2,
	.chisel-form h2 {
		font-size: 5vw
	}

	#c5 h3,
	.chisel-form h3 {
		font-size: 1.6rem;
		margin-bottom: 1.5rem
	}

	#c5 .header-banner,
	.chisel-form .header-banner {
		height: 28rem
	}

	#c5 .header-banner.extended,
	.chisel-form .header-banner.extended {
		height: 44rem
	}

	#c5 .location-page-search .title-bar svg,
	.chisel-form .location-page-search .title-bar svg {
		height: 3rem;
		width: 1.5rem;
		margin-right: .5rem
	}

	#c5 .location-page-search #location-wrapper .title-bar,
	.chisel-form .location-page-search #location-wrapper .title-bar {
		font-size: 1.7rem
	}

	#c5 .location-page-search #location-wrapper .location-scroll,
	.chisel-form .location-page-search #location-wrapper .location-scroll {
		padding-top: 5rem;
		max-height: initial;
		min-height: 15rem;
		height: auto
	}

	#c5 .location-page-search .location-wrapper,
	.chisel-form .location-page-search .location-wrapper {
		padding: 2vw 7vw 0
	}

	#c5 .location-page-search .location-wrapper .blue-line-content,
	.chisel-form .location-page-search .location-wrapper .blue-line-content {
		padding: 1.5rem 2.5rem !important
	}

	#c5 .reservations-form,
	.chisel-form .reservations-form {
		width: 100%;
		-webkit-transform: translate(-50%, -10.8rem);
		transform: translate(-50%, -10.8rem);
		padding: 25px 3rem
	}

	#c5 .reservations-form .pattern-wrapper,
	.chisel-form .reservations-form .pattern-wrapper {
		height: 50px;
		padding: 0 85px
	}

	#c5 .reservations-form h2.title,
	.chisel-form .reservations-form h2.title {
		font-size: 80px
	}

	#c5 .reservations-form .reservations,
	.chisel-form .reservations-form .reservations {
		width: 100%
	}

	#c5 .homepage-reservations,
	.chisel-form .homepage-reservations {
		margin: 4rem auto 0
	}

	#c5 .homepage-reservations .jumbo-text,
	.chisel-form .homepage-reservations .jumbo-text {
		line-height: 145px
	}

	#c5 footer,
	.chisel-form footer {
		min-height: 21rem
	}

	#c5 footer .logo .svg,
	.chisel-form footer .logo .svg {
		width: 150px
	}

	#c5 footer .blue-line-content,
	.chisel-form footer .blue-line-content {
		padding: 0 0 0 1.5rem !important
	}

	#c5 footer .blue-line-content:before,
	.chisel-form footer .blue-line-content:before {
		height: 3.3rem;
		top: 0
	}

	#c5 footer.homepage,
	.chisel-form footer.homepage {
		min-height: 35rem
	}

	#c5 footer.homepage .footer-content,
	.chisel-form footer.homepage .footer-content {
		padding-top: 20rem
	}

	

	#c5 footer .address,
	#c5 footer .footer-right,
	.chisel-form footer .address,
	.chisel-form footer .footer-right {
		/*display: none*/
	}

	#c5 footer .social-icon-block,
	.chisel-form footer .social-icon-block {
		text-align: center;
		margin-top: 25px
	}

	#c5 footer .social-icon-block .icon,
	.chisel-form footer .social-icon-block .icon {
		font-size: 20px;
		margin-left: 20px
	}

	#c5 input:not([type=checkbox]),
	.chisel-form input:not([type=checkbox]) {
		padding: 20px 2.8rem 0 50px;
		font-size: 13px;
		height: 58px
	}

	#c5 .center,
	.chisel-form .center {
		width: 80%
	}

	#c5 .blue-button,
	.chisel-form .blue-button {
		font-size: .9rem;
		padding: .8rem
	}

	#c5 .blue-button .svg svg,
	.chisel-form .blue-button .svg svg {
		width: .8rem;
		height: .65rem
	}

	#c5 .home-video-block .content,
	#c5 .layout.tablet-full .center,
	.chisel-form .home-video-block .content,
	.chisel-form .layout.tablet-full .center {
		width: 100%
	}

	#c5 .arrow-link,
	.chisel-form .arrow-link {
		font-size: .7rem;
		margin-top: 1.5rem
	}

	#c5 .mobile,
	.chisel-form .mobile {
		display: block
	}

	#c5 .desktop,
	.chisel-form .desktop {
		display: none
	}

	#c5 .gray-bg,
	#c5 .video-image,
	.chisel-form .gray-bg,
	.chisel-form .video-image {
		background-size: cover;
		background-position: center center;
		height: 85vw
	}

	#c5 .gray-bg,
	.chisel-form .gray-bg {
		background-color: #ababab
	}

	#c5 .layout-content,
	.chisel-form .layout-content {
		font-size: .9rem;
		padding: 1.5rem 0 !important
	}

	#c5 .blue-line-content,
	.chisel-form .blue-line-content {
		padding: 1.5rem 3.5rem !important
	}

	#c5 .vertical-line-block .vertical-line,
	.chisel-form .vertical-line-block .vertical-line {
		height: 4rem
	}

	#c5 .vertical-line-block.extra-padded .vertical-line.bottom,
	.chisel-form .vertical-line-block.extra-padded .vertical-line.bottom {
		-webkit-transform: translateY(2.5rem);
		transform: translateY(2.5rem)
	}

	#c5 .home-video-block .content .title h1,
	.chisel-form .home-video-block .content .title h1 {
		font-size: 7rem;
		margin-bottom: 1.3rem
	}

	#c5 .home-video-block .content .sub-title h3,
	.chisel-form .home-video-block .content .sub-title h3 {
		font-size: 1rem;
		margin-bottom: 2.5rem
	}

	#c5 .location-slider-block .slide,
	.chisel-form .location-slider-block .slide {
		height: 74vw
	}

	#c5 .vertical-line-block,
	#c5 .vertical-line.non-block,
	.chisel-form .vertical-line-block,
	.chisel-form .vertical-line.non-block {
		height: 52px
	}

	#c5 .menu-callout-block,
	.chisel-form .menu-callout-block {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 95%;
		padding: 0 1.5rem
	}

	#c5 .menu-callout-block .mobile-image,
	.chisel-form .menu-callout-block .mobile-image {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		z-index: -1
	}

	#c5 .menu-callout-block .title,
	.chisel-form .menu-callout-block .title {
		font-size: 3.2vw
	}

	#c5 .menu-callout-block .title.freeland,
	.chisel-form .menu-callout-block .title.freeland {
		font-size: 6.7vw
	}

	#c5 .menu-callout-block .slick-list,
	.chisel-form .menu-callout-block .slick-list {
		padding: 0 20% 0 0 !important
	}

	#c5 .menu-callout-block .background-image,
	.chisel-form .menu-callout-block .background-image {
		left: -13rem;
		width: 80%;
		background-size: contain
	}

	#c5 .menu-callout-block .image,
	.chisel-form .menu-callout-block .image {
		padding-top: 76%
	}

	#c5 .menu-callout-block .menu-label,
	.chisel-form .menu-callout-block .menu-label {
		line-height: 0;
		width: 100%
	}

	#c5 .menu-callout-block .callout-group,
	.chisel-form .menu-callout-block .callout-group {
		width: 103%
	}

	#c5 .form-block h2,
	.chisel-form .form-block h2 {
		padding: 0 9rem;
		font-size: 2.5rem;
		line-height: 2rem
	}

	#c5 .form-block .input-icon,
	.chisel-form .form-block .input-icon {
		bottom: 10px
	}

	#c5 .form-block .input-icon svg,
	.chisel-form .form-block .input-icon svg {
		width: 25px;
		height: 20px
	}

	#c5 .form-block .form-group,
	.chisel-form .form-block .form-group {
		padding: .25rem
	}

	#c5 .form-block .form-group .options.width-adjust,
	.chisel-form .form-block .form-group .options.width-adjust {
		width: calc(100% - .5rem)
	}

	#c5 .form-block .content .search-fields .call-to-action .svg,
	.chisel-form .form-block .content .search-fields .call-to-action .svg {
		right: -5px;
		height: 20px
	}

	#c5 .form-block .content .search-fields .call-to-action .svg svg,
	.chisel-form .form-block .content .search-fields .call-to-action .svg svg {
		width: 18px;
		height: 18px
	}

	#c5 .form-block .content a.call-to-action,
	.chisel-form .form-block .content a.call-to-action {
		height: auto
	}

	#c5 .form-block .content .call-to-action,
	.chisel-form .form-block .content .call-to-action {
		height: 55px;
		font-size: 12px;
		margin-bottom: 1.2rem
	}

	#c5 .form-block .content .call-to-action .svg,
	.chisel-form .form-block .content .call-to-action .svg {
		right: -10px;
		height: .8rem
	}

	#c5 .form-block .content .call-to-action .svg svg,
	.chisel-form .form-block .content .call-to-action .svg svg {
		width: 1.8rem;
		height: .8rem
	}

	#c5 .form-block .content .options-label,
	.chisel-form .form-block .content .options-label {
		font-size: 16px
	}

	#c5 .form-block .content .option,
	.chisel-form .form-block .content .option {
		padding: .3rem 0
	}

	#c5 .form-block .content .option .label,
	#c5 .form-block .content .option label,
	.chisel-form .form-block .content .option .label,
	.chisel-form .form-block .content .option label {
		padding-left: 1rem;
		font-size: 14px
	}

	#c5 .form-block .content .label.top,
	#c5 .form-block .content label.top,
	.chisel-form .form-block .content .label.top,
	.chisel-form .form-block .content label.top {
		padding: .25rem 0 0 1.2rem;
		font-size: 12px
	}

	#c5 .form-block .content.locations-page,
	.chisel-form .form-block .content.locations-page {
		width: 90%
	}

	#c5 .form-block .content .display,
	#c5 .form-block .content select,
	.chisel-form .form-block .content .display,
	.chisel-form .form-block .content select {
		height: 55px;
		padding: 28px 1rem 30px 50px;
		font-size: 14px
	}

	#c5 .form-block .content select,
	.chisel-form .form-block .content select {
		padding-bottom: 5px
	}

	#c5 .form-block .content.locations:not(.locations-page),
	.chisel-form .form-block .content.locations:not(.locations-page) {
		height: 36rem;
		padding: 7rem 0
	}

	#c5 .form-block .content .search-fields,
	.chisel-form .form-block .content .search-fields {
		width: 360px;
		max-width: 80%
	}

	#c5 .layout.extra-padded,
	.chisel-form .layout.extra-padded {
		padding: 1.5rem 0
	}

	#c5 .layout.layout-two-column .layout-content,
	.chisel-form .layout.layout-two-column .layout-content {
		padding: 1.5rem
	}

	#c5 .happening-block .image,
	.chisel-form .happening-block .image {
		height: 31vw
	}

	#c5 .image-stacks-block,
	.chisel-form .image-stacks-block {
		margin-bottom: 4rem
	}

	#c5 .image-stacks-block.top-image,
	.chisel-form .image-stacks-block.top-image {
		margin-top: 4rem
	}

	#c5 .image-stacks-block .top-bg,
	.chisel-form .image-stacks-block .top-bg {
		max-width: 28vw;
		top: -10vw;
		left: -7vw
	}

	#c5 .image-stacks-block .foreground,
	.chisel-form .image-stacks-block .foreground {
		height: 18rem
	}

	#c5 .image-stacks-block .wood-bg,
	.chisel-form .image-stacks-block .wood-bg {
		height: 13rem;
		left: -1.8rem
	}

	#c5 .image-stacks-block.right .wood-bg,
	.chisel-form .image-stacks-block.right .wood-bg {
		right: -1.8rem
	}

	#c5 .left-image-content-block .left-image img,
	.chisel-form .left-image-content-block .left-image img {
		max-width: 4.5rem;
		margin-right: 1rem;
		max-height: 22rem
	}

	#c5 #category-list li a,
	.chisel-form #category-list li a {
		font-size: 12px
	}

	#c5 .menu-name #menu-label,
	.chisel-form .menu-name #menu-label {
		font-size: 70px;
		line-height: 75px
	}

	#c5 #menu .first-category-right,
	.chisel-form #menu .first-category-right {
		padding: 0 5vw
	}

	#c5 #location-search-form .select2-container,
	#c5 #order-online-form .select2-container,
	#c5 .reservations-form .select2-container,
	#c5 .search-fields .select2-container,
	#c5 [id*=formblock] .select2-container,
	.chisel-form #location-search-form .select2-container,
	.chisel-form #order-online-form .select2-container,
	.chisel-form .reservations-form .select2-container,
	.chisel-form .search-fields .select2-container,
	.chisel-form [id*=formblock] .select2-container {
		height: 55px
	}

	#c5 .search-fields .select2-container,
	#c5 [id*=formblock] .select2-container,
	.chisel-form .search-fields .select2-container,
	.chisel-form [id*=formblock] .select2-container {
		height: 58px
	}

	#c5 #location-search-form .select2-container .select2-choice,
	#c5 #order-online-form .select2-container .select2-choice,
	#c5 .reservations-form .select2-container .select2-choice,
	#c5 .search-fields .select2-container .select2-choice,
	#c5 [id*=formblock] .select2-container .select2-choice,
	.chisel-form #location-search-form .select2-container .select2-choice,
	.chisel-form #order-online-form .select2-container .select2-choice,
	.chisel-form .reservations-form .select2-container .select2-choice,
	.chisel-form .search-fields .select2-container .select2-choice,
	.chisel-form [id*=formblock] .select2-container .select2-choice {
		font-size: 14px !important;
		text-indent: 50px
	}

	#c5 #location-search-form .select2-container.light,
	#c5 #order-online-form .select2-container.light,
	#c5 .reservations-form .select2-container.light,
	#c5 .search-fields .select2-container.light,
	#c5 [id*=formblock] .select2-container.light,
	.chisel-form #location-search-form .select2-container.light,
	.chisel-form #order-online-form .select2-container.light,
	.chisel-form .reservations-form .select2-container.light,
	.chisel-form .search-fields .select2-container.light,
	.chisel-form [id*=formblock] .select2-container.light {
		height: 58px;
		border-radius: 2px
	}

	#c5 #location-search-form .select2-container.light .select2-choice,
	#c5 #order-online-form .select2-container.light .select2-choice,
	#c5 .reservations-form .select2-container.light .select2-choice,
	#c5 .search-fields .select2-container.light .select2-choice,
	#c5 [id*=formblock] .select2-container.light .select2-choice,
	.chisel-form #location-search-form .select2-container.light .select2-choice,
	.chisel-form #order-online-form .select2-container.light .select2-choice,
	.chisel-form .reservations-form .select2-container.light .select2-choice,
	.chisel-form .search-fields .select2-container.light .select2-choice,
	.chisel-form [id*=formblock] .select2-container.light .select2-choice {
		margin-top: 29px
	}

	#c5 #location-search-form .select2-container.light .select2-chosen,
	#c5 #order-online-form .select2-container.light .select2-chosen,
	#c5 .reservations-form .select2-container.light .select2-chosen,
	#c5 .search-fields .select2-container.light .select2-chosen,
	#c5 [id*=formblock] .select2-container.light .select2-chosen,
	.chisel-form #location-search-form .select2-container.light .select2-chosen,
	.chisel-form #order-online-form .select2-container.light .select2-chosen,
	.chisel-form .reservations-form .select2-container.light .select2-chosen,
	.chisel-form .search-fields .select2-container.light .select2-chosen,
	.chisel-form [id*=formblock] .select2-container.light .select2-chosen {
		padding-top: 0
	}

	#c5 #location-search-form .select2-container:not(.light).select2-choice,
	#c5 #order-online-form .select2-container:not(.light).select2-choice,
	#c5 .reservations-form .select2-container:not(.light).select2-choice,
	#c5 .search-fields .select2-container:not(.light).select2-choice,
	#c5 [id*=formblock] .select2-container:not(.light).select2-choice,
	.chisel-form #location-search-form .select2-container:not(.light).select2-choice,
	.chisel-form #order-online-form .select2-container:not(.light).select2-choice,
	.chisel-form .reservations-form .select2-container:not(.light).select2-choice,
	.chisel-form .search-fields .select2-container:not(.light).select2-choice,
	.chisel-form [id*=formblock] .select2-container:not(.light).select2-choice {
		padding-top: 10px
	}

	#c5 [id*=formblock] .select2-choice,
	#c5 [id*=formblock] .select2-default,
	.chisel-form [id*=formblock] .select2-choice,
	.chisel-form [id*=formblock] .select2-default {
		text-indent: 16px !important
	}
}

@media (max-width:700px) {

	#c5 header .logo svg,
	.chisel-form header .logo svg {
		width: 200px;
		height: 40px
	}

	#c5 header.fixed nav a,
	.chisel-form header.fixed nav a {
		color: #fff
	}

	#c5 header .flex>nav,
	.chisel-form header .flex>nav {
		display: none
	}

	#c5 header .mobile-menu,
	.chisel-form header .mobile-menu {
		display: block
	}

	#c5 header .more-menu,
	.chisel-form header .more-menu {
		font-size: 30px
	}

	#c5 header .more-menu .more-label,
	.chisel-form header .more-menu .more-label {
		display: none
	}

	#c5 header .more-menu .sub li,
	.chisel-form header .more-menu .sub li {
		padding: 0 0 2.2rem 1.5rem
	}

	#c5 header .more-menu .sub li a:not(.icon),
	.chisel-form header .more-menu .sub li a:not(.icon) {
		display: block
	}

	#c5 .padded-content,
	.chisel-form .padded-content {
		width: 100%
	}
}

@media (max-width:600px) {

	#c5 .diamond-bg,
	#c5 .reservations-form .pattern,
	.chisel-form .diamond-bg,
	.chisel-form .reservations-form .pattern {
		background-size: 8rem
	}

	#c5 header .more-menu .sub,
	.chisel-form header .more-menu .sub {
		padding-top: 25px
	}

	#c5 .container .checkmark,
	#c5 .container input,
	.chisel-form .container .checkmark,
	.chisel-form .container input {
		height: 20px;
		width: 20px
	}

	#c5 .container .checkmark:after,
	.chisel-form .container .checkmark:after {
		left: 3px;
		top: 0;
		width: .2rem;
		height: .7rem;
		border-width: 0 .3rem .3rem 0
	}

	#c5 .center,
	.chisel-form .center {
		width: 80%
	}

	#c5 .layout-content,
	.chisel-form .layout-content {
		font-size: 1.6rem
	}

	#c5 .arrow-link,
	.chisel-form .arrow-link {
		font-size: 1rem
	}

	#c5 .about-list-block .description,
	.chisel-form .about-list-block .description {
		width: 100%
	}

	#c5 .menu-offering-list-block .image,
	.chisel-form .menu-offering-list-block .image {
		height: 49vw
	}

	#c5 .location-page-search #location-wrapper .location-actions a,
	#c5 .location-page-search #location-wrapper .location-actions button,
	.chisel-form .location-page-search #location-wrapper .location-actions a,
	.chisel-form .location-page-search #location-wrapper .location-actions button {
		font-size: 1.1rem
	}

	#c5 .location-page-search #location-wrapper .blue-line-content,
	.chisel-form .location-page-search #location-wrapper .blue-line-content {
		font-size: 1.5rem
	}

	#c5 .location-page-search #location-wrapper .blue-line-content.tight-spacing *,
	.chisel-form .location-page-search #location-wrapper .blue-line-content.tight-spacing * {
		line-height: 1.8rem
	}

	#c5 .form-block h2,
	.chisel-form .form-block h2 {
		font-size: 35px;
		line-height: 35px
	}

	#c5 .form-block .content.locations:not(.locations-page),
	.chisel-form .form-block .content.locations:not(.locations-page) {
		height: 550px;
		padding-top: 75px
	}

	#c5 .form-block .content .search-fields,
	.chisel-form .form-block .content .search-fields {
		top: 235px
	}

	#c5 .homepage-reservations:not(.reservations-page),
	.chisel-form .homepage-reservations:not(.reservations-page) {
		margin-top: 5rem
	}

	#c5 .reservations-form,
	.chisel-form .reservations-form {
		width: 100%;
		-webkit-transform: translate(-50%, -13rem);
		transform: translate(-50%, -13rem)
	}

	#c5 .stock-info-block iframe,
	.chisel-form .stock-info-block iframe {
		margin-bottom: 4rem
	}
}

@media (max-width:500px) {
		#c5 footer .footer-content,
	.chisel-form footer .footer-content {
		padding-top: 4rem
	}
	#c5 #category-list,
	#c5 .happening-block .slick-arrow-circle,
	#c5 .header-banner.extended .jumbo-text,
	.chisel-form #category-list,
	.chisel-form .happening-block .slick-arrow-circle,
	.chisel-form .header-banner.extended .jumbo-text {
		display: none
	}

	#c5 .header-video,
	.chisel-form .header-video {
		margin-bottom: 3rem
	}

	#c5 input:not([type=checkbox]),
	.chisel-form input:not([type=checkbox]) {
		font-size: 14px
	}

	#c5 .arrow-link,
	.chisel-form .arrow-link {
		padding: 1.5rem 3.5rem
	}

	#c5 .layout-content,
	.chisel-form .layout-content {
		padding: 1.2rem 0
	}

	#c5 .center,
	.chisel-form .center {
		width: 95%
	}

	#c5 h3,
	.chisel-form h3 {
		font-size: 2.8rem
	}

	#c5 h4,
	.chisel-form h4 {
		font-size: 2rem
	}

	#c5 .header-banner.extended,
	.chisel-form .header-banner.extended {
		height: 77rem
	}

	#c5 .header-banner.extended .page-header-content,
	.chisel-form .header-banner.extended .page-header-content {
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	#c5 .header-banner.extended .reservations-form,
	.chisel-form .header-banner.extended .reservations-form {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		top: 50%;
		left: 0
	}

	#c5 .blue-button,
	.chisel-form .blue-button {
		font-size: 1.2rem;
		padding: 1.2rem
	}

	#c5 .blue-button .svg svg,
	.chisel-form .blue-button .svg svg {
		width: 1.3rem;
		height: 1.3rem
	}

	#c5 footer.homepage,
	.chisel-form footer.homepage {
		min-height: 650px
	}

	#c5 footer.homepage .footer-content,
	.chisel-form footer.homepage .footer-content {
		padding-top: 450px
	}

	#c5 .callout-block,
	.chisel-form .callout-block {
		padding: 0
	}

	#c5 .inline-link-block .blue-button,
	.chisel-form .inline-link-block .blue-button {
		width: 100%;
		margin-left: 0
	}

	#c5 .order-online-page .location-wrapper .title-bar,
	.chisel-form .order-online-page .location-wrapper .title-bar {
		font-size: 2rem
	}

	#c5 .order-online-page .location-wrapper .title-bar svg,
	.chisel-form .order-online-page .location-wrapper .title-bar svg {
		width: 1.8rem;
		height: 4.5rem
	}

	#c5 .order-online-page .blue-line-content,
	.chisel-form .order-online-page .blue-line-content {
		font-size: 1.5rem
	}

	#c5 .order-online-page .blue-line-content.tight-spacing *,
	.chisel-form .order-online-page .blue-line-content.tight-spacing * {
		line-height: 1.8rem
	}

	#c5 #menu-nav .image,
	.chisel-form #menu-nav .image {
		height: 32vw
	}

	#c5 .diamond-bg,
	.chisel-form .diamond-bg {
		background-size: 16rem !important
	}

	#c5 .video-image,
	.chisel-form .video-image {
		height: 50rem
	}

	#c5 .menu-offering-list-block .image,
	.chisel-form .menu-offering-list-block .image {
		height: 120vw
	}

	#c5 .blue-line-content-block ul li:before,
	.chisel-form .blue-line-content-block ul li:before {
		height: 15px;
		width: 15px
	}

	#c5 .form-block .form-group,
	#c5 .homepage-reservations,
	.chisel-form .form-block .form-group,
	.chisel-form .homepage-reservations {
		width: 100%
	}

	#c5 .home-video-block,
	.chisel-form .home-video-block {
		margin-bottom: 0
	}

	#c5 .home-video-block .content .title h1,
	.chisel-form .home-video-block .content .title h1 {
		font-size: 5.5rem
	}

	#c5 .home-video-block .content .sub-title h3,
	.chisel-form .home-video-block .content .sub-title h3 {
		font-size: 1.4rem;
		margin-bottom: 4rem
	}

	#c5 .form-block h4,
	.chisel-form .form-block h4 {
		padding: 3rem 0 4rem
	}

	#c5 .form-block .content .search-fields,
	.chisel-form .form-block .content .search-fields {
		width: 95%
	}

	#c5 .reservations-form,
	.chisel-form .reservations-form {
		padding: 6rem 0;
		-webkit-transform: translate(-50%, -15rem);
		transform: translate(-50%, -15rem)
	}

	#c5 .reservations-form h2.reservation-title,
	.chisel-form .reservations-form h2.reservation-title {
		font-size: 7rem
	}

	#c5 .reservations-form .reservations,
	.chisel-form .reservations-form .reservations {
		padding: 0 3rem
	}

	#c5 .reservations-form .pattern-wrapper,
	.chisel-form .reservations-form .pattern-wrapper {
		padding: 0
	}

	#c5 .reservations-form .pattern,
	.chisel-form .reservations-form .pattern {
		background-size: 16rem
	}

	#c5 .menu-callout-block .callout-group,
	#c5 .menu-callout-block .images,
	.chisel-form .menu-callout-block .callout-group,
	.chisel-form .menu-callout-block .images {
		width: 100%
	}

	#c5 .happening-block .image,
	.chisel-form .happening-block .image {
		height: 50vw
	}

	#c5 .happening-block .details,
	.chisel-form .happening-block .details {
		padding: 3rem 3.5rem
	}

	#c5 .happening-block .details .arrow-link,
	.chisel-form .happening-block .details .arrow-link {
		margin: 1rem 0
	}

	#c5 .happening-block h3,
	.chisel-form .happening-block h3 {
		font-size: 2rem
	}

	#c5 .happening-block .blue-line-content,
	.chisel-form .happening-block .blue-line-content {
		padding-right: 0 !important
	}

	#c5 .happening-block .slick-list,
	#c5 .happening-block .slick-list.active,
	.chisel-form .happening-block .slick-list,
	.chisel-form .happening-block .slick-list.active {
		padding-right: 0
	}

	#c5 .happening-block .slick-list.initial,
	.chisel-form .happening-block .slick-list.initial {
		margin-left: 0
	}

	#c5 .font-size-19,
	.chisel-form .font-size-19 {
		font-size: 19px
	}

	#c5 .font-size-17,
	.chisel-form .font-size-17 {
		font-size: 17px
	}

	#c5 .font-size-13,
	.chisel-form .font-size-13 {
		font-size: 13px
	}
}

@media (min-device-width:320px) and (max-device-width:667px) and (orientation:landscape) {

	#c5 .menu-name,
	.chisel-form .menu-name {
		display: none
	}

	#c5 .menu,
	.chisel-form .menu {
		width: 100%
	}

}

@media (max-width:800px) {
	html {
		font-size: 2.5vw
	}

	.select2-result-with-children>.select2-result-label {
		font-size: 17px
	}

	.select2-result-selectable {
		font-size: 14px;
		padding: 5px 0
	}
}

@media (max-width:600px) {
	.ccm-toolbar-visible header .more-menu .sub {
		padding-top: 70px
	}
}
/* contact page*/
.C_pri_poli:hover{
  color: #000 !important; /* Color to change to when hovering */
}
.C_pri_poli{
	font-size: 1.2rem !important;
}
.classstrong strong {
    color: #000 !important;
    font-weight: 700;
  }
  .captcha-box{
    border: none;
}
 
      #canvas {
        width: 180px;
        
      }
      .captcha-box {
    display: contents;
}.row1 {
    margin-left: 10px;
    margin-right: 10px;
}
.captcha-box {
 border-radius: 5px;
  border: none;
   padding: 2rem;
    max-width: 400px;
     margin: 20px 0; }
/*   inquri page */
div#wpforms-306 {
    max-width: 800px;
}
/*---------------------------------------nutration page---------------------------------------*/
@media (max-width:575px) {
	a.blue-button {
    font-size: 16px !important;
}
#c5 .cursive-text,
	.chisel-form .cursive-text {
		font-size: 5rem !important
	}
}
@media (max-width: 500px){
a.buttonORDERCATERING.call-to-action20.kona-cta-header {
    padding: 2px 10px 2px 5px;
    width: 56px;
    text-align: center;
}
}
@media only screen and(min-width: 500px) and (max-width: 900px){
.kona-cta-header {
    max-width: 75px;
}
}
/*--------------------------------------- Location page css---------------------*/
@media (max-width: 430px){

#location-name{
	font-size: 27px
}
}
@media (min-width: 801px) and (max-width: 900px) {
  /* Your CSS rules for this range of screen widths */
  .icon_div{
  	    display: flex;
    padding: 50px;
  }
 
  
}

/*- also theres a space below the reservation widget.*/
#c5 .layout.padded-top, .chisel-form .layout.padded-top {
    padding-top: 2.5rem;
    margin-bottom: 60px;
}@media (min-width: 1050px) and (max-width: 1400px) {
 #c5 .layout.padded-top, .chisel-form .layout.padded-top {
    padding-top: 2.5rem;
    margin-bottom: 100px;
}
 
  
}@media (min-width: 801px) and (max-width: 1049px) {
 #c5 .layout.padded-top, .chisel-form .layout.padded-top {
    padding-top: 2.5rem;
    margin-bottom: 150px;
}} 
@media (min-width: 501px) and (max-width: 768px) {
 #c5 .layout.padded-top, .chisel-form .layout.padded-top {
    padding-top: 2.5rem;
    margin-bottom: 0px;
}
 
  
}