@charset "UTF-8";
@import url("https://use.typekit.net/yhk0xxg.css");

/* 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: brandon-grotesque, sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #242323;
	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: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.pg-width-narrow {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .pg-width {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
		font-size: 1.4em;
	}
    .pg-width {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .pg-width {
        max-width: 550px;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: 400;
}
h1 { font-size: 5.0rem; line-height: 1.2; text-transform: uppercase; letter-spacing: 1px; }
h2 { font-size: 4.2rem; line-height: 1.25; text-transform: uppercase; letter-spacing: 1px; }
h3 { font-size: 3.6rem; line-height: 1.3; text-transform: uppercase; letter-spacing: 1px; }
h4 { font-size: 1.5rem; line-height: 1.3.5; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; color: #777; }
h5 { font-size: 1.5rem; line-height: 1.5; text-transform: uppercase; letter-spacing: 1px; }
h6 { font-size: 1.2rem; line-height: 1.6; text-transform: uppercase; letter-spacing: 2px; font-weight: bold; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.text-center {
	text-align: center;
}
.text-para1 {
	font-size: 2rem;
}
.text-sm {
	font-size: 1.3rem;
    line-height: 1.2; 
}
.text-xsm {
	font-size: 1.1rem;
}
.text-hightlight-white {
    color: #FFF;
}

@media only screen and (max-width: 768px) {
    .text-para1 {
        font-size: 1.7rem;
    }
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3.4rem; line-height: 1.2; }
	h2 { font-size: 3rem; line-height: 1.25; }
	h3 { font-size: 2.6rem; line-height: 1.3; }
	h4 { font-size: 2.3rem; line-height: 1.3.5; }
	h5 { font-size: 1.8rem; line-height: 1.5; }
	h6 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	color: #000;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}

.column .column {
	padding: 20px 30px 20px 0;
}
.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%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 0 2% 0 2%;
	padding: 40px 60px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 4.3333333%; }
.two.column-feature 		{ width: 12.6666667%; }
.three.column-feature 		{ width: 21%; }
.four.column-feature 		{ width: 29.3333333%; }
.five.column-feature 		{ width: 37.6666667%; }
.six.column-feature 		{ width: 46%; }
.seven.column-feature 		{ width: 54.3333333%; }
.eight.column-feature 		{ width: 62.6666667%; }
.nine.column-feature 		{ width: 71%; }
.ten.column-feature 		{ width: 79.3333333%; }
.eleven.column-feature 		{ width: 89.6666667%; }
.twelve.column-feature 		{ width: 96%; }

@media only screen and (max-width: 768px)  {
	.column {
		padding: 20px;
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
	}
	.column-feature {
		padding: 20px;
		width: 90% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    background: #242323;
}
section.hero {
    height: 700px;
    background-image: url(../images/banner/banner01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
    background: rgba(36,35,35,0.15);
}
section.divide {
    background: rgba(36,35,35,0.15);
    padding: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

footer.main {
    background: #242323;
    overflow: hidden;
    clear: both;
    padding: 60px 0 0 0;
    color: #FFF;
}
footer.main a {
    color: #FFF;
    text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
    section.divide {
        background: rgba(36,35,35,0.15);
        padding: 40px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    section.divide {
        background: rgba(36,35,35,0.15);
        padding: 40px;
        display: block;
    }
    section.hero {
        height: 500px;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    section.hero {
        height: 300px;
    }
    section.divide {
        padding: 20px;
    }
}


/* 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 {
	overflow: hidden;
	list-style: disc;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Social Header
–––––––––––––––––––––––––– */
ul.social-header {
    overflow: hidden;
    position: absolute;
    left: 20px;
    top: 50px;
}
ul.social-header li {
    float: left;
}
ul.social-header li img {
    width: 40px;
    height: auto;
    display: block;
}
ul.social-header li:hover {
    -webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
	     -o-transform: scale(1.1);
	        transform: scale(1.1);
}


@media only screen and (max-width: 768px) {
    ul.social-header {
        top: 35px;
    }
    ul.social-header li img {
        width: 35px;
        height: auto;
        display: block;
    }
}
@media only screen and (max-width: 480px) {
    ul.social-header {
        top: 10px;
        right: 20px;
        left: auto;
    }
    ul.social-header li img {
        width: 32px;
        height: auto;
        display: block;
    }
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 40px;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 20px 0;
	cursor: pointer;
    font-size: 1.2rem;
    background-image: url(../images/icons/ic_plus_grey.svg);
    background-size: 20px 20px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    border-bottom: solid 1px #999;
}
.accordian header strong {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.accordian section {
	display: none;
	padding: 30px 20px 40px 20px;
    border-bottom: solid 1px #999;
}
.accordian section.active {
	display: block;
}


/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.light-gallery {
	list-style: none;
	margin: 0;
}
ul.light-gallery li {
	width: 31%;
	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;
}


/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 300px;
	height: auto;
	display: block;
    margin: 0 auto;
	padding: 30px 30px;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 200px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 150px;
        padding: 30px 0 30px 0;
        margin: 0 0 0 20px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
	overflow: hidden;
}
ul.form li {
	width: 98%;
	float: left;
}
ul.form li.half {
	width: 48%;
	margin: 0 2% 0 0;
}
ul.form li.third {
	width: 31.333%;
	margin: 0 2% 0 0;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	padding: 10px 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: 130px;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus, 
select:focus {
	border: 1px solid red;
	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: 5px 40px;
	margin: 20px auto 0 auto;
	background: #000;
	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: #333;
}
label {
	font-size: 1rem;
	text-align: left;
	display: block;
}
.required {
	color: red;
}
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 {
	display: inline-block;
	font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
    border: solid 1px #FFF;
    background: none;
    text-transform: uppercase;
    color: #FFF;
    padding: 15px 30px;
    text-decoration: none !important;
}
a.btn-primary:hover {
	background-color: #333;
}

a.btn-header {
    border: solid 1px #FFF;
    background: none;
    text-transform: uppercase;
    color: #FFF;
    padding: 15px 30px;
    position: absolute;
    top: 45px;
    right: 20px;
}

a.btn-secondary {
	display: inline-block;
	font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
    border: solid 1px #242323;
    background: none;
    text-transform: uppercase;
    color: #242323;
    padding: 15px 30px;
    text-decoration: none !important;
}
a.btn-secondary:hover {
	background-color: #DDD;
}

@media only screen and (max-width: 768px) {
    a.btn-header {
        padding: 10px 15px;
        top: 35px;
        font-size: 1.2rem;
    }
}
@media only screen and (max-width: 480px) {
    a.btn-header {
        padding: 5px 15px;
        top: 50px;
        font-size: 1rem;
    }
}

/* 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; }
.padding-extra { padding: 60px; }

.no-padding { padding: 0; }
.no-margin { margin: 0; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }

hr.divide20 { border-top: solid 3px #FFF; margin: 20px 0; }
hr.divide40 { border-top: solid 3px #FFF; margin: 40px 0; }
hr.divide60 { border-top: solid 1px #DDD; margin: 60px 0; }
hr.divide80 { border-top: solid 1px #DDD; margin: 80px 0; }

@media only screen and (max-width: 1024px) {
    .padding-extra { padding: 30px; }
}

@media only screen and (max-width: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 480px) {
    .padding-extra { padding: 20px; }
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.map {
    width: 100%;
    height: 300px;
    display: block;
}
.video {
    width: 100%;
    height: 450px;
    display: block;
}
.videocottage {
    width: 100%;
    height: 350px;
    display: block;
}
.byline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: solid 1px #CCC;
    padding: 10px 0;
    margin-top: 40px;
}
.byline p {
    font-size: 0.9rem;
}
.byline img {
    width: 80px;
    height: auto;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

@media only screen and (max-width: 768px) {
    .video {
        width: 100%;
        height: 300px;
        display: block;
    }
	.videocottage {
    width: 100%;
    height: 250px;
    display: block;
}
}
