@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: 50px 50px 0 50px;
	padding: 0;
	font-family: 'Playfair Display', serif;
	font-size: 1.5em;
	line-height: 1.6;
	color: #2E2E2E;
	font-weight: 300;
    background-color: #EEEDE9;
}
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: 768px) {
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
        margin: 20px 20px 0 20px;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: 600;
}
h1 { font-size: 5.0rem; line-height: 1.2; }
h2 { font-size: 4.2rem; line-height: 1.25; font-style: italic; text-transform: uppercase; }
h3 { font-size: 3.6rem; line-height: 1.3; font-style: italic; text-transform: uppercase; }
h4 { font-size: 3.0rem; line-height: 1.3.5; font-style: italic; text-transform: uppercase; }
h5 { font-size: 1.7rem; line-height: 1.3; font-style: italic; text-transform: uppercase; }
h6 { font-size: 1.5rem; 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.3rem;
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 4.0rem; line-height: 1.2; }
	h2 { font-size: 3.5rem; line-height: 1.25; }
	h3 { font-size: 3.0rem; line-height: 1.3; }
	h4 { font-size: 2.4rem; 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: #702243;
    border-bottom: solid 1px #702243;
    padding: 0 0 3px 0;
}
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 1% 0 1%;
	padding: 40px;
	border: solid 1px #FFF;
    background-color: #F0F0EE;
    min-height: 360px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }

@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;
        min-height: auto;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
    background-image: url(../images/bg-texture.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 70px;
    min-height: 640px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
    border: solid 1px #FFF;
}
.hero-caption {
    float: left;
    margin-top: 50px;
    margin-left: 50px;
    font-size: 6rem;
    font-weight: 900;
    color: #2E2E2E;
    line-height: 1.2;
    padding: 50px 60px 60px 0;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    border-top: solid 2px #2E2E2E;
     border-right: solid 2px #2E2E2E;
     border-bottom: solid 2px #2E2E2E;
}
.block-bold {
    width: 100px;
    height: 6px;
    margin: 30px 0;
    background: none;
    display: block;
}
.block-subtle {
    width: 60px;
    height: 3px;
    margin: 10px 0;
    background: #E5DDDA;
    display: inline-block;
}
.block-highlight {
    width: 60px;
    height: 3px;
    margin: 10px 0;
    background: #702243;
    display: inline-block;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
    background: #F0F0EE;
    border: solid 1px #FFF;
    background-image: url(../images/bg-texture02.jpg);
    background-size: cover;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
footer.main {
    padding: 40px 0 0 0;
    background: #F0F0EE;
    border: solid 1px #FFF;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}

@media only screen and (max-width: 1024px) {
    header.main {
        min-height: auto;
    }
    .hero-caption {
        font-size: 4rem;
         padding: 50px 40px 60px 0;
    }
}

@media only screen and (max-width: 768px) {
	main {
		padding: 40px 0;
	}
    .hero-caption {
        font-size: 2.8rem;
        margin-top: 30px;
        margin-left: 20px;
        padding: 30px 30px 40px 0;
    }
}
@media only screen and (max-width: 550px) {
    .hero-caption {
        font-size: 2.8rem;
        padding: 40px 30px 30px 30px;
        text-align: center;
        width: 80%;
        margin-left: 10%;
        margin-top: -25px;
        border-left: solid 2px #2E2E2E;
    }
}
@media only screen and (max-width: 480px) {
	main {
		padding: 20px 0;
	}
    
    .block-bold {
        margin: 30px auto;
    }
}


/* 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;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 0 30px;
}

/* Feature Items
–––––––––––––––––––––––––– */


@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.accordian {
    margin-top: 30px;
}
ul.accordian li {
    margin-bottom: 15px;
}
.accordian {
    text-align: left;
	list-style: none;
	margin: 0 auto 40px auto;
	padding: 0;
	border-top: 0;
    max-width: 768px;
}
.accordian header {
	display: block;
	margin: 0 0 0 0;
	padding: 20px 50px 5px 50px;
	background: #FFF;
	cursor: pointer;
    background-image: url(../images/icons/ic_arrow-down.svg);
    background-position: right 50px center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	   -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
	        box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.05);
}
.accordian header:hover {
     background-position: right 40px center;
}
.accordian header h4 {
    margin: 0;

}
.accordian section {
	display: none;
	padding: 10px 50px 50px 50px;
	background: #FFF;
    font-size: 1.3rem;
}
.accordian section.active {
	display: block;
}

@media only screen and (max-width: 480px) {
    .accordian header {
        padding: 20px 40px 5px 30px;
        background-position: right 30px center;
    }
    .accordian header h4 {
        font-size: 2rem;
    }
    .accordian section {
        padding: 10px 30px 50px 30px;
    }
}


/* Slideshow
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 30%;
    float: left;
    padding: 0;
    margin: 0 0 0 5%;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

@media only screen and (max-width: 768px) {
    .rslides {
       margin-left: 30px;
    }
}

@media only screen and (max-width: 550px) {
    .rslides {
        width: 100%;
        max-width: 150px !important;
        float: none;
        margin: 0 auto;
    }
}

/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	background-color: none;
	padding: 20px 0 80px 0;
	z-index: 1;
	text-align: center;
}
.testimonial-content {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto 0 auto;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.testimonials {
	list-style: none;
	padding: 0;
	margin: 0;
}
.testimonials > li {
	position: absolute;
	opacity: 0;
}
.testimonials > li:first-child {
	position: relative;
	opacity: 1;
}
.testimonial-content p {
	font-style: italic;
	padding: 0;
	font-size: 1.3rem;
}

@media only screen and (max-width: 480px) {
    .testimonial-content p {
        font-size: 1.1rem;
    }
}

/* ------ Navigation ------ */

.flex-direction-nav a {
	text-decoration: none;
    border: none;
    padding: 0;
	display: block;
	width: 50px;
	height: 100%;
	margin: 0px 0 0;
	position: absolute;
	z-index: 9999;
	top: 0;
	overflow: hidden;
	opacity: 1;
	background: none;
    color: #EEEDE9;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
	font-size: 40px;
	
	position: absolute;
	display: block;
	top: 50%;
	padding: 14px 10px 14px 10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
	content: url('https://dl.dropboxusercontent.com/u/97609687/codepen/chevronright.svg');
	padding: 14px 20px 14px 10px;
}
.flex-direction-nav .flex-prev {
	left: 0px;
    background-image: url(../images/icons/ic_arrow-left_black.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
    background-image: url(../images/icons/ic_arrow-right_black.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-control-paging li a {
	width: 8px;
	height: 8px;
    border: none;
    padding: 0;
	display: block;
	background: #DDD;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.5);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(2, 23, 31, 1);
	cursor: default;
}
.flex-control-nav {
	bottom: 30px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}
.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}





/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 300px;
	height: auto;
	display: block;
    margin: 0 auto;
	padding: 40px 30px 50px 30px;
}
img.hero {
	width: 30%;
    height: auto;
    display: block;
    float: left;
    margin-bottom: 15px;
    margin-left: 5%;
    border: solid 3px #FFF;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	   -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	        box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 200px;
        padding: 30px 30px;
    }
}
@media only screen and (max-width: 550px) {
    img.hero {
        width: 100%;
        max-width: 150px;
        margin: 0 auto;
        height: auto;
        display: block;
        float: none;
    }
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #702243;
    background-image: url(../images/icons/ic_arrow-right_maroon.svg);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: right center;
	display: inline-block;
	padding: 5px 30px 5px 0;
	font-size: 1.3rem;
}
a.btn-primary:hover {
	padding: 5px 35px 5px 0;
}

a.btn-secondary {
	color: #FFF;
	background-color: #000;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.5rem;
}
a.btn-secondary:hover {
	background-color: #333;
}

a.btn-header {
    position: absolute;
    z-index: 100;
    top: 20px;
    right: 20px;
	color: #FFF;
	background-color: #702243;
	display: inline-block;
	padding: 5px 20px;
	font-size: 1.3rem;
    font-style: italic;
}
a.btn-header:hover {
	background-color: #2E2E2E;
    transition: 0.3s;
}

@media only screen and (max-width: 768px) {
    a.btn-header {
        font-size: 1.1rem;
        top: 300px;
        left: 43%;
        right: auto;
    }
}
@media only screen and (max-width: 550px) {
    a.btn-header {
        bottom: 50px;
        width: 50%;
        left: 20%;
        top: auto;
        right: auto;
        padding: 7px 20px;
    }
}

/* 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; }

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 1px #DDD; margin: 20px 0; }
hr.divide40 { border-top: solid 1px #DDD; 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: 768px) {
	.padding20,
	.padding40,
	.padding60,
	.padding80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.byline {
	text-align: center;
	font-size: 0.8rem;
	padding: 20px 20px 0 20px;
	color: #666;
	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: none;
    clear: both;
	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) {
	.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;
	}
}
