/* ------------------------------------------------------
   Variables for easy find and replace


	$link:					#5e345d;
	$link-hover:			#773f76;

	$second-bg-color: #F6F6F6;
	$second-font-color: #707070;
	$table-border-color: #D6D6D6;

	$body-font:				sans-serif;
	$heading-font:			Helvetica;


	Table of Contents for search based navigation


BASE STYLES

**** Box Model Reset

**** Typography
---- Lists
---- Breadcrumbs
---- Quotations
---- Text level elements
---- Links

**** Content Design Patterns
---- Buttons
---- Expando Styles
---- Content Highlight box
---- Date Pattern
---- Site Messages

**** Images

**** Forms
---- Form Help
---- Form Errors
---- Horizontal Form
---- Oldschool Table based form styles
---- Search Form
---- Submit Bar
---- Captcha

**** Tables
---- Table Unstyled

**** Logo Gallery

**** Helper classes
---- Clearfix
---- Floats and positioning
---- Visually Hidden

GLOBAL TEMPLATE

**** Template Layout
---- Header
---- Content
---- footer

**** Widgets and modules
---- Related Links
---- Articles
---- Article Category Subscribe
---- Simple Image Gallery
---- Gallery
---- Gallery Preview
---- Job Search
---- Order Form
---- Events
---- Videos
---- Messages
---- Directions
---- Sidebar Blog Related Listings

Blog entry list;

**** Media Queries

**** Print styles

------------------------------------------------------ */

/* ------------------------------------------------------
**** Box Model Reset
------------------------------------------------------ */

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


/* ------------------------------------------------------
**** Typography
------------------------------------------------------ */

html {
	font-size: 62.5%;
	-ms-text-size-adjust: 100%; /* These two prevent iOS text size adjust after orientation change, without disabling user zoom. */
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	line-height: 27px;
	line-height: 2.7rem;
	font-size: 16px;
	font-size: 1.6rem;
	color: #222;
	font-family: "museo-sans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	background: #6e7151;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* ---- Fonts ----*/
@font-face {
	font-family: 'existencelight';
	src: url('../fonts/Existence-Light-webfont.eot');
	src: url('../fonts/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Existence-Light-webfont.woff') format('woff'),
	url('../fonts/Existence-Light-webfont.ttf') format('truetype'),
	url('../fonts/Existence-Light-webfont.svg#existencelight') format('svg');
	font-weight: normal;
	font-style: normal;
}



/* ---- Headings ---- */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0;
	font-weight: 100;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
	font-weight: normal;
	line-height: 1;
	color: #8a7b7b;
}


h1, .h1 {
	line-height: 36px;
	line-height: 3.6rem;
	font-size: 29px;
	font-size: 2.9rem;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	text-transform: uppercase;
}

.widget-ParadeCategoryGallery h1 { margin-bottom: 1em; }

h2, .h2 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0;
	font-size: 30px;
	font-size: 3rem;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.1em;
}

h3, .h3 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0;
	font-size: 19px;
	font-size: 1.9rem;
	font-family: "museo-sans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-weight: 700;
	line-height: 1.1em;
}
.sidebar .widget-title,
.sidebar .widget-title {
	padding: 40px 30px;
	background: #000 url(../images/widget-title-slash.png?v=1748930988) no-repeat right bottom;
	color: #FFF;
	margin: 0;
}
h4, .h4 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}

h5, .h5 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
}

h6, .h6 {
	margin: 30px 0 15px 0;
	margin: 3rem 0 1.5rem 0
;font-weight: 700;
	font-size: 14px;
	font-size: 1.4rem;
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}
p {
	line-height: 1.7em;
}
p,
ol,
ul,
dl,
p,
ol,
ul,
dl,
address {
	margin: 15px 0;
	margin: 1.5rem 0;
}

small {
	font-size: 12.8px;
	font-size: 1.28rem;
}

::selection {
	background: #caafc9; /* Safari */
}
::-moz-selection {
	background: #caafc9; /* Firefox */
}

/* ---- Lists ---- */

ul,
ol {
	padding: 0 0 0 32px;
	padding: 0 0 0 3.2rem;
}
li {
	line-height: 35px;
	line-height: 3.5rem;
}

ul {
	list-style-type: square;
}


li ul,
li ol {
	list-style-type: none;
	margin: 1rem 0;
}

ul.inline,
ol.inline {
	list-style-type: none;
	margin-left: 0;
}
ul.inline > li,
ol.inline > li {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}

/* ---- Breadcrumbs ---- */

.breadcrumb {
	list-style-type: none;
	margin: 20px 0;
	margin: 2rem 0 3.4rem;
	padding: 8px 0;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
	font-size: 16px;
	font-size: 1.6rem;
	color: #959595;
}
.breadcrumb > li {
	display: inline;
	*display: inline;
	*zoom: 1;
}
.breadcrumb > li a {
	color: #717171;
	text-decoration: none;
}
.breadcrumb > li a:hover {
	text-decoration: underline;
}
.breadcrumb > li:before {
	content: "\00A0\005C\00A0";
}
.breadcrumb > li:first-child:before {
	content: none;
}


/* ---- Quotations ---- */

blockquote {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 7px 20px;
	background: #e3e3e3;
	font-style: normal;
}
blockquote small:before {
	content: '\00A0 \2014';
}
blockquote small:after {
	content: '';
}
blockquote.pull-right {
	float: right;
	background-color: transparent;
}
blockquote.pull-right p, blockquote.pull-right small {
	text-align: right;
}
blockquote.pull-right small:before {
	content: '';
}
blockquote.pull-right small:after {
	content: '\00A0 \2014';
}
blockquote cite {
	font-style: normal;
}

q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

dl,
dd {
	margin-bottom: 1.5em;
}

dt {
	font-weight: bold; }

	.dl-horizontal {
		*zoom: 1;
	}
	.dl-horizontal:before, .dl-horizontal:after {
		content: " ";
		display: table;
	}
	.dl-horizontal:after {
		clear: both;
	}
	.dl-horizontal dt {
		float: left;
		clear: left;
		width: 30.38869258%;
	}
	.dl-horizontal dd {
		margin-left: 32.99289258%;
	}

	/* ---- Text level elements ---- */

	abbr[title] {
		border-bottom: 1px dotted #c6bfbf;
		cursor: help;
	}

	b, strong {
		font-weight: bold;
	}

	dfn {
		font-style: italic;
	}

	ins {
		background-color: #f6f6f6;
		color: #473f3f;
		text-decoration: none;
	}

	mark {
		background-color: #f6f6f6;
		color: #473f3f;
		font-style: italic;
		font-weight: bold;
	}

	pre,
	code,
	kbd,
	samp {
		font-family: Monaco, Courier New, monospace;
		color: #484040;
		background: #efefef;
		background: rgba(0, 0, 0, .07);
		padding: 0 2px;
		margin: 0 -2px;
	}

	pre {
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}

	sub,
	sup {
		font-size: 75%;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		top: -.5em;
	}

	sub {
		bottom: -.25em;
	}


	/* ---- Links ---- */

	a {
		color: #6e7151;

		word-break: break-word;        word-wrap: break-word;            -webkit-hyphens: auto;        -moz-hyphens: auto;        hyphens: auto;
}

	a:hover {
		color: #b8b597;
	}

	/* Address `outline` inconsistency between Chrome and other browsers. */
	a:focus {
		outline: thin dotted;
	}

	/* Improve readability when focused and also mouse hovered in all browsers. */
	a:active,
	a:hover {
		outline: 0;
	}


/* ------------------------------------------------------
**** Design Patterns

Reusable bits of badass code that we probably use a lot

------------------------------------------------------ */

/* ---- Buttons ---- */

.button,
.result-pages a,
input[type="submit"].go,
.bottom-nav .see-all {
	/* Structure */
	display: inline-block;
	*display: inline; /*IE 6/7*/
	zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	/* styles */
	font-weight: normal;
	line-height: 1em;
	color: #fff;
	background-color: #6e7151;
	text-decoration: none;
	border-radius: 0;
	border: none;
	font-size: 19px;
	font-size: 1.3em;
	padding: 10px 15px 8px;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	text-transform: uppercase;
	height: 38px;
	*font-size: 90%; /*IE 6/7 - To reduce IE's oversized button text*/
	*overflow: visible; /*IE 6/7 - Because of IE's overly large left/right padding on buttons */
}
.bottom-nav .see-all {
	background-color: #191919;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner,
.result-pages a::-moz-focus-inner,
.bottom-nav .see-all a::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.result-pages {
	margin-top: 25px;
}
.button-hover,
.button:hover,
.button:focus,
input[type="submit"].go:hover,
.result-pages a:hover,
.result-pages a:focus,
.result-pages a.page.on {
	background-color: #484a35;
	color: #fff;
}
.bottm-nav .see-all a:hover,
.bottm-nav .see-all a:focus,
.bottm-nav .see-all a.page.on {
	background-color: #484a35;
	color: #fff;
}

.button-small,
.bottom-nav .see-all {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	padding: 6px 8px;
	margin: -2px 0;
	height: auto;
}
.bottom-nav .see-all {
	white-space: normal;
	margin: 5px 0
}

.button-large {
	font-size: 20px;
	font-size: 2rem;
	padding: 14px 25px 14px;
	font-size: 21px;
	font-size: 2.1rem;
	height: auto;
}

.button-block {
	display: block;
}

/* Disabled/unavailable button style */

.button[disabled],
.button-disabled,
.button-disabled:hover,
.button-disabled:focus,
.button-disabled:active {
	border: none;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	filter: alpha(opacity=40);
	-khtml-opacity: 0.40;
	-moz-opacity: 0.40;
	opacity: 0.40;
	cursor: default;
	box-shadow: none;
}

/* Gets the buttons to line up with form inputs when you want them to */

.button.inline {
	margin-bottom: 0.75em;
}


/* ---- Expando Styles ---- */

.expando-opener-heading {
	color: #5e345d;
	padding: 0 0 0 48px;
	cursor: pointer;
}
.expando-opener-heading:hover {
	color: #773f76;
}

.expando-opener-heading:before {
	content: " ";
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../images/expando-btn.png?v=1748930988) no-repeat 0 0;
	margin: 0 16px -10px -48px;
}
.expando-opener-heading:hover:before {
	background-position: -30px 0;
}
.expando-opener-heading.expanded:before {
	background-position: 0px -30px;
}
.expando-opener-heading.expanded:hover:before {
	background-position: -30px -30px;
}

.expando {
	background: #F7F7F7;
	padding: 2px 23px;
	opacity: 0 !important;
	display: block !important;
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;

}
.expando.expanded {
	opacity: 1 !important;
	display: block !important;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	position: static;
	overflow: auto;
	clip: auto;
	height: auto; width: auto;
	margin: auto;
}
/* Plain style */
.expando.expando-plain {
	background: none;
	padding: 0;
	margin: 0;
}
.expando.expando-plain table {
	margin: 8px 0;
	margin: 0.8rem 0;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e3e3e3;
	margin: 2em 0;
	padding: 0;
	clear: right; /* --------!!!! Change this to left if the sidebar is on the right !!!!-------- */
}

/* ---- Auto complete search form ---- */


#search-autocomplete {
	background: #fff;
	border: 1px solid #e3e3e3;
	position: absolute;
	bottom: 100%;
	left: 0;
	margin: 0 auto 6px;
	padding: 20px 27px 16px;
	color: #222;
	text-align: left;
	width: 100%;
	z-index: 55;
}
.home #search-autocomplete {
	margin: 0 auto;
	width: 100%;
}
.widget-ParadeCategoryGallery #search-autocomplete {
	bottom: auto;
}

#search-autocomplete h3 {
	margin: 0 0 17px;
}

	#search-autocomplete .search-exact {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#search-autocomplete .search-panel h3 {
		font-size: 16px;
		margin: 0 0 6px 0;
	}
	#search-autocomplete .search-panel {
		width: 100%;
	}
	#search-autocomplete .search-panel ul {
		margin: 0;
		padding: 0;

		display: block;
}

	#search-autocomplete .search-panel li {
		list-style-type: none;
	}

	#search-autocomplete .search-panel li {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    line-height: 2rem;
}

	#search-autocomplete .search-panel li a {
		display: block;
		padding: 3px 19px;
	}
	#search-autocomplete h3 + .search-panel {
		border-top: 1px solid #ccc;
	}
	#search-autocomplete .search-panel li a:link,
	#search-autocomplete .search-panel li a:visited {
		background-color: #F6F6F6;
		text-decoration: none;
		border-bottom: 1px solid #ccc;

		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		color: #222;
}

	#search-autocomplete .search-panel li a:hover,
	#search-autocomplete .search-panel li a:focus {
		background-color: #eee;
		color: #222;
		border-bottom: 1px solid #ccc;
	}

	#search-autocomplete .search-seeall {
		text-align: right;
		margin: 10px 0 0 0;
		font-size: 13px;
		font-size: 1.3rem;
}
#search-autocomplete .search-seeall a {
	text-decoration: none;
}

	#search-autocomplete .close {
		margin: 0;
		cursor: pointer;
		float: right;
}
#search-autocomplete .close img {
	display: block;
	margin: 0;
}
	#search-autocomplete .close:hover {
		opacity: 0.8;
	}

	.widget-RecyclingGuide #search-autocomplete {
		top: 0;
		left: 0;
		margin: -15px 0 10px 0;
	}

/* ---- Content Highlight box ---- */

.content-highlight {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 15px 20px 15px;
	background: #f6f6f6;
}


/* ---- Date Pattern ---- */

.calendar-date {
	background: #5e345d;
	color: #fff;
	border-radius: 6px;
	padding: 0px 0 5px;
	width: 60px;
	text-align: center;
}
.calendar-date-text {
	color: #fff;
	text-decoration: none; /* Used if the date is a link */
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.calendar-date-text span {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
}


/* ---- Site Messages ---- */

.messages {
	background: #f6f6f6;
	border: 1px solid #D6D6D6;
	font-family: arial,sans-serif;
	list-style-type: none;
	margin: 15px 0;
	padding: 10px 0;
	-webkit-box-shadow: 0 0 8px 0 #404040;
	box-shadow: 0 0 8px 0 #404040;
}

.messages li {
	margin: 0 0 0 16px;
	padding: 7px 20px 7px 30px;
	vertical-align: bottom;
}

/* ------------------------------------------------------
**** Images
------------------------------------------------------ */


img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

/*

Old school image left and right are more generic now so we can use them on anything

You can find them in the helper classes section

*/

/* ------------------------------------------------------
**** Forms
------------------------------------------------------ */

form {
	margin: 0 0 2em 0;
}
form ul {
	list-style-type: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

fieldset {
	margin-bottom: 1.5em;
	padding: 0;
	border-width: 0;
}
fieldset:last-of-type {
	margin-bottom: 0;
}

legend {
	display: block;
	width: 100%;
	margin-top: 15px;
	*margin-left: -7px;
	padding: 00;
	border: 0;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5em;
	white-space: normal;
}
legend small {
	font-size: 1.125em;
	color: #625757;
}

label,
input,
button,
select,
textarea {
	font-family: sans-serif;
}

label {
	display: block;
	margin-bottom: 0.375em;
	line-height: 1.3em;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
	display: inline-block;
	margin-bottom: 0.75em;
	padding: 0.6em 17px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.5em;
	color: inherit;
	border-radius: 0;
	vertical-align: middle;
	font-family: "museo-sans", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	background-color: #EDEDED;
}

input,
textarea {
	width: 100%;
}

textarea {
	height: auto;
	resize: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	border: none;
}
textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
	border-color: #aeaeae;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border-color: #828282;
	outline: 0;
	outline: thin dotted #eee;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 6px 0 0 1.5em;
	margin-top: 8px #eee;  /* IE8-9 */
	line-height: normal;
	vertical-align: top;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
	width: auto;
	border: none;
}

input.datepicker.wd {
	margin-left: 0;
}
input.datepicker.wy {
	margin-right: 0;
}
input.datepicker {
	width: 80px !important;
	margin: 0 4px;
}

select {
	padding: 7px 21px;
	height: 38px;
	width: 100%;
	border: 0;
	-webkit-appearance: none;
	background: #f6f6f6 url(../images/select-arrow.png?v=1748930988) no-repeat right center;
}
select,  x:-moz-any-link, x:default  {
	background-image: none;
}
select::-ms-expand {
    display: none;
}
.lt-ie9 select {
	background-image: none;
}
	.result-opts select {
		width: 741px;
		margin: 0 8px 0 0;
	}
	.result-opts input[type="submit"] {
		width: 80px;
	}
	.map-directions-form input[type="text"] {
		width: 621px;
		margin: 0 8px 0 0;
	}
	.map-directions-form a.get-directions {
		width: 200px;
		height: 46px;
		padding: 13px 15px;
	}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

::-webkit-input-placeholder {
	font-size: 20px;
	font-size: 2rem;
	color: #222;
}

:-moz-placeholder { /* Firefox 18- */
	font-size: 20px;
	font-size: 2rem;
	color: #222;
}

::-moz-placeholder {  /* Firefox 19+ */
	font-size: 20px;
	font-size: 2rem;
	color: #222;
}

:-ms-input-placeholder {
	font-size: 20px;
	font-size: 2rem;
	color: #222;
}

.radio,
.checkbox {
	min-height: 1.5em;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
	float: left;
	margin-right: 10px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
	padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
	margin-left: 12px;
}

.-input-mini {
	width: 60px;
}

.-input-small {
	width: 90px;
}

.-input-medium {
	width: 150px;
}

.-input-large {
	width: 210px;
}

.-input-xlarge {
	width: 270px;
}

.-input-xxlarge {
	width: 530px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
	opacity: .25;
}

.form-actions {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0.5em 24px 1.5em;
	*zoom: 1;
}
.form-actions:before, .form-actions:after {
	content: " ";
	display: table;
}
.form-actions:after {
	clear: both;
}

[placeholder]:focus::-webkit-input-placeholder {
	opacity: 0;
	transition: opacity .5s .5s ease;
}

.field-label__required {
	text-indent: -9999px;
	line-height: 0;
	display: inline-block;
}

.field-label__required:after {
    content: "*";
    text-indent: 0;
    display: block;
    line-height: inherit;
}


/* Messages */
ul.messages {
	padding: 10px 0 10px 0;
	margin: 10px 0 10px 0;
	list-style-type: none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	border: 1px dashed #999;
	background-color: #EEEEDE;
	zoom: 1;
}

ul.messages li {
	display: block;
	vertical-align: bottom;
	margin: 0px;
	margin-left: 10px;
	padding: 5px 20px 4px 30px;
}

ul.messages li.confirm {
	color: #090;
	list-style-type: none;
}

ul.messages li.error {
	color: #900;
	list-style-type: none;
}


/* ---- form help ---- */

.help-block,
.help-inline {
	color: #625757;
	font-size: 12.8px;
	font-size: 1.28rem;
	line-height: 1.4;
}

.help-block {
	display: block;
	margin-bottom: 0.75em;
}

.help-inline {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding-left: 12px;
}

.help-block,
.help-inline {
	color: #625757;
}

.help-block {
	display: block;
	margin-bottom: 0.75em;
}

.help-inline {
	vertical-align: middle;
	padding-left: 24px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* ---- Form Errors ---- */

.has-error {
	background: #fae8e7;
	padding: 10px 20px;
	margin: 0 -20px;
}
.has-error input {
	border-color: #B94A48;
}

.has-error .help-block,
.has-error .help-inline {
	color: #B94A48;
	font-weight: bold;
	font-style: italic;
}


/* ---- Horizontal Form ---- */

.form-horizontal {
	/*controls*/
	/*input*/
}
.form-horizontal .control-group {
	margin-bottom: 1.5em;
	*zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	content: " ";
	display: table;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 49%;
	padding-top: 5px;
	padding-right: 24px;
	text-align: right;
}
.form-horizontal .controls {
	*display: inline-block;
	margin-left: 49%;
	*margin-left: 0;
	*padding-left: 24px;
}
.form-horizontal .controls:first-child {
	*padding-left: 24px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block {
	margin-top: 0.75em;
}
.form-horizontal .form-actions {
	padding-left: 49%;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-horizontal .hide {
	display: none;
}
.form-horizontal label,
.form-horizontal .btn-group {
	display: inline-block;
}
.form-horizontal .control-group {
	margin-bottom: 0.75em;
}
.form-horizontal legend + .control-group {
	margin-top: 1.5em;
	-webkit-margin-top-collapse: separate;
}

/* ---- Oldschool Table based form styles ---- */

.form-section th {
		text-align: left;
	}

table.form-section,
table.checkbox-list {
	border-collapse: collapse;
	margin-bottom: 30px;
	width: 100%;
}


table.form-section th,
table.form-section tr > th:first-child {
	width: 25%;
	font-weight: bold;
	padding: 20px 10px 16px 15px;
	vertical-align: top;
}

table.form-section td.field-info {
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
}
td.field-info,
table.form-section td.field-info {
	border-style: solid !important;
	border-left: none !important;
	border-bottom: none !important;
	min-width: 92px;
}
tr:last-child td.field-info,
table.form-section tr:last-child td.field-info {
	border-bottom: 1px solid #e3e3e3 !important;
}
table.form-section span.field-error {
	font-size: 10px;
	font-size: 1rem;
	color: #fff;
}
table.checkbox-list td.check {
	width: 10px;
	text-align: center;
}
td table.checkbox-list td.check {
	padding: 12px 5px 11px 20px;
}

table.form-section span.s {
	display: block;
	font-weight: normal;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

table.form-section table.checkbox-list {
	margin: 0;
}
table.form-section input, table.form-section label, table.form-section select {
	margin: 10px 0;
	margin: 1rem 0;
}
table.form-section label + br {
	display: none;
}


.form-section .field-info span {
	color: #5e345d;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
}

td.field-info:empty, table.form-section td.field-info:empty {
	width: 0;
	padding: 0;
	margin: -1px;
	border-left: none;
}

 /* over the top selector to over-riding defaults */
form .terms-conditions ul {
	padding: 15px 1em 0px 0;
	margin: 0 0 0 5.8em !important; /* Over-riding defaults */
}

.terms-conditions li {
	line-height: 1.5;
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
	list-style-type: disc;
}

.terms-conditions table,
.terms-conditions table td,
.terms-conditions table th,
.terms-conditions table tr {
	border: none !important;
}

.terms-conditions ~ .submit-bar {
	border: 1px #D6D6D6 solid;
	border-top: 0;
}

/* ---- Submit Bar ---- */

.submit-bar {
	text-align: right;
	background: #f6f6f6;
	padding: 14px;
	border-top: 1px #D6D6D6 dashed;
}

.submit-bar a {
	margin-right: 20px;
}

/* ---- Search Form ---- */

input.search-query {
	margin-bottom: 0;
	padding-right: 14px;
	padding-right: 4px \ 9;
	padding-left: 14px;
	padding-left: 4px \9;
	border-radius: 0;

}

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
	border-radius: 0;
}

.form-search {
	/*radio*/
}
.form-search input,
.form-search textarea,
.form-search select {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide {
	display: none;
}
.form-search label,
.form-search .btn-group {
	display: inline-block;
}
.form-search .radio,
.form-search .checkbox {
	margin-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
	float: left;
}
.form-search .radio input[type="radio"] margin,
.form-search .checkbox input[type="checkbox"] margin {
	right: 3px;
	left: 0;
}
.form-search .control-group {
	margin-bottom: 0.75em;
}
.form-search legend + .control-group {
	margin-top: 1.5em;
	-webkit-margin-top-collapse: separate;
}


/* ---- Captcha ---- */

.captcha {
	background: #f6f6f6;
	margin: 5px 0px;
	padding: 10px;
	width: 90%;
	border: 1px #D6D6D6 solid;
}

.captcha .captcha-info, .captcha .info {
	width: 20px;
	float: right;
}
.captcha .captcha-info, .captcha .info a {
	text-decoration: none;
}
.captcha .captcha-info .captcha-icon {
	width: 16px;
	height: 16px;
	margin-bottom: 16px;
}

.captcha .captcha-img {
	width: 200px;
	margin-bottom: 10px;
}

.captcha .captcha-input {
	width: 200px;
}

/* ------------------------------------------------------
**** Tables
------------------------------------------------------ */

table caption {
	text-align: left;
	padding: 7px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0;
	margin: 2rem 0;
	max-width: 100%;
	text-align: left;
	width: 100%;
}
/* responsive table, might require tbody to work */
.responsive-table {
	display: block;
	overflow-x: scroll;
}

	table th,
	table td {
		padding: 11px 15px 7px;
		vertical-align: top;
		border-left: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
}
	table tr th:last-child {
		border-right: 1px solid #e3e3e3;
	}
	table tr td:last-child {
		border-right: 1px solid #e3e3e3;
	}
	table tr:last-child td,
	table tr:last-child th {
		border-bottom: 1px solid #e3e3e3 !important;
	}

	table th {
		background: #f7f7f7;
}
table thead th {
	vertical-align: bottom;
}


table img {
	width: 100%;
	max-width: 100%;
}



/* ---- Table Unstyled ---- */

table.table--unstyled tr th,
table.table--unstyled tr td {
	border-width: 0px !important;
}


/* Meeting years */
.meeting-years {
	background: #f7f7f7;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	padding: 11px 15px;
	margin-top: -20px;
	margin-top: -2rem;
}
.meeting-years .on {
	background: #E8E8E8;
	padding: 3px 5px;
	border-radius: 11px;
	text-decoration: none;
	color: #222;
}

/* ------------------------------------------------------
**** Logo Gallery
------------------------------------------------------ */

.logo-gallery .logo {
	float: left;
	padding: 0 10px;
	margin: 15px 1.6665% 15px 1.6665%;
	border: 1px solid #cccccc;
	width: 30%;
}

.logo-gallery .logo-wrap {
	position: relative;
	width: 100%;
	height: 200px;
	display: table-cell;
	vertical-align:middle;
}

.logo-gallery .logo-wrap:before {
	content: "";
	display: block;
	padding-top: 0%;
}

.logo-wrap img {
	width: 100%;
	max-width: 50em;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
}

.logo-details {
	text-align: center;
}


/* ------------------------------------------------------
**** Helper classes
------------------------------------------------------ */

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

.-clearfix:before,
.-clearfix:after {
	content: " ";
	display: table;
}

.-clearfix:after {
	clear: both;
}

.-clearfix {
	*zoom: 1;
}

/* Image Replacement */
.-ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

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

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

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

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

.-invisible {
	visibility: hidden;
}

/* Angle Brackets */
.-r-arrow-after:after {
	content: "\00a0\003e";
}
.-r-arrow-before:before {
	content: "\003e\00a0";
}
.-l-arrow-after:after {
	content: "\00a0\003c";
}
.-l-arrow-before:before {
	content: "\003c\00a0";
}

/* ---- Floats and positioning ---- */

.left {
	margin: 0 15px 20x 0;
	float: left;
}

.right {
	margin: 0 0 20px 15px;
	float: right;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ---- Clearfix ---- */

.clear {
	height: 0;
	clear: both;
	display: block;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* Ellipsis */
.ellipsis-2:after {
	content: "..";
}
.ellipsis-3:after {
	content: "...";
}


/* ------------------------------------------------------
**** Template Layout
------------------------------------------------------ */

* {
	margin: 0;
}

html,
body {
	height: 100%;
}

.container {
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
}
.content {
	padding: 55px 0;
	background: #FFF;
	z-index: 5;
	position: relative;
}

.sub-title {
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
}
.sub-title strong:after {
	content: "\00a0\005C\005C";
}

/* Modular classes */
.grey-box {
	background: #f6f6f6;
	padding: 5px 25px;
	margin: 25px 0;
}
.outline-grey-box {
	border: 1px solid #e6e6e6;
	padding: 5px 25px;
	margin: 25px 0;
}

/* ---- Header ---- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 115;
}
.header.mini-menu {
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}
.lt-ie9 .header.mini-menu {
	border-bottom: 1px solid #ccc;
}
.header:after {
	content: " ";
	border-bottom: 1px solid rgba(197,197,197,0);
	position: absolute;
	top: 100%;
	display: block;
	height: 1px;
	width: 100%;
}
.header.mini-menu:after {
	border-bottom: 1px solid #CCCCCC;
	border-bottom: 1px solid rgba(197,197,197,1);
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-moz-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	-o-transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000);
	transition: all 500ms cubic-bezier(0.420, 0.000, 1.000, 1.000); /* ease-in */
}

/* Logo */
.logo {
	background: #000;
	width: 142px;
	height: 142px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7;
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1); /* older webkit */
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-moz-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-o-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610); /* custom */
}
.logo.hide-me {
		top: -142px;
	}
.logo a {
	text-decoration: none;
}
.mini-menu .logo {
	height: 100%;
	width: 90px;
}
.logo p {
	color: #FFF;
	font-size: 19px;
	font-size: 1.9rem;
	text-align: center;
	margin-top: 97px;
	line-height: 0.9em;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

.logo p span {
	display: block;
	font-size: 10px;
	font-size: 1rem;
}
.logo img {
	position: absolute;
	top: 18px;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 2px solid #FFF;
	padding: 9px 15px;
}
.mini-menu .logo img {
	border: none;
	top: 10px;
}
/* Navigation */
.navigation {
	border-bottom: 90px solid rgb(130,130,130);
	border-bottom: 90px solid rgba(130,130,130,.5);
	border-left: 0px solid transparent;
	border-right: 70px solid transparent;
	height: 90px;
	width: 78%;
	-webkit-transition: all 350ms ease-in;
	-moz-transition: all 350ms ease-in;
	-ms-transition: all 350ms ease-in;
	-o-transition: all 350ms ease-in;
	transition: all 350ms ease-in;
}
.zippmenu-is-open .navigation {
	border-bottom: 90px solid rgb(130,130,130);
	border-bottom: 90px solid rgba(130,130,130,1);
}
.mini-menu .navigation {
	border-bottom: 90px solid #FFF;
	border-bottom: 90px solid rgba(255,255,255,1);
}
.navigation:before {
	content: " ";
	background: rgb(130,130,130);
	background: rgba(130,130,130,0.5);
	display: block;
	position: absolute;
	left: -1000%;
	top: 0;
	height: 100%;
	width: 1000%;
	-webkit-transition: all 350ms ease-in;
	-moz-transition: all 350ms ease-in;
	-ms-transition: all 350ms ease-in;
	-o-transition: all 350ms ease-in;
	transition: all 350ms ease-in;
}
.zippmenu-is-open .navigation:before {
	background: rgb(130,130,130);
	background: rgba(130,130,130,1);
}
.mini-menu .navigation:before {
	background: #FFF;
	background: rgba(255,255,255,1);
	content: "  ";
}
.navigation:after {
	content: " ";
	border-top: 63px solid rgb(0,0,0);
	border-top: 63px solid rgba(0,0,0,.5);
	border-left: 49px solid transparent;
	border-right: 0px solid transparent;
	height: 90px;
	width: 910px;
	display: block;
	position: absolute;
	left: 844px;
	top: 0;
	height: 100%;
	width: 1000%;
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1); /* older webkit */
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-moz-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-o-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610); /* custom */
}
.mini-menu .navigation:after {
	border-top: 90px solid rgb(230,230,230);
	border-top: 90px solid rgba(230,230,230,1);
	border-left: 70px solid transparent; border-right: 0px solid transparent;
	left: 842px;
	content: "  ";
}
.navigation > ul {
	list-style: none;
	padding: 0 0 0 175px;
	margin: 0 -27px 0 0;
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1); /* older webkit */
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-moz-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-o-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610); /* custom */
}
.mini-menu .navigation > ul {
	padding-left: 140px;
}
.navigation > ul > li {
	float: left;
}
.navigation li a {
	color: #FFF;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.mini-menu .navigation li a {
	color: #000;
}

/* First Level */
.navigation > ul > li {
	padding: 0 20px;
	margin-top: 34px;
	position: relative;
}
.navigation > ul > li:last-child {
	padding-right: 0;
}
.navigation > ul > li:last-child:after {
	content:none;
}
.navigation > ul > li:nth-child(4) {
	padding-left: 0;
}
.navigation > ul > li > a {
	text-transform: uppercase;
	font-size: 24px;
	font-size: 2.4rem;
	display: block;
	position: relative;
	padding: 0 4px;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.navigation > ul > li.on a {
	background: rgba(0,0,0,0.05);
}
.navigation > ul > li > a:hover {
	background: rgba(0,0,0,0.06);
}
.navigation > ul > li > a:active,
.navigation > ul > li > a:focus {
    outline: none;
}
.navigation > ul > li > a:after {
	content: " ";
	background: url(../images/menu-arrow-white.png?v=1748930988) no-repeat center bottom;
	display: block;
	position: absolute;
	width: 20px;
	height: 15px;
	left: 0;
	right: 0;
	bottom: -15px;
	margin: auto;
	opacity: 0;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
html.lt-ie9 .navigation > ul > li > a:after {
	display: none;
}
.mini-menu .navigation > ul > li > a:after {
	background: url(../images/menu-arrow-grey.png?v=1748930988) no-repeat center bottom;
}
.navigation > ul > li.zipmenu-tab > a:hover:after {
	opacity: 1;
}
.navigation > ul > li:after {
	content: " ";
	background: url(../images/nav-slash.png?v=1748930988) no-repeat center center;
	width: 18px;
	height: 22px;
	position: absolute;
	display: block;
	right: -9px;
	top: 8px;
}
.mini-menu .navigation > ul > li:after {
	background: url(../images/nav-slash-grey.png?v=1748930988) no-repeat center center;
}

/* -- Zippmenu -- */
.zippmenu-box {
	display: none;
	background: #FFF;
	position: fixed;
	left: 0;
	top: 63px;
	width: 100%;
	z-index: -1;
	-webkit-box-shadow: 0px 0px 7px 8px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 7px 8px rgba(0,0,0,0.3);
	border-bottom: 1px solid #EEE;
	max-height: 100%;
}
.lt-ie9 .zippmenu-box {
	border-bottom: 2px solid #ccc;
}
.header .zippmenu-box > .container:after {
	content: " ";
	position: absolute;
	display: block;
	top: -64px;
	right: 0;
	height: 475px;
	width: 393px;
	background: url(../images/image-slash-deco.svg) no-repeat top right;
	background-size: 329px auto;

	-moz-transform: scale(.9999);
}
.header .zippmenu-box.three-col > .container:after {
	content: none;
}
/* - Content area - */
.zippmenu-content {
	padding: 112px 70px 0 90px;
	float: left;
	width: 714px;
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1); /* older webkit */
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-moz-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-o-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610); /* custom */
}
.zippmenu-box.two-col .zippmenu-content {
	width: 714px;
	padding-left: 20px;
	padding-right: 40px;
}
.zippmenu-box.three-col .zippmenu-content {
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
}
.header.mini-menu .zippmenu-content {
	padding-top: 80px;
}

/* Text area */
.zippmenu-text {
	float: left;
	width: 314px;
	margin-right: 40px;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}
.zippmenu-box.two-col .zippmenu-text {
	width: 220px;
}
.zippmenu-text > :first-child {
	margin-top: 0;
	padding-top: 0;
}
.zippmenu-text h3 {
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
}
.zippmenu-text p {
	line-height: 1.3em
}

/* Link list */
.zippmenu-box.two-col .zippmenu-children-list {
	margin-right: 30px;
	width: 180px;
	margin-bottom: 25px;
}
.zippmenu-box.three-col .zippmenu-children-list {
	margin-right: 30px;
	width: 238px;
	margin-bottom: 40px;
}
.zippmenu-box.two-col .zippmenu-children-list:last-child,
.zippmenu-box.three-col .zippmenu-children-list:last-child {
	margin-right: 0;
}
.zippmenu-children-list {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}
.zippmenu-box .zippmenu-children-list > .list-title + ul {
	margin-top: 0;
}
.zippmenu-box .zippmenu-children-list > ul {
	margin-top: 31px;
}
.navigation .zippmenu-children-list a {
	color: #222;
	display: block;
	-webkit-transition: all 150ms ease-out; -moz-transition: all 150ms ease-out; -o-transition: all 150ms ease-out; transition: all 150ms ease-out;
	font-size: 15px;
	font-size: 1.5rem;
}
.navigation .zippmenu-children-list a:hover,
.navigation .zippmenu-children-list a:focus {
	background: #FAFAFA;
}
.zippmenu-children-list .list-title {
	text-transform: uppercase;
	margin: 0 0 4px;
}
.zippmenu-children-list > ul {
	margin: 0;
	padding: 0;
}
.zippmenu-children-list > ul > li {
	border-top: 1px solid #c5c5c5;
	line-height: 32px;
	line-height: 3.2rem;
}

/* Image area */
.zippmenu-feature-image {
	width: 456px;
	float: left;
	margin-bottom: 30px;
}
.zippmenu-box.three-col .zippmenu-feature-image {
	display: none;
}


/* Sub-menu */
.navigation > ul > li:nth-child(1),
.navigation > ul > li:nth-child(2),
.navigation > ul > li:nth-child(3) {
	position: absolute;
	padding: 0 8px 0;
	margin-top: 19px;
	z-index: 4;
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1); /* older webkit */
	-webkit-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-moz-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	-o-transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610);
	transition: all 350ms cubic-bezier(0.010, 0.375, 0.170, 1.610); /* custom */
}
.mini-menu .navigation > ul > li:nth-child(1),
.mini-menu .navigation > ul > li:nth-child(2),
.mini-menu .navigation > ul > li:nth-child(3) {
	margin-top: 40px;
}

.navigation > ul > li:nth-child(1) a,
.navigation > ul > li:nth-child(2) a,
.navigation > ul > li:nth-child(3) a {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8em;
}
@media screen and (max-width: 1220px) {
	.navigation > ul > li:nth-child(1) a,
	.navigation > ul > li:nth-child(2) a,
	.navigation > ul > li:nth-child(3) a {
		font-size: 1.4rem;
	}
}

.navigation > ul > li:nth-child(1):after,
.navigation > ul > li:nth-child(2):after,
.navigation > ul > li:nth-child(3):after{
	content: none;
}
.navigation > ul > li:nth-child(1) a:after,
.navigation > ul > li:nth-child(2) a:after,
.navigation > ul > li:nth-child(3) a:after {
	content: none;
}

.navigation > ul > li:nth-child(1) {
	right: 11em;
}
.navigation > ul > li:nth-child(2) {
	right: 5.5em;
}
.navigation > ul > li:nth-child(3) {
	right: 0;
	padding-right: 0;
}
.navigation > ul > li:nth-child(3):after {
	content: none;
}

/* Banner */
.banner:after {
	content: " ";
	background: url(../images/lines.png?v=1748930988) no-repeat center top fixed;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

/* ---- Social Links ---- */

 /* ---- Over-rides annoying default styles in social-feed.css */
.socialiser-single-wide .social-box {
	border-top: 0;
	margin-bottom: 0;
}

div.socialiser-single-wide img {
	display: none;
}

.widget-SocialiserSinglePost .socialiser-single-wide p {
	min-height: 0;
}

.social-feed .h3 strong {
	font-weight: normal;
}

/* ---- close annoying over-rides ----*/


.social {
	background-color: #000;
	color: #FFF;
}
.social.with-feed {
	padding-bottom: 30px;
	min-height: 422px;
	background-color: #000;
}
.social h2 {
	margin: 0 0 20px;
	padding: 50px 0 0;
}

.social-feed {
	float: left;
	width: 42%;
}
.social-feed a {
	text-decoration: none;
	color: #cbd7ec;
}
.social-feed a:hover {
	text-decoration: underline;
}
.social-feed .post-header {
	padding-left: 60px;
	background: url('../images/logo_facebook-feed.png?v=1748930988') no-repeat top left;
	min-height: 50px;
}
.social-feed .interact {
	margin-top: 20px;
}
.social-feed .interact a {
	color: inherit;
}
.social-feed .post-header .author {
	font-size: 20px;
	font-size: 2rem;
	margin: 0;
}
.social-feed .post-header .date {
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	min-height: 0;
	float: none;
}

.post-interact,
.likes {
	display: inline-block;
	padding-right: 15px;
	margin: 0;
}

.social.with-feed .social-links {
	float: left;
	width: 58%;
}
.social.with-feed .social-links h2, .social.with-feed .social-links h2 {
	float: none;
	margin: 0 230px 42px 80px;
	text-align: center;
}
.social.with-feed .social-links ul {
	margin-right: 180px;
}
.social-links h2 {
	float: left;
}
.social-links ul {
	list-style: none;
	float: right;
	margin: 54px 140px 54px 0;
	padding: 0;
}
.social-links li {
	float: left;
	margin: 0 0 0 25px;
}
.social-links a:hover img {
	opacity: 0.9;
	-webkit-animation-name: swing;
	-webkit-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
}


/* ---- Enews ---- */
.enews {
	background-color: #B8B597;
	padding-bottom: 20px;
	min-height: 229px;
}
.enews .enews-heading {
	margin: 0 0 8px;
	padding: 50px 0 4px 60px;
	background: url(../images/enews-heading.png?v=1748930988) no-repeat left bottom;
}
.enews p {
	float: left;
	width: 47%;
}
.enews form {
	float: right;
	width: 42%;
	position: relative;
	margin: 0 30px 0 0;
}
.enews input {
	margin: 0;
	height: 55px;
	background-color: #FFF;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	font-size: 1.9rem;
	color: #000;
}
.enews input[type="submit"] {
	text-indent: -9999px;
	background: #3c3c3c url(../images/icon-submit.png?v=1748930988) no-repeat center center;
	width: 56px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.enews input[type="submit"]:hover {
	background: #4c4c4c url(../images/icon-submit.png?v=1748930988) no-repeat center center;
}

/* ---- Find Us ---- */
.find-us {
	background: #6e7151;
}
.find-us .find-us-heading {
	margin: 0 0 8px 50px;
	padding: 16px 0 3px 40px;
	color: #FFF;
	background: url(../images/find-us-heading.png?v=1748930988) no-repeat left bottom;
	float: left;
}
.find-us ul {
	list-style: none;
	float: right;
	margin-right: 210px;
}
.find-us li {
	float: left;
	color: #FFF;
}
.find-us li:first-child {
	margin-right: 35px;
}
.find-us li:first-child:after {
	content: " ";
	position: absolute;
	background: url(../images/white-slash.png?v=1748930988) no-repeat center top;
	width: 14px;
	height: 26px;
	margin: 4px 0 0 9px;
}
.find-us li a {
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
}
.find-us li a:hover {
	text-decoration: underline;
}
/* Find us map */
.find-us-map img {
	width: 100%;
}

/* ---- Bottom Navigation ---- */
.bottom-nav {
	background: #282828;
	padding-bottom: 60px;
}
.bottom-nav h2 {
	color: #FFF;
	text-align: center;
	padding: 55px 0 0;
	margin: 0;
}
.bottom-nav-links,
.bottom-nav-links ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
.bottom-nav-links {
	position: relative;
	margin: 30px 0 0;
}
.bottom-nav-links > li > a {
	text-transform: uppercase;
	display: block;
	margin-bottom: 6px;
	border-bottom: 1px solid #7e7e7e;
}
.bottom-nav-links a {
	text-decoration: none;
	color: #FFF;
	display: block;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	padding: 8px 0;
}
.bottom-nav-links a:hover:not(.see-all) {
	background: #191919;
	padding-left: 10px;
}
.bottom-nav-links > li {
	width: 16.66%;
	padding: 0 15px;
}
.bottom-nav-links li {
	line-height: 1.4em;
}
.bottom-nav-links li.reset {
	position: absolute;
	top: 0;
}
.bottom-nav-links li.column1 {
	margin-left: 0;
	position: relative;
}
.bottom-nav-links li.column2 {
	margin-left: 16.666%;
}
.bottom-nav-links li.column3 {
	margin-left: 33.333%;
}
.bottom-nav-links li.column4 {
	margin-left: 49.999%;
}
.bottom-nav-links li.column5 {
	margin-left: 66.666%;
}
.bottom-nav-links li.column6 {
	margin-left: 83.333%;
}
.bottom-nav-links li.shop {
	position: absolute;
	top: 165px;
}

/* ---- Maps ---- */


/* Results page */
.map-wrap,
.listing-map {
	width:270px;
	height: 260px;
}
.map-wrap-parking {
	width: 71%;
	float: right;
	margin-top: 10px;
}

.parking-map {
	width: 100%;
min-height: 400px;

}
.parking-list {
	padding: 25px;
	background: #f6f6f6;
	float: left;
	width: 26%;
	margin-right: 3%;
	list-style: none;
	margin: 10px 3% 0 0;
}
.parking-primary {
	padding: 7px 0 13px 47px;
	position: relative;
}
.parking-primary .marker {
	margin: 0 8px 0 1px;
	position: absolute;
	left: 0;
	top: 0;
}
.parking-listing {
	padding: 7px 0 7px 34px;
	line-height: 1.2em;
}
.parking-list li {
	line-height: 1.2em;
	cursor: pointer;
}
	.widget-ParadeCarParkMap .parking-list li {
		font-size: 13px;
		font-size: 1.3rem;
		line-height: 13px;
		line-height: 1.3rem;
	}
.parking-listing .marker {
	margin: 0 8px 0 -32px;
}
.details-sidebar .map-wrap .listing-map {
	width:268px;
	height: 193px;
}
.map-wrap {
	position: relative;
	top: 212px;
}
.map-wrap.fixed {
	position: fixed;
}
.map-wrap.bottom {
	position: absolute;
	bottom: 0;
}


/* ---- Footer ---- */
.footer {
	background: #000;
	padding: 20px 0;
}
.footer .acknowledgement {
	color: #FFF;
	padding: 0 5vw;
	margin: 0.5em 0 1em 0;
	text-align: center;
	line-height:1.2em;
}
.footer .copyright {
	display: flex;
	justify-content: space-between;
	color: #5a5a5a;
	padding: 0;
	margin: 0;
}
.footer .copyright p,
.footer .copyright div {
	margin: 0.5rem 0;
	text-align: center;
}
@media screen and (max-width: 800px) {
	.footer .copyright {
		display: block;
	}
}

.footer .copyright a:link,
.footer .copyright a:hover {
	color: #fff;
}

.footer .copyright a:visited {
	color: #5a5a5a;
}

.information-boxes {
	list-style: none;
	padding: 0;
	margin: 0;
}
.information-boxes li, .widget-ChildrenGallery .pg-item {
	background: #FFF;
	float: left;
	border: 1px solid #e3e3e3;
	position: relative;
}
.information-boxes li a, .widget-ChildrenGallery a {
	text-decoration: none;
	word-break: normal;
	color: #000;
	display: block;
	position: relative;
}
.information-boxes li a:hover, .widget-ChildrenGallery a:hover {
	opacity: 0.8;
}
.information-boxes.images li, .widget-ChildrenGallery .pg-item {
	width: 23%;
	margin-right: 2.6%;
}
	.widget-ParadeCategoryGallery .information-boxes.images li, .widget-ChildrenGallery .pg-item {
		margin-bottom: 30px;

		padding-bottom: 30px;
}
.widget-ParadeCategoryGallery + .widget-ChildrenGallery {
	margin-top: -30px;
}
.information-boxes.images.slider li {
	margin-right: 0;
}
.information-boxes.images li:nth-child(4n+4), .widget-ChildrenGallery a:nth-child(4n+4) .pg-item {
	margin-right: 0;
}
.information-boxes li .featured-image, .widget-ChildrenGallery .pg-item img {
    width: 100%;
}
	.widget-ParadeCategoryGallery  .information-boxes li .featured-image {
		position: relative;
		bottom: 0;
	}
.information-boxes li .featured-image-hover {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	height: 193px;
	padding: 15px;
	line-height: 163px; /*must be height of area for vert centering */
	text-align: center;

	width: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;

}
	.information-boxes .featured-image-hover img {
		vertical-align: middle;   /*centers vertically*/
		display: inline;
	}
.information-boxes li:hover .featured-image-hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;

	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.social-share-links a:hover {
	color: inherit;
}
.information-boxes li .heading {
	margin: 0;
	font-size: 30px;
	font-size: 2.3rem;
	font-family: 'existencelight', 'Existence', Arial, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.1em;
	padding: 18px 20px 6px;
}

	.widget-ParadeCategoryGallery .information-boxes li .heading,
	.widget-ChildrenGallery .pg-item h3 {
		margin: 0;
		font-size: 18px;
		font-size: 1.8rem;
		font-family: 'existencelight', 'Existence', Arial, sans-serif;
		font-weight: normal;
		text-transform: uppercase;
		line-height: 1.1em;
		word-wrap: break-word;
		padding: 18px 20px 6px;
	}
.information-boxes li .sub-title {
	margin-top: 2px;
	padding: 0 20px;
	margin-bottom: 0;
}
.information-boxes li .link {
	color: #6e7151;
	text-transform: lowercase;
}
	.widget-ParadeCategoryGallery .information-boxes li .link {
		padding: 0 20px;

		margin-bottom: 0;
}
.information-boxes.with-social li .link {
	margin-bottom: 15px;
	padding: 0 20px;
	margin-top: 5px;
}
.information-boxes li .link:after {
	content: "\00a0\003e";
}
.information-boxes li a:hover .link {
	text-decoration: underline;
}
.information-boxes li .social-share-links {
	position: absolute;
	right: 11px;
	bottom: 2px;
}
.information-boxes li .social-share-links a {
	display: inline-block;
	margin: 0 3px;
}
.social-share-links :hover img {
	-moz-animation: 1s ease 0s normal none infinite swing;
	-moz-transform-origin: center;
	-webkit-animation:swing 500ms infinite ease-in-out;
	-webkit-transform-origin:center;
	-webkit-filter: brightness(70%);
}
@-moz-keyframes swing{
	0%{-moz-transform:rotate(-12deg)}
	50%{-moz-transform:rotate(12deg)}
	100%{-moz-transform:rotate(-12deg)}
}
@-webkit-keyframes swing{
	0%{-webkit-transform:rotate(-12deg)}
	50%{-webkit-transform:rotate(12deg)}
	100%{-webkit-transform:rotate(-12deg)}
}

/* Search box */
.search-box {
	background: #e3e3e3;
}
.search-box .text {
	text-align: right;
	float: left;
	width: 43%;
	margin: 30px 7% 30px 0;
}
.search-box .text h2 {
	font-size: 28px;
	font-size: 2.8rem;
}
.search-box .text p {
	font-size: 19px;
	font-size: 1.9rem;
}
.search-box .search-box-wrapper {
	float: left;
	width: 43%;
}
.search-box-wrapper {
	position: relative;
	display: block;
}
.search-box form {
	margin: 60px 0 60px;
	position: relative;
	display: block;
}
.search-box form input {
	margin: 0;
	color: #000;
	background: #FFF;
}
.search-box form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	text-indent: -9999px;
	width: 53px;
	background: #FFF url(../images/icon-search.png?v=1748930988) no-repeat center center;
	padding: 0;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}
.search-box form input[type="submit"]:hover {
	background-color: #f2f2f2;
	outline: none;
}

.widget-ParadeCategoryGallery form {
	position: relative;
}

.widget-ParadeCategoryGallery input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	text-indent: -9999px;
	width: 53px;
	background: transparent url(../images/icon-search.png?v=1748930988) no-repeat center center;
	padding: 0;
	-webkit-transition: all 150ms ease-in;
	-moz-transition: all 150ms ease-in;
	-ms-transition: all 150ms ease-in;
	-o-transition: all 150ms ease-in;
	transition: all 150ms ease-in;
}

/* ------------------------------------------------------
**** Facebox
------------------------------------------------------ */
#facebox div.popup {
    max-height: 600px;
    overflow-y: auto;
}

#facebox .content,
#facebox .footer {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#dp-popup {
    z-index: 99999999!important;
}

/* ------------------------------------------------------
**** Other pop-ups
------------------------------------------------------ */

.parking-popup {
	min-width: 400px;
}

	.parking-popup h4 {
		margin: 0px;
	}


/* ---- Magnific Popup ---- */
.mfp-image-holder .mfp-content {
	max-width: 1000px;
}

.mfp-ajax-holder .mfp-content {
	background-color: #fff;
	margin: 0 auto;
	padding: 50px;
	max-width: 700px;
}

/* ------------------------------------------------------
**** Widgets

Widgets & Modules that ship with sprout.
If they don't they belong in seperate partial file

------------------------------------------------------ */

/* ---- Offer Subscribe Button ---- */
.widget-OfferSubscribeButton + .advertisements {
	margin-top: 30px;
}

/* ---- Related Links ---- */
.widget-RelatedLinks {
	margin-bottom: 30px;
}
.widget-RelatedLinks > ul {
	padding: 6px 0 15px;
	margin:  0;
	-webkit-box-shadow: inset -7px 0px 20px -8px rgba(0,0,0,0.2);
	box-shadow: inset -7px 0px 20px -8px rgba(0,0,0,0.2);
	background-color: #f6f6f6;
}
.widget-RelatedLinks li {
	list-style: none;
}
.widget-RelatedLinks a {
	text-decoration: none;
}

.widget-RelatedLinks > ul > li {
	position: relative;
}
.widget-RelatedLinks > ul > li:last-child a {
	border-bottom: none;
}
.widget-RelatedLinks > ul > li > a {
	display: block;
	padding: 12px 18px 12px 0;
	margin-left: 30px;
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	border-bottom: 1px solid #E1E1E1;
}
.widget-RelatedLinks > ul > li > a:hover {
	padding-left: 10px;
}
.widget-RelatedLinks ul li.on ul li {
	font-size: 12px;
	font-size: 1.2rem;
}
.widget-RelatedLinks ul li.on a,
.widget-RelatedLinks ul li a:hover  {
	color: #000;
}
.widget-RelatedLinks > ul > li.on > a:after {
	content: " ";
	display: block;
	position: absolute;
	right: 0;
	top: 12px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid transparent;
}
.widget-RelatedLinks li a {
	line-height: 140%;
	color: #737373;
}

/* Children */
.widget-RelatedLinks > ul li li.on a, .widget-RelatedLinks > ul > li.on li.on a:hover {
	background: rgba(255,255,255,0.5);
}
.widget-RelatedLinks ul li ul li a:before {
	content: "- ";
	margin-left: -12px;
}
.widget-RelatedLinks ul li ul {
	margin: 0;
	-webkit-box-shadow: inset -7px 0px 20px -8px rgba(0,0,0,0.2);
	box-shadow: inset -7px 0px 20px -8px rgba(0,0,0,0.2);
	margin-left: 30px;
	padding: 0;
}
.widget-RelatedLinks ul li ul li {
	border-bottom: 1px solid #d6d6d6;
}
.widget-RelatedLinks > ul > li ul > li a {
	-webkit-transition: all 150ms ease-out;
	-moz-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	position: relative;
	padding: 10px 15px 10px 25px;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
}
.widget-RelatedLinks > ul > li ul > li a:hover {
	background: rgba(255,255,255,0.2);
}

/* ---- Articles ---- */

.widget-ArticlesList .article {
	border-bottom: 1px #D6D6D6 dashed;
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 0 0 10px;
}

.widget-ArticlesList .article p.date {
	font-size: 15px;
	font-size: 1.3rem;
	color: #707070;
	margin: 16px 0 -4px;
	margin: -1.6rem 0 -0.4rem;
}

.widget-ArticlesList .article-img {
	float: right;
	width: 100px;
	margin: 15px 0;
	margin: 1.5rem 0;
}
.widget-ArticlesList .article-text {
	margin-right: 140px;
}

/* Left aligned */
.widget-ArticlesList.left-aligned .article-img {
	float: left;
}
.widget-ArticlesList.left-aligned .article-text {
	margin-left: 140px;
	margin-right: 0;
}


/* ---- Article Category Subscribe ---- */

.widget-ArticleCategorySubscribe .form-section {
	margin-bottom: 15px;
	margin-bottom: 1.5rem;
}

/* Sidebar */
.widget-ArticlesList .sidebar-article {
	border-bottom: 1px #D6D6D6 dashed;
}
.widget-ArticlesList .sidebar-article:first-child {
	border-top: 1px #D6D6D6 dashed;
}
.widget-ArticlesList .sidebar-article h4 {
	margin-top: 1.5rem;
	margin-top: 15px;
}
.widget-ArticlesList .sidebar-article p.date {
	font-size: 15px;
	font-size: 1.3rem;
	color: #707070;
	margin: 16px 0 -4px;
	margin: -1.6rem 0 -0.4rem;
}

/* Date list for sidebar */
.widget-ArticleDateList h3 {
	margin-bottom: -5px;
}
.widget-ArticleDateList h4 {
	margin-top: 15px;
}



/* ---- Simple Image Gallery ---- */


.widget-GallerySimple {
	margin: 15px -10px;
}

.widget-GallerySimple h3 {
	padding: 10px;
}

.widget-GallerySimple .gallery-simple-thumb {
	width: 33.333%;
	padding: 10px;
	float: left;
}
.widget-GallerySimple .gallery-simple-thumb img {
	width: 100%;
}



 /* ---- Gallery ----
 &  ---- Gallery Preview ---- */
 .widget-Gallery, .widget-GalleryPreview {
 	margin: 15px 0;
 	margin: 1.5rem 0;
 }
 .widget-Gallery a img, .widget-GalleryPreview a img {
 	width: 100%;
 }
 .widget-Gallery .g2-featured {
	 margin-bottom: 20px;
 }
 .widget-Gallery .g2-thumb, .widget-GalleryPreview .g2-thumb {
 	position: relative;
 	width: 22%;
 	height: auto;
 	max-width: 100%;
 	margin: 0 4% 20px 0;
 	float: left;
 }
 .widget-Gallery .g2-thumb:nth-child(4n+5), .widget-GalleryPreview .g2-thumb:nth-child(4n+4) {
 	margin-right: 0;
 }
 .widget-Gallery .g2-thumb:hover p.name, .widget-GalleryPreview .g2-thumb:hover p.name {
 	display: block;
 }
 .widget-Gallery p.name, .widget-GalleryPreview p.name {
 	display: none;
 	position: absolute;
 	top: 0;
 	left: 0;
 	margin: 0;
 	padding: 10px;
 	width: 100%;
 	height: 100%;
 	line-height: 1.2em;
 	background-color: #000;
 	background-color: rgba(0, 0, 0, 0.7);
 }
 .widget-Gallery p.name a, .widget-GalleryPreview p.name a {
 	display: block;
 	height: 100%;
 	color: #FFF;
 	text-decoration: none;
 }
 .widget-GalleryPreview p.show-all {
 	margin-top: 0;
 }


 /* ---- Job Adverts ---- */
 .widget-JobSearch table {
 	border: 1px solid #D6D6D6;
 }
 .widget-JobSearch tr {
 	background: #f6f6f6;
 }
 .widget-JobSearch td {
 	border: none;
 }
 .widget-JobSearch .category_id {
 	width: 40%;
 }

 /* Advertisements */
 .advertisements img {
 	margin-bottom: 30px;
 }


 /* ---- Order Form ---- */
 .widget-OrderForm .product {
 	width: 30%;
 	margin-right: 5%;
 	float: left;
 }
 .widget-OrderForm .product:nth-child(3n+3) {
 	margin-right: 0;
 }


 /* ---- Events ---- */

 /* ---- Videos ---- */
 .widget-Video {
 	position: relative;
 	padding-bottom: 56.25%;
 	padding-top: 30px; height: 0; overflow: hidden;
 }

 .widget-Video iframe,
 .widget-Video object,
 .widget-Video embed {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
 }



 /* ---- TinyMCE Templates ---- */

 /* These styles are for client use in the TinyMCE Template system */
 /* prefixed with ct- (content template) to avoid clashing with skin template columns */

 .ct-col-group img {
 	height: auto !important;
 }

 /* two columns */
 @media screen and (min-width: 500px) {
 	.ct-col--one-half {
 		float: left;
 		width: 48.148148148148%;
 		margin-left: 3.561253561254%;
 	}
 	.ct-col--one-half:first-child {
 		margin-left: 0;
 	}
 }

 /* three columns */
 @media screen and (min-width: 560px) {
 	.ct-col--one-third {
 		float: left;
 		width: 30.95916429249733%;
 		margin-left: 3.561253561254%;
 	}
 	.ct-col--one-third:first-child {
 		margin-left: 0;
 	}
 }



 /* ---- Messages ---- */
 /* ---- Notification box ---- */
 html ul.messages {
 	padding: 0;
 	margin: 0 0 30px;
 	list-style-type: none;
 	font-family: 'existencelight', 'Existence', Arial, sans-serif; font-weight: normal;
 	font-weight: normal;
 	text-transform: uppercase;
 	font-size: 18px;
 	border: none;
 	background-color: #f9f6f1;
 	zoom: 1;
 	text-align: center;
 	-webkit-box-shadow: none;
 	box-shadow: none;
 }

 html ul.messages li {
 	display: block;
 	vertical-align: top;
 	margin: 0;
 	padding: 5px 30px;
 	width: 100%;
 }
 html ul.messages li:before, html ul.messages li:after {
 	content: " - ";
 }

 html ul.messages li.confirm {
 	color: #FFF;
 	background: #31a100;
 	list-style-type: none;
 }

 html ul.messages li.error {
 	color: #FFF;
 	background: #ca0000;
 	list-style-type: none;
 }

/* ---- Directions ---- */
.widget-MapDirections #map  {
	width: 100%;
	height: 320px;
}
.widget-MapDirections .map-link-text {
	background: #EDEDED;
	padding: 5px 15px;
}

 /* -- Global -- */
.widget-EventList .event-list-item {
	border-top: 1px solid #A9A7A7;
	padding: 30px 0 20px;
}
.widget-EventList .event-list-item:first-child {
	border-top: 0;
}
.widget-EventList .event-list-image {
	float: right;
	margin: 0 0 15px 15px;
}
.widget-EventList .event-list-image img {
	max-width: 150px;
}
.widget-EventList .event-list-date {
	float: left;
}
.widget-EventList .event-list-info {
	margin: 0 175px 0 80px;
}
.widget-EventList .event-list-info h3 {
	margin-top: 0;
}
.event-list-item p.info span,
.event-list-item .info i {
	margin: 0 6px 0 0;
	display: none;
}
.event-list-item p.info span {
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 9px 31px;
	min-height: 27px;
	display: block;
	font-size: 15px;
	font-size: 1.5rem;
}
.widget-EventList .col-cal {
	float: left;
}
.widget-EventList .col-info {
	float: left;
	width: 800px;
	padding-left: 35px;
}
.widget-EventList .col-info h3 {
	margin-top: 2px;
}
.event-list-item p.info span.event-info-list-date {
	background-image: url(../images/icon-date.png?v=1748930988);
}
.event-list-item p.info span.event-info-list-time {
	background-image: url(../images/icon-time.png?v=1748930988);
}
.event-list-item p.info span.event-info-list-location {
	background-image: url(../images/icon-location.png?v=1748930988);
}
.event-list-item p.info span.event-info-list-cost {
	background-image: url(../images/icon-cost.png?v=1748930988);
}
.event-list-item p.info span.event-info-list-phone {
	background-image: url(../images/icon-phone.png?v=1748930988);
}
.event-list-item p.info span.event-info-list-url {
	background-image: url(../images/icon-url.png?v=1748930988);
}
.event-list-item p.info br {
	display: none;
}

/* Event Date Box */
.event-date {
	background: #000;
	color: #fff;
	text-align: center;
	width: 65px;
	min-height: 65px;
	padding: 5px;
}
.event-date h4 {
	margin: 0;
	font-size: 32px;
	font-size: 3.2rem;
}
.event-date span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6em;
	margin-bottom: -2px;
	text-transform: uppercase;
}
/* Event Details Page */
.module-search-form {
	background: #F6F6F6;
	display: block;
	padding: 16px 20px;
	margin: 20px 0;
}
.module-search-form form {
	margin-bottom: 3px;
}
.module-search-form input,
.module-search-form select {
	background-color: #FFF;
}
.module-search-form select {
	width: 100%;
}
.col-map {
	width: 400px;
	float: right;
	text-align: right;
	margin-top: 15px;
	margin: 0 0 20px 30px;
}
.col-map img {
	max-width: 100%;
	height: auto;
}
.col-map--mobile {
    display: none;
}
.event-info img {
	max-width: 400px;
	margin: 0 0 20px 30px !important;
}
.event-details {
	margin-top: 31px;
}
.event-details h3 {
	margin-top: 0;
}
.event-details .col-cal {
	float: left;
	width: 65px;
	margin-right: 25px;
}
.event-details .col-info {
	float: left;
	background: #F7F7F7;
	padding: 14px 25px;
	width: 650px;
	min-height: 250px;
	margin-bottom: 15px;
}
.event-details .col-info .info {
	margin: 0;
}
.event-details-date {
	float: left;
}
.event-details-info {
	margin: 0 0 0 80px;
}
.event-image {
	float: right;
	width: 35%;
	margin: 0 0 15px 2%;
}
.event-image img {
	max-width: 100%;
	height: auto;
}
.event-description {
	margin: 20px 0;
}
/* Event Gallery */
.widget-EventGallery .pg-link:nth-child(4n+4) .pg-item {
	margin-right: 0;
}
.widget-EventGallery .pg-item {
	display: block;
	padding: 20px 0 7px;
	margin: 0 3% 0 0;
	float: left;
	width: 22.75%;
}
.widget-EventGallery .pg-item h4 {
	margin-top: 0.8em;
	margin-top: 8px;
}
.widget-EventGallery .pg-item img {
	width: 100%;
}
.col-image {
	float: right;
	margin: 0 0 10px 15px;
}
.event-info-list-download {
	background: #f7f7f7 url(../images/icon-download-large.png?v=1748930988) no-repeat 23px 12px;
	display: inline-block;
	padding: 12px 25px 12px 70px;
}

@media screen and (max-width: 1220px) {
	.event-details .col-info {
    width: 420px;
	}
	.col-map {
		margin-left: 30px;
	}
}

@media screen and (max-width: 1000px) {
	.event-details .col-info {
    width: 640px;

    margin-bottom: 34px;
}

}

@media screen and (max-width: 790px) {
	.event-details .col-info {
		width: 400px;

		margin-bottom: 18px;
		margin-left: -15px;
}
	.col-map {
		margin: 20px auto;
		float: none;
		width: 100%;
		text-align: center;
}
.event-info img {
	float: none !important;
	margin: 0 auto !important;
	display: block;
}
}

@media screen and (max-width: 600px) {
	.col-image {
		display: none;
	}
	.event-details .col-info {
		width: 310px;

		margin-left: 0;
}
	.widget-EventList .event-list-image,
	.widget-EventList .event-list-image img {
		display: none;
	}
	.widget-EventList .event-list-info {
		margin-right: 0;
	}

	.widget-EventGallery .pg-link:nth-child(4n+4) .pg-item {
		margin-right: 3%;
	}
	.widget-EventGallery .pg-link:nth-child(3n+3) .pg-item {
		margin-right: 0;
	}
	.widget-EventGallery .pg-item {
		margin: 0 3% 0 0;
		width: 31.333%;
	}
}
@media screen and (max-width: 460px) {
	.event-details .col-info {
		width: auto;
		margin-top: 15px;
	}
	.event-date {
		width: 45px;
		min-height: 45px;
	}
	.event-date h4 {
		font-size: 19px;
		font-size: 1.9rem;
	}
	.event-date span {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: -6px;
	}
	.event-list-info {
		margin-left: 60px;
	}
	.event-info img {
		float: none !important;
		margin: 0 auto !important;

		width: 100% !important;
}
}

/* ---- Sidebar Blog Related Listings ---- */
.widget-BlogListings h3 {
	margin: 0 0 3.4rem;
	margin-top: 56px;
	padding: 16px 0 15px;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.widget-BlogListings .blog-listings {
	border-bottom: 3px double #E3E3E3;
	margin-bottom: 5.1rem;
}
.widget-BlogListings  .blog-listing {
	margin: 3.4rem 0;
	position: relative;
	padding-bottom: 1em;
}
.widget-BlogListings  .blog-listing:after {
	content: "";
	position: absolute;
	width: 3.4rem;
	height: 1px;
	background: #E3E3E3;
	bottom: 0;
	left: 0;
}
.widget-BlogListings  .blog-listing:last-child {
	margin: 3.4rem 0 1.7rem 0;
}
.widget-BlogListings  .blog-listing:last-child:after {
	content: none;
}
.widget-BlogListings  .blog-listing h4 {
	margin: 0 0;
}
.widget-BlogListings .blog-listing__body__img {
	margin: 0.5em 0;
}
.widget-BlogListings .blog-listing__body__address {
	font-size: 0.8em;
	font-weight: 600;
	opacity: 0.8;
}
.widget-BlogListings .blog-listing__body__link {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	color: #fff;
	background-color: #5e345d;
	text-decoration: none;
	border-radius: 0;
	border: none;
	text-transform: uppercase;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
	padding: 7px 8px 6px 8px;

}
.widget-BlogListings .blog-listing__body__link:hover {
	background-color: #773f76;
		color: #fff;
}
@media screen and (max-width: 790px) {
	.widget-BlogListings h3 {
		padding: 12px 0;
		margin: 10px 0 3.4rem;
	}
}


/* --------------------------------------------------------
Blog entry list;
-------------------------------------------------------- */

#blog-posts {
	overflow: visible !important;
}

.blog-date {
	text-align: center;
	width: 100%;
	height: 113px;
	margin: 0 auto;
}

.blog-date p {
	color: #FFF;
}

.blog-post-preview {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	background: #FFFFFF;
	padding: 0;
	margin-bottom: 16px;
	overflow: hidden;
	position: relative;
}

@media screen and (min-width: 769px) {
	.blog-post-preview {
		width: 47.5%;
		margin: 0 0 20px 0;
		float: left;
	}

	.blog-post-preview {
		min-height: 516px; /* Use this for a match heights effect */
	}

	.blog-post-preview .excerpt {
		min-height: 200px;
	}

	@supports (display: flex) {
		.blog-post-preview .excerpt {
			display: flex;
			flex-flow: column nowrap;
			justify-content: space-around;
		}
	}

	#blog-posts {
		margin-right: -2.333%; /* Dependant on the width of .blog-post-preview */
	}
}

@media screen and (min-width: 1200px) {
	.blog-post-preview {
		width: 31%;
		min-height: 524px; /* Use this for a match heights effect */
		margin-bottom: 25px;
	}
	.blog-post-preview .excerpt {
		min-height: 300px;
	}
}


.blog-post-preview img.blog-post-featured-img-small {
	width: 100%;
}


.blog-post-preview .blog-date {
	border-bottom: 1px solid #d7d7d7;
	float: right;
	padding: 0 11% 0 0;
	margin-bottom: 20px;
}

.blog-post-preview .share {
	padding-right: 14%;
	margin-top: 10px;
}

.blog-post-preview .hub-share p {
	color: #909396;
	text-transform: uppercase;
	font-size: 15px;
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	display: inline;
}
.blog-post-preview .hub-share a img {
	margin: 0 0 0 15px;
	display: inline;
}

.blog-post-preview .hub-share a:hover {
	opacity: .7;
}

.blog-post-preview a {
	text-decoration: none;
	color: inherit;
	transition: all 350ms cubic-bezier(0.2, 0.38, 0.35, 0.99);
	-webkit-hyphens: none;
	-moz-hyphens: none;
	hyphens: none;
}

.excerpt__details__author {
	border-bottom: 1px solid rgba(25,45,69,0);
}

.excerpt__details__author:hover {
	border-bottom: 1px solid rgba(25,45,69,1);
}


.view-more-link-wrapper {
	position: relative;
	overflow: hidden;
}

.blog-post-preview .excerpt {
	padding: 20px 20px 70px;
	width: 100%;
}

.blog-post-preview .excerpt > *:nth-last-child(2) {
	margin-bottom: 0;
}

.blog-post-preview .excerpt h3 {
	font-size: 2.2rem;
	line-height: 1.2;
	text-align: left;
	margin-top: 0;
	color: #192d45;
}


.excerpt__hover-btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #c4c2a8 no-repeat center right -30px;
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22218%22%20height%3D%2257%22%20viewBox%3D%220%200%20218%2057%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpolygon%20fill%3D%22%23b8b597%22%20points%3D%220%200%20218%200%20218%2057%2045%2057%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E);
	color: #ffffff !important;
	padding: 10px 20px 12px;
}

.excerpt__hover-btn:focus,
.excerpt__hover-btn:active,
.excerpt__hover-btn:hover {
	background-position: center right -100px;

}




.blog-post-preview .excerpt .excerpt__details {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
	margin-bottom: 0;
}

.excerpt__details__author,
.excerpt__details__post-date {
	color: #6e7151 !important;
}

.excerpt__details__author:hover {
	border-color: #6e7151 !important;
}

.blog-post-preview .excerpt p {
	line-height: 140%;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 0 0 16px;
}

/* Refine bar */


.blog-refine-bar {
	margin: 0 0 35px;
}

.blog-refine-bar p {
	font-weight: 500;
	font-size: 19px !important;
	font-size: 1.9rem !important;
	display: inline;
	margin-right: 16px;
}

.blog-refine-bar a {
	text-transform: uppercase;
	font-weight: 100;
	padding: 5px 10px;
	text-decoration: none;
	margin: 1px 3px;
	line-height: 150%;
}

.form-section--blog-search {
	border: 0px;
}

@media screen and (max-width: 48em) {/*  767px */

	#blog-entry-section .line-heading {
		display: none;
	}

	#blog-entry-section hr {
		margin-bottom: 0;
	}

    .blog-refine-bar {
		font-size: 1.4rem;
    }
    .blog-refine-bar p {
		display: block;
		margin-bottom: 0;
    }
    .blog-refine-bar .button {
		font-size: 1.6rem;
		padding: 8px 16px;
		height: 38px;
		margin-bottom: 8px;

    }
}


table.form-section--blog-search td,
table.form-section--blog-search th,
table.form-section--blog-search tr > th:first-child,
table.form-section--blog-search tr:last-child > th,
table.form-section--blog-search tr:last-child > td {
	padding: 8px 8px 6px;
	border: 0px !important;
	background: #eef0f3;
	width: auto;
	vertical-align: middle;
}

.sidebar table.form-section--blog-search td,
.sidebar table.form-section--blog-search th {
	border: 0px !important;
}

.form-section--blog-search input.textbox,
.form-section--blog-search select {
	margin: 0 !important;
	background: #ffffff;
}

.form-section--blog-search input.textbox {
	background: #ffffff;
	width: 100%;
}


.form-section--blog-search td:last-child {
	text-align: right;
	padding-bottom: 8px;
}

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

	.form-section--blog-search__date-th {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {

    table.form-section--blog-search td {
    	padding: 8px 8px;
    }

    table.form-section--blog-search th,
	table.form-section--blog-search tr > th:first-child {
    	padding: 8px 16px;
    }

    .form-section--blog-search th {
    	width: 10%;
    }

    .form-section--blog-search th:first-child {
    	border-left: 0;
    }

    .form-section--blog-search input.textbox {
    	border: 0;
    	padding: 8px 16px;
    }

    .form-section--blog-search select {
    	border: 0;
    	background: #ffffff;
    }

    .form-section--blog-search td:last-child {
    	border-right: 0 !important;
    	width: 110px !important;
    	padding: 0 !important;
    	position: relative !important;
    }

    .form-section--blog-search__submit {
		position: absolute;
		top: 0px;
		bottom: 0px;
		right: 0px;
		margin: 0 !important;
		min-height: 52px;
		height: auto;
    }
}

/* Sidebar blog widget styles */

.blog-cat-sub-tall table.form-section th,
.blog-cat-sub-tall table.form-section th:first-child,
.blog-cat-sub-tall table.form-section td {
	display: block;
	width: 100%;
	padding: 12px 0 4px;
	border: 0 !important;
	background: 0;
}

.blog-cat-sub-tall table.form-section input,
.blog-cat-sub-tall table.form-section label,
.blog-cat-sub-tall table.form-section select {
	margin: 0;
}

/* search */
.sidebar .form-section--blog-search th,
.sidebar table.form-section--blog-search tr > th:first-child,
.sidebar .form-section--blog-search td {
	display: block;
	width: 100% !important;
	padding: 12px 16px 4px;
}

.sidebar .form-section--blog-search td {
	padding: 0px 16px 4px !important;
}

.blog-search .form-section--blog-search td:last-child {
	padding-bottom: 12px !important;
}

.sidebar table.form-section input.form-section--blog-search__submit {
	position: inherit;
	margin-top: 6px !important;
}

.sidebar .blog-cat-sub-tall .field-info {
	display: none;
}

/* category search */
.blog-cat-sub-tall {
	display: block;
	width: 100%;
	padding: 0 16px 4px;
	background: #eef0f3;
}



.blog-cat-sub-tall .field-info {
	padding: 0 !important;
}

.blog-cat-sub-tall .form-section,
.blog-cat-sub-tall .form-section {
	border: 0;
	background: 0;
	margin: 0;
}

.blog-cat-sub-tall input.textbox {
	background: #ffffff;
	border: 0;
}

.blog-sidebar .submit-bar {
	background: none;
	padding: 0 0 12px;
	text-align: right;
}

.blog-cat-sub-tall .checkbox-list {
	background: #eef0f3;
	border: 0;
	margin-left: 4px;
	margin: 0 10px 0 4px;
}

.blog-cat-sub-tall .checkbox-list input[type="checkbox"] {
	margin: 0;
	vertical-align: middle;
}

.blog-cat-sub-tall .checkbox-list label {
	margin: 0;
}

.blog-cat-sub-tall p {
	margin-bottom: 4px;
}

.blog-cat-sub-tall .checkbox-list td {
	background: transparent;
	padding: 4px 4px 4px 4px;
	border: 0;
	vertical-align: middle;
}

.blog-cat-sub-tall .checkbox-list td.check {
	padding-top: 0;
}


/* columns for related blog posts */

.blog-posts {
	margin: 0 -16px;
}

.blog-posts-item {
	padding: 0 16px;
	float: left;
	width: 50%;
}

.blog-posts-item .blog-post-preview {
	width: 100%;
}


/* --------------------------------------------------------
Blog post
-------------------------------------------------------- */
.blog-post-featured-img {
	margin: 10px 0 30px;
	width: 100%;
}

.blog-author-img {
	float:left;
	max-width: 200px;
	max-height: 300px;
	margin: 0 20px 20px 0;
}

.blog-post__details {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 0;
	margin-bottom: 15px;
}

.blog-post .blog-date p {
}

.blog-item {
	border-bottom: 1px solid #d7d7d7;
	margin: 5px 0 20px;
}

.blog-item .details,
.blog-post .details {
	margin: 0 0 20px;
}
.blog-item .details p.date,
.blog-item .details p.author,
.blog-post .blog-post__details p.date,
.blog-post .blog-post__details p.author {
	display: inline;
}

@media screen and (min-width: 650px) {
	p.blog-rss-link {
		float: right
	}
}

p.blog-rss-link img {
	width: 16px;
	margin-left: 10px;
}

.blog-post .blog-date p {
	color: #ffc400;
}

.blog-post .excerpt p.author {
	font-size: 14px;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 10px 0 20px;
}

.blog-comments,
.fb-comments,
.fb-comments span,
.fb-comments iframe,
.pluginSkinLight >   {
	width: 100% !important;
}

.share {
	float: left;
	width: 50%;
	margin: 25px 0;
}

	.share:not(:first-child) {
		text-align: right;
	}

	.share:not(:first-child) img {
		margin-left: 7px;
	}

	.share p {
		color: #909396;
		text-transform: uppercase;
		font-size: 15px;
		font-size: 1.5rem;
		margin: 0;
	}

.share .share-item {
	display:inline-block;
	margin: 1px;
	vertical-align: top;
}

.share .share-item.share-item-fb {
	padding-right: 28px;
	margin-top: -3px;
}

.blog-post__tags {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 15px 0;
}

.blog-post__tags__title {
	margin-top: 0;
}

.blog-article__footer .share {
	width: 50%;
	float: left;
	color: #B3B7BB;
}
.blog-article__footer .share:not(:first-child) {
	text-align: right;
}


/* ---- Sections ---- */
.section {
	padding: 40px 0;
}

.section-small {
	padding: 20px 0;
}

.section-xsmall {
	padding: 8px 0;
}

.section.section--no-padding {
	padding: 0;
}

.section--t0 {
	padding-top: 0;
}

/* ------------------------------------------------------
**** Print styles
------------------------------------------------------ */

@media print {
	* {
		background: transparent !important;
		color: #000 !important; /* Black prints faster: h5bp.com/s */
		box-shadow: none !important;
		text-shadow: 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: "";
	 }

	 pre,
	 blockquote {
	 	border: 1px solid #999;
	 	page-break-inside: avoid;
	 }

	 thead {
	 	display: table-header-group; /* h5bp.com/t */
	 }

	 tr,
	 img {
	 	page-break-inside: avoid;
	 }

	 img {
	 	max-width: 100% !important;
	 }

	 @page {
	 	margin: 0.5cm;
	 }

	 p,
	 h2,
	 h3 {
	 	orphans: 3;
	 	widows: 3;
	 }

	 h2,
	 h3 {
	 	page-break-after: avoid;
	 }
	}
