/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: SBRN stylesheet
author: Simon Tweedale
created: 25/03/14
version: 1.0
--------------------- */

body.cart.checkout fieldset#additionalguests-pane {
  width: 48.5%;
  float: right;
  clear: none;
}

.field-gallery-images ul.field-items {
    padding: 0;
}

.field-gallery-images ul li {
	float: left;
	list-style: none;
	margin: 0 15px 5px 0;
	min-height: 370px;
}

.field-gallery-images p.field-description {
	margin: 0 auto;
	padding-bottom: 0;
	text-align: center;
}

body.gallery aside.content.secondary {
	display: none;
}

body.gallery article.content.primary {
	width: auto;
}
/* 

dark blue 0c629e
mid blue 008fd5
light blue 00aeef

-----------------------------------------------------------------------------   events feedback form styles */

body.n77 .alternativedescription {
	font-size: 80%;
}

body.n77 .alternativedescription p {
	padding-bottom: 5px;
}


body.n36 {
	background-image: none !important;
}

body.n36 .content-wrapper {
	margin-top: 150px;
}

body.n36 h1 {
	font-size: 34px;
}

body.n36 fieldset {
	border: 1px solid #ccc;
	padding: 75px 15px 15px;
	margin-bottom: 40px;
	position: relative;
}

body.n36 .content {
	overflow: visible;
}

body.n36 legend {
	font-family: 'Raleway';
	font-size: 24px;
	color: #fff;
	font-weight: 300;
	position: absolute;
	top: 15px;
	padding: 5px 15px;
	background: #008fd5;
	left: -15px;
}

body.n36 div.webform-component-checkboxes {
	font-weight: bold;
	margin-bottom: 4px;
}

body.n36 div.webform-component-textfield {
	font-size: 13px;
	margin-bottom: 30px;
}

body.n36 div.webform-component-textfield input {
	font-size: 13px;
	padding: 5px;
	box-shadow: inset 0 0 6px rgba(0,0,0,0);
}


/* -----------------------------------------------------------------------------   generic style */

body {
	font-family: sans-serif;
	color: #707070;
	line-height: 1.5;
	background: #333;
	background-size: contain;
	background-position: 0 -330px;
}

body.home {
	background-image: none !important;
}

p	{
	padding-bottom: 15px;
}

article p {
	padding-bottom: 20px;
}

h1,h2,h3,h4,h5	{
	font-family: 'Raleway';
	font-weight: normal;
}

h1	{
	color: #008fd5;
	font-size: 60px;
	font-weight: 900;
	padding-top: 25px;
	padding-bottom: 15px;
	line-height: 1.1;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

h2	{
	font-size: 34px;
	color: #008fd5;
	font-weight: 300;
}

h3	{
	font-size: 22px;
	color: #0c629e;
	font-weight: 600;
}

hr {
	width: 100%;
	height: 6px;
	background: url(../images/hr.png) 0 0 no-repeat;
	background-size: 100% 6px;
	border: none;
	clear: both;
	padding: 20px 0;
}

/* ----------------------------------------------------------------------------- icon font */

@font-face {
	font-family: 'sbrn';
	src:url('fonts/sbrn_qyuwyr.eot');
	src:url('fonts/sbrn.eot') format('embedded-opentype'),
		url('fonts/sbrn_qyuwyr.woff') format('woff'),
		url('fonts/sbrn_qyuwyr.ttf') format('truetype'),
		url('fonts/sbrn_qyuwyr-sbrn.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'sbrn';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: "\e604";
}
.icon-arrow-left:before {
	content: "\e605";
}
.icon-twitter:before {
	content: "\e600";
}
.icon-facebook:before {
	content: "\e601";
}


/* -----------------------------------------------------------------------------    links */

a {
	color: #00aeef;
}

a:hover {
	text-decoration: none;
	color: #0c629e;
}

/* -----------------------------------------------------------------------------   cms over-rides style */	

ol.breadcrumbs {
	margin-bottom: 0;
	margin-top: 15px;
	font-size: 13px;
}

.images_r img {
	border: 2px solid #eee;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2); 
	margin: 5px;
}

body.webform .content input,body.webform .content select,body.webform .content textarea, article form#mc-embedded-subscribe-form input {
	padding: 8px;
	font-family: Arial;
	font-size: 16px;
	-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,0.25);
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
   box-shadow:         inset 0 0 6px rgba(0,0,0,0.25);
	}
	
/*
form#mc-embedded-subscribe-form input {
	width: 80%;
}
*/

body.webform .content input[type='checkbox'] {
	-moz-box-shadow:    inset 0 0 6px rgba(0,0,0,0);
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);
   box-shadow:         inset 0 0 6px rgba(0,0,0,0);
}
	
#mc-embedded-subscribe {
	/* display: block; */
	margin-top: 10px;
	background: #008fd5;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	width: auto !important;
	padding: 4px 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#mc-embedded-subscribe:hover {
	background: #0c629e;
}

#uc-cart-checkout-form fieldset {
	display: block;
}

#uc-cart-checkout-form fieldset#delivery-pane {
	clear: both;
	float: left;
}

#uc-cart-checkout-form fieldset#billing-pane {
	float: right;
	clear: none;
}

#uc-cart-checkout-form legend a:hover {
	background-color: #008fd5;
}

#uc-cart-checkout-form fieldset#extra_information-pane {
	float: left;
	clear: both;
}

#uc-cart-checkout-form fieldset#payment-pane, #uc-cart-checkout-form fieldset#comments-pane {
	float: right;
	clear: none;
}

#uc-cart-checkout-form fieldset#uc_termsofservice_agreement_checkout-pane {
	float: none;
	clear: both;
	width: auto;
}

/* -----------------------------------------------------------------------------   generic layout style */

.wrapper	{
	max-width: 1000px;
	position: relative;
	margin: 0 auto;
}

.wrapper.events-wrapper	{
	max-width: 1100px;
}

.content-wrapper {
	background: url(../images/logo-lockup.png) center bottom no-repeat white;
	padding-bottom: 70px;
	margin-top: 300px;
	border-top: 5px solid #00aeef;
}

body.home .content-wrapper {
	margin-top: 0;
	border: none;
}

article {
	float: left;
	width: 66%;
}

body.home article {
	float: none;
	width: auto;
}

aside {
	float: right;
	width: 300px;
	padding: 40px 0 40px 20px;
	background: url(../images/vr.png) 0 0 no-repeat;
	background-size: 6px 100%;
	
}

/* ----------------------------------------------------------------------------- drawer style */

.drawer {
	display: none;
	background: #094269;
	padding: 10px;
	}

.drawer h4 {
	font-weight: 600;
	color: #fff;
}

.drawer form > * {
	display: inline-block;
}

.drawer form label {
	color: rgba(255,255,255,0.7);
	padding-right: 5px;
}

.drawer form input[type='text'], .drawer form input[type='email'] {
	width: 30%;
	padding: 4px;
	font-size: 16px;
	margin-right: 20px;
}

/* ----------------------------------------------------------------------------- topstrip style */

.topstrip {
	background: #333;
	overflow: hidden;
	border-bottom: 2px solid #000;
	/*
-webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8); 
*/
}

.topstrip div.wrapper {
	max-width: 1024px;
}

.topstrip div.wrapper div {
	float: right;
}

div.topstrip ul {
	margin: 0 auto;
	text-align: right;
	list-style: none;
}

div.topstrip ul {

	float: left;}

div.topstrip ul li, div.topstrip p  {
	float: left;
	color: #ccc;
	font-size: 13px;
	border-right: 1px solid #666;
}

div.topstrip ul li.telephone, div.topstrip p {
	padding: 5px 8px;
}


div.topstrip ul li a {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	padding: 5px 8px;
}

div.topstrip ul li a:hover {
	color: #fff;
}

div.topstrip div.headermembers {
	background: #000;
}

div.topstrip div.contact {
	border-left: 1px solid #666;
}

span.highlight {
	color: yellow;
	font-weight: bold;
}

a.newsletter-trigger {
	color: #ccc;
	text-decoration: none;
	display: inline-block;
	padding: 5px 24px 5px 8px;
	float: right;
	font-size: 13px;
	border-right: 1px solid #666;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}



a.newsletter-trigger::after {
	position: absolute;
	right: 8px;
	top: 50%;
	margin-top: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6.9px 4px 0 4px;
	border-color: #ccc transparent transparent transparent;
	content: "";
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.newsletter-trigger.open {
	background: #094269;
}

a.newsletter-trigger.open::after {
	border-width: 0 4px 6.9px 4px;
	border-color:  transparent transparent #ccc transparent;
}

a.newsletter-trigger:hover {
	background-color: #094269;
}

a.newsletter-trigger:hover::after {
	border-color: #fff transparent transparent transparent;
}

a.newsletter-trigger.open:hover::after {
	border-color:  transparent transparent #fff transparent;
}


/* ----------------------------------------------------------------------------- header style */

header .wrapper {
	max-width: inherit;
	width: 1010px;
}

header a.logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 200;
}

header div.social {
	float: right;
	background: #094269;
	padding-left: 4px;
	position: relative;
	margin-top: 10px;
	margin-right: -3px;
}

header div.social:before {
	position: absolute;
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	right: -12px;
	display: block;
	z-index: -1;
	border-width: 48px 12px 0 0;
	border-color: #094269 transparent transparent transparent;
}

header div.social:after {
	position: absolute;
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	right: -12px;
	display: block;
	z-index: -1;
	border-width: 48px 12px 0 0;
	border-color: #094269 transparent transparent transparent;
}

header div.social li {
	float: left;
}

header div.social a {
	display: block;
	text-indent: -9999px;
	position: relative;
	text-decoration: none;
	width: 32px;
	height: 30px;
	margin: 8px 5px 9px;
}

header div.social a:hover {
	color: #fff;
}

header div.social .facebook a:after, header div.social .twitter a:after {
	font-family: 'sbrn';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	content: "\e601";
	display: block;
	text-indent: 0;
	font-size: 28px;
	/* width: 32px; */
	position: absolute;
	top: 0;
	left: 0;
}

header div.social .twitter a:after {
	content: "\e600";
	}
	
header .search {
 position: absolute;
 top: 70px;
 left: 222px;
 background: #094269;
 padding: 5px 5px 5px 70px;
 }
 
 header div.search:after {
	position: absolute;
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	right: -11px;
	display: block;
	z-index: 5;
	border-width: 40px 11px 0 0;
	border-color: #094269 transparent transparent transparent;
}
 
 header .search h3 {
 display: none;
 }
 
header .search div.form-item, header .search input.form-submit {
	float: left;
}

input.form-submit {
	font-size: 14px;
	color: #fff;
	background: #008fd5;
	padding: 6px 10px;
}

header input.form-submit {
	height: 26px;
	padding: 0 10px;
	line-height: 26px;
}

header .search input.form-text {
	width: 180px;
	padding: 4px;
	font-size: 14px;
	font-family: Arial;
	opacity: 0.7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

header .search input.form-text:focus {
	opacity: 1;
	width: 280px;
}

header .wrapper	{
	clear: both;
	position: absolute;
	top: 21px;
	z-index: 100;
	left: 50%;
	margin-left: -500px;
}

header ul	{	
	list-style: none;
}

/* -----------------------------------------------------------------------------  nav style */

nav {
	position: absolute;
top: 10px;
left: 248px;
/* background: #0c629e; */

z-index: 40;
padding-left: 40px;
}

#nav {
	/* background: #0c629e; */
}

ul#nav > li	{
	float: left;
	font-weight: 900;
	-webkit-transform: skew(-13deg,0deg);
	transform: skew(-13deg,0deg);
	border-bottom: 3px solid #008fd5;
	/* margin-left: 15px; */
}

#nav > li > a	{
	text-decoration: none;
padding: 16px 5px;
color: #00aeef;
display: block;
font-family: "Raleway";
font-size: 14px;
text-align: center;
background: #0c629e;
text-transform: uppercase;
position: relative;
}

/*
#nav > li > a:before, #nav > li > a:after {
	position: absolute;
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
}

#nav > li > a:before	{
	border-width: 0 0 56px 14px;
	border-color: transparent transparent #0c629e transparent;
	left: -14px;
}

#nav > li > a:after	{
	border-width: 56px 14px 0 0;
	border-color: #0c629e transparent transparent transparent;
	right: -14px;
	z-index: 6;
}

#nav > li > a.active:before	{
	border-color: transparent transparent #008fd5 transparent;
}

#nav > li > a.active:after	{
	border-color: #008fd5 transparent transparent transparent;
}
*/

#nav > li > a:hover {
	color: #fff;
}

#nav a.active	{
	color: #fff;
	background-color: #008fd5;
}

#nav > li.has-children > a {
	position: relative;
	padding-right: 0;
}

ul#nav ul {
	/* margin-left: -15px; */
	box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.4);
	overflow: visible !important;
}

ul#nav ul a {
	background-color: #0c629e !important;
	padding: 10px;
	font-size: 14px;
	border-top: 1px solid #008fd5;
	color: #fff;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-ms-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

ul#nav ul a:hover {
	background-color: #008fd5 !important;
}

#nav > li.has-children > a {
	padding-right: 30px;
	background-image: url(../images/nav-dropdown.png);
	background-position: right -68px;
	background-repeat: no-repeat;
}

#nav > li.has-children > a:hover {
	background-position: right 26px;
}


ul#nav ul a:hover {
	background: #23574a;
}

.tinynav, .tinynav_label { 
	display: none;
	}


/** feature panels
===================================*/

ul.panels img {
	width: 100%;
	display: block;
	height: auto;
}

div.panels {
	position: relative;

}

ul.panels {
	list-style: none;
}

ul.panels li {
	position: relative;
}

ul.panels li .overlay {
	position: absolute;
	background: #0c629e;
	background: rgba(0,0,0,0.6);
	z-index: 40;
	left: 0;
	width: 60%;
	top: 25%;
}

ul.panels li .overlay:after {
	position: absolute;
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 269px 65px 0 0 ;
	border-color: #0c629e transparent transparent transparent;
	border-color: rgba(0,0,0,0.6) transparent transparent transparent;
	right: -65px;
}

ul.panels li .overlay .inner {
	width: 640px;
	float: right;
	padding: 20px 0;
	min-height: 270px;
}

ul.panels li .overlay a {
	text-decoration: none;
	font-weight: 900;
	color: #00aeef;
	display: block;
	text-transform: uppercase;
	font-family: "Raleway";
	font-size: 20px;
}

ul.panels li .overlay a:hover {
	color: #fff;
}

ul.panels li h5 {
	color: #fff;
	margin: 0;
	font-size: 60px;
	padding: 0;
	font-weight: 900;
	line-height: 0.9;
	padding-bottom: 10px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

ul.panels li .overlay p {
	padding-bottom: 10px;
	line-height: 1.3;
	font-size: 18px;
	color: #fff;
	font-family: "Raleway";
	font-weight: 500;
}

/* Styling Next and Prev buttons */

.owl-prev, .owl-next  {
	text-indent: -9999px;
	position: absolute;
	top: 40%;
	left: 0;
	z-index: 60;
}

.owl-next  {
	left: auto;
	right: 0;
}

.owl-prev:after, .owl-next:after  {
	font-family: 'sbrn';
	speak: none;
	font-style: normal;
	display: block;
	text-indent: 0;
	font-size: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background: #00aeef;
	height: 60px;
	padding: 0 8px;
	line-height: 60px;
	content: "\e605";
	color: #fff;
	top: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-next:after {
	content: "\e604";
	right: 0;
}

.owl-prev:before, .owl-next:before  {
	position: absolute;
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 60px 14px 0 0 ;
	border-color: #00aeef transparent transparent transparent;
	right: -52px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.owl-next:before  {
	border-width: 0 0 60px 14px;
	border-color: transparent transparent #00aeef transparent;
	left: -52px;
	right: auto;
}

.owl-next:hover:after {
	padding-right: 40px;
}

.owl-next:hover:before {
	left: -84px;
}

.owl-prev:hover:after {
	padding-left: 40px;
}

.owl-prev:hover:before {
	right: -84px;
}

div.owl-pagination {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	right: 20px;
}

.owl-theme .owl-controls .owl-page span {
	margin: 5px;
}

/* ----------------------------------------------------------------------------- homepage style */

body.home article p:first-of-type {
	font-size: 20px;
	font-family: "Raleway";
	background: #c7d3d0;	
}
body.home article .block {
	float: left;
	width: 47%;
}

body.home article .mailchimp {
	float: right;
}

/* ----------------------------------------------------------------------------- events scroller style */

div.eventsscroller {
	background: white;
	margin-top: -175px;
	position: relative;
	padding: 10px 0 20px;
}

div.eventsscroller:before, div.eventsscroller:after {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 0 0 228px 53px;
	border-color: transparent transparent #fff transparent;
	left: -53px;
	position: absolute;
}

div.eventsscroller:after {
	border-width: 228px 53px 0 0;
	border-color: #fff transparent transparent transparent;
	right: -53px;
	left: auto;
}

div.eventsscroller ul {
	list-style: none;
}

div.eventsscroller .owl-wrapper-outer:before {
	display: block;
	background: url(../images/events-scroller-mask-left.png);
	position: absolute;
	left: -5px;
	top: -43px;
	height: 289px;
	width: 67px;
	z-index: 20;
	content: "";
}

div.eventsscroller .owl-wrapper-outer:after {
	display: block;
	background: url(../images/events-scroller-mask-right.png);
	position: absolute;
	right: -5px;
	top: -43px;
	height: 289px;
	width: 67px;
	z-index: 20;
	content: "";
}

div.eventsscroller h3 {
	text-align: center;
	color: #00aeef;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}

div.eventsscroller ol {
	list-style: none;
	margin-top: 10px;
	padding: 0 !important;
}

div.eventsscroller li {
	width: 300px;
	float: left;
	margin-right: 5px;
	position: relative;
}

/*
div.eventsscroller li:before, div.eventsscroller li:after  {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 228px 53px 0 0;
	border-color: #fff transparent transparent transparent;
	left: 0;
	position: absolute;
}

div.eventsscroller li:after {
	border-width: 0 0 228px 53px;
	border-color: transparent transparent #fff transparent;
	right: 0;
	left: auto;
}
*/

div.eventsscroller li a {
	background: url(../images/event-scroller-bg1.png) 0 0 no-repeat;
	display: block;
	height: 228px;
	position: relative;
	text-decoration: none;
	font-family: "Raleway";
	font-size: 18px;
}

div.eventsscroller li.even a {
	background-image: url(../images/event-scroller-bg2.png);
}

div.eventsscroller li a img {
	position: absolute;
	bottom: 0;
}

div.eventsscroller li a span.date {
	padding: 20px 50px 0 60px;
	display: block;
	margin: 0;
}

div.eventsscroller li a h5 {
	padding: 0 50px 0 60px;
	color: #0c629e;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 800;
	text-transform: uppercase;
}

div.eventsscroller li a span.more {
	position: absolute;
	right: 51px;
	padding: 10px;
	background-color: #0c629e;
	color: #fff;
	bottom: 0;
	font-weight: 900;
	font-size: 15px;
	text-transform: uppercase;
	z-index: 10;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.eventsscroller li a:hover span.more {
	background-color: #008fd5;
}

div.eventsscroller li a:hover span.more:before {
	border-color: transparent transparent #008fd5 transparent;
}

div.eventsscroller li a:hover span.more:after {
	border-color: #008fd5 transparent transparent transparent;
}

div.eventsscroller li a span.more:before, div.eventsscroller li a span.more:after, div.eventsscroller span.month:before, div.eventsscroller span.month:after  {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 0 0 42px 10px;
	border-color: transparent transparent #0c629e transparent;
	left: -10px;
	display: block;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.eventsscroller li a span.more:after, div.eventsscroller span.month:after {
	border-width: 42px 10px 0 0;
	border-color: #0c629e transparent transparent transparent;
	right: -10px;
	left: auto;
}

div.eventsscroller .owl-prev{
	left: -20px;
}

div.eventsscroller .owl-next {
	right: -12px;
} 

div.eventsscroller span.month {
	position: absolute;
	left: 42px;
	background: #0c629e;
	color: #fff;
	padding: 0 10px 0 20px;
	background-color: #0c629e;
	font-weight: 900;
	font-size: 15px;
	display: inline-block;
	top: 10px;
	height: 42px;
	line-height: 42px;
	z-index: 30;
	position: relative;
}

div.eventsscroller .start span.month {
	width: 100%;
}

div.eventsscroller li.end {
	margin-left: -20px;
	}
	
div.eventsscroller li.start.end {
	margin-left: 0;
	}

div.eventsscroller .end span.month {
	width: 70%;
}

div.eventsscroller .start.end span.month {
	/* background: green; */
}

/* ----------------------------------------------------------------------------- ctas style */

div.ctas ul {
	list-style: none;;
	padding: 0 !important;
}

div.ctas a {
	display: block;
	position: relative;
}

div.ctas a:before,div.ctas a:after {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 228px 53px 0 0 ;
	border-color: #fff transparent transparent transparent;
	left: 0;
	position: absolute;
}

div.ctas a:after/* ,body.home div.mailchimp:after */ {
	border-width: 0 0 228px 53px;
	border-color: transparent transparent #fff transparent;
	right: 0;
	left: auto;
}

aside div.ctas a:before,aside div.ctas a:after,/* body.home aside div.mailchimp:before, */body.home aside div.mailchimp:after {
	border-width: 146px 34px 0 0 ;
}

aside div.ctas a:after/* ,body.home aside div.mailchimp:after */ {
	border-width: 0 0 146px 34px;
}

aside .ctas li {
	margin-bottom: 40px;
	height: 146px;
	overflow: hidden;
}

div.ctas img {
	width: 100%;
	height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

div.ctas a:hover img {
	opacity: 0.7;
}

div.ctas h4/* ,body.home div.mailchimp h4 */ {
	position: absolute;
	top: 13px;
	left: 30px;
	color: #fff;
	font-family: "Raleway";
	font-weight: 900;
	z-index: 5;
	padding: 7px;
	background: #008fd5;
	font-size: 20px;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	-webkit-transition: padding 0.3s ease;
	-moz-transition: padding 0.3s ease;
	-ms-transition: padding 0.3s ease;
	-o-transition: padding 0.3s ease;
	transition: padding 0.3s ease;
}

div.ctas a:hover h4 {
	padding-right: 20px;
	background-color: #0c629e;
}

div.ctas a:hover h4:before {
	border-bottom-color: #0c629e;
}

div.ctas a:hover h4:after {
	border-top-color: #0c629e;
}

aside div.ctas h4,body.home aside div.mailchimp h4 {
	left: 20px;
	}

div.ctas h4:before,div.ctas h4:after/* , body.home div.mailchimp h4:before *//* ,body.home div.mailchimp h4:after */ {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 0 0 44px 10px;
	border-color:  transparent transparent #008fd5 transparent;
	left: -10px;
	position: absolute;
}

div.ctas h4:after/* ,body.home div.mailchimp h4:after  */{
	border-width: 44px 10px 0 0;
	border-color: #008fd5 transparent transparent transparent ;
	right: -10px;
	left: auto;
}

/*
body.home div.mailchimp {
	background: #eee;
	position: relative;
	height: 228px;
	padding: 60px 60px 0 60px;
}

body.home div.mailchimp label {
	font-size: 14px;
}

body.home div.mailchimp input {
	font-size: 16px;
	padding: 8px;
	width: 253px;
}

body.home div.mailchimp input.button {
	font-size: 16px;
	padding: 8px;
	width: auto;
	background: #0c629e;
	color: #fff;
	font-family: "Raleway";
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	right: 24px;
	bottom: 29px;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

body.home div.mailchimp input.button:hover {
	background: #008fd5;
}

body.home div.mailchimp input.button:before, body.home div.mailchimp input.button:after {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 0 0 44px 10px;
	border-color:  transparent transparent #008fd5 transparent;
	left: -10px;
	position: absolute;
}

body.home div.mailchimp input.button:after {
	border-width: 44px 10px 0 0;
	border-color: #008fd5 transparent transparent transparent ;
	right: -10px;
	left: auto;
}
*/

/* ----------------------------------------------------------------------------- div style */

div.addthis {
	padding-left: 15px;
}

div.downloads, div.eventsidebar div.event_details {
	border: 1px solid #eee;
	border-bottom: 5px solid #00aeef;
	-webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
	box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2); 
	margin: 5px;
	background: #fff;
	padding: 10px 20px;
}

div.downloads h2, div.eventsidebar div.event_details h2 {
	font-size: 32px;
	padding-top: 0 !important;
}

/* ----------------------------------------------------------------------------- news style */
body.news .content ul.news li,
body.blog .content ul.blog li {
	width: 46.5%;
	float: left;
	clear: both;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	margin: 7px 7px 28px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body.blog .content ul.blog li {
	width: 31%;
	clear: none;
}

body.news .content ul.news li:hover,
body.blog .content ul.blog li:hover {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

body.news .content ul.news li.even,
body.blog .content ul.blog li.even {
	float: right;
	clear: none;
}

body.blog .content ul.blog li.even {
	float: left;
	clear: none;
}

body.news .content ul.news li > a,
body.blog .content ul.blog li > a {
	display: block;
	background: #eee;
	padding: 15px 0 15px;
	text-decoration: none;
	color: #666; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body.news .content ul.news li > a,
body.blog .content ul.blog li > a {
	background: #f7f7f7;
}

body.news .content ul.news img,
body.blog .content ul.blog img {
	width: 100%;
	height: auto;
	background: url(../images/hr.png) 0 bottom no-repeat;
	background-size: 100% 6px;
	padding: 0 0 6px!important;
	margin-top: -15px;
}

.date {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content ul.news li > a > *,
.content ul.blog li > a > * {
	padding: 0 15px;
}

body.news .content ul.news li > a h2,
body.blog .content ul.blog li > a h2 {
	padding: 0 15px 10px !important;
	line-height: 1.1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

body.news .content ul.news li > a:hover h2,
body.blog .content ul.blog li > a:hover h2 {
	color: #094269;
}

body.news .content ul.news p.more,
body.blog .content ul.blog p.more {
	font-weight: bold;
	padding-top: 10px;
	color: #008fd5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content ul.news a:hover p.more,
.content ul.blog a:hover p.more {
	color: #094269;
}

/* blog page specifics */

header#blog_post_header {
	clear:both;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #0c629e;
}

header#blog_post_header .date {
	line-height: 32px;
	padding: 0;
	margin: 0;
	color: #0c629e;
}

.sbrn14_addthis span.label {
	line-height: 32px;
	padding-right: 10px;
	color: #0c629e;
	float: right;
	font-size: 12px;
}

.sbrn14_addthis .addthis_toolbox {
	float: right;
}

.sbrn14_addthis .addthis_toolbox a span.at-icon-wrapper {
	background-color: #2c8bd5 !important;
}


/* ----------------------------------------------------------------------------- events list style */

.content ul.events > li, .content ul.merchandise > li {
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: visible;
	margin: 10px 10px 40px;
		background: #ddd;
		position: relative;
}

.content ul.events > li:before,
.content ul.events > li:after,
.content ul.merchandise > li:before,
.content ul.merchandise > li:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.content ul.events > li:after, .content ul.merchandise > li:after {
    clear: both;
}

.content ul.events > li:hover, .content ul.merchandise > li:hover {
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}



.content ul.events > li a, .content ul.merchandise > li a {
	padding: 0;
	text-decoration: none;
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 1.2em;
	padding: 7px;
}

.content ul.events img, .content ul.merchandise img {
	float: left;
	margin-right: 20px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content ul.events img {
	float: right;
	margin: 0 30% 0 20px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.historic .content ul.events img {
	margin-right: 0;
	}

.content ul.events a:hover img, .content ul.merchandise a:hover img {
	opacity: 0.75;
}

.content ul.events .downloads.results {
	position: static;
}

.event_details ul {
	list-style: none;
}
.content ul.events .date {
	padding: 10px;
	background-color: #0c629e;
	color: #fff;
	font-weight: 900;
	font-size: 15px;
	font-family: 'Raleway';
	font-weight: 900;
	text-transform: uppercase;
	z-index: 10;
	margin-top: 15px;
	display: inline-block;
	position: relative;
	margin-left: -20px;
	position: absolute;
	left: 10px;
	top: 0;
}

.content ul.events .date:after  {
	width: 0px;
	-webkit-transform:rotate(360deg);
	height: 0px;
	border-style: solid;
	top: 0;
	content: "";
	display: block;
	z-index: 5;
	border-width: 0 0 42px 10px;
	border-color: transparent transparent #0c629e transparent;
	left: -10px;
	display: block;
	position: absolute;
}

.content ul.events .date:after {
	border-width: 42px 10px 0 0;
	border-color: #0c629e transparent transparent transparent;
	right: -10px;
	left: auto;
}

.content ul.events h2, .content ul.merchandise h2 {
	margin: 0;
	font-size: 24px;
	padding: 70px 330px 12px 20px;
	line-height: 1.1;
	font-weight: 600;
}

.content ul.events .event_details {
	padding-right: 330px;
	font-size: 14px;
	color: #333;
}

.uc-price {
	font-weight: bold;
}

ul.merchandise div.product-body {
clear: both;
width: auto;
padding: 20px;
font-size: 14px;
}

.main-product-info {
	background: #fff;
	text-align: left;
	border-bottom: 5px solid #00aeef;
}

.content ul.events .main-product-info, .content ul.events .downloads, .content ul.merchandise .main-product-info {
	float: right;
	margin-top: -250px;
	margin-right: -7px;
	max-width: 25%;
	max-height: 293px;
	padding-bottom: 10px;
	overflow: hidden;
}

.attributes label {
	font-size: 12px;
}

.alternativedescription p {
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 4px;
}

.main-product-info div.attribute > div.form-item > label {
	font-family: 'Raleway';
	font-size: 18px;
	color: #0c629e;
	font-weight: 600;
	padding: 0;
}

.main-product-info div.attribute > div.form-item > div.description {
	background: #0c629e;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	line-height: 1.2;
	margin-top: 10px;
}

.main-product-info div.attribute > div.form-item > div.description p {
	padding: 0;
}

.main-product-info input.form-submit {
	margin-top: 15px;
	position: relative;
	z-index: 6;
}


/* alternative cart */

.main-product-info {
	border: 1px solid #0c629e;
	border-bottom: 5px solid #00aeef;
}

.main-product-info .alternativelink a {
	clear: both;
	display: block;
	padding: 5px;
	margin: 0 0 10px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	background-color: #008fd5;
}

.main-product-info .alternativelink a:hover {
	background-color: #0c629e;
}

/* end alternative cart */

.content ul.events li ul li {
	padding-bottom: 5px;
	position: relative;
}

.content ul.events li ul li span {
	font-weight: bold;
	font-size: 14px;
/*
	position: absolute;
	top: 0;
	left: 0;
*/
}

.content ul.events a {
	display: block;
}

.content ul.events p.more {
	font-weight: bold;
	background: #008fd5;
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	margin: 0 0 10px 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.content ul.events a:hover p.more {
	background-color: #0c629e;
}

body.historic ul.events li a > h2 {
	padding: 70px 30px 10px;
}

body.historic ul.events li p.more {
	margin: 0 30px 25px;
}

.eventsidebar div.downloads {
	background: #0c629e;
	color: #fff;
	margin: 5px 5px 25px
}

.eventsidebar div.downloads h2, .eventsidebar div.downloads a {
	color: #fff;
}

a.pdf	{
	padding: 5px 0 5px 26px !important;
	display: block;
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-image:  url(../images/downloads/pdf.png);
	}
	

/* ----------------------------------------------------------------------------- event detail page */

.eventsidebar {
	float: right;
	width: 32%;
	margin-bottom: 40px;
}

.eventsidebar .main-product-info {
	float: none;
	overflow: hidden;
	margin: 5px 5px 20px;
}

div.gallery, .singleimage {
	margin: 7px 7px 37px;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
	background: #0c629e;
	color: #fff;
	float: left;
	width: 64%;
}

.singleimage img {
	width: 100%;
	height: auto;
}

div.product-body {
	float: left;
	clear: left;
	width: 64%;
}

ul.galleryimages {
	list-style: none;
	padding: 0 !important;
}

ul.galleryimages img {
	width: 100%;
	height: auto;
	display: block;
}

.customNavigation {
	position: relative;
	overflow: hidden;
	background: url(../images/hr.png) 0 0 no-repeat;
	padding-right: 20px;
}

.customNavigation a {
	display: block;
	z-index: 10;
	padding-left: 22px;
	height: 30px;
	line-height: 30px;
	float: right;
	color: #86b1cf;
	cursor: pointer;
	font-size: 13px;
	margin: 5px 0 5px 20px;
	position: relative;
}

.customNavigation a:hover {
	color: #fff;
}

.customNavigation a.play:before {
	width: 0; 
	height: 0; 
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 15px solid #86b1cf	;
	left: 10px;
	display: inline-block;
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}

.customNavigation a.stop:before {
	height: 15px;
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 15px;
	background: #86b1cf;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
}

.customNavigation a.stop:hover:before {
	background-color: #fff;
}

.customNavigation a.play:hover:before {
	border-left-color: #fff;
}

div.eventsidebar div.event_details {
	margin-bottom: 20px;
}

div.eventsidebar div.event_details ul {
	list-style: none;
	padding: 0 !important;
}

div.eventsidebar div.event_details li {
	padding-bottom: 10px;
}

div.eventsidebar div.event_details span {
	display: block;
	font-size: 13px;
	font-weight: bold;
}

div.eventsidebar div.event_details .date {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

img.event-logo {
	display: block;
	margin: 0 auto;
}

/* ----------------------------------------------------------------------------- search results style */

div.box {
	border-color: #ddd;
}

div.box h2 {
	font-size: 24px;
	padding: 20px 0 5px !important;
}

div.box li {
	
	border-bottom: 1px solid #eee;
}

div.box dl {
	list-style: none;
}

div.box li a {
	text-decoration: none;
	color: #008fd5;
	padding: 20px 15px 5px;
	display: block;
	font-weight: bold;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.box li a .snippet {
	font-weight: normal;
	color: #707070;
}

div.box li a:hover {
	
	background: #eee;
}

div.box li img {
	float: right;
	margin: 0 0 20px 20px;
}

#search-form input.form-text {
	margin-top: 0;
}

div.box p.url {
font-size: 12px;
font-weight: bold;
padding: 0 15px 15px;
}

/* ----------------------------------------------------------------------------- footer style */

footer {
	background: url(../images/hr.png) 0 0 no-repeat #333;
	background-size: 100% 6px;
	clear: both;
	border-top: 3px solid #fff;
	color: #deeae7;
	overflow: visible;
	position: relative;
}

footer .wrapper {
	background: transparent;
	overflow: visible;
	border: none;
}

footer h3 {
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footernews, footer .footerevents {
	width: 35%;
	float: left;
	padding: 60px 55px 0 25px;
	min-height: 380px;
	background: url(../images/footer-slant.png) right top no-repeat;
}

.content .footernews {
	padding: 0 30px;
}

.footernews ul, footer .footerevents ul {
	list-style: none;
}

.footernews li h5,footer .footerevents li h5 {
	font-size: 15px;
	font-family: sans-serif;
}

footer .footerevents li h5 a {
	font-weight: bold;
}

.footernews li, footer .footerevents li {
	padding-bottom: 10px;
}

.footernews li a, footer .footerevents li a {
	color: #ccc;
	text-decoration: none;
	padding-bottom: 10px;
	display: block;
	position: relative;
	padding-left: 18px;
	border: none;
}

.content .footernews li a {
	color: #666;
}

.footernews li a:before, footer .footerevents li a:before {
	font-family: 'sbrn';
	speak: none;
	font-style: normal;
	display: inline-block;
	position: absolute;
	text-indent: 0;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	top: 5px;
	left: 0;
	line-height: 1;
	content: "\e604";
	color: #00aeef;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.footernews li a:hover, footer .footerevents li a:hover {
	color: #fff;
}

.content .footernews li a:hover {
	color: #333;
}

body.home article.content .block.footernews {
	min-height: inherit;
	float: right;
}

.content .footernews h3 {
	padding-bottom: 14px;
}

.footernews li a:hover:before, footer .footerevents li a:hover:before {
	left: 4px;
}

footer .footerevents {
	font-weight: bold;
}

footer .footerevents span {
	display: block;
	color: #00aeef;
	font-weight: normal;
}

.footertext, #footernav, footer .contact, .siteby {
	float: right;
	clear: right;
	font-size: 14px;
}

footer ul.contact {
	list-style: none;
}

footer ul.contact li {
	float: left;
	margin-left: 10px;
}

footer p {
	padding-bottom: 10px;
}

footer .siteby {
	padding-top: 10px;
}

footer a {
	text-decoration: none;
	color: #deeae7;
	border-bottom: 1px dotted #deeae7;
}

footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.footertext {
	font-weight: bold;
	padding-top: 70px;
}


/* -----------------------------------------------------------------------------    responsive break - tablet portrait display  */
																					@media screen and (max-width: 1024px)	{
																					
body	{
	font-size: 16px;
	background-image: none !important;
	}
	
.content-wrapper {
	margin-top: 0;
	border: none;
	padding: 0 20px 40px;
}

#totop	{	

	display: none !important;
}

.tinynav { 
	display: inline-block;
		font-size: 16px;
	padding: 5px;
	margin: 0 auto;
	width: 60%;
	 }
	 
#nav { 
	display: none;
	 }
    
nav	{
	padding: 10px;
	text-align: center;
	min-width: 290px;
	float: none;
	clear: both;
	position: static;
	}
	
nav .tinynav_label	{
	display: none;
	padding: 0 15px 0 0;
	color: #fff;
	}

nav select	{
	/* width: 80%; */
	}
	
ul.panels li h5 {
	font-size: 36px;
}

ul.panels li div.overlay {
	position: static;
	left: auto;
	top: auto;
	width: auto;
	padding: 15px 25px;
	background: none;
}

ul.panels li .overlay .inner {
	width: auto;
	float: none;
	min-height: inherit;
	padding-bottom: 0;
}

.owl-prev, .owl-next {
top: 30%;
}

header .wrapper {
	width: auto;
	margin-left: 0;
	position: static;
	top: auto;
	left: auto;
	background: #ddd;
}

header a.logo {
	position: static;
	top: auto;
	left: auto;
	margin: 0 0 0 15px;
}

header a.logo img {
	height: auto;
	width: 200px;
	margin-top: -10px;
}

header div.social {
	position: absolute;
	top: 41px;
	right: 0px;
	background: none;
	padding: 0;
	margin-top: 0;
	display: none;
}

header div.social .twitter a:after, header div.social .facebook a:after {
	color: #008fd5;
	font-size: 38px;
}

header div.social li {
	margin-right: 25px;
}

header div.search {
	position: static;
	top: auto;
	left: auto;
	padding: 10px;
}

div.eventsscroller {
	margin-top: 0;
}

header div.container-inline {
	text-align: center;
}

header .search .form-item {
	width: 60%;
}

header .search input.form-text {
	width: 100%;
}

header .search div.form-item, header .search input.form-submit {
	float: none;
	display: inline-block;
}

.wrapper.events-wrapper {
	margin: 25px;
}

div.mailchimp input.button {
	position: static;
	right: auto;
	bottom: auto;
}
	
footer .wrapper {
	
	}
	
.footernews, footer .footerevents {
	float: none;
	padding: 0;
	width: auto;
	min-height: inherit;
	padding: 15px 30px;
	border-bottom: 1px solid #666;
	background-image: none;
}

.footertext, #footernav, footer div.contact, .siteby {

	float: left;
	clear: left;
	padding: 0 30px;
	}
	
.footertext {

	padding-top: 30px;}
	
.siteby {
	padding-bottom: 30px;
}

footer ul.contact li, #footernav li {
margin: 0 10px 0 0;	
	}
	
#footernav li {
	margin-bottom: 10px;
}

article, aside {
	float: none;
	width: auto;
	background: none;
	padding: 0;
}

aside {
	margin-top: 30px;
}

.content ul.events img {
	display: none;
}

.content ul.events li a > h2 , .content ul.merchandise li h2 {
	/* margin-top: 50px; */
	padding-left: 30px;
	padding-right: 30px;
	clear: both;
}

.content ul.events p.more {
	margin-left: 30px;
	margin-bottom: 15px;
}

.content ul.events .main-product-info,.content ul.merchandise .main-product-info, .content ul.events .downloads {
	position: static;
	top: auto;
	right: auto;
	float: none;
	margin: 0;
	max-width: inherit;
	max-height: inherit;
	overflow: hidden;
}

ul.merchandise div.product-body {
	float: none;
}

ul.merchandise div.product-info, ul.merchandise span.uc-price, ul.merchandise span.price_message {
	padding: 0 20px;
}


header .search input.form-text:focus {
	opacity: 1;
	width: 100%;
}

.content ul.events .main-product-info:after {
display: none;
}

.content ul.events .main-product-info .alternativelink {
	position: static;
}
																	}



/* -----------------------------------------------------------------------------    responsive break - tablet portrait display  */
																					@media screen and (max-width: 780px)	{

h1 {
	font-size: 50px;
}



.drawer form > * {
	display: block;
	clear: both;
	width: 100% !important;
}

body.home article .block {
	float: none !important;
	width: auto;
	height: auto !important;
	margin: 15px;
}

body.news .content ul.news {
	text-align: center;
}

body.news .content ul.news li {
width: 90%;
clear: both;
float: none !important;
margin: 10px;
display: inline-block;
text-align: left;
}

div.ctas a:before, div.ctas a:after, div.mailchimp:before, div.mailchimp:after {
	display: none;
}

.eventsidebar {
	float: none;
	width: auto;
	margin: 0;
}

div.gallery, .singleimage, div.product-body {
	float: none;
	width: auto;
	margin: 30px 0 0;
}

.merchandise div.product-body {
	margin: 0;
}

.content ul.events li ul li {
	padding-left: 0;
}

.content ul.events .event_details {
	padding-right: 15px;
}

.content ul.events li ul li span {
	position: static;
	left: auto;
	top: auto;
	display: block;
}

																							}


/* -----------------------------------------------------------------------------    responsive break - tablet portrait display  */
																					@media screen and (max-width: 640px)	{
																					
.topstrip .contact {
	display: none;
}

header a.logo img {
	width: 170px;
	margin-left: -10px;
	margin-top: 0;
}

.wrapper.events-wrapper {
	margin: 0;
}

div.eventsscroller .owl-prev {
left: -15px;
}

div.eventsscroller .owl-next {
right: -17px;
}

header div.social {
	top: 50px;
}

h1 {
	font-size: 40px;
}

.content-wrapper {
	padding-bottom: 65px;
}

body.webform .content input, body.webform .content select, body.webform .content textarea {
	width: 80%;
}

body.webform .content input[type='checkbox'] {
	width: auto;
}


body.home div.mailchimp h4, body.home div.mailchimp input.button {
	position: static;
}

body.home article .block.mailchimp {
	margin: 10px;
	padding: 10px;
}

header div.social li {
	margin-right: 10px;
}

body.home div.mailchimp h4::before, body.home div.mailchimp h4::after, body.home article .block.mailchimp::before, body.home article .block.mailchimp::after {
	display: none;
}
																				}




/* temporary homeapge fixes for launch */

/*
.wrapper.events-wrapper {
	max-width: 610px;
}

div.eventsscroller ul {
	text-align: center;
	overflow: hidden;
}

div.eventsscroller li {
	display: inline-block;
}

div.eventsscroller li.first {
	margin-left: 50px;
}

div.eventsscroller li a {
	text-align: left;
}
*/

/* -----------------------------------------------------------------------------    responsive break - tablet portrait display  */

@media screen and (max-width: 780px)	{
																					
	div.eventsscroller li.first {
	margin-left: 0;
	}

	body.blog .content ul.blog li {
		width: auto;
	}

	header#blog_post_header {
		clear:both;
		width: 100%;
		padding-bottom: 20px;
		border-bottom: 1px solid #0c629e;
	}

	header#blog_post_header .date,
	.sbrn14_addthis .addthis_toolbox {
		clear: both;
		float: left;
		display: block;
	}

	.sbrn14_addthis span.label {
		float: left;
		padding-left: 10px;
		padding-right: 0;
	}

	header#blog_post_header .date {
		font-size: 16px;
	}


	body ul.inline_elements {
		width: 100%;
	}

}

/* -----------------------------------------------------------------------------	end style sheet */