/* MAIN LAYOUT */
body {
	margin: 0;
	background: #ededed;
	min-width: 240px;
	-webkit-text-size-adjust: none;
	/* The text size is not adjusted for Safari on iPhone */
}

/* General */
.pdl10 {
	padding-left:10px;
}
.pdr10 {
	padding-right:10px;
}
.pdt10 {
	padding-top:10px;
}
.pdt5 {
	padding-top:5px;
}
.pdb5 {
	padding-bottom:5px;
}
.pdb10 {
	padding-bottom:10px;
}
.pdl20 {
	padding-left:20px;
}
.pdr20 {
	padding-right:20px;
}
.pdt20 {
	padding-top:20px;
}
.pdb20 {
	padding-bottom:20px;
}
.pdl3 {
	padding-left:3px;
}
.pdt20 {
	padding-top:20px;
}
.pdt40 {
	padding-top:40px;
}
.pdb20 {
	padding-bottom:20px;
}
.pd5 {
	padding:5px;
}
.pd10 {
	padding:10px;
}
.pd20 {
	padding:20px;
}
.mg20 {
	margin:20px;
}
.mt15 {
	margin-top: 15px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.dblock {
	display: block;
	clear: both;
}
#Cbox p {
	text-align: right;
}
#Cbox p a{
	color:#00AEEF;
	text-transform:none;
	text-shadow:none;
	text-decoration:underline;
}
#Cbox p a:hover{
	text-decoration:none;
	color:#333;	
}
.hdt {
	visibility: hidden;
	display: none;
}
#pageno ul {
	margin: 30px 0 30px 0px !important;
}
map_canvasevent img {
	max-width: none !important;
}
.Laybanner {
	position: relative;
}
.Laybanner .watermark {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5000;
	height: 85%;
}
.Laybanner .watermark img {
	max-height: 100%;
	width: auto;
	position: absolute;
	bottom: 5%;
	right: 0;
}
.Laybanner > .lb-text {
	color: #fff;
	cursor: default;
	font-family: 'Caveat', cursive;
	font-size: 3em;
	left: 0;
	line-height: 1;
	margin: -1% 0 0;
	position: absolute;
	text-align: center;
	text-shadow: 0 3px 7px #000;
	text-shadow: 0 3px 7px rgba(0,0,0,.75);
	top: 50%;
	width: 100%;
	z-index: 3;
}
.Laybanner > .lb-text em {
	font-style: italic;
}
.Laybanner .carousel {
	max-height: 400px;
	overflow: hidden;
	z-index: 1;
}
.home .Laybanner .carousel {
	max-height: 600px;
}
.Laybanner .carousel:before {
/*	background: url(/themes/ctc2016/images/carousel_overlay.png) repeat 0 0;*/
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}
.Laybanner .carousel-inner>.item>img,.Laybanner .carousel-inner>.item>a>img {
	width: 100%;
}
.org-logos {
	background: #f4f4f4;
	margin-top: 30px;
	padding: 30px 0 10px;
	text-align: center;
}
.org-logos img {
	height: auto;
	max-width: 100%;
}
.sideform .typography h2 {
	border-bottom: 1px solid #ddd;
	margin: 0 0 25px 0;
	min-height: 49px;
	padding: 12px 0;
}
.cta {
	border-top: 1px solid #ddd;
	margin: 20px 0;
	padding-top: 20px;
}
.cta.top {
	border: none;
	margin-top: 0;
	padding-top: 0;
}
.cta a {
	background: #DABA8A;
	border-bottom: 3px solid #A48C68;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 20px;
	text-align: center;
	text-transform: uppercase;
	-moz-transition: all .15s;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.cta a:hover, .cta a:focus {
	background: #CFB183;
	color: #fff;
	text-decoration: none;
}
.cta .fa {
	margin-right: 10px;
}
/* pad anchors for fixed header */
.anchor {
	display: block;
	height: 90px;
	margin-top: -90px;
	visibility: hidden;
}
.sharefooter {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	color: #565656;
	margin: 20px 0;
	padding: 15px 0;
}
.sharefooter:after {
	clear: both;
	content: '';
	display: block;
}
.sharetext {
	float: left;
}
.shareimg {
	float: right;
}
.shareimg a {
	color: #565656;
}
/* Up arrow */
.uparrow {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 10px;
	right: 10px;
	display: none;
	text-indent: -9999px;
	background-image: url(/themes/ctc2016/images/arrow_up.png);
	background-repeat: no-repeat;
	z-index: 6000;
}
a.uparrow {
	outline: 0;
}
.uparrow:hover {
	opacity: 0.6;
	cursor: pointer;
}
/* HEADER */
.header {
	background: #fff;
	border-bottom: 3px solid #221E1F;
	width: 100%;
	position: relative;
	z-index: 5;
}
.header .inner {
	padding-top: 45px;
	position: relative;
	min-height: 72px;
}
.afterhead {
	margin-top: 60px;
}
#menu {
	margin-top: 60px;
}
.pageHeader {
	padding-top: 20px;
}
/* MIXED */
header:after,
.breadcrumb:after,
.main:after,
#Root:after,
.search-bar:after,
header .inner:after,
footer:after {
	/* clearfix */
	height: 0;
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.search-bar form input.action,
.header .primary li a,
.footer a {
	/* adds color transition when links/inputs on hover */
	-moz-transition: color 0.2s;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
/* FOOTER */
.mainfooter {
	width: 100%;
	display: block;
}
.footer {
	color: #565656;
	padding: 20px 0;
	font-size: 1em;
	text-align: center;
}
.footer p {
	margin: 0;
}
#AlsoMenu {
	visibility: hidden;
	display: none;
}
/* Contact Us Map */
#mapwrapper {
	position: relative;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
}
#map_canvas {
	border: none;
	position: relative;
	z-index: 20px;
	width: 100%;
	height: 230px;
}
#over_map {
	position: absolute;
	top: 0px;
	right: 150px;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.7);
	width: 280px;
	min-height: 230px;
	padding: 20px;
}
#over_map h2 {
	color: #333;
}
#mapwrapper h2 {
	padding: 0px;
	margin: 0px 0px 8px 0px;
	font-size: 1.4em;
	color: #333;
}
#mapwrapper p {
	margin: 0px 0px 4px 0px;
	padding: 0px;
}
#mapwrapper a {
	color: #333;
	text-decoration: none;
}
#mapwrapper a:hover {
	color: #333;
	text-decoration: underline;
}
/* Search Results */
.pagination > li > a, .pagination > li > span {
	color: #333 !important;
}
#Breadcrumbs ul, #Breadcrumbs ol, #Breadcrumbs dl {
	margin: 0;
}
#Breadcrumbs {
	margin-bottom: 30px;
}
#Breadcrumbs, #Breadcrumbs .breadcrumb {
	background: #221E1F;
	padding: 0;
}
#Breadcrumbs .breadcrumb li {
	float: left;
	margin-bottom: 0;
}
.breadcrumb>li+li:before {
	display: none;
}
.breadcrumb a {
	color: #aaa;
	font-family: "Raleway", sans-serif;
	display: block;
	margin-right: 10px;
	padding: 10px 0;
	text-decoration: none;
}
.breadcrumb a:after {
	content: '/';
	display: block;
	float: right;
	margin-left: 10px;
	color: #777;
}
.breadcrumb a:hover {
	color: #aaa;
	text-decoration: underline;
}
.breadcrumb>.active a {
	color: #fff;
	font-weight: bold;
	margin-right: 0;
}
.breadcrumb>.active a:after {
	display: none;
}
.centralise {
	background: #221E1F;
	padding-top: 25px;
	text-align: center;
}
.centralise .content h1 {
	color: #fff;
	font-weight: normal;
	margin: 0;
}
.centralise .maincontent {
	background: #fff;
	padding-top: 15px;
	text-align: left;
}
.circle {
	cursor: default;
	margin: 45px 0 0;
}
.circle h2 {
	color: #231F20;
	margin-top: 30px;
}
.outer-circle, .inner-circle {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transition: all .15s;
	-ms-transition: all .15s;
	-o-transition: all .15s;
	-webkit-transition: all .15s;
	transition: all .15s;
}
.outer-circle {
	color: #111;
	color: rgba(0,0,0,.15);
	display: inline-block;
	height: 110px;
	line-height: 110px !important;
	position: relative;
	text-align: center;
	width: 110px;
}
.inner-circle {
	border: 1px solid #111;
	border: 1px solid rgba(0,0,0,.1);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.green .outer-circle {
	color: #61A60F;
}
.green .inner-circle {
	border-color: #61A60F;
}
.red .outer-circle {
	color: #CC011E;
}
.red .inner-circle {
	border-color: #CC011E;
}
.blue .outer-circle {
	color: #009DE0;
}
.blue .inner-circle {
	border-color: #009DE0;
}
.teal .outer-circle {
	color: #1EB3A0;
}
.teal .inner-circle {
	border-color: #1EB3A0;
}
.orange .outer-circle {
	color: #FF9708;
}
.orange .inner-circle {
	border-color: #FF9708;
}
.circle:hover .outer-circle, .circle:focus .outer-circle, .circle:active .outer-circle {
	color: #fff !important;
	background: #61A60F;
}
.circle:hover .inner-circle, .circle:focus .inner-circle, .circle:active .inner-circle {
	border-color: #61A60F !important;
	border-width: 2px;
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.home #SidePanel {
	margin-top: 15px;
}
.WidgetHolder.facebook_like_boxWidget {
	margin-top: 30px;
}
#SidePanel > .WidgetHolder.facebook_like_boxWidget:first-child {
	margin-top: 0;
}
.WidgetHolder.ButtonWidget h3 {
	display: none;
}
.WidgetHolder .button-icon {
	border-bottom: 1px solid #eee;
	color: #565656;
	display: block;
	font-family: "Raleway", sans-serif;
	font-size: 1.3em;
	font-weight: 600;
	padding: 10px 0;
	text-decoration: none;
}
.WidgetHolder .button-icon:hover {
	color: #61A60F;
	border-color: #61A60F;
}
.WidgetHolder .button-icon .fa {
	margin-right: 10px;
}

/* screen styles hidden for print */
#copyprint {
	visibility: hidden;
	display: none;
}
/* Media Queries */
@media only screen and (max-width: 767px) {
	.pageHeader {
		padding-bottom: 10px;
	}
	#headerLogo {
		margin-bottom: 10px;
		padding-right: 120px;
	}
	#headerLogo img {
		max-width: 100%;
	}
	.Laybanner > .lb-text {
		top: 45%;
	}
	.centralise {
		padding-top: 20px;
	}
	.centralise h1, .typography h1 {
		font-size: 2em;
	}
	.typography h2 {
		font-size: 1.8em;
	}
	.centralise .maincontent {
		margin-top: 20px;
		padding-top: 10px;
	}
	#SidePanel .WidgetHolder.ButtonWidget:first-child {
		border-top: 1px solid #eee;
	}
}
@media only screen and (max-width: 640px) {
	#AlsoMenu {
		visibility: visible;
		display: block;
	}
	#over_map {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50%;
	}
	.Laybanner > .lb-text {
		top: 35%;
	}
	.sharefooter {
		margin-bottom: 0;
	}
	.home .seofooter {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 568px) {
	.Laybanner > .lb-text {
		top: 30%;
	}
}
@media only screen and (max-width: 450px) {
	.Laybanner > .lb-text {
		display: none;
	}
}
@media only screen and (max-width: 414px) {
	.centralise {
		padding-top: 15px;
	}
	.centralise .maincontent {
		margin-top: 15px;
	}
	.content.typography .container {
		padding: 0;
	}
}
@media only screen and (max-width: 320px) {
	#headerLogo {
		padding-right: 65px;
	}
	.centralise h1, .typography h1 {
		font-size: 1.8em;
	}
	.typography h2 {
		font-size: 1.6em;
	}
	.typography h3 {
		font-size: 1.4em;
	}
}
/* Print Styles */
@media print {
	* {
		background: transparent !important;
		color: black !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
}
	a,
	a:visited {
		text-decoration: underline;
}
	a[href]:after {
		content: " (" attr(href) ")";
}
	abbr[title]:after {
		content: " (" attr(title) ")";
}
	/*
	 * Don't show links for images, or javascript/internal links
	 */
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
}
	thead {
		display: table-header-group;
}
	tr,
	img {
		page-break-inside: avoid;
}
	img {
		max-width: 100% !important;
}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
}
	@page {
		margin: 0.5cm;
}	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
}
	h2,
	h3 {
		page-break-after: avoid;
}
	/* theme custom print styles */
	.Layheader,
	.Layfooter,
	.Laysidebar,
	.contactmap,
	#sidebaricons,
	#SideMenu,
	.hsearch,
	#Search,
	.nav-open-button,
	.search-bar,
	.search-dropdown-icon,
	nav.primary {
		display: none;
}
	.content, .container, .row, body, .maincontent {
		width: 100% !important;
}
	#copyprint {
		clear: both;
		visibility: visible;
		display: block;
		color: #666666;
		font-size: 0.8em;
		width: 90%;
		font-style: italic;
		border: 1px dashed #666;
		padding: 20px;
}
	.hideprint {
		display: none;
	}
	.hideprint *, .dc-slick *, .dc-slick-content, .c17, fieldset, input, .Actions, .middleColumn, .skiptocontent, #mytabs {
		display: none;
		visibility: hidden;
		background: #FFFFFF url(/themes/default/images/spacer.gif) repeat;
		height: 0px;
		margin: 0px;
		padding: 0px;
		line-height: 0px;
		list-style: none;
}
	#Form_Form {
		background-color: #DFD7CA;
		border-bottom: 0px solid #FFFFFF;
		display: none;
		padding: 0px;
		width: 98%;
		position: absolute !important;
		left: -9999px !important;
}
	html {
		background-color: #FFFFFF;
		color: #000;
}
	.dc-slick {
		position: absolute !important;
		left: -9999px !important;
}
	.content {
		width: 100%;
		padding: 0px;
		margin: 0px;
		position: relative;
		top: 0px;
		display: block;
		clear: both; } }

/*# sourceMappingURL=layout.css.map */
