article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block;
	
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

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

body {
	margin: 0
}

a:focus {
	outline: thin dotted
}

a:active,
a:hover {
	outline: 0
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

h2 {
	font-size: 1.5em;
	margin: .83em 0
}

h3 {
	font-size: 1.17em;
	margin: 1em 0
}

h4 {
	font-size: 1em;
	margin: 1.33em 0
}

h5 {
	font-size: .83em;
	margin: 1.67em 0
}

h6 {
	font-size: .67em;
	margin: 2.33em 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

blockquote {
	margin: 1em 40px
}

dfn {
	font-style: italic
}

hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

mark {
	background: #ff0;
	color: #000
}

p,
pre {
	margin: 1em 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em
}

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

q {
	quotes: none
}

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

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

dl,
menu,
ol,
ul {
	margin: 1em 0
}

dd {
	margin: 0 0 0 40px
}

menu,
ol,
ul {
	padding: 0 0 0 40px
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

form {
	margin: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	
}

button,
input {
	line-height: normal
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;

}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

[hidden] {
	display: none !important
}

.pure-button {
	display: inline-block;
	
	zoom: 1;
	line-height: normal;
	white-space: nowrap;
	vertical-align: baseline;
	text-align: center;
	cursor: pointer;
	-webkit-user-drag: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none
}

.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pure-button {
	font-family: inherit;
	font-size: 100%;
	
	padding: .5em 1em;
	color: #444;
	color: rgba(0, 0, 0, .8);
	
	border: 1px solid #999;
	border: 0 rgba(0, 0, 0, 0);
	background-color: #E6E6E6;
	text-decoration: none;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -ms-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
	background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1))
}

.pure-button:focus {
	outline: 0
}

.pure-button-active,
.pure-button:active {
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset
}

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

.pure-button-hidden {
	display: none
}

.pure-button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.pure-button-primary,
.pure-button-selected,
a.pure-button-primary,
a.pure-button-selected {
	background-color: #0078e7;
	color: #fff
}

.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pure-form input:not([type]) {
	padding: .5em .6em;
	display: inline-block;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 3px #ddd;
	box-shadow: inset 0 1px 3px #ddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.pure-form input[type=color] {
	padding: .2em .5em
}

.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: #129FEA
}

.pure-form input:not([type]):focus {
	outline: 0;
	outline: thin dotted \9;
	border-color: #129FEA
}

.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
	outline: thin dotted #333;
	outline: 1px auto #129FEA
}

.pure-form .pure-checkbox,
.pure-form .pure-radio {
	margin: .5em 0;
	display: block
}

.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
	cursor: not-allowed;
	background-color: #eaeded;
	color: #cad2d3
}

.pure-form input:not([type])[disabled] {
	cursor: not-allowed;
	background-color: #eaeded;
	color: #cad2d3
}

.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
	background: #eee;
	color: #777;
	border-color: #ccc
}

.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
	color: #b94a48;
	border-color: #ee5f5b
}

.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
	border-color: #e9322d
}

.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
	outline-color: #e9322d
}

.pure-form select {
	border: 1px solid #ccc;
	background-color: #fff
}

.pure-form select[multiple] {
	height: auto
}

.pure-form label {
	margin: .5em 0 .2em
}

.pure-form fieldset {
	margin: 0;
	padding: .35em 0 .75em;
	border: 0
}

.pure-form legend {
	display: block;
	width: 100%;
	padding: .3em 0;
	margin-bottom: .3em;
	color: #333;
	border-bottom: 1px solid #e5e5e5
}

.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
	display: block;
	margin: .25em 0
}

.pure-form-stacked input:not([type]) {
	display: block;
	margin: .25em 0
}

.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
	display: inline-block;
	
	vertical-align: middle
}

.pure-form-aligned textarea {
	vertical-align: top
}

.pure-form-aligned .pure-control-group {
	margin-bottom: .5em
}

.pure-form-aligned .pure-control-group label {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 10em;
	margin: 0 1em 0 0
}

.pure-form-aligned .pure-controls {
	margin: 1.5em 0 0 10em
}

.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
	-webkit-border-radius: 2em;
	border-radius: 2em;
	padding: .5em 1em
}

.pure-form .pure-group fieldset {
	margin-bottom: 10px
}

.pure-form .pure-group input {
	display: block;
	padding: 10px;
	margin: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	position: relative;
	top: -1px
}

.pure-form .pure-group input:focus {
	z-index: 2
}

.pure-form .pure-group input:first-child {
	top: 1px;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0
}

.pure-form .pure-group input:last-child {
	top: -2px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px
}

.pure-form .pure-group button {
	margin: .35em 0
}

.pure-form .pure-input-1 {
	width: 100%
}

.pure-form .pure-input-2-3 {
	width: 66%
}

.pure-form .pure-input-1-2 {
	width: 50%
}

.pure-form .pure-input-1-3 {
	width: 33%
}

.pure-form .pure-input-1-4 {
	width: 25%
}

.pure-form .pure-help-inline,
.pure-form-message-inline {
	display: inline-block;
	padding-left: .3em;
	color: #666;
	vertical-align: middle;
	font-size: .875em
}

.pure-form-message {
	display: block;
	color: #666;
	font-size: .875em
}

@media only screen and (max-width:480px) {
	.pure-form button[type=submit] {
		margin: .7em 0 0
	}

	.pure-form input:not([type]),
	.pure-form input[type=text],
	.pure-form input[type=password],
	.pure-form input[type=email],
	.pure-form input[type=url],
	.pure-form input[type=date],
	.pure-form input[type=month],
	.pure-form input[type=time],
	.pure-form input[type=datetime],
	.pure-form input[type=datetime-local],
	.pure-form input[type=week],
	.pure-form input[type=number],
	.pure-form input[type=search],
	.pure-form input[type=tel],
	.pure-form input[type=color],
	.pure-form label {
		margin-bottom: .3em;
		display: block
	}

	.pure-group input:not([type]),
	.pure-group input[type=text],
	.pure-group input[type=password],
	.pure-group input[type=email],
	.pure-group input[type=url],
	.pure-group input[type=date],
	.pure-group input[type=month],
	.pure-group input[type=time],
	.pure-group input[type=datetime],
	.pure-group input[type=datetime-local],
	.pure-group input[type=week],
	.pure-group input[type=number],
	.pure-group input[type=search],
	.pure-group input[type=tel],
	.pure-group input[type=color] {
		margin-bottom: 0
	}

	.pure-form-aligned .pure-control-group label {
		margin-bottom: .3em;
		text-align: left;
		display: block;
		width: 100%
	}

	.pure-form-aligned .pure-controls {
		margin: 1.5em 0 0
	}

	.pure-form .pure-help-inline,
	.pure-form-message-inline,
	.pure-form-message {
		display: block;
		font-size: .75em;
		padding: .2em 0 .8em
	}
}

@font-face {
	font-family: 'gyreheros';
	src: url(webfonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot);
	src: url(webfonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.eot?iefix) format('eot'), url(webfonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.woff) format('woff'), url(webfonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.ttf) format('truetype'), url(webfonts/texgyreheros_regular_macroman/texgyreheros-regular-webfont.svg#webfont) format('svg');
	font-family: 'gyreherosbld';
	src: url(webfonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot);
	src: url(webfonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.eot?iefix) format('eot'), url(webfonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.woff) format('woff'), url(webfonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.ttf) format('truetype'), url(webfonts/texgyreheros_bold_macroman/texgyreheros-bold-webfont.svg#webfont) format('svg')
}

.break-after {
	content: "\A";
	white-space: pre
}

.rarrow {
	content: ' \00BB '
}

.contain-floats,
#page>*>.wrapper:after,
header#h .wrapper:after,
#primary>.wrapper:after {
	content: '.';
	clear: both;
	background: #f00;
	display: block;
	height: 0;
	margin: -1px 0 -1px 0;
	padding: 0;
	visibility: hidden
}

.menu-icon,
.toggleMenu {
	position: relative;
	padding-left: 2em;
	overflow: visible;
	font-weight: bold
}

.menu-icon:before,
.toggleMenu:after {
	content: '\2261 ';
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 1ex 0 0;
	font-size: 1.5em;
	margin-top: -.5ex
}

.cols-1 {
	width: 10.67743%
}

.cols-2 {
	width: 23.43825%
}

.cols-3 {
	width: 36.19908%
}

.cols-4 {
	width: 48.9599%
}

.cols-5 {
	width: 61.72073%
}

.cols-6 {
	width: 74.48155%
}

.cols-7 {
	width: 87.24238%
}

.cols-8 {
	width: 100.0032%
}

.cols-9 {
	width: 112.76403%
}

.cols-10 {
	width: 125.52485%
}

.cols-11 {
	width: 138.28568%
}

.cols-12 {
	width: 151.0465%
}

.fadeInOut,
#sectionSlideshow .wmuSliderNext,
#sectionSlideshow .wmuSliderPrev {
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out
}

.hoverTxt {
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out
}

off html {
	background: #efefef
}

off #page>*>.wrapper {
	border: solid #ccc 1px;
	background: #fff
}

.jsLoading .Defaultslide {
	visibility: hidden
}

body {
	background: #2D2D2D;
	color: #fff
}

* {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important
}

#SkipLink {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden
}

#SkipLink:focus {
	visibility: visible
}

#page {
	margin: 0 auto;
	position: relative
}

html {
	overflow-y: scroll
}

body {
	overflow: hidden
}

h1 {
	font-family: 'gyreherosbld', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: .08ex
}

h1:first-of-type,
.ielte8 .mceContentBody h1 {
	font-size: 2em;
	padding-bottom: .5ex;
	font-weight: normal;
	border-bottom: solid 2px #f28130;
	position: relative;
	color: white
}

@media screen and (max-width:650px) {
	h1:first-of-type {
		font-size: 1.6em
	}
}

h1:first-of-type:after,
.ielte8 .mceContentBody h1:after {
	border-color: #f28130;
	border-bottom: 1px solid;
	content: '';
	position: absolute;
	top: 0;
	bottom: -6px;
	left: 0;
	right: 0;
	opacity: .2;
	z-index: -1
}

a {
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out
}

a:hover {
	color: #F28130
}

#f .copy {
	z-index: 999;
	bottom: 1ex;
	left: 0;
	right: 0
}

#page>*>.wrapper {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 95%
}

@media screen and (max-width:650px) {
	#page>*>.wrapper {
		width: 98%;
		padding: 1ex 0
	}

	.branding {
		padding: 0 4%
	}
}

.contentBlock {
	overflow: hidden
}

header#h #branding {
	position: relative
}

header#h nav * {
	padding: 0;
	margin: 0
}

header#h nav li {
	float: left
}

header#h .logo {
	max-width: 66%;
	padding: 2% 0 3% 0
}

header#h .logo * {
	display: block
}

header#h .logo img {
	max-width: 100%
}

header#h .mark {
	display: block
}

header#h #headContact {
	position: absolute;
	right: 2%
}

header#h .siteName {
	position: absolute;
	left: -90000px
}

header#h #headContact * {
	font-weight: normal
}

header#h #headContact dt {
	visibility: hidden
}

header#h #headContact dt {
	float: left;
	clear: left
}

header#h #headContact dd a {
	text-decoration: none
}

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

header#h ul,
header#h li {
	margin: 0;
	list-style: none outside
}

header#h li {
	display: inline
}

header#h .menu-level-1 {
	overflow: visible
}

header#h .menu-level-1 ul.menu {
	display: table;
	width: 100%;
	margin: 0 auto
}

header#h *:focus,
header#h *:active {
	outline: none
}

header#h .menu-level-1 ul.menu>li {
	font-size: .85rem;
	float: none;
	padding: 0 1ex;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: left
}

header#h .menu-level-1 ul.sub-menu li {
	font-size: 1em
}

header#h .menu-level-1>ul>li.current-page-ancestor>a,
header#h .menu-level-1>ul>li.current-menu-item>a {
	text-decoration: underline !important;
	color: #F28130 !important
}

header#h .menu-level-1>ul>li>a:hover {
	text-decoration: underline !important
}

header#h .menu-level-1 ul.menu>li a {
	white-space: nowrap
}

header#h #menu-item-255>a {
	color: #9AC0E0
}

header#h #menu-item-430>a {
	color: #F63
}

header#h #menu-item-437>a {
	color: #ADBE4E
}

header#h #menu-item-442>a {
	color: #B276AD
}

header#h #menu-item-443>a {
	color: #F1DB2E
}

header#h #menu-item-445>a {
	color: #CA8EAF
}

header#h #menu-item-447>a {
	color: #99C
}

header#h #menu-item-448 {
	width: 12%
}

header#h #menu-item-448>a {
	color: #CCC
}

header#h #menu-item-449>a {
	color: #FCC
}

@media screen and (max-width:650px) {
	header#h .menu-level-1 ul.menu>li {
		margin-bottom: 1ex
	}

	header#h .menu-level-1 ul.sub-menu {
		background: transparent !important
	}

	header#h .menu-level-1 ul.sub-menu a {
		padding-left: 4vw;
		position: relative !important
	}

	header#h .menu-level-1 ul.sub-menu a:before {
		content: '>';
		position: absolute;
		left: .5em;
		top: .8ex;
		color: #222;
		font-weight: 700;
		font-size: 1.5em
	}

	header#h .menu-level-1 ul.menu a {
		color: #222 !important;
		font-weight: 700;
		font-family: 'gyreherosbld', Helvetica, Arial, sans-serif
	}

	header#h .menu-level-1>ul>li.current-menu-item>a {
		color: #222 !important
	}

	header#h .menu-level-1>ul>li>a {
		font-size: 1.4em;
		padding-top: .75ex;
		padding-bottom: .75ex;
		padding-left: 1ex
	}

	header#h #menu-item-255 a {
		background-color: #F28130
	}

	header#h #menu-item-430 a {
		background-color: #F63
	}

	header#h #menu-item-437 a {
		background-color: #ADBE4E
	}

	header#h #menu-item-442 a {
		background-color: #B276AD
	}

	header#h #menu-item-443 a {
		background-color: #F1DB2E
	}

	header#h #menu-item-445 a {
		background-color: #CA8EAF
	}

	header#h #menu-item-447 a {
		background-color: #99C
	}

	header#h #menu-item-448 a {
		background-color: #CCC
	}

	header#h #menu-item-449 a {
		background-color: #FCC
	}
}

header#h .menu-level-1 .menu a {
	font-weight: bold;
	text-decoration: none
}

header#h .menu-level-1 li a {
	display: block;
	padding: 1em .2ex
}

header#h .menu-level-1 {
	overflow: visible
}

header#h .menu-level-1 li ul.sub-menu {
	position: absolute;
	top: 90%;
	left: 1ex;
	display: block;
	z-index: 999;
	background: #F28130;
	display: none
}

header#h .menu-level-1 .sub-menu li {
	display: block;
	width: auto;
	float: none
}

header#h .menu-level-1 .sub-menu li a {
	padding: 1em 1em
}

header#h .menu-level-1 .sub-menu li a:hover {
	background-color: #FFC !important;
	color: #FF504A !important
}

@media screen and (max-width:650px) {
	header#h .menu-level-1 .sub-menu li a {
		padding-left: 10vw
	}

	header#h .menu-level-1 .sub-menu li {
		font-size: 1em !important
	}
}

header#h .menu-utility {
	position: absolute;
	top: 0;
	right: 0
}

#header-navigation {
	clear: both;
	z-index: 9999
}

@media screen and (max-width:650px) {
	#header-navigation button {
		position: absolute;
		top: -4em;
		height: 3em;
		width: 3em;
		overflow: visible;
		right: 4%;
		background: #F28130;
		border: solid 3px #F28130;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		display: inline-block;
		text-align: center;
		color: #2D2D2D;
		vertical-align: top;
		font-size: 1rem;
		line-height: 0
	}

	#header-navigation .toggleMenu:after {
		display: table-cell;
		vertical-align: bottom;
		padding: 0;
		color: inherit;
		font-size: 3em;
		width: 1.6ex;
		height: 100%;
		position: relative;
		padding-top: 0;
		line-height: 0;
		top: 18px;
		margin: 0 !important;
		overflow: visible
	}

	#header-navigation .toggleMenu:focus {
		background: #2D2D2D;
		color: #F28130
	}

	.toggleMenu {
		margin-bottom: -.2ex;
		margin-left: 2%
	}

	#h .wrapper {
		padding: 2% 0%;
		position: relative;
		z-index: 99999
	}

	.logo {
		max-width: 80%;
		padding: 2% 3rem 3% 0
	}

	.menu-level-1 ul.menu>li {
		width: auto !important
	}

	header#h ul {
		background: #222;
		margin: 0 -2%
	}

	html header#h .menu-level-1 * {
		float: none !important;
		width: 100%;
		display: block !important;
		position: static !important;
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		margin: 0
	}

	html header#h .menu-level-1 a {
		text-align: left;
		padding: 1em 2ex;
		letter-spacing: .1ex
	}

	html header#h .menu-level-1 ul {
		padding: 2px
	}

	html header#h .menu-level-1>ul {
		-webkit-border-radius: .5em !important;
		border-radius: .5em !important
	}

	html header#h .menu-level-1 ul.sub-menu {
		background: #F28130;
		color: #fff;
		padding: 0
	}

	html header#h .menu-level-1 li a {
		margin-bottom: 2px !important
	}

	header#h .menu-level-1 li a:hover {
		background: #FFC;
		color: #F63
	}

	header#h .sub-menu li {
		font-size: 1rem;
		margin-bottom: 1px
	}

	html header#h .sub-menu li a {
		text-transform: none;
		padding: 1ex 1em 1ex 2em;
		text-align: left;
		font-weight: normal;
		color: #fff;
		font-size: 1em
	}

	html header#h .menu-level-1 li {
		font-size: 5vw !important
	}

	html header#h .menu-level-1 li {
		margin-bottom: 1px
	}

	html .menu-level-1 ul * {
		-webkit-border-radius: 0;
		border-radius: 0
	}

	html .menu-level-1 ul.sub-menu li {
		padding: 2ex 2em
	}

	html .menu-level-1 li ul.sub-menu a {
		padding: 2ex 2em
	}
}

html:not(.no-svg) header#h .logo img {
	visibility: hidden
}

html:not(.no-svg) header#h .logo .mark {
	background-image: url(../images/Solace-logo.png);
	background-repeat: no-repeat;
	background-size: contain
}

img {
	image-orientation: from-image
}

div[id*="page"] .block-social-links p {
	float: left;
	font-size: .8rem;
	margin: 0 1em 0 0;
	font-style: italic;
	color: #ccc
}

div[id*="page"] .block-social-links ul {
	position: relative;
	top: -8px;
	white-space: nowrap
}

div[id*="page"] .block-social-links li {
	display: inline-block;
	margin-right: 2%
}

div[id*="page"] .block-social-links li a {
	display: block;
	background: url(sprites.png) no-repeat top left;
	text-indent: -9000px;
	width: 30px;
	height: 30px
}

div[id*="page"] .block-social-links li a:hover {
	background-position: 0 -34px
}

div[id*="page"] .block-social-links li a[href*="twitter.com"] {
	background-position: -40px 0
}

div[id*="page"] .block-social-links li a[href*="twitter.com"]:hover {
	background-position: -40px -34px
}

div[id*="page"] .block-social-links li a[href*="blogspot.co.uk"] {
	background-position: -79px 0
}

div[id*="page"] .block-social-links li a:hover[href*="blogspot.co.uk"] {
	background-position: -79px -34px
}

#secondary img {
	max-width: 100%;
	height: auto !important
}

#secondary #sectionMenu ul {
	margin: 0;
	padding: 0
}

#secondary #sectionMenu li {
	margin: 0;
	list-style: none;
	position: relative
}

#secondary #sectionMenu li a {
	padding: 5px 0 5px 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 -402px;
	font-weight: bold;
	text-decoration: none
}

#secondary #sectionMenu li a:hover:before {
	background-color: #F28130;
	color: #fff
}

#secondary #sectionMenu li a:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	content: '>';
	background: #333;
	color: #fff;
	left: 0;
	top: .2ex;
	font-size: .8em;
	-webkit-border-radius: 10px !important;
	border-radius: 10px !important;
	height: 20px;
	width: 20px;
	padding: 2px 0 0 0 !important;
	text-align: center;
	line-height: 1.2em;
	-webkit-transition: background .2s ease-in-out;
	-moz-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out
}

.block-help-our-work {
	overflow: hidden
}

.block-help-our-work {
	font-weight: bold
}

.block-help-our-work a.donateLink {
	position: relative;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	background: #E8443B;
	float: left;
	text-indent: -9000px;
	display: inline-block
}

.block-help-our-work a.donateLink:after {
	content: 'Donate';
	font-size: 1.8rem;
	position: absolute;
	font-weight: bold;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	text-indent: 0;
	-webkit-transform: translateY(-50%) rotate(-15deg);
	-moz-transform: translateY(-50%) rotate(-15deg);
	-ms-transform: translateY(-50%) rotate(-15deg);
	-o-transform: translateY(-50%) rotate(-15deg);
	transform: translateY(-50%) rotate(-15deg)
}

.block-help-our-work a.donateLink:hover {
	background: #fff
}

.block-twitter-feed {
	overflow: hidden
}

.block-twitter-feed h3 {
	font-weight: normal;
	margin-bottom: 1ex;
	border-bottom: solid 1px #fff
}

.block-twitter-feed iframe {
	width: 100% !important;
	max-width: 100% !important
}

aside#secondary h2,
aside#secondary .block-twitter-feed h3 {
	font-size: 1.1em;
	font-family: 'gyreherosbld', Helvetica, Arial, sans-serif;
	font-weight: 300
}

aside#secondary #rh-widgets {
	padding: 0;
	margin: 0
}

aside#secondary #rh-widgets p {
	font-size: .75em;
	line-height: 1.6em
}

aside#secondary #rh-widgets small {
	line-height: 1em
}

aside#secondary #vkBlock-id391 a {
	text-decoration: none
}

aside#secondary #vkBlock-id391 img {
	margin: -1em 0 1em 0;
	float: none
}

aside#secondary #rh-widgets>div,
aside#secondary #rh-widgets .quotescollection-quote {
	margin: 0;
	padding: 8%
}

aside#secondary #rh-widgets .block-social-links,
aside#secondary nav#sectionMenu {
	padding: 1ex 8% 0 8%;
	margin: 0
}

aside#secondary nav#sectionMenu {
	margin-bottom: 3em
}

aside#secondary li.widget {
	list-style: none none outside;
	margin: 0;
	padding: 0
}

aside#secondary nav#sectionMenu li {
	margin-bottom: 1ex
}

@media screen and (max-width:650px) {
	aside#secondary nav#sectionMenu:before {
		content: 'Other pages in this section:';
		color: #F28130
	}

	aside#secondary li a:before {
		top: .9em !important
	}

	aside#secondary nav#sectionMenu ul {
		margin-top: 1ex;
		border-top: solid 1px black;
		border-bottom: solid 1px #444
	}

	aside#secondary nav#sectionMenu li {
		border-top: solid 1px #444;
		border-bottom: solid 1px black;
		margin-bottom: 0
	}

	aside#secondary nav#sectionMenu li a {
		padding: 1.4ex 0 1.5ex 1.6em
	}

	aside#secondary #rh-widgets .block-social-links,
	aside#secondary nav#sectionMenu {
		padding: 1ex 1% 0 1%;
		margin: 0
	}

	aside#secondary #vkBlock-id395 ul {
		margin: .4ex
	}

	aside#secondary #rh-widgets>div {
		padding: 1ex 2%;
		margin: 0
	}
}

#pre-footer-content {
	background-color: #222327;
	color: #CFD0D2;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .8) inset;
	box-shadow: 0 0 6px rgba(0, 0, 0, .8) inset;
	background-repeat: repeat-x;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, .4)
}

#pre-footer-content .block-funding-footer a.funder-logos {
	max-width: 49%;
	position: absolute;
	left: 0;
	top: 1em
}

#pre-footer-content .block-funding-footer a.funder-logos img {
	max-width: 100%;
	height: auto !important
}

#pre-footer-content p {
	color: #CFD0D2;
	font-size: .75em;
	line-height: 1.6em
}

#pre-footer-content .wrapper {
	padding: 2em 4% 2em 4%
}

#pre-footer-content .wrapper .contentBlock {
	position: relative
}

#pre-footer-content .wrapper .contentBlock .aligncenter {
	display: block;
	margin: auto
}

#pre-footer-content .topLink {
	position: absolute;
	padding: .5em 3em .5em 2em;
	font-weight: bold;
	font-size: .8em;
	top: 100%;
	margin-top: -1em;
	left: 50%;
	text-align: center;
	width: 7em;
	margin-left: -3.5em;
	background-color: #2D2D2D;
	border: 1px solid #444;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	color: #CFD0D2;
	text-decoration: none;
	display: block;
	z-index: 9999
}

#pre-footer-content .topLink .upArrow {
	font-size: 1.5em;
	position: absolute;
	right: 1em;
	top: .4em
}

@media screen and (max-width:650px) {
	#pre-footer-content .wrapper .contentBlock {
		padding: 2em 4% 2em 4%
	}

	#pre-footer-content .block-funding-footer a.funder-logos {
		position: static;
		left: 0;
		top: 0;
		display: block;
		margin-bottom: 2em;
		max-width: 100% !important;
		overflow: hidden
	}
}

footer#f {
	clear: both;
	overflow: hidden
}

#f a {
	text-decoration: none
}

footer#f ul {
	padding: 0;
	margin: 0
}

footer#f nav li {
	display: inline;
	display: inline-block
}

footer#f h2.v-kredit {
	font-size: .7em;
	text-align: center
}

footer#f .wrapper {
	text-align: center;
	padding: 2em 1em
}

footer#f li.menu-item {
	margin: 0 1ex
}

footer#f .notices {
	margin-top: 2em
}

footer#f .notices * {
	color: #666;
	font-size: .75rem
}

#footer-menu-wrapper {
	-webkit-box-shadow: 0 0 0 3px rgba(153, 153, 153, .08);
	box-shadow: 0 0 0 3px rgba(153, 153, 153, .08);
	-webkit-border-radius: 1em;
	border-radius: 1em
}

#footer-menu-wrapper nav {
	font-size: .9em;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .6);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .6);
	background-color: #222;
	border: none;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	padding: 1em
}

#footer-menu-wrapper nav a {
	font-weight: bold
}

@media screen and (max-width:650px) {
	footer#f ul {
		line-height: 2em
	}
}

main#main-content>.wrapper {
	padding-top: 0
}

.postBody img {
	max-width: 100%;
	height: auto !important
}

.breadCrumb {
	margin-top: 4em;
	font-size: .65em;
	margin-bottom: 1em
}

.breadCrumb *,
.breadCrumb {
	clear: both;
	color: #999
}

.toggleMenu {
	display: block;
	overflow: visible;
	background: transparent;
	border: none;
	text-indent: -9000px;
	padding-left: 0;
	height: 2em;
	width: 3em;
	-webkit-border-radius: .3rem;
	border-radius: .3rem
}

.toggleMenu:focus {
	border: none;
	outline: none
}

.toggleMenu:after {
	text-indent: 0;
	width: 1.4em;
	height: 1.2em;
	padding: 0 .1em;
	font-size: 2.4em;
	overflow: hidden;
	text-align: center;
	color: #F28130
}

#primary {
	padding: 1em 1em 1em .2em
}

@media screen and (max-width:990px) {
	#primary {
		padding: 1rem
	}
}

@media screen and (min-width:990px) {
	html #primary {
		font-size: 1.2em;
		position: relative
	}
}

#primary iframe {
	max-width: 100% !important
}

#primary a {
	color: #F28130
}

.nicebox,
#secondary #sectionMenu li a:before,
aside#secondary .quotescollection-quote,
.block-address-panel {
	-webkit-box-shadow: inset 0 0 1px rgba(200, 200, 200, 200.50), 0 1px 3px rgba(0, 0, 0, .15);
	box-shadow: inset 0 0 1px rgba(200, 200, 200, 200.50), 0 1px 3px rgba(0, 0, 0, .15);
	background-color: #222327;
	color: #fff;
	border: 1px solid #000;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.niceborder-bottom,
header#h {
	border-bottom: 1px solid #444;
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .5);
	box-shadow: 0 0 7px rgba(0, 0, 0, .5)
}

.nicebutton,
.home #primary .mceContentBody a[href*='solace-uk.org.uk/about-us'],
.home #primary .mceContentBody a[href*='solace.vitaminkdesign.com/about-us'] {
	background: #313131;
	border: 1px solid rgba(0, 0, 0, .5);
	-webkit-border-radius: .5ex;
	border-radius: .5ex;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .3)
}

#sectionSlideshow {
	text-align: center;
	padding: 0;
	overflow: hidden
}

ul#slideShow {
	padding: 0;
	margin: 0
}

.yellowSlideShow,
.page-id-7 .hpSlideShow,
.page-id-378 .contentSlideShow,
.page-id-13 .contentSlideShow {
	background: #F3D632
}

.redSlideShow {
	background: #F4D733
}

.mauveSlideShow,
.page-id-353 .contentSlideShow,
.page-id-372 .contentSlideShow {
	background: #9898CC
}

#sectionSlideshow .wrapper {
	margin: 0 auto;
	padding: 0
}

#sectionSlideshow img {
	margin: 0 auto;
	display: block;
	max-width: 100% !important;
	height: auto !important
}

#pgAboutUs #sectionSlideshow,
.page-id-368 .contentSlideShow,
.page-id-386 .contentSlideShow {
	background: #E8443B
}

#sectionSlideshow .bannerImage * {
	margin-top: 0;
	margin-bottom: 0;
	border: none
}

#sectionSlideshow .wmuSliderWrapper li {
	margin: 0;
	float: left;
	list-style: none outside
}

#sectionSlideshow .wmuSliderWrapper {
	position: relative
}

#sectionSlideshow .wmuSliderWrapper ul {
	position: relative
}

#sectionSlideshow .wmuSlider li {
	position: relative;
	font-size: 1em;
	width: 100%;
	margin-bottom: 0;
	padding: 0
}

#sectionSlideshow .wmuSlider img {
	height: auto !important;
	display: block;
	margin: 0 auto
}

@media screen and (max-width:650px) {
	#sectionSlideshow .wmuSlider img {
		max-width: 50%
	}
}

#sectionSlideshow .bannerImage li,
#sectionSlideshow .bannerImage ul,
#sectionSlideshow .bannerImage img {
	display: block;
	margin-bottom: -1px
}

#sectionSlideshow .wmuSliderPrev:hover,
#sectionSlideshow .wmuSliderNext:hover {
	cursor: pointer
}

#sectionSlideshow .wmuSliderPrev,
#sectionSlideshow .wmuSliderNext {
	display: block;
	background: #fff;
	z-index: 9999;
	width: 40px;
	height: 40px;
	background: url(sprites.png) no-repeat -127px 0;
	text-indent: -9000px
}

#sectionSlideshow .wmuSliderPrev {
	position: absolute;
	left: 10px;
	top: 40%
}

#sectionSlideshow .wmuSliderNext {
	position: absolute;
	right: 10px;
	top: 40%;
	background-position: -127px -50px
}

#sectionSlideshow .wmuSliderNext,
#sectionSlideshow .wmuSliderPrev {
	background-image: url(sprites.png);
	background-repeat: no-repeat;
	background-position: 0 -80px
}

#sectionSlideshow .wmuSlider:hover .wmuSliderPrev,
#sectionSlideshow .wmuSlider:hover .wmuSliderNext {
	opacity: 1
}

#sectionSlideshow .wmuSliderPrev {
	background-position: right -80px
}

#sectionSlideshow .wmuSliderNext:hover,
#sectionSlideshow .wmuSliderPrev:hover {
	opacity: .5 !important
}

.hover #sectionSlideshow .wmuSliderNext,
.hover #sectionSlideshow .wmuSliderPrev {
	opacity: 0
}

* {
	color: #fff
}

a.post-edit-link {
	position: absolute;
	top: 1ex;
	right: 1ex;
	color: white !important;
	font-size: 1ex;
	background: #F28130;
	padding: 1ex 2em;
	text-decoration: none;
	-webkit-border-radius: .5ex;
	border-radius: .5ex;
	opacity: .4
}

a.post-edit-link:hover {
	opacity: 1
}

@media screen and (max-width:800px) {
	.menu-level-1>li {
		font-size: .8rem
	}
}

.home #primary .mceContentBody a[href*='solace-uk.org.uk/about-us'],
.home #primary .mceContentBody a[href*='solace.vitaminkdesign.com/about-us'] {
	padding: .5ex 2ex;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	color: white
}

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

	.mceContentBody p,
	.mceContentBody ul,
	.mceContentBody il,
	aside#secondary #rh-widgets {
		font-size: .85em !important
	}

	aside#secondary {
		padding: 0 3%
	}
}

@media screen and (max-width:650px) {
	.js #menu-main-menu {
		display: none
	}
}

#primary .block-address-panel {
	margin-top: 3em
}

.block-address-panel {
	background: transparent;
	padding: 0 4% 3% 4%
}

#secondary .block-address-panel {
	margin: 0 -4% 0 -4%
}

#primary .block-address-panel .alignleft,
#primary .block-address-panel .alignright {
	clear: none
}

#primary .mceContentBody .block-address-panel img[src*="Solace-logo.png"] {
	margin-top: 2em;
	max-width: 30% !important;
	min-width: 80px
}

aside#secondary .block-address-panel {
	background: #333
}

.block-address-panel a {
	color: #F28130
}

aside#secondary .block-address-panel hr,
aside#secondary .wp-image-392 {
	display: none
}

aside#secondary .block-address-panel img.alignleft {
	max-width: 80%
}

.mceContentBody .block-address-panel p {
	line-height: 1.5em
}

.mceContentBody .block-address-panel a {
	text-decoration: none
}

.mceContentBody .block-address-panel .alignleft {
	max-width: 40% !important;
	margin-bottom: 0
}

.mceContentBody .block-address-panel .alignright {
	clear: both;
	position: relative
}

.mceContentBody .block-address-panel small {
	line-height: 1.5em;
	display: block;
	font-size: .8em
}

.block-multicultural-work-place {
	margin-top: 2em;
	padding: 4%;
	background: #674663;
	font-size: .9em
}

@media screen and (min-width:650px) {
	#primary {
		width: 74.48155%;
		float: left
	}

	#primary iframe.alignright,
	#primary iframe.alignleft {
		max-width: 60% !important;
		height: auto !important
	}

	#main-content>.wrapper {
		min-height: 60vh
	}

	#secondary {
		width: 23.43825%;
		float: right;
		padding-top: 2rem
	}

	@media screen and (max-width:990px) {
		#primaryofo {
			width: 100.0032%
		}

		#ssecondaryoff {
			width: 48.9599%
		}

		#hoff .menu-level-1 a {
			padding: 1ex 1ex
		}
	}
}

main#main-content .postBody a[href*='tel:'] {
	text-decoration: none;
	color: white;
}

main#main-content .postBody a[href*='tel:']:hover {
	text-decoration: underline;
	color: #F28130;
}
