html{ }

body{
	background-color:#dedede;
	font-family:'TTCommonsPro';
	font-style:normal;
	font-weight:400;
}

main{
	padding:0px 0 1px 0;
}

.site-container{
	background-color:#E0DCD1;
	margin:0 auto;
	overflow-x:hidden;
}

section{
	margin:0 0;
}

.global-margin{
	margin-left:2.25rem;
	margin-right:2.25rem;
}
.global-margin-left{
	margin-left:2.25rem;
}
.global-margin-right{
	margin-right:2.25rem;
}
.global-padding{
	padding-left:2.25rem;
	padding-right:2.25rem;
}


@media screen and (min-width:45em){

	.global-margin{
		margin-left:4%;
		margin-right:4%;
	}
	.global-padding{
		padding-left:4%;
		padding-right:4%;
	}
	.global-margin-left{
		margin-left:4%;
	}
	.global-margin-right{
		margin-right:4%;
	}
	.global-margin-none-desktop{
		margin-left:0%;
		margin-right:0%;
	}
	.global-margin-desktop{
		margin-left:4%;
		margin-right:4%;
	}
	.global-margin-left-desktop{
		margin-left:4%;
		margin-right:0%;
	}
	.global-margin-right-desktop{
		margin-left:0%;
		margin-right:4%;
	}

}

@media screen and (min-width:64em){

	.global-margin{
		margin-left:7.29%;
		margin-right:7.29%;
	}
	.global-padding{
		padding-left:7.29%;
		padding-right:7.29%;
	}
	.global-margin-left{
		margin-left:7.29%;
	}
	.global-margin-right{
		margin-right:7.29%;
	}
	.global-margin-desktop{
		margin-left:7.29%;
		margin-right:7.29%;
	}
	.global-margin-none-desktop{
		margin-left:0%;
		margin-right:0%;
	}
	.global-margin-left-desktop{
		margin-left:7.29%;
		margin-right:0%;
	}
	.global-margin-right-desktop{
		margin-left:0%;
		margin-right:7.29%;
	}

}

/* Typography */

h1{
	color:#000000;
	font-family:'PPEditorialNew';
	font-size:1.875rem;
	font-weight:200;
	line-height:1.3em;
	margin:0 0 0.75rem 0;
}

h2{
	color:#000000;
	font-family:'PPEditorialNew';
	font-size:2.75rem;
	font-weight:600;
	line-height:1.3636em;
	margin:1.25rem 0;
}

h2:first-child{
	margin-top:0;
}

h3{
	color:#000000;
	font-size:1.25rem;
	font-weight:600;
	line-height:1.3em;
	margin:1.25rem 0;
}

h3:first-child{
	margin-top:0;
}

p{
	color:#000000;
	font-family:'TTCommonsPro';
	font-size:1rem;
	font-weight:400;
	line-height:1.375em;
	margin:0 0 1.875rem 0;
}

p:first-child{
	margin-top:0;
}
p:last-child{
	margin-bottom:0;
}

ul{
	margin:1.25rem 0;
	padding-left:0;
}
ul:first-child{
	margin-top:0;
}
ul:last-child{
	margin-bottom:0;
}

li{
	color:#000000;
	font-family:'TTCommonsPro';
	font-size:1rem;
	font-weight:400;
	line-height:1.375em;
	margin:0 0 0 0;
	padding-left:1rem;
}
li:first-child{
	margin-top:0;
}
li:last-child{
	margin-bottom:0;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

span.small{
	font-size:0.875rem;
}

.mobile-center{
	text-align:center;
}

@media screen and (min-width:45em){

	.mobile-center{
		text-align:left;
	}

}

@media screen and (min-width:64em){

	h1{
		font-size:3rem;
		line-height:1.142857em;
		margin:0 0 1.5rem 0;
	}
	
	p{
		font-size:1.25rem;
		line-height:1.416em;
		margin:0 0 1.5rem 0;
	}

}

@media screen and (min-width:80em){

	h1{
		font-size:4rem;
		line-height:1.142857em;
		margin:0 0 2.5rem 0;
	}
	
	p{
		font-size:1.5rem;
		line-height:1.416em;
		margin:0 0 2.5rem 0;
	}

}

@media screen and (min-width:90em){

	h1{
		font-size:4.375rem;
	}
}


/* HEADER */

header.site-header{
	background-color:#E0DCD1;
	position:fixed;
	left:0;
	right:0;
	top:0px;
	transition:top 0.25s;
	z-index:100;
}

.home header.site-header{
	top:22px;
}

.site-header{
	/*padding:1.5rem 0 3.75rem 0;
	padding:2.75rem 0 2.75rem 0;*/
	padding:2rem 0;
	transition:padding 0.25s linear 0s;
}

.site-header.scroll{
	top:0px;
}
.home header.site-header.scroll{
	top:0px;
}

.site-header.scroll2{
	top:-200px;
}
.home header.site-header.scroll2{
	top:-200px;
}

.site-header .logo img{
	display:block;
	height:auto;
	transition:width 0.25s linear 0s, top 0.25s linear 0s;
	width:5rem;
}

.site-header.scroll .logo img{
	width:5rem;
}

.site-header .site-nav-button a{
	align-items:center;
	display:flex;
	height:3rem;
	justify-content:center;
	width:3rem;
}

.site-header .site-nav-button a img{
	display:block;
	height:auto;
	width:100%;
}

@media screen and (min-width:45em){

	.home header.site-header{
		top:36px;
	}

	.site-header{
		/*padding:2.75rem 0 3.375rem 0;*/
		padding:2rem 0;
	}

	.site-header.scroll{
		top:0px;
	}

	.site-header.scroll2{
		top:-200px;
	}

	.site-header .logo img{
		/*width:13rem;*/
		width:8rem;
	}

	.site-header.scroll .logo img{
		width:8rem;
	}

	.site-header .site-nav-button a{
		height:3rem;
		width:3rem;
	}

}

@media screen and (min-width:64em) {

	.home header.site-header{
		top:39px;
	}

	.site-header{
		/*padding:3.75rem 0 4.375rem 0;*/
		padding:2.5rem 0;
	}

	.site-header.scroll{
		top:0px;
	}

	.site-header.scroll2{
		top:-200px;
	}

	.site-header .logo img{
		/*width:15rem;*/
		width:10rem;
	}

	.site-header.scroll .logo img{
		width:10rem;
	}

	.site-header .site-nav-button a{
		height:3.5rem;
		width:3.5rem;
	}

}

@media screen and (min-width:90em) {

	.home header.site-header{
		top:40px;
	}

	.site-header{
		/*padding:4.75rem 0 5.375rem 0;*/
		padding:2.5rem 0;
	}

	.site-header.scroll{
		top:0px;
	}
	.site-header.scroll2{
		top:-200px;
	}

	.site-header .logo img{
		/*width:19.0625rem;*/
		width:10.5rem;
	}

	.site-header.scroll .logo img{
		width:10.5rem;
	}

	.site-header .site-nav-button a{
		height:4.25rem;
		width:4.25rem;
	}

}

/* NAV */

.site-nav{
	background-color:#92490A;
	bottom:0;
	display:none;
	left:0;
	overflow-y:auto;
	position:fixed;
	right:0;
	top:0;
	z-index:100;
}

.site-nav .site-header .logo{
	opacity:0;
}

.site-nav .site-nav-button{
	position:relative;
	z-index:110;
}

.site-nav nav{
	margin-top:3.125rem;
}
.site-nav nav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

.site-nav nav ul li{
	display:block;
	margin:0rem 0;
	padding:0 0;
}

.site-nav nav ul li a{
	border-bottom:1px solid #E0DCD1;
	color:#E0DCD1;
	display:block;
	font-family:'PPEditorialNew';
	font-size:1.875rem;
	font-style:normal;
	font-weight:200;
	line-height:1em;
	padding:1.125rem 0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
}

.site-nav nav ul li:last-child a{
	border-bottom:0;
}

@media screen and (min-width:45em){

	.site-nav .site-header{
		left:0;
		position:absolute;
        right:0;
	}

	.site-nav .main-navigation{
		align-items:center;
		bottom:0;
		display:flex;
		left:0;
		position:absolute;
		right:0;
		top:0;
	}

	.site-nav .main-navigation nav{
		width:100%;
	}
	.site-nav nav ul{
		list-style-type:none;
		margin:0;
		padding:0;
	}

	.site-nav nav ul li{
		display:block;
		margin:0rem 0;
		padding:0 0;
	}

	.site-nav nav ul li a{
		text-align:left;
	}

}

@media screen and (min-width:64em){

	.site-nav nav ul li a{
		font-size:3rem;
		padding:1.75rem 0;
	}

}

@media screen and (min-width:80em){

	.site-nav nav ul li a{
		font-size:3.25rem;
		padding:2rem 0;
	}

}

@media screen and (min-width:90em){

	.site-nav nav ul li a{
		font-size:4.375rem;
		padding:2.5rem 0;
	}

}

/* ALERT BAR */

.alert-bar{
	background-color:#637E28;
	color:#E0DCD1;
	font-size:0.75rem;
	font-weight:500;
	overflow-x:hidden;
	padding:0.25rem 0.5rem;
	text-align:center;
}
.alert-bar-inner{
	display:flex;
	justify-content:flex-start;
}
.alert-bar-inner.center{
	justify-content:center;
}
.alerts{
	display:flex;
}
.alerts.animate{
	animation:ticker 15s infinite linear;
}
.alert-bar-inner:hover .alerts{
	animation-play-state:paused;
}
.alert{
	margin-left:12px;
	margin-right:12px;
	white-space:nowrap;
	word-break:keep-all;
}
.alert a{
	color:#E0DCD1;
	text-decoration:none;
}

@keyframes ticker {
	100% {
		transform:translateX(-100%);
	}
}

@media screen and (min-width:45em){
	.alert-bar{
		font-size: 0.875rem;
        padding: 0.25rem 1rem;
	}
} 

@media screen and (min-width:64em){
	.alert-bar{
		font-size:1rem;
		padding:0.5rem 1.5rem;
	}
}

@media screen and (min-width:80em){
	.alert-bar{
		font-size:1.25rem;
		padding:0.5rem 1.5rem;
	}
}

@media screen and (min-width:90em){
	.alert-bar{
		font-size:1.3125rem;
		padding:0.5rem 1.5rem;
	}
}



/* FOOTER */

.site-footer{
	background-color:#000000;
	margin:0;
	overflow:hidden;
	position:relative;
	padding:2.25rem 0 0 0;
}

.site-footer-content h1{
	color:#E0DCD1;
	font-family:'PPEditorialNew';
	font-size:1.875rem;
	font-style:normal;
	font-weight:200;
	line-height:1.2666em;
	margin:0 0 1.5rem 0;
}

.footer-nav-container p{
	color:#E0DCD1;
	font-size:0.875rem;
	font-weight:500;
	line-height:1.375em;
	margin:0;
}
.footer-nav-container nav ul{
	list-style-type:none;
	margin:0;
}
.footer-nav-container nav ul li{
	font-size:0.875rem;
	font-weight:400;
	line-height:1.375em;
	margin:0;
	padding:0;
}
.footer-nav-container nav ul li a{
	color:#E0DCD1;
	text-decoration:underline;
}
.footer-nav-container nav ul li a:hover{
	text-decoration:none;
}

.footer-logo-properties{
	margin-top:3rem;
	margin-bottom:2rem;
}

.footer-logo-properties a{
	display:block;
}

.footer-logo-properties a img{
	display:block;
	height:auto;
	width:7.1875rem;
}

.footer-logo-properties-desktop{
	display:none;
}

.footer-logo{
	display:block;
	height:80px;
	margin-bottom:-14px;
	overflow:hidden;
	position:relative;
}

.footer-logo a{
	display:block;
}

.footer-logo a img{
	display:block;
	height:auto;
	width:15.875rem;
}

.footer-logo-desktop{
	display:none;
}
 
.site-footer-cols .site-footer-col:nth-child(1){
	display:none;
}

.footer-navs .site-footer-nav{
	display:none;
}

.site-footer-cols-2{
	display:none;
}

@media screen and (min-width:45em) {

	.site-footer{
		padding:3rem 0 0 0;
	}
	
	.site-footer-cols{
		align-items:stretch;
		display:flex;
		justify-content:space-between;
	}

	.site-footer-cols .site-footer-col{
		width:46.95%;
	}

	.site-footer-cols .site-footer-col:nth-child(1){
		display:block;
	}

	.footer-logo-properties-desktop{
		display:block;
		margin-top:0.25rem;
		margin-bottom:2rem;
	}
	
	.footer-logo-properties-desktop a{
		display:block;
	}
	
	.footer-logo-properties-desktop a img{
		display:block;
		height:auto;
		width:12rem;
	}

	.footer-logo-properties{
		display:none;
	}

	.footer-logo{
		display:none;
	}

	.footer-navs{
		align-items:stretch;
		display:flex;
		gap:30px;
		justify-content:flex-start;
	}

	.footer-navs .site-footer-nav{
		display:block;
	}

	.site-footer-cols{
		display:flex;
	}
	
	.site-footer-cols-2{
		align-items:center;
		display:flex;
		justify-content:space-between;
		padding-top:4rem;
	}

	.site-footer-cols-2 .site-footer-col{
		width:46.95%;
	}

	.site-footer-cols-2 h1{
		color:#E0DCD1;
		font-family:'PPEditorialNew';
		font-size:2rem;
		font-style:normal;
		font-weight:200;
		line-height:1em;
		margin:1.625rem 0 1.625rem 0;
	}

	.footer-logo-desktop{
		display:block;
		height:112px;
		margin-bottom:-14px;
		overflow:hidden;
		position:relative;
	}

	.footer-logo-desktop a{
		display:block;
	}

	.footer-logo-desktop a img{
		display:block;
		height:auto;
		width:18.75rem;
	}

	.site-footer-nav-2 p{
		color:#E0DCD1;
		font-size:1rem;
		font-weight:500;
		line-height:1.6em;
		margin:0;
	}
	.footer-nav-container nav ul{
		list-style-type:none;
		margin:0;
	}
	.footer-nav-container nav ul li{
		font-size:1rem;
		font-weight:400;
		line-height:1.6em;
		margin:0;
		padding:0;
	}
	.footer-nav-container nav ul li a{
		color:#E0DCD1;
		text-decoration:underline;
	}
	.footer-nav-container nav ul li a:hover{
		text-decoration:none;
	}

}
	
@media screen and (min-width:64em) {

	.site-footer{
		padding:5rem 0 0 0;
	}
	
	.footer-logo-properties-desktop{
		margin-top:0rem;
	}

	.footer-logo-properties-desktop a img{
		height:auto;
		width:15.875rem;
	}

	.footer-navs{
		gap:80px;
	}
	
	.site-footer-cols-2{
		padding-top:7.5rem;
	}

	.site-footer-cols-2 h1{
		font-size:3rem;
		margin:3.125rem 0 3.125rem 0;
	}

	.footer-logo-desktop{
		height:140px;
		margin-bottom:-14px;
	}

	.footer-logo-desktop a img{
		width:25.625rem;
	}

	.site-footer-nav-2 p{
		font-size:1.25rem;
		line-height:1.6em;
	}
	.footer-nav-container nav ul li{
		font-size:1.25rem;
		line-height:1.6em;
	}

}
	
@media screen and (min-width:90em) {

	.footer-logo-properties-desktop a img{
		height:auto;
		width:15.875rem;
	}

	.site-footer-cols-2 h1{
		font-size:4.375rem;
		margin:3.125rem 0 3.125rem 0;
	}

	.footer-logo-desktop{
		height:186px;
		margin-bottom:-14px;
	}

	.footer-logo-desktop a img{
		width:35.625rem;
	}

}



a.button{
	background-color:transparent;
	/**/
	border-top:2px solid #BD5D11;
	border-radius:0;	
	box-sizing:border-box;
	color:#BD5D11;
	display:inline-block;
	font-family:'Chivo_Mono';
	font-size:1.25rem;
	font-weight:400;
	letter-spacing:0.08em;
	line-height:1.2em;
	margin:0 0 0 0;
	padding:0.625rem 0 0 0;
	position:relative;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
a.button:after{
	background-color:#BD5D11;
	border-top:2px solid transparent;
	content:'';
	display:block;
	height:0px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:-2px;
	width:0;
	transition: width 0.3s ease-out 0s;
}

a.button:hover{
	border-top:2px solid transparent;
	/*border-top:2px solid #BD5D11;*/
	color:#637E28;
}
a.button:hover:after{
	background-color:#637E28;
	width:100%;
}

@media screen and (min-width: 45em){

	a.button{
		font-size:1.125rem;
		line-height:1.2em;
	}

}

@media screen and (min-width: 64em){

	a.button{
		font-size:1.25rem;
	}

}

@media screen and (min-width: 80em){

	a.button{
		font-size:1.5rem;
	}

}

@media screen and (min-width: 64em){

	.parallax-bg{
		background-position:50% 50%;
		background-repeat:no-repeat;
		background-size:cover;
		transform:translate3d(0,0,0);
	}
	
}