/* HTML Element styles specific to this project. */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .8em;
	color: #666;
}

h1 {
	font-size: 1.6em;
	color: #222;
}
h2 {
	font-size: 1.5em;
	color: #5acbf5;
}
h3 {
	font-size: 1.4em;
	color: #222;
}
h4 {
	color: #5acbf5;
}
h5 {
	color: #222;
}
h6 {
	color: #5acbf5;
}

a {
	color: #222;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a, .phone a {color: inherit;}



/* Font Awesome Additional Icons */

.icon-envelope-square:before {
  content: "\f199";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-youtube-square:before {
  content: "\f166";
}



.Box {
	border: 5px solid #fff;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 2px #ddd;
}



/* System Styles */

a.TextButton,
input.TextButton,
a.Method,
a.AddToCart,
.button {
	border: none;
	border-radius: 0;
	padding: 8px 10px;
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #fff;
	background-color: #5acbf5;
}
a.TextButton:hover,
input.TextButton:hover,
a.Method:hover,
a.AddToCart:hover,
.button:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6fb05c;
}



#Images {
	margin: -1%;
}

#Images > * {
	margin: 1%;
}

#Images a {
}

#Images a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #aaa;
	padding: 2px;
	width: 100%;
}



/* Popup Styles */

.popup {
	color: #444;
	background-color: rgba(0,0,0,.75);
	opacity: 0;
	visibility: hidden;
	cursor: default;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.popup.show {
	opacity: 1;
	visibility: visible;
}
.popup .box {
	border: none;
	padding: 20px;
	max-height: 90vh;
	background-color: #fff;
}
.popup .banner {
	position: relative;
	margin: -20px -20px 20px -20px !important;
	padding: 15px 30px 15px 20px;
	color: #fff;
	background-color: #2b2946;
}
.popup .icon-remove-sign {
	position: absolute;
	top: 15px;
	right: 10px;
	margin-left: 10px;
	cursor: pointer;
}
.popup form label {
	font-size: .8em;
}
.popup form input[type="text"],
.popup form textarea,
.popup form select {
	border-radius: 3px;
	border-color: rgba(127,127,127,.4) !important;
	padding: 10px;
	line-height: 1em;
}
.popup form .button {
	margin-top: 5px;
	box-shadow: none;
	border: none;
	border-radius: 3px;
	padding: 10px 20px;
	text-transform: uppercase;
	line-height: 1em;
}


/*Skin specific styles */

#container {
	min-height: 100%;
	text-align: center;
	background-color: #5acbf5;
}
#container > div {
	text-align: left;
}
#container > div:before, #container > div:after {display: table; content: " "; line-height: 0;}
#container > div:after {clear: both;}
#container > div {*zoom: 1;}
#container > div > * {
	clear: both;
	position: relative;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
}



/* fix problem with share this */
#sthoverbuttons * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
@media screen and (max-width: 479px) {
	#sthoverbuttons {
		display: none;
	}
}



#logged-in-menu-container {
	box-shadow: 0 2px 2px #aaa;
	color: #666;
	background-color: #eee;
	z-index: 10;
}
#logged-in-menu {
	padding: 0 20px;
	font-size: .85em;
	z-index: 10;
}
#logged-in-menu > ul > li > a {
	display: inline-block;
}
#logged-in-menu a[title]:after {
	background-color: #6fb05c;
	color: #fff;
}
#logged-in-menu ul ul {
	background-color: #c29b40;
	color: #fff;
}
@media screen and (max-width: 599px) {
	#logged-in-menu.minimize600 > ul:before {
		content: "≡ Administration Menu";
	}
}



#header-container {
	background-color: #fff;
}
#header {
	padding: 10px 20px;
}

#logo > img {
	max-height: 50px;
}

#header #follow-us > a {
	float: right;
	display: inline-block;
	margin-top: 10px;
}
#follow-us a {
	border-radius: 50%;
	padding: 6px 12px 5px 12px;
	font-size: 22px;
	line-height: 22px;
	vertical-align: top;
	color: #fff;
	background-color: #5acbf5;
	z-index: -1;
}
#follow-us a:hover {
	text-decoration: none;
}
#header .follow-us-menu {
	margin-top: 15px;
	text-align: right;
}
#header .follow-us-menu > a {
	display: inline-block;
	margin-left: 15px;
	font-size: 1.8em;
	color: #5acbf5;
}



#main-menu-container {
	background-color: #5acbf5;
}
#main-menu {
	padding: 0 20px;
	font-size: .9em;
	text-transform: uppercase;
	color: #fff;
}
#main-menu > ul {
	float: right;
	margin: 0 -7px;
}
#main-menu > ul > li {
	padding: 10px;
}
#main-menu > ul > li.brown {
	background-color: #c29b40;
}
#main-menu li:hover {
	background-color: rgba(255,255,255,.25);
}
#main-menu > ul > li > a {
	display: inline-block;
}
#main-menu > ul > li > a[title]:hover:after {
	display: none;
	left: auto;
	right: 100%;
}
#main-menu a[title]:hover:after {
	background-color: #5acbf5;
}
#main-menu img {
	display: none;
}
#main-menu > ul ul {
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	border: none;
	text-align: center;
	background-color: #5acbf5;
}
#main-menu > ul ul > li {
	padding: 10px;
}
#main-menu > ul > li.brown > ul {
	background-color: #c29b40;
}
#main-menu > ul ul ul {
	left: 100%;
	transform: none;
	text-align: left;
}

@media screen and (max-width: 599px) {
	#main-menu.minimize600 > ul {
		float: none;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	#main-menu.minimize600 > ul:before {
		content: "≡ Menu";
	}
	#main-menu.minimize600 > ul ul {
		transform: none;
		text-align: left;
		color: #fff;
	}
}



#banner-container {
	border-top: 4px solid #6fb05c;
	border-bottom: 4px solid #fff;
	background-color: #fff;
}
#banner {
	max-width: 1920px !important;
}
body.website-base-for-public-with-fixed-banner #banner img {
	display: block;
	width: 100%;
	max-width: 1920px;
	max-height: 300px;
}
#banner.rotator {
	position: relative;
	max-width: 100% !important;
	max-height: 450px;
}
#banner.rotator > div {
	display: none;
	position: relative;
}
#banner.rotator > div.show {
	display: block;
	z-index: 1;
}
#banner.rotator > div > a,
#banner.rotator > div > a > img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 450px;
}
#banner.rotator > div > a > img {
	object-fit: cover;
}
#banner.rotator .title,
#banner.rotator .description {
	display: block;
	position: absolute;
	width: 100%;
	text-align: right;
    text-shadow: 5px 5px 10px #000;
	font-style: normal;
	color: #fff;
	z-index: 3;
}
#banner.rotator .title {
	right: 21%;
	bottom: 22%;
	font-size: 5em;
}
#banner.rotator .description {
	right: 19%;
	bottom: 10%;
	font-size: 1.6em;
}
@media screen and (max-width: 1199px) {
	#banner.rotator .title {
		right: 70px;
		bottom: 60px;
		font-size: 4em;
	}
	#banner.rotator .description {
		right: 50px;
		bottom: 20px;
	}
}
@media screen and (max-width: 839px) {
	#banner.rotator,
	#banner.rotator > div > a,
	#banner.rotator > div > a > img {
		height: 200px;
	}
	#banner.rotator .title {
		font-size: 3em;
	}
	#banner.rotator .description {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 599px) {
	#banner.rotator .title {
		bottom: 30px;
		font-size: 2em;
	}
	#banner.rotator .description {
		bottom: 10px;
		font-size: 1em;
	}
}
@media screen and (max-width: 479px) {
	#banner.rotator .title {
		right: 40px;
		font-size: 1.5em;
	}
	#banner.rotator .description {
		right: 20px;
	}
}



#body-container {
    background: #6fb05c;
    background: -webkit-linear-gradient(#6fb05c, #293b00);
    background: -o-linear-gradient(#6fb05c, #293b00);
    background: -moz-linear-gradient(#6fb05c, #293b00);
    background: linear-gradient(#6fb05c, #293b00);
}
#body {
	padding: 24px 10px;
}
body.website-default-for-user-narrow #body {
	max-width: 450px;
}
body.event-booking-form #body,
body.cartitems-summary #body,
body.cartitems-confirmorder #body {
	max-width: 720px;
}
#body > .grid {
	margin-top: -10px;
	margin-bottom: -10px;
}
#body > .grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	padding: 20px;
	background-color: #fff;
}
body.adventures #content,
body.default #content {
	padding: 0;
	background-color: transparent;
}
body.adventures #content > h1 {
	margin-bottom: 24px;
	font-size: 2em;
	color: #fff;
}
#content > *:first-child {
	margin-top: 0;
}
#content img {
	max-width: 100%;
	height: auto;
}

#side-panel h1 {
	margin-top: 0;
}
#side-panel > .grid {
	margin-top: -24px;
}
#side-panel > .grid > * {
	margin-top: 24px;
}

#side-panel #cartitems-summary {
	padding: 20px;
	background-color: #fff;
}

#side-panel #cartitems-summary .button.shop {
	display: none;
}

#upcoming-events {
	padding: 20px;
	background-color: #fff;
}
#upcoming-events h4 {
	display: block;
	margin: -20px -20px 15px -20px;
	padding: 10px 20px;
	color: #fff;
	background-color: #5acbf5;
}
#upcoming-events ul {
	margin-left: 0;
	list-style: none;
}
#upcoming-events li {
	margin-top: 20px;
}
#upcoming-events img {
	display: block;
	margin-bottom: 5px;
}
#side-panel .ServiceTime {
	padding-top: 10px;
	padding-bottom: 10px;
}
#side-panel .ServiceTime:first-child {
	padding-top: 0;
}
#side-panel .ServiceTime img {
	display: none;
	margin-top: 10px;
	width: 100%;
}
#side-panel .ServiceTime .StartFinish,
#side-panel .ServiceTime .Venue {
	display: block;
	font-size: smaller;
}
#side-panel .ServiceTime .PublishedOn,
#side-panel .ServiceTime .RegistrationTime,
#side-panel .ServiceTime .RSVPBy,
#side-panel .ServiceTime .Venue .Location {
	display: none;
}
#side-panel .ServiceTime .Title {
	display: block;
	margin: 3px 0;
	font-weight: bold;
	color: #000;
}
#side-panel .ServiceTime .Description {
	display: none;
}
#side-panel .ServiceTime a {
	display: block;
	text-align: right;
}
#side-panel .ServiceTime a.RSVP ,
#side-panel .ServiceTime a.iCal {
	display: none;
}

#latest-articles {
	padding: 20px;
	background-color: #fff;
}
#latest-articles h4 {
	margin: -20px -20px 15px -20px;
	padding: 10px 20px;
	color: #fff;
	background-color: #c29b40;
}

#side-panel .BlogPost {
	margin-top: 20px;
}
#side-panel .BlogPost:first-child {
	margin-top: 0;
}
#side-panel .BlogPost img {
	margin-top: 10px;
	width: 100%;
}
#side-panel .BlogPost .Title {
	padding-top: 10px;
	display: block;
	font-size: larger;
	color: black;
}
#side-panel .BlogPost .Description,
#side-panel .BlogPost a {
	display: block;
	padding-top: 5px;
	line-height: 1.33333em;
}
#side-panel .BlogPost a {
	text-align: right;
}
#side-panel .BlogPost .PublishedOn,
#side-panel .BlogPost .Name,
#side-panel .BlogPost .BusinessName,
#side-panel .BlogPost .EmailAddress,
#side-panel .BlogPost .WebsiteAddress,
#side-panel .BlogPost .AuthorPhotograph {
	display: none;
}

#instagram-widget {
	padding: 20px;
	background-color: #fff;
}
#instagram-widget h4 {
	margin: -20px -20px 15px -20px;
	padding: 10px 20px;
	color: #fff;
	background-color: #c29b40;
}



#links-container {
	background-color: #5acbf5;
}
#links {
	padding: 15px 20px 5px 20px;
	font-size: .85em;
	color: #222;
}
#links h4 {
	font-weight: bold;
	color: #222;
}

#footer-menu ul {
	padding: 0;
}
#footer-menu > ul {
	margin: 5px -1% 0 -1%;
	line-height: 1.2em;
	font-weight: bold;
}
#footer-menu > ul > li {
	border-right: 2px groove #fff;
	padding: 3px 1%;
	width: 23%;
}
@media screen and (max-width: 959px) {
	#footer-menu > ul > li {
		width: 31.33333%;
	}
}
@media screen and (max-width: 599px) {
	#footer-menu > ul > li {
		width: 48%;
	}
}
@media screen and (max-width: 479px) {
	#footer-menu > ul > li {
		border-right: 0;
		border-top: 2px groove #aaa;
		width: 100%;
	}
	#footer-menu > ul > li:first-child {
		border-top: none;
	}
}
#footer-menu a {
	*color: #fff;
}
#footer-menu a[title]:hover:after {
	background-color: #008cd3;
}
#footer-menu ul ul {
	margin-top: 5px;
	margin-left: 5px;
	font-weight: normal;
}
#footer-menu ul ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#links #follow-us a,
#links #follow-us a {
	display: inline-block;
	border-radius: 50%;
	font-size: 18px;
	line-height: 18px;
	vertical-align: top;
	color: #5acbf5;
	background-color: #fff;
}
#links .follow-us-menu > h4 {
	padding-bottom: 13px;
}
#links .follow-us-menu > a {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.8em;
	color: #fff;
}



#footer-container {
	background-color: #5acbf5;
}
#footer {
	padding: 10px;
	font-size: .85em;
	color: rgba(255,255,255,.5);
}
#footer a {
	font-style: normal;
	color: rgba(255,255,255,.5);
}
#administration-menu > ul > li,
#website-by {
	padding-top: 2px;
	padding-bottom: 2px;
}
#copyright {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
}



/* Page Specific Sytles */

#services-menu-container {
	padding-top: 25px;
	padding-bottom: 25px;
    background: #6fb05c;
    background: -webkit-linear-gradient(#6fb05c, #293b00);
    background: -o-linear-gradient(#6fb05c, #293b00);
    background: -moz-linear-gradient(#6fb05c, #293b00);
    background: linear-gradient(#6fb05c, #293b00);
}
#services-menu > .grid {
	margin-top: -2%;
}
#services-menu > .grid > * {
	margin-top: 2%;
}
#services-menu > .grid > a {
	display: block;
	position: relative;
	border: 4px solid #fff;
	padding-top: 25%;
	height: 0;
	background-size: cover;
	background-position: center;
}
#services-menu img {
	display: block;
	margin: 0;
	width: 100%;
}
#services-menu .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	width: 100%;
	letter-spacing: 1px;
	line-height: 1em;
	font-size: 1.4em;
	font-style: normal;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	background-color: rgba(255,255,255,.7);
}
@media screen and (max-width: 719px) {
	body.adventures #services-menu > .grid > a {
		padding-top: 35%;
	}
}
@media screen and (max-width: 599px) {
	body.default #services-menu > .grid > a {
		padding-top: 75%;
	}
}
@media screen and (max-width: 479px) {
	body.adventures #services-menu > .grid > a {
		padding-top: 75%;
	}
}



/* Article View Styles */

.PageRange,
.PageCommands {
	clear: both;
	padding-top: 10px;
	text-align: center;
}
.CalendarCommandRow .PageCommands {
	clear: none;
	padding: 0;
}

/* Content */

#content h1:first-child {
	margin-top: 0;
	margin-bottom: 10px;
}
#Message {
	padding-top: 10px;
}
#content .Commands {
	display: none;
	padding-bottom: 20px;
}
#content .Articles .Title {
	display: block;
}
.Articles .Article {
	margin-bottom: 20px;
}
.Article {
	clear: both;
}
.Article:after {display: table; content: " "; line-height: 0; clear: both;}
.Article {*zoom: 1;}
.Article .Title .Stars {
	display: block;
	float: right;
}
.Article .PublishedOn {
	float: right;
	margin-top: 5px;
	font-size: .9em;
}
.Article .PublishedOn:before {
	content: "Posted On: ";
}
.Article .Author {
	display: block;
	margin-top: 5px;
	font-size: .9em;
}
.Article .Author:before {
	content: "Posted By: ";
}
.Article .Categories {
	margin-top: 5px;
	font-size: .9em;
}
.Article .Categories:before {
	content: "Filed Under: ";
}
.Article > .Image {
	float: left;
	margin: 40px 2% 20px 0;
	max-width: 32.33333% !important;
}
.Article .ImageHolder {
	float: left;
	margin: 20px 2% 20px 0;
	max-width: 32.33333%;
	text-align: center;
}
.Article .ImageHolder img {
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
	max-width: 100%;
}
.Article .Description {
	clear: right;
	padding-top: 10px;
	padding-bottom: 10px;
}
.Article .Description + * {
	clear: both;
}
.Article .Images {
	margin-top: 10px;
}
.Article .Images.grid {
	margin-top: -10px;
	margin-bottom: -10px;
}
.Article .Images.grid > * {
	margin-top: 10px;
	margin-bottom: 10px;
}
.Article .Images a {
	display: block;
}
.Article .Images a img {
	border: 0;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.Article .ReadMore {
	display: block;
	padding-top: 5px;
	text-align: right;
}
.Article .Tags {
	clear: both;
	margin-top: 10px;
	font-size: .9em;
}
.Article .Tags:before {
	content: "Tagged: ";
}
.Article .CommentsCount {
	display: block;
	margin-top: 10px;
}
.Article .HTMLDocumentComments {
	margin-top: 20px;
}
.Article .HTMLDocumentComments:before {
	content: "Comments";
	display: block;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 18px;
	color: #008cd3;
}
.Article .HTMLDocumentComment {
	margin-top: 40px;
}
.Article .HTMLDocumentComment:first-child {
	margin-top: 20px;
}
.Article .HTMLDocumentComment .Document {
	display: none;
}
.Article .HTMLDocumentComment .SubmittedOn {
	float: right;
	font-weight: bold;
}
.Article .HTMLDocumentComment .Author {
	font-size: 1em;
}
.Article .HTMLDocumentComment .Author:before {
	content: normal;
}
.Article .HTMLDocumentComment .Author .Photograph {
	float: left;
	margin-right: 10px;
	max-width: 50px;
	max-height: 75px;
}
.Article .HTMLDocumentComment .Author .Name {
	display: block;
	font-weight: bold;
}
.Article .HTMLDocumentComment .Author .BusinessName,
.Article .HTMLDocumentComment .Author .WebsiteAddress {
	display: block;
	font-size: .75em;
}
.Article .HTMLDocumentComment .CommentBody {
	clear: both;
}
.Article #Comments .button {
	clear: both;
	float: right;
	margin: 15px 0 0 0;
}
.Articles .Article .Author,
.Articles .Article .PublishedOn,
.Articles .Article .Categories,
.Articles .Tags,
.Articles .Article .CommentsCount {
	display: none;
}

/* side-panel */

#side-panel #cartitems-summary,
#categories,
#tags,
#issues,
#authors,
#industries,
#regions,
#latest-comments {
	padding: 20px;
	background-color: #fff;
}
#categories:before,
#tags:before,
#issues:before,
#authors:before,
#industries:before,
#regions:before,
#latest-comments:before {
	display: block;
	margin: -20px -20px 15px -20px;
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
}
#categories > ul,
#issues > ul,
#authors > ul,
#industries > ul,
#regions > ul,
#latest-comments > ul {
	display: block;
	padding: 0;
}

#side-panel #cartitems-summary > h3 {
	margin: -20px -20px 15px -20px;
	padding: 10px 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	background-color: #5acbf5;
}

#categories:before {
	content: "Categories";
	background-color: #5acbf5;
}
#categories > ul > li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#tags:before {
	content: "Tags";
	background-color: #6fb05c;
}
#tags .ExtraLarge {
	font-size: 1.2em;
}
#tags .Large {
	font-size: 1.1em;
}
#tags .Medium {
	font-size: 1em;
}
#tags .Small {
	font-size: .9em;
}
#tags .ExtraSmall {
	font-size: .8em;
}

#issues:before {
	content: "Archives";
	background-color: #c29b40;
}

#authors:before {
	content: "Authors";
	background-color: #5acbf5;
}

#industries:before {
	content: "Industries";
	background-color: #c29b40;
}

#regions:before {
	content: "Regions";
	background-color: #5acbf5;
}

#latest-comments:before {
	content: "Latest Comments";
	background-color: #6fb05c;
}
#latest-comments a[title]:after {
	position: static;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 5px 0 0 0;
	width: 100%;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	background: none;
	opacity: 1;
	visibility: visible;
}
#latest-comments .HTMLDocumentComment {
	margin-top: 10px;
	margin-bottom: 10px;
}
#latest-comments .HTMLDocumentComment:first-child {
	margin-top: 6px;
}
#latest-comments .HTMLDocumentComment .Document:before {
	content: "On ";
	font-weight: normal;
	font-style: normal;
}
#latest-comments .HTMLDocumentComment .Document {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .SubmittedOn {
	display: none;
}
#latest-comments .HTMLDocumentComment .Author:before {
	content: " by ";
}
#latest-comments .HTMLDocumentComment .Author .Photograph {
	display: none;
	float: right;
	margin-left: 10px;
	max-width: 50px;
	max-height: 75px;
}
#latest-comments .HTMLDocumentComment .Author .Name {
	font-weight: bold;
}
#latest-comments .HTMLDocumentComment .Author .BusinessName,
#latest-comments .HTMLDocumentComment .Author .WebsiteAddress,
#latest-comments .HTMLDocumentComment .CommentBody {
	display: none;
}

#categories a[data-items-count]:after,
#issues a[data-items-count]:after,
#authors a[data-items-count]:after,
#industries a[data-items-count]:after,
#regions a[data-items-count]:after,
#latest-comments a[data-items-count]:after {
	content: attr(data-items-count);
	position: static;
	display: block;
	float: right;
	border: 0;
	padding: 0;
	width: auto;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-weight: normal;
	font-size: .9em;
	opacity: 1;
	visibility: visible;
}



/* Testimonial Template */

.Guestbook > .Title {
	padding-bottom: 10px;
}

#Testimonials {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
}
#Testimonials > .Article {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
#Testimonials > .Article > *:first-child {
//	margin-top: 0;
}
#Testimonials > .Article .title > a {
	color: inherit;
}
@media screen and (max-width: 719px) {
	#Testimonials {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

#TestimonialTemplate .Title,
#TestimonialTemplate .PublishedOn {
}
#TestimonialTemplate .Name {
	font-style: italic;
}
#TestimonialTemplate .Description {
	margin-bottom: 20px;
}
#TestimonialTemplate iframe {
	max-width: 560px;
}
#TestimonialTemplate img {
	float: left;
	margin-right: 10px;
	border: 2px solid #005CAC;
	width: 100px;
	max-height: 230px;
}
#TestimonialTemplate .ViewAll {
	text-align: right;
}



/* Shop Styles */

.Shop .Title {
	margin-top: 0;
}
.Shop .Description {
	margin-bottom: 10px;
}
.Shop .Price {
	clear: right;
	float: left;
	padding: 0 20px 0 0;
	font-weight: bold;
	font-size: larger;
}
.Shop .RegularPrice {
	text-decoration: line-through;
}
.Shop .AddToCart {
	padding: 6px 8px;
	font-size: .9em;
	font-style: normal;
	color: #fff;
	background-color: #5acbf5;
}
.Shop .AddToCart:hover {
	background-color: #6fb05c;
}
.Shop .ReadMore {
	clear: both;
	display: block;
	float: right;
}
.Shop .PageRange {
	clear: both;
	padding-top: 40px;
	text-align: center;
}

/* Product Template */

.Product .Title {
	margin-top: 0;
	margin-bottom: 10px;
}
.Product .Images {
	margin-top: 5px;
}
.Product .Description {
	margin-bottom: 10px;
}
.Product .Price,
.Product .FreightPrice {
	float: left;
	padding: 5px 15px 5px 0;
	font-weight: bold;
	font-size: larger;
}
.Product .TextButton {
	padding: 6px 8px;
	font-style: normal;
}
.Product .ProductContent {
	clear: left;
	margin-top: 20px;
}





/* Cart Items */

body:not(.cartitems-summary) #cartitems-summary > *:first-child {
	margin-top: 0;
}
#cartitems-summary > *:first-child {
	margin-bottom: 10px;
}
#cartitems-summary > table {
	width: 100%;
}
#cartitems-summary > table {
	border-top: 1px solid #e7e7e7;
}
#cartitems-summary > table > tbody > tr > td {
	padding: 3px 5px;
}
#cartitems-summary > table > tbody > tr > td:first-child {
	padding-left: 0;
}
#cartitems-summary > table > tbody > tr > td:last-child {
	padding-right: 0;
}
#cartitems-summary > table > tbody > tr > td:first-child + td {
	text-align: right;
	font-weight: bold;
}
#cartitems-summary > table > tbody > tr > td:first-child + td + td {
	width: 42px;
	font-size: .8em;
	white-space: nowrap;
}
#cartitems-summary > table > tbody > tr > td:first-child + td + td > i {
	cursor: pointer;
}
#cartitems-summary #cart-commands {
	margin-top: 10px;
	text-align: center;
}

#cart-set-delivery-location > .box,
#cart-set-delivery-method > .box,
#cart-apply-promotion > .box {
	width: 300px;
	max-width: 100%;
}
#cart-set-delivery-location select,
#cart-set-delivery-location input[type="text"],
#cart-set-delivery-method select,
#cart-apply-promotion input[type="text"] {
	margin-top: 5px;
	width: 100%;
}
#cart-set-delivery-location .commands,
#cart-set-delivery-method .commands,
#cart-apply-promotion .commands {
	margin-top: 5px;
	text-align: right;
}

body.cartitems-confirmorder th,
body.cartitems-confirmorder td {
	padding: 5px;
}
body.cartitems-confirmorder .ItemDetails > table > thead {
	border-bottom: 1px solid #ddd;
}
body.cartitems-confirmorder .ItemDetails > table tr > td:last-child {
	text-align: right;
}
body.cartitems-confirmorder .ItemDetails > table tfoot > tr > td:first-child {
	font-weight: bold;
	text-align: right;
}




/* Generated Forms */

.method-view-form .message.warning {
	display: none;
}
.method-view-form .commands {
	margin-top: 10px;
	text-align: right;
}
.method-view-form label > .description {
	display: block;
	font-size: .8em;
}
.method-view-form label > .instructions {
	display: block;
	font-size: .8em;
}
body.website-register h1 a,
body.website-login h1 a,
body.website-sendlogindetails h1 a {
	color: #444;
}





/* Services Page */

#ServicesPage .ServiceTime {
	clear: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#ServicesPage .ServiceTime .Image {
	float: left;
	margin: 0 2% 20px 0;
	max-width: 32.33333%;
	text-align: center;
}
#ServicesPage .ServiceTime img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 100%;
}
#ServicesPage .ServiceTime .StartFinish,
#ServicesPage .ServiceTime .Venue {
	display: bl0ock;
	font-style: italic;
	font-weight: bold;
}
#ServicesPage .ServiceTime .StartFinish {
	float: right;
}
#ServicesPage .ServiceTime .PublishedOn,
#ServicesPage .ServiceTime .RegistrationTime,
#ServicesPage .ServiceTime .RSVPBy,
#ServicesPage .ServiceTime .Venue .Location {
	display: none;
}
#ServicesPage .ServiceTime .Title {
	display: block;
	margin: 0 0 5px 0;
	font-size: 1.5em;
	color: #5acbf5;
}
#ServicesPage .ServiceTime .Description {
	clear: right;
	display: block;
	padding-top: 7px;
}
#ServicesPage .ServiceTime a {
	display: block;
	text-align: right;
}

/* Services Template */

#service-template table {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
}
#service-template #Title {
	padding-bottom: 10px;
}
#service-template table {
	margin-top: 20px;
}
#service-template #Dates {
	padding-top: 10px;
}
#service-template #Venue,
#service-template #Dates .ServiceTimes .PublishedOn,
#service-template #Dates .ServiceTimes .RSVPBy,
#service-template #Dates .ServiceTimes .RegistrationTime,
#service-template #Dates .ServiceTimes .Title,
#service-template #Dates .ServiceTimes .Venue,
#service-template #Dates .ServiceTimes .Description,
#service-template #Dates .ServiceTimes a.MoreInfo,
#service-template #Dates .ServiceTimes .Image {
	display: none;
}
#service-template #Dates .ServiceTime {
	clear: both;
	padding-top: 20px;
}
#service-template #Dates .ServiceTime:first-child {
	padding-top: 0;
}
#service-template #Dates .ServiceTime .StartFinish {
	clear: left;
	float: left;
	display: block;
	margin: 0 0 5px 0;
	max-width: 340px;
	color: black;
}
#service-template #Dates .ServiceTime .iCal,
#service-template #Dates .ServiceTime .RSVP {
//	clear: left;
	float: right;
	margin-left: 5px;
	padding: 6px 8px;
	font-style: normal;
	font-size: .9em;
	color: #fff;
	background-color: #5acbf5;
}
#service-template #Dates .ServiceTime .iCal:hover,
#service-template #Dates .ServiceTime .RSVP:hover {
	text-decoration: none;
	color: #fff;
	background-color: #6fb05c;
}
#service-template #content {
	padding-top: 20px;
}



#Login_Form .FormCommandRow,
#Register_Form .FormCommandRow,
#SendLoginDetails_Form .FormCommandRow {
	text-align: center;
}
#Login_Form .FormCommandRow ul,
#Register_Form .FormCommandRow ul,
#SendLoginDetails_Form .FormCommandRow ul {
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}
#Login_Form .FormCommandRow li,
#Register_Form .FormCommandRow li,
#SendLoginDetails_Form .FormCommandRow li {
	display: inline-block;
	border-radius: 3px;
	border: none;
	padding: 3px 5px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #fff;
	background: url(../images/templates/default/green-button.png) repeat-x;
}
#Login_Form .FormCommandRow li:hover,
#Register_Form .FormCommandRow li:hover,
#SendLoginDetails_Form .FormCommandRow li:hover {
	background: url(../images/templates/default/blue-button.png) repeat-x;
}
#Login_Form .FormCommandRow li a,
#Register_Form .FormCommandRow li a,
#SendLoginDetails_Form .FormCommandRow li a  {
	color: #fff;
}

iframe {
	max-width: 100%;
}

.ui-tabs-nav {
	font-size: .7em !important;
}


#user-bookings > div {
	padding: 15px 0 10px 0;
	border-bottom: 1px solid #aaa;
}
#user-bookings .book > .button {
	line-height: 1.1em;
	text-align: center;
	white-space: normal;
}


#SpecifyUsers_Form .FormInstructionRow td {
	font-weight: bold;
	text-align: center !important;
}


body.event-booking-form a.warning {
	display: block;
	text-align: center;
	margin: 10px 0;
}






/* Dashboard Styles */

body.website-dashboard #body-container {
    font-size: .75em;
    letter-spacing: 0;
    background-color: #fcfcfc;
}
.dashboard-item {
    margin-top: 30px;
    padding: 8px 12px !important;
    background-color: #fff;
}

#search.control,
#search-box .control,
#order-summary .control,
#payment-summary .control {
    position: relative;
}
#search.control > input[type=text],
#search-box .control > input[type=text] {
    width: 100%;
}
#order-summary .control > select,
#payment-summary .control > select {
    display: block;
    width: 90%;
    border-bottom: 1px solid;
}
#order-summary .control > input[type=date],
#payment-summary .control > input[type=date] {
    width: 45%;
}
#order-summary .control > select + input[type=date],
#payment-summary .control > select + input[type=date] {
    border-left: none;
}
#search.control > input[type=submit],
#search.control > a.button,
#search-box .control > input[type=submit],
#order-summary .control > input[type=submit],
#payment-summary .control > input[type=submit] {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 6px 8px;
    min-width: 10%;
    z-index: 1;
}

#search-results .scrollable,
#times .scrollable,
#shop .scrollable,
#membership-summary .scrollable,
#my-cart .scrollable ,
#my-bookings .scrollable,
#my-memberships .scrollable,
#my-orders .scrollable,
#my-payments .scrollable {
    max-height: 300px;
}

tr.time-started,
tr.attended {
    background-color: rgb(245, 255, 245);
}
tr.time-finished,
tr.did-not-show {
    background-color: rgb(255, 245, 245);
}
tr.time-cancelled,
tr.withdrawn {
    background-color: rgb(245, 245, 245);
    text-decoration: line-through;
}

.summary,
.detail {
    cursor: pointer;
}
.summary + .detail {
    display: none;
}
.show-detail {
    padding: 0 !important;
}
.show-detail > .summary {
	display: none;
}
.show-detail > .summary + .detail {
	display: block;
}
.show-detail > .summary + table.detail {
	display: table;
}

#my-memberships tr.level2 > th,
#membership-summary tr.level2 > th {
    padding-left: 28px;
}
#my-memberships tr.level3 > th,
#membership-summary tr.level3 > th {
    padding-left: 48px;
}
#my-memberships tr.level4 > th,
#membership-summary tr.level4 > th {
    padding-left: 68px;
}
#my-memberships tr.level5 > th,
#membership-summary tr.level5 > th {
    padding-left: 88px;
}
#my-memberships tr.all-toggle {
    background-color: #fafafa;
}

@keyframes background-change {
    from {background-color: #dfd;}
    to {background-color: #fff;}
}
#my-cart {
	background-color: #fff;
    animation-name: background-change;
    animation-duration: 2s;
}

#my-profile form .control {
    position: relative;
    margin: -8px 0;
    padding-right: 57px;
}
#my-profile form .control > input[type=submit] {
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
#my-profile .notes {
    max-height: 200px;
}
#my-profile .notes .Date {
	display: block;
	font-size: .8em;
}
#my-profile .notes .Content {
	display: block;
}
#my-profile .notes .Author {
	display: block;
	font-size: .6em;
}

#ServiceTime_BookUsers_Form label[name=NumberOfUsers_Label],
#ServiceTime_BookUsers_Form label[name=StartTime_Label],
#ServiceTime_BookUsers_Form label[name=FinishTime_Label] {
	display: none;
}