



div#fb-root {
    width: 0;
    height: 0;
}
.header-holder{
	padding: 10px 20px;
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:space-between;
}
.header-holder .logo {
    margin: 0 0px 0 0;
    max-width: 255px;
    min-width: 120px;
    width: 30vw;
}

.header-holder .logo.feed-logo {
    margin: 0 30px;
    max-width: 96px;
    min-width: 80px;
    width: 10.75vw;
}

#header .flex-wrap {
    align-items: center;
}
.header-holder > a {
    color: #ed1f24;
    font-family: "Montserrat";
    font-size: 1.25vw;
    font-weight: 600;
    display: flex;
}
.header-holder > a.exit svg {
    width: 30px;
}
.header-holder > a .right-arrow {
    width: 1.75vw;
    margin:0 0 0 10px;
}
.header-holder a.continue span:hover {
    text-decoration: underline;
}
.header-holder:after{
	position:absolute;
}
.bg-img{
	position:absolute;
	z-index:0;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-size:cover;
	background-position:50% 50%;
}
.bg-img.desk{
	display:block;
}
.bg-img.mob{
	display:none;
}
h1{
	font-family:"Montserrat";
	font-size:45px;
	font-size: 3.35vw;
	letter-spacing:1px;
	text-transform:uppercase;
	line-height:1.0;
}
.btn{
	font-family:"Montserrat";
	font-size:12px;
	letter-spacing:1px;
	color:black;
	padding: 12px 32px;
	text-align:center;
	display:inline-block;
	text-transform: uppercase;
	background: #c1d832;
	font-weight: 600;
	margin: 20px 0 0;
}
.flex-wrap{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.landing-blocks{
	/*height:calc(84vh + 1px);*/
	align-items:center;
}
.landing-blocks .fourth{
	outline:none;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	position:relative;
	width:25%;
	height:100%;
	margin:0;
	border:none;
	padding:0;
	overflow:hidden;
}
.landing-blocks .text{
	z-index:1;
	position:relative;
	color:white;
	text-align:center;
	padding:20px;
}
.landing-blocks .text p{
	font-family:"Montserrat";
	font-weight:500;
	color:white;
	margin:0 0 0;
	font-size:24px;
	font-size: 1.75vw;
}
.no-touch .landing-blocks a .bg-img{
	width: calc(100% + 50px);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-40px,0, 0);
    transform: translate3d(-40px,0,0);
}
.no-touch .landing-blocks a:hover .bg-img{
	-webkit-transform: translate3d(0px,0, 0);
    transform: translate3d(0px,0,0);
}

@media only screen and (min-width:769px){

	
	.no-touch .landing-blocks .hover{
		opacity: 0;
	    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	    transition: opacity 0.2s, transform 0.35s;
	}
	.no-touch .landing-blocks h1{
		-webkit-transition: -webkit-transform 0.35s;
	    transition: transform 0.35s;
	}
	.no-touch .landing-blocks .hover,
	.no-touch .landing-blocks h1 {
		-webkit-transform: translate3d(0,40px,0);
	    transform: translate3d(0,40px,0);
	}
	.no-touch .landing-blocks a:hover h1{
		webkit-transform: translate3d(0,0px,0);
	    transform: translate3d(0,0px,0);
	}
	.no-touch .landing-blocks a:hover .hover{
		opacity: 1;
		webkit-transform: translate3d(0,0px,0);
	    transform: translate3d(0,0px,0);
	    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	    transition: opacity 0.2s, transform 0.35s;
	}
	
} 
 
.landing-blocks .bg-img::before {
    content: "";
    display: block;
    position: absolute;
    background: rgb(0 0 0 / 35%);
    width: 100%;
    height: 100%;
    transition: background 0.35s ease;
 }
 .landing-blocks a:hover .bg-img::before{
 	background: rgb(0 0 0 / 50%);
 }
 .landing-blocks h1 {
    margin: 0;
}

.landing-blocks .fourth:hover h1, 
.landing-blocks .fourth:focus h1, 
.landing-blocks .fourth:active h1, 
.landing-blocks .fourth:focus-within h1 {
    color: #c1d832;
}

.landing-blocks .fourth:hover .bg-img::after, 
.landing-blocks .fourth:focus .bg-img::after, 
.landing-blocks .fourth:active .bg-img::after, 
.landing-blocks .fourth:focus-within .bg-img::after {
    background: rgb(0 0 0 / 40%);
}

section.subpage-hero {
    position: relative;
}

.subpage-hero .text {
    padding: 0 3.75vw 0;
    z-index: 1;
    position: relative;
    color: white;
    transform: translateY(0.65vw);
}

.subpage-hero h1 {
    margin: 0;
    font-size: 4.5vw;
    line-height: 1.0;
}

section.subpage-hero {
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.half {
    width: 50%;
}

.pad-box {
    padding: 3.75vw 5.375vw;
}

.bg-red {
    background: #ed1f24;
    color: white;
}

p {
    font-family: "Montserrat";
}

.bg-orange {
    background: #faaf43;
}

.bg-orange .btn {
    background: #ffdc2d;
}

.bg-brown {
    background: #897a68;
    color: white;
}

.bg-grey {
    color: white;
    background: #50585e;
}

h2 {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 2.75vw;
    line-height: 1.25;
}
.touch .landing-blocks .btn{
	display:none;
}
.subpage-hero .bg-img::before {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.65;
    z-index: 1;
}
@media only screen and (max-width:768px){
	#header .flex-wrap {
	    align-items: center;
	    justify-content: space-between;
    	width: 100%;
	}
	.header-holder{
		flex-wrap: wrap;
	}
	.header-holder > a.continue{
		justify-content: center;
		width: 100%;
		text-align: center;
		font-size: 11px;
		margin: 4px 0 0;
	}
	.header-holder > a .right-arrow{
		width: 13px;
		margin: 0 0 0 3px;
	}
	h1 {
	    font-size: 30px;
	}
	.bg-img.desk,
	.landing-blocks .btn{
		display:none;
	}
	.landing-blocks,
	.bg-img.mob{
		display:block;
	}
	.landing-blocks .text p {
	    font-size: 15px;
	    margin: 8px 0 0;
	}
	.landing-blocks .fourth{
		width:100%;
		height:auto;
	}
	.subpage-hero h1 {
	    font-size: 6.75vw;
	}

	h2 {
	    font-size: 3.75vw;
	}
	.header-holder .logo.feed-logo{
		margin: 0 0 0 30px;
	}
	#header .header-holder > a.continue.flex-wrap {
	    justify-content: center;
	    align-items: center;
	}

}
@media only screen and (max-width:600px){
	.half{
		width:100%;
	}
	.flex-wrap.subpage-blocks{
		display:block;
	}
}







