@import url( '../editor-style.css' );

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	/* IE 6/7 fallback */
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

html,
body
{
	height: 100%;
}

body
{
	background: #c5c5c5;
}

header
	> *:first-child,
footer
	> *:first-child
{
	margin-top: 0;
}

/* Skip To Content */

#skiptocontent
{
	display: block;
	margin: 0;
	padding: 0.5em 0;
	width: 100%;
	overflow: hidden;
	background: #4e4e4e;
	font-family: 'myriad-pro', sans-serif;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1.2em;
	text-align: center;
	text-transform: lowercase;
	color: #fff;
}

#skiptocontent:focus
{
	outline: none;
	text-decoration: underline;
}

#skiptocontent:hover
{
	cursor: pointer;
}

@media screen and ( max-width: 760px ) {

	#skiptocontent
	{
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
	}

	body.admin-bar
		#skiptocontent
	{
		top: 32px;
	}
}

/* Page */

div.page
{
	padding-top: 10px;
	background: #f5f6f7;
}

/* Page Header/Microsite Nav */

.menu
{
	position: relative;
	margin: 0;
	padding: 0!important;
	list-style-type: none!important;
}

.menu:before,
.menu:after
{
	display: table;
	content: ' ';
}

.menu:after
{
	clear: both;
}

.menu-item
{
	position: static!important;
	float: left;
	margin: 0;
	padding: 0!important;
	font-size: 1.142857143em; /* 16/14 */
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
}

.menu
	.menu-item::before
{
	content: none;
}

	.menu-item
		a
	{
		display: inline-block;
		padding: 0 15px 20px; /* 20/890 */
		line-height: inherit;
		color: inherit;
	}

	.menu-item
		a:focus,
	.menu-item
		a:hover,
	.current-menu-item
		> a,
	.current-menu-item
		> a,
	.current-menu-parent
		> a,
	.current-menu-ancestor
		> a
	{
		outline: none;
		color: #bee5f6;
	}

.sub-menu
{
	display: none;
	position: absolute;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	margin: 0;
	padding: 0 20px 30px!important;
	width: 100%;
	background: #bde4f6;
	box-shadow: 3px 5px 15px 0px rgba( 0, 0, 0, 0.25 );
	list-style-type: none!important;
}

	.sub-menu
		.menu-item
	{
		color: #124a73;
	}

	.sub-menu
		> .menu-item
	{
		margin: 30px 0 0 3%;
		width: 22.75%;
		font-size: 1em;
		line-height: 1.1em;
	}

	.sub-menu
		.menu-item:first-child
	{
		margin-left: 0;
	}

		.sub-menu
			a
		{
			display: inline-block;
			border-bottom: 1px solid #6897b4;
			padding: 0 0 10px 0;
			width: 100%;
		}

		.sub-menu
			a:focus,
		.sub-menu
			a:hover,
		.sub-menu
			.current-menu-item
			> a,
		.sub-menu
			.current-menu-parent
			> a,
		.sub-menu
			.current-menu-ancestor
			> a
		{
			font-weight: 700;
			color: #124a73;
		}

	.menu
		> .menu-item
		> .sub-menu
		> .menu-item
	{
		margin-left: 2%;
		width: 23.5%;
	}

	.menu
		> .menu-item
		> .sub-menu
		> .menu-item:first-child
	{
		margin-left: 0;
	}

	.menu
		> .menu-item
		> .sub-menu
		> .menu-item:nth-child(1),
	.menu
		> .menu-item
		> .sub-menu
		> .menu-item:nth-child(2),
	.menu
		> .menu-item
		> .sub-menu
		> .menu-item:nth-child(3),
	.menu
		> .menu-item
		> .sub-menu
		> .menu-item:nth-child(4)
	{
		margin-top: 20px;
	}

	.menu
		> .menu-item
		> .sub-menu
		> .menu-item:nth-child(4n+1)
	{
		clear: left;
		margin-left: 0;
	}

.sub-menu
	.sub-menu
{
	display: block;
	position: static;
	box-sizing: border-box;
	margin: 12px 0 0;
	padding: 0!important;
	width: 100%;
	/*background: transparent;*/
	box-shadow: none;
}

	.sub-menu
		.sub-menu
		.menu-item
	{
		float: none;
		margin: 0;
		width: auto;
		font-size: 0.875em; /* 14/16 */
		line-height: 1.1em;
		text-transform: none;
	}

	.sub-menu
		.sub-menu
		.menu-item
		+ .menu-item
	{
		margin-top: 1em;
	}

		.sub-menu
			.sub-menu
			a
		{
			border-bottom: none;
			padding: 0;
			width: 100%;
		}

		html.generatedcontent
			.sub-menu
			.sub-menu
			a
		{
			position: relative;
			padding: 0 0 0 10px;
		}

		html.generatedcontent
			.sub-menu
			.sub-menu
			a:before
		{
			content: '\e800';
			position: absolute;
			top: 0;
			left: 0;
			font-family: 'fontello';
			font-size: inherit;
			font-style: normal;
			font-weight: normal;
			speak: none;
		}
.bottom-border{ 
	border-bottom: 1px solid #C6C6C6;
}
.warning-section{
	background-color: #bbbdbe;
	padding: 8px 10px;
	margin-bottom: 20px;
	position: relative;
	min-height: 52px;
}
.warning-section:before{
	content: '';
	background-image: url(../img/caution.png);
	position: absolute;
	left: 10px;
    top: 12px;
    width: 42px;
    height: 42px;
}
.warning-section > .body{
	color: #FFF;
    font-size: 1.3em;
    line-height: 1.3em;
    overflow: hidden;
    height: 50px;
    display: table-cell !important;
    vertical-align: middle;
    text-overflow: ellipsis;
    padding-left: 52px;
}
body.home .feature-section > header .title::first-word{
	color: ##00bfa4;

}
@media screen and ( max-width: 760px ) {

	.menu
	{
		padding: 0px 0px 20px !important;
		/*overflow: hidden;*/
		overflow-y: auto;
		background: #bde4f6;

	}

	.menu-item
	{
		float: none;
		width: 100%;
		font-size: 1em;
		color: #124a73;
		transition-delay: 0s;
		transition-duration: 0.2s;
		transition-property: color, background-color, border-color;
		transition-timing-function: ease-in-out;
	}

	.menu-item
		+ .menu-item
	{
		border-top: 1px solid #abcede;
	}

		.menu-item
			a
		{
			padding: 0.8em 15px;
		}

		.menu-item
			a:focus
		{
			outline: none;
			color: inherit;
			text-decoration: underline;
		}

		.menu-item:hover,
		.current-menu-item,
		.current-menu-item,
		.current-menu-parent,
		.current-menu-ancestor
		{
			background: #abcede;
			color: #fff;
		}
		.menu-item:hover > a,
		.current-menu-item > a,
		.current-menu-item > a,
		.current-menu-parent > a,
		.current-menu-ancestor > a
		{
			outline: none;
			color: #fff;
		}

		html.generatedcontent
			.menu-item-has-children
			> a
		{
			position: relative;
			margin-right:50px;
		}

html.generatedcontent .menu > .menu-item-has-children > .caret::after,
html.generatedcontent  .menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .caret::after {
    color: #124a73;
    content: "";
    cursor: pointer;
    display: block;
    float: right;
    font-family: "fontello";
    font-size: inherit;
    font-style: normal;
    font-weight: normal;
    height: 34px;
    line-height: 38px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}
	.sub-menu
	{
		display: none;
		position: static;
		margin-left: 0;
		border-left: 15px solid #abcede;
		padding: 0!important;
		width: auto;
		background: #bde4f6;
		/*background: transparent;*/
		box-shadow: none;
	}

		.sub-menu
			> .menu-item
		{
			margin: 0;
			width: 100%;
			font-size: 1em;
			line-height: 1.1em;
			text-transform: none;
		}

			.sub-menu
				a
			{
				display: inline-block;
				border-bottom: none;
				padding: 0.8em 15px;
				width: auto;
			}

			.sub-menu
				a:focus,
			.sub-menu
				a:hover,
			.sub-menu
				.current-menu-item
				> a
			{
				font-weight: 400;
			}

		.menu
			> .menu-item
			> .sub-menu
			> .menu-item
		{
			margin-left: 0;
			width: 100%;
		}

		.menu
			> .menu-item
			> .sub-menu
			> .menu-item:nth-child(1),
		.menu
			> .menu-item
			> .sub-menu
			> .menu-item:nth-child(2),
		.menu
			> .menu-item
			> .sub-menu
			> .menu-item:nth-child(3),
		.menu
			> .menu-item
			> .sub-menu
			> .menu-item:nth-child(4)
		{
			margin-top: 0;
		}
		.sub-menu .menu-item.open > a
		{
			text-decoration:underline;
		}

	.sub-menu
		.sub-menu
	{
		margin: 0;
		border-left: none;
		width: auto;
	}

		.sub-menu
			.sub-menu
			.menu-item
		{
			font-size: 1em;
		}

		.sub-menu
			.sub-menu
			.menu-item
			+ .menu-item
		{
			margin-top: 0;
			border-top: none;
		}

			.sub-menu
				.sub-menu
				a,
			html.generatedcontent
				.sub-menu
				.sub-menu
				a
			{
				display: block;
				padding: 0.8em 15px 0.8em 45px;
				width: auto;
			}

			html.generatedcontent
				.sub-menu
				.sub-menu
				a:before
			{
				top: 0.8em;
				left: 30px;
			}
}

section
	.menu-item
{
	color: #124a73;
}

section
	.menu
	> .menu-item
	+ .menu-item
{
	margin-left: 3.5%; /* ~50/1100 */
}

	section
		.menu-item
		a
	{
		padding-left: 0;
		padding-right: 0;
	}

@media screen and ( max-width: 760px ) {

	section
		.menu
		> .menu-item
		+ .menu-item
	{
		margin-left: 0;
	}

		section
			.menu-item
			a
		{
			padding: 0.8em 15px;
		}
}

/* Page Header Nav Search */

#page-header_nav_search
{
	position: absolute;
	top: 45px; /* Matches the margin-top of #page-header_nav */
	right: 0;
}

	#page-header_nav_search
		.icon
	{
		display: block;
		padding: 0 20px 20px; /* 20/890 */
		font-size: 1.142857143em;
		line-height: 1em;
		color: #fff;
	}

	#page-header_nav_search
		.icon:focus,
	#page-header_nav_search
		.icon:hover,
	#page-header_nav_search
		.icon.active
	{
		outline: none;
		color: #bee5f6;
	}

	#page-header_nav_search
		.wp-search-form
	{
		display: none;
		position: absolute;
		right: 0;
		z-index: 99;
		margin: -5px 0 0;
		padding: 0;
		width: 250px;
		box-shadow: 3px 5px 15px 0px rgba( 0, 0, 0, 0.25 );
	}

	#page-header_nav_search
		.wp-search-form
		input
	{
		box-sizing: border-box;
		border: 1px solid #6c6c6c;
		border-radius: 3px;
		padding: 0 1em; /* 14/14 */
		width: 100%;
		font-size: inherit;
		line-height: 1.928571429em; /* 27/14 */
	}

	#page-header_nav_search
		.wp-search-form
		input:focus
	{
		outline: none;
	}

@media screen and ( max-width: 760px ) {

	#page-header_nav_search
	{
		position: static;
		border: 1px solid #bee5f6;
		border-left: none;
		border-right: none;
		padding: 30px 10px 10px;
		overflow: hidden;
		background: #124a73;
	}

		#page-header_nav_search
			.icon
		{
			float: right;
			margin-left: 3%;
			padding: 0;
			width: 10%;
			line-height: 1.928571429em; /* Matches text input */
		}

		#page-header_nav_search
			.wp-search-form
		{
			display: block;
			float: left;
			position: static;
			margin: 0;
			width: 87%;
			box-shadow: none;
		}
}

/* Page Header Logo */

.page-header_logo
{
	border-radius: 50%;
	max-width: 115px;
	box-shadow: 3px 5px 15px 0px rgba( 0, 0, 0, 0.25 );
	overflow: hidden;
}

	.page-header_logo
		a
	{
		overflow: hidden;
	}

		.page-header_logo
			img
		{
			float: left;
			max-width: 100%;
		}

@media screen and ( max-width: 760px ) {

	.page-header_logo
	{
		max-width: 90px;
	}
}

/* Page Header/Microsite Nav Toggle */

.nav-toggle
{
	font-size: 1.142857143em; /* 16/14 */
	line-height: 1em;
	text-transform: uppercase;
	color: #fff;
}

	.nav-toggle
		.icon
	{
		vertical-align: top;
		font-size: 0.8em;
	}

	.nav-toggle
		> span
	{
		display: inline-block;
		vertical-align: top;
		margin-top: 1px;
	}

.nav-toggle:focus
{
	outline: none;
}

.nav-toggle:hover
{
	cursor: pointer;
	color: #bee5f6;
}

.nav-toggle.active
{
	color: #bee5f6;
}

#microsite-nav-toggle
{
	display: block;
	color: #29aae2;
}

#microsite-nav-toggle:hover
{
	color: #124a73;
}

.title
	+ #microsite-nav-toggle
{
	margin-top: 12px;
}

/* Page Header */

.page-header
{
	/* http://www.colorzilla.com/gradient-editor/#2ea9e2+0,10b99e+50,194c72+100;Custom */
	background: #2ea9e2; /* Old browsers */
	background: -moz-linear-gradient(left,  #2ea9e2 0%, #10b99e 50%, #194c72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2ea9e2), color-stop(50%,#10b99e), color-stop(100%,#194c72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #2ea9e2 0%,#10b99e 50%,#194c72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #2ea9e2 0%,#10b99e 50%,#194c72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #2ea9e2 0%,#10b99e 50%,#194c72 100%); /* IE10+ */
	background: linear-gradient(to right,  #2ea9e2 0%,#10b99e 50%,#194c72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea9e2', endColorstr='#194c72',GradientType=1 ); /* IE6-9 */
}

	.page-header
		> .inner
	{
		position: relative;
		margin: 0 auto;
		padding: 0;
		width: 95%;
		max-width: 1100px;
	}

		.page-header
			.page-header_logo
		{
			position: absolute;
			top: 8px;
			left: 10px;
			z-index: 100;
		}

		.page-header
			#page-header_nav-toggle
		{
			display: none;
			position: absolute;
		}

		.page-header
			#page-header_nav
		{
			margin: 45px 0 0 14%; /* ~150/1100 */
			width: 80%;
		}

@media screen and ( max-width: 760px ) {

	.page-header
	{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 200;
	}

	body.admin-bar
		.page-header
	{
		top: 32px;
	}

		.page-header
			> .inner
		{
			height: 60px;
			width: 100%;
			max-width: 100%;
		}

			.page-header
				#page-header_nav-toggle
			{
				display: block;
				position: absolute;
				top: 35px;
				right: 15px;
			}

			.page-header
				#page-header_nav
			{
				position: absolute;
				top: 60px;
				left: 0;
				margin: 0;
				width: 100%;
				box-shadow: 0px 5px 10px 0px rgba( 50, 50, 50, 0.3 );
				z-index: 2;
			}
}

/* Page Body */

.page-body
{
	margin: 0 auto;
	width: 100%;
	background: #f5f6f7;
}

	.page-body
		> .inner
	{
		position: relative;
		margin: 0 auto;
		padding-bottom: 70px;
		width: 95%;
		max-width: 1100px;
	}

		.page-body
			> .inner
			> *:first-child
		{
			margin-top: 20px;
		}

/* Sections */

section
{
	margin-top: 30px;
}

section
	+ section
{
	padding-top: 20px;
	border-top: 1px solid #c6c6c6;
}

	section
		> .image
	{
		overflow: hidden;
		text-align: center;
	}

		section
			> .image
			img
		{
			display: block;
			margin: 0 auto;
			max-width: 100%;
		}

	section
		> .slider
	{
		overflow: hidden;
	}

	section
		> header
	{
		margin: 0;
		padding-bottom: 20px;
		border-bottom: 1px solid #c6c6c6;
	}

	.inner
		> section:first-child
		> header:first-child
	{
		padding-top: 50px; /* Clear the SYC logo */
	}

	section
		> .image
		+ header,
	section
		> .slider
		+ header
	{
		margin-top: 30px;
	}

	section
		> header.with-nav
	{
		padding-bottom: 0;
	}

		section
			> header.with-nav
			nav
		{
			margin-top: 20px;
		}

	section
		> .body
	{
		margin: 0;
	}

		section
			> .body
			> *:first-child
		{
			margin-top: 0;
		}

	section
		> header
		+ .body
	{
		margin-top: 20px;
	}

	.body.with-aside
	{
		background: url( '../img/vr_solid_grey.gif' ) repeat-y 70.9% 0;
	}

	.body.with-aside:before,
	.body.with-aside:after
	{
		display: table;
		content: ' ';
	}

	.body.with-aside:after
	{
		clear: both;
	}

	.body.with-aside
		> *
	{
		float: left;
		width: 67.272727273%; /* 740/1100 */
	}

	.body.with-aside
		> aside
	{
		width: 25.454545455%; /* 280/1100 */
	}

/*
	.body.with-aside
		> *
		+ *
	{
		margin-left: 7.272727273%; /* 80/1100 */
	}
*/
	.body.with-aside.rtl
		> *
	{
		float: left;
	}
	.body.with-aside > article{
		float: left;
	}
	.body.with-aside > aside{
		float: right !important;
	}
/*
	.body.with-aside.rtl
		> *:first-child
	{
		margin-left: 7.272727273%; /* 80/1100 */
	}
*/
	.body.with-aside.rtl
		> *
		+ *
	{
		margin-left: 0
	}

section
	section
	> header
{
	border-bottom: 1px solid #00bfa4;
	padding-bottom: 0.5em;
}

section
	section
	> header
	+ .body
{
	margin-top: 12px;
}
ul.wpdlp-category-list{
	text-transform: capitalize;
}

@media screen and ( max-width: 760px ) {

	section
		> header.with-nav
	{
		padding-bottom: 20px;
	}

		section
			> header.with-nav
			nav
		{
			margin-top: 10px;
		}
}

/* Special Sections */

body.home
	.feature-section
	> header
{
	border-bottom: none;
	padding-bottom: 0;
}

	body.home
		.feature-section
		> header
		.title,
	.header-title
	{
		font-size: 1.714285714em; /* 24/14 */
	}

body.home
	.feature-section
	> header
	+ .body
{
	margin-top: 10px;
}

.whatson-section
	em
{
	font-style: normal;
	text-transform: uppercase;
}

html.generatedcontent
	.whatson-section
	li
{
	padding-left: 0;
}

html.generatedcontent
	.whatson-section
	li:before
{
	content: none;
}

.whatson-section
	li
	+ li
{
	margin-top: 0.8em;
}

.whatson-section
	li
	ul
{
	margin-top: 0;
}

.whatson-section
	li
	ul
	li
	+ li
{
	margin-top: 0;
}

.whatson-section
	.collected-item
	ul
	a
{
	color: inherit;
}

.whatson-section
	.collected-item
	ul
	a:focus,
.whatson-section
	.collected-item
	ul
	a:hover
{
	font-weight: 700;
}

/* Aside */

aside
	.btn
{
	box-sizing: border-box;
	padding: 0 9%; /* ~30/280 */
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

aside
	> *
	+ *
{
	margin-top: 30px;
}

/* Aside Search */

.checkboxes-list
	> .checkboxes-list-item
	+ .checkboxes-list-item
{
	margin-top: 0.5em;
}

aside
	.wp-search-form
{
	font-size: 1.142857143em; /* 16/14 */
}

aside
	.wp-search-form
	label
{
	font-size: 1em; /* 16/16 */
}

aside
	.wp-search-form
	> div
	+ div
{
	margin-top: 1em;
}

aside
	.wp-search-form
	input[type="checkbox"]
{
	margin-right: 5px;
}

aside
	.wp-search-form
	input[type="text"]
{
	box-sizing: border-box;
	border: 1px solid #6c6c6c;
	border-radius: 3px;
	padding: 0 1em; /* 14/14 */
	width: 100%;
	background: transparent;
	font-size: inherit;
	line-height: 1.928571429em; /* 27/14 */
}

aside
	.wp-search-form
	input[type="text"]:focus
{
	outline: none;
	background: #fff;
}

aside
	.wp-search-form
	input[type="submit"]
{
	box-sizing: border-box;
	border: 1px solid #6c6c6c;
	border-radius: 3px;
	padding: 0 1em; /* 14/14 */
	min-width: 100px;
	background: #e5e5e5;
	font-size: 0.875em; /* 14/16 */
	line-height: 1.928571429em; /* 27/14 */
	text-transform: uppercase;
	color: #6c6c6c;
}
/* hide the downloads plugin icons */
.media .pull-left{
	display: none;
}
.w3eden .link-btn {
	border: 0 !important;
	padding: 0 !important;
 }
.label-default {
	display: none;
}

.collection
{
	margin: 0;
	padding: 0;
}

article
	+ .collection
{
	margin-top: 40px;
}

ul.collection,
ol.collection
{
	list-style-type: none;
	padding-left: 0px !important;
}

	.collection
		> .collected-item
	{
		margin: 0;
		padding: 0;
		background: none;
	}

	html.generatedcontent
		.collection
		> .collected-item:before,
	html.generatedcontent
		.collection
		> .collected-item:after
	{
		content: none;
	}

	.collection
		> li.collected-item
	{
		list-style-type: none;
	}

		.collection
			> .collected-item
			> *:first-child
		{
			margin-top: 0;
		}

.collection.tiled:before,
.collection.tiled:after
{
	display: table;
	content: ' ';
}

.collection.tiled:after
{
	clear: both;
}

.collection.tiled
	> .collected-item
{
	float: left;
}

.collection.tiled
	> .collected-item:first-child
{
	margin-left: 0;
}

.collection.tiled.x2
	> .collected-item
{
	margin-left: 5%;
	width: 47.5%;
}

.collection.tiled.x2
	> .collected-item:first-child
{
	margin-left: 0;
}

.collection.tiled.x2
	> .collected-item:nth-child(1),
.collection.tiled.x2
	> .collected-item:nth-child(2)
{
	margin-top: 0;
}

.collection.tiled.x2
	> .collected-item:nth-child(2n+1)
{
	clear: left;
	margin-left: 0;
}

.collection.tiled.x3
	> .collected-item
{
	margin-left: 5%;
	width: 30%;
}

.collection.tiled.x3
	> .collected-item:first-child
{
	margin-left: 0;
}

.collection.tiled.x3
	> .collected-item:nth-child(1),
.collection.tiled.x3
	> .collected-item:nth-child(2),
.collection.tiled.x3
	> .collected-item:nth-child(3)
{
	margin-top: 0;
}

.collection.tiled.x3
	> .collected-item:nth-child(3n+1)
{
	clear: left;
	margin-left: 0;
}

.collection.tiled.x4
	> .collected-item
{
	margin-left: 2%;
	width: 23.5%;
}

.collection.tiled.x4
	> .collected-item:first-child
{
	margin-left: 0;
}

.collection.tiled.x4
	> .collected-item:nth-child(1),
.collection.tiled.x4
	> .collected-item:nth-child(2),
.collection.tiled.x4
	> .collected-item:nth-child(3),
.collection.tiled.x4
	> .collected-item:nth-child(4)
{
	margin-top: 0;
}

.collection.tiled.x4
	> .collected-item:nth-child(4n+1)
{
	clear: left;
	margin-left: 0;
}

.collection.tiled.x2.flush
	> .collected-item
{
	margin-left: 0;
	width: 50%;
}

.collection.tiled.x3.flush
	> .collected-item
{
	margin-left: 0;
	width: 33.3%;
}

.collection.tiled.x4.flush
	> .collected-item
{
	margin-left: 0;
	width: 25%;
}

/* Column Shortcodes */

.content-column
	img
{
	max-width: 100%;
}

.content-column
	> *:first-child
{
	margin-top: 0;
}

.content-column.last_column
{
	margin-right: 0!important;
}

.content-column.last_column
	+ *
{
	clear: left;
}

.content-column.one_half
{
	margin-right: 5%;
	width: 47.5%;
}

.content-column.one_third
{
	margin-right: 5%;
	width: 30%;
}

.content-column.two_third
{
	margin-right: 5%;
	width: 62.5%;
}

.content-columns
	+ .content-columns
{
	margin-top: 2.105263158em; /* 40/19 */
}

@media screen and ( max-width: 690px ) {

	.warning-section{
		padding: 5px 5px;
	}
	.warning-section > .body{
		margin-top: 5px;
	}
	.content-column.one_half,
	.content-column.one_third,
	.content-column.two_third
	{
		margin-right: 0;
		width: 100%;
	}

	.content-column
		+ .content-column
		> h1:first-child
	{
		margin-top: 2em; /* 48/24 */
	}

	.content-column
		+ .content-column
		> h3:first-child
	{
		margin-top: 2.222222222em; /* 48/24 */
	}

	.content-column
		+ .content-column
		> p:first-child
	{
		margin-top: 0.631578947em; /* 12/19 */
	}
	.collection.tiled.x4 > .collected-item {
		width: 100%;
		margin-top: 10px !important;
		margin-left:0px !important;
	}
}

/* Clickable Wrapper */

a.clickable-wrapper
{
	display: block;
	color: inherit;
}

a.clickable-wrapper:focus,
a.clickable-wrapper:hover
{
	text-decoration: none;
}

a.clickable-wrapper:focus
	.block.with-image
	> .image
	img,
a.clickable-wrapper:hover
	.block.with-image
	> .image
	img
{
	border-color: #00bfa4;
}

a.clickable-wrapper:focus
	.block
	> header
	*,
a.clickable-wrapper:hover
	.block
	> header
	*
{
	text-decoration: underline;
}

/* members login form */


/* Article */
form.members-login-form fieldset{
	border: none;
}
form.members-login-form input {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #FFF;
	background-color: #e6e6e6;
	color: #00bea3;
	padding: 5px 5px;
}

form.members-login-form input[type="submit"]{
	color: #6c6c6c;
	padding:5px 40px;
	text-transform: uppercase;
	margin-top: 15px;
}
form.members-login-form input[type="submit"]:hover{
	color: #FFF;
	border: 1px solid #00bfa4;
	background-color: #00bfa4;
}
form.members-login-form input[type="submit"]:focus{
	outline: none;
	border: 1px solid #00bfa4;
}
.responsive-table{
	overflow-x: auto;
}
.responsive-table table{
  width: 100%;
  max-width: 100%;
  min-width: 490px;
}
table.padded-table{
	padding: 0px 20px 0px 0px;
}
table th{
	background-color: #00bfa4;
  	color: #FFF;
  	text-align: left;
  	padding: 5px 5px;
}
table tr.header{
	border-bottom: 1px solid #C1FCF3;
}
table tr{
	border-bottom: 1px solid #00bfa4;
	vertical-align: text-top;
}
/*
table tr td:not(:first-child),
table tr th:not(:first-child) {
	padding-left: 15px;
}
*/
/*remove padding for datepicker*/
.ui-datepicker-calendar td, .ui-datepicker-calendar th{
	padding-left: 0px !important;
}
.ui-datepicker-calendar tr{
	border-bottom: none !important;
}
.article
{
	font-family: inherit;
	font-size: 1em; /* 14/14 */
}

.article
	.image
{
	overflow: hidden;
	text-align: center;
}

	.article
		.image
		img
	{
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}

.article
	.image
	+ header
{
	margin-top: 1em; /* 14/14 */
}

.article
	.title
{
	margin: 0;
}

.article
	.subtitle
{
	margin: 0;
	font-size: 1em; /* 14/14 */
	text-transform: uppercase;
	color: #6c6c6c;
}

.article
	.title
	+ .subtitle
{
	margin-top: 1em;
}

.article
	.body
{
	margin: 0;
}

.article
	> header
	+ .body
{
	margin-top: 0.571428571em; /* 8/14 */
}

.article
	.body
	> *:first-child
{
	margin-top: 0;
}
/* Block */
/*
	A block is an extension of an article, but typically
	used in a confined form, such as an aside or in a collection.
*/

/* Blocks List */

.blocks-list
{
	max-width: 740px;
}

.blocks-list-item
	+ .blocks-list-item
{
	margin-top: 2.857142857em; /* 40/14 */
}

	.blocks-list-item
		.block.with-image
	{
		position: relative;
		padding-right: 44.594594595%; /* 330/740 */
		min-height: 200px;
	}

		.blocks-list-item
			.block.with-image
			> .image
		{
			position: absolute;
			top: 0;
			right: 0;
			width: 40.540540541%; /* 300/740 */
			max-width: 300px;
		}

		.blocks-list-item
			.block.with-image
			> .image
			+ header
		{
			margin-top: 0;
		}

/* Blocks Grid */

.blocks-grid-item
	.block
	> .image
	+ header
{
	margin-top: 1em;
}

.blocks-grid-item
	.block.with-image
	> .image
	img
{
	border-bottom: 6px solid #c6c6c6;
}

.blocks-grid
	> .blocks-grid-item
{
	margin-top: 40px;
}

/* BXSlider / Blocks Slider */

.bx-wrapper
{
	margin-bottom: 0;
}

	.bx-wrapper
		.bx-viewport
	{
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border: none;
		left: 0;
		background: transparent;
	}

	.bx-wrapper
		.bx-pager
	{
		right: 0;
		padding: 0 0 0 2.727272727%; /* 30/1100 */
		width: 25.909090909%; /* 285/1100 */
		text-align: left;
		color: #fff;
	}

	.bx-wrapper
		.bx-pager,
	.bx-wrapper
		.bx-controls-auto
	{
		bottom: 30px;
	}

		.bx-wrapper
			.bx-pager.bx-default-pager
			a
		{
			border: 1px solid #fff;
			-moz-border-radius: 50%;
			-webkit-border-radius: 50%;
			border-radius: 50%;
			background: transparent;
		}

		.bx-wrapper
			.bx-pager.bx-default-pager
			a:focus,
		.bx-wrapper
			.bx-pager.bx-default-pager
			a:hover,
		.bx-wrapper
			.bx-pager.bx-default-pager
			a.active
		{
			background: #fff;
		}

.blocks-slider-item
	.block
{
	position: relative;
}

	.blocks-slider-item
		.block
		> .image
		+ div
	{
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		padding: 60px 6.363636364% 0 2.727272727%; /* left: 30/1100; right: 70/1100; */
		width: 29.090909091%; /* 320/1100 */
		height: 100%;
		background: #333;
		background: rgba( 0, 0, 0, 0.5 );
	}

	.blocks-slider-item
		.block
		.title
	{
		font-size: 2.142857143em; /* 30/14 */
		color: #fff;
	}

	.blocks-slider-item
		.block
		.body
	{
		font-size: 1.142857143em; /* 16/14 */
		color: #fff;
	}

	.blocks-slider-item
		.block
		header
		+ .body
	{
		margin-top: 0.5625em; /* 9/16 */
	}

	.blocks-slider-item
		.more-link,
	.blocks-slider-item
		.more-link
		> a
	{
		font-size: 0.875em; /* 14/16 */
		text-transform: none;
  		color: #29aae2;
	}

	.blocks-slider-item
		.more-link
	{
 		margin-top: 0.5625em; /* 9/16 */
	}

.blocks-slider
{
	visibility: hidden;
}

/* WordPress Widget */

.widget,
.widget
	> *
{
	overflow: hidden;
}

	.widget
		> .title
	{
		margin: 0;
	}
	.frm_form_widget
		> .title
	{
		margin: 0;
	}
.textwidget
{
	margin: 0;
}

.title
	+ .textwidget
{
	margin-top: 1em;
}

	.textwidget
		> *:first-child
	{
		margin-top: 0;
	}
/* Footer Widget */
.title + div{
	margin-top: 1em;
}
.footer-widget .menu-item a{
	color: #FFF;
	text-transform: none;
	font-size: 0.875em;
	line-height: 1em;
	padding-bottom: 15px;
}
.footer-widget .menu-item a:hover{
	font-weight: bold;
	text-decoration: none;
}
.footer-widget .menu-item a:before{
	content: '\e800';
	font-family: 'fontello';
	margin-right: 5px;
}
.footer-widget .menu-item{
	margin: 0 !important;
	width: 100% !important;
}
.footer-widget .sub-menu{
	display: block;
	width: 100%;
	background: none;
	padding: 0;
	box-shadow: none;
	position: static;
}
.footer-widget .sub-menu a{
	border: none;
}
.footer-widget .sub-menu > .menu-item{
	width: 100%;
}
/* Pagination */

.pagination-controls
{
	margin-top: 1.764705882em; /* 30/17 */
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 1em; /* 14/14 */
	line-height: 1.25em;
	text-align: center;
}

	.pagination-controls
		a
	{
		text-decoration: none;
		color: inherit;
	}

	.pagination-controls
		.page-numbers
	{
		display: inline-block;
		width: 1.857142857em; /* 26/14 */
		padding: 0.357142857em 0 0.285714286em 0; /* 5/14 (t); 4/14 (b) */
		border: 1px solid #6c6c6c;
		border-radius: 5px;
	}

	.pagination-controls
		.page-numbers:focus,
	.pagination-controls
		.page-numbers:hover
	{
		cursor: pointer;
		outline: none;
		border-color: #11bea4;
		background-color: #11bea4;
		color: #ffffff;
	}

	.pagination-controls
		.next,
	.pagination-controls
		.prev
	{
		border: none;
		width: auto;
		background-color: transparent;
	}

	.pagination-controls
		.next:focus,
	.pagination-controls
		.prev:focus,
	.pagination-controls
		.next:hover,
	.pagination-controls
		.prev:hover
	{
		cursor: pointer;
		outline: none;
		background-color: transparent;
		text-decoration: underline;
		color: #11bea4;
	}

	.pagination-controls .prev
	{
		margin-right: 0.5em;
	}

	.pagination-controls .next
	{
		margin-left: 0.5em;
	}

	.pagination-controls .current
	{
		border-color: #1a4b72;
		color: #ffffff;
		background-color: #1a4b72;
	}

/* Page Footer */

.page-footer
{
	margin: 0 auto;
	width: 100%;
	background: #c5c5c5;
	color: #fff;
}

	.page-footer
		> .inner
	{
		margin: 0 auto;
		padding-bottom: 70px;
		width: 94.545454545%; /* 1040/1100 */
		max-width: 1140px;
		overflow: hidden;
	}

		.page-footer
			> .inner
			> *:first-child
		{
			margin-top: 20px;
		}

		.page-footer
			p
		{
			margin-top: 0.5em;
		}

		.page-footer
			a
		{
			color: inherit;
		}

		.page-footer
			a:focus,
		.page-footer
			a:hover
		{
			text-decoration: underline;
		}

		.page-footer
			section
		{
			margin-top: 20px;
			padding: 0 1.442307692%; /* 15/1040 */
		}

		.page-footer
			section
			> header
		{
			border-bottom: 0;
			padding-bottom: 0;
		}

			.page-footer
				section
				.title
			{
				font-size: 1em; /* 14/14 */
				font-weight: 700;
				text-transform: uppercase;
				color: inherit;
			}

		.page-footer
			section
			> header
			+ .body
		{
  			margin-top: 0.5em;
		}

		.page-footer
			section
			+ section
		{
  			padding-top: 20px;
  			border-top: 1px solid #fff;
		}
		.social-links a {
			font-size: 3em;
			
		}
		.social-links a:hover{
			color: #6c6c6c;
		}
/* Footer form */
	form.footer-widget fieldset{
		padding: 0;
		border: none;
	}
	.footer-widget .frm_primary_label{
		font-weight: normal;
		color: #FFF;
	}
	.footer-widget .form-field{
		margin-bottom: 10px;
	}
	.footer-widget input{
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		border: 1px solid #FFF;
		background-color: #e6e6e6;
		color: #00bea3;
	}
	.footer-widget .frm_checkbox{
		margin-bottom: 10px;
	}
	.footer-widget input[type="checkbox"]{
		vertical-align: middle;
		margin-right: 5px;
	}
	/*
	.footer-widget .frm_checkbox label:before{
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 10px;
		background-color: #e6e6e6;
		border:1px solid #FFF;
		vertical-align: sub;
	}
	.footer-widget input[type="checkbox"]:checked ~ .frm_checkbox label:before{
		background-color: #000;
	}
	.footer-widget input[type="checkbox"]{
		display: none;
	}
	*/
	.footer-widget input[type="submit"]{
		color: #6c6c6c;
		padding:2px 40px;
		text-transform: uppercase;
	}
	.footer-widget input[type="submit"]:hover{
		color: #FFF;
		border: 1px solid #00bfa4;
		background-color: #00bfa4;
	}
	.footer-widget input:focus{
		outline: none;
		border: 1px solid #00bfa4;
	}

/* calendar styles */
#wp-calendar { width: 100%; font-size: 1em; }
#wp-calendar thead th { background: #f5f5f5; border: 1px solid #c6c6c6; border-top: none; font-size: 1em; }
#wp-calendar tbody td { text-align: center; border: 1px solid #c6c6c6; line-height: 2.5em; transition: background 0.15s ease; -webkit-transition: background 0.15s ease; -o-transition: background 0.15s ease; -moz-transition: background 0.15s ease; }
#wp-calendar tbody td:hover { background: #f1f1f1; color: #333; }
#wp-calendar tbody td a { display: block; text-decoration: none; background: #bee5f6; color: #333; }
#wp-calendar tbody td:hover a { background: #124a73; color: #fff; }
#wp-calendar tfoot td { padding-top: 1px; padding: 4px; }
#wp-calendar caption { cursor: pointer; font-size: 13px; text-transform: uppercase; margin: 0; padding: 12px; outline: 0 none !important; background: #124a73; color: #fff; }
#wp-calendar tbody a { display: block; text-decoration: underline; }
#wp-calendar th { text-align: center; border: 1px solid transparent; border-top: none; padding: 7px 0 !important; color: #a7a7a7; }
#footer #wp-calendar thead th { background: #222 }
#footer #wp-calendar tbody td { border-color: #c6c6c6 }
#wp-calendar #next { text-align: right;}

/* Responsive min-width 760 px */
@media screen and ( max-width: 1090px ) and (min-width:761px) {
.page-header .page-header_logo{
	left:0px;
}
.page-header_logo{
	max-width: 100px;	
}
.menu-item{
	font-size: 1em;
}
.menu-item a{
	padding: 0px 9% 20px;	
}
.menu .sub-menu li a{
	padding:0px 0px 10px !important;	
}
.sub-menu .sub-menu li a{
	padding:0px 10px 10px !important;	
}
section .menu > .menu-item + .menu-item {
    margin-left: 1.5%;
}
.blocks-slider-item .block > .image + div {
	padding-top: 10px;
}
.blocks-slider-item .block .title {
    font-size: 2em;
}
}

/* Responsive max-width 880 px slider fix */
@media screen and ( max-width: 960px ){
.blocks-slider-item .block header + .body{
	display: none;
}
}
/* Responsive menu fix */
@media screen and ( max-width: 1089px ) and (min-width:960px) {
.sub-menu a {
	font-size: 1em;
}
}
/* Responsive min-width 759 px */
@media screen and ( max-width: 759px ){
h1, .h1 {
	font-size: 2.3em;
}
h2, .h2{
	font-size: 2.0em;
}
h3, .h3{
	font-size: 1.2em;
}
h4, .h4{
	font-size: 1.1em;	
}
.page-body{
	padding-top: 40px;
}
.slider .bx-viewport{
	min-height: 160px !important;
}
.blocks-slider-item .block > .image + div {
	width: 100%;
	top: 115px;
	height: 58px;
	padding: 15px 10px;
	position: static;
	overflow: hidden;
	background-color: #6c6c6c;
}
.blocks-slider-item .block > .image + div header {
	display: block;
}
.blocks-slider-item .block .title{
	font-size: 1.1em;
}
.slider .bx-controls{
	display: none;
}
section {
    margin-top: 15px;
}
section + section {
	padding-top: 0px;
	border: none;
}
body.home .feature-section header,
body.home .feature-section .body {
}
body.home .body.with-aside > aside {
	float: left !important;
}
body.page .with-aside > div{
	float: left !important;
}
body.page .content-column div {
	padding-left:0px !important;
}
.body.with-aside > aside {
    width: 100%;
	margin-left: 0 !important;
}
.body.with-aside > * + * {
    margin-left:0;
}
.body.with-aside {
	background: none;
}
.body.with-aside > * {
	width: 100%;
	margin-top: 15px;
}
.body .content-columns img{
	width: 100%;
}
.collection.tiled.x2 > .collected-item {
	width: 100%;
	margin-left: 0 !important;
}
.collection.tiled.x3 > .collected-item img{
	width: 100%;
}
.collection.tiled.x3 > .collected-item {
	width:100%;
	margin-left: 0;
	margin-bottom: 15px;
}
footer.page-footer section + section {
	padding-top: 0px;
	border: none;
}
footer.page-footer .inner section.footer-widgets{
	display: none;
}
footer.page-footer .collection.tiled.x3 > .collected-item{
	width: 100%;
	margin-left: 0 !important;
	margin-top: 10px;
	
}
}

/**
 *  Boat Search Form
 */

#member_search label {
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0 0 3px 0;
    width: auto;
    display: block;
    float: none;
}

#member_search input[type=text] {
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    height: 32px;
    line-height: 1.3;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

#member_search input[type=submit] {
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
    width: auto;
    font-family: "Lucida Grande","Lucida Sans Unicode",Tahoma,sans-serif;
    font-size: 14px;
    height: auto;
    line-height: normal;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    font-weight: normal;
    border-radius: 4px;
    text-shadow: none;
    padding: 6px 11px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}


#member_search input[type=submit]:hover {
    background: #efefef;
    border-color: #cccccc;
    color: #444444;
}

#member_search_table {
    width: 100%;
}

/** SYCBA EVENTS **/
.bodyCourses h2 {
    border-bottom: 1px solid #c6c6c6;
}

.bodyCourses h4 {
    padding-bottom: 10px;

}

.bodyCourses .course {
    padding-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c6c6c6;
}

.bodyCourses .sessionTimes {
   list-style: none;
   padding-left: 0;
}
.bodyCourses .sessionTime {
   padding-left: 0;
}
.bodyCourses .sessionTime:before {
    content: '';
}
.bodyCourses .sessionTime div {
    display: inline-block;
}
.bodyCourses .sessionTime div:first-child {
    width: 60%;
}
form.sycbacms_form tr {
border: none;
}
form.sycbacms_form p.controlNote {
        margin:5px 0px 0px 0px;
        font-size:1em;
        line-height:1.2em;
        color:#999999;
}

form.sycbacms_form p.controlNote a {
        color:#999999;
}

form.sycbacms_form table {
        border-collapse:collapse;
        border:none;
        width:100%;
}

form.sycbacms_form table .label {width:230px; vertical-align:top; padding-top:15px;}

form.sycbacms_form table tr.sycbacms_sectionDivider td {
        padding:30px 0px 10px 0px;
        font-size:1em;;
        font-weight:bold;
        border-bottom:1px solid #dddddd;
}

form.sycbacms_form table tr.sycbacms_sectionDivider + tr > td {padding-top:20px;}
form.sycbacms_form table tr.sycbacms_sectionDivider + tr > td.label {padding-top:25px;}

form.sycbacms_form table td {
        padding:10px 0px 0px 0px;
        border:none;
        font-size:1em;
}
form.sycbacms_form table td table td {
    padding: 0;
}

form.sycbacms_form table td.control ul {
        margin:0px;
        padding:0px;
        list-style-type:none;
}

form.sycbacms_form table input,
form.sycbacms_form table select,
form.sycbacms_form table textarea {
        margin-bottom:0px;
}

form.sycbacms_form label {
        line-height:1.2em!important;
}
form.sycbacms_form input[type*="text"],
form.sycbacms_form textarea,
form.sycbacms_form select {
        padding:3px;
        border:1px solid #dddddd;
    font-family: inherit;
    font-size: inherit;
        background-color:#f9f9f9;
}

form.sycbacms_form tr.sycbacms_paymentOption > td {padding-top:20px;}
form.sycbacms_form table tr.sycbacms_paymentOption > td.label {padding-top:25px;}

form.sycbacms_form input[type*="text"] {width:300px;}
form.sycbacms_form td.twoControls input[type*="text"] {width:200px;}

form.sycbacms_form td.twoControls table {margin-bottom:0px;}
form.sycbacms_form td.twoControls table + p {margin-top:5px;}

form.sycbacms_form input[type*="submit"],
form.sycbacms_form input[type*="button"] {padding:5px;}

form.sycbacms_form tr.sycbacms_conditions label {
    vertical-align: bottom;
}

form.sycbacms_form tr.sycbacms_conditions table td {
    padding:10px 0px 0px 0px;
}

form.sycbacms_form tr#sycbacms_conditionsGroupA > td {
    padding-top: 17px;
}

form.sycbacms_form tr#sycbacms_conditionsGroupA table .c1,
form.sycbacms_form tr#sycbacms_conditionsGroupA table .c2,
form.sycbacms_form tr#sycbacms_conditionsGroupA table .c3 {
    width: 150px;
}

form.sycbacms_form tr#sycbacms_conditionsGroupA table .c4 textarea {
    width: 268px;
    height: 70px;
}

form.sycbacms_form tr#sycbacms_conditionsGroupB table .c2,
form.sycbacms_form tr#sycbacms_conditionsGroupB table .c3 {
    width: 50px;
    text-align: right;
}

form.sycbacms_form tr#sycbacms_conditionsGroupB table .c4 {
    padding-left: 10px;
}
#message {
        margin-top:20px;
        padding:10px;
        overflow:hidden;
}

#message.error {
        border:1px solid #f66061;
        background-color:#f9d9da;
}

#message p {
        margin:0px!important;
}

#message.error p {color:#f66061;}


ul.courseListing {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
ul.courseListing li {
    width: 33.3%;
    font-size: 1.15em;
    padding: 1em 0;
    margin: 0;
}
ul.courseListing li:before {
    content: none;
}
.blocks-slider-item .block > .content-slide{
	position: absolute;
	top: -40px;
	right: 0;
	padding: 60px 6.363636364% 0 2.727272727%;
	width: 100% !important;
	height: 100%;
	text-align: center;
	background-color: transparent !important;
}
