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


	$link:					#3e7ebb;
	$link-hover:			#245e9f;

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

	font-family:'Univers Next W01', helvetica, arial, sans-serif;
	font-weight: 400;

	Bold = 600

	Table of Contents for search based navigation


BASE STYLES

**** Box Model Reset

**** Typography
---- Lists
- inline list
- simple two col
- inline table list
- links list
- links list on a dark background
- Footer links

---- Breadcrumbs
---- Quotations
---- Text level elements
---- Links

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

**** Images

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

**** Tables
---- No Styles Table

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

GLOBAL TEMPLATE

**** Template Layout
---- columns
-- 2 cols
-- 3 col
-- 3 col, narrow boxes - wide gutters
-- 12 cols
-- Col margin resets
---- Wraps
---- Header
---- footer
- sponsors
- terms and conditions
---- site search

**** Widgets and modules
---- Related Links
---- Article Category Subscribe
---- Simple Image Gallery
---- Gallery
---- Gallery Preview
---- Children Page Gallery
---- Job Search
---- Order Form
---- Videos
---- File List

**** Media Queries

**** Print styles

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

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

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

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

html {
	font-size: 62.5%;
	padding: 0;
	margin: 0;
}

body {
	line-height: 24px;
	line-height: 2.4rem;
	font-size: 1.6em;
	color: #444444;
	font-weight: 400;
	font-family:'UniversNextW01-Regular', helvetica, arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 0;
	margin: 0;
}

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

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin: 0 0 15px 0;
	margin: 0 0 1.5rem 0;
	text-rendering: optimizelegibility;
	font-family:'Univers Next W01', helvetica, arial, sans-serif;
	font-weight: 600;
	color: #887c73;
}
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		font-weight: normal;
		line-height: 1;
		color: #887c73;
	}

	p + h1,
	p + h2,
	p + h3,
	p + h4,
	p + h5,
	p + h6 {
		margin-top: 30px;
		margin-top: 3rem;
	}


h1, .h1 {
	line-height: 24px;
	line-height: 2.4rem;
	font-size: 26px;
	font-size: 2.6rem;
}

h2, .h2 {
	font-size: 24px;
	font-size: 2.4rem;
}

h3, .h3 {
	font-size: 19px;
	font-size: 1.9rem;
}

h4, .h4 {
	font-size: 18px;
	font-size: 1.8rem;
}

h5, .h5 {
	font-size: 17px;
	font-size: 1.7rem;
}

.heading-deco {
	padding-bottom: 10px;
	border-bottom: 1px solid #a2958b;
}

.heading-inline {
	display: inline;
	float: left;
	padding: 0;
}

p,
ol,
ul,
dl,
p,
ol,
ul,
dl,
address {
	margin: 0 0 15px;
	margin: 0 0 1.5rem;
}

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

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

ul,
ol {
	padding: 0 0 0 20px;
	padding: 0 0 0 2rem;
}


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

/* - inline list -*/

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

/* - simple two col -*/
/*ul*/.li--two-col li {
	float: left;
	width: 49%;
	padding-right: 30px;
}

/* - inline table list - */

.inline-table {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	display: table;
	table-layout: fixed;/* fixing Firefox where it ignores max width on images breaking the table layout*/
	width: 100%;
}

.inline-table .inline-table__item {
	display: table-cell;
}

/* - links list - */

.links-list {
	list-style: none;
	padding: 0;
}

.links-list__item {
	padding: 0 22px;
	margin: 5px 0;
}

.links-list__item:before {
	content: '\00a0';
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%237d756d%3B%20fill-rule%3A%20evenodd%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.832%207.61L.892.153c-.214-.2-.55-.19-.75.026-.2.215-.188.552.027.753L7.694%208%20.17%2015.07c-.216.2-.227.538-.027.753.104.112.245.17.386.17.13%200%20.26-.05.36-.144l7.942-7.46C8.94%208.29%209%208.148%209%208c0-.148-.06-.29-.168-.39z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	width: 22px;
	margin-left: -22px;
	margin-right: -4px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}

.links-list__item:hover:before {
	background-position: 58% center;
}

/* - links list on a dark background - */


.links-list__item__link,
.links-list__item__link:hover,
.links-list__item__link:focus {
	color: #887c73;
	text-decoration: none;
}

.links-list__on-dark .links-list__item__link {
	color: #f0efec;
}

.links-list__on-dark .links-list__item__link:hover,
.links-list__on-dark .links-list__item__link:focus {
	color: #f0efec;
}


.links-list__on-dark .links-list__item:before {
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%23f0efec%3B%20fill-rule%3A%20evenodd%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.832%207.61L.892.153c-.214-.2-.55-.19-.75.026-.2.215-.188.552.027.753L7.694%208%20.17%2015.07c-.216.2-.227.538-.027.753.104.112.245.17.386.17.13%200%20.26-.05.36-.144l7.942-7.46C8.94%208.29%209%208.148%209%208c0-.148-.06-.29-.168-.39z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E);
}

/* - Footer links - */

.links-list--footer {
	font-size: 1.8rem;
	margin-bottom: 15px;
}




/* footer deco */

.deco-border-bottom {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}


/* -- footer assiciate columns, logos and subscribe form -- */

.footer-associate-logos {
	list-style-type: none;
	padding: 0;
	text-align: center;

	display: grid;
	grid-template-columns: auto auto auto;
	grid-template-rows: auto;
	justify-items: stretch;
	align-items: end;
	grid-column-gap: 15px;
}

.footer-associate-logos img {
	max-height: 40px;
}

.footer-subscribe-form {
	padding-top: 10px;
	padding-bottom: 25px;
}

.footer-subscribe-form input[type="text"],
.footer-subscribe-form input[type="email"] {
	margin-bottom: 20px;
	padding: 8px 10px 8px;
	background: #635b53;
	border-color: #635b53;
	color: #ffffff;
	transition: border-color 100ms ease-in-out;
}

.footer-subscribe-form input[type="text"]:hover,
.footer-subscribe-form input[type="email"]:hover {
	border-color: rgba(0,0,0,.5);
	border-color: #423a34;
}

.footer-subscribe-form__smalltext {
	line-height: 1.2;
	margin-top: -10px;
	margin-bottom: 5px;
}

.footer-subscribe-form button {
	float: right;
	background: #4d97d1;
	transition: background 200ms ease-in-out;
}

.footer-associated-entities {
	border-bottom: 1px solid #ffffff;
	padding: 20px 0;
	margin-bottom: 45px;
}

.footer-associated-entities__heading {
	color: #ffffff;
	text-align: center;
}

@media screen and (min-width: 48em) {/*  768px */
	.footer-container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
		grid-column-gap: 40px;
		grid-row-gap: 10px;
		justify-items: stretch;
		align-items: stretch;
	}

	.footer-associated-entities {
		border-top: 1px solid #ffffff;
		display: grid;
		grid-template-columns: 1fr 3fr;
		grid-column-gap: 40px;
		margin-bottom: 45px;
		justify-items: stretch;
		align-items: center;
	}

	.footer-associated-entities__heading {
		text-align: left;
		margin-bottom: 0;
		padding-top: 5px;
		float: left; /* old browser fallback */
	}
	.footer-associate-logos {
		float: right;  /* old browser fallback */
		justify-items: end;
		margin-bottom: 0;
	}

	.footer-associate-logos li {
		display: inline-block; /* old browser fallback */
	}

	.footer-associate-logos img {
		max-height: none;
	}

	/* old browser fallback */

	.footer-container__item {
		float: left;
		width: 50%;
		padding-right: 30px;

		display: flex;
		flex-flow: column nowrap;
		justify-content: stretch;
	}

	.footer-container__item__content {
		flex: 1 1 auto;
	}

	.footer-container__item:last-child {
		width: calc(50% - 30px);
		padding: 0;
		float: right;
	}

	@supports (display:grid) {
		.footer-container:before,
		.footer-associated-entities.-clearfix:before {
			display: none !important;
		}
		.footer-container__item {
			width: auto !important;
			padding: 0 !important;
		}
	}
}

@media screen and (min-width: 71.25em) {/*  1140px */

    .footer-container {
    	grid-column-gap: 70px;
    }
}


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

.breadcrumb {
	list-style-type: none;
	margin: 15px 0 18px;
	padding: 5px 0 0px;
	height: 50px;
	border-bottom: 1px solid #887c73;
	font-size: 14px;
	font-size: 1.4rem;
	color: #887c73;
}
	.breadcrumb > li {
		display: inline-block;
	}
	.breadcrumb > li a {
		color: #887c73;
	}
	.breadcrumb > li:before {
		content: "/";
		margin: 0 6px 0 3px;
	}
	.breadcrumb > li:first-child:before {
		content: none;
	}


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

blockquote {
	margin: 15px 0;
	margin: 1.5rem 0;
	padding: 5px 20px 15px;
	background: #f6f6f6;
	font-style: normal;
}

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

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

b, strong {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

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

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

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: #3e7ebb;
	word-break: break-word;
}

a:hover {
	color: #245e9f;
	text-decoration: none;
}

/* 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;
}


a[href^=tel] {
    color:inherit;
    text-decoration:none;
}

.no-touch a[href^=tel] {
    text-decoration: none !important;
    cursor: default
}


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

Reusable bits of badass code that we probably use a lot

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

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

.button {
	/* Structure */
	display: inline-block;
	*display: inline; /*IE 6/7*/
	zoom: 1;
	margin-bottom: 0;
	white-space: nowrap;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	/* styles */
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #3e7ebb;
	text-decoration: none;
	border-radius: 3px;
	border: none;
	font-size: 100%;
	*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 */
	padding: 10px 15px 8px; /* not the below equiv, dif for ie8 */
	padding: 1.05rem 15px 0.8rem;
}

/* Firefox: Get rid of the inner focus border */
.button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.button-hover,
.button:hover,
.button:focus {
	background-color: #245e9f;
	color: #fff;
}

.button-small {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 8px;
	line-height: 0.8rem;
	padding: 5px 8px 5px;
	margin: -2px 0
}

.button-large {
	font-size: 1.6rem;
	padding: 10px 18px 10px;
}
@media screen and (min-width: 500px) {
	.button-large {
		font-size: 2rem;
		padding: 15px 18px 10px;
	}
}

.button-xlarge {
	font-size: 1.7rem;
	padding: 10px 18px 10px;
}
@media screen and (min-width: 500px) {
	.button-xlarge {
		font-size: 2.2rem;
		padding: 16px 30px 12px;
	}
}

.button-brown {
	background-color: #635b53;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzNWI1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDRkNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #635b53 0%, #544d47 100%);
	background: -webkit-linear-gradient(top,  #635b53 0%,#544d47 100%);
	background: linear-gradient(to bottom,  #635b53 0%,#544d47 100%);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.65);
	-webkit-transition: margin 100ms ease;
	-moz-transition: margin 100ms ease;
	transition: margin 100ms ease;
}

.button-brown:hover {
	margin-top: -3px;
}

.button--lllathome {
	background: #62b0c1;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YmNjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTk4YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #62b0c1 0%, #3f8ea0 100%);
	background-image: -webkit-linear-gradient(top,  #62b0c1 0%,#3f8ea0 100%);
	background-image: linear-gradient(to bottom,  #62b0c1 0%,#3f8ea0 100%);
	text-shadow: 1px 1px 1px #307481;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	font-weight: 600;
}

.button--lllathome:hover,
.button--lllathome:focus {
	background: #3f8ea0;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5YmNjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTk4YWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(top,  #3f8ea0 0%, #3f8ea0 100%);
	background-image: -webkit-linear-gradient(top,  #3f8ea0 0%,#3f8ea0 100%);
	background-image: linear-gradient(to bottom,  #3f8ea0 0%,#3f8ea0 100%);
}

.menu-buttons .button--lllathome {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	position: relative;
	top: -6px;
	padding-top: 14px;
}

.menu-buttons__bsb-mobile {
	font-size: 1.2rem;
	color: rgba(255,255,255,.6);
	display: inline-block;
	margin: 0 0 0 10px;
}

@media screen and (max-width: 359px) {
	.menu-buttons__bsb-mobile {
		margin: 0 0 0 5px;
	}
	.button--lllathome {
		font-size: 1.4rem;
		padding-left: 12px;
		padding-right: 12px;
	}
}


.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;
}

.widget-LLLatHome button {
	margin-bottom: 1.5rem;
}

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

.expando-opener-heading {
	color: #3e7ebb;
}

.expando-opener-heading:hover {
	color: #245e9f;
}

a.expando-opener-link:before,
.expando-opener-heading:before {
	content:"\003e ";
	margin-right: 5px;
	display: inline-block;
	top: -2px;
	position: relative;
}

.expando-opener-heading.expanded:before {
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}


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

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

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

/* ---- box (templates) ---- */

/* [1] styles for when used on links */

.box {
	padding: 26px;
	display: block; /* [1] */
	color: inherit;  /* [1] */
	text-decoration: inherit; /* [1] */
	-webkit-transition: box-shadow 500ms ease;
	transition: box-shadow 500ms ease;
}

a.box:hover {
	color: inherit;  /* [1] */
	-webkit-box-shadow: 0 0 20px 0 rgba(125,117,109,.25);
	box-shadow: 0 0 20px 0 rgba(125,117,109,.25);
}

.box--dark {
	background: #7d756d;
	color: #fff;
}

.box--dark h2,
.box--dark h3,
.box--dark h4 {
	color: inherit;
}

.box--dark h2,
.box--dark h3 {
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

.box--light {
	background: #f4f4f2;
}

.box--card {
	margin-bottom: 20px;
}

.box--card__hero-img {
	margin-bottom: 15px;
}

.box-cta {
	color: #3E7EBB;
}

.box-cta:after {
	content: '\003e';
	margin-left: 4px;
}



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

ul.messages {
	background: #f6f6f6;
	border: 2px solid #D6D6D6;
	font-family: arial,sans-serif;
	list-style-type: none;
	margin: 15px 0 30px 0;
	padding: 0;
}
	ul.messages.all-type-error {
		border-color: #900;
		background: #fee;
	}
	ul.messages.all-type-confirm {
		border-color: #090;
		background: #efe;
	}
	ul.messages li {
		margin: 0;
		padding: 10px 15px;
		vertical-align: bottom;
		text-align: center;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.2em;
	}

/* ---- Animations ---- */
/* megaMenuFade */
@-webkit-keyframes megaMenuFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes megaMenuFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

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


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

/*

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;
}
	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: 600;
	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;
}

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: 8px 10px 5px;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 15px;
	line-height: 1.5rem;
	color: inherit;
	vertical-align: middle;
	border-radius: 0;
	background: #ffffff;
}

textarea {
	height: auto;
	resize-x: none;
}

textarea,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"]{
	width: 100%;
}

textarea,
select,
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"] {
	background-color: #fff;
	border: 2px solid #FFFFFF;
}
	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: #edebea;
	}
	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: #a2958b;
		outline: 0;
		outline: thin dotted \9;
	}

input[type="color"] {
	padding: 0;
	border-radius: 4px;
	min-height: 38px;
	overflow: hidden;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 2px 0 0;
	margin-top: 6px \9;  /* IE8-9 */
	line-height: normal;
}

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

input.datepicker.wd {
	margin-left: 0;
}
input.datepicker.wy {
	margin-right: 0;
}
input.datepicker {
	width: 60px;
	margin: 0 4px;
}
input.timepicker {
	width: 135px;
}

select {
	padding: 6px;
	border: 2px solid #d6d6d6;
}

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

select.cc-type,
select.cc-exp,
input.cc-cvn {
	width: 30%;
}

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;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ccc;
}

.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;
}


/* ---- 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: 600;
		font-style: italic;
	}



/* ---- Form section form styles ---- */


.form-section input,
.form-section label,
.form-section select,
.form-section textarea {
	margin-bottom: 0;
}

/* Field info */
.form-section span.field-info:before {
	content: "\2039\00a0";
}

.form-section span.field-info,
.form-section span.field-error,
.checkbox-list span.field-info,
.checkbox-list span.field-error {
	font-weight: 600;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
	color: #3e7ebb;
}

.form-section span.field-error,
.checkbox-list span.field-error {
	color: #9d0b00;
}
input[type=text].field-error,
input[type=password].field-error,
textarea.field-error,
.textbox.field-error {
	border: 1px #D20000 solid;
}
span.field-error + span.field-info {
	display: none;
}



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

.submit-bar {
	text-align: right;
	background: #F6F6F6;
	padding: 14px;
}

	.sidebar .submit-bar {
		padding: 10px 0;
	}

	.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 .input-append .search-query {
	border-radius: 14px, 0, 0, 14px;
}

.form-search .input-append .btn {
	border-radius: 0, 14px, 14px, 0;
}

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

.form-search .input-prepend .btn {
	border-radius: 14px, 0, 0, 14px;
}

.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;
	}


.content-search-box {
	margin: 0 0 1.5em 0;
}
	.content-search-box .textbox {
		width: 75%;
		border: 2px #3E7EBB solid;
		border-radius: 3px;
		display: inline-block;
		vertical-align: middle;
		margin: 0 1em 0 0;
	}
	.content-search-box .submit {
		display: inline-block;
		vertical-align: middle;
	}


.search-result {
	border-top: 1px #ccc solid;
	margin: 0;
	padding: 1.5em 0;
}
	.search-result p {
		margin: 0;
	}


/* ---- Search pagination ---- */

.search-paginate {
	padding: 10px 0;
	text-align: center;
}
	.search-paginate .page-prev {
		margin: 0 8px 0 0;
	}
	.search-paginate .page {
		padding: 2px 9px;
		margin: 0 3px;
		background: #eee;
		border: 1px #3e7ebb solid;
		text-decoration: none;
	}
	.search-paginate .page.on {
		color: #000;
		border-color: #000;
	}
	.search-paginate .page-next {
		margin: 0 0 0 8px;
	}


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

.captcha {
	background-color: #f6f6f6;
	padding: 10px;
	width: 100%;
	border: 1px solid #f3f2f0;
}

	.captcha .captcha-info, .captcha .info {
		float: right;

		padding-bottom: 8px;
}
	.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
------------------------------------------------------ */

/* ---- Content tables & Form section tables & Checkbox list tables (shared styles) ---- */
.table--content-standard,
.form-section,
.checkbox-list {
	width: 100%;
	margin: 20px 0;
	margin: 2rem 0;
}
.form-section {
	background-color: #F4F4F2;
}
.table--content-standard caption,
.form-section caption {
	text-align: left;
	padding-bottom: 13px;
}
.table--content-standard th,
.form-section th,
.checkbox-list th {
	font-weight: 600;
	background-color: #F4F4F2;
	font-size: 17px;
	font-size: 1.7rem;
}
.table--content-standard td,
.form-section td,
.checkbox-list td {
}
.table--content-standard th,
.table--content-standard td,
.form-section th,
.form-section td {
	padding: 12px 15px;
	text-align: left;
}
.checkbox-list th,
.checkbox-list td {
	padding: 4px 6px;
	text-align: left;
}

/* ---- Content tables ---- */

/* Small */
.table--content-standard.table--content-small {
	font-size: 13px;
	font-size: 1.3rem;
}
.table--content-standard.table--content-small th,
.table--content-standard.table--content-small td {
	padding: 5px 10px;
}
.table--content-standard.table--content-small th {
	font-size: 14px;
	font-size: 1.4rem;
}

/* ---- Form section tables ---- */

.form-section td.field-info {
	vertical-align: middle;
	font-size: 10px;
	font-size: 1rem;
}
.checkbox-list td.check {
	width: 10px;
	text-align: center;
	vertical-align: top;
}
.form-section .checkbox-list {
	margin: 0;
}

/* Form sections in sidebar */
.sidebar > .form-section,
.sidebar > .form-section > tbody,
.sidebar > .form-section > tbody > tr,
.sidebar > .form-section > tbody > tr > th,
.sidebar > .form-section > tbody > tr > td {
	display: block;
	width: 100%;
}
.sidebar .form-section .field-info {
	text-align: right;
}
.sidebar .form-section td.field-info:empty,
.sidebar .form-section td.nothing {
	display: none !important;
}
.sidebar span.field-info:before {
	content: "^\00a0";
}
.sidebar .form-section > tbody > tr > th:first-child {
	width: 100%;
}

/* Responsiveness */
@media all and (min-width: 651px) {
	.form-section > tbody > tr > th:first-child {
		width: 25%;
	}
}

@media screen and (max-width: 650px) {
	.form-section,
	.form-section > tbody,
	.form-section > tbody > tr,
	.form-section > tbody > tr > th,
	.form-section > tbody > tr > td {
		display: block;
		width: 100%;
	}
	.form-section .field-info {
		text-align: right;
	}
	.form-section td.field-info:empty,
	.form-section td.nothing {
		display: none !important;
	}
	span.field-info:before {
		content: "^\00a0";
	}
}

/* ---- Responsive table ---- */
table.responsive {
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	display: block;
}

/* ---- No Styles Table ---- */

.table__no-styles {
	border-collapse: separate;
	border: none;
	background: none;
	min-width: 0;
}

	.table__no-styles th,
	div:not(.widget) > table.table__no-styles th,
	.table__no-styles td,
	div:not(.widget) > table.table__no-styles tr:nth-child(odd) td {
		padding: 0;
		border: 0;
		background: none;
	}




/* ------------------------------------------------------
**** 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";
}

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

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

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

.right {
	margin: 0 0 15px 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;
}


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



/* ---- columns ---- */

.col {
	float: left;
}

@media screen and (min-width: 680px) {
	.col-smtablet {
		float: left;
	}
	.col-smtablet.col--first {
		margin-left: 0;
	}
	.col-smtablet.col--last {
		margin-left: 0;
		float: right;
	}
}

@media screen and (min-width: 860px) {
	.col-tablet {
		float: left;
	}
	.col-tablet.col--first {
		margin-left: 0;
	}
	.col-tablet.col--last {
		margin-left: 0;
		float: right;
	}
}

@media screen and (min-width: 1100px) {
	.col-desktop {
		float: left;
	}
	.col-desktop.col--first {
		margin-left: 0;
	}
	.col-desktop.col--last {
		margin-left: 0;
		float: right;
	}
}

/* -- 2 cols -- */
.col--one-half {
	width: 48.275862068966%;
	margin-left: 2.241379310345%;
}

@media screen and (min-width: 680px) {
	.col-smtablet--one-half {
		width: 48.275862068966%;
		margin-left: 2.241379310345%;
	}
	.col-smtablet--one-half:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 860px) {
	.col-tablet--one-half {
		width: 48.275862068966%;
		margin-left: 2.241379310345%;
	}
	.col-tablet--one-half:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 1100px) {
	.col-desktop--one-half {
		width: 48.275862068966%;
		margin-left: 2.241379310345%;
	}
	.col-desktop--one-half:first-child {
		margin-left: 0;
	}
}

/* -- 3 col -- */
.col--one-third {
	width: 31.896551724138%;
	margin-left: 2.241379310345%;
}

.col--two-third {
	width: 66.034482758621%;
	margin-left: 2.241379310345%;
}

@media screen and (min-width: 1100px) {
	.col-desktop--one-third {
		width: 31.896551724138%;
		margin-left: 2.241379310345%;
	}
	.col-desktop--one-third:first-child {
		margin-left: 0;
	}
}



/* -- 3 col, narrow boxes - wide gutters  -- */
.col--one-third-narrow {
	width: 28.965517241379%;
	margin-left: 6.465517241379%;
}

@media screen and (min-width: 860px) {
	.col-tablet--one-third-narrow {
		width: 28.965517241379%;
		margin-left: 6.465517241379%;
	}
	.col-tablet--one-third-narrow:first-child,
	.col-tablet--one-third-narrow:first-child {
		margin-left: 0;
	}
}

@media screen and (min-width: 1100px) {
	.col-desktop--one-third-narrow {
		width: 28.965517241379%;
		margin-left: 6.465517241379%;
	}
	.col-desktop--one-third-narrow:first-child {
		margin-left: 0;
	}
}



/* -- 12 cols -- */
.col--one-twelfth {
	width: 6.379310344828%;
	margin-left: 2.241379310345%;
}

.col--three-twelfth {
	width: 23.448275862069%;
	margin-left: 2.241379310345%;
}

.col--eight-twelfth {
	width: 65.948275862069%;
	margin-left: 2.241379310345%;
}

@media screen and (min-width: 1100px) {
	.col-desktop--one-twelfth {
		width: 6.379310344828%;
		margin-left: 2.241379310345%;
	}
	.col-desktop--three-twelfth {
		width: 23.448275862069%;
		margin-left: 2.241379310345%;
	}
	.col-desktop--eight-twelfth {
		width: 65.948275862069%;
		margin-left: 2.241379310345%;
	}
	.col-desktop--one-twelfth:first-child {
		margin-left: 0;
	}
}

/* -- Col margin resets -- */

.col.col--first,
.col-smtablet.col--first,
.col-tablet.col--first,
.col-desktop.col--first {
	margin-left: 0;
}
.col.col--last,
.col-smtablet.col--last,
.col-tablet.col--last,
.col-desktop.col--last {
	margin-left: 0;
}


/* ---- Wraps ---- */

.wrap--brown {
	background: #7d756d;
}

.wrap--white {
	background: #fff;
}

.wrap--dark-brown {
	background: #635b53;
}

.wrap--light-brown {
	background: #efeeeb;
}
.wrap--light-brown-gradient {
	background: #efeeeb;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVlZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fcfbfb 0%, #efeeeb 100%);
	background: -webkit-linear-gradient(top,  #fcfbfb 0%,#efeeeb 100%);
	background: linear-gradient(to bottom,  #fcfbfb 0%,#efeeeb 100%);
}

.wrap--padded {
	padding-top: 30px;
	padding-bottom: 30px;
}

.wrap--prefooter {
	padding-bottom: 100px;
}

.wrap--bold-horiz-border {
	padding: 30px 30px;
	margin-bottom: 30px;
	border-top: 4px solid #a2958b;
	border-bottom: 4px solid #a2958b;
	text-align: center;
}
.home-intro {
	max-width: 800px;
	margin: auto;
	color: #887C73;
}

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

	.wrap--padded {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.home-intro {
		font-size: 2rem;
	}

	.wrap--bold-horiz-border h2 {
		font-size: 3.8rem;
		margin: 30px 0;
	}
}



html,
body {
	background: #FFF;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.container {
	margin: 0 20px;
	position: relative;
}
@media screen and (min-width: 380px) {
	.container {
		margin: 0 30px;
	}
}
@media screen and (min-width: 680px) {
	.container {
		margin: 0 60px;
	}
}
@media (min-width: 981px) {
	.nav .section {
		margin: 0 60px;
	}
}
@media screen and (min-width: 1280px) {

	.nav .section,
	.container {
		width: 1160px;
		margin: 0 auto;
	}
}

.banner {
	background-color: #fff;
}

.banner-container {
	margin: 0 20px;
	position: relative;
	min-height: 240px;
}
.banner-container *:last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 680px) {
	.banner-container {
		margin: 0 60px;
		position: relative;
	}
}
@media screen and (min-width: 1280px) {

	.banner-container {
		width: 1014px;
		margin: 0 auto;
		position: relative;
	}
}


/* ---- Sections ---- */
.section {
	position: relative;
}

.section--padding-top {
	padding-top: 20px;
}

.section--lg {
	padding: 40px 0;
}

.text-right {
	text-align: right;
}


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

.logo {
	margin-top: 44px;
	margin-bottom: 22px;
}

.no-svg .logo {
	display: none;
}

.no-svg .logo-link {
	margin: 20px 0 10px;
	display: block;
	height: 54px;
	background: url(../images/logo.png);
	background-repeat: no-repeat;
}

.top-nav {
	background: #f3f2f0;
	color: #887c73;
	font-size: 14px;
	padding: 15px 0;
	text-align: right;
	position: relative;
	width: 495px;
	float: right;
}

.top-nav:before {
	content: '\00a0';
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	width: 60px;
	background-image: url(../images/top-nav-deco.svg);
	background-repeat: no-repeat;
	background-position: cover;
}
.top-nav:after {
	content: '\00a0';
	position: absolute;
	left: 100%;
	width: 9999em;
	top: 0;
	bottom: 0;
	background: #f3f2f0;
}

.top-nav__site-search {
	max-width: 200px;
	display: inline-block;
	margin: 0 8px;
	position: relative;
}
.top-nav__site-search input {
	margin-bottom: 0;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   height: 33px;
}
input[type="submit"].top-nav__site-search__submit {
	text-indent: -999em;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 40px;
	height: 33px;
	background: url(../images/icon_search.svg) no-repeat center center;
	border: 0px;
	display: block;
	padding: 0;
	border: 2px solid transparent;
	border-left: 0;
}

input[type="submit"].top-nav__site-search__submit:focus,
input[type="submit"].top-nav__site-search__submit:hover {
	background-color: #edebea;
}

input:focus + input[type="submit"].top-nav__site-search__submit:hover {
	border-color: #A2958B;
}

.header-contact-details {
	color: #887c73;
	text-align: center;
	clear: both;
	padding-top: 10px;
	padding-bottom: 15px;
}

.header-contact-details__link {
	color: #887c73;
	font-size: 1.6rem;
	text-decoration: none;
	text-decoration: none;
	margin-left: 10px;
}

.header-contact-details__link:first-child {
	margin-left: 0;
	float: left;
}

.header-contact-details__link:last-child {
	float: right;
}

.header-contact-details__phone {
	cursor: default;
}

.header-contact-details__phone:before {
	content: '\00a0';
	width: 18px;
	height: 18px;
	background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICM4ODdjNzM7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0yNC4wMSAxOC45NDRjLjA1LjM5LS4wNy43My0uMzU3IDEuMDE3bC0zLjM4IDMuMzU4Yy0uMTU0LjE3LS4zNTMuMzE0LS41OTguNDMzLS4yNDYuMTItLjQ4OC4xOTYtLjcyNS4yMy0uMDE3IDAtLjA2OC4wMDQtLjE1Mi4wMTItLjA4NS4wMS0uMTk1LjAxMy0uMzMuMDEzLS4zMjMgMC0uODQ0LS4wNTUtMS41NjQtLjE2NS0uNzItLjExLTEuNi0uMzgyLTIuNjQzLS44MTQtMS4wNDItLjQzMi0yLjIyMy0xLjA4LTMuNTQ1LTEuOTQ2LTEuMzIyLS44NjQtMi43My0yLjA1Mi00LjIyLTMuNTYtMS4xODYtMS4xNy0yLjE3LTIuMjktMi45NDgtMy4zNTgtLjc4LTEuMDY4LTEuNDA3LTIuMDU2LTEuODgtMi45NjNDMS4xOSAxMC4yOS44MzQgOS40Ny41OTYgOC43My4zNjIgNy45OTQuMiA3LjM1OC4xMTYgNi44MjRjLS4wODQtLjUzNC0uMTE4LS45NTQtLjEtMS4yNi4wMTYtLjMwNC4wMjQtLjQ3NC4wMjQtLjUwOC4wMzMtLjIzNy4xMS0uNDguMjI4LS43MjUuMTItLjI0NS4yNjItLjQ0NC40MzItLjU5Nkw0LjA4LjM1Yy4yMzgtLjIzNy41MS0uMzU1LjgxNC0uMzU1LjIyIDAgLjQxNS4wNjMuNTg1LjE5LjE2OC4xMjguMzEyLjI4NS40My40N0w4LjYzIDUuODJjLjE1My4yNy4xOTUuNTY3LjEyOC44OS0uMDY4LjMyMi0uMjEyLjU5My0uNDMzLjgxM0w3LjA4IDguNzdjLS4wMzQuMDM0LS4wNjQuMDktLjA5LjE2NS0uMDI0LjA3Ni0uMDM3LjE0LS4wMzcuMTkuMDY4LjM1Ny4yMi43NjQuNDU3IDEuMjIyLjIwNC40MDcuNTE3LjkwMy45NCAxLjQ4OC40MjUuNTg1IDEuMDI2IDEuMjYgMS44MDYgMi4wMjIuNzYyLjc4IDEuNDQgMS4zODYgMi4wMzMgMS44MTguNTkyLjQzMyAxLjA4OC43NSAxLjQ4Ni45NTQuMzk4LjIwMi43MDMuMzI2LjkxNS4zNjhsLjMyLjA2M2MuMDMyIDAgLjA4OC0uMDEuMTY0LS4wMzcuMDc2LS4wMjUuMTMtLjA1NS4xNjUtLjA5bDEuNDQ4LTEuNDc0Yy4zMDUtLjI3Mi42Ni0uNDA4IDEuMDY3LS40MDguMjkgMCAuNTE3LjA1LjY4Ny4xNTNoLjAyNWw0LjkwNiAyLjljLjM1Ni4yMi41NjguNS42MzYuODR6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
}
.header-contact-details__enquire:before {
	content: '\00a0';
	width: 18px;
	height: 18px;
	margin-right: 5px;
	background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGRlZnM+PHN0eWxlPi5jbHMtMSB7IGZpbGw6ICM4ODdjNzM7IGZpbGwtcnVsZTogZXZlbm9kZDsgfTwvc3R5bGU+PC9kZWZzPjxwYXRoIGQ9Ik0yMy41IDEuMzc4Yy0uMjc2IDAtLjUuMjI1LS41LjUwMnY2LjAzYzAgMi41OC0xLjU1NSAzLjc1Ny0zIDMuNzU3cy0zLTEuMTc2LTMtMy43NThWNS4zOTZjMC0zLjU0Ni0yLjc2Ny01LjQtNS41LTUuNFM2IDEuODUgNiA1LjM5NkgzLjVDMS41NyA1LjM5NyAwIDYuOTc1IDAgOC45MTR2OC41NDJjMCAzLjYwMiAyLjkxNiA2LjUzIDYuNSA2LjUzczYuNS0yLjkyOCA2LjUtNi41M3YtOC41NGMwLTEuOTQtMS41Ny0zLjUxNy0zLjUtMy41MTdIN0M3IDIuMzc3IDkuMzMzIDEgMTEuNSAxYzEuMTkgMCAyLjI5NC4zOTIgMy4xMSAxLjEwMy45MS43OTIgMS4zOSAxLjkzIDEuMzkgMy4yOTRWNy45MWMwIDMuMTI1IDIuMDEyIDQuNzYgNCA0Ljc2czQtMS42MzUgNC00Ljc2VjEuODhjMC0uMjc3LS4yMjQtLjUwMi0uNS0uNTAyek02IDEwLjQySDFWOC45MTVDMSA3LjUzIDIuMTIyIDYuNDAyIDMuNSA2LjQwMkg2djQuMDJ6bTMuNS00LjAxOGMxLjM3OCAwIDIuNSAxLjEyNyAyLjUgMi41MTJ2MS41MDdIN1Y2LjQwM2gyLjV6IiBjbGFzcz0iY2xzLTEiLz48L3N2Zz4=);
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
}

@media screen and (min-width: 440px) {
	.header-contact-details__link {
		font-size: 2rem;
	}

	.header-contact-details__phone:before {
		width: 24px;
		height: 24px;
	}
	.header-contact-details__enquire:before {
		width: 24px;
		height: 24px;
	}
}

@media screen and (min-width: 680px) {
	.header-contact-details {
		padding-top: 53px;
	}
	.header-contact-details__link:first-child,
	.header-contact-details__link:last-child {
		float: none;
	}
}

@media screen and (min-width: 740px) {
	.header-contact-details__link {
		font-size: 2.4rem;
	}
}


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

	.header-contact-details {
		padding-top: 30px;
		text-align: right;
	}
}


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

.footer-deco-wrap {
	position: relative;
	margin-top: -45px;
	margin-bottom: -2px;
	overflow-x: hidden;
}

.footer {
	margin-top: 0px;
	position: relative;
}

.footer-deco {
	background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226000%22%20height%3D%22238.2%22%20viewBox%3D%220%200%206000%20238.2%22%3E%3Cstyle%3E.st0%7Bfill%3A%237D756D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M0%20202.3S1319.1%200%203004.7%200C4656.1%200%206000%20202.3%206000%20202.3v35.9H0v-35.9z%22%2F%3E%3C%2Fsvg%3E) no-repeat;
	background-position: center top;
	background-size: cover;
	height: 35px;
	margin: 0 -20px;
}

@media screen and (min-width: 600px) {
	.footer-deco {
		height: 44px;
		/*top: -42px;*/
	}
}
@media screen and (min-width: 900px) {
	.footer-deco {
		height: 55px;
		/*top: -52px;*/
	}
}

.footer-main-content {
	padding-top: 30px;
}

.heading--footer {
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

/* - sponsors - */
.inline-table--sponsors .inline-table__item {
	padding: 0 10px 15px;
	text-align: center;
	vertical-align: middle;
	width: 33.333%;
}

.inline-table--sponsors .inline-table__item:first-child {
	text-align: left;
	padding-left: 0;
}

.inline-table--sponsors .inline-table__item:last-child {
	text-align: right;
	padding-right: 0;
	width: 23%;
}

/* - terms and conditions - */
.terms-conditions {
	color: #dfd4cb;
	font-size: 1.4rem;
	text-align: right;
	font-weight: bold;
	padding: 15px 0;
}
.terms-conditions p {
	margin-bottom: 0;
}
.terms-conditions a {
	color: #dfd4cb;
	text-decoration: none;
}
.terms-conditions a:hover,
.terms-conditions a:focus {
	color: #f3efeb;
	text-decoration: underline;
}

/* ---- site search ---- */

/* ie on the /search page */


@media screen and (min-width: 650px) {
	.site-search-form input[type="text"] {
		width: 60%;
		margin: 0 1.5% 0 0;
	}

}

/* Generic style for all widgets */

.widget h3.widget-title {

}


.mfp-content {
	margin: 0 auto;
	max-width: 700px;
	width: 100%;
}

.mfp-content .popup-wrap {
	background-color: #fff;
	padding: 20px;
}



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

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

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

/* ---- Catch all ---- */
.sidebar .widget {
	margin-bottom: 25px;
}

/* ---- Related Links ---- */
.widget-RelatedLinks {
	margin-bottom: 25px;
}
/* resets, don't touch */
.widget-RelatedLinks ul {
	padding: 0;
	margin:  0;
}
.widget-RelatedLinks li {
	list-style: none;
}
.widget-RelatedLinks a {
	text-decoration: none;
	color: #887c73;
}
/* styles */
.widget-RelatedLinks ul.depth1 {
	border-bottom: 1px solid #887c73;
}
.widget-RelatedLinks li.depth1 {
	border-bottom: 1px solid #887c73;
	position: relative;
}
.widget-RelatedLinks li.depth1:last-child {
	border-bottom: none;
}
.widget-RelatedLinks li.depth1 > a {
	font-weight: 600;
	display: block;
	padding: 14px 18px 14px 24px;
	-webkit-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
}
.widget-RelatedLinks li.depth1.on > a {
	background-color: rgba(136,124,115,.15);
}
.widget-RelatedLinks li.depth1 > a:before {
	content: '\00a0';
	background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20preserveAspectRatio%3D%22xMidYMid%22%20width%3D%229%22%20height%3D%2216%22%20viewBox%3D%220%200%209%2016%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%20%7B%20fill%3A%20%237d756d%3B%20fill-rule%3A%20evenodd%3B%20%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M8.832%207.61L.892.153c-.214-.2-.55-.19-.75.026-.2.215-.188.552.027.753L7.694%208%20.17%2015.07c-.216.2-.227.538-.027.753.104.112.245.17.386.17.13%200%20.26-.05.36-.144l7.942-7.46C8.94%208.29%209%208.148%209%208c0-.148-.06-.29-.168-.39z%22%20class%3D%22cls-1%22%2F%3E%3C%2Fsvg%3E);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline-block;
	width: 22px;
	margin-left: -24px;
	margin-right: 4px;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	transition: all 300ms ease;
}
.widget-RelatedLinks li.on > a:before,
.widget-RelatedLinks li.depth1:hover > a:before {
	background-position: 85% center;
}


/* Children */

.widget-RelatedLinks li.depth2 {
/*	font-size: 14px;
	font-size: 1.4rem;*/
}
.widget-RelatedLinks li.depth2 a {
	background-color: rgba(136,124,115,.05);
}
.widget-RelatedLinks li.depth2.on a,
.widget-RelatedLinks li.depth2.on a:hover {
	background-color: rgba(136,124,115,.15);
}
.widget-RelatedLinks li.depth2 a:before {
	content: "- ";
	display: inline-block;
	margin-left: -10px;
	margin-right: 5px;
}
.widget-RelatedLinks li.depth2 {
}
.widget-RelatedLinks li.depth2 a {
	-webkit-transition: all 150ms ease-out;
	-o-transition: all 150ms ease-out;
	transition: all 150ms ease-out;
	position: relative;
	padding: 8px 18px 9px 40px;
	display: block;
}
.widget-RelatedLinks li.depth2 a:hover {
	background-color: rgba(136,124,115,.15);
}



/* ---- Blog widget ---- */

.enews-signup-small-text {
	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%;
}

/* ---- Children Page Gallery ---- */
.children-gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.widget-ChildrenGallery:before,
.widget-ChildrenGallery:after {
	content: " ";
	display: table;
}
.widget-ChildrenGallery:after {
	clear: both;
}
.widget-ChildrenGallery {
	*zoom: 1;
}
/*
Width + right margin decides how many columns there are.
The nth-child settings remove the right margin on the final row item, so it sits full width.
If you adjust how many items per row, you'll need to adjust which nth-child */
.widget-ChildrenGallery /*li*/.pg-item {
	width: 22%;
	float: left;
	margin: 0 4% 20px 0;
	position: relative;
	overflow: hidden;
}

.widget-ChildrenGallery .pg-item:nth-child(4n+4) {
	margin-right: 0;
}

.widget-ChildrenGallery .pg-no-image {
	position: relative;
	width: 100%;
	background: #ccc;
}
.widget-ChildrenGallery .pg-no-image:before {
	content: "";
	display: block;
	padding-top: 87%; 	/* sets the block ratio of the grey box image placeholder */
}

.widget-ChildrenGallery .pg-anchor {
	margin: 0;
	background: #000;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	padding-top: 40%;
	display: none;
}

.widget-ChildrenGallery .pg-link:hover .pg-anchor {
	display: block;
}


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


/* ---- 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%;
}


/* ---- File List ---- */

.doclist-wrap {
	margin-bottom: 25px;
}

.doclist-wrap--float {
	color: #fff;
	padding: 25px;
	position: relative;
	z-index: 1;
}

@media screen and (min-width: 760px) {
	.content .doclist-wrap--float {
		float: right;
		max-width: 300px;
		margin-left: 25px;
	}
}


.box--dark h2,
.box--dark h3,
.box--dark h4,
.box--dark a {
	color: inherit;
}

.doclist-wrap h2,
.doclist-wrap h3 {
	padding-bottom: 10px;
	border-bottom: 2px solid #7d756d;
}
.box--dark h2,
.box--dark h3 {
	border-color: #fff;
}


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

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

.blog-post-preview {
	border: 1px solid rgba(0,0,0,0.05);
	background: rgba(0,0,0,0.05);
	padding: 15px 15px 20px;
}

@media screen and (min-width: 650px) {
	.blog-post-preview {
		width: 31%;
		padding: 25px 25px 20px;
		margin: 0 0 20px 0;
		float: left;
		/*min-height: 570px;*/ /* Use this for a match heights effect if you want */
	}
	#blog-posts {
		margin-right: -2.333%; /* Dependant on the width of .blog-post-preview */
	}
}

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

.blog-post-preview:hover {
	background: rgba(0,0,0,0.075);
}

.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;
}

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

.blog-post-preview .excerpt h3,
.blog-post-preview .excerpt h3 a {
	font-weight: 300;
	font-size: 29px;
	font-size: 2.9rem;
	text-align: left;
	padding-bottom: 0;
}

.blog-post-preview .excerpt p.author {
	font-size: 14px;
	font-size: 1.4rem;
	text-transform: uppercase;
}
.blog-post-preview .excerpt p {
	line-height: 140%;
	font-size: 17px;
	font-size: 1.7rem;
	margin: 20px 0;
}
/* 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%;
}


/* ---- Blog preview ---- */
.blog-preview {
	padding-top: 5px;
}
.blog-preview-title {
	margin: 0;
}
.blog-preview-thumb {
	float: left;
	width: 80px;
	margin-right: 20px;
}
.blog-preview-content {
	overflow: hidden;
}
.blog-preview-date {
	color: #887c73;
	text-transform: uppercase;
	font-size: 1.5rem;
	display: block;
	margin-bottom: 7px;
}
.blog-preview-date + p {
	margin-top: 0;
}

@media screen and (min-width: 650px) {
	.blog-preview-thumb {
		width: 140px;
		margin-right: 30px;
	}
}

/* --------------------------------------------------------
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-article__footer .share {
	width: 50%;
	float: left;
	color: #B3B7BB;
}
.blog-article__footer .share:not(:first-child) {
	text-align: right;
}



/* --------------------------------------------------------
Facebook feed
-------------------------------------------------------- */
.home-fb-post {
	padding-top: 5px;
}
.footer-fb-post-title {
	margin: 0;
}
.footer-fb-post-title a {
	color: inherit;
	text-decoration: none;
}
.footer-fb-post-info {
	float: left;
	width: 50px;
	margin-right: 20px;
}
.footer-fb-post-content {
	overflow: hidden;
}
.footer-fb-post-time {
	color: #887c73;
	text-transform: uppercase;
	font-size: 1.5rem;
	display: block;
	margin-bottom: 7px;
}
.footer-fb-post-icon-wrapper a {
	background-color: #3b5998;
	display: block;
	text-align: center;
	padding: 2px 5px;
	border-radius: 0 0 5px 5px;
}
.footer-fb-post-icon-wrapper img {
	width: 10px;
	height: 17px;
}
.footer-fb-actions-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-fb-actions-list a {
	color: inherit;
	text-decoration: none;
}
.footer-fb-actions-list a:hover {
	color: #000;
	text-decoration: underline;
}
.footer-fb-actions-list-item {
	display: inline-block;
	margin-right: 18px;
}

.footer-fb-actions-list-item__icon:before {
	content: '\00a0';
	width: 18px;
	height: 18px;
	margin-right: 9px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: inline-block;
	vertical-align: top;
	margin-top: 2px;
}
.footer-fb-actions-list-item__icon.footer-fb-actions-list-item__icon--comment:before {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIzIDIwIj4NCiAgPHBhdGggZmlsbD0iIzg4N0M3MyIgZD0iTTIyLjYzMDczMzksOS42NTQxMTMyNmUtMTYgTDAuMzY5MjY2MDU1LDkuNjU0MTEzMjZlLTE2IEMwLjE1ODI1Njg4MSw5LjY1NDExMzI2ZS0xNiAwLDAuMTYzMDQzNDc4IDAsMC4zODA0MzQ3ODMgTDAsMTUuNTk3ODI2MSBDMCwxNS44MTUyMTc0IDAuMTU4MjU2ODgxLDE1Ljk3ODI2MDkgMC4zNjkyNjYwNTUsMTUuOTc4MjYwOSBMNi45MTA1NTA0NiwxNS45NzgyNjA5IEw2LjkxMDU1MDQ2LDE5LjU2NTIxNzQgQzYuOTEwNTUwNDYsMTkuNzI4MjYwOSA3LjAxNjA1NTA1LDE5Ljg5MTMwNDMgNy4xMjE1NTk2MywxOS45NDU2NTIyIEM3LjE3NDMxMTkzLDE5Ljk0NTY1MjIgNy4yMjcwNjQyMiwyMCA3LjI3OTgxNjUxLDIwIEM3LjM4NTMyMTEsMjAgNy40OTA4MjU2OSwxOS45NDU2NTIyIDcuNTQzNTc3OTgsMTkuODkxMzA0MyBMMTEuMjg4OTkwOCwxNS45NzgyNjA5IEwyMi42MzA3MzM5LDE1Ljk3ODI2MDkgQzIyLjg0MTc0MzEsMTUuOTc4MjYwOSAyMywxNS44MTUyMTc0IDIzLDE1LjU5NzgyNjEgTDIzLDAuMzgwNDM0NzgzIEMyMywwLjE2MzA0MzQ3OCAyMi44NDE3NDMxLDAgMjIuNjMwNzMzOSwwIEwyMi42MzA3MzM5LDkuNjU0MTEzMjZlLTE2IFoiLz4NCjwvc3ZnPg==);
}
.footer-fb-actions-list-item__icon.footer-fb-actions-list-item__icon--share:before {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMyIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDIzIDE3Ij4NCiAgPHBhdGggZmlsbD0iIzg4N0M3MyIgZD0iTTEyLjYzNjc4MTYsNC4xODMxMzEwOCBDMTIuOTU0MDIzLDQuMTgzMTMxMDggMTMuMjE4MzkwOCw0LjE4MzEzMTA4IDEzLjM3NzAxMTUsNC4xODMxMzEwOCBMMTMuMzc3MDExNSwwLjQwNzIwNzA0MyBDMTMuMzc3MDExNSwwLjI0NzY2MDk1NiAxMy40ODI3NTg2LDAuMDg4MTE0ODcwMyAxMy42NDEzNzkzLDAuMDM0OTMyODQxNiBDMTMuOCwtMC4wMTgyNDkxODcyIDEzLjk1ODYyMDcsLTAuMDE4MjQ5MTg3MiAxNC4wNjQzNjc4LDAuMDg4MTE0ODcwMyBMMjIuODQxMzc5Myw3LjUzMzU5ODg5IEMyMi45NDcxMjY0LDcuNjM5OTYyOTUgMjMsNy43NDYzMjcgMjMsNy44NTI2OTEwNiBDMjMsNy45NTkwNTUxMiAyMi45NDcxMjY0LDguMTE4NjAxMjEgMjIuODQxMzc5Myw4LjE3MTc4MzIzIEwxNC4wNjQzNjc4LDE1LjYxNzI2NzMgQzEzLjk1ODYyMDcsMTUuNzIzNjMxMyAxMy43NDcxMjY0LDE1LjcyMzYzMTMgMTMuNjQxMzc5MywxNS42NzA0NDkzIEMxMy40ODI3NTg2LDE1LjYxNzI2NzMgMTMuMzc3MDExNSwxNS40NTc3MjEyIDEzLjM3NzAxMTUsMTUuMjk4MTc1MSBMMTMuMzc3MDExNSwxMS4zNjI3MDUgQzEyLjkwMTE0OTQsMTEuMjU2MzQwOSAxMS44NDM2NzgyLDExLjA5Njc5NDggMTAuNTIxODM5MSwxMS4wOTY3OTQ4IEM3LjQ1NTE3MjQxLDExLjA5Njc5NDggMy4yMjUyODczNiwxMi4xMDcyNTM0IDAuNzkzMTAzNDQ4LDE2Ljc4NzI3MTkgQzAuNzQwMjI5ODg1LDE2Ljk0NjgxOCAwLjU4MTYwOTE5NSwxNyAwLjQyMjk4ODUwNiwxNyBDMC4zNzAxMTQ5NDMsMTcgMC4zNzAxMTQ5NDMsMTcgMC4zMTcyNDEzNzksMTcgQzAuMTA1NzQ3MTI2LDE2Ljk0NjgxOCAwLDE2Ljc4NzI3MTkgMCwxNi41NzQ1NDM4IEMwLjA1Mjg3MzU2MzIsNS4wODcyMjU1NyA5LjY3NTg2MjA3LDQuMTgzMTMxMDggMTIuNjM2NzgxNiw0LjE4MzEzMTA4IEwxMi42MzY3ODE2LDQuMTgzMTMxMDggTDEyLjYzNjc4MTYsNC4xODMxMzEwOCBaIi8+DQo8L3N2Zz4=);
}
.footer-fb-actions-list-item__icon.footer-fb-actions-list-item__icon--like:before {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMiIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIyIDIwIj4NCiAgPHBhdGggZmlsbD0iIzg4N0M3MyIgZD0iTTIwLjc3NDMxMzgsMTEuMjIyMjIyMiBDMjEuMTA0MDY0OCwxMS41NTU1NTU2IDIxLjMyMzg5ODgsMTIgMjEuMzIzODk4OCwxMi40NDQ0NDQ0IEMyMS4zMjM4OTg4LDEzLjI3Nzc3NzggMjAuNzE5MzU1MywxNC4wNTU1NTU2IDE5Ljg5NDk3NzgsMTQuMjc3Nzc3OCBDMjAuMTE0ODExOCwxNC42MTExMTExIDIwLjIyNDcyODgsMTUgMjAuMjI0NzI4OCwxNS40NDQ0NDQ0IEMyMC4yMjQ3Mjg4LDE2LjIyMjIyMjIgMTkuNzMwMTAyMywxNi43Nzc3Nzc4IDE4LjkwNTcyNDcsMTYuODg4ODg4OSBDMTkuMDcwNjAwMiwxNy4xMTExMTExIDE5LjEyNTU1ODcsMTcuMzg4ODg4OSAxOS4xMjU1NTg3LDE3LjY2NjY2NjcgQzE5LjEyNTU1ODcsMTguNjY2NjY2NyAxOC42MzA5MzIyLDE5LjE2NjY2NjcgMTcuNjQxNjc5MiwxOS4xNjY2NjY3IEwxMS4zNzY0MDk5LDE5LjE2NjY2NjcgQzkuNzgyNjEzMzgsMTkuMTY2NjY2NyA4LjkwMzI3NzM0LDE4Ljk0NDQ0NDQgNy43NDkxNDg4LDE4LjY2NjY2NjcgQzcuMTk5NTYzNzgsMTguNTU1NTU1NiA2LjU5NTAyMDI1LDE4LjM4ODg4ODkgNS44ODA1NTk3MywxOC4yMjIyMjIyIEw1Ljg4MDU1OTczLDkuMTExMTExMTEgQzcuOTY4OTgyODEsOC4xMTExMTExMSAxMC42NjE5NDk0LDQuNjY2NjY2NjcgMTAuNjYxOTQ5NCwxLjYxMTExMTExIEMxMC42NjE5NDk0LDAuNzIyMjIyMjIyIDExLjMyMTQ1MTQsMCAxMi4wOTA4NzA1LDAgQzEyLjQyMDYyMTUsMCAxMy41NzQ3NSwwLjE2NjY2NjY2NyAxNC4xMjQzMzUsMi4yMjIyMjIyMiBDMTQuNTA5MDQ0NiwzLjYxMTExMTExIDEzLjczOTYyNTUsNi4xMTExMTExMSAxMy4zNTQ5MTYsNy4xNjY2NjY2NyBMMjAuMTY5NzcwMyw3LjE2NjY2NjY3IEMyMS4xNTkwMjMzLDcuMTY2NjY2NjcgMjEuOTgzNDAwOCw4LjA1NTU1NTU2IDIxLjk4MzQwMDgsOS4wNTU1NTU1NiBDMjIuMDkzMzE3OSw5LjgzMzMzMzMzIDIxLjY1MzY0OTgsMTAuODg4ODg4OSAyMC43NzQzMTM4LDExLjIyMjIyMjIgTDIwLjc3NDMxMzgsMTEuMjIyMjIyMiBMMjAuNzc0MzEzOCwxMS4yMjIyMjIyIFogTTQuNzgxMzg5NjgsMjAgTDAuMzg0NzA5NTE1LDIwIEMwLjE2NDg3NTUwNiwyMCAwLDE5LjgzMzMzMzMgMCwxOS42MTExMTExIEwwLDguMjc3Nzc3NzggQzAsOC4xNjY2NjY2NyAwLjA1NDk1ODUwMjEsOC4wNTU1NTU1NiAwLjEwOTkxNzAwNCw4IEMwLjE2NDg3NTUwNiw3Ljk0NDQ0NDQ0IDAuMjc0NzkyNTExLDcuODg4ODg4ODkgMC4zODQ3MDk1MTUsNy44ODg4ODg4OSBMNC43ODEzODk2OCw3Ljg4ODg4ODg5IEM1LjAwMTIyMzY5LDcuODg4ODg4ODkgNS4xNjYwOTkyLDguMDU1NTU1NTYgNS4xNjYwOTkyLDguMjc3Nzc3NzggTDUuMTY2MDk5MiwxOS42MTExMTExIEM1LjE2NjA5OTIsMTkuODMzMzMzMyA1LjAwMTIyMzY5LDIwIDQuNzgxMzg5NjgsMjAgTDQuNzgxMzg5NjgsMjAgWiBNMy4xMzI2MzQ2MiwxNy4zMzMzMzMzIEMyLjg1Nzg0MjExLDE3LjMzMzMzMzMgMi42OTI5NjY2LDE3LjU1NTU1NTYgMi42OTI5NjY2LDE3LjgzMzMzMzMgQzIuNjkyOTY2NiwxOC4xMTExMTExIDIuOTEyODAwNjEsMTguMzMzMzMzMyAzLjEzMjYzNDYyLDE4LjMzMzMzMzMgQzMuNDA3NDI3MTMsMTguMzMzMzMzMyAzLjU3MjMwMjY0LDE4LjExMTExMTEgMy41NzIzMDI2NCwxNy44MzMzMzMzIEMzLjU3MjMwMjY0LDE3LjU1NTU1NTYgMy40MDc0MjcxMywxNy4zMzMzMzMzIDMuMTMyNjM0NjIsMTcuMzMzMzMzMyBaIi8+DQo8L3N2Zz4=);
}
div.socialiser-single-wide img {
	margin: 0;
	float: none;
}

@media screen and (min-width: 650px) {
	.footer-fb-post-info {
		width: 70px;
		margin-right: 30px;
	}
}


/* ------------------------------------------------------
**** 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;
	}
}

