@font-face {
  font-family: 'MavenPro';
  src: url('../font/mavenpro/MavenPro-Bold.eot');
  src: url('../font/mavenpro/MavenPro-Bold.eot#iefix') format('embedded-opentype'),
       url('../font/mavenpro/MavenPro-Bold.woff') format('woff'),
       url('../font/mavenpro/MavenPro-Bold.ttf') format('truetype'),
       url('../font/mavenpro/MavenPro-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
  font-family: 'MavenPro';
  src: url('../font/mavenpro/MavenPro-Medium.eot');
  src: url('../font/mavenpro/MavenPro-Medium.eot#iefix') format('embedded-opentype'),
       url('../font/mavenpro/MavenPro-Medium.woff') format('woff'),
       url('../font/mavenpro/MavenPro-Medium.ttf') format('truetype'),
       url('../font/mavenpro/MavenPro-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
  font-family: 'MavenPro';
  src: url('../font/mavenpro/MavenPro-Regular.eot');
  src: url('../font/mavenpro/MavenPro-Regular.eot#iefix') format('embedded-opentype'),
       url('../font/mavenpro/MavenPro-Regular.woff') format('woff'),
       url('../font/mavenpro/MavenPro-Regular.ttf') format('truetype'),
       url('../font/mavenpro/MavenPro-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;

}

html { overflow-y: scroll; }

.gsc-control-cse, .gsc-result-info, .gsc-webResult { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; }
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title a { font-weight: 700; font-size: 18px; }
.gsc-control-cse * { line-height: 20px; color: #666 !important; }
.gs-visibleUrl { font-size: 12px; }



/** global styles **/

body { font: 100%/1.6 'MavenPro', Helvetica, Arial, sans-serif;}


p,a,div,li,th,td,input,textarea,select,address { font-family: 'MavenPro', Helvetica, Arial, sans-serif; color: #666; font-weight: 400; letter-spacing: -0.3px; }
html.oldie p, html.oldie a, html.oldie div, html.oldie li, html.oldie th, html.oldie td, html.oldie input, html.oldie textarea, html.oldie select, html.oldie address { letter-spacing: -1px; }

h1,h2,h3,h4 { font-family: 'MavenPro', Helvetica, Arial, sans-serif; font-weight: 500; letter-spacing: -1px; }

h1 { font-size: 36px; color: #000; margin: 0 0 0.4em 0; clear: both; line-height: 1.1em; }
h2 { font-size: 28px; color: #000; margin: 0 0 5px 0; line-height: 1.1em; }
h3 { font-size: 22px; color: #000; margin: 0 0 0 0; line-height: 1.5em; }
	h3 a { text-decoration: none; }
	h3 a:hover, h3:active { text-decoration: underline; }

b, strong { font-weight: 700; }

br.breaker { clear: both; }

a { color: #666; }
a:hover, a:active { color: #000; }

p { margin: 0 0 15px 0; font-size: 18px; line-height: 22px; }
p.thanks { background: #444; text-align: center; color: #fff; padding: 10px 0; font-size: 1.75em; }

li, th, td { font-size: 18px; }
input, textarea, select { font-size: 16px; border-radius: 0; background: #fff; }

div.divider {
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 0;
}

/** end global styles **/

html { background: #fff; }

body { position: relative; margin: 0; padding: 0; }



/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							BASIC STRUCTRUE            			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	#site_nav {
		width: 100%;
		min-width: 970px;
		height: 70px;
		background: #eee;
		border-bottom: 1px solid #ddd;
		z-index: 100;
	}

		#site_nav_inner {
			width: 970px;
			height: 70px;
			padding: 0;
			margin: 0 auto;
			position: relative;
		}

	#section_nav {
		width: 100%;
		min-width: 960px;
		height: 100px;
		background: #444;
		z-index: 50;
	}

		#section_nav_inner {
			width: 800px;
			height: 100px;
			padding: 0 10px 0 150px;
			margin: 0 auto;
		}

	#content_head {
		width: 940px;
		height: 80px;
		padding: 0 10px;
		margin: 0 auto;
		z-index: 20;
	}

		.navdate {
			width: 90px;
			height: 65px;
			position: absolute;
				top: -12px;
				z-index: 90000;
			padding: 5px 0 0 0;
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomright: 25px;
			border-top-left-radius: 25px;
			border-bottom-right-radius: 25px;

			color: #fff;
			text-align: center;
			font-size: 15px;
			font-weight: 700;
			line-height: 65px;
		}

			#content_head ul li a.navdate:link, #content_head ul li a.navdate:visited { color: #fff !important; }
			#content_head ul li a.navdate:hover, #content_head ul li a.navdate:active { color: #000 !important; text-decoration: underline; }

	#site_torso {
		clear: both;
		width: 940px;
		padding: 0 10px 0 10px;
		margin: 0 auto;
		z-index: 10;
	}

	#site_footer {
		clear: both;
		width: 100%;
		min-width: 960px;
		min-height: 100px;
		background: #ddd;
		z-index: 1;
	}

		#site_footer_inner {
			width: 940px;
			padding: 0 10px;
			margin: 0 auto;
		}

			#site_footer_left { width: 50%; float: left; }
			#site_footer_right { width: 50%; float: right; height: 130px; line-height: 130px; text-align: right; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							HEADER STYLES              			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */


#formerlyOCNNER {
	position: absolute;
	width: 120px;
	height: 199px;
	background-image:url(../images/page-curl.png);
	background-repeat: no-repeat;
	z-index: 100;
	top: 0;
	right: 0;
}


#formerlyOCNNER a { display: block; width: 100%; height: 100%; }

#formerlyOCNNER span { display: none; }

@media only screen and (max-width: 1250px)
{
  #formerlyOCNNER
  {
    display: block;
    position: relative;
    height: 70px;
    width: 100%;
    background-image: url(../images/formerly-ocn.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #402981;
  }
}

@media only screen and (max-width: 800px)
{
  #formerlyOCNNER
  {
    display: block;
    position: relative;
    height: 35px;
    width: 100%;
    background-image: url(../images/formerly-ocn.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 35px;
    background-color: #402981;
  }
}

	#site_logo {

		width: 135px;
		height: 140px;
		position: absolute; left: 0; top: 0;
        overflow: hidden;
	}

	#main_logo { display: block; height: 140px; }
	#mobile_logo { display: none; }

	#mobile-menu, #mobile-call , #mobile-search { display: none; }

	ul#nav {
		float: left;
		margin: 0 0 0 134px;
		padding: 0;
		height: 70px;
		border-left: 1px solid #ddd;
	}

		ul#nav > li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
			height: 71px;
			min-height: 71px;
			max-height: 71px;
			line-height: 68px;
			position: relative;
		}

			ul#nav > li.mobileonly { display: none; }

			ul#nav > li > span {
				position: absolute;
				width: 100%;
				height: 10px;
				bottom: 0; left: 0;
				background: #000;
			}

			ul#nav > li > a {
				display: block;
				padding: 0 12px;
				font-size: 17px;
				font-weight: 700;
				text-decoration: none;
				color: #000 !important;
				border-right: 1px solid #ddd;
			}

				ul#nav > li > a:hover, ul#nav > li > a:active { background: #eaeaea; }

	#site_nav_search {
		float: right;
		display: block;
		height: 70px;
		padding: 0 9px 0 0;
		margin: 0;
	}

		#site_nav_search p { margin: 0; padding: 0; float: left; position: relative; }

		#search {
			float: left;
			width: 98px;
			height: 30px;
			border: 0;
			padding: 0 35px 0 12px;
			margin: 20px 0 0 0;
			background: #ddd;
			font-size: 14px;
			color: #666;
			font-weight: 500;
			line-height: 30px;

			-webkit-border-radius: 15px;
			-moz-border-radius: 15px;
			border-radius: 15px;

			-moz-box-shadow:	inset 0 0 10px 5px rgba(0,0,0,0.07);
			-webkit-box-shadow:	inset 0 0 10px 5px rgba(0,0,0,0.07);
			box-shadow:			inset 0 0 10px 5px rgba(0,0,0,0.07);
			outline: none;

		}
		#search_submit {
			position: absolute;
			width: 40px;
			height: 30px;
			border: 0;
			padding: 0;
			margin: 0;
			background-color: transparent;
			background-image: url(../images/search_submit.png);
			background-repeat: no-repeat;
			background-position: 10px 5px;
			background-size: auto 20px;
			text-indent: -100000px;
			top: 20px;
			right: 0;
			outline: none;

			-webkit-border-top-right-radius: 15px;
			-webkit-border-bottom-right-radius: 15px;
			-moz-border-radius-topright: 15px;
			-moz-border-radius-bottomright: 15px;
			border-top-right-radius: 15px;
			border-bottom-right-radius: 15px;
		}

	#mobile_stripe { display: none; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							SECTION NAV              			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	#section_nav img {
		margin-left: 10px;
		width: auto;
		height: 100px;
		float: left;
	}

	#section_menu { display: none; }

	#section_nav ul {
		float: right;
		margin: 44px 0 0 0;
		padding: 0;
		height: 18px;

		margin: 33px 0;
		height: 34px;
		display: table;
		max-width: 620px;

	}

		html.oldie #section_nav ul { background: none !important; }

		#section_nav ul li {
			list-style: none;
			margin: 0;
			padding: 0 10px;

			height: 12px;
			line-height: 10px;
			border-right: 2px solid rgba(255,255,255,0.5);

			text-align: center;
			vertical-align: middle;
			display: table-cell;
			line-height: 16px;


		}

			#section_nav ul li:last-child { border-right: 0;}

			#section_nav ul li a {
				color: #fff !important;
				text-decoration: none;
				font-size: 16px;
				font-weight: 700;
			}

				#section_nav ul li a:hover, #section_nav ul li a:active { text-decoration: underline; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █						   CONTENT HEADER              			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	#content_head ul {
		float: right;
		height: 80px;
		margin: 0;
		padding: 0;
	}

		#content_head ul li {
			list-style: none;
			margin: 20px 12px;
			padding: 0;
			float: left;
			height: 40px;
			line-height: 40px;
		}

			#content_head ul li a {
				text-decoration: none;
				font-size: 16px;
				font-weight: 700;
				display: block;
				padding: 0;
			}

			#content_head ul li:last-child a { padding-right: 10px; padding-left: 10px; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █						   CONTENT AREA              			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

.column_group { clear: both; }
.column_group:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.column_group > div:first-child { margin-left: 0; }
.columns_1 { float: left; width: 6.86%; margin: 0 0 20px 1.6%; }
.columns_2 { float: left; width: 15.33%; margin: 0 0 20px 1.6%; }
.columns_3 { float: left; width: 23.8%; margin: 0 0 20px 1.6%; }
.columns_4 { float: left; width: 32.26%; margin: 0 0 20px 1.6%; }
.columns_5 { float: left; width: 40.73%; margin: 0 0 20px 1.6%; }
.columns_6 { float: left; width: 49.2%; margin: 0 0 20px 1.6%; }
.columns_7 { float: left; width: 57.66%; margin: 0 0 20px 1.6%; }
.columns_8 { float: left; width: 66.13%; margin: 0 0 20px 1.6%; }
.columns_9 { float: left; width: 74.6%; margin: 0 0 20px 1.6%; }
.columns_10 { float: left; width: 83.06%; margin: 0 0 20px 1.6%; }
.columns_11 { float: left; width: 91.53%; margin: 0 0 20px 1.6%; }
.columns_12 { float: left; width: 100%; margin: 0 0 20px 1.6%; }

p.paging {}
p.paging a { padding: 0 5px 0 0; }

/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							FOOTER STYLES              			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	ul#footer_nav {
		float: left;
		width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
		height: 34px;
	}

		ul#footer_nav > li {
			list-style: none;
			margin: 0;
			padding: 0;
			float: left;
			width: 20%;
			height: 34px;
			min-height: 34px;
			max-height: 34px;
			line-height: 34px;
		}

			ul#footer_nav > li > a {
				display: block;
				padding: 0;
				font-size: 16px;
				font-weight: 700;
				text-decoration: none;
				color: #fff !important;
				text-align: center;
			}

	#site_footer p { font-size: 18px; line-height: 22px; }
	#site_footer p.address { font-weight: 700; }
	#site_footer p a { text-decoration: none; color: #666 !important; }
	#site_footer p a:hover, #site_footer p a:active { text-decoration: underline;  }

	#footer_social { clear: both; float: left; padding: 0; margin: 0 0 15px 0; }
	#footer_social li { float: left; list-style: none; width: 40px; height: 40px; background: #666; margin-right: 10px; text-indent: -10000px; }

	#footer_links { clear: both; padding: 0; margin: 0; }
	#footer_links li { float: left; list-style: none; padding: 0 10px; margin: 0; border-right: 2px solid #ccc; line-height: 10px; height: 10px; }
	#footer_links li:first-child { padding-left: 0; }
	#footer_links li:last-child { border-right: 0; }
	#footer_links li a { font-size: 14px; text-decoration: none; color: #666 !important; }
	#footer_links li a:hover, #footer_links li a:active { text-decoration: underline; }



/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							HOMEPAGE STYLES							  █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

#home_map {
	width: 47.5%;
	float: left;
	margin-bottom: 20px;
}

	#home_map img { max-width: 100%; }

#home_text2 {
	width: 47.5%;
	float: right;
	margin-bottom: 20px;
}

	#homepage_cycle {
		clear: both;
		width: 940px;
		padding: 0 10px 20px 10px;
		margin: 0 auto;
		z-index: 10;
	}
	#homepage_cycle:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

	#homepage_cycle_images {
		width: 100%;
		background: #eee;
		overflow: hidden;
		position: relative;
		z-index: 10;
	}

		#homepage_cycle_images > a { width: 100%; position: absolute; left: 0; top: 0; }
		#homepage_cycle_images > a > div > img { width: 100%; float: left; }

		#homepage_cycle_images > a > div > img.cycle_overlay { width: auto; height: 100%; position: absolute; }

		#nocn_join {
			display: block;

			padding: 10px;
			position: absolute;
				top: 20px;
				right: 20px;
				z-index: 1000;
		}

			#nocn_join a:link, #nocn_join a:visited { color: #fff; text-decoration: none; }
			#nocn_join a:hover, #nocn_join a:active { color: #fff; text-decoration: underline; }

		div.cycle_overlay {
			position: absolute;
			left: 0;
			top: 0;
			height: auto;
			padding-bottom: 37.23%;
			pointer-events: none;
		}

			div.cycle_overlay img { height: 100%; position: absolute; }

		div.cycle_title {
			position: absolute;
			left: 20px;
			top: 165px;
			height: 70px;
			line-height: 70px;
			padding: 0 15px;
			font-size: 50px;
			color: #fff;
			font-weight: 700;
			letter-spacing: -1px;
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomright: 25px;
			border-top-left-radius: 25px;
			border-bottom-right-radius: 25px;
			pointer-events: none;
		}

		div.cycle_subtext {
			position: absolute;
			left: 20px;
			top: 255px;
			height: 35px;
			max-width: ;
			line-height: 35px;
			padding: 0 15px 0 15px;
			font-size: 18px;
			color: #fff;
			font-weight: 400;
			pointer-events: none;
		}

		div.cycle_subtext .icon-right-circled2
		{
		  font-size: 1.2em;
		  display: block;
		  position: absolute;
		  right: 5px;
		  top: 0px
		}

	ul#homepage_cycle_pager {
		float: left;
		width: 100%;
		margin: -14px 0 14px 0;
		padding: 0;
		height: 34px;
		position: relative;
		z-index: 20;
	}

		ul#homepage_cycle_pager > li {
			list-style: none;
			margin: 14px 0 0 0;
			padding: 0;
			float: left;
			width: 20%;
			height: 34px;
			min-height: 34px;
			max-height: 34px;
			line-height: 34px;

			-webkit-transition: all 150ms linear 0s;
			-moz-transition: all 150ms linear 0s;
			-o-transition: all 150ms linear 0s;
			transition: all 150ms linear 0s;
		}

			ul#homepage_cycle_pager > li.active {
			margin-top: 0;
			height: 48px;
			min-height: 48px;
			max-height: 48px;
			line-height: 48px;
			-webkit-border-top-left-radius: 10px;
			-moz-border-radius-topleft: 10px;
			border-top-left-radius: 10px;
			-webkit-border-top-right-radius: 10px;
			-moz-border-radius-topright: 10px;
			border-top-right-radius: 10px;
			-webkit-box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.2);
			box-shadow: 0 -10px 20px 0 rgba(0,0,0,0.2);
		}

			ul#homepage_cycle_pager > li > a {
				display: block;
				padding: 0;
				font-size: 16px;
				font-weight: 700;
				text-decoration: none;
				color: #fff !important;
				text-align: center;
			}

	#homepage_ticker {
		width: 100%;
		height: 35px;
		background: #ddd;
		margin-bottom: 20px;
	}

		#ticker_title {
			color: #31aae1;
			font-size: 18px;
			font-weight: 700;
			line-height: 35px;
			padding: 0 10px 0 10px;
			width: 110px;
			float: left;
		}

		#ticker_content {
			float: left;
			width: 790px;
			margin: 0;
			padding: 0 10px;
			height: 35px;
			overflow: hidden;
			position: relative;
		}

			#ticker_content li {
				margin: 0;
				padding: 0;
				width: 790px;
				height: 35px;
				line-height: 35px;
				position: absolute; left: 0; top: 0;
			}

	div.homepage_event { }

		div.homepage_event div.date {
			float: left;
			margin: 0 3.2% 3.2% 0;
			width: 90px; height: 85px;
			padding: 5px 0 0 0;
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomright: 25px;
			border-top-left-radius: 25px;
			border-bottom-right-radius: 25px;

			color: #fff;
			text-align: center;
			font-size: 15px;
			font-weight: 700;
			line-height: 32px;
		}

			div.homepage_event div.date span { width: 100%; display: block; font-size: 50px; }

			div.homepage_event p a { font-weight: 700; text-decoration: none; color: #000 !important; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							CONTENT STYLES             			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	#page_header_image {
		clear: both;
		width: 940px;
		padding: 0 10px 20px 10px;
		margin: 0 auto;
		z-index: 10;
		position: relative;
	}
	#page_header_image:after {
		content: ".";
		display: block;
		clear: both;
		visibility: hidden;
		line-height: 0;
		height: 0;
	}

		#page_header_image h1 {
			position: absolute;
			left: 30px;
			top: 50%;
			margin-top: -35px;
			height: 70px;
			line-height: 70px;
			padding: 0 15px;
			font-size: 50px;
			color: #fff;
			font-weight: 700;
			letter-spacing: -1px;
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomright: 25px;
			border-top-left-radius: 25px;
			border-bottom-right-radius: 25px;
			pointer-events: none;
		}

	.testimonial { float: left; width: 100%; margin-bottom: 20px; position: relative; }
	.testimonial:before {
		content: '\201C';
		font-family: 'oneawards';
		position: absolute;
		left: 0;
		top: 0;
		line-height: 100px;
		font-size: 100px;
		color: inherit;
	}
	.testimonial p { font-size: 18px; margin: 5px 0 10px 0; padding: 0 10px 0 50px; }
	.testimonial p:nth-child(2) { font-size: 16px; line-height: 18px; }

	.greybg { background: #ddd; float: left; width: 100%; margin-bottom: 20px; }
	.greybg p { font-size: 18px; margin: 5px 10px 0px 10px; }
	.greybg p.heading { font-weight: 700; color: #000; margin: 10px 10px 0 10px; }

	ul.listing { margin: 10px 10px 10px 10px; padding: 0; }
		ul.listing > li { list-style: none; margin: 0; padding: 0; }
		ul.listing > li.heading { font-weight: 700; color: #000; }
		ul.listing > li.heading span { display: none; }
		ul.listing > li.heading > a { color: #000 !important; text-decoration: none; font-size: inherit; font-weight: 700; }
		ul.listing > li a { color: #666 !important; text-decoration: none; font-size: 16px; }
		ul.listing > li a:hover, ul.listing li a:active { color: #000 !important; text-decoration: underline; }

		ul.listing > li > ul { margin: 0; padding: 0; }
		ul.listing > li > ul > li { margin: 0; padding: 5px 0; list-style: none; line-height: 18px; }

		ul.listing > li > ul > li > ul { margin: 5px 0 -3px 0; padding: 0; }
		ul.listing > li > ul > li > ul > li { margin: 0; padding: 3px 0 3px 15px; list-style: none; line-height: 16px; }
		ul.listing > li > ul > li > ul > li > a { font-size: 14px; }


	div.right_item {
		margin: 15px 10px 15px 10px;
		min-height: 50px;
		position: relative;
	}

		div.right_item img { position: absolute; left: 0; top: 0;
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomright: 25px;
			border-top-left-radius: 25px;
			border-bottom-right-radius: 25px;
		}
		div.right_item a ~ p { padding-left: 60px; }
		div.right_item p {  margin: 0; font-size: 12px; line-height: 16px; }
		div.right_item p a { font-size: 18px; font-weight: 700; color: #000 !important; text-decoration: none; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							FAQs STYLES             			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	ol#faqs { }
	ol#faqs > li { font-weight: 700; }
	ol#faqs > li > span { cursor: pointer; }
	ol#faqs > li > ul { display: none; margin: 0; padding: 0; }
	ol#faqs > li > ul > li { list-style: none; margin: 0; padding: 0; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							NEWS STYLES             			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	img.newsthumb { float: left; margin-right: 10px;
			-webkit-border-top-left-radius: 25px;
			-webkit-border-bottom-right-radius: 25px;
			-moz-border-radius-topleft: 25px;
			-moz-border-radius-bottomright: 25px;
			border-top-left-radius: 25px;
			border-bottom-right-radius: 25px;
	}
	div.div.newslisting {}
	div.newslistingwithimage { padding-left: 110px; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █						DOCUMENT LIBRARY STYLES        			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	ul.documentlisting { margin: 0; padding: 0; }
	ul.documentlisting li { list-style: none; margin: 0 0 20px 0; padding: 0; line-height: 22px; }
	ul.documentlisting li img { float: left; margin-right: 10px; border: 1px solid #ccc; }
	ul.documentlisting li a { }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							SEARCH STYLES             			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

	#search_area {
		clear: both;
		width: 940px;
		padding: 0 10px 20px 10px;
		margin: 0 auto;
		z-index: 10;
	}

		#search_area ul#search_area_tabs { margin: 0; padding: 0; }
		#search_area ul#search_area_tabs li { cursor: pointer; list-style: none; margin: 0 5px 0 0; padding: 0 10px; float: left; height: 45px; line-height: 45px; background: #444; color: #fff; font-size: 16px; font-weight: 700; }

		div.search_tab_content {
			clear: both;
			width: 900px;
			/*height: 160px;*/
			height: 200px;
			padding: 20px;
		}

		div.search_tab_content p{
			color: #fff;
		}
			div.search_tab_content p.heading {
				color: #fff; font-weight: 700;
				font-size: 30px; margin: 0 0 20px 0; clear: both; line-height: 1.1em;
			}

			div.search_tab_content form { }
			div.search_tab_content div.select_fix {
				width: 100%;
				height: 40px;
				background: #fff;
				padding: 0;
				margin: 0 0 15px 0;
				position: relative;
			}

				div.search_tab_content div.select_fix:after {
					content: '\25BC';
					width: 40px;
					height: 40px;
					background: #fff;
					position: absolute;
					right: 0;
					top: 0;
					text-align: center;
					line-height: 40px;
					pointer-events: none;
				}

				html.ie9 div.search_tab_content div.select_fix:after { display: none; }



				div.search_tab_content input {
					border: 0;
					padding: 0 10px;
					margin: 0 0 15px 0;
					width: 100%;
					height: 40px;
					line-height: 40px !important;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
				}

				div.search_tab_content select {
					border: 0;
					padding: 0 10px 0 10px;
					margin: 0 0 0 0;
					width: 100%;
					height: 20px;
					line-height: 20px !important;
					box-sizing: border-box;
					-moz-box-sizing: border-box;
					position: absolute;
					left: 0; top: 10px;
					-webkit-appearance: none;
				}


				div.search_tab_content input.button {
					width: 50px; height: 50px;
					position: relative;
					left: 50%; margin-left: -25px;
					-webkit-border-radius: 25px;
					-moz-border-radius: 25px;
					border-radius: 25px;
					background: #fff;
					font-weight: 700;
				}



a.brochure {
    text-decoration: none;
    display: inline-block;
    padding: 10px 15px;
    font-size: 0.9em;
    margin-bottom: 20px;
    line-height: 25px;
    box-sizing: border-box;
    width: 49%;
}

a.brochure:first-child { margin-right: 1%;}

a.brochure img { float: left; margin-right: 10px; }

/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █						SEARCH RESULT TABLES           			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

table.searchresults { width: 100%; margin-bottom: 20px; }
table.searchresults tr { border-bottom: 1px solid #ddd; }
table.searchresults th { text-align: left; padding: 3px 10px; color: #fff; font-weight: 700;  }
table.searchresults td { padding: 8px 10px; vertical-align: top; background: #fff; line-height: 20px; }
	table.searchresults td a { text-decoration: none; }

table.searchdetail { width: 100%; margin-bottom: 20px; }
table.searchdetail tr { border-bottom: 1px solid #ddd; }
table.searchdetail th { text-align: left; padding: 3px 10px; font-weight: 700; vertical-align: top; }
table.searchdetail td { padding: 3px 10px; vertical-align: top; background: #fff; }
	table.searchdetail td a { text-decoration: none; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							SITEMAP STYLES             			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

#sitemap ul, #sitemap li { margin: 0; padding: 2px 0; list-style: none; }
#sitemap a { text-decoration: none; }

#sitemap > ul {  }
#sitemap > ul > li { float: left; width: 15.66%; margin: 0 0.5%; line-height: 18px; background: #fafafa; margin-top: 10px; }
#sitemap > ul > li > a { color: #fff !important; font-size: 16px; font-weight: 700; display: table-cell; width: 157px; text-align: center; vertical-align: middle; height: 50px; background: #444; }

	#sitemap > ul > li > ul  {  }
	#sitemap > ul > li > ul > li  { padding-left: 5px; line-height: 17px; }
	#sitemap > ul > li > ul > li > a { font-size: 14px; }

		#sitemap > ul > li > ul > li > ul  {  }
		#sitemap > ul > li > ul > li > ul > li  { padding-left: 10px; line-height: 16px; }
		#sitemap > ul > li > ul > li > ul > li > a { font-size: 13px; }

			#sitemap > ul > li > ul > li > ul > li > ul  {  }
			#sitemap > ul > li > ul > li > ul > li > ul > li  { padding-left: 10px; line-height: 14px; }
			#sitemap > ul > li > ul > li > ul > li > ul > li > a { font-size: 12px; }


/* ████████████████████████████████████████████████████████████████████████ */
/* █																      █ */
/* █							FORM STYLES              			      █ */
/* █																      █ */
/* ████████████████████████████████████████████████████████████████████████ */

form.formstyle div {
	margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 22px;
}

form.formstyle { padding-top: 10px; float: left; }
form.formstyle p, form.formstyle div { clear: both; width: 100%; }
form.formstyle p em, form.formstyle div em { color: #c00; font-size: 10px; letter-spacing: 0; }
form.formstyle p label, form.formstyle div label { display: block; padding: 2px 0; }
form.formstyle input { max-width: 100%; border: 1px solid #ccc; padding: 4px 6px; font-size: 14px; box-sizing: border-box; }
form.formstyle textarea { max-width: 100%; border: 1px solid #ccc; padding: 4px 6px; font-size: 14px; box-sizing: border-box; }
form.formstyle select { max-width: 100%; border: 1px solid #ccc; padding: 4px 6px; font-size: 14px; box-sizing: border-box; }

div.centrelogin { width: 100%; max-width: 450px; margin: 0 auto; background: #eee; padding: 20px 0 0 0; text-align: center; }
div.centrelogin form.formstyle { width: 100%; }
div.centrelogin form.formstyle p, div.centrelogin form.formstyle div { text-align: center; line-height: 24px; width: 100%; }
div.centrelogin form.formstyle p span, div.centrelogin form.formstyle div span { width: 240px; display: block; text-align: left; margin: 0 auto; }
div.centrelogin form.formstyle p input, div.centrelogin form.formstyle div input { margin-right: 10px; }
div.centrelogin form.formstyle p label, div.centrelogin form.formstyle div label { display: inline; }

form.formstyle p input.error, form.formstyle p input.error, form.formstyle p input.error, form.formstyle p textarea.error, .error, form.formstyle div input.error, form.formstyle div input.error, form.formstyle div input.error, form.formstyle div textarea.error, .error { border: 1px solid #f00 !important; background: #fee; }

form.formstyle p input.submitbutton, form.formstyle div input.submitbutton {
	background: #444;
	display: inline-block;
	height: 2em;
	line-height: 2em;
	color: #fff !important;
	font-size: 1.05em;
	font-weight: 700;
	padding: 0 0.58em  0 0.58em;
	position: relative;
	margin: 0 0 15px 0;
	text-decoration: none;
	border: 0;
	float: right;
}

form.formstyle p input.smallbutton, form.formstyle div input.smallbutton {
	background: #444;
	display: inline-block;
	height: 1.6em;
	line-height: 1.6em;
	color: #fff !important;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0 0.58em  0 0.58em;
	position: relative;
	margin: 0 0 15px 0;
	text-decoration: none;
	border: 0;
	float: right;
}

body a.buttonstyle {
	background: #444;
	display: inline-block;
	height: 1.9em;
	line-height: 1.9em;
	color: #fff !important;
	font-size: 1.0em;
	font-weight: 700;
	padding: 0 0.5em 0 0.5em;
	position: relative;
	margin: 0 0 15px 0;
	text-decoration: none;
}

#page_content div.content_box p a.buttonstyle:hover, #page_content div.content_box p a.buttonstyle:active { background: #666; }

::-webkit-input-placeholder { color: #666; }
:-moz-placeholder { color: #666; }
::-moz-placeholder { color: #666; }
:-ms-input-placeholder { color: #666; }

#mapContainer {
	width: 100%;
	height: 400px;
	margin: 10px 0 10px 0;
}

#delegates {}
#delegates th { text-align: left; background: #eee; padding: 2px 10px; }
#delegates td { padding: 6px 10px; }
#delegates td input { width: 100%; }

#home_twitter {
	background: #DDD url(../images/home_twitter.png) no-repeat 10px center;
	height: 40px;
	overflow: hidden;
}

	.section_1 #home_twitter a {
		color: #31AAE1 !important;
	}

	#home_twitter_title {
		float: left;
		padding: 5px 5px 5px 40px;
		line-height: 30px;
	}

		#home_twitter_title a {
			text-decoration: none;
		}

	#home_twitter_tweets {
		margin-left: 150px;
		text-overflow: ellipsis;
		height: 30px;
		line-height: 30px;
	}

		#home_twitter_tweets p {
			font-size: 0.95em;
			padding: 5px;
			margin: 0;
			line-height: 30px;
		}

	#home_twitter_follow {
		margin-top: 10px;
	}


span.required_text {
	color:#c00;
	font-size:0.55em;
	font-style: italic;
	letter-spacing: 0;
}

.booking_note {
	color:#c00;
	font-size:0.8em;
	font-style: italic;
	letter-spacing: 0;
	padding:0;
	margin:20px 0 0 0;
}