@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300italic,400italic,800italic,700italic,700);
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 62.5%;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.8;
	color: #2C343F;
	background: url(../images/bg.png) repeat-x;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrap {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.pg-width {
	position: relative;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}
.mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
@media (max-width: 768px) {
body {
	background: none;
}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
	font-weight: 400;
}
h1 { font-size: 4.0rem; line-height: 0; color: #F9B337; margin-bottom: 50px; font-weight: bold; font-style: italic; }
h2 { font-size: 3.2rem; line-height: 1.25; font-style: italic; font-weight: bold; }
h3 { font-size: 2.2rem; line-height: 1.3; font-style: italic; font-weight: bold; }
h4 { font-size: 1.8rem; line-height: 1.35; font-weight: bold; font-style: italic; }
p { margin-top: 0; }

.text-para1 {
	font-size: 1.8rem;
	font-weight: 400;
}
.heading-sm {
	font-size: 2.5rem;
	line-height: 1.4;
	font-style: italic;
	color: #44546B;
	font-weight: bold;
}
.text-large {
	font-size: 1.6rem;
}
.text-xxsmall {
	font-size: 1rem;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 1.3rem;
}
.text-highlight {
	color: #F9B337;
	font-weight: 400;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #f9b337;
}
a:hover {
	color: #44546b;
}
a.links-dark {
	color: #44546b;
}
a.links-dark:hover {
	color: #f9b337;
}
a.byline, a.byline:visited {
	color: #8891b0;
	border: none;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	padding: 0 30px 0 30px;
	overflow: hidden;
}
@media only screen and (min-width:768px)  {
.column {
	float: left;
	margin-right: 0;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
	overflow: hidden;
}
.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%; }
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	background: #FFF;
	position: relative;
	border-top: solid 6px #44546B;
}
header.menu {
	background: #FFF;
	display: none;
}
.banner {
	height: 400px;
}
.banner-slider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	max-width: 1024px;
	padding: 0;
	margin: 0 auto;
	background: #FFF;
}
.banner-slider li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	height: 400px;
	left: 0;
	top: 0;
	border-radius: 0 0 5px 5px;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
	background: rgba(253,193,83,0.2);
}
section.feature {
	background: #FDC153;
}
section.bold {
	background: #2C343F;
	color: #FFF;
	text-align: center;
}
footer.main {
	background: #44546B;
	padding: 15px 0 15px 0;
	overflow: hidden;
	clear: both;
	border-top: solid 6px #2C343F;
}
@media (max-width: 768px) {
header.menu {
	background: #FFF;
	display: block;
}
.banner-slider li {
	border-radius: 0;
}
}
@media (max-width: 480px) {
.banner {
	height: 200px;
}
.banner-slider li {
	height: 200px;
}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
nav.menu {
	position: absolute;
	width: 60%;
	right: 0;
	top: 65px;
}
nav.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav.menu ul li {
	width: 25%;
	background: #FFF;
	line-height: 40px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	font-size: 1.7rem;
}
nav.menu ul li a:link, .menu ul li a:visited {
	display: block;
	color: #44546b;
}
nav.menu ul li a:hover {
	color: #FDC153;
	transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
}
@media only screen and (max-width:768px)  {
nav.menu {
	position: fixed;
	z-index: 200;
	background: #FDC153;
	background-size: 30px auto;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
nav.menu-slide {
	height: 100%;
	overflow-y: auto;
	top: 0;
	width: 80%;
	left: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}
nav.menu-slide.is-active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
nav.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
nav.menu ul li {
	width: 100%;
	margin: 0;
	border-bottom: solid 1px #F9B337;
	box-sizing: border-box;
	background: none;
	line-height: 80px;
	text-align: left;
}
nav.menu ul li a:link, .menu ul li a:visited {
	color: #44546B;
	padding: 0 0 0 30px;
	background: #FDC153 url(../images/icon-arrow-right.png) no-repeat;
	background-size: 10px 10px;
	background-position: right 30px center;
}
nav.menu ul li a:hover {
	color: #44546B;
	border-bottom: none; 
	background: #F9B337 url(../images/icon-arrow-right.png) no-repeat;
	background-size: 10px 10px;
	background-position: right 30px center;
}
.trigger {
	position: absolute;
	right: 0;
	top: 6px;
	display: block;
	color: #000;
	background: #FFF url(../images/icon-menu.png) no-repeat;
	background-size: 40px 40px;
	background-position: center center;
	border: none;
	width: 60px;
	height: 99px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.trigger:focus {
	outline: none;
}
.trigger-close {
	display: block;
	color: #FFF;
	background: #FFF url(../images/icon-close.png) no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	border: none;
	border-radius: 3px;
	line-height: 50px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 15px;
}
.trigger-close:focus {
	outline: none;
}
}
@media only screen and (max-width:460px)  {
.trigger {
	height: 80px;
}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
ul.featitems {
	list-style: none;
	margin: 0;
}
ul.featitems li {
	width: 31.333%;
	float: left;
	background: #2C343F url(../images/bg-featitems.png) no-repeat;
	background-size: contain;
	background-position: center center;
	margin: 0 1% 15px 1%;
	border-radius: 3px;
	color: #FFF;
	text-align: center;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.featitems li img {
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
	display: block;
}
ul.featitems li a, ul.featitems li a:visited {
	color: #FFF;
	display: block;
	padding: 20px 0 20px 0;
}
ul.featitems li a:hover {
	background: #44546B url(../images/bg-featitems-hover.png) no-repeat;
	background-size: contain;
	background-position: right center;
	transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
	border-radius: 3px;
}
.featitems .text-heavy {
	font-size: 3rem;
	font-weight: 800;
	line-height: 1;
	font-style: italic;
}
.featitems .text-light {
	font-size: 3rem;
	font-weight: 100;
	line-height: 1;
	font-style: italic;
}
ul.social-header {
	list-style: none;
	position: absolute;
	margin: 0;
	top: 20px;
	right: 35px;
	width: 80px;
}
ul.social-header li {
	width: 30px;
	float: left;
	margin: 0 7px 0 0;
}
ul.social-header li:hover {
	opacity: 0.8;
}
ul.social-header li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.sitemap {
	list-style: none;
	margin: 0;
	position: absolute;
	width: 50%;
	right: 15px;
	top: 45px;
}
ul.sitemap li {
	width: 25%;
	float: left;
	line-height: 32px;
	text-align: center;
	border-radius: 3px;
	font-size: 1.6rem;
}
ul.sitemap li a, ul.sitemap li a:visited {
	color: #FFF;
	display: block;
}
ul.sitemap li a:hover {
	background: #2C343F;
}
@media (max-width: 768px) {
ul.featitems li {
	width: 32%;
	margin: 0 2% 0 0;
	background-size: cover;
	background: #2C343F;
}
ul.featitems li a:hover {
	background: #44546B;
}
ul.featitems li:last-child {
	margin: 0;
}
.featitems .text-heavy {
	font-size: 2rem;
}
.featitems .text-light {
	font-size: 2rem;
}
ul.social-header {
	top: 39px;
	right: 65px;
	width: 80px;
}
ul.social-header li {
	width: 25px;
	margin: 0 7px 0 0;
}
}
@media (max-width: 640px) {
ul.sitemap {
	position: relative;
	width: 80%;
	margin: 0 auto;
	right: 0;
	top: 0;
	text-align: center;
}
ul.sitemap li {
	width: 100%;
	line-height: 42px;
	border-bottom: solid 1px #2C343F;
}
}
@media (max-width: 480px) {
.featitems .text-heavy {
	font-size: 1.7rem;
}
.featitems .text-light {
	font-size: 1.7rem;
}
ul.social-header {
	top: 30px;
	right: 55px;
	width: 80px;
}
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	padding: 15px 15px 15px 15px;
	display: block;
}
img.logo-menu {
	width: 150px;
	height: auto;
	display: block;
	padding: 15px 15px 15px 15px;
}
img.logo-footer {
	width: 200px;
	height: auto;
	padding: 15px 15px 15px 15px;
	display: block;
}
img.profile {
	width: 100%;
	height: auto;
	display: block;
	max-width: 300px;
	margin: 0 auto 15px auto;
	border-radius: 3px;
}
img.contact {
	float: left;
	margin: 6px 15px 0 0;
	width: 40px;
	height: auto;
}
@media (max-width: 768px) {
img.logo {
	width: 200px;
}
img.profile {
	width: 100%;
	float: left;
	margin: 0 2% 0 0
}
}
@media (max-width: 640px) {
img.logo-footer {
	width: 200px;
	height: auto;
	padding: 15px 15px 15px 15px;
	display: block;
	margin: 0 auto;
}
}
@media (max-width: 480px) {
img.logo {
	width: 150px;
}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
	width: 100%;
	margin: 0 0 5px 0;
	float: left;
	height: 45px;
	font-size: 1.2rem !important;
	padding: 6px 15px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: none;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #f9b337;
	outline: 0;
}
textarea {
	min-height: 195px;
}
label {
	display: block;
	margin-bottom: .5rem;
	font-weight: 600;
	font-style: italic;
	font-size: 1.1rem;
	text-align: left;
	color: #44546B;
}
input[type="submit"] {
	background: #44546b;
	color: #FFF;
	border: none;
	border-radius: 2px;
	width: 150px;
	font-weight: bold;
	font-style: italic;
	display: block;
	line-height: 2;
	font-size: 1.3rem;
	margin: 10px auto 30px auto;
}
fieldset {
	width: 49%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.btn-primary {
	background: #2C343F;
	color: #FFF !important;
	padding: 5px 30px;
	font-size: 1.5rem;
	font-weight: bold;
	font-style: italic;
	display: inline-block;
	margin: 0 auto;
	border-radius: 5px;
}
.btn-primary:hover {
	background: #44546B;
}
@media (max-width: 768px) {
}
@media (max-width: 480px) {
}

/* 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;
}
@media only screen and (max-width: 768px) {
.padding20,
.padding40,
.padding60,
.padding80 {
	padding-top: 30px;
	padding-bottom: 30px;
}
}
@media only screen and (max-width: 480px) {
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
	margin: 20px 0 20px 0;
}
hr.divide {
	width: 34px;
	border-top: dotted 4px #F9B337;
	border-bottom: none;
}
hr.divide-center {
	width: 60px;
	border-top: solid 5px #F9B337;
	border-bottom: none;
	margin: 40px auto 20px auto;
}
.caption {
	position: absolute;
	font-size: 3rem;
	color: #FFF;
	width: 60%;
}
.caption h2 {
	font-size: 6rem;
	line-height: 1;
	position: absolute;
	left: 50px;
	top: 50px;
	font-weight: 800;
	font-style: italic;
	text-shadow: 2px 2px 1px #929292;
}
.caption h3 {
	font-size: 5rem;
	position: absolute;
	left: 200px;
	top: 110px;
	line-height: 1;
	font-weight: 400;
	font-style: italic;
	text-shadow: 1px 1px 1px #929292;
}
.caption h4 {
	font-size: 2rem;
	position: absolute;
	left: 110px;
	top: 180px;
	line-height: 1.4;
	font-weight: 400;
	font-style: italic;
	text-shadow: 1px 1px 1px #333;
}
#tml-container {
	background: #2c343f url(../images/bg-testimonials.png) no-repeat;
	background-position: left -30px top -30px;
	background-size: 250px 250px;
	clear: both;
	color: #FFF;
	text-align: center;
	padding: 20px 0 30px 0;
	min-height: 80px;
	position: relative;
}
#tml-container p {
  display: none;
  font-style: italic;
  font-size: 1.5rem;
  padding: 0 5%;
}
cite {
	font-size: 1.6rem;
	margin: 15px 0 0 0;
	display: block;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	right: 10%;
}
.bg-display-sm-only {
	background: none;
}
.clearfix {
	clear: both;
}
.byline {
	border-top: solid 1px #44546B;
	background:#44546B;
	font-size: 1rem;
	text-align: center;
	line-height: 3;
}
@media (max-width: 768px) {
.caption {
	position: absolute;
	font-size: 3rem;
	color: #FFF;
	width: 62%;
}
.caption h2 {
	font-size: 4rem;
	left: 20px;
}
.caption h3 {
	font-size: 3.5rem;
	left: 70px;
	top: 100px;
}
.caption h4 {
	font-size: 1.7rem;
	top: 150px;
	left: 20px;
}
.bg-display-sm-only {
	background: url(../images/pattern.png);
	background-size: 30px auto;
	padding: 20px;
}
#tml-container {
	border-radius: 0;
}
}
@media (max-width: 480px) {
.caption {
	width: 70%;
}
.caption h2 {
	font-size: 3rem;
	left: 20px;
	top: 20px;
	display: none;
}
.caption h3 {
	font-size: 2.5rem;
	left: 20px;
	top: 50px;
	display: none;
}
.caption h4 {
	font-size: 1.6rem;
	left: 20px;
	top: 20px;
	display: none;
}
}