/* CSS Document */


/*Temp Hidden Menu Bands*/
#Band_385, #Band_386 {
	display: none;
}


h1, h2, h3, h4 {
	text-align: center;
}
h4 {
	text-transform: uppercase;
}
h1.lined, h2.lined {
	position: relative;
	overflow: hidden;
}
h1.lined span, h2.lined span {
	display: inline-block;
	vertical-align: baseline;
	zoom: 1;
	*display: inline;
	*vertical-align: auto;
	position: relative;
	padding: 0 20px;
}
h1.lined span:before, h1.lined span:after, h2.lined span:before, h2.lined span:after {
	content: '';
	display: block;
	width: 200px;
	position: absolute;
	top: 0.6em;
	border-top: 1px solid #d1d1d1;
}
h1.lined span:before, h2.lined span:before {
	right: 100%;
}
h1.lined span:after, h2.lined span:after {
	left: 100%;
}
#Band_383 h1 {
	padding-bottom: 20px;
}

/*Home Hero*/

#Band_382 {
    height: calc(100vh - 0px);
    height: -o-calc(100vh - 0px);
    height: -webkit-calc(100vh - 0px);
    height: -moz-calc(100vh - 0px);
    vertical-align: middle;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}
#Band_382 h1 {
	color: #fff;
	font-size: 72px;
	line-height: 76px;
	text-shadow: 0 1px 2px rgba(0,0,0,.35);
}
.HeroIcons, .HeroIcons a {
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.HeroIcons:hover {
	opacity: 0.7;
	cursor: pointer;
	transition: opacity 300ms ease-out;
}
#CONT-5046 {
	max-width: 800px;
}

/*Fancy hr*/

hr {
    border: none;
    clear: both;
    display: block;
    height: 1px;
    margin: 0;
    padding: 50px 0;
    position: relative;
}
hr:before {
    background: #d5d5d5;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: 49px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px;
}
hr:after {
    background: #d5d5d5;
    content: "";
    height: 1px;
    left: 50%;
    margin: 0 0 0 -100px;
    position: absolute;
    top: 49px;
    width: 200px;
}

/*Buttons and Forms*/

.RedButton, .HeroButton, .BlackButton, .FORM_button_submit {
	display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 55px;
    line-height: 56px;
    padding: 0 35px;
    text-transform: uppercase;
}
.HeroButton {
	color: #000;
	background-color: #fff;
	margin-bottom: 30px;
}
.HeroButton:Hover, .HeroButton:Active, .RedButton:Hover, .RedButton:Active, .FORM_button_submit:Hover, .FORM_button_submit:Active {
	background-color: #171717;
	color: #fff;
	transition: background-color 300ms ease-out;
}
.BlackButton:Hover, .BlackButton:Active {
	background: rgba(84,84,87,1);
	color: #fff;
	transition: background-color 300ms ease-out;
}

/*COVID Band*/

#Band_384 p {
	font-size: 14px;
	line-height: 26px;
}

/*Mid Body Dark Gray BG*/

#CONT-5060 {
	background: #fff;
}
#CONT-5060-COL-2 {
    padding: 50px 15px;
}

/*Home Lunch Menu Band*/

#CONT-5060 h2.lined + p {
	text-align: center;
	color: #a89c72;
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0 50px 0;
}
#CONT-5062 p {
	text-align: center;
	color: #aeaeae;
}
#CONT-5060-COL-1 {
    background-image: url(/media/storage/Images/banner_special4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#CONT-5062 h3 {
	margin: 0;
}
#CONT-5062 h3 + p {
	margin: 5px 0 0;
}
#CONT-5062 hr {
	padding: 30px 0;
}
#CONT-5062 hr:before {
	top: 29px;
}
#CONT-5062 hr:after {
	top: 29px;
}

/*Home Menu Band*/

#Band_386 h2.lined + p {
	text-align: center;
	color: #a89c72;
	font-size: 20px;
	line-height: 24px;
	margin: 10px 0 30px 0;
}
#Band_386 h4 {
	margin-top: 20px;
}
.Menu {
	padding-top: 40px;
}
.Menu p {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 26px;
}
.Menu u {
	text-decoration: none;
	color: #d27244;
    float: right;
	position: relative;
    top: -2px;
    font-style: italic;
	font-weight: 500;
	width: 20%;
    padding-left: 20px;
}
.Menu u:before {
	content: '';
    display: block;
    width: 20px;
    position: relative;
    top: 13px;
    right: 30px;
    border-top: 2px solid #d1d1d1;
}

/*Footer Red*/
#Band_387 h2 {
	color: #d1d1d1;
}
#Band_387 h2.lined + p {
    text-align: center;
    color: #d1d1d1;
    font-size: 20px;
    line-height: 24px;
    margin: 10px 0 30px 0;
}
#Band_387 h4 {
    color: #fff;
	padding: 20px 0 30px;
}
#Band_387 p {
    color: #d1d1d1;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
#Band_387 hr {
	padding: 20px 0;
}
#Band_387 hr:before {
	top: 19px;
}
#Band_387 hr:after {
	top: 19px;
}
#Band_387 a {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	font-style: italic;
}

/*Mobile*/

@media only screen and (max-width: 1024px) {
	#Band_382 {
		height: auto;
	}
	#Band_387 a {
		font-size: 20px;
	}
}
@media only screen and (max-width: 700px) {
	h1, #Band_382 h1 {
		font-size: 44px;
		line-height: 48px;
	}
	h2 {
		font-size: 40px;
		line-height: 44px;
	}
	#Container383.ACWP1_ContentContainer, #Container385.ACWP1_ContentContainer, #Container386.ACWP1_ContentContainer {
		padding: 60px 15px 60px 15px !important;
	}
}
@media only screen and (max-width: 500px) {
	#Logo-5042 {
		margin: 0px auto 20px auto !important;
	}
	#Band_382 hr {
		padding: 30px 0;
	}
	#Band_382 hr:before {
		top: 29px;
	}
	#Band_382 hr:after {
		top: 29px;
	}
	#CONT-5046 {
		max-width: 300px;
	}
	.HeroButton {
		margin: 0 auto 20px auto;
	}
}