@charset "UTF-8";

/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}button,input,select,textarea{font-family:inherit;font-weight:300}optgroup{font-weight:700}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:1}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Fira Sans', sans-serif;
	font-size: 2em;
	line-height: 1.6;
	color: #494440;
	background: #E8E7E3;
	font-weight: 300;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 480px) {
	body {
	font-size: 1.5em;
}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}
h1 { font-size: 4.5rem; line-height: 1.2;}
h2 { font-size: 4rem; line-height: 1.2; }
h3 { font-size: 2.5rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.6; }
p { margin-top: 0; }
strong {font-weight: bold !important;}

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-sm {
	font-size: 1.4rem;
}
.text-xsm {
	font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 3rem; line-height: 1.2;}
	h2 { font-size: 2.6rem; line-height: 1.2; }
	h3 { font-size: 2.0rem; line-height: 1.3; }
	h4 { font-size: 1.6rem; line-height: 1.6; }
}
@media only screen and (max-width: 480px) {
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #8E983D;
}
a:hover {
	color: #3557AA;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	footer.main .column {
		padding: 0 30px !important;
	}
}

@media only screen and (max-width: 480px)  {
	.column {
		padding: 20px 20px 20px 20px;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
header.cta {
	position: absolute;
	right: 170px;
	top: 25px;
	font-size: 1.3rem;
	line-height: 1;
	padding: 5px 0;
}
.banner-hero {
	position: relative;
	width: 100%;
	height: 600px;
	background-image:  url(../images/banner/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.banner-hero-caption {
	position: absolute;
	bottom: 50px;
	right: 50px;
	font-size: 3rem;
	color: #E8E7E3;
	font-weight: bold;
	text-align: right;
	line-height: 1.2;
	padding: 10px;
}
.banner-internal {
	position: relative;
	width: 100%;
	height: 400px;
	background-image:  url(../images/banner/banner.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
	background: #FFF;
}
section.bold {
	background: #8E983D;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
}
footer.main {
	background: #8E983D;
	padding: 50px 0 20px 0;
}

@media only screen and (max-width: 768px) {
	header.cta {
		display: none;
	}
	.banner-hero {
		height: 400px;
	}
	.banner-hero-caption {
		font-size: 3rem;
	}
	.banner-internal {
		height: 300px;
	}
	main {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	.banner-hero {
		height: 300px;
	}
	.banner-hero-caption {
		font-size: 2rem;
		right: 30px;
		bottom: 30px;
	}
	.banner-internal {
		height: 200px;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.primary {
	position: relative;
	top: -80px;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
nav.primary ul {
	position: absolute;
	right: 30px;
	border-top: solid 1px #CCC;
}
nav.primary ul li {
	float: left;
	font-size: 1.6rem;
}
nav.primary ul li a {
	padding: 10px 20px;
	display: block;
	color: #494440;
}
nav.primary ul li a:hover {
	color: #8E983D;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #8E983D;
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		padding: 30px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
		-webkit-box-sizing: border-box;
	   	   -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	nav.primary {
		position: relative;
		top: -0;
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	nav.primary ul {
		position: relative;
		right: auto;
		overflow: hidden;
		left: 0;
		border-top: none;
		margin-bottom: 30px;
	}
	nav.primary ul li {
		width: 100%;
		border-bottom: solid 1px rgba(255,255,255,0.3);
	}
	nav.primary ul li a {
		padding: 15px 20px;
		display: block;
		color: #E8E7E3;
	}
	nav.primary ul li a:hover {
		color: #FFFFFF;
	}
	.trigger {
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
		top: 18px;
		left: 15px;
		background: #8E983D url(../images/icons/ic_menu.svg) center center no-repeat;
		border-radius: 3px;
		background-size: 20px 20px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 0;
		right: 0;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets-2col {
	width: 50%;
	float: left;
	overflow: hidden;
}
ul.bullets-2col li {
	width: 100%;
	float: left;
	padding: 5px 20px 5px 30px;
	background-image: url(../images/icons/Ic_check_green.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}

@media only screen and (max-width: 768px) {
	ul.bullets-2col {
		width: 100%;
		float: left;
		overflow: hidden;
	}
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
	overflow: hidden;
	margin: 40px 0;
}
ul.featitems li {
	width: 31.333%;
	float: left;
	margin: 0 1%;
	height: 250px;
	font-size: 2rem;
	border-radius: 3px;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
ul.featitems li a {
	display: block;
	padding: 105px 10px;
	color: #FFF;
}
ul.featitems li a:hover {
	text-decoration: underline;
}
ul.featitems li:nth-child(1) {
	background-image:  url(../images/featitems01.jpg);
}
ul.featitems li:nth-child(1):hover {
	background-image:  url(../images/featitems01-hover.jpg);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
ul.featitems li:nth-child(2) {
	background-image:  url(../images/featitems02.jpg);
}
ul.featitems li:nth-child(2):hover {
	background-image:  url(../images/featitems02-hover.jpg);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}
ul.featitems li:nth-child(3) {
	background-image:  url(../images/featitems03.jpg);
}
ul.featitems li:nth-child(3):hover {
	background-image:  url(../images/featitems03-hover.jpg);
	-webkit-transition: ease-in-out 0.5s;
	   -moz-transition: ease-in-out 0.5s;
	     -o-transition: ease-in-out 0.5s;
	        transition: ease-in-out 0.5s;
}

@media only screen and (max-width: 480px) {
	ul.featitems li {
		width: 100%;
		margin: 0 0 20px 0;
		height: auto;
	}
	ul.featitems li a {
		padding: 50px 0;
	}
}

/* Specials
–––––––––––––––––––––––––– */
ul.specials {
	overflow: hidden;
}
ul.specials li {
	width: 33.333%;
	float: left;
	min-height: 170px;
	padding-left: 100px;
	padding-right: 100px;
	color: rgba(73,68,64,0.7);
}
ul.specials li a {
	color: #8E983D;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3rem;
}
ul.specials li a:hover {
	color: #A94236;
}
ul.specials li h3 {
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 2rem;
	text-transform: uppercase;
	color: #494440;
}
ul.specials li h4 {
	font-size: 2.5rem;
	font-weight: normal;
	margin: 0;
}
ul.specials li:nth-child(1) {
	margin: 45px 0;
}
ul.specials li:nth-child(2) {
	border-left: solid 1px #CCC;
	margin: 45px 0;
}
ul.specials li:nth-child(3) {
	background: #8E983D;
	padding-top: 110px;
	padding-bottom: 110px;
}
ul.specials li:nth-child(3) > a {
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	padding: 20px 40px;
	border: solid 1px #FFF;
	text-align: center;
	font-size: 1.6rem;
	text-decoration: none;
}
ul.specials li:nth-child(3) > a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
	ul.specials li {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media only screen and (max-width: 768px) {
	ul.specials li {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 1.3rem;
		min-height: auto;
	}
	ul.specials li h3 {
		font-size: 1.5rem;
	}
	ul.specials li h4 {
		font-size: 1.8rem;
	}
	ul.specials li:nth-child(1) {
		margin: 30px 0;
		width: 50%;
	}
	ul.specials li:nth-child(2) {
		border-left: solid 1px #CCC;
		margin: 30px 0;
		width: 50%;
	}
	ul.specials li:nth-child(3) {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
	ul.specials li:nth-child(1) {
		margin: 30px 0 0 0;
		width: 100%;
		padding-bottom: 30px;
		border-bottom: solid 1px #CCC;
	}
	ul.specials li:nth-child(2) {
		border-left: none;
		margin: 30px 0;
		width: 100%;
	}
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.calendar {
	overflow: hidden;
	border-bottom: solid 1px rgba(73,68,64,0.2);
}
ul.calendar li {
	float: left;
	padding: 15px 0;
	line-height: 1.2;
}
ul.calendar li:nth-child(1) {
	width: 20%;
	font-size: 2.2rem;
	padding: 20px 10px 0 10px;
}
ul.calendar li:nth-child(2) {
	width: 80%;
}
ul.calendar li:nth-child(3), ul.calendar li:nth-child(5) {
	width: 20%;
}
ul.calendar li:nth-child(4), ul.calendar li:nth-child(6) {
	width: 80%;
	border-top: solid 1px rgba(73,68,64,0.2);
}
ul.calendar li a {
	font-size: 1.5rem;
}

@media only screen and (max-width: 480px) {
	ul.calendar li:nth-child(odd) {
		width: 30%;
	}
	ul.calendar li:nth-child(even) {
		width: 70%;
	}
}

/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
	overflow: hidden;
}
ul.contact-details li {
	padding: 5px 0 5px 45px;
	background-image:  url(../images/banner-bg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
	overflow: hidden;
	position: absolute;
	right: 20px;
	top: 30px;
}
ul.sitemap li {
	float: left;
	font-size: 1.6rem;
}
ul.sitemap li a {
	display: block;
	padding: 5px 15px;
	color: #E8E7E3;
}
ul.sitemap li a:hover {
	color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
	ul.sitemap {
		overflow: hidden;
		position: relative;
		right: auto;
		top: 0;
		margin-bottom: 40px;
	}
	ul.sitemap li {
		float: left; 
	}
	ul.sitemap li a {
		display: block;
		padding: 5px 15px;
		color: #E8E7E3;
	}
	ul.sitemap li a:hover {
		color: #FFFFFF;
	}
}
@media only screen and (max-width: 480px) {
	ul.sitemap li {
		font-size: 1.5rem;
		width: 100%;
		text-align: center;
	}
	ul.sitemap li a {
		padding: 10px 0;
	}
}

/* Slider
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.slider ul {
	height: 400px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li {
	width: 14.666%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.light-gallery li img {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 768px) {
	ul.light-gallery li {
	width: 31.333%;
}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 300px;
	height: auto;
	display: inline-block;
	padding: 50px 40px 30px 40px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 300px;
	height: auto;
	display: inline-block;
	padding: 20px 0 30px 0;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
}

@media only screen and (max-width: 1024px) {
	img.logo {
		width: 250px;
	}
}

@media only screen and (max-width: 768px) {
	img.logo {
		width: 240px;
		padding: 25px 40px 10px 40px;
		display: table;
		margin: 0 auto 50px auto;
	}
	img.logo-menu {
		width: 200px;
		height: auto;
		display: inline-block;
		padding: 20px 0;
	}
	img.logo-footer {
		width: 250px;
		padding: 0 0 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 170px;
		padding: 20px 40px 0 40px;
		margin-bottom: 57px;
		
	}
	img.logo-footer {
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 250px;
		padding: 0 0 30px 0;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form li {
	width: 98%;
}
ul.form li.half {
	width: 48%;
	margin-right: 2%;
	float: left;
}

input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="number"],
textarea,
select {
	width: 100%;
	padding: 15px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #E2E2E2;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	font-size: 1.2rem;
	color: #505050;
	-webkit-appearance: none;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
textarea {
	min-height: 118px;
}
select {
	background-image: url(../images/icons/icon-select.png);
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid #A94236;
	outline: 0;
	background-color: rgba(255,255,255,1.00);
	-webkit-transition: ease-in-out 0.5s;
            -o-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #8E983D;
	color: #FFF;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-font-smoothing: inherit;
	-webkit-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
	color: #FFFFFF;
	background: #3557AA;
}
label {
	font-size: 1.3rem;
	text-align: left;
	display: block;
}
.required {
	color: #A94236;
}
fieldset {
	margin: 0;
	padding: 10px;
	border-width: 0;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #8E983D;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: underline;
	font-weight: bold;
	font-size: 1.3rem;
}
a.btn-primary:hover {
	color: #A94236;
}

a.btn-header {
	color: #FFF;
	background-color: #8E983D;
	display: inline-block;
	padding: 12px 20px;
	font-size: 1.5rem;
	position: absolute;
	text-transform: uppercase;
	top: 25px;
	right: 30px;
	font-weight: bold;
	border-radius: 2px;
	text-align: center;
}
a.btn-header:hover {
	background-color: #494440;
}

a.btn-menu {
	color: #FFF;
	background-color: #A94236;
	display: inline-block;
	padding: 12px 0;
	margin: 20px 0;
	font-size: 1.5rem;
	position: relative;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	clear: both;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
a.btn-menu:hover {
	background-color: #494440;
}

@media only screen and (max-width: 768px) {
	a.btn-header {
		width: 100%;
		padding: 0;
		line-height: 40px;
		border-radius: 0;
		left: 0;
		top: 120px;
	}
}
@media only screen and (max-width: 480px) {
	a.btn-header {
		top: 90px;
	}
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.padding20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding80 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
hr.divide-sm {
	margin: 20px 0;
	border-top: solid 1px rgba(73,68,64,0.2);
	border-bottom: none;
}
hr.divide-med {
	margin: 40px 0;
	border-top: solid 1px rgba(73,68,64,0.2);
	border-bottom: none;
}
.display-sm-only {
	display: none !important;
}
.byline {
	text-align: left;
	font-size: 1.1rem;
	padding: 20px 20px 0 20px;
	color: #DDD7BC;
	clear: both;
	border-top: solid 1px rgba(221,215,188,0.2);
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: right;
	height: 25px;
	padding: 0;
	width: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block !important;
	}
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
	.byline img {
		float: none;
		clear: both;
		display: block;
		margin: 0 auto;
		padding: 12px 0;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
	}
}