@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic);
@import url(http://fonts.googleapis.com/css?family=Merriweather:300);
@import url(http://fonts.googleapis.com/css?family=Pinyon+Script);

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon1c09.eot?7vb18m');
	src:url('../fonts/icomoon1c09.eot?7vb18m#iefix') format('embedded-opentype'),
		url('../fonts/icomoon1c09.woff?7vb18m') format('woff'),
		url('../fonts/icomoon1c09.ttf?7vb18m') format('truetype'),
		url('../fonts/icomoon1c09.svg?7vb18m#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background-color: #4d3849;
	color: #e4cfeb;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-weight: 300;

	-webkit-text-size-adjust: 100%;
}
a {
	background-color: #4d3849;
	color: #fff;
}
a:hover,
a:focus,
a:active {
	background-color: #4d3849;
	color: #c6b1cb;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form {
	margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
}
h1 {
	margin: 0.8em 0;
	font-size: 1.3em;
	line-height: 1.2;
}
h2 {
	margin: 1.5em 0;
	font-size: 1em;
	line-height: 1.1875;
}
p,
h3,
h4,
h5,
h6,
ul,
ol,
table,
pre,
.page-nav {
	margin-top: 1.714286em;
	margin-bottom: 1.714286em;
	font-size: 0.875em;
	line-height: 1.714286;
}
ul ul,
ul ol,
ol ul,
ol ol {
	margin-top: 0;
	font-size: 1em;
}
strong,
b {
	font-weight: 600;
}
nav ul,
form ol,
form ul {
	list-style: none;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
}
input,
select,
textarea {
	background-color: #89779b;
	color: #e4cfeb;
	border: 1px solid #89779b;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 1em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	transition: all 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
	border-color: #662d91;

	box-shadow: 0 0 0.42857142857em -1px #662d91;
}
input:-moz-focusring,
select:-moz-focusring,
textarea:-moz-focusring {
	outline: transparent;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input.submit,
button,
input.button {
	cursor: pointer;
}
input.submit {
	background-color: #662d91;
	color: #fff;
	border-color: #662d91;
}
input.submit:hover {
	background-color: #261136;
	color: #fff;
	border-color: #261136;
}
button,
input.button {
	background-color: #666;
	color: #fff;
	border-color: #666;
}
button:hover,
input.button:hover {
	background-color: #333;
	color: #fff;
	border-color: #333;
}
form p {
	font-size: 1em;
}
form ol,
form ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
}
img {
	border: 0;
}
address {
	font-style: normal;
}
object {
	display: block;
}
iframe {
	display: block;
	margin: 0;
	border: 0;
}
pre,
code {
	background-color: #f0f0f0;
	color: #000;
	border: 1px solid #ccc;
	font-family: monospace, monospace;
}

pre {
	padding: 1em;
	overflow: auto;
}

/* ------ Helper Styles ------ */
.clear-self:before,
.clear-self:after {
	content: '';
	display: table;
}
.clear-self:after {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.font-script {
	font-family: 'Pinyon Script', 'Brush Script MT', cursive;/* font stack courtesy of http://www.cssfontstack.com/ */
	font-weight: 400;
}
.font-serif {
	font-family: Merriweather, 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
	font-weight: 300;
}
.font-serif p,
.font-serif h3,
.font-serif h4,
.font-serif h5,
.font-serif h6,
.font-serif ul,
.font-serif ol,
.font-serif table,
.font-serif pre,
.font-serif .page-nav {
	margin-top: 1.846153846em;
	margin-bottom: 1.846153846em;
	font-size: 0.8125em;
	font-weight: 300;
	line-height: 1.846153846;
}

.text-left {
	text-align: left;
}
.text-centre {
	text-align: center;
}
.text-right {
	text-align: right;
}
.float-container {
	clear: left;
	float: left;
	width: 100%;
}
.ib {
	display: inline-block;
}
.remove {
	display: none !important;
}
.overflow-auto {
	overflow: auto;
}
.hide-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
}
.relative {
	position: relative;
}
.list-reset {
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	list-style: none;
}

/* ------ Mini Modules ------ */
.cw-default {
	background-color: #4d3849;
	color: #e4cfeb;
}

.cw-default-inverse {
	background-color: #e4cfeb;
	color: #fff;
}

.cw-muted {
	background-color: #4d3849;
	color: #dec4e7;
}
.cw-muted a {
	background-color: #4d3849;
	color: #dec4e7;
}
.cw-muted a:hover,
.cw-muted a:focus,
.cw-muted a:active {
	background-color: #4d3849;
	color: #fff;
}

.cw-highlight {
	background-color: #4d3849;
	color: #bc88ce;
}

.cw-default-content {
	background-color: #fff;
	color: #4d3848;
}
.cw-default-content a {
	background-color: #fff;
	color: #3d3046;
}
.cw-default-content a:hover,
.cw-default-content a:focus,
.cw-default-content a:active {
	background-color: #fff;
	color: #662d91;
}

.cw-default-content-semi-transparent {
	background-color: rgba(181, 181, 182, 0.9);
}
.cw-default-content-semi-transparent {
	color: #4d3a40;
}

.msg {
	padding: 1em;
	text-align: center;
}
.success {
	background-color: #eaf5ea;
	color: #393;

	box-shadow: 0 0 0.429em #393;
}
.error {
	background-color: #fae5e5;
	color: #c00;

	box-shadow: 0 0 0.429em #c00;
}

.no-img,
.embedded-map {
	position: relative;
	text-align: center;
}
.no-img {
	background-color: rgba(0, 0, 0, 0.1);
	color: #000;

	transition: background-color 0.15s ease;
}
a:hover .no-img,
a:focus .no-img,
a:active .no-img,
a.no-img:hover,
a.no-img:focus,
a.no-img:active {
	background-color: rgba(0, 0, 0, 0.15);
	color: #000;
}
.no-img p,
.embedded-map p {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 90%;
	margin: 0 !important;

	-webkit-transform: translate(-5%, -50%);
	-ms-transform: translate(-5%, -50%);
	transform: translate(-5%, -50%);
}

.icon-icomoon {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
	content: '\e600';
}
.icon-arrow-left:before {
	content: '\e601';
}
.icon-arrow-down:before {
	content: '\e603';
}
.icon-menu:before {
	content: '\e602';
}
.icon-facebook:before {
	content: '\e604';
}
.icon-twitter:before {
	content: '\e605';
}
.icon-pinterest:before {
	content: '\ef2c';
}
.icon-instagram:before {
	content: "\e606";
}
.icon-google-plus:before {
	content: "\eee4";
}

/*.icon-sprite {
	background-image: url('/images/bg-sprites.png');
	background-repeat: no-repeat;
	background-position: 0 -100px;
}*/

.skip-link {
	position: absolute;
	top: 0;
	left: -999em;
	padding: 0.5em;
	font-size: 1.2em;
	line-height: 1.333;
	text-decoration: none;
	z-index: 3;
}
.skip-link:focus,
.skip-link:active {
	left: 0;
	background-color: #000;
	color: #fff;
}

/* ------ Layout ------ */
.wrapper {
	max-width: 60em;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0.9375em;
}

@media screen and (min-width: 40em) {
	.grid-adjust {
		margin-right: -0.9375em;
		margin-left: -0.9375em;
	}
	.gutter {
		padding-right: 0.9375em;
		padding-left: 0.9375em;
	}
	.content-eq-2 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
}

/* ------ Modules ------ */
.site-header {
	position: relative;
	z-index: 4;
}
.site-content,
.site-content-top {
	position: relative;
	z-index: 2;
}
.site-content-bottom {
	position: relative;
	z-index: 1;
}
.site-content-bottom p,
.site-content-bottom ul,
.site-content-bottom ol,
.site-content-bottom table {
	font-weight: 600;
}
.site-footer {
	position: relative;
	z-index: 3;
	border-top: 1px solid #662d91;
}
.site-footer a {
	background-color: #bc88ce;
	color: #e4cfeb;
}

.logo {
	display: block;
	max-width: 14em;
	margin: 1.25em auto;
}
.logo img {
	display: block;
	width: 100%;

	-webkit-box-shadow: 0 0 10px -2px #662d91;
	box-shadow: 0 0 10px -2px #662d91;
}

@media screen and (min-width: 56.25em) {
	.logo {
		margin-top: 1.5625%;
		margin-bottom: 0.5208333333%;
	}
}

.contact-header {
	display: none;
}

@media screen and (min-width: 56.25em) {
	.site-header .wrapper {
		position: relative;
	}

	.contact-header {
		display: block;
		position: absolute;
		top: 0.611111em;
		right: 0.833333em;
		margin: 0;
		font-size: 1.125em;
		line-height: 1.222222;
	}
}

.nav-main .nav-btn,
.nav-main ul {
	margin: 0;
	font-size: 0.9375em;
	line-height: 1.2;
	letter-spacing: 0.13333333333333333333333333333333em;
	text-transform: uppercase;
}
.nav-main a {
	display: block;
	padding: 0.266667em 0.8em;
	text-decoration: none;
}
.nav-main > ul > li:hover > a,
.nav-main > ul > li.sfHover > a {
	background-color: #4d3849;
	color: #c6b1cb;
}
.nav-main .nav-btn {
	position: relative;
}
.nav-main .nav-btn a {
	display: inline-block;
	vertical-align: top;
	background-color: #170d10;
	color: #e5d9c1;
}
.nav-main ul ul {
	padding: 0.533333em;
	background-color: #614c71;
	color: #e4cfeb;
	font-size: 1em;
	text-align: left;
}
.nav-main ul ul a {
	background-color: #614c71;
	color: #e4cfeb;
}
.nav-main ul ul a:hover,
.nav-main ul ul a:focus,
.nav-main ul ul a:active {
	background-color: #4f3c5e;
	color: #fff;
}

.nav-main.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	margin-top: 0;
}

@media screen and (min-width: 20em) {
	.nav-main {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		border-top: 1px solid #22151f;
	}
}

@media screen and (max-width: 56.1875em) {
	.nav-main .nav-btn .icon-icomoon {
		display: inline-block;
		vertical-align: top;
		margin-left: 0.266667em;
		font-size: 1.2em;
	}
	.nav-main ul {
		display: none;
		padding: 0;
	}
	.nav-main ul:target {
		display: block;
	}
	.nav-main ul.show {
		display: block;
	}
	.nav-main > ul {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		max-width: 20em;
		margin: 1em 0;
	}
	.nav-main ul:after {
		content: '';
		position: absolute;
		top: -0.666667em;
		left: 3.4em;
		width: 0;
		height: 0;
		overflow: hidden;
		border-width: 0.666667em;
		border-style: none inset solid;
		border-color: transparent transparent #4d3a40;

	}
	.nav-main > ul > li {
		margin-right: 1em;
		margin-left: 1em;
		padding-bottom: 1px;
		background-color: #4d3a40;
		color: #e5d9c1;
	}
	.nav-main > ul > li:first-child {
		padding-top: 1em;
	}
	.nav-main > ul > li:last-child {
		padding-bottom: 1em;
	}
	.nav-main > ul > li > a {
		padding-right: 1.8em;
		padding-left: 1.8em;
	}

	.nav-main ul ul {
		position: relative;
		margin: 1em 0;
	}
	.nav-main ul ul:after {
		left: 2.4em;
		border-color: transparent transparent #896a74;
	}
	.nav-main ul ul a {
		padding-right: 1.266667em;
		padding-left: 1.266667em;
	}

	/*
	.nav-main > ul > li > a:after {
		content: '';
		position: absolute;
		top: 100%;
		left: 50%;
		z-index: 8;
		width: 0;
		height: 0;
		visibility: hidden;
		opacity: 0;
		overflow: hidden;
		border-width: 1em;
		border-style: none inset solid;
		border-color: transparent transparent #896a74;

		transition: visibility 0s ease 0.15s, opacity 0.15s ease;

		-webkit-transform: translate(-50%, 0) translateZ(0);
		-ms-transform: translate(-50%, 0) translateZ(0);
		transform: translate(-50%, 0) translateZ(0);
	}
	.nav-main > ul > li:hover > a:after {
		visibility: visible;
		opacity: 1;

		transition-delay: 0s;
	}
	*/

}

@media screen and (min-width: 56.25em) {
	.nav-main {
		position: static;
		border-top: none;
		border-bottom: 1px solid #22151f;
	}
	.nav-main.fixed {
		background-color: #4d3849;
		color: #e5d9c1;
	}
	.nav-main .nav-btn {
		display: none;
	}
	.nav-main ul {
		margin: 0;
		padding: 0;
	}
	.nav-main li {
		position: relative;
	}
	.nav-main > ul {
		max-width: 64em;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	.nav-main > ul > li {
		display: inline-block;
		vertical-align: top;
		margin-left: 1.1333333333333333333333333333333em;
	}
	.nav-main > ul > li:first-child {
		margin-left: 0;
	}
	.nav-main > ul > li > a {
		padding: 1.266667em 0;
	}
	.nav-main ul ul {
		display: none;
		position: absolute;
		top: 100%;
		left: -1em;
		width: 13em;
	}
	.nav-main li:hover > ul,
	.nav-main li.sfHover > ul {
		display: block;
	}
	.nav-main ul ul a {
		padding: 0.533333em 0.466667em;
	}
}

@media screen and (min-width: 59em) {
	.nav-main > ul > li {
		margin-left: 1.666667em;
	}
}

@media screen and (min-width: 61.875em) {
	.nav-main > ul > li {
		margin-left: 1.2em;
	}
}

.top-section {
	position: relative;
}
.top-img {
	height: 0;
	padding: 0 0 100%;
	background-image: url('../images/default/top.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	border-bottom: 4px solid #662d91;
}
@media screen and (min-width: 30em) {
	.top-img {
		padding-bottom: 58.59375%;
	}
}
/*@media screen and (min-width: 60em) {
	.top-img {
		padding-bottom: 58.59375%;
	}
}*/
@media screen and (min-width: 80em) {
	.top-img {
		padding-bottom: 39%; /* 2000 x 780 */
		padding-bottom: 40.98791382028376248%; /* 1903 x 780 */
	}
}

@media screen and (min-width: 56.25em) {
	.top-text {
		position: absolute;
		top: 12.229299363057324840764331210191%;
		right: 0;
		bottom: 12.229299363057324840764331210191%;
		left: 0;
		width: 100%;
	}
	.top-text > .wrapper {
		position: relative;
		height: 100%;
	}
	.top-text-panel {
		position: absolute;
		top: 0;
		left: 0;
		max-width: 26.875em;
		max-height: 100%;
		margin-right: 0.9375em;
		margin-left: 0.9375em;
		padding-right: 1.875em;
		padding-bottom: 0.25em;
		padding-left: 1.875em;
		overflow: auto;
	}
}

.page-heading-emphasised.font-serif {
	margin: 1em 0;
	font-size: 1.5em;
	line-height: 1.208333;
	text-align: center;
}
.page-heading-emphasised .heading-prefix {
	display: block;
}
.page-heading-emphasised.font-serif .heading-prefix {
	font-size: 1.25em;
	line-height: 1.2;
}

@media screen and (min-width: 21.875em) {
	.page-heading-emphasised,
	.page-heading-emphasised.font-serif {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		margin: 0;
		background-color: transparent;
		color: #fff;
		font-size: 2.5em;
		line-height: 1.2;

		text-shadow: 0 0 0.125em rgba(0, 0, 0, 0.75), 0 0 0.075em rgba(0, 0, 0, 0.75);
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

@media screen and (min-width: 56.25em) {
	.page-heading-emphasised,
	.page-heading-emphasised.font-serif {
		font-size: 4.0625em;
		line-height: 1.2;

		text-shadow: 0 0 0.13846153846em rgba(0, 0, 0, 0.75), 0 0 0.0769230769em rgba(0, 0, 0, 0.75);
	}
	.page-heading-emphasised.font-serif .heading-prefix {
		font-size: 1.230769em;
	}
}

.heading-underline {
	display: inline-block;
	border-bottom: 1px solid rgba(61, 48, 70, 0.51);
}

.page-heading {
	text-transform: uppercase;
	letter-spacing: 0.133333em;
}
.page-heading .heading-underline {
	padding: 0.1em 0;
}

.page-sub-heading {
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
.page-sub-heading .heading-underline {
	padding: 0.375em 0;
}

.content-section-image-left img,
.content-section-image-right img {
	display: block;
	width: 100%;
	max-width: 180px;
	max-height: 180px;
	margin: 1.5em auto;
}

@media screen and (min-width: 25em) {
	.content-section-image-left,
	.content-section-image-right {
		position: relative;
		min-height: 180px;
	}
	.content-section-image-left:last-of-type,
	.content-section-image-right:last-of-type {
		margin-bottom: 1.5em;
	}
	.content-section-image-left {
		padding-left: 204px;
	}
	.content-section-image-right {
		padding-right: 204px;
	}
	.content-section-image-left img,
	.content-section-image-right img {
		position: absolute;
		top: 0;
		margin-top: 0;
		margin-bottom: 0;
	}
	.content-section-image-left img {
		left: 0;
	}
	.content-section-image-right img {
		right: 0;
	}
}

.initial > p:first-child::first-letter {
	display: inline-block;
	font-family: Merriweather, 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;
	font-size: 2em;
	line-height: 0.85714285714285714285714285714286;
}

/*
.content-section {
	margin-top: -1.5em;
	overflow: hidden;
}
.content-section img {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.content-section img.left {
	margin-right: 1.5em;
}
.content-section img.right {
	margin-left: 1.5em;
}
.content-section img.centre,
.content-section img.block {
	display: block;
}
.content-section img.centre {
	margin-right: auto;
	margin-left: auto;
}
.content-section img.block {
	margin-right: 0;
	margin-left: 0;
}
*/

.feature-panel {
	display: block;
	max-width: 465px;
	margin: 1.5em auto;
}
.feature-panel a {
	text-decoration: none;
}
.feature-panel img {
	display: block;
	width: 100%;
}
.feature-panel .caption {
	display: block;
	margin: 0.5625em 0;
	font-size: 1em;
	line-height: 1.1875;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.25em;
}
.feature-panel .caption .underline {
	display: inline-block;
	padding: 0.375em 0;
}
.feature-panel .caption .underline {
	border-bottom: 1px solid rgba(77, 58, 64, 0.22);
}

.embedded-map-container {
	margin: 1.5em 0;
	border: 1px solid #a3808b;
}

.embedded-map {
	height: 0;
	padding: 0 0 100%;
	overflow: auto;
}
.embedded-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
}

.contact-content .heading {
	margin-bottom: 0.5625em;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.1875;
}
.contact-content .heading + p {
	margin-top: 0.642857142857em;
}

.signature-image {
	display: block;
	width: 100%;
	max-width: 290px;
	margin: 1.5em 0;
}

.simple-inline-form {
	font-size: 0.875em;
	line-height: 1.285714;
}
.simple-inline-form input {
	padding: 0.285714em;
}

.standard-form {
	margin-top: 1.714286em;
	margin-bottom: 1.714286em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 0.875em;
	line-height: 1.214286;
}
.standard-form legend {
	margin: 0;
	padding: 0.3125em 0;
	border-bottom: 1px solid #c4b6a5;
	font-size: 1.142857em;
	font-weight: bold;
	line-height: 1.3125;
}
.standard-form fieldset.styled,
.standard-form .control-actions {
	margin: 2.142857em 0;
	padding: 1em;
	box-shadow: 0 0 1em 1px rgba(0, 0, 0, 0.2);
}
.standard-form .control-actions {
	padding-top: 1em;
	padding-bottom: 1em
}
.standard-form li {
	margin: 0.571429em 0;
}
.standard-form li:first-child {
	margin-top: 0;
}
.standard-form li.required label:after {
	content: '\0000a0*';
	background-color: transparent;
	color: #c00;
}
.standard-form p.note {
	margin-bottom: 0.714286em;
}
.standard-form li:first-child p.note {
	margin-top: 0.714286em;
}
.standard-form input,
.standard-form select,
.standard-form textarea {
	width: 100%;
	padding: 0.285714em;
	vertical-align: top;
}
.standard-form input[type="checkbox"],
.standard-form input[type="radio"] {
	width: auto;
	margin: 0.285714em 0 0;
	border: 0;
	vertical-align: middle;
}
.standard-form input.submit,
.standard-form input.button,
.standard-form button {
	width: auto;
}

@media screen and (min-width: 47.5em) {
	.standard-form {
		padding-right: 0;
		padding-left: 0;
	}
	.standard-form label,
	.standard-form .label {
		width: 10em;
		margin-top: 0.285714em;
		vertical-align: top;
	}
	.standard-form li.required:after {
		content: '\0000a0*';
		background-color: transparent;
		color: #c00;
	}
	.standard-form li.required label:after {
		content: '';
	}
	.standard-form input,
	.standard-form textarea {
		width: 17em;
	}
	.standard-form select {
		width: auto;
		min-width: 17em;
	}
	.standard-form .no-label {
		margin-left: 10.042857em;
	}
}

.grid-child {
	margin: 1.5em 0;
	padding: 0;
	font-size: 1em;
	line-height: 1;
	list-style: none;
}
.grid-child .item {
	width: 100%;
	vertical-align: top;
	text-align: center;
}
.grid-child .item a {
	text-decoration: none;
}
.grid-child .container {
	width: 100%;
	max-width: 28.125em;
	margin: 1.25em 0;
}
.grid-child .content {
	display: block;
	margin: 0 0.625em;
}
.grid-child img {
	display: block;
	width: 100%;
}
.grid-child .no-img {
	height: 0;
	padding: 0 0 46.511627906976744186046511627907%;
	overflow: hidden;
}
.grid-child .heading {
	margin: 0.625em 0;
	font-size: 1em;
	line-height: 1.1875;
	text-transform: uppercase;
	letter-spacing: 0.25em;

	transition: color 0.15s ease;
}
.grid-child .heading .underline {
	display: inline-block;
	padding: 0.375em 0;
}
.grid-child .heading .underline {
	border-bottom: 1px solid rgba(77, 58, 64, 0.22);
}

@media screen and (min-width: 40em) {
	.grid-child .item {
		width: 50%;
	}
}

.nav-sibling {
	background-color: transparent;
	color: #858089;
}
.nav-sibling a {
	text-decoration: none;
}
/*
.nav-sibling a .icon-icomoon {
	background-color: transparent;
	color: #81646d;
}
.nav-sibling a:hover .icon-icomoon,
.nav-sibling a:focus .icon-icomoon,
.nav-sibling a:active .icon-icomoon {
	background-color: transparent;
	color: #9a7480;
}
*/
.nav-sibling .left {
	margin-right: 0.5em;
}
.nav-sibling .right {
	margin-left: 0.5em;
}

@media screen and (min-width: 35em) {
	.nav-sibling ul {
		font-size: 1em;
		line-height: 1.1875;
	}
	.nav-sibling .icon-icomoon {
		display: inline-block;
		vertical-align: top;
	}
}

.page-nav {
	margin: 0;
}
.page-nav .prev,
.page-nav .next {
	width: 33%;
}
.page-nav .page-list {
	width: 34%;
	text-align: center;
}
.page-nav .next {
	text-align: right;
}

.footer-section {
	padding: 0.625em 0;
	border-bottom: 1px solid #662d91;
}

.contact-footer,
.social-media-links {
	margin: 1.5em 0;
}

.contact-footer p,
.social-media-links .heading,
.social-media-links ul {
	margin: 0.46153846em 0;
}

.social-media-links a {
	text-decoration: none;
}
.social-media-links .heading,
.social-media-links ul {
	display: inline-block;
	vertical-align: middle;
}
.social-media-links .heading {
	text-transform: lowercase;
}
.social-media-links ul {
	margin-left: 0.42857142857em;
}
.social-media-links .item {
	display: inline-block;
	vertical-align: middle;
}
.social-media-links .icon-icomoon {
	display: block;
	margin: 0.25em;
	background-color: #32222f;
	color: #e4cfeb;
	font-size: 1.846153846em;

	border-radius: 0.166667em;
	transition: background-color 0.15s ease, color 0.15s ease;
}
.social-media-links .icon-facebook {
	padding: 0.333333em 0 0 0.333333em;
}
.social-media-links .icon-twitter,
.social-media-links .icon-google-plus,
.social-media-links .icon-pinterest,
.social-media-links .icon-instagram {
	padding: 0.166667em;
}
.social-media-links a:hover .icon-icomoon,
.social-media-links a:focus .icon-icomoon,
.social-media-links a:active .icon-icomoon {
	background-color: #22151f;
	color: #fff;
}

@media screen and (min-width: 31.25em) {
	.contact-footer,
	.social-media-links {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	.social-media-links {
		margin-top: 0.875em;
		text-align: right;
	}
}
@media screen and (min-width: 45em) {
	.contact-footer {
		width: 75%;
	}
	.social-media-links {
		width: 25%;
	}
}

.site-credits {
	text-align: right;
}
.site-credits a {
	text-decoration: none;
}

@-webkit-keyframes down-prompt-reveal {
	0% { -webkit-transform: translateY(100%); }
	50% { -webkit-transform: translateY(100%); }
	100% { -webkit-transform: translateY(0); }
}

@-moz-keyframes down-prompt-reveal {
	0% { -moz-transform: translateY(100%); }
	50% { -moz-transform: translateY(100%); }
	100% { -moz-transform: translateY(0); }
}

@-ms-keyframes down-prompt-reveal {
	0% { -ms-transform: translateY(100%); }
	50% { -ms-transform: translateY(100%); }
	100% { -ms-transform: translateY(0); }
}

@-o-keyframes down-prompt-reveal {
	0% { -o-transform: translateY(100%); }
	50% { -o-transform: translateY(100%); }
	100% { -o-transform: translateY(0); }
}

@keyframes down-prompt-reveal {
	0% { transform: translateY(100%); }
	50% { transform: translateY(100%); }
	100% { transform: translateY(0); }
}

@-webkit-keyframes down-prompt-disappear {
	0% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(100%); }
}

@-moz-keyframes down-prompt-disappear {
	0% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(100%); }
}

@-ms-keyframes down-prompt-disappear {
	0% { -ms-transform: translateY(0); }
	100% { -ms-transform: translateY(100%); }
}

@-o-keyframes down-prompt-disappear {
	0% { -o-transform: translateY(0); }
	100% { -o-transform: translateY(100%); }
}

@keyframes down-prompt-disappear {
	0% { transform: translateY(0); }
	100% { transform: translateY(100%); }
}

/*
@-webkit-keyframes icon-pulse {
	0% { -webkit-transform: translateY(0); }
	100% { -webkit-transform: translateY(100%); }
}

@-moz-keyframes icon-pulse {
	0% { -moz-transform: translateY(0); }
	100% { -moz-transform: translateY(100%); }
}

@-ms-keyframes icon-pulse {
	0% { -ms-transform: translateY(0); }
	100% { -ms-transform: translateY(100%); }
}

@-o-keyframes icon-pulse {
	0% { -o-transform: translateY(0); }
	100% { -o-transform: translateY(100%); }
}

@keyframes icon-pulse {
	0% { transform: translateY(0); }
	100% { transform: translateY(100%); }
}
*/

.down-prompt {
	position: fixed;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	font-size: 1em;
	line-height: 1.1875;
	text-align: center;

	-webkit-animation: down-prompt-reveal 0.8s;
	-moz-animation: down-prompt-reveal 0.8s;
	-ms-animation: down-prompt-reveal 0.8s;
	-o-animation: down-prompt-reveal 0.8s;
	animation: down-prompt-reveal 0.8s;
}
.down-prompt.fade-out {
	transform: translateY(100%);

	-webkit-animation: down-prompt-disappear 0.4s;
	-moz-animation: down-prompt-disappear 0.4s;
	-ms-animation: down-prompt-disappear 0.4s;
	-o-animation: down-prompt-disappear 0.4s;
	animation: down-prompt-disappear 0.4s;
}

.down-prompt a {
	display: inline-block;
	vertical-align: top;
	padding: 0.25em 0.5em;
	border-width: 2px 2px 0;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	text-decoration: none;

	border-radius: 0.25em 0.25em 0 0;
	transition: background-color 0.15s ease;
}
.down-prompt a {
	background-color: rgba(102, 45, 145, 0.4);
}
.down-prompt a:hover,
.down-prompt a:focus,
.down-prompt a:active {
	background-color: rgba(102, 45, 145, 0.6);
}
.down-prompt a:hover,
.down-prompt a:focus,
.down-prompt a:active {
	color: #fff;
}

.down-prompt .icon-icomoon {
	display: inline-block;
	vertical-align: top;
}

@media screen and (min-width: 56.25em) {
	.down-prompt {
		text-align: right;
	}
	.down-prompt a {
		margin-right: 0.9375em;
	}

	.down-prompt.no-lower-content {
		display: none;
	}
}

@media screen and (min-width: 80em) {
	.down-prompt {
		font-size: 1.5em;
		line-height: 1.166667;
	}
}

@media screen and (orientation: portrait) {
	.down-prompt {
		display: none;
	}
}
