/* Colors
Brown:				#4c473e
Light Brown:		#827f79
Orange:				#cd7828
Bright Orange:		#f5a61c
Dark Grey:			#2e2b26
*/

/*================================================================================
CSS Reset
================================================================================*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;font:inherit;font-size:100%;-moz-osx-font-smoothing: grayscale;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-spacing:0;border-collapse:collapse}:focus{outline:0}textarea{overflow:auto}*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing: grayscale;}

/*================================================================================
Typography
================================================================================*/

body {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	color: #4c473e;
	font-size: 18px;
	line-height: 1.4;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	line-height: 1.2;
	text-transform: uppercase;
	font-style: normal;
	color: #cd7828;
}

h1 {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 15px;
}

h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
	padding-top: 15px;
}

h3 {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.4;
	padding-top: 15px;
}

small {
	font-size: 15px;
	line-height: 1.4;
}

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

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

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

a:hover {
	color: #cd7828;
	text-shadow: 1px 1px 1px rgba(76,71,62,.3);
	text-decoration: none;
}

a.no-style {
	color: #4c473e;
}

ul {
	list-style-type: disc;
	padding: 0 0 15px 20px;
}

ol {
	list-style-type: decimal;
	padding: 0 0 15px 20px;
}

.orange {
	color: #cd7828;
}

/*================================================================================
Structure
================================================================================*/

/* Header Default ==========*/

header#default {
	background: #fff url('../images/dashsmall-x.svg') repeat-x center bottom;
	height: 280px;
	position: relative;
}

header#default > div {
	position: relative;
	width: 100%;
	height: 100%;
}

header#default #logo {
	background: url('../images/logo.svg') no-repeat center;
	width: 390px;
	height: 144px;
	display: inline-block;
	text-indent: -9999px;
	position: absolute;
	top: 24px;
	left: 90px;
}

header#default #nav {
	position: absolute;
	left: 0;
	bottom: 30px;
	line-height: 1;
	padding: 0;
}

header#default #nav li {
	display: inline-block;
	margin: 20px 40px 0 0;
}

header#default #nav li:last-child {
	margin-right: 0;
}

header#default #nav a {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-weight: 600;
	font-size: 20px;
	color: inherit;
	text-transform: uppercase;
}

header#default #nav a:hover {
	color: #cd7828;
	text-shadow: 1px 1px 1px rgba(76,71,62,.3);
	text-decoration: none;
}

header#default #award {
	position: absolute;
	right: 0;
	top: 95px;
	line-height: 14px;
	font-size: 14px;
}

header#default .beard-award {
	background: url('../images/beard-award-official.png') no-repeat center;
	display: inline-block;
	height: 60px;
	width: 286px;
	text-indent: -9999px;
	position: relative;
	top: -8px;
}

header#default #subnav {
	position: absolute;
	right: 0;
	top: 30px;
	line-height: 1;
}

header#default #subnav a {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-weight: 600;
	font-size: 16px;
	color: #827f79;
	text-transform: uppercase;
}

header#default #subnav a:hover {
	color: #cd7828;
	text-shadow: 1px 1px 1px rgba(76,71,62,.3);
	text-decoration: none;
}

header#default #subnav > ul {
	display: inline-block;
}

header#default #subnav > ul > li {
	display: inline-block;
	margin: 0;
	padding: 10px 14px 10px 14px;
	position: relative;
	cursor: pointer;
}

header#default #subnav > ul > li:last-child {
	margin-right: 15px;
}

header#default #subnav ul > li:first-child a {
	display: inline-block;
	border: 1px solid #827f79;
	padding: 8px 14px 6px;
}

header#default #subnav li.dropdown {
	padding: 0;
}

header#default #subnav li.dropdown > a {
	background-color: transparent;
	background-image: url('../images/subnav-dropdown.svg');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 10px 38px 10px 14px;
}

header#default #subnav li.dropdown ul {
	position: absolute;
	right: 0;
	z-index: 10;
	margin-top: 10px;
	width: 450px;
	background: #827f79;
	list-style-type: none;
	padding: 8px;
	font-size: 17px;
	line-height: 1.1;
	text-align: right;
	visibility: hidden;
}

header#default #subnav li.dropdown ul li {
	margin: 0;
	padding: 5px;
}

header#default #subnav li.dropdown.active > a {
	background-image: url('../images/subnav-dropdown-active.svg');
	background-color: #827f79;
}

header#default #subnav li.dropdown.active ul {
	visibility: visible;
}

header#default #subnav li.dropdown.active * {
	color: #fff;
}

header#default .social-facebook, header#default .social-twitter, header#default .social-instagram {
	background: url('../images/header-facebook.svg') no-repeat center;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	position: relative;
	top: -8px;
}

header#default .social-twitter {
	background-image: url('../images/header-twitter.svg');
}

header#default .social-instagram {
	background-image: url('../images/header-instagram.svg');
}

/* Header Mobile ==========*/

header#mobile {
	display: none;
}

header#mobile #menubar {
	background: #fff url('../images/dashsmall-x.svg') repeat-x center bottom;
	position: relative;
}

header#mobile #logo {
	background: url('../images/logo-mobile.svg') no-repeat center;
	width: 200px;
	height: 50px;
	display: inline-block;
	text-indent: -9999px;
}

header#mobile a#mobilenavbutton {
	display: inline-block;
	float: right;
	margin: 10px 0 0;
}

header#mobile a#mobilenavbutton span {
	display: block;
	width: 34px;
	height: 4px;
	background: #cd7828;
	margin: 4px 0;
}

#mobiledropdown {
	background: #fff;
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
}

header#mobile #nav {
	list-style-type: none;
	padding: 0;
}

header#mobile #nav li {
	list-style-type: none;
	padding: 0 0 10px;
}

header#mobile #nav a {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-weight: 600;
	font-size: 16px;
	color: inherit;
	text-transform: uppercase;
}

header#mobile #nav a:hover {
	color: #cd7828;
	text-shadow: 1px 1px 1px rgba(76,71,62,.3);
	text-decoration: none;
}

header#mobile ul#subnav {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-weight: 600;
	font-size: 16px;
	color: #827f79;
	text-transform: uppercase;
	list-style-type: none;
	padding: 0;
	border-top: 1px solid #cd7828;
	margin: 6px 0 0;
	padding: 24px 0 0;
}

header#mobile ul#subnav > li {
	margin: 0 0 10px;
}

header#mobile ul#subnav > li:last-child {
	margin: 0;
}

header#mobile ul#subnav > li:first-child a {
	display: inline-block;
	border: 1px solid #827f79;
	padding: 5px 14px 3px;
}

header#mobile ul#subnav a {
	color: #827f79;
}

header#mobile ul#subnav a:hover {
	color: #cd7828;
	text-shadow: 1px 1px 1px rgba(76,71,62,.3);
	text-decoration: none;
}

header#mobile li.dropdown > a {
	display: inline-block;
	padding: 5px 38px 3px 10px;
	margin: -5px 0 0 -10px;
	background: url('../images/subnav-dropdown.svg') no-repeat center right;
}

header#mobile li.dropdown.active > a {
	background-image: url('../images/subnav-dropdown-active.svg');
	background-color: #827f79;
	color: #fff !important;
}

header#mobile li.dropdown ul {
	display: none;
	list-style-type: none;
	padding: 0;
	background: #827f79;
	margin: 0 -15px;
}

header#mobile li.dropdown li {
	padding: 15px 15px 0 15px;
}

header#mobile li.dropdown li:last-child {
	padding-bottom: 15px;
}

header#mobile li.dropdown ul * {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	color: #fff;
	font-weight: 500;
}

header#mobile li.dropdown.active ul {
	display: block;
}

header#mobile .social {
	text-align: center;
	margin: 10px 0 -5px;
}

header#mobile .social a {
	background: url('../images/header-facebook.svg') no-repeat center;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
	margin: 0 15px;
}

header#mobile a.social-twitter {
	background-image: url('../images/header-twitter.svg');
}

header#mobile a.social-instagram {
	background-image: url('../images/header-instagram.svg');
}

/* Sidebar ==========*/

.sidebar {
	background: url('../images/dash-y.svg') repeat-y left center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.sidebar > section {
	background: url('../images/dash-x.svg') repeat-x center bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.sidebar > section:last-child {
	background: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}

/* Footer ==========*/

footer {
	border-top: 1px solid #4c473e;
	margin-top: 72px;
	padding: 36px 0 32px !important;
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 18px;
}

footer .text-left {
	padding-left: 50px;
}

footer .text-right {
	padding-right: 50px;
}

footer p {
	margin: 5px 0;
}

footer .social-facebook, footer .social-twitter, footer .social-instagram {
	background: url('../images/footer-facebook.svg') no-repeat center;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-indent: -9999px;
}

footer .social-twitter {
	background-image: url('../images/footer-twitter.svg');
}

footer .social-instagram {
	background-image: url('../images/footer-instagram.svg');
}

footer .btn-combo {
	margin: 15px 0 10px;
	max-width: 240px;
}

footer small {
	font-size: 14px;
	line-height: 14px;
}

/*================================================================================
Banner
================================================================================*/

section.banner {
	padding-bottom: 31.27%;
	width: 100%;
	background: #cd7828;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0 0 30px;
}

section.banner-carousel {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
}

section.banner-carousel .prev, section.banner-carousel .next {
	width: 41px !important;
	opacity: .6;
	-webkit-transition: opacity .6s;
	transition: opacity .6s;
}

section.banner-carousel .prev:hover, section.banner-carousel .next:hover {
	opacity: 1;
}

section.banner-carousel ul {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

section.banner-carousel li {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	background: #cd7828;
}

section.banner-carousel .bg {
	position: absolute;
	right: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

section.banner-carousel .text-box {
	background: #cd7828;
	height: 100%;
	width: 100%;
	max-width: 560px;
	position: relative;
	padding: 50px;
	color: #fff;
	font-size: 20px;
	display: table;
}

section.banner-carousel .text-box > div {
	display: table-cell;
	vertical-align: middle;
}

section.banner-carousel h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 300;
	font-size: 32px;
	line-height: 1.1;
	color: #2e2b26;
	margin: 0 0 20px;
}

section.banner-carousel .date {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 400;
	margin: 0 0 20px;
}

section.banner-carousel .richtext {
	font-size: 18px;
	font-weight: 600;
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	letter-spacing: .5px;
}

section.banner-carousel a {
	color: #2e2b26;
}

section.banner-carousel .btn-link {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	display: inline-block;
	color: #2e2b26;
	text-transform: uppercase;
}

section.banner-carousel .btn-reserve a {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
	padding: 8px 14px;
	display: inline-block;
	text-transform: uppercase;
}

/*================================================================================
Blocks
================================================================================*/

/* Default ==========*/

.intro {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 24px;
	line-height: 1.3;
	font-style: italic;
	font-weight: 400;
	margin-top: 20px;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px
}

td {
	padding: 10px;
	border: 1px solid #cd7828;
}

th {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
	background: #e2b283;
	border: 1px solid #cd7828;
}

a.anchor {
	display: block;
	visibility: hidden;
	position: relative;
	top: -20px;
}

/* Events ==========*/

section.block-events {
	margin-bottom: 30px;
}

section.block-events h1 {
	font-weight: 600;
	font-size: 40px;
	margin: 0;
	padding: 0;
}

section.block-events h1 a {
	font-weight: 800;
	font-size: 18px;
	display: inline-block;
}

section.block-events h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: inherit;
	margin: 0 0 20px;
}

section.block-events a.desc {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 20px;
}

/* Photo Link ==========*/

section.block-photolink {
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

section.block-photolink .bg {
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 100%;
}

section.block-photolink .text-box {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: url('../images/bg-texture.jpg') repeat center top;
	padding: 30px 40px;
	max-width: 370px;
	position: relative;
	float: right;
}

section.block-photolink .text-box .title {
	font-size: 35px;
	margin: 0 0 30px;
}

section.block-photolink .text-box .richtext {
	font-size: 20px;
}

section.block-photolink .text-box .arrow {
	width: 100%;
	height: 60px;
	background: url('../images/arrow.svg') no-repeat center;
	margin-top: 30px;
}

/* Reservation ==========*/

section.block-reservation h1 {
	text-transform: none;
	font-weight: 500;
	font-size: 25px;
	text-align: center;
	color: inherit;
	padding: 0;
}

section.block-reservation h2 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	text-transform: none;
	font-weight: 400;
	font-size: 14px;
	text-align: center;
	color: inherit;
	padding: 0 0 30px;
}

#OT_searchWrapper .imgCal {
	display: none;
	position: absolute;
	z-index: 2;
}

#OT_searchWrapper table {
	font-size: 12px;
	background: #fff;
}

#OT_searchWrapper td {
	padding: 0;
	text-align: center;
	border: 0;
}

#OT_partySize {
	background: url('../images/reservation-people.svg') no-repeat center left;
	margin: 0 0 30px;
	padding: 0 0 0 60px;
}

#OT_date {
	background: url('../images/reservation-date.svg') no-repeat center left;
	margin: 0 0 30px;
	padding: 0 0 0 60px;
}

#OT_time {
	background: url('../images/reservation-time.svg') no-repeat center left;
	margin: 0 0 30px;
	padding: 0 0 0 60px;
}

#OT_partySize select, #OT_time select, input#startDate {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	color: #4c473e;
	font-size: 20px;
	line-height: 1.9;
	width: 100%;
	background: transparent url('../images/input-dropdown.svg') no-repeat right center;
	border: 1px solid #4c473e;
	height: 36px;
	padding: 0 44px 0 10px;
	border-radius: 8px;
}

#OT_partySize select option, #OT_time select option {
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

#OT_submitWrap input {
	display: block;
	margin: 0 auto;
	height: 40px;
	width: 0px;
	padding-right: 180px;
	background: #cd7828 url('../images/reservation-submit.svg') no-repeat center;
	border: 1px solid #4c473e;
	border-radius: 5px;
}

h2.OT_feedTitle, #OT_searchWrapper #dateDisplay, #OT_partySizeLbl, #OT_dateLbl, #OT_timeLbl {
	display: none;
}

/* Subscribe ==========*/

section.block-subscribe > div {
	background: url('../images/bg-texture.jpg') repeat center top;
	color: #fff;
	padding: 25px 15px;
}

section.block-subscribe h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: inherit;
	text-transform: uppercase;
}

section.block-subscribe form {
	margin: 20px 0 0;
}

section.block-subscribe .btn-combo input {
	width: 99%;
	border: 1px solid #fff;
	text-align: center;
	padding-right: 85px;
	height: 36px;
}

section.block-subscribe .btn-combo button {
	position: absolute;
	right: 0;
	border: 1px solid #fff;
	height: 36px;
}

/* Google Maps ==========*/

.google-maps {
	position: relative;
	padding-bottom: 75%;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*================================================================================
Team Members
================================================================================*/

.teammembers {
	margin-top: -30px;
}

.teammembers hr {
	border-bottom: 5px solid #cd7828;
	margin: 0 0 50px;
}

.teammember {
	margin: 30px 60px 40px 60px;
	padding: 40px 0 0 0;
	border-top: 1px solid #828282;
}

.teammember:nth-of-type(1) {
	margin: 40px 0 40px 0;
	padding: 60px 60px 0 60px;
	border-top: 5px solid #cd7828;
}

.teammember .photo {
	width: 200px;
	height: 200px;
	background-color: #cd7828;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	float: left;
	margin: 0 30px 0 0;
}

.teammember .info {
	overflow: hidden;
}

.teammember h1 {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	padding-bottom: 0;
}

.teammember h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 2px 0 0;
	text-transform: capitalize;
	padding-top: 0;
}

.teammember .richtext {
	font-size: 18px;
	margin: 20px 0 0;
}

.teammember a {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 20px;
	font-weight: 700;
}

.teammember-profile {
	margin-top: 60px;
	margin-bottom: 40px;
}

.teammember-profile .name {
	font-size: 40px;
	font-weight: 600;
}

.teammember-profile .title {
	font-size: 22px;
	font-weight: 600;
}

.teammember-profile .richtext {
	font-size: 18px;
	font-weight: 500;
	margin: 30px 0 0;
}

ul#sidenav {
	list-style-type: none;
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}

ul#sidenav li {
	margin: 0 0 20px;
}

ul#sidenav a {
	color: #716d65;
}

ul#sidenav a.active {
	color: #cd7828;
}

/*================================================================================
Wall Tiles
================================================================================*/

.tilewall {
	background: url('../images/bg-texture.jpg') repeat center top;
}

.tilewall:after {
	content: '';
	display: table;
	clear: both;
}

.tile {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 35%;
	width: 20%;
	float: left;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.tile > span {
	background: #231f20;
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	opacity: .7;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
}

.tile:hover > span {
	opacity: .3;
}

.tile:hover > .caption {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	bottom: 50%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.1);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.tile .caption {
	position: absolute;
	bottom: 0%;
	right: 20px;
	left: 20px;
	margin: auto;
	border-top: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-backface-visibility: hidden;
}

.tile .caption > div {
	padding: 20px 0;
}

.tile .caption h1 {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 500;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	padding: 5px 0;
}

.tile.active > span {
	opacity: 0;
}

.tile.active .caption {
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid rgba(255,255,255,1);
	bottom: 50%;
	text-shadow: 1px 1px 1px rgba(0,0,0,.6);
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.tile-panel {
	position: relative;
	overflow: hidden;
}

.tile-panel.active {
	clear: both;
	position: relative;
	overflow: hidden;
	padding: 80px;
	background: #2e2b26;
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-weight: 500;
	font-size: 20px;
	color: #fff;
}

.tile-panel .close {
	cursor: pointer;
	text-indent: -9999px;
	height: 40px;
	width: 40px;
	display: block;
	background: url('../images/tile-close.svg') no-repeat center;
	position: absolute;
	top: 20px;
	right: 20px;
}

.tile-panel a {
	color: #f5a61c;
}

.tile-panel h1 {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-weight: 600;
	font-size: 42px;
	color: #f5a61c;
	margin: 0 0 5px;
}

.tile-panel h1.zip {
	text-align: right;
}

.tile-panel h2 {
	margin: 0 0 30px;
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-size: 22px;
	font-weight: 400;
}

.tile-panel h2 a {
	margin: 0 0 0 10px;
	font-size: 14px;
	font-weight: 500;
}

.tile-panel .links a {
	display: block;
	margin-top: 15px;
	font-size: 18px;
}

.tile-panel .slider img {
	width: 100%;
}

.tile-panel .slider.loading .slides > li {
	display: none;
}

/*================================================================================
Slider
================================================================================*/

.slider {
	position: relative;
	margin: 0 0 30px;
	padding: 0;
	-webkit-backface-visibility: hidden;
}

.slider ul.slides {
	list-style-type: none;
	padding: 0;
}

.slider ul.slides:after {
	content: "";
	display: table;
	clear: both;
}

.slider ul.slides > li {
	margin: 0;
	background-position: center;
	background-size: cover;
}

.slider .controls {
	position: absolute;
	width: 100%;
}

.slider .caption {
	margin-top: 10px;
	font-size: 16px;
}

.slider .caption p:last-of-type {
	margin: 0;
}

.slider a.prev,
.slider a.next {
	width: 61px;
	height: 61px;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 1;
	text-indent: -9999px;
	margin-top: -30px;
}

.slider a.prev {
	background: url('../images/slider-prev.svg') no-repeat center;
	left: 0;
}

.slider a.next {
	background: url('../images/slider-next.svg') no-repeat center;
	right: 0;
}

/*================================================================================
Forms
================================================================================*/

input, button, textarea {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	line-height: 1.4;
}

.btn {
	background: #cd7828;
	border: 1px solid #4c473e;
	font-size: 14px;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	border-radius: 5px;
}

.btn-combo {
	position: relative;
	width: 100%;
	line-height: 1;
}

.btn-combo input {
	width: 99%;
	background: transparent;
	border: 1px solid #4c473e;
	font-size: 14px;
	height: 26px;
	margin: 0;
	padding: 0 5px;
	border-radius: 5px;
}

.btn-combo button {
	background: #cd7828;
	border: 1px solid #4c473e;
	font-size: 14px;
	color: #fff;
	height: 26px;
	margin: 0;
	padding: 0 10px;
	border-radius: 5px;
	position: absolute;
	right: 0;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-placeholder {
	color: inherit;
}

:-ms-input-placeholder {
	color: inherit;
}

.btn-orange, .btn-orange:hover {
	display: inline-block;
	background: #cd7828;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
	padding: 8px 16px;
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 20px;
	line-height: 1.2;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}

/*================================================================================
Dropdown
================================================================================*/

.filter-group {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 40px;
}

.filter-group label {
    margin-right: 30px;
}

span.dropdown {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 240px;
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 18px;
	text-transform: uppercase;
}

span.dropdown a {
	color: inherit;
}

span.dropdown > a {
	display: block;
	width: 100%;
	background: #fff;
	border: 1px solid #4c473e;
}

span.dropdown > a span {
	padding: 0 5px;
}

span.dropdown > a .drop {
	float: right;
	background: url('../images/dropdown-arrow.svg') no-repeat center;
	border-left: 1px solid #4c473e;
	text-indent: -9999px;
	width: 40px;
	padding: 0;
}

span.dropdown ul.dropdown-menu {
	position: absolute;
	z-index: 2;
	display: none;
	background: #fff;
	border: 1px solid #4c473e;
	box-shadow: 0 1px 4px rgba(0,0,0,.3);
	border-top: 0;
	width: 100%;
	padding: 2px 6px;
	list-style-type: none;
}

span.dropdown ul.dropdown-menu li {
	margin: 0;
	padding: 0;
}

span.dropdown.open ul.dropdown-menu {
	display: block;
}

/*================================================================================
Events
================================================================================*/

/* DZS Calendar ==========*/

.dzscalendar {
	width: 100%;
	transition-property: height;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	-webkit-transition-property: height;
	-webkit-transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
}

.dzscalendar, .dzscalendar .main-mon, .dzscalendar .mon-body, .dzscalendar .mon-body > .mon-row, .dzscalendar .calendar-controls, .dzscalendar .theMonths {
	position: relative;
}

.dzscalendar .events {
	display: none;
}

.dzscalendar .theMonths > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#dzs-up-arrow, #dzs-down-arrow {
    margin: 20px auto;
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    background: #cd7828 url('../images/calendar-prev.svg') no-repeat center;
    border-radius: 2em;
    cursor: pointer;
}

#dzs-down-arrow {
    background-image: url('../images/calendar-next.svg');
}

.dzscalendar .curr-date {
	text-align: left;
	color: #cd7828;
	text-transform: uppercase;
	font-size: 20px;
	margin: 0 0 10px;
}

.dzscalendar .curr-year  {
	margin-left: 10px;
}

.dzscalendar .theMonths {
	margin: 0 0 30px;
}

.dzscalendar .mon-body, .dzscalendar .mon-head {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

.dzscalendar .mon-row, .dzscalendar .headerRow {
	display: table-row;
}

.dzscalendar .headerRow {
	font-weight: 700;
}

.dzscalendar .week-day {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
}

.dzscalendar .headerRow .week-day {
	border-bottom: 0;
}

.mon-body .week-day {
	border: 1px solid #333;
	border-bottom: 0;
}

.mon-body .mon-row:first-child .week-day {
	border-top-width: 0;
}

.dzscalendar .other-months-date span {
	visibility: hidden;
}

.dzscalendar .today-date {
	/*background: #cd7828;
	color: #fff;*/
}

/* Popup */

.hasEvent {
	background: #cd7828;
	color: #fff;
	position: relative;
	cursor: pointer;
}

.hasEvent > .the-event-content {
	background: #fff;
	border: 1px solid #bebebe;
	box-shadow: 0 1px 5px rgba(0,0,0,.2);
	display: block;
	width: 240px;
	padding: 10px;
	position: absolute;
	top: 0;
	z-index: 1;
	margin-left: 65%;
	margin-top: -35%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.hasEvent.open > .the-event-content {
	margin-left: 125%;
	opacity: 1;
	visibility: visible;
}

.hasEvent > .the-event-content:before {
	content: '';
	display: block;
	height: 28px;
	width: 12px;
	background: url('../images/popup-arrow.png') no-repeat right top;
	position: absolute;
	margin-left: -22px;
}



.hasEvent > .the-event-content * {
	font-weight: 500;
	font-size: 14px;
}

.hasEvent > .the-event-content h5 {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}


/* Event List Page ==========*/

#events-list {
	background: url('../images/dash-y.svg') repeat-y left center;
	padding-left: 5.5%;
	margin-left: 4%;
}

.event-list {
	margin: 0 0 35px;
	padding: 0 0 35px;
	border-bottom: 1px solid #828282;
}

.event-list:last-of-type {
	border-bottom: 0;
	margin: 0;
}

.event-list .event-date {
	margin: 0 0 30px;
	padding: 10px 18px;
	background: #cd7828;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

.event-list .event-category {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
}

.event-list .event-title {
	font-size: 28px;
	font-weight: 500;
	margin: 0;
	padding-top: 0;
}

.event-list .event-details {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	color: #716d65;
	margin: 8px 0;
}

.event-list .morelink {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 20px;
	font-weight: 700;
}

/* Event Detail Page ==========*/

h1.event-title {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 20px;
}

.event-detail .event-category {
	font-family: 'Archer SSm A', 'Archer SSm B', 'Archer', serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	margin: 0 0 10px;
}

h2.event-date {
	font-family: 'Gotham SSm A', 'Gotham SSm B', 'Gotham', sans-serif;
	font-size: 22px;
	line-height: 1.2;
	color: inherit;
	letter-spacing: .5px;
	padding: 0;
	margin: 0 0 20px;
}

h3.event-location {
	font-size: 22px;
	line-height: 1.2;
	color: #716d65;
	padding: 0;
	margin: 0 0 10px;
}

.dropdown.calendar {
	margin: 30px 0 20px;
}

.dropdown.calendar > a {
	background: #fff url('../images/calendar.svg') no-repeat center left;
	border: 0;
	color: #cd7828;
	font-weight: 700;
	padding-left: 30px;
}

.dropdown.calendar > a .drop {
	display: none;
}

.dropdown.calendar ul.dropdown-menu {
	margin-top: 4px;
	border: 1px solid #4c473e !important;
}

.event-reserve {
	margin: 0 0 30px;
}

img.featured {
	margin: 0 0 30px;
}

/* Pagination */

.pagination {
	display: table;
	width: 100%;
	margin-top: 60px;
}

.pagination span {
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}

.pagination span.prev a {
	display: block;
	text-align: left;
	padding: 0 15px 0 25px;
	background: url('../images/paginate-prev.svg') no-repeat left center;
}

.pagination span.next a {
	display: block;
	text-align: right;
	padding: 0 25px 0 15px;
	background: url('../images/paginate-next.svg') no-repeat right center;
}

.pagination span em {
	font-style: normal;
}

/*================================================================================
Modal
================================================================================*/

.TB_overlayBG {
	background-color:rgba(0,0,0,.6) !important;
	filter:alpha(opacity=100) !important;
	-moz-opacity:1 !important;
	opacity:1 !important;
}

#TB_window {
	border:0 !important;
	border-radius: 3px;
	box-shadow: 0 2px 8px 1px rgba(0,0,0,.4);
}

#TB_title {
	position: absolute !important;
	top: 0 !important;
}

#TB_closeAjaxWindow {
	position: absolute;
	top: 0;
	right: 0;
}

#TB_closeAjaxWindow img {
	display: block !important;
	height: 35px !important;
	width: 0 !important;
	border: 1px solid #4c473e !important;
	text-indent: -9999px !important;
	text-align: left !important;
	margin: -10px -15px 0 0 !important;
	padding: 5px 30px 5px 5px !important;
	border-radius: 2em !important;
	background: #cd7828 url('../images/tile-close.svg') no-repeat center !important;
	background-size: 21px !important;
}

#TB_closeAjaxWindow .closeMe {
	display: none;
}

/*================================================================================
Responsive BreakPoints
================================================================================*/

/* Medium */

@media screen and (max-width:1199px) {

}

/* Small Screen */

@media screen and (max-width:991px) {

.container-fluid {
	padding-left: 15px;
	padding-right: 15px;
}

header#default #logo {
	left: 0;
}

.sidebar {
	background: 0;
	padding-top: 0;
	padding-bottom: 0;
}

}

/* Extra Small */

@media screen and (max-width:767px) {

header#default {
	display: none;
}

header#mobile {
	display: block;
}

h1 {
	font-size: 32px;
}

h3 {
	font-size: 22px;
}

section.banner-carousel h1 {
	font-size: 28px;
}

section.block-events h1 {
	font-size: 32px;
}

.intro {
	font-size: 22px;
}

.events-list .event-title {
	font-size: 24px;
}

h1.event-title {
	font-size: 30px;
}

h2.event-date {
	font-size: 20px;
}

h3.event-location {
	font-size: 18px;
}

.teammember:nth-of-type(1) {
	padding: 40px 0 0;
}

.teammember {
	margin: 0;
}

.teammember-profile .name {
	font-size: 32px;
}

.tile {
	padding-bottom: 50%;
	width: 50%;
}

.tile .caption h1 {
	font-size: 16px;
}

.tile-panel.active {
	padding: 30px;
}

.tile-panel.active h1 {
	font-size: 24px;
	text-align: left;
}

.tile-panel .richtext,
.tile-panel .links a {
	font-size: 14px;
}

.tile-panel .close {
	height: 20px;
	width: 20px;
	top: 10px;
	right: 10px;
	background-size: contain;
}

.dzscalendar, #dzs-up-arrow, #dzs-down-arrow {
	display: none;
}

#events-list {
	background: none;
	padding-left: 15px;
	margin-left: 0;
}

.teammember .photo {
	display: none;
}

/* Pagination */

.pagination span a {
	padding: 0 !important;
	background-position: center !important;
}

.pagination span em {
	visibility: hidden;
}

}
