@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: 'Libre Franklin', sans-serif;
	font-size: 1.7em;
	line-height: 1.6;
	color: #494B51;
	font-weight: 300;
}
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%;
	-webkit-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.pg-width {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	min-height: 40px;
}

@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4em;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
h1 { font-size: 4rem; line-height: 1.2; color: #356CB4; }
h2 { font-size: 3rem; line-height: 1.2; }
h3 { font-size: 2.5rem; line-height: 1.3; }
h4 { font-size: 1.8rem; line-height: 1.6; }
p { margin-top: 0; }

strong {
	font-weight: 700 !important;
}
.text-center {
	text-align: center;
}
.text-large {
	font-weight: bold;
	font-size: 2.4rem;
}
.text-small {
	font-size: 1.3rem;
}
.text-xsmall {
	font-size: 1.1rem;
}
.text-para1 {
	font-size: 2rem;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 480px) {
	h1 { font-size: 2.5rem; line-height: 1.2; color: #356CB4; }
	h2 { font-size: 2rem; line-height: 1.2; }
	h3 { font-size: 1.7rem; line-height: 1.3; }
	h4 { font-size: 1.5rem; line-height: 1.6; }
	
	.text-para1 {
		font-size: 1.6rem;
	}
	.text-large {
		font-weight: bold;
		font-size: 2rem;
	}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #88B156;
}
a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
footer.main a {
	color: #FFF;
}
footer.main a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* 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;
	}
}

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.main {
	position: relative;
}
header.menu {
	display: none;
}
header.contact {
	background: #494B51;
	overflow: hidden;
	color: #FFF;
	padding: 10px 0;
	font-size: 1.5rem;
	height: 26px;
}
header.contact ul {
	position: absolute;
	right: 0;
}
header.contact ul li {
	padding: 3px 15px;
	float: left;
	font-size: 1.4rem;
}
header.contact a {
	color: #FFF;
	font-weight: 100;
}
.slider ul {
	height: 500px;
	list-style: none;
	margin: 0;
	position: relative;
	z-index: -50;
}
.slider ul li {
	height: 100%;
	position: relative;
	z-index: -50;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
.caption {
	font-size: 3.5rem;
	color: #FFF;
	position: absolute;
	left: 50px;
	bottom: 30px;
	font-weight: 700;
}
section {
	overflow: hidden;
	clear: both;
}
section.divide {
	color: #FFF;
	background-image: url(../images/section-divide.png);
	background-repeat: repeat-y;
	background-position: center center;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}
section.subtle {
	background: #D3D3D3;
    overflow: hidden;
}
main {
	max-width: 1024px;
	width: 100%;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
	padding: 60px 0;
}
footer.main {
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	background: #356CB4;
	color: #FFF;
	text-align: center;
}
@media only screen and (max-width: 768px) {
	header.menu {
		display: block;
	}
	.slider ul {
		height: 325px;
	}
	.caption {
		font-size: 3rem;
		left: 30px;
		bottom: 20px;
	}
	main {
		padding: 30px 0;
	}
}
@media only screen and (max-width: 480px) {
	header.contact {
		display: none;
	}
	.slider ul {
		height: 250px;
	}
	.caption {
		font-size: 2rem;
		left: 30px;
		bottom: 20px;
	}
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}
nav.primary {
	position: absolute;
	right: 0;
	top: 60px;
}
nav.primary ul {
}
nav.primary ul li {
	float: left;
	font-size: 1.4rem;
	font-weight: 400;
}
nav.primary ul li a {
	display: block;
	color: #494B51;
	padding: 5px 20px;
}
nav.primary ul li a:hover {
	color: #356CB4;
}
nav.drop-down--full {
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
}
nav.drop-down--full ul {
	background: #356CB4;
	list-style: none;
	padding: 0;
	height: 80px;
	position: relative;
	left: 0;
}
nav.drop-down--full ul li {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.2;
	width: 20%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
nav.drop-down--full ul li a {
	color: #FFF;
	display: block;
	padding: 20px 0 20px 20px;
	text-decoration: none;
	float: left;
	text-align: left;
	border-radius: 100px;
}
nav.drop-down--full ul li:hover {
	background: #4989CE;
}
nav.drop-down--full ul li:hover > a {
	color: #FFFFFF;
}
nav.drop-down--full ul li:hover > ul {
	display: block;
}
nav.drop-down--full ul ul {
	background: #4989CE;
	padding: 0;
	text-align: center;
	display: none;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 80px;
	height: 74px;
	left: 0px;
}
nav.drop-down--full ul ul li {
	font-size: 1.5rem;
	text-align: center;
}
nav.drop-down--full ul ul li a {
	color: #FFF;
	text-align: center;
	padding: 10px 50px;
	margin: 8px 0;
}
nav.drop-down--full ul ul li a:hover {
	font-weight: 400;
}
@media only screen and (max-width:1024px) {
	nav.drop-down--full ul ul {
		background: #4989CE;
		padding: 0;
		text-align: center;
		display: none;
		width: 100%;
		position: absolute;
		z-index: 10;
		top: 80px;
		height: 108px;
		left: 0px;
	}
}
@media only screen and (max-width:768px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background-color: #356CB4;
		-webkit-transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-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.primary {
		display: none;
	}
	nav.drop-down--full {
		height: auto;
		overflow: hidden;
		margin-top: 50px;
	}
	nav.drop-down--full ul {
		height: auto;
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	nav.drop-down--full ul li {
		display: block;
		width: 100%;
	}
	nav.drop-down--full ul li a {
		width: 100%;
		padding: 10px 15px;
		display: block;
		float: none;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	nav.drop-down--full ul ul {
		position: relative;
		top: 0;
		left: 0;
		height: auto;
		padding: 20px;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	nav.drop-down--full ul ul li a {
		color: #FFF;
		text-align: left;
		padding: 10px 15px;
		margin: 0;
		-webkit-box-sizing: border-box;
	       -moz-box-sizing: border-box;
	            box-sizing: border-box;
	}
	.trigger {
		position: absolute;
		width: 60px;
		height: 102px;
		display: block;
		top: 46px;
		right: 0;
		background: #356CB4 url(../images/icons/icon-menu.png) center center no-repeat;
		background-size: 25px 25px;
		border: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 50px;
		height: 50px;
		display: block;
		top: 5px;
		right: 10px;
		background: url(../images/icons/icon-close.png) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		box-shadow: none;
		border-radius: none;
		cursor: pointer;
		-webkit-appearance: none;
		   -moz-appearance: none;
				appearance: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}
@media only screen and (max-width:480px) {
	.trigger {
		top: 0px;
		height: 89px;
	}
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.featitems {
}
ul.featitems li {
	width: 25%;
	float: left;
	line-height: 1.3;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.featitems li:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
ul.featitems li section {
	padding: 15px 20px;
}
ul.featitems li img {
	width: 100%;
	height: auto;
	display: block;
}
ul.featitems li.item1 {
	background: #356CB4;
}
ul.featitems li.item2 {
	background: #88B156;
}
ul.featitems li.item3 {
	background: #808184;
}
ul.featitems li.item4 {
	background: #494B51;
}
ul.featitems li section a {
	color: #FFF;
	display: block;
	padding: 10px 10%;
}

ul.facilities {
	overflow: hidden;
	background: #FFF;
	border: solid 1px #356CB4;
}
ul.facilities > li {
	float: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.facilities > li:nth-child(1), ul.facilities > li:nth-child(2) {
	width: 50%;
	background: #FFF;
	padding: 30px 30px;
}
ul.facilities > li ul li {
	font-size: 1.5rem;
	border-bottom: solid 1px #DDD;
	padding: 6px 0 6px 30px;
	background-image: url(../images/icons/icon-check.png);
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}

ul.rates {
	border: solid 1px #356CB4;
	overflow: hidden;
	margin: 0 0 20px 0;
	color: #356CB4;
	background: #FFF;
}
ul.rates > li {
	float: left;
	overflow: hidden;
	font-size: 1.3rem;
	padding: 25px 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.rates > li:nth-child(1) {
	background: rgba(239,239,239,1.00);
	text-align: center;
	width: 25%;
	color: #494B51;
}
ul.rates > li:nth-child(2) {
	width: 30%;
	padding: 35px 15px 0 15px;
	color: #494B51;
	font-weight: 400;
}
ul.rates > li:nth-child(3) {
	font-size: 1.1rem;
	width: 30%;
	padding: 40px 15px 0 15px;
}
ul.rates > li:nth-child(4) {
	width: 15%;
}
ul.rates > li ul li {
	font-size: 1.5rem;
	border-bottom: solid 1px #DDD;
	padding: 4px 0 4px 30px;
	background-image: url(../images/icons/icon-check.png);
	background-position: left center;
	background-size: 20px 20px;
	background-repeat: no-repeat;
}
a.btn-rates {
	display: block;
	color: #FFF;
	background: #494B51;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin: 45px 0 0 0;
	border-radius: 2px;
}
.text-price {
	font-size: 4rem;
	color: #356CB4;
	line-height: 1;
	font-weight: 700;
}

.specials {
	border: solid 1px #356CB4;
	margin-bottom: 20px;
}
.specials ul {
	overflow: hidden;
}
.specials ul li {
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.specials ul li:nth-child(1) {
	background: rgba(239,239,239,1.00);
	text-align: center;
	padding: 20px 20px 1px 20px;
}
.specials ul li:nth-child(2) {
	text-align: center;
	padding: 20px 20px 0px 20px;
}
.specials ul li:nth-child(3) {
	padding: 0px 20px 20px 20px;
}

ul.contact-details {
}
ul.contact-details li {
	width: 31.333%;
	float: left;
	margin: 0 1% 30px 1%;
	text-align: center;
	padding: 20px;
	color: #356CB4;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
ul.contact-details li img {
	width: 70px;
	height: auto;
	display: block;
	margin: 0 auto 15px auto;
}

ul.sitemap-level-one {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto;
	border-bottom: solid 1px #FFF;
	padding: 0 15%;
}
ul.sitemap-level-one li {
	float: left;
	margin: 0 15px 0 15px;
	font-size: 1.4rem;
}
ul.sitemap-level-two {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}
ul.sitemap-level-two li {
	float: left;
	margin: 0 15px 0 15px;
	font-size: 1.7rem;
}
ul.sitemap-level-one li a, ul.sitemap-level-two li a {
	display: block;
	padding: 10px 0;
}

@media only screen and (max-width: 768px) {
	ul.featitems li {
		width: 50%;
	}
	ul.featitems li section {
		padding: 5px 5px;
	}
	ul.rates > li:nth-child(1) {
		background: rgba(239,239,239,1.00);
		text-align: center;
		width: 100%;
		color: #494B51;
	}
	ul.rates > li:nth-child(2) {
		width: 100%;
		padding: 35px 15px 0 15px;
		color: #494B51;
		font-weight: 400;
	}
	ul.rates > li:nth-child(3) {
		font-size: 1.1rem;
		width: 100%;
		padding: 40px 15px 0 15px;
	}
	ul.rates > li:nth-child(4) {
		width: 100%;
	}
	a.btn-rates {
		margin: 0 0 0 0;
	}
	ul.sitemap-level-one {
		padding: 0 5%;
	}
	ul.sitemap-level-two li {
		font-size: 1.3rem;
	}
}
@media only screen and (max-width: 480px) {
	ul.facilities {
		padding: 30px 0;
		background: #FFF;
	}
	ul.facilities > li:nth-child(1), ul.facilities > li:nth-child(2) {
		width: 100%;
		background: #FFF;
		padding: 0 30px;
	}
	ul.sitemap-level-one li {
		width: 100%;
		margin: 0;
	}
	ul.sitemap-level-two li {
		width: 100%;
		margin: 0;
		font-size: 1.7rem;
	}
	ul.contact-details li {
		width: 100%;
		padding: 0;
	}
}

/* Gallery
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.lightgallery {
	list-style: none;
	margin: 0;
}
ul.lightgallery li {
	width: 20%;
	height: auto;
	float: left;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
ul.lightgallery li img {
	width: 100%;
	height: auto;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
ul.lightgallery li 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: 480px) {
	ul.lightgallery li {
		width: 33.333%;
	}
	ul.lightgallery li:nth-child(10) {
		display: none;
	}
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0;
}
.accordian header {
	display: block;
	margin: 0;
	cursor: pointer;
	line-height: 1.2;
	background-image: url(../images/icons/icon-arrow-down.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 40px 40px;
}
.accordian header:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.accordian section {
	display: none;
}
.accordian section.active {
	display: block;
}


.accordian-style {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 0;
}
.accordian-style header {
	display: block;
	margin: 0 0 20px 0;
	cursor: pointer;
	background-image: url(../images/icons/icon-down.png);
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 0 50px 0 0;
	border-bottom: solid 1px #DDD;
	font-size: 2rem;
	overflow: hidden;
}
.accordian-style header:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.accordian-style section {
	display: none;
	font-size: 1.4rem;
}
.accordian-style section.active {
	display: block;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 15px 30px;
}
.i-header {
	width: 25px;
	height: auto;
	display: block;
	margin-top: -3px;
}
.i-header:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.i-footer {
	margin: 0 3px;
	width: 40px;
	height: auto;
}
@media only screen and (max-width: 768px) {
	img.logo {
		width: 150px;
	}
}
@media only screen and (max-width: 480px) {
	img.logo {
		width: 120px;
	}
}

/* Accommodation
–––––––––––––––––––––––––– */
ul.beds {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.beds li {
    text-align: center;
    padding: 0 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
}
ul.beds li img {
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 10px;

}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
form {
	padding: 20px 0;
}
input[type="email"],
input[type="text"],
input[type="tel"],
input[type="date"],
textarea,
select {
	width: 96%;
	padding: 10px 10px;
	margin-bottom: 5px;
	background-color: #FFF;
	border: solid 1px #FFF;
	border-radius: 2px;
	box-shadow: none;
	font-size: 1.1rem;
	color: #505050;
	background-position: right 10px center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
		-webkit-appearance: none;
           -moz-appearance: none;
	            appearance: none;
}
textarea {
	min-height: 152px;
}
select {
	background-image: url(../images/icons/icon-select.png);
	background-size: 20px 20px;
	background-position: right 15px center;
	background-repeat: no-repeat;
}
.input-1-2 {
	width: 46% !important;
	float: left;
	margin-right: 4%;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]: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;
       -moz-transition: ease-in-out 0.5s;
            transition: ease-in-out 0.5s;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: block;
	padding: 10px 40px;
	margin: 20px auto 0 auto;
	background: #494B51;
	color: #FFF;
	font-weight: 700;
	cursor: pointer;
	height: auto;
	text-align: center;
	border: none;
	font-size: 1.5rem;
	border-radius: 3px;
	-webkit-appearance: none;
	-webkit-font-smoothing: inherit;
	-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;
}
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;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
::-webkit-input-placeholder { color: red; }
     :-ms-input-placeholder { color: red; }
         ::-moz-placeholder { color: red; }
          :-moz-placeholder { color: red; }

@media only screen and (max-width: 768px) {
	fieldset {
		width: 100%;
	}
}
@media only screen and (max-width: 480px) {
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 5px 0;
	font-size: 1.5rem;
	width: 100%;
	text-align: center;
	font-weight: 700;
	border-radius: 2px;
	margin-bottom: 10px;
}
a.btn-primary:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
a.btn-secondary {
	display: block;
	color: #FFF;
	background: #346db4;
	padding: 5px 0;
	width: 100%;
	text-align: center;
	font-weight: 700;
	margin: 10px 0 0 0;
	border-radius: 2px;
}

a.btn-cta {
	display: block;
	line-height: 1.2;
	color: #FFF;
}
@media only screen and (max-width: 768px) {
}
@media only screen and (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;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.crt-post-text {
    font-size: 1.2rem !important;
}
.crt-date {
    font-size: 1.2rem;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
.map {
	width: 100%;
	height: 300px;
	display: block;
}
li.divide {
	border-bottom: solid 1px rgba(255,255,255,0.3);
	margin-top: 15px;
	margin-bottom: 15px;
}
.menu-social {
	display: none;
}
.display-sm-only {
	display: none !important;
}
.byline {
	line-height: 30px;
	font-size: 1rem;
	text-align: center;
	clear: both;
	background: #494B51;
}
.byline a {
	color: #FFF;
}

@media only screen and (max-width: 768px) {
	.display-sm-only {
		display: block !important;
	}
	.menu-social {
		display: block;
	}
}
@media only screen and (max-width: 480px) {
}


