@charset "UTF-8";
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: 'Roboto', sans-serif;
	font-size: 1.4em;
	line-height: 1.6;
	color: #000;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	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;
	transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1rem;
}
h1 { font-size: 4rem; line-height: 1.2; }
h2 { font-size: 3.4rem; line-height: 1.25; }
h3 { font-size: 3rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1; }
p { margin-top: 0; }

.text-small {
	font-size: 1.3rem;
}
.text-xsmall {
	font-size: 1.2rem;
}
.text-para1 {
	font-size: 1.6rem;
}
.text-center {
	text-align: center;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #4478BC;
}
a:hover {
	color: #EB7823;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	float: left;
	overflow: hidden;
	padding: 20px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.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%; }

@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
		border-left: solid 20px #F7BD15;
	}
	footer.main .column {
		border-left: none;
	}
	footer.main .column:nth-child(2), footer.main .column:nth-child(3) {
		width: 50% !important;
		padding: 0 30px;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	background: #4478BC;
	position: relative;
}
.slider ul {
	height: 400px;
	list-style: none;
	margin: 0;
}
.slider ul li {
	height: 100%;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
section {
	overflow: hidden;
}
section.feature {
	margin: 30px 0;
	background-image: url(../images/bg-section-feature.png);
	background-position: left;
	background-repeat: repeat-y;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}
main {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	overflow: hidden;
	padding: 80px 0;
}
.accomm {
	border-top: solid 2px #4478BC;
	margin: 0 2% 50px 2%;
	width: 46%;
	padding: 20px 10px;
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer.main {
	background: #4478BC;
	overflow: hidden;
	clear: both;
	padding: 40px 0;
}
@media only screen and (max-width: 768px) {
	.slider ul {
		height: 250px;
	}
	main {
		padding: 30px 0;
	}
	section.feature {
		background-image: none;
	}
	.accomm {
		width: 96%;
	}
	footer.main {
		padding: 20px 0;
	}
}
@media only screen and (max-width: 480px) {
	.slider ul {
		height: 200px;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
.nav-global {
	position: absolute;
	top: 0;
	right: 30px;
}
.nav-global ul {
	list-style: none;
	margin: 0;
}
.nav-global ul li {
	float: left;
	font-size: 1.8rem;
	text-align: center;
	display: table;
	line-height: 1;
}
.nav-global ul li a {
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
	height: 131px;
	padding: 0 20px;
}
.nav-global ul li a:hover {
	background: #000;
}

.nav-main {
	background: #000000;
	overflow: hidden;
}
.nav-main ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1024px;
}
.nav-main ul li {
	width: 20%;
	float: left;
	text-align: center;
}
.nav-main ul li a {
	color: #FFF;
	line-height: 50px;
	display: block;
}
.nav-main ul li a:hover {
	background: #F7BD15;
	color: #000;
}

@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #4478BC;
		-webkit-transition: -webkit-transform 0.3s;
		transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		overflow-y: scroll;
		top: 0;
		left: 0;
		width: 80%;
		-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-global {
		display: none;
	}
	.nav-main {
		background: #4478BC;
	}
	.nav-main ul {
		width: 80%;
	}
	.nav-main ul li {
		width: 100%;
		text-align: left;
		border-bottom: solid 1px rgba(255,255,255,0.3)
	}
	.nav-main ul li a {
		line-height: 40px;
		padding: 0 0 0 15px;
		background-image: url(../images/icons/icon-arrow.png);
		background-size: 15px 15px;
		background-position: right 15px center;
		background-repeat: no-repeat;
	}
	.nav-main ul li a:hover {
		background-image: url(../images/icons/icon-arrow-black.png);
		background-size: 15px 15px;
		background-position: right 15px center;
		background-repeat: no-repeat;
	}
	.trigger {
		position: absolute;
		width: 60px;
		height: 85px;
		display: block;
		top: 0;
		right: 15px;
		background: url(../images/icons/icon-menu.png) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 15px;
		right: 15px;
		background: url(../images/icons/icon-close.png) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		box-shadow: none;
		border-radius: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
	}
	.trigger-close:focus {
		outline: none;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0 0 20px 30px;
	padding: 0;
}
ul.featitems {
	list-style: none;
	margin: 60px auto;
	width: 100%;
	overflow: hidden;
	max-width: 1024px;
}
ul.featitems li {
	width: 25%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	background-image: url(../images/icons/icon-arrow.png);
	background-size: 40px 40px;
	background-position: bottom 20px right 20px;
	background-repeat: no-repeat;
}
ul.featitems li h4 {
	font-size: 2.5rem;
	line-height: 1.2;
}
ul.featitems li p {
	font-size: 1.4rem;
	text-shadow: none;
}
ul.featitems li.item1 {
	background-color: #4478BC;
}
ul.featitems li.item2 {
	background-color: #F7BD15;
}
ul.featitems li.item3 {
	background-color: #EB7823;
}
ul.featitems li.item4 {
	background-color: #98262B;
}
ul.featitems li a {
	color: #FFF;
	padding: 20px 40px 20px 20px;
	display: block;
}
ul.featitems li a:hover {
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.cta {
	list-style: none;
	margin: 20px 0 20px 0;
	overflow: hidden;
}
ul.cta li {
	width: 49%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.4rem;
}
ul.cta li a {
	color: #FFF;
	display: block;
	padding: 20px 30px;
}
ul.cta li a:hover {
	background-color: #4478BC;
	-moz-transition: ease-in-out 0.5s;
    -webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}
ul.cta li.left {
	background-color: #EB7823;
	margin: 0 1% 0 0;
	text-align: right;
}
ul.cta li.right {
	background-color: #98262B;
	margin: 0 0 0 1%;
	text-align: left;
}
ul.bullets {
	list-style: none;
	margin: 0;
}
ul.bullets li {
	padding: 5px 0;
	border-bottom: solid 1px #DDD;
}
ul.grid {
	list-style: none;
	margin: 0;
}
ul.grid li {
	float: left;
	width: 50%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.grid li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.grid li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.sitemap {
	margin: 0;
	list-style: none;
}
ul.sitemap li {
	width: 100%;
	float: left;
	text-align: left;
	line-height: 30px;
}
ul.sitemap a {
	display: block;
	color: #FFF;
}
@media only screen and (max-width: 1024px) {
	ul.featitems {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px) {
	ul.featitems li {
		width: 50%;
		background-size: 30px 30px;
	}
	ul.cta li {
		width: 49%;
		font-size: 1.6rem;
	}
	ul.sitemap li {
		text-align: center;
		border-bottom: solid 1px rgba(255,255,255,0.3)
	}
}
@media only screen and (max-width: 480px) {
	ul.cta li {
		width: 100%;
		font-size: 2rem;
	}
	ul.cta li.left {
		margin: 0 0 10px 0;
		text-align: left;
	}
ul.cta li.right {
		margin: 0 0 0 0;
		text-align: left;
	}
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.lightGallery {
	list-style: none;
	margin: 20px 0;
	overflow: hidden; 
}
ul.lightGallery li {
	width: 18.4%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 15px;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.lightGallery li:nth-child(5n) {
	margin: 0;
}
ul.lightGallery li img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
ul.lightGallery li img {
	width: 100%;
	height: auto;
	display: block;
}

/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	border: 1px solid #FFF;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0;
	padding: 14px 20px;
	color: #FFF;
	background-color: #4478BC;
	background-image: url(../images/icons/icon-arrow-down.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	font-size: 1.7rem;
	border-top: 1px solid #FFF;
	cursor: pointer;
}
.accordian header:hover {
	background-color: #F7BD15;
}
.accordian section {
	display: none;
	padding: 20px;
	background: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	margin: 0 0 10px 0;
}
.accordian section.active {
	display: block;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 15px 30px 0px 30px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto;
}
img.full {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}
img.icon-social {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
img.icon-social:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
img.icon-cta {
	width: 30px;
	height: 30px;
	margin: 0 0 -8px 20px;
}
@media only screen and (max-width: 768px) {
	img.logo {
		width: 150px;
		height: auto;
		display: inline-block;
		padding: 15px 15px 0px 15px;
	}
	img.logo-footer {
		width: 80%;
		max-width: 170px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	img.logo-menu {
		width: 150px;
		height: auto;
		display: inline-block;
		padding: 15px 15px 0px 15px;
	}
	img.full {
		max-width: 400px;
	}
}
@media only screen and (max-width: 480px) {
	img.full {
		max-width: 250px;
	}
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
	display: block;
	padding: 18px 20px;
	margin: 0 0 12px 0;
	border: 0;
	outline: none;
	vertical-align: middle;
	font-size: 15px;
	line-height: 24px;
	border-radius: 3px;
	max-width: 100%;
	background: #000;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
	color: #000000;
	background: rgba(0,0,0,0.2);
}
textarea {
	min-height: 252px;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 9px 16px;
	margin: 0 3px 6px 0;
	background: #fdc501;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	border-radius: 3px;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-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: #e64e04;
}
label {
}
legend {
}
fieldset {
}
::-webkit-input-placeholder { color: #12151B; }
:-moz-placeholder { color: #12151B; }
::-moz-placeholder { color: #12151B; }
:-ms-input-placeholder { color: #12151B; }
.placeholder { color: #12151B !important; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	display: inline-block;
	padding: 5px 20px;
	background: #4478BC;
	color: #FFF;
}
a.btn-header {
	background: #F7BD15;
	display: block;
}
a.btn-accomm {
	display: block;
	background: #EB7823;
	padding: 5px 20px;
	color:  #FFF;
	width: 150px;
	margin: 0 auto 0 auto;
	clear: both;
	text-align: center;
}
a.btn-accomm:hover {
	background: #98262B;
}

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

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.fade-content > * {
	transition: ease opacity 1s, ease transform 1s;
}
/* Offsets timing for groups of three. This must be adjusted if there are more or less than three element per row.*/
.fade-content > *:nth-child(3n+2) {
	transition-delay: .1s;
}
.fade-content > *:nth-child(3n+3) {
	transition-delay: .2s;
}
hr {
	border-top: solid 1px #DDD;
	border-bottom: none;
	margin: 20px 0;
}
.display-sm-only {
	display: none;
}
.display-lrg-only {
	display: block;
}
.clearfix {
	clear: both;
}
.map {
	width: 100%;
	height: 250px;
	display: block;
}
.byline {
	background: #4478BC;
	line-height: 30px;
	font-size: 1.1rem;
	text-align: center;
	border-top: solid 1px rgba(255,255,255,0.3)
}
.byline a {
	color: #FFF;
}
@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block;
	}
	.display-lrg-only {
		display: none;
	}
}


