<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Societi 2017
Theme URI: http://www.societi.org.uk/
Description: The bespoke WordPress theme designed exclusively for Societi
Version: 1.0
Author: Branigan Interactive
Author URI: http://www.branigan.co.uk/
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* Changes from original marked with [EDIT] */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* helpers */
.group:after {
	content: "";
	display: table;
	clear: both;
}
input,
textarea,
select {
	font-family: 'Open Sans', sans-serif;
}
a {
	color: #ee2b53;
	text-decoration: none;
}
sup {
	vertical-align: baseline;
	position: relative;
	top: -0.3em;
	font-size: 0.75em;
}
sub {
	top: 0.3em;
}
/* 12 column grid - based on 1180px width - column width 80px, gutter 20px*/
.container {
	width: 80%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.container {
		width: 86%;
	}
}
@media only screen and (max-width: 767px) {
	.container {
		width: 90%;
	}
}
/* 1% 12 column grid - 5.5% column / 3% margin col*/
/* header */
#site-header {
	width: 100%;
	height: 200px;
	padding-top: 25px;
	transition: all ease 0.5s;
	position: fixed;
	z-index: 100;
	top: 0;
	background-color: #ee2b53;
	background-image: url(images/bg-red-texture.jpg);
	background-size: cover;
	background-position: center center;
}
@media only screen and (max-width: 1024px) {
	#site-header {
		height: 120px;
		padding-top: 20px;
	}
	#site-header&gt;.container {
/* 		background-image: url(images/ic-societiheart-white.png); */
		background-position: center center;
		background-size: 100px auto;
	}
}
@media only screen and (max-width: 940px) {
	#site-header&gt;.container {
		background-size: 90px auto;
	}
}
@media only screen and (max-width: 900px) {
		#site-header&gt;.container {
		background-image: url(images/ic-societiheart-white.png);
	}
}
@media only screen and (max-width: 767px) {
	#site-header {
		height: 70px;
		padding-top: 8px;
		z-index: 300;
		background-size: 768px auto;
		background-position: right bottom -110px;
	}
	#site-header&gt;.container {
		background-image: none;
	}
}
#site-header #site-logo {
	width: 32.2%;
	height: auto;
	display: block;
	position: relative;
	z-index: 200;
	transition: all ease 0.3s;
	padding-top: 12px;
}
@media only screen and (max-width: 1200px) {
	#site-header #site-logo {
		width: 300px;
	}
}
@media only screen and (max-width: 767px) {
	#site-header #site-logo {
		width: 200px;
	}
}
#site-header #site-logo img {
	width: 715px;
/* 	width: 292px; */
	height: auto;
}

#site-header #site-logo #logo-short {
	width: 292px;
}

@media only screen and (max-width: 1024px) {
	#site-header #site-logo img {
		width: 519px;
/* 		width: 212px; */
	}
	
	#site-header #site-logo #logo-short { width:212px; }
}

@media only screen and (max-width: 767px) {
	#site-header #site-logo img {
		width: 343px;
/* 		width: 140px; */
	}
	
	#site-header #site-logo #logo-short { width: 140; }
}

/* Logo alternation */
#site-header #site-logo #logo-short { display: none; }
#site-header #site-logo #logo-long { display: block; }
#site-header #site-logo { padding-top: 10px; }
@media only screen and (max-width: 1350px) {
	#site-header #site-logo #logo-short { display: block; }
	#site-header #site-logo #logo-long { display: none; }
}
@media only screen and (max-width: 1024px) {
	#site-header #site-logo #logo-short { display: none; }
	#site-header #site-logo #logo-long { display: block; }
}
@media only screen and (max-width: 900px) {
	#site-header #site-logo #logo-short { display: block; }
	#site-header #site-logo #logo-long { display: none; }
}
@media only screen and (max-width: 767px) {
	#site-header #site-logo #logo-short { display: none; }
	#site-header #site-logo #logo-long { display: block; }
}
@media only screen and (max-width: 470px) {
	#site-header #site-logo #logo-short { display: block; }
	#site-header #site-logo #logo-long { display: none; }
	#site-header #site-logo { padding-top: 0px; }
}

@media only screen and (max-width: 767px)
#site-header #site-logo .strapline {
	font-size: 19px;
	font-size: 1.9rem;
	color: white;
	padding-top: 10px;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	#site-header #site-logo .strapline {
		font-size: 13px;
		font-size: 1.3rem;
		padding-top: 4px;
	}
}
#site-header .button {
	border-radius: 6px;
	color: white;
	padding: 8px 10px;
	display: inline-block;
	text-align: center;
	font-style: italic;
	font-weight: 300;
	font-size: 19px;
	font-size: 1.9rem;
	background-color: rgba(238, 43, 83, 0.5);
	transition: all ease 0.3s;
}
#site-header .button:hover {
	background-color: #ee2b53;
}
#site-header .button-slant {
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
}
#site-header .button-slant-content {
	-ms-transform: skewX(10deg);
	-webkit-transform: skewX(10deg);
	transform: skewX(10deg);
	display: inline-block;
}
#site-header #portal-tabs {
	position: absolute;
	top: 0;
	right: 0;
	width: 32.2%;
	height: 100px;
	background-image: url(images/ic-societiheart-white.png);
	background-position: left center;
	background-size: 130px auto;
}
@media only screen and (max-width: 1200px) {
	#site-header #portal-tabs {
		width: 33.9%;
	}
}
@media only screen and (max-width: 1024px) {
	#site-header #portal-tabs {
		display: none;
		background-image: none;
	}
}
@media only screen and (max-width: 767px) {
	#site-header #portal-tabs {
		display: none;
	}
}
#site-header #portal-tabs a {
	display: block;
	float: right;
	clear: right;
	position: relative;
	background-color: white;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: #ee2b53;
	font-weight: 400;
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
	width: 132px;
	height: 28px;
	line-height: 26px;
	margin-bottom: 6px;
	transition: all ease 0.3s;
	text-align: right;
	padding-right: 12px;
}
@media only screen and (max-width: 1024px) {
	#site-header #portal-tabs a {
		height: 24px;
		line-height: 22px;
	}
}
#site-header #portal-tabs a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -16px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	width: 20px;
	height: 28px;
	background-color: white;
	-ms-transform: skewX(-13deg);
	-webkit-transform: skewX(-13deg);
	transform: skewX(-13deg);
	transition: all ease 0.3s;
}
@media only screen and (max-width: 1024px) {
	#site-header #portal-tabs a::before {
		height: 24px;
	}
}
#site-header #portal-tabs a#tab-kssg {
	width: 112px;
}
#site-header #portal-tabs a#tab-contact {
	width: 122px;
}
#site-header #portal-tabs a#tab-parent-res {
	opacity: 1;
}
#site-header #portal-tabs a span {
	position: relative;
}
#site-header #portal-tabs a:hover {
	background-color: #fcdee5;
}
#site-header #portal-tabs a:hover::before {
	background-color: #fcdee5;
}
#site-header #portal-tabs a:hover::after {
	transform: scale(1.1);
}
#site-header #header-donate {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 32.2%;
}
#site-header #header-contact {
	position: absolute;
	left: 49.15%;
	bottom: 0;
	width: 15.25%;
}
@media only screen and (max-width: 767px) {
	.mobile-menu-open #site-header {
		overflow: visible;
	}
	.mobile-menu-open #site-header #portal-tabs {
		display: block;
		z-index: 300;
		background-color: #ee2b53;
		top: 62px;
		right: -6%;
		width: 160px;
		height: 124px;
		padding: 0 12px 12px;
		border-bottom-left-radius: 6px;
		background-image: url(images/bg-red-texture.jpg);
		background-size: 768px auto;
		background-position: right bottom;
		border-left: 1px solid rgba(255, 255, 255, 0.2);
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.mobile-menu-open #site-header #portal-tabs a {
		border-top-left-radius: 3px;
		border-bottom-left-radius: 3px;
		width: 100% !important;
		height: 33px;
		line-height: 31px;
		padding-right: 8px;
	}
	.mobile-menu-open #site-header #portal-tabs a::before {
		display: none;
	}
}
#menu-icon {
	display: none;
}
#menu-icon span {
	display: none;
}
@media only screen and (max-width: 1024px) {
	#menu-icon {
		display: block;
		position: absolute;
		width: 95px;
		height: 83px;
		top: 2px;
		left: 67.8%;
		cursor: pointer;
		z-index: 200;
		background-image: url(images/bt-menu.png);
		background-position: center center;
		background-size: 100% auto;
	}
}
@media only screen and (max-width: 940px) {
	#menu-icon {
		left: auto;
		right: 144px;
	}
}
@media only screen and (max-width: 767px) {
	#menu-icon {
		right: -8px;
		width: 65px;
		height: 56px;
		top: 0;
	}
}
.mobile-menu-open #menu-icon {
	opacity: 0.75;
}
.headshrink #site-header {
	height: 80px;
	padding-top: 15px;
}
@media only screen and (max-width: 1024px) {
	.headshrink #site-header {
		height: 50px;
		padding-top: 2px;
	}
}
.headshrink #site-header #site-logo {
	opacity: 0;
}
.headshrink #site-header #mini-logo {
	transform: translate(-160%, 95px);
	opacity: 1;
	width: 5%;
}
@media only screen and (max-width: 1024px) {
	.headshrink #site-header #mini-logo {
		transform: translate(0, 37px);
		width: 32px;
	}
}
.headshrink #site-header #mini-logo img {
	transform: rotate(-360deg);
}
/* manage wordpress admin bar */
.admin-bar #site-header {
	top: 32px;
}
/* main nav bar */
#main-nav {
	width: 100%;
	background-color: #48192e;
	z-index: 250;
	position: fixed;
	top: 146px;
	left: 0;
	display: block;
}
@media only screen and (max-width: 1024px) {
	#main-nav {
		display: none;
		top: 120px;
		position: fixed;
		height: calc(100vh - 120px);
		background-color: rgba(72, 25, 46, 0.9);
		overflow-y: scroll;
	}
}
@media only screen and (max-width: 767px) {
	#main-nav {
		top: 70px;
		height: calc(100vh - 70px);
	}
}
#main-nav .container {
	height: 54px;
}
@media only screen and (max-width: 1024px) {
	#main-nav .container {
		height: auto;
		width: 100%;
	}
}
/* top level links */
#main-nav ul.menu {
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu {
		background: #662441;
		border-top: 1px solid rgba(255, 255, 255, 0.2);
	}
}
#main-nav ul.menu&gt;li {
	display: inline-block;
	position: relative;
	margin-left: -4px;
}
#main-nav ul.menu&gt;li a {
	cursor: default;
}
#main-nav ul.menu&gt;li:first-of-type&gt;a {
	background-image: url("images/ic-home.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 30px auto;
	text-indent: -9999em;
	width: 54px;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu&gt;li:first-of-type&gt;a {
		width: 100%;
		background: none;
		text-indent: 0;
	}
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu&gt;li {
		display: block;
		float: none;
		position: relative;
		text-align: left;
		margin-left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
}
@media only screen and (max-width: 767px) {
	#main-nav ul.menu&gt;li {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
#main-nav ul.menu li a {
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
}
#main-nav ul.menu&gt;li&gt;a {
	color: white;
	display: block;
	float: left;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 300;
	height: 54px;
	line-height: 54px;
	padding: 0 16px;
	text-decoration: none;
}
@media only screen and (max-width: 1200px) {
	#main-nav ul.menu&gt;li&gt;a {
		padding: 0 8px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu&gt;li&gt;a {
		float: none;
		background: #662441;
		color: white;
		line-height: 44px;
		height: 40px;
		padding: 0 40px;
	}
}
@media only screen and (max-width: 767px) {
	#main-nav ul.menu&gt;li&gt;a {
		padding: 0 15px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}
#main-nav ul.menu&gt;li&gt;a:hover,
#main-nav ul.menu&gt;li.sfHover&gt;a {
	background-color: #662441;
	font-weight: 400;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu&gt;li&gt;a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
}
#main-nav ul.menu&gt;li.current-menu-parent&gt;a,
#main-nav ul.menu&gt;li.current-menu-item&gt;a,
#main-nav ul.menu&gt;li.current-post-ancestor&gt;a,
#main-nav ul.menu&gt;li.current_page_parent&gt;a {
	background-color: #ee2b53;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu&gt;li.current-menu-parent&gt;a,
	#main-nav ul.menu&gt;li.current-menu-item&gt;a,
	#main-nav ul.menu&gt;li.current-post-ancestor&gt;a,
	#main-nav ul.menu&gt;li.current_page_parent&gt;a {
		border-bottom: none;
	}
}
#main-nav ul.menu .current_page_item&gt;a:hover,
#main-nav ul.menu .current-menu-item&gt;a:hover,
#main-nav ul.menu .current-menu-ancestor&gt;a:hover,
#main-nav ul.menu .current-menu-parent&gt;a:hover,
#main-nav ul.menu .current-page-ancestor&gt;a:hover {
	text-decoration: none;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu .current_page_item&gt;a:hover,
	#main-nav ul.menu .current-menu-item&gt;a:hover,
	#main-nav ul.menu .current-menu-ancestor&gt;a:hover,
	#main-nav ul.menu .current-menu-parent&gt;a:hover,
	#main-nav ul.menu .current-page-ancestor&gt;a:hover {
		color: white !important;
	}
}
#main-nav ul.menu .current_page_item&gt;a.sf-with-ul,
#main-nav ul.menu .current-menu-item&gt;a.sf-with-ul,
#main-nav ul.menu .current-menu-ancestor&gt;a.sf-with-ul,
#main-nav ul.menu .current-menu-parent&gt;a.sf-with-ul,
#main-nav ul.menu .current-page-ancestor&gt;a.sf-with-ul {
	color: white !important;
}
#main-nav ul.menu&gt;li&gt;span {
	display: none;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu&gt;li&gt;span {
		display: inline-block;
		background: rgba(62, 180, 233, 0.2) none repeat scroll 0 0;
		color: #fff;
		cursor: pointer;
		font-size: 28px;
		font-weight: bold;
		height: 44px;
		line-height: 40px;
		position: absolute;
		right: 0;
		top: 0;
		width: 44px;
		text-align: center;
	}
}
/* second-level lists */
/* [EDIT] added z-index */
#main-nav ul.menu li ul {
	background-color: #662441;
	position: absolute;
	text-align: left;
	left: 0;
	top: 53px;
	width: 220px;
	min-width: 100%;
	height: auto;
	display: none;
	z-index: 1;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul {
		position: relative;
		width: 100%;
		top: 0;
	}
}
#main-nav ul.menu li ul li {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul li {
		min-height: 40px;
		float: none;
		width: 100%;
		margin-bottom: 0;
		position: relative;
	}
	#main-nav ul.menu li ul li&gt;span {
		display: block;
		height: 40px;
		line-height: 40px;
		position: absolute;
		right: 0;
		text-align: center;
		top: 0;
		width: 40px;
		background-color: #ee2b53;
		color: white;
		cursor: pointer;
	}
}
#main-nav ul.menu li ul li.menu-item-has-children&gt;a:before {
	content: "\25b6";
	color: rgba(255, 255, 255, 0.6);
	float: right;
	font-size: 12px;
	font-size: 1.2rem;
	padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul li.menu-item-has-children&gt;a:before {
		content: "";
	}
}
#main-nav ul.menu li ul li.sfHover a {
	background: rgba(255, 255, 255, 0.1);
}
#main-nav ul.menu li ul li a {
	color: white;
	display: block;
	transition: all ease 0.3s;
	padding: 15px 14px;
	height: auto;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul li a {
		/* [EDIT] Remove list height restriction */
		/* height: 40px; */
		line-height: 44px;
		padding: 0 40px 0 80px;
	}
}
@media only screen and (max-width: 767px) {
	#main-nav ul.menu li ul li a {
		padding: 0 5px 0 40px;
	}
}
#main-nav ul.menu li ul li a:hover {
	background: rgba(255, 255, 255, 0.1);
}
/* third-level lists */
#main-nav ul.menu li ul ul {
	background-color: #662441;
	position: absolute;
	text-align: left;
	left: 220px;
	top: 0;
	width: 350px;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul ul {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
	}
}
#main-nav ul.menu li ul ul li {
	margin: 0;
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul ul li {
		min-height: 30px;
	}
}
#main-nav ul.menu li ul ul li.sfHover a {
	background: rgba(255, 255, 255, 0.33);
}
#main-nav ul.menu li ul ul li a {
	font-size: 13px;
	font-size: 1.3rem;
}
#main-nav ul.menu li ul ul li a:hover {
	background: rgba(255, 255, 255, 0.33);
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul ul li a {
		padding: 0 40px 0 120px;
		/* [EDIT] Remove list height restriction */
		/* height: 30px; */
		line-height: 34px;
	}
}
@media only screen and (max-width: 1024px) {
	#main-nav ul.menu li ul ul li a {
		padding: 0 5px 0 45px;
	}
}
/* shrink */
body.shrink #main-nav .container {
	height: 44px;
}
body.shrink #main-nav #main-nav ul.menu&gt;li::before {
	top: 14px;
	font-size: 14px;
	font-size: 1.4rem;
}
body.shrink #main-nav #main-nav ul.menu&gt;li&gt;a {
	height: 44px;
	line-height: 44px;
}
body.shrink #main-nav #main-nav ul.menu&gt;li&gt;ul {
	top: 44px;
}
@media only screen and (max-width: 1024px) {
	body.shrink #main-nav #main-nav ul.menu&gt;li&gt;ul {
		top: 0;
	}
}
@media only screen and (max-width: 767px) {
	body.shrink #main-nav #main-nav ul.menu&gt;li&gt;ul {
		padding-top: 0;
	}
}
/* text editor */
.editor h1 {
	font-size: 44px;
	font-size: 4.4rem;
	font-weight: 300;
	font-style: italic;
	color: red;
	margin: 0 23.725% 40px 0;
}
@media only screen and (max-width: 1024px) {
	.editor h1 {
		font-size: 42px;
		font-size: 4.2rem;
		margin: 0 0 30px 0;
	}
}
@media only screen and (max-width: 767px) {
	.editor h1 {
		font-size: 30px;
		font-size: 3rem;
	}
}
.editor h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 18px 0;
	line-height: 1.2em;
	font-weight: 300;
	color: red;
	font-style: italic;
}
@media only screen and (max-width: 1024px) {
	.editor h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 767px) {
	.editor h2 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.editor h2 span {
	font-weight: 300;
}
.editor h2:first-child {
	padding-top: 0;
}
.editor h2 a {
	text-decoration: none;
}
.editor h2 a:hover {
	text-decoration: underline;
}
.editor p+h2 {
	padding-top: 0.4em;
}
.editor h3 {
	font-size: 32px;
	font-size: 3.2rem;
	padding: 1em 0 0.5em;
	line-height: 1.2em;
	font-weight: 300;
	font-style: italic;
	color: red;
}
@media only screen and (max-width: 1024px) {
	.editor h3 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
@media only screen and (max-width: 767px) {
	.editor h3 {
		font-size: 20px;
		font-size: 2rem;
	}
}
.editor h4 {
	font-size: 22px;
	font-size: 2.2rem;
	padding: 1em 0 0.75em;
	line-height: 1.2em;
	font-weight: 700;
	color: #662441;
}
@media only screen and (max-width: 767px) {
	.editor h4 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 767px) {
	.editor h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.editor h2+h3 {
	padding-top: 0;
}
.editor p {
	line-height: 1.5em;
	margin: 0 0 1.25em 0;
}
.editor strong {
	font-weight: 600;
}
.editor ul {
	list-style-type: disc;
	margin: 0 0 1.25em 1.5em;
}
.editor ol {
	list-style-type: decimal;
	margin: 0 0 1.2em 1.5em;
}
.editor li {
	margin: 0 0 0.75em;
	line-height: 1.45em;
}
.editor hr {
	display: block;
	clear: both;
	height: 1px;
	border: none;
	border-bottom: 1px solid rgba(102, 36, 65, 0.3);
	margin: 30px 0;
}
.editor a {
	text-decoration: underline;
	color: #ee2b53;
}
.editor a:hover {
	color: #662441;
}
.editor .cta {
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	color: white;
	display: inline-block;
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	transition: all ease 0.3s;
	background-color: rgba(238, 43, 83, 0.8);
	border-radius: 6px;
	padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
	.editor .cta {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 767px) {
	.editor .cta {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.editor .cta a {
	color: white;
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}
.editor .cta:hover {
	background-color: #ee2b53;
}
.editor .cta:hover a {
	color: white !important;
}
.editor small {
	font-size: 80%;
}
.editor em {
	font-style: italic;
}
.editor img {
	max-width: 100%;
	height: auto;
}
.editor img.size-thumbnail {
	width: 150px;
	height: auto;
}
.editor .wp-caption {
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.editor .wp-caption {
		width: 100% !important;
	}
}
.editor .wp-caption img {
	display: block;
}
@media only screen and (max-width: 767px) {
	.editor .wp-caption img {
		width: 100% !important;
		height: auto;
	}
}
.editor .wp-caption .wp-caption-text {
	color: #ee2b53;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 10px 0;
	line-height: 1.2em;
	margin: 0 !important;
	width: 100% !important;
	font-weight: 400;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.editor .wp-caption .wp-caption-text {
		font-size: 10px;
		font-size: 1rem;
		padding-bottom: 20px;
	}
}
.editor .wp-caption .wp-caption-text a {
	color: #ee2b53;
}
.editor table {
	border: 1px solid #dcdcdd;
	font-size: 15px;
	font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
	.editor table {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.editor table th {
	border: 1px solid #dcdcdd;
	padding: 10px 5px;
	text-align: left;
}
.editor table td {
	border: 1px solid #dcdcdd;
	padding: 5px;
}
.editor .col3-blocks {
	padding: 0;
	margin: 0 0 1.25em 0;
}
.editor .col3-blocks li {
	float: left;
	width: 30%;
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 5%;
}
.editor .col3-blocks li:first-child {
	margin: 0;
}
.editor .col3-blocks li a {
	padding: 20px 16px;
	border-radius: 12px;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.3em;
	text-decoration: none !important;
	transition: all ease 0.3s;
	height: 100%;
}
.editor .col3-blocks li a strong {
	display: block;
	font-size: 24px;
	padding: 0 0 0.5em 0;
	font-weight: 700;
}
.editor .alignleft {
	float: left;
	margin: 0.5em 1.33em 0.5em 0;
}
.editor .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.editor .standfirst {
	font-weight: 600;
	font-size: 19px;
	font-size: 1.9rem;
	color: #662441;
}
@media only screen and (max-width: 767px) {
	.editor .standfirst {
		font-size: 17px;
		font-size: 1.7rem;
	}
}
.editor .pullquote-side {
	width: 43.1780087161% !important;
	height: auto;
	color: white;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0.01em;
	font-weight: 500;
	background-color: rgba(102, 36, 65, 0.075);
	background-image: url(images/spiral-quote.svg);
	background-position: center 15px;
	background-size: 40px auto;
	padding: 85px 15px 25px 15px;
}
@media only screen and (max-width: 767px) {
	.editor .pullquote-side {
		width: 100% !important;
		font-size: 14px;
		font-size: 1.4rem;
		margin: 10px 0 30px;
		text-align: center;
	}
}
.editor .pullquote-side p {
	width: 100% !important;
}
.editor .pullquote-side p:last-child {
	margin-bottom: 0;
}
.editor #post-content1 .pullquote-side,
.editor #post-content3 .pullquote-side {
	float: right;
}
@media only screen and (max-width: 767px) {
	.editor #post-content1 .pullquote-side,
	.editor #post-content3 .pullquote-side {
		float: none;
	}
}
.editor #post-content2 .pullquote-side {
	float: left;
	width: 41.4780087161% !important;
}
@media only screen and (max-width: 767px) {
	.editor #post-content2 .pullquote-side {
		float: none;
		width: 100% !important;
	}
}
.editor #post-content2 .pullquote-side p {
	margin-left: 0;
}
.editor .pullquote-full {
	background-color: rgba(102, 36, 65, 0.1);
	padding: 40px 10%;
	background-image: url(images/spiral-quote.svg);
	background-position: 2.5% 50px;
	background-size: 40px auto;
	color: #333333;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4em;
	letter-spacing: 0.05rem;
	margin-bottom: 40px;
	border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
	.editor .pullquote-full {
		background-position: center 20px;
		background-size: 40px auto;
		padding-top: 90px;
		font-size: 20px;
		font-size: 2rem;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.editor .pullquote-full {
		padding: 85px 15px 25px 15px;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.editor .pullquote-full h1,
.editor .pullquote-full h2,
.editor .pullquote-full h3,
.editor .pullquote-full h4,
.editor .pullquote-full p {
	margin: 0 auto !important;
}
.editor .download {
	background-image: url(images/bt-download.png);
	background-color: rgba(102, 36, 65, 0.15);
	background-size: auto 80px;
	background-position: left center;
	border-radius: 6px;
	min-height: 80px;
	color: #ee2b53;
	font-weight: 700;
	display: inline-block;
	padding: 30px 30px 30px 90px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.editor .download:hover {
	background-color: rgba(102, 36, 65, 0.33);
}
.editor .icon-block {
	padding-bottom: 20px;
	clear: left;
}
.editor .icon-block img {
	float: left;
	width: 120px;
	height: auto;
}
.editor .icon-block h3,
.editor .icon-block h4,
.editor .icon-block p {
	margin-left: 140px;
}
.editor .icon-block h3,
.editor .icon-block h4 {
	padding: 0 0 10px;
}
/* sidebar */
#sidebar {
	border-radius: 6px;
	float: left;
	width: 32.2%;
}
@media only screen and (max-width: 1024px) {
	#sidebar {
		/* [EDIT] float changed from none to left */
		float: left;
		width: 100%;
	}
}
.widget {
	background-color: rgba(238, 43, 83, 0.1);
	border-radius: 6px;
	padding: 15px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #662441;
	margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
	.widget {
		float: left;
		width: 49.15%;
		margin: 0 1.7% 30px 0;
		font-size: 15px;
		font-size: 1.5rem;
	}
	.widget:nth-of-type(2n) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.widget {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}
.widget .widget-title {
	color: #ee2b53;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 300;
	padding: 0 0 15px;
}
.widget p {
	line-height: 1.2em;
	font-weight: 300;
	margin-bottom: 1em;
}
.widget strong {
	font-weight: 600;
}
.widget .cta {
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
	letter-spacing: 0.01em;
	background-color: rgba(238, 43, 83, 0.8);
	border-radius: 6px;
	color: white;
	display: inline-block;
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	transition: all ease 0.3s;
}
@media only screen and (max-width: 1024px) {
	.widget .cta {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.widget .cta {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.widget .cta a {
	color: white;
	display: inline-block;
	padding: 5px 6px;
	text-align: center;
	text-decoration: none;
}
.widget .cta:hover {
	background-color: #ee2b53;
}
.widget .cta:hover a {
	color: white !important;
}
.widget_donate_widget {
	position: relative;
	background-color: rgba(102, 36, 65, 0.1);
	transition: all ease 0.3s;
	color: #662441;
}
.widget_donate_widget:hover {
	background-color: rgba(102, 36, 65, 0.3);
}
.widget_donate_widget .widget-title {
	width: 60%;
	float: left;
}
.widget_donate_widget p {
	width: 57.5%;
}
@media only screen and (max-width: 1024px) {
	.widget_donate_widget p {
		width: 55%;
	}
}
@media only screen and (max-width: 767px) {
	.widget_donate_widget p {
		width: 50%;
	}
}
.widget_donate_widget form {
	float: right;
	width: 35%;
	position: relative;
}
.widget_donate_widget form input[type="image"] {
	position: absolute;
	top: 0;
	right: -10px;
}
@media only screen and (max-width: 1024px) {
	.widget_symptoms_widget {
		width: 100%;
	}
}
.widget_symptoms_widget li {
	list-style-type: none;
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 0 20px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.widget_symptoms_widget li {
		width: 16.666%;
	}
}
@media only screen and (max-width: 767px) {
	.widget_symptoms_widget li {
		width: 33.333%;
	}
}
.widget_symptoms_widget li:first-child h4 {
	color: #ee2b53;
	font-weight: 600;
	font-size: 16px;
	font-size: 1.6rem;
}
.widget_symptoms_widget li img {
	display: inline-block;
	width: 80%;
	height: auto;
}
.widget_symptoms_widget li:first-of-type img {
	position: relative;
	width: 92%;
}
.widget_research_list_widget article {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted rgba(102, 36, 65, 0.2);
}
.widget_research_list_widget article a {
	color: #662441;
	transition: all ease 0.3s;
}
.widget_research_list_widget article a h4 {
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 4px 0;
}
.widget_research_list_widget article a .authors {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	font-style: italic;
	margin: 0 0 4px 0;
}
.widget_research_list_widget article a .excerpt {
	font-size: 15px;
	font-size: 1.5rem;
}
.widget_research_list_widget article a:hover {
	color: #ee2b53;
}
.widget_media_image img,
.widget_text img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}
.widget_shopping_cart {
	width: 100%;
}
.widget_shopping_cart .woocommerce-mini-cart__total {
	border-top: 1px solid rgba(102, 36, 65, 0.2) !important;
}
.widget_shopping_cart .buttons a.button {
	background-color: #ee2b53;
	color: white;
}
.widget_shopping_cart .buttons a.button:hover {
	background-color: #662441;
}
.widget_nav_menu {
	background-color: rgba(238, 43, 83, 0.1) !important;
}
.widget_nav_menu li {
	margin: 0 0 10px 0;
}
.widget_nav_menu li a {
	font-size: 19px;
	font-size: 1.9rem;
	color: #662441;
	font-weight: 600;
}
.widget_nav_menu li a::before {
	content: "\25b6";
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 4px;
}
.widget_nav_menu li a:hover {
	color: #ee2b53;
}
.widget_nav_menu li.current-menu-item a {
	color: #ee2b53;
}
#countdown-widget .widget-title {
	font-weight: 700;
	font-style: normal;
	text-align: center;
	font-size: 32px;
}
#countdown-widget table {
	width: 222px;
	margin: 0 auto;
}
#countdown-widget table .labels td {
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	width: 60px;
	padding: 0 0 5px 0;
}
#countdown-widget table .labels td:last-child {
	text-align: right;
}
/* site - footer */
#site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 0 50px 0;
	background-color: #662441;
	background-image: url(images/bg-red-texture.jpg);
	background-size: cover;
	background-position: center bottom;
	color: white;
}
#site-footer a {
	color: white;
}
#site-footer a:hover {
	color: #ee2b53;
}
#donate-footer {
	padding: 40px 0;
	background: #48192e;
	color: white;
	margin-bottom: 50px;
}
#donate-footer h3 {
	font-style: italic;
	font-weight: 300;
	font-size: 30px;
	font-size: 3rem;
}
@media only screen and (max-width: 767px) {
	#donate-footer h3 {
		float: none;
		width: 100%;
		margin: 0 0 20px;
	}
}
#donate-footer p {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.3em;
	font-weight: 300;
}
@media only screen and (max-width: 767px) {
	#donate-footer p {
		width: 57.625%;
		padding-right: 5px;
	}
}
#donate-footer a {
	position: relative;
	display: table;
}
#donate-footer&gt;div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media (max-width: 768px) {
	#donate-footer&gt;div {
		display: block;
	}
	#donate-footer h3,
	#donate-footer p {
		text-align: center;
		margin-bottom: 15px;
	}
	#donate-footer a {
		margin: 0 auto;
	}
}
@media only screen and (max-width: 767px) {
	#donate-footer form {
		width: 40.675%;
	}
}
#donate-footer form img {
	display: none;
}
#donate-footer form input[type="image"] {
	display: inline-block;
	position: absolute;
	left: 0;
	width: auto;
	height: 110px;
	top: -40px;
}
@media only screen and (max-width: 767px) {
	#donate-footer form input[type="image"] {
		left: auto;
		right: 0;
	}
}
@media only screen and (max-width: 767px) {
	#donate-footer form {
		top: 30px;
	}
}
#footer-contacts {
	float: left;
	width: 49.15%;
}
@media only screen and (max-width: 1024px) {
	#footer-contacts {
		width: 66.1%;
	}
}
@media only screen and (max-width: 940px) {
	#footer-contacts {
		width: 74.575%;
	}
}
@media only screen and (max-width: 767px) {
	#footer-contacts {
		float: none;
		width: 100%;
	}
}
#footer-contacts p {
	margin: 0 0 20px 0;
	line-height: 1.4em;
}
#footer-contacts a.email-link,
#footer-contacts a.tel-link {
	color: white;
	font-weight: 500;
}
#footer-social {
	position: absolute;
	top: 0;
	right: 0;
	width: 23.725%;
	text-align: right;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 300;
}
@media only screen and (max-width: 1024px) {
	#footer-social {
		width: 32.2%;
	}
}
@media only screen and (max-width: 940px) {
	#footer-social {
		width: 23.725%;
	}
}
@media only screen and (max-width: 767px) {
	#footer-social {
		position: relative;
		width: 100%;
		text-align: left;
	}
}
#footer-social a {
	transition: all ease 0.3s;
	display: block;
	margin-bottom: 12px;
}
#footer-social a:hover {
	opacity: 0.66;
}
#footer-social img {
	vertical-align: middle;
}
#footer-social img#footer-facebook {
	width: 22px;
	height: auto;
}
#footer-social img#footer-twitter {
	width: 24px;
	height: auto;
	margin-right: 6px;
}
#footer-social img#footer-linkedin {
	width: 20px;
	height: auto;
}
#footer-menu {
	width: 49.15%;
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	margin-left: 1.7%;
	padding-left: 60px;
}
@media only screen and (max-width: 1200px) {
	#footer-menu {
		width: 49.15%;
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	#footer-menu {
		position: relative;
		padding-top: 30px;
		width: 100%;
		text-align: left;
	}
}
#footer-menu li {
	display: inline-block;
	margin: 0 0 0 15px;
	line-height: 1.4em;
}
@media only screen and (max-width: 767px) {
	#footer-menu li {
		margin: 0 15px 0 0;
	}
}
#footer-copyright {
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
	#footer-copyright {
		padding-bottom: 20px;
	}
}
#footer-copyright img {
	width: 160px;
	height: auto;
}
/* Cookies */
#cookie-notice .cookie-notice-container {
	padding: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
#cookie-notice #cn-accept-cookie {
	font-family: 'Montserrat', sans-serif;
	color: white;
	background-color: rgba(238, 43, 83, 0.75);
	display: inline-block;
	padding: 2px 6px;
	border-radius: 4px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
	transition: all ease 0.3s;
}
#cookie-notice #cn-accept-cookie:hover {
	background-color: #ee2b53;
}
#cookie-notice #cn-more-info {
	text-decoration: underline;
	font-size: 12px;
	font-size: 1.2rem;
	color: white;
	opacity: 0.8;
	transition: all ease 0.3s;
}
#cookie-notice #cn-more-info:hover {
	opacity: 1;
}
/* shop page */
.woocommerce-result-count,
.woocommerce-ordering {
	display: none;
}
.woocommerce-page #main .textblock h1.page-title {
	background-image: url(images/ic-shop.png);
	background-size: 80px auto;
	background-position: left top;
	height: 60px;
	padding-left: 90px;
}
.woocommerce-page #main .textblock .button,
.woocommerce-page #main .textblock .checkout-button {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300 !important;
	font-style: italic !important;
}
.woocommerce-page #main .textblock ul.products {
	list-style-type: none;
	margin: 0 0 50px 0;
}
.woocommerce-page #main .textblock ul.products li {
	float: left;
	width: 30%;
	margin: 0 5% 40px 0;
	clear: none;
}
.woocommerce-page #main .textblock ul.products li:nth-child(3n) {
	margin-right: 0;
}
.woocommerce-page #main .textblock ul.products li.first {
	clear: none;
}
@media only screen and (max-width: 767px) {
	.woocommerce-page #main .textblock ul.products li {
		width: 47.5%;
		margin-bottom: 25px;
	}
	.woocommerce-page #main .textblock ul.products li:nth-child(2n) {
		margin-right: 0;
	}
	.woocommerce-page #main .textblock ul.products li:nth-child(3n) {
		margin-right: 5%;
	}
}
.woocommerce-page #main .textblock ul.products li h2 {
	padding: 10px 0 0;
	font-style: normal;
	color: #333333;
	font-weight: 400;
	text-align: center;
}
.woocommerce-page #main .textblock ul.products li h2 mark {
	display: none;
}
.woocommerce-page #main .textblock ul.products li .price {
	display: block;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
.woocommerce-page #main .textblock ul.products li img {
	margin: 0;
	width: 100%;
	height: auto;
	transition: all ease 0.3s;
}
.woocommerce-page #main .textblock ul.products li .add_to_cart_button {
	display: none;
}
.woocommerce-page #main .textblock ul.products li a {
	text-decoration: none;
}
.woocommerce-page #main .textblock ul.products li a:hover h2 {
	color: #ee2b53;
}
.woocommerce-page #main #sidebar .kids-pic-shop {
	text-align: right;
	width: 100%;
	display: block;
}
@media only screen and (max-width: 1024px) {
	.woocommerce-page #main #sidebar .kids-pic-shop {
		display: none;
	}
}
.woocommerce-page #main #sidebar .kids-illustration {
	max-height: 150px;
	margin-bottom: -25px;
}
/* product page */
@media only screen and (max-width: 767px) {
	.woocommerce-page #main .textblock h1.product_title {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.woocommerce-page #main .textblock #tab-description h2 {
	display: none;
}
.woocommerce-page #main .textblock form.cart .quantity {
	padding-bottom: 20px;
	float: none;
}
.woocommerce-page #main .textblock form.cart .quantity::before {
	content: "Quantity:";
}
.woocommerce-page #main .textblock form.cart .quantity .qty {
	width: 90px;
}
.woocommerce-page #main .textblock .related {
	border-top: 1px solid rgba(102, 36, 65, 0.2);
	padding-top: 30px;
}
.woocommerce-page #main .textblock .related&gt;h2 {
	font-size: 30px;
	font-size: 3rem;
}
.woocommerce-page #main .textblock .related ul.products li {
	width: 22%;
	margin: 0 4% 40px 0;
}
.woocommerce-page #main .textblock .related ul.products li:nth-child(3n) {
	margin-right: 4%;
}
.woocommerce-page #main .textblock .related ul.products li:nth-child(4n) {
	margin-right: 0;
}
@media only screen and (max-width: 767px) {
	.woocommerce-page #main .textblock .related ul.products li {
		width: 47.5%;
		margin-bottom: 25px;
	}
	.woocommerce-page #main .textblock .related ul.products li:nth-child(2n) {
		margin-right: 0;
	}
	.woocommerce-page #main .textblock .related ul.products li:nth-child(3n) {
		margin-right: 5%;
	}
}
.woocommerce-page #main .textblock .woocommerce-info,
.woocommerce-page #main .textblock .woocommerce-message {
	border-top: 3px solid #662441;
}
.woocommerce-page #main .textblock .woocommerce-info::before,
.woocommerce-page #main .textblock .woocommerce-message::before {
	color: #662441;
}
.woocommerce-page #main .textblock .woocommerce-error {
	border-top-color: #ee2b53;
}
.woocommerce-page #main .textblock .woocommerce-error::before {
	color: #ee2b53;
}
/* basket */
#basket .textblock {
	float: none;
	width: 100%;
	margin: 0;
}
/* checkout */
#checkout .textblock {
	float: none;
	width: 100%;
	margin: 0;
}
/* kssg styling */
.page-template-kssg-page,
.page-template-kssg-homepage {
	font-family: "proxima-soft", sans-serif;
	/* header */
	/* nav */
	/* homepage */
	/* page content */
	/* editor */
	/* sidebar widgets */
	/* footer */
}
.page-template-kssg-page #site-header,
.page-template-kssg-homepage #site-header {
	background-image: url(images/kssg/kssg-bg2.jpg);
	background-color: #f90004;
	background-position: center top;
}
@media only screen and (max-width: 767px) {
	.page-template-kssg-page #site-header,
	.page-template-kssg-homepage #site-header {
		height: 80px;
	}
}
.page-template-kssg-page #site-header&gt;.container,
.page-template-kssg-homepage #site-header&gt;.container {
	background: none;
}
.page-template-kssg-page #site-header #site-logo,
.page-template-kssg-homepage #site-header #site-logo {
	width: 234px;
	top: -10px;
	left: -20px;
}
@media only screen and (max-width: 1024px) {
	.page-template-kssg-page #site-header #site-logo,
	.page-template-kssg-homepage #site-header #site-logo {
		width: 200px;
	}
}
@media only screen and (max-width: 767px) {
	.page-template-kssg-page #site-header #site-logo,
	.page-template-kssg-homepage #site-header #site-logo {
		width: 150px;
		top: -5px;
		left: -10px;
	}
}
.page-template-kssg-page #site-header #site-logo img,
.page-template-kssg-homepage #site-header #site-logo img {
	width: 100%;
}
.page-template-kssg-page #site-header #portal-tabs,
.page-template-kssg-homepage #site-header #portal-tabs {
	background-image: none;
}
.page-template-kssg-page #site-header #portal-tabs #tab-kssg,
.page-template-kssg-homepage #site-header #portal-tabs #tab-kssg {
	width: 210px;
	height: 70px;
	border-radius: 6px;
	float: right;
	text-align: center;
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
.page-template-kssg-page #site-header #portal-tabs #tab-kssg img,
.page-template-kssg-homepage #site-header #portal-tabs #tab-kssg img {
	position: relative;
	top: 9px;
}
.page-template-kssg-page #site-header #portal-tabs #tab-kssg::before,
.page-template-kssg-homepage #site-header #portal-tabs #tab-kssg::before {
	display: none;
}
@media only screen and (max-width: 1024px) {
	.page-template-kssg-page #site-header #menu-icon,
	.page-template-kssg-homepage #site-header #menu-icon {
		left: 49.15%;
	}
}
@media only screen and (max-width: 767px) {
	.page-template-kssg-page #site-header #menu-icon,
	.page-template-kssg-homepage #site-header #menu-icon {
		left: auto;
		right: -10px;
		top: 5px;
	}
}
.page-template-kssg-page #main-nav,
.page-template-kssg-homepage #main-nav {
	background: black;
}
.page-template-kssg-page #main-nav ul.menu li a,
.page-template-kssg-homepage #main-nav ul.menu li a {
	font-style: normal;
}
.page-template-kssg-page #main-nav ul.menu li:first-of-type&gt;a,
.page-template-kssg-homepage #main-nav ul.menu li:first-of-type&gt;a {
	background-image: none;
	text-indent: 0;
	width: auto;
}
.page-template-kssg-page #main-nav ul.menu li.current-menu-parent a,
.page-template-kssg-page #main-nav ul.menu li.current-menu-item a,
.page-template-kssg-page #main-nav ul.menu li.current-post-ancestor a,
.page-template-kssg-homepage #main-nav ul.menu li.current-menu-parent a,
.page-template-kssg-homepage #main-nav ul.menu li.current-menu-item a,
.page-template-kssg-homepage #main-nav ul.menu li.current-post-ancestor a {
	background-color: white;
	color: #ee2b53;
}
.page-template-kssg-page #main-nav ul.menu li.current-menu-parent a:hover,
.page-template-kssg-page #main-nav ul.menu li.current-menu-item a:hover,
.page-template-kssg-page #main-nav ul.menu li.current-post-ancestor a:hover,
.page-template-kssg-homepage #main-nav ul.menu li.current-menu-parent a:hover,
.page-template-kssg-homepage #main-nav ul.menu li.current-menu-item a:hover,
.page-template-kssg-homepage #main-nav ul.menu li.current-post-ancestor a:hover {
	background-color: white;
}
.page-template-kssg-page #main-nav ul.menu li a:hover,
.page-template-kssg-page #main-nav ul.menu li.sfHover&gt;a,
.page-template-kssg-homepage #main-nav ul.menu li a:hover,
.page-template-kssg-homepage #main-nav ul.menu li.sfHover&gt;a {
	background-color: #f90004;
}
.page-template-kssg-page #kssg,
.page-template-kssg-homepage #kssg {
	padding-bottom: 0 !important;
}
.page-template-kssg-page #kssg .top-module,
.page-template-kssg-homepage #kssg .top-module {
	padding-bottom: 40px;
}
.page-template-kssg-page #kssg .lower-module,
.page-template-kssg-homepage #kssg .lower-module {
	padding: 50px 0;
	background-image: url(images/kssg/kssg-bg2.jpg);
	background-position: center bottom;
	background-size: 150% auto;
	color: white;
}
@media only screen and (max-width: 767px) {
	.page-template-kssg-page #kssg .lower-module,
	.page-template-kssg-homepage #kssg .lower-module {
		background-size: cover;
	}
}
.page-template-kssg-page #kssg .lower-module .editor h2,
.page-template-kssg-page #kssg .lower-module .editor a,
.page-template-kssg-homepage #kssg .lower-module .editor h2,
.page-template-kssg-homepage #kssg .lower-module .editor a {
	color: white;
}
@media only screen and (max-width: 1024px) {
	.page-template-kssg-page .page-content .page-heading h1,
	.page-template-kssg-homepage .page-content .page-heading h1 {
		padding: 0;
	}
}
.page-template-kssg-page .editor h1,
.page-template-kssg-homepage .editor h1 {
	font-style: normal;
}
.page-template-kssg-page .editor h2,
.page-template-kssg-page .editor h3,
.page-template-kssg-page .editor h4,
.page-template-kssg-homepage .editor h2,
.page-template-kssg-homepage .editor h3,
.page-template-kssg-homepage .editor h4 {
	font-style: normal;
	font-weight: 600;
	color: black;
}
.page-template-kssg-page .widget,
.page-template-kssg-homepage .widget {
	background-color: #f90004;
	color: white;
	border: 3px solid black;
}
.page-template-kssg-page .widget .widget-title,
.page-template-kssg-homepage .widget .widget-title {
	color: white;
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	font-size: 2.2rem;
}
.page-template-kssg-page .widget a,
.page-template-kssg-homepage .widget a {
	color: white;
}
.page-template-kssg-page #site-footer,
.page-template-kssg-homepage #site-footer {
	background-color: black;
	background-image: none;
}
.page-template-kssg-page #kssg-footer,
.page-template-kssg-homepage #kssg-footer {
	padding: 40px 0;
	background: black;
	color: white;
}
.page-template-kssg-page #kssg-footer h2,
.page-template-kssg-homepage #kssg-footer h2 {
	font-size: 30px;
	font-size: 3rem;
}
/* parent resource portal styling  */
/* general layout */
@media only screen and (max-width: 1024px) {
	.portal .container {
		width: 90%;
	}
}
.portal #main {
	padding-top: 190px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.portal #main {
		padding-top: 120px;
	}
}
@media only screen and (max-width: 767px) {
	.portal #main {
		padding-top: 110px;
	}
}
.portal.page-template-portal-homepage #main {
	padding-top: 20px;
	text-align: center;
}
/* portal header */
#portal-header {
	position: fixed;
	height: 120px;
	width: 100%;
	padding: 10px 10px 0;
	background-color: #efe8eb;
	z-index: 200;
}
@media only screen and (max-width: 767px) {
	#portal-header {
		height: 110px;
	}
}
#portal-header #header-bar {
	height: 100px;
	background-image: url(images/parent-portal/portal-header-title-brush-maroon.png);
	background-size: 100% 44px;
	background-position: center bottom;
}
@media only screen and (max-width: 767px) {
	#portal-header #header-bar {
		background-position: center bottom 10px;
	}
}
#portal-header #header-bar .container {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#portal-header #header-bar .container {
		width: 100%;
	}
}
#portal-header #site-logo {
	display: inline-block;
}
#portal-header #site-logo img {
	height: 50px;
	width: auto;
}
@media only screen and (max-width: 767px) {
	#portal-header #site-logo img {
		height: 40px;
	}
}
#portal-header #site-logo span {
	display: block;
	font-size: 30px;
	font-size: 3rem;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	padding: 8px 0 0;
	font-weight: 600;
}
@media only screen and (max-width: 767px) {
	#portal-header #site-logo span {
		font-size: 1.9rem;
		padding: 14px 0 0;
	}
}
@media only screen and (max-width: 1024px) {
	#portal-header #menu-icon {
		background-image: url(images/parent-portal/portal-ic-menu.png);
		background-position: center center;
		background-size: 100% auto;
		right: 0;
		left: auto;
	}
}
@media only screen and (max-width: 767px) {
	#portal-header #menu-icon {
		width: 56px;
		top: -6px;
	}
}
#portal-header #back-tab {
	position: absolute;
	left: 20px;
	top: 2px;
	width: 400px;
	text-align: center;
	background-image: url(images/parent-portal/portal-header-back-brush-maroon.png);
	background-size: 100% auto;
	background-position: center center;
	height: 60px;
	font-weight: 300;
}
@media only screen and (max-width: 1024px) {
	#portal-header #back-tab {
		width: 300px;
	}
}
@media only screen and (max-width: 767px) {
	#portal-header #back-tab {
		width: 50px;
		left: 10px;
		background-size: 100% 80%;
	}
}
#portal-header #back-tab span {
	color: white;
	font-size: 17px;
	font-size: 1.7rem;
	font-style: italic;
	display: inline-block;
	padding: 16px 0 16px 48px;
	height: 60px;
	background-image: url(images/ic-societiheart-white.png);
	background-position: left 18px;
	background-size: auto 30px;
}
@media only screen and (max-width: 1024px) {
	#portal-header #back-tab span {
		padding: 19px 0 0 38px;
		background-position: left 20px;
		background-size: auto 24px;
		font-size: 1.7rem;
	}
}
@media only screen and (max-width: 767px) {
	#portal-header #back-tab span {
		padding: 15px 0 0 38px;
		background-position: 4px 16px;
		background-size: auto 24px;
		font-size: 0;
	}
}
#portal-header #back-tab a:hover span {
	text-decoration: underline;
}
/* navigation */
.portal #main-nav {
	background-color: #efe8eb;
	top: 120px;
	padding-bottom: 10px;
	position: fixed;
}
@media only screen and (max-width: 767px) {
	.portal #main-nav {
		top: 110px;
	}
}
.portal #main-nav #menu-portal&gt;li {
	width: 10%;
	float: left;
	display: table;
	margin-left: 0;
	position: static;
}
@media only screen and (max-width: 1024px) {
	.portal #main-nav #menu-portal&gt;li {
		width: 100%;
		float: none;
	}
}
.portal #main-nav #menu-portal&gt;li a {
	-moz-box-shadow: inset 0px -10px 17px -1px #bf3553;
	-webkit-box-shadow: inset 0px -10px 17px -1px #bf3553;
	box-shadow: inset 0px -10px 17px -1px #bf3553;
	background: -moz-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d95', endColorstr='#b32c49', GradientType=0);
	/* IE6-9 */
	background-color: #f54f75;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
	transition: all ease 0.3s;
	color: white;
	border-radius: 6px;
	text-align: center;
	height: 60px;
	line-height: inherit;
	float: none;
	font-style: normal;
	font-weight: 400;
	padding: 5px 10px;
	font-size: 16px;
	display: table-cell;
	vertical-align: middle;
}
.portal #main-nav #menu-portal&gt;li a:hover {
	background: #f54f75;
	box-shadow: inset 0px -10px 17px -1px #bf3553, 0px 0px 16px 3px #e43258;
}
@media only screen and (max-width: 1024px) {
	.portal #main-nav #menu-portal&gt;li a {
		height: auto;
		padding: 12px 10px;
	}
}
.portal #main-nav #menu-portal&gt;li:nth-child(even) a {
	-moz-box-shadow: inset 0px -10px 17px -1px #6d2f4b;
	-webkit-box-shadow: inset 0px -10px 17px -1px #6d2f4b;
	box-shadow: inset 0px -10px 17px -1px #6d2f4b;
	background: #6d2f4b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #925975 0%, #6d2f4b 50%, #4c2135 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #925975 0%, #6d2f4b 50%, #4c2135 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #925975 0%, #6d2f4b 50%, #4c2135 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#925975', endColorstr='#4c2135', GradientType=0);
	/* IE6-9 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
	transition: all ease 0.3s;
}
.portal #main-nav #menu-portal&gt;li:nth-child(even) a:hover {
	background: -moz-linear-gradient(top, #6d2f4b 0%, #6d2f4b 50%, #4c2135 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6d2f4b 0%, #6d2f4b 50%, #4c2135 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6d2f4b 0%, #6d2f4b 50%, #4c2135 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: inset 0px -10px 17px -1px #bf3553, 0px 0px 16px 3px #e43258;
}
.portal #main-nav #menu-portal&gt;li:first-of-type&gt;a {
	text-indent: inherit;
	-moz-box-shadow: inset 0px -10px 17px -1px #bf3553;
	-webkit-box-shadow: inset 0px -10px 17px -1px #bf3553;
	box-shadow: inset 0px -10px 17px -1px #bf3553;
	background: -moz-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d95', endColorstr='#b32c49', GradientType=0);
	/* IE6-9 */
	background-color: #f54f75;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #263666;
	transition: all ease 0.3s;
	background-size: auto;
	width: auto;
}
.portal #main-nav #menu-portal&gt;li:first-of-type&gt;a:hover {
	background: #f54f75;
	box-shadow: inset 0px -10px 17px -1px #bf3553, 0px 0px 16px 3px #e43258;
}
.portal #main-nav #menu-portal&gt;li.current-menu-item&gt;a,
.portal #main-nav #menu-portal&gt;li.current-menu-parent&gt;a {
	box-shadow: inset 0px -10px 17px -1px #bf3553, 0px 0px 16px 3px #e43258;
}
/* subnav */
.portal .subnav {
	background-color: #662441;
}
.portal .subnav&gt;.container {
	padding: 0 0 10px 0;
}
.portal .subnav ul {
	display: block;
	width: 100%;
	top: auto;
	height: 100px;
	padding: 30px 10px 0;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 767px) {
	.portal .subnav ul {
		height: auto;
	}
}
.portal .subnav ul::before {
	content: "In this section";
	color: white;
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 15px;
	font-size: 1.5rem;
}
.portal .subnav ul li {
	width: 15%;
	float: left;
	margin-left: 2%;
	display: block;
}
@media only screen and (max-width: 767px) {
	.portal .subnav ul li {
		width: 100%;
		float: none;
		margin: 0 0 4px 0;
	}
}
.portal .subnav ul li:first-child {
	margin-left: 0;
}
.portal .subnav ul li a {
	width: 100%;
	-moz-box-shadow: inset 0px -10px 17px -1px #e8c5d3;
	-webkit-box-shadow: inset 0px -10px 17px -1px #e8c5d3;
	box-shadow: inset 0px -10px 17px -1px #e8c5d3;
	background: #6d2f4b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #f8edf2 0%, #e8c5d3 50%, #c698a7 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f8edf2 0%, #e8c5d3 50%, #c698a7 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f8edf2 0%, #e8c5d3 50%, #c698a7 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8edf2', endColorstr='#c698a7', GradientType=0);
	/* IE6-9 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
	transition: all ease 0.3s;
	color: #662441;
	text-shadow: none;
	display: table;
	height: 60px;
	padding: 5px 10px;
	font-size: 1.6rem;
	text-align: center;
}
.portal .subnav ul li a:hover {
	background: -moz-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	box-shadow: inset 0px -10px 17px -1px #bf3553, 0px 0px 16px 3px #e43258;
	color: white;
}
@media only screen and (max-width: 767px) {
	.portal .subnav ul li a {
		height: auto !important;
		font-size: 1.4rem;
		padding: 5px;
	}
}
.portal .subnav ul li a span {
	display: table-cell;
	vertical-align: middle;
}
@media only screen and (max-width: 767px) {
	.portal .subnav ul li a span {
		height: auto !important;
	}
}
.portal .subnav ul li.current-menu-item a {
	-moz-box-shadow: inset 0px -10px 17px -1px #bf3553;
	-webkit-box-shadow: inset 0px -10px 17px -1px #bf3553;
	box-shadow: inset 0px -10px 17px -1px #bf3553;
	background: -moz-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ff6d95 0%, #f54f75 50%, #b32c49 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6d95', endColorstr='#b32c49', GradientType=0);
	/* IE6-9 */
	background-color: #f54f75;
	color: white;
}
/* portal homepage  */
.page-template-portal-homepage #portal-header {
	display: none;
}
@media only screen and (max-width: 767px) {
	.page-template-portal-homepage #portal-header {
		display: block;
	}
	.page-template-portal-homepage #portal-header #menu-icon {
		display: none;
	}
}
.page-template-portal-homepage #main-nav {
	display: none;
}
@media only screen and (max-width: 767px) {
	.page-template-portal-homepage #main-nav {
		display: block;
	}
}
/* portal homepage diagram */
#portal-diagram {
	position: relative;
	text-align: center;
	display: inline-block;
	height: 90vh;
}
@media only screen and (max-width: 767px) {
	#portal-diagram {
		display: none;
	}
}
#portal-frame {
	position: relative;
	width: auto;
	height: 90vh;
	opacity: 0.0;
}
#portal-blocks {
	position: absolute;
	top: 0;
	width: auto;
	height: 90vh;
}
img.diagram-overlay {
	display: none;
	position: absolute;
	top: 0;
	width: auto;
	height: 90vh;
}
#bma-award {
	position: absolute;
	right: 5%;
	top: 20px;
	width: 120px;
	height: auto;
	z-index: 500;
}
@media only screen and (max-width: 767px) {
	#bma-award {
		width: 72px;
		top: 8px;
	}
}
/* page */
@media only screen and (max-width: 767px) {
	.portal .page-content .page-heading h1 {
		padding: 0;
	}
}
.portal .editor h1 {
	font-style: normal;
	font-weight: 600;
	color: #662441;
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 1024px) {
	.portal .editor h1 {
		font-size: 36px;
		font-size: 3.6rem;
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.portal .editor h1 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
.portal .editor h2 {
	color: #662441;
	font-style: normal;
	font-weight: 600;
}
@media only screen and (max-width: 1024px) {
	.portal .editor h2 {
		font-size: 30px;
		font-size: 3rem;
	}
}
@media only screen and (max-width: 767px) {
	.portal .editor h2 {
		font-size: 20px;
		font-size: 2rem;
	}
}
.portal .editor h3 {
	color: #662441;
	font-style: normal;
	font-weight: 400;
}
@media only screen and (max-width: 1024px) {
	.portal .editor h3 {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.portal .editor h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}
}
@media only screen and (max-width: 767px) {
	.portal .editor img.size-full {
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 767px) {
	.portal .editor img.alignleft,
	.portal .editor img.alignright {
		float: none;
		display: block;
	}
}
/* sidebar */
.portal .page-content .textblock {
	width: 74.575%;
}
@media only screen and (max-width: 1024px) {
	.portal .page-content .textblock {
		width: 100%;
	}
}
.portal .page-content #sidebar {
	width: 23.725%;
}
@media only screen and (max-width: 1024px) {
	.portal .page-content #sidebar {
		width: 100%;
	}
}
.portal .widget {
	background-color: rgba(102, 36, 65, 0.1);
}
.portal .widget .widget-title {
	font-style: normal;
	font-weight: 400;
	@includefont-size (2.0);
	color: #662441;
}
.portal .widget p {
	font-weight: 400;
}
@media only screen and (max-width: 1024px) {
	.portal .widget:last-child {
		margin-left: 0;
		margin-right: 0;
	}
}
.portal .widget_donate_widget form input[type="image"] {
	width: 110px;
}
/* resources list */
.portal .resources-list article h2 {
	@includefont-size (2.4);
	font-weight: 400;
	font-style: normal;
	color: #662441;
}
/* woocommerce */
.portal .woocommerce ul.cart_list li a,
.portal .woocommerce ul.product_list_widget li a {
	color: #662441;
}
/* video-gallery */
.editor .video-gallery {
	padding-top: 30px;
}
.editor .video-gallery article {
	float: left;
	width: 47.5%;
	margin: 0 5% 30px 0;
}
@media only screen and (max-width: 767px) {
	.editor .video-gallery article {
		float: none;
		width: 100%;
		margin: 0 0 40px 0;
	}
}
.editor .video-gallery article:nth-child(2n) {
	margin-right: 0;
}
.editor .video-gallery article a {
	text-decoration: none;
	color: #662441;
}
.editor .video-gallery article a:hover .video-play {
	opacity: 1;
}
.editor .video-gallery article h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
	.editor .video-gallery article h2 {
		font-size: 20px;
		font-size: 2rem;
	}
}
.editor .video-gallery article .video-thumb {
	position: relative;
	padding: 61% 0 0 0;
	overflow: hidden;
	margin-bottom: 5px;
}
.editor .video-gallery article .video-thumb .youtube-thumbnail {
	width: 100%;
	height: auto;
	position: absolute;
	top: -11%;
	left: 0;
}
.editor .video-gallery article .video-thumb .video-play {
	width: 66px;
	height: 66px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -33px;
	margin-top: -33px;
	opacity: 0.5;
	transition: opacity ease 0.3s;
}
.editor .video-gallery article p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4em;
}
/* hospital tests */
/* footer */
.page-template-portal-homepage #site-footer,
.portal #site-footer {
	background-color: #efe8eb;
	background-image: none;
	color: #662441;
}
.page-template-portal-homepage #site-footer #donate-footer h3,
.portal #site-footer #donate-footer h3 {
	font-style: normal;
	font-weight: 400;
}
.page-template-portal-homepage #site-footer a,
.portal #site-footer a {
	color: #662441;
}
.page-template-portal-homepage #site-footer #footer-social,
.portal #site-footer #footer-social {
	background-image: url(images/parent-portal/portal-header-back-brush.png);
	background-size: 100% 45px;
	background-position: center top;
	height: 45px;
	text-align: center;
	padding: 8px 0 0 0;
}
.page-template-portal-homepage #site-footer #footer-social a,
.portal #site-footer #footer-social a {
	color: white;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
}
/* Questions and Answers */
.portal {
	/* questions and answers  */
}
.portal .qanda {
	border-bottom: 1px solid rgba(102, 36, 65, 0.2);
}
.portal .qanda .question {
	font-size: 26px;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 400;
	border-radius: 0px;
}
@media only screen and (max-width: 1024px) {
	.portal .qanda .question {
		font-size: 24px;
		font-size: 2.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.portal .qanda .question {
		font-size: 18px;
		font-size: 1.8rem;
		padding: 12px 0 12px 10px !important;
	}
}
.portal .qanda .answer {
	display: none;
	padding: 10px 0 20px 10px;
}
.portal .qanda.open .question {
	color: #ee2b53;
}
/* Typography */
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	height: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	word-wrap: break-word;
	color: #333333;
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
/* general layout */
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	box-sizing: inherit;
}
/* main */
#main {
	padding-top: 200px;
	min-height: calc(100vh - 360px);
}
@media only screen and (max-width: 1024px) {
	#main {
		padding-top: 120px;
	}
}
@media only screen and (max-width: 767px) {
	#main {
		padding-top: 70px;
	}
}
/* homepage */
#homepage-feature {
	background-size: cover;
	background-position: left 0, right 0;
	background-attachment: fixed;
	background-image: url(images/bg-red-texture.jpg);
	background-color: #ee2b53;
}
@media only screen and (max-width: 1024px) {
	#homepage-feature {
		background-image: url(images/bg-red-light-texture.jpg);
	}
}
#homepage-feature .module-inner {
	background-color: rgba(238, 43, 83, 0.2);
	padding: 50px 0 50px;
}
@media only screen and (max-width: 767px) {
	#homepage-feature .module-inner {
		padding: 30px 0;
	}
}
#homepage-feature .feature-text {
	float: left;
	width: 66.1%;
	margin: 0 1.7% 0 0;
	padding: 0;
	display: table;
	color: white;
}
@media only screen and (max-width: 940px) {
	#homepage-feature .feature-text {
		width: 100%;
		float: none;
		margin: 0;
	}
}
#homepage-feature .feature-text&gt;div {
	display: table-cell;
	vertical-align: middle;
}
#homepage-feature .feature-text h1,
#homepage-feature .feature-text h2 {
	color: white;
	line-height: 1.2em;
	padding: 0 0 12px 0;
	margin-bottom: 0;
	font-size: 32px;
	font-size: 3.2rem;
}
#homepage-feature .feature-text h1 .together,
#homepage-feature .feature-text h2 .together {
	display: block;
	float: right;
	padding-right: 30px;
}
#homepage-feature .feature-text h1 {
	font-size: 32px;
	font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
	#homepage-feature .feature-text h1 {
		font-size: 30px;
		font-size: 3rem;
	}
}
#homepage-feature .feature-text h2 {
	font-size: 28px;
	font-size: 2.8rem;
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	#homepage-feature .feature-text h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
#homepage-feature .feature-text p {
	clear: both;
}
@media only screen and (max-width: 940px) {
	#homepage-feature .feature-text p {
		width: 50%;
	}
}
@media only screen and (max-width: 767px) {
	#homepage-feature .feature-text p {
		width: 100%;
	}
}
#homepage-feature .feature-text a {
	color: white;
}
#homepage-feature .feature-text a:hover {
	color: #ee2b53;
}
@media only screen and (max-width: 1024px) {
	#homepage-feature .feature-text span.cta {
		background-color: #f0476a;
	}
}
#homepage-feature .feature-text span.cta a {
	font-size: 20px;
	font-size: 2rem;
}
@media only screen and (max-width: 1024px) {
	#homepage-feature .feature-text span.cta a {
		background-color: #f0476a;
	}
}
#homepage-feature #feature-video {
	float: left;
	width: 32.2%;
	color: white;
	border-radius: 6px;
	padding: 15px;
	background-color: rgba(72, 25, 46, 0.5);
}
@media only screen and (max-width: 940px) {
	#homepage-feature #feature-video {
		width: 45%;
		float: none;
		right: 0;
		bottom: 50px;
		position: absolute;
	}
}
@media only screen and (max-width: 767px) {
	#homepage-feature #feature-video {
		position: relative;
		width: 100%;
		bottom: 0;
		margin-top: 30px;
	}
}
#homepage-feature #feature-video&gt;a {
	display: block;
	width: 100%;
	padding-bottom: 56%;
	overflow: hidden;
	position: relative;
}
#homepage-feature #feature-video&gt;a img.thumbnail {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin-top: -9.5%;
}
#homepage-feature #feature-video&gt;a img.video-play {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -28px 0 0 -26px;
	width: auto;
	height: auto;
	opacity: 0.66;
	transition: all ease 0.3s;
}
#homepage-feature #feature-video&gt;a:hover img.video-play {
	opacity: 1;
}
#homepage-feature #feature-video h3 {
	padding-top: 10px;
	font-weight: 600;
}
.home-module {
	padding: 50px 0;
}
.home-module h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 24px 0;
	line-height: 1.2em;
	font-weight: 300;
	color: red;
	font-style: italic;
}
@media only screen and (max-width: 767px) {
	.home-module h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
.home-module h2:first-child {
	padding-top: 0;
}
.home-module.bg-red {
	background-color: #ee2b53;
	background-image: url(images/bg-red-light-texture.jpg);
	background-size: cover;
	background-position: center top;
	color: white;
}
.home-module.bg-red h2,
.home-module.bg-red .editor .cta a {
	color: white !important;
}
.home-module.bg-red .cta {
	background-color: rgba(72, 25, 46, 0.5);
}
.home-module.bg-red .cta:hover {
	background-color: rgba(72, 25, 46, 0.9);
}
.home-module.bg-maroon {
	background-color: rgba(102, 36, 65, 0.1);
}
.home-module.bg-red-light {
	background-color: rgba(238, 43, 83, 0.1);
}
.home-module .cta {
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.01em;
	background-color: rgba(238, 43, 83, 0.8);
	border-radius: 6px;
	color: white;
	display: inline-block;
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
	.home-module .cta {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
.home-module .cta a {
	color: white;
	display: inline-block;
	padding: 8px 10px;
	text-align: center;
	text-decoration: none;
}
.home-module .cta:hover {
	background-color: #ee2b53;
}
.home-module .cta:hover a {
	color: #662441 !important;
}
#home-symptoms {
	float: left;
	width: 66.1%;
	margin: 0 1.7% 0 0;
}
@media only screen and (max-width: 940px) {
	#home-symptoms {
		float: none;
		width: 100%;
		margin: 0 0 40px;
	}
}
#home-symptoms ul {
	margin: 0;
	padding: 0 0 30px 0;
}
#home-symptoms li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	width: 16.6666%;
	text-align: center;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#home-symptoms li {
		width: 50%;
		padding: 10px;
	}
}
#home-symptoms li img {
	width: 90%;
	height: auto;
}
#home-symptoms li h4 {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 400;
	margin: -10px 0 0 0;
	padding: 0 10px 0 0;
	line-height: 1.1em;
	color: #333333;
}
#home-symptoms li:first-child img {
	position: relative;
	top: -1%;
	left: -2%;
	width: 105%;
}
#home-symptoms li:first-child h4 {
	margin: -11% 0 0 0;
	color: #ee2b53;
	font-weight: 600;
	@font-size (1.8);
}
#home-symptoms p.editor {
	margin-bottom: 0;
}
#home-buttons {
	float: left;
	width: 32.2%;
}
@media only screen and (max-width: 940px) {
	#home-buttons {
		float: none;
		width: 100%;
	}
}
#home-buttons&gt;div.button {
	display: block;
}
@media only screen and (max-width: 940px) {
	#home-buttons&gt;div.button {
		float: left;
		width: 49.15%;
	}
	#home-buttons&gt;div.button:first-child {
		margin-right: 1.7%;
	}
}
@media only screen and (max-width: 767px) {
	#home-buttons&gt;div.button {
		float: none;
		width: 100%;
	}
}
#home-buttons&gt;div.button a:not(.donate-link) {
	text-decoration: none;
	padding: 20px;
	border-radius: 6px;
	display: block;
	transition: all ease 0.3s;
}
#home-buttons&gt;div.button#home-donate {
	background-color: rgba(238, 43, 83, 0.2);
	padding: 30px 20px 25px;
	border-radius: 6px;
	transition: all ease 0.3s;
}
@media only screen and (max-width: 940px) {
	#home-buttons&gt;div.button#home-donate {
		padding: 20px 20px 36px;
	}
}
#home-buttons&gt;div.button#home-donate p {
	width: 60%;
}
@media only screen and (max-width: 767px) {
	#home-buttons&gt;div.button#home-donate p {
		width: 50%;
	}
}
#home-buttons&gt;div.button#home-donate form {
	float: right;
	width: 35%;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#home-buttons&gt;div.button#home-donate form {
		width: 50%;
	}
}
#home-buttons&gt;div.button#home-donate form input[type="image"] {
	position: absolute;
	top: 0;
	right: -16px;
	max-width: 150%;
}
@media only screen and (max-width: 767px) {
	#home-buttons&gt;div.button#home-donate form input[type="image"] {
		max-width: 130%;
	}
}
#home-buttons&gt;div.button#home-donate:hover {
	background-color: rgba(238, 43, 83, 0.3);
}
#home-buttons&gt;div.button#home-fundraising {
	margin-top: 20px;
}
@media only screen and (max-width: 940px) {
	#home-buttons&gt;div.button#home-fundraising {
		margin-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	#home-buttons&gt;div.button#home-fundraising {
		margin-top: 20px;
	}
}
#home-buttons&gt;div.button#home-fundraising a {
	background-color: rgba(102, 36, 65, 0.15);
	padding: 30px 20px 35px;
}
#home-buttons&gt;div.button#home-fundraising a:hover {
	background-color: rgba(102, 36, 65, 0.35);
}
#home-buttons&gt;div.button#home-fundraising .icon {
	top: -25px;
	width: 35%;
}
#home-buttons&gt;div.button .icon {
	float: right;
	height: auto;
	position: relative;
}
#home-buttons&gt;div.button h3 {
	width: 65%;
	float: left;
	padding: 0 0 3px;
}
@media only screen and (max-width: 767px) {
	#home-buttons&gt;div.button h3 {
		width: 50%;
	}
}
#home-buttons&gt;div.button p {
	color: #333333;
	line-height: 1.1em;
	clear: left;
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
}
#home-kssg {
	float: left;
	width: 49.15%;
	color: white;
	margin: 0 1.7% 0 0;
	padding: 0 50px 0 0;
}
@media only screen and (max-width: 767px) {
	#home-kssg {
		float: none;
		width: 100%;
		margin: 0 0 40px;
		padding: 0;
	}
}
#home-kssg h2 {
	color: white;
}
#home-kssg img.alignright {
	border-radius: 6px;
	width: 40%;
	height: auto;
	margin-left: 5px;
}
#home-parent-resource {
	float: left;
	width: 49.15%;
	color: white;
}
@media only screen and (max-width: 767px) {
	#home-parent-resource {
		float: none;
		width: 100%;
	}
}
#home-parent-resource h2 {
	color: white;
}
#home-latest {
	background-color: rgba(238, 43, 83, 0.1);
}
#home-latest .cta {
	font-size: 2.0rem;
	padding: 10px 20px;
	width: 150px;
	text-align: center;
	display: block;
	margin-right: 1.7%;
	float: left;
	width: 15.25%;
}
@media only screen and (max-width: 1024px) {
	#home-latest .cta {
		width: 23.725%;
	}
}
@media only screen and (max-width: 767px) {
	#home-latest .cta {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}
#home-latest p {
	float: left;
	width: 83.05%;
	font-style: italic;
	font-size: 2.0rem;
	color: #662441;
	padding-top: 10px;
	line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
	#home-latest p {
		width: 74.575%;
		padding-top: 0;
	}
}
@media only screen and (max-width: 767px) {
	#home-latest p {
		width: 100%;
		float: none;
		font-size: 1.6rem;
	}
}
#home-latest a {
	display: block;
	padding: 10px 10px 10px 5px;
	background-color: rgba(238, 43, 83, 0);
	transition: all ease 0.3s;
	border-radius: 6px;
}
@media only screen and (max-width: 1024px) {
	#home-latest a {
		padding: 15px 10px 15px 5px;
	}
}
#home-latest a:hover {
	background-color: rgba(238, 43, 83, 0.2);
}
#homepage-news {
	width: 49.15%;
	float: left;
	margin: 0 1.7% 0 0;
	padding: 0 30px 0 0;
}
@media only screen and (max-width: 940px) {
	#homepage-news {
		float: none;
		width: 100%;
		margin: 0 0 60px;
		padding: 0;
	}
}
@media only screen and (max-width: 767px) {
	#homepage-news {
		padding-bottom: 25px;
	}
}
#homepage-news&gt;h2 {
	margin-bottom: 36px;
}
#homepage-news article {
	border-bottom: 1px dotted rgba(102, 36, 65, 0.25);
	padding: 10px 0;
}
#homepage-news article:last-of-type {
	margin-bottom: 30px;
}
#homepage-news article a {
	display: block;
	cursor: pointer;
}
#homepage-news article a .wp-post-image {
	float: left;
	width: 100px;
	height: auto;
	display: block;
	transition: all ease 0.3s;
	margin: 0 15px 0 0;
}
@media only screen and (max-width: 767px) {
	#homepage-news article a .wp-post-image {
		width: 60px;
	}
}
#homepage-news article a .editor {
	float: left;
	width: calc(100% - 115px);
}
@media only screen and (max-width: 767px) {
	#homepage-news article a .editor {
		width: calc(100% - 75px);
	}
}
#homepage-news article a .editor h2 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2em;
	margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
	#homepage-news article a .editor h2 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.1em;
	}
}
#homepage-news article a .editor .excerpt p {
	line-height: 1.15em;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	transition: all ease 0.3s;
	margin: 0;
}
#homepage-news article a:hover .wp-post-image {
	opacity: 0.5;
}
#homepage-news article a:hover .excerpt p {
	color: #ee2b53;
}
#home-downloads {
	float: left;
	width: 49.15%;
}
@media only screen and (max-width: 940px) {
	#home-downloads {
		float: none;
		width: 100%;
	}
}
#home-downloads article {
	margin-bottom: 15px;
}
#home-downloads article:last-of-type {
	margin-bottom: 30px;
}
#home-downloads article a {
	display: block;
	background-color: rgba(102, 36, 65, 0.1);
	border-radius: 6px;
	padding: 10px 15px;
	transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
	#home-downloads article a {
		padding: 10px;
	}
}
#home-downloads article a:hover {
	background-color: rgba(102, 36, 65, 0.33);
}
#home-downloads article a .icon {
	width: 66px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
	#home-downloads article a .icon {
		width: 36px;
		margin: 0 6px 0 0;
	}
}
#home-downloads article a h2 {
	float: left;
	width: calc(100% - 150px);
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	#home-downloads article a h2 {
		font-size: 20px;
		font-size: 2rem;
		width: calc(100% - 106px);
		padding-right: 10px;
		line-height: 1.1em;
	}
}
#home-downloads article a .wp-post-image {
	width: 74px;
	height: auto;
	float: left;
}
@media only screen and (max-width: 767px) {
	#home-downloads article a .wp-post-image {
		width: 64px;
	}
}
#homepage-research {
	float: left;
	width: 66.1%;
	margin: 0 1.7% 0 0;
	padding-right: 40px;
}
@media only screen and (max-width: 767px) {
	#homepage-research {
		float: none;
		width: 100%;
		margin: 0 0 40px;
		padding: 0;
	}
}
#homepage-research article {
	margin-bottom: 15px;
}
#homepage-research article:last-of-type {
	margin-bottom: 30px;
}
#homepage-research article a {
	display: block;
	background-color: rgba(102, 36, 65, 0.1);
	border-radius: 6px;
	padding: 10px 15px;
	transition: all ease 0.3s;
}
#homepage-research article a h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}
#homepage-research article a&gt;div {
	line-height: 1.15em;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	transition: all ease 0.3s;
}
#homepage-research article a .authors {
	font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 4px;
}
#homepage-research article a .authors .date {
	font-weight: 400;
	color: #ee2b53;
}
@media only screen and (max-width: 940px) {
	#homepage-research article a .excerpt {
		display: none;
	}
}
#homepage-research article a:hover {
	background-color: rgba(102, 36, 65, 0.33);
}
#homepage-research article a:hover&gt;div {
	color: #ee2b53;
}
#home-shop {
	float: left;
	width: 32.2%;
}
@media only screen and (max-width: 767px) {
	#home-shop {
		float: none;
		width: 100%;
	}
}
#home-shop .woocommerce ul.products li.product {
	width: 100%;
	margin: 0;
}
#home-shop .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 24px;
	font-size: 2.4rem;
	padding-bottom: 5px;
}
#home-shop .woocommerce ul.products li.product .price {
	font-size: 20px;
	font-size: 2rem;
}
#home-shop .woocommerce ul.products li.product .wp-post-image {
	max-width: 300px !important;
	margin: 0;
}
#home-shop .woocommerce ul.products li.product .add_to_cart_button {
	display: none;
}
/* page template */
.page-content {
	padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
	.page-content {
		padding: 40px 0;
	}
}
.page-content .parent-label {
	margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
	.page-content .parent-label {
		margin-bottom: 20px;
	}
}
.page-content .page-heading {
	position: relative;
}
.page-content .page-heading .wp-post-image {
	vertical-align: middle;
	display: inline-block;
	margin: -10px 10px 0 0;
	max-height: 90px;
	width: auto;
}
@media only screen and (max-width: 1024px) {
	.page-content .page-heading .wp-post-image {
		width: 80px;
		height: auto;
		position: absolute;
		left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.page-content .page-heading .wp-post-image {
		width: 50px;
	}
}
@media only screen and (max-width: 1024px) {
	.page-content .page-heading h1 {
		padding: 0 100px 0 90px;
	}
}
@media only screen and (max-width: 767px) {
	.page-content .page-heading h1 {
		padding: 0 0 0 55px;
	}
}
.page-content .page-heading .kids-illustration {
	position: absolute;
	right: 0;
	top: -5px;
	max-width: 23.725%;
	max-height: 150px;
}
@media only screen and (max-width: 1024px) {
	.page-content .page-heading .kids-illustration {
		max-height: 110px;
		top: -30px;
	}
}
@media only screen and (max-width: 767px) {
	.page-content .page-heading .kids-illustration {
		display: none;
	}
}
.page-content .textblock {
	float: left;
	width: 66.1%;
	margin-right: 1.7%;
}
@media only screen and (max-width: 1024px) {
	.page-content .textblock {
		float: none;
		width: 100%;
		margin: 0 0 50px;
	}
}
.page-content .textblock.editor {
	padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
	.page-content .textblock.editor {
		padding-right: 0;
	}
}
/* hub pages */
.page-for-clinicians .page-content {
	padding-top: 0;
}
.hub-intro {
	background-color: #f6e5ec;
	padding: 60px 0;
}
@media only screen and (max-width: 1024px) {
	.hub-intro {
		padding: 40px 0 30px;
	}
}
.hub-intro .hub-intro-text {
	width: 74.575%;
}
@media only screen and (max-width: 1024px) {
	.hub-intro .hub-intro-text {
		width: 100%;
		padding-top: 20px;
	}
}
.tax-research-discipline .hub-intro,
.single-research .hub-intro {
	padding: 30px 0;
}
.hub-sections-list {
	padding-top: 20px;
}
.hub-sections-list li {
	float: left;
	width: 32.2%;
	margin-left: 1.7%;
}
.hub-sections-list li:first-child {
	margin: 0;
}
.hub-sections-list li a {
	display: block;
	background: #ee2b53;
	background-image: -webkit-linear-gradient(top, #fc005c, #b50747);
	background-image: -moz-linear-gradient(top, #fc005c, #b50747);
	background-image: -ms-linear-gradient(top, #fc005c, #b50747);
	background-image: -o-linear-gradient(top, #fc005c, #b50747);
	background-image: linear-gradient(to bottom, #fc005c, #b50747);
	border-radius: 6px;
	box-shadow: 3px 3px 6px #666666;
	color: white;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 300;
	padding: 20px;
	text-decoration: none;
	transition: all ease 0.3s;
	text-align: center;
}
.hub-sections-list li a:hover {
	background: #662441;
	background-image: -webkit-linear-gradient(top, #de004e, #662441);
	background-image: -moz-linear-gradient(top, #de004e, #662441);
	background-image: -ms-linear-gradient(top, #de004e, #662441);
	background-image: -o-linear-gradient(top, #de004e, #662441);
	background-image: linear-gradient(to bottom, #de004e, #662441);
	text-decoration: none;
}
.hub-sections-list li a h2 {
	display: table;
	height: 100%;
	width: 100%;
}
.hub-sections-list li a h2 span {
	display: table-cell;
	vertical-align: middle;
}
.hub-module {
	padding: 60px 0;
}
#hub-section-panels {
	padding-top: 30px;
}
.hub-button-panel {
	float: left;
	width: 32.2%;
	margin: 0 1.7% 0 0;
	border-radius: 6px;
	padding: 12px 12px 18px;
	background-color: #fbf4f7;
}
@media only screen and (max-width: 1024px) {
	.hub-button-panel {
		float: none;
		width: 100%;
		margin: 0 0 30px 0;
	}
}
.hub-button-panel:last-child {
	margin: 0;
}
.hub-button-panel h2 {
	margin: 0 0 30px 0;
}
.hub-button-panel h2 a {
	display: table;
	width: 100%;
	height: 100%;
	background: #ee2b53;
	background-image: -webkit-linear-gradient(top, #fc005c, #b50747);
	background-image: -moz-linear-gradient(top, #fc005c, #b50747);
	background-image: -ms-linear-gradient(top, #fc005c, #b50747);
	background-image: -o-linear-gradient(top, #fc005c, #b50747);
	background-image: linear-gradient(to bottom, #fc005c, #b50747);
	border-radius: 6px;
	box-shadow: 3px 3px 6px #666666;
	color: white;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: 300;
	padding: 20px;
	text-decoration: none;
	transition: all ease 0.3s;
	text-align: center;
}
.hub-button-panel h2 a:hover {
	background: #662441;
	background-image: -webkit-linear-gradient(top, #de004e, #662441);
	background-image: -moz-linear-gradient(top, #de004e, #662441);
	background-image: -ms-linear-gradient(top, #de004e, #662441);
	background-image: -o-linear-gradient(top, #de004e, #662441);
	background-image: linear-gradient(to bottom, #de004e, #662441);
	text-decoration: none;
}
.hub-button-panel h2 a span {
	display: table-cell;
	vertical-align: middle;
}
.hub-button-panel article {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(102, 36, 65, 0.2);
}
.hub-button-panel article h3 {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.05em;
	font-weight: 300;
	color: red;
	font-style: italic;
}
.hub-button-panel article p {
	padding: 0 20px 0 0;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2em;
	margin: 4px 0;
	color: #662441;
}
.hub-button-panel article p.date {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}
.hub-button-panel article a:hover p {
	color: #ee2b53 !important;
}
.page-research-links .page-content,
.tax-research-discipline .page-content,
.single-research .page-content {
	padding-top: 0;
}
.page-research-links .hub-intro-text,
.tax-research-discipline .hub-intro-text,
.single-research .hub-intro-text {
	float: left;
	width: 66.1%;
	margin-right: 1.7%;
	padding-right: 5%;
}
@media only screen and (max-width: 1024px) {
	.page-research-links .hub-intro-text,
	.tax-research-discipline .hub-intro-text,
	.single-research .hub-intro-text {
		padding-right: 10px;
		padding-top: 0;
	}
}
.page-research-links .hub-intro-text .parent-link,
.tax-research-discipline .hub-intro-text .parent-link,
.single-research .hub-intro-text .parent-link {
	margin-top: 20px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.page-research-links .hub-intro-text .parent-link,
	.tax-research-discipline .hub-intro-text .parent-link,
	.single-research .hub-intro-text .parent-link {
		padding: 0 0 0 90px;
	}
}
.page-research-links .hub-intro-text .parent-link img,
.tax-research-discipline .hub-intro-text .parent-link img,
.single-research .hub-intro-text .parent-link img {
	vertical-align: middle;
	display: inline-block;
	margin: -10px 10px 0 0;
	max-height: 70px;
	width: auto;
}
@media only screen and (max-width: 1024px) {
	.page-research-links .hub-intro-text .parent-link img,
	.tax-research-discipline .hub-intro-text .parent-link img,
	.single-research .hub-intro-text .parent-link img {
		width: 80px;
		height: auto;
		position: absolute;
		left: 0;
	}
}
.page-research-links .research-discipline-list,
.tax-research-discipline .research-discipline-list,
.single-research .research-discipline-list {
	float: left;
	width: 32.2%;
}
.page-research-links .research-discipline-list li,
.tax-research-discipline .research-discipline-list li,
.single-research .research-discipline-list li {
	margin: 0 0 10px;
}
.page-research-links .research-discipline-list li a,
.tax-research-discipline .research-discipline-list li a,
.single-research .research-discipline-list li a {
	display: block;
	background: #ee2b53;
	background-image: -webkit-linear-gradient(top, #fc005c, #b50747);
	background-image: -moz-linear-gradient(top, #fc005c, #b50747);
	background-image: -ms-linear-gradient(top, #fc005c, #b50747);
	background-image: -o-linear-gradient(top, #fc005c, #b50747);
	background-image: linear-gradient(to bottom, #fc005c, #b50747);
	border-radius: 6px;
	box-shadow: 3px 3px 4px #888;
	color: white;
	font-size: 20px;
	font-size: 2rem;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	transition: all ease 0.3s;
}
.page-research-links .research-discipline-list li a:hover,
.tax-research-discipline .research-discipline-list li a:hover,
.single-research .research-discipline-list li a:hover {
	background: #662441;
	background-image: -webkit-linear-gradient(top, #de004e, #662441);
	background-image: -moz-linear-gradient(top, #de004e, #662441);
	background-image: -ms-linear-gradient(top, #de004e, #662441);
	background-image: -o-linear-gradient(top, #de004e, #662441);
	background-image: linear-gradient(to bottom, #de004e, #662441);
	text-decoration: none;
}
.page-research-links .research-discipline-list li a h2,
.tax-research-discipline .research-discipline-list li a h2,
.single-research .research-discipline-list li a h2 {
	display: table;
	height: 100%;
	width: 100%;
}
.page-research-links .research-discipline-list li a h2 span,
.tax-research-discipline .research-discipline-list li a h2 span,
.single-research .research-discipline-list li a h2 span {
	display: table-cell;
	vertical-align: middle;
}
.page-research-links .research-discipline-list .dropdown-menu,
.tax-research-discipline .research-discipline-list .dropdown-menu,
.single-research .research-discipline-list .dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 20px;
	border-radius: 6px;
}
.page-research-links .research-discipline-list .dropdown-menu h2,
.tax-research-discipline .research-discipline-list .dropdown-menu h2,
.single-research .research-discipline-list .dropdown-menu h2 {
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0 0 18px 0;
	line-height: 1.2em;
	font-weight: 300;
	color: red;
	font-style: italic;
}
@media only screen and (max-width: 1024px) {
	.page-research-links .research-discipline-list .dropdown-menu h2,
	.tax-research-discipline .research-discipline-list .dropdown-menu h2,
	.single-research .research-discipline-list .dropdown-menu h2 {
		font-size: 20px;
		font-size: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.page-research-links .research-discipline-list .dropdown-menu h2,
	.tax-research-discipline .research-discipline-list .dropdown-menu h2,
	.single-research .research-discipline-list .dropdown-menu h2 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}
#learning-information-resources .page-heading h1 {
	padding-right: 0;
}
#research-list article {
	border-bottom: 1px dotted rgba(102, 36, 65, 0.2);
}
#research-list a {
	display: block;
	text-decoration: none;
	color: #662441;
	transition: all ease 0.3s;
}
#research-list a h3 {
	font-size: 26px;
	font-size: 2.6rem;
	margin: 0;
	padding: 15px 0 4px;
}
@media only screen and (max-width: 767px) {
	#research-list a h3 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
#research-list a .authors {
	margin: 0;
	padding: 0 0 4px;
	line-height: 1.1em;
	font-size: 14px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	#research-list a .authors {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
#research-list a .date {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
	#research-list a .date {
		font-size: 13px;
		font-size: 1.3rem;
	}
}
#research-list a .excerpt {
	font-size: 16px;
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
	#research-list a .excerpt {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
#research-list a:hover {
	color: #ee2b53;
}
/* single reasearch */
.single-content-module {
	padding: 50px 0;
}
@media only screen and (max-width: 1024px) {
	.single-content-module {
		padding: 40px 0;
	}
}
@media only screen and (max-width: 767px) {
	.single-content-module {
		padding: 30px 0;
	}
}
.single-research .textblock h1 {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 20px;
}
.single-research .textblock .authors {
	font-weight: 300;
	font-style: italic;
	margin: 0;
	padding: 0 0 4px;
	line-height: 1.1em;
}
.single-research .textblock .date {
	margin: 0 0 30px;
	padding: 0;
}
/* custom pagination */
.pagination {
	padding: 40px 0;
}
.pagination .next-posts-link {
	float: left;
}
.pagination .prev-posts-link {
	float: right;
}
.pagination a {
	color: white !important;
}
/* for families hubpage */
.page-for-families .page-content {
	padding: 0;
}
.page-for-families .hub-intro .hub-intro-text {
	float: left;
	width: 49.15%;
	padding: 0 60px 0 0;
	margin: 0 1.7% 0 0;
}
@media only screen and (max-width: 1024px) {
	.page-for-families .hub-intro .hub-intro-text {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
	}
}
.page-for-families .hub-intro .resource-portal-teaser {
	float: left;
	width: 49.15%;
	border-radius: 6px;
	background: rgba(102, 36, 65, 0.5);
	padding: 30px;
	color: white;
}
@media only screen and (max-width: 1024px) {
	.page-for-families .hub-intro .resource-portal-teaser {
		width: 100%;
	}
}
.page-for-families .hub-intro .resource-portal-teaser h3 {
	padding-top: 0;
	color: white;
}
@media only screen and (max-width: 767px) {
	.resource-type-list {
		padding-bottom: 20px;
	}
}
.resource-type-list .editor p {
	width: 66.1%;
}
@media only screen and (max-width: 1024px) {
	.resource-type-list .editor p {
		width: 100%;
	}
}
.resource-type-list .hub-sections-list li {
	width: 23.725%;
	margin: 0 1.7% 20px 0;
}
@media only screen and (max-width: 767px) {
	.resource-type-list .hub-sections-list li {
		width: 49.15%;
		margin-bottom: 5px;
	}
	.resource-type-list .hub-sections-list li:nth-child(2n) {
		margin-right: 0;
	}
}
.resource-type-list .hub-sections-list li:nth-child(4n) {
	margin-right: 0;
}
.resource-type-list .hub-sections-list li a {
	font-size: 20px;
	font-size: 2rem;
	padding: 0 5px;
	height: 60px;
}
.resource-type-list .hub-sections-list li a h2 {
	display: table;
	height: 100%;
	width: 100%;
}
.resource-type-list .hub-sections-list li a h2 span {
	display: table-cell;
	vertical-align: middle;
}
#families-lower {
	background-color: rgba(238, 43, 83, 0.1);
}
@media only screen and (max-width: 767px) {
	#families-lower {
		padding: 30px 0;
	}
}
#featured-downloads {
	float: left;
	width: 49.15%;
	margin-right: 1.7%;
	padding-right: 30px;
}
@media only screen and (max-width: 1024px) {
	#featured-downloads {
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
	}
}
#featured-downloads h2 {
	font-size: 36px;
	font-size: 3.6rem;
	margin: 0 0 18px 0;
	line-height: 1.2em;
	font-weight: 300;
	color: red;
	font-style: italic;
}
@media only screen and (max-width: 1024px) {
	#featured-downloads h2 {
		font-size: 32px;
		font-size: 3.2rem;
	}
}
@media only screen and (max-width: 767px) {
	#featured-downloads h2 {
		font-size: 28px;
		font-size: 2.8rem;
	}
}
#featured-downloads article {
	margin-bottom: 15px;
}
#featured-downloads article:last-of-type {
	margin-bottom: 30px;
}
#featured-downloads article a {
	display: block;
	background-color: rgba(102, 36, 65, 0.1);
	border-radius: 6px;
	padding: 10px 15px;
	transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
	#featured-downloads article a {
		padding: 10px;
	}
}
#featured-downloads article a:hover {
	background-color: rgba(102, 36, 65, 0.33);
}
#featured-downloads article a .icon {
	width: 66px;
	height: auto;
	float: left;
	margin: 0 10px 0 0;
}
@media only screen and (max-width: 767px) {
	#featured-downloads article a .icon {
		width: 36px;
		margin: 0 6px 0 0;
	}
}
#featured-downloads article a h2 {
	float: left;
	width: calc(100% - 150px);
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
}
@media only screen and (max-width: 767px) {
	#featured-downloads article a h2 {
		font-size: 20px;
		font-size: 2rem;
		width: calc(100% - 106px);
		padding-right: 10px;
		line-height: 1.1em;
	}
}
#featured-downloads article a .wp-post-image {
	width: 74px;
	height: auto;
	float: left;
}
@media only screen and (max-width: 767px) {
	#featured-downloads article a .wp-post-image {
		width: 64px;
	}
}
#societi100-teaser {
	float: left;
	width: 49.15%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	padding: 30px;
}
@media only screen and (max-width: 1024px) {
	#societi100-teaser {
		width: 100%;
	}
}
#societi100-teaser img {
	width: 100%;
	height: auto;
}
/* resources &amp; downloads */
.page-families-resources-downloads .page-content {
	padding: 0;
}
.page-families-resources-downloads .hub-intro {
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.page-families-resources-downloads .hub-intro {
		padding: 20px 0 10px;
	}
	.page-families-resources-downloads .hub-intro h1 {
		margin: 0;
	}
}
.page-families-resources-downloads .hub-module {
	padding-top: 30px;
}
.page-families-resources-downloads .textblock {
	width: 100%;
	margin: 0;
}
.page-families-resources-downloads .resources-list article {
	float: left;
	width: 48%;
	margin: 0 1% 20px;
	border: none !important;
	padding: 20px 20px 60px;
	border-radius: 6px;
	background-color: rgba(102, 36, 65, 0.05);
	height: 310px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.page-families-resources-downloads .resources-list article {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		padding: 15px 15px 80px;
		height: auto;
	}
	.page-families-resources-downloads .resources-list article .wp-post-image {
		width: 90px;
		margin: 0 10px 0 0;
	}
	.page-families-resources-downloads .resources-list article .teaser {
		width: calc(100% - 90px;
		);
	}
}
@media only screen and (max-width: 767px) {
	.page-families-resources-downloads .resources-list article {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		padding: 15px 15px 60px;
		height: auto;
	}
	.page-families-resources-downloads .resources-list article h2 {
		float: left;
		width: calc(100% - 90px);
	}
	.page-families-resources-downloads .resources-list article .wp-post-image {
		width: 84px;
		margin: 0;
		float: right;
	}
	.page-families-resources-downloads .resources-list article .teaser {
		clear: both;
	}
}
.page-families-resources-downloads .resources-list article .actions {
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	left: 20px;
}
@media only screen and (max-width: 767px) {
	.page-families-resources-downloads .resources-list article .actions {
		left: 15px;
		width: calc(100% - 30px);
	}
	.page-families-resources-downloads .resources-list article .actions a {
		margin: 0;
		font-size: 15px;
		font-size: 1.5rem;
	}
}
.resources-filter {
	padding-bottom: 30px;
}
.resources-filter h4 {
	color: #ee2b53;
	font-style: italic;
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 10px;
	font-weight: 300;
}
.resource-type-buttons button {
	display: inline-block;
	margin-right: 6px;
/* [EDIT] Added bottom margin */
	margin-bottom: 8px;
	background: #ee2b53;
	background-image: -webkit-linear-gradient(top, #fc005c, #b50747);
	background-image: -moz-linear-gradient(top, #fc005c, #b50747);
	background-image: -ms-linear-gradient(top, #fc005c, #b50747);
	background-image: -o-linear-gradient(top, #fc005c, #b50747);
	background-image: linear-gradient(to bottom, #fc005c, #b50747);
	border-radius: 6px;
	border: none;
	box-shadow: 3px 3px 4px #888;
	color: white;
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	font-weight: 300;
	text-align: center;
	padding: 8px 10px;
	text-decoration: none;
	transition: all ease 0.3s;
	cursor: pointer;
	font-family: 'Source Sans Pro', sans-serif;
}
@media only screen and (max-width: 1024px) {
	.resource-type-buttons button {
		margin-bottom: 8px;
		font-size: 16px;
		font-size: 1.6rem;
		margin-right: 4px;
	}
}
.resource-type-buttons button:hover {
	background: #662441;
	background-image: -webkit-linear-gradient(top, #de004e, #662441);
	background-image: -moz-linear-gradient(top, #de004e, #662441);
	background-image: -ms-linear-gradient(top, #de004e, #662441);
	background-image: -o-linear-gradient(top, #de004e, #662441);
	background-image: linear-gradient(to bottom, #de004e, #662441);
	text-decoration: none;
}
/* resources list */
.resources-list article {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted rgba(102, 36, 65, 0.25);
}
.resources-list article:first-of-type {
	border-top: 1px dotted rgba(102, 36, 65, 0.25);
	padding-top: 15px;
}
.resources-list article h2 {
	font-size: 28px;
	font-size: 2.8rem;
	margin-bottom: 8px;
	line-height: 1.05em;
}
@media only screen and (max-width: 767px) {
	.resources-list article h2 {
		font-size: 24px;
		font-size: 2.4rem;
		float: left;
		width: calc(100% - 90px);
	}
}
@media only screen and (max-width: 767px) {
	.resources-list article h2 {
		font-size: 22px;
		font-size: 2.2rem;
	}
}
.resources-list article .wp-post-image {
	width: 120px;
	height: auto;
	float: left;
	margin-right: 15px;
}
@media only screen and (max-width: 767px) {
	.resources-list article .wp-post-image {
		width: 86px;
		float: right;
		margin: 0;
	}
}
.resources-list article .teaser {
	float: left;
	width: calc(100% - 135px);
	font-size: 16px;
	font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
	.resources-list article .teaser {
		width: 100%;
		clear: both;
		padding-top: 5px;
		font-size: 15px;
		font-size: 1.5rem;
	}
}
.resources-list article .teaser p {
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
.resources-list article .actions a {
	background-color: rgba(238, 43, 83, 0.1);
	border-radius: 6px;
	padding: 6px 10px 6px 45px;
	text-decoration: none;
	display: inline-block;
	margin-right: 8px;
	background-size: 40px auto;
	background-position: 2px 2px;
	transition: all ease 0.3s;
}
.resources-list article .actions a:hover {
	background-size: 44px auto;
	background-color: rgba(238, 43, 83, 0.3);
	background-position: 0 0;
}
.resources-list article .actions a.res-download {
	background-image: url(images/bt-download-icon.png);
}
.resources-list article .actions a.res-link {
	background-image: url(images/bt-external-icon.png);
}
.resources-list article .actions a.link {
	background-image: url(images/bt-moredetails-icon.png);
}
/* resources single */
.single-resource .page-content {
	padding: 0;
}
.single-resource .page-intro {
	background-color: #f6e5ec;
	padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
	.single-resource .page-intro {
		padding: 20px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.single-resource .parent-link {
		font-size: 20px;
		font-size: 2rem;
	}
}
.single-resource .parent-link img {
	vertical-align: middle;
	display: inline-block;
	margin: -10px 10px 0 0;
	max-height: 90px;
	width: auto;
}
@media only screen and (max-width: 767px) {
	.single-resource .parent-link img {
		display: block;
		max-height: 50px;
	}
}
/* news hub */
.page-news .page-content {
	padding-top: 0;
}
.news-intro {
	background-color: #f6e5ec;
	padding: 60px 0px 20px 0px;
	margin: 0 0 50px;
}
@media only screen and (max-width: 767px) {
	.news-intro {
		padding: 20px 0px 0 0px;
		margin: 0 0 20px;
	}
}
.news-intro h1 {
	margin-bottom: 20px;
}
.news-intro .news-intro-text {
	width: 66.1%;
}
@media only screen and (max-width: 1024px) {
	.news-intro .news-intro-text {
		padding: 20px 0 0 0;
		width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.news-intro .news-intro-text {
		padding: 0;
	}
}
.news-intro .page-heading .kids-illustration {
	top: auto;
	bottom: 0;
	max-height: 275px;
}
.hero-post {
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(102, 36, 65, 0.3);
}
.hero-post article {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.hero-post article {
		width: 100%;
		float: none;
		margin: 0 0 40px 0;
	}
}
@media only screen and (max-width: 1024px) {
	.hero-post article {
		margin: 0;
	}
}
.hero-post article .post-date {
	color: #ee2b53;
}
.hero-post article h1 {
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 18px 0;
	line-height: 1.2em;
	font-weight: 300;
	font-style: italic;
	color: #ee2b53;
}
@media only screen and (max-width: 767px) {
	.hero-post article h1 {
		font-size: 24px;
		font-size: 2.4rem;
		margin: 0 0 8px 0;
	}
}
.hero-post article .teaser {
	float: left;
	width: 48.7140695915%;
	padding: 0 30px 0 0;
}
@media only screen and (max-width: 1024px) {
	.hero-post article .teaser {
		width: 48.7140695915%;
	}
}
@media only screen and (max-width: 767px) {
	.hero-post article .teaser {
		float: none;
		width: 100%;
		padding: 0;
		margin-right: 0;
	}
}
.hero-post article .featured-img {
	float: left;
	width: 48.7140695915%;
	margin-right: 2.5718608169%;
	transition: all ease 0.3s;
}
@media only screen and (max-width: 1024px) {
	.hero-post article .featured-img {
		width: 48.7140695915%;
	}
}
@media only screen and (max-width: 767px) {
	.hero-post article .featured-img {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
}
.hero-post article .featured-img img {
	width: 100%;
	height: auto;
}
.hero-post article a {
	color: #333333;
}
.hero-post article a:hover {
	color: #ee2b53;
}
.hero-post article a:hover .featured-img {
	opacity: 0.5;
}
.other-posts {
	padding-top: 20px;
}
@media only screen and (max-width: 767px) {
	.other-posts {
		padding-top: 5px;
	}
}
.other-posts article {
	margin: 0 0 20px 0;
	position: relative;
	border-bottom: 1px dotted rgba(102, 36, 65, 0.3);
}
.other-posts article .featured-img {
	width: 23.0711043873%;
	padding-bottom: 23.0711043873%;
	float: left;
	margin-right: 2.5718608169%;
	position: relative;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.other-posts article .featured-img {
		width: 75px;
		margin-right: 5px;
	}
}
.other-posts article .featured-img .wp-post-image {
	display: block;
	height: 100%;
	width: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	transition: all ease 0.3s;
}
.other-posts article .teaser {
	width: 74.3570347958%;
	float: left;
}
@media only screen and (max-width: 767px) {
	.other-posts article .teaser {
		width: calc(100% - 80px);
	}
}
.other-posts article .teaser .post-date {
	margin: 0;
	color: #ee2b53;
}
.other-posts article .teaser h2 {
	line-height: 1.1em;
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 10px 0;
	padding-top: 0 !important;
}
@media only screen and (max-width: 767px) {
	.other-posts article .teaser h2 {
		font-size: 20px;
		font-size: 2rem;
	}
}
.other-posts article .teaser .excerpt {
	line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
	.other-posts article .teaser .excerpt {
		font-size: 15px;
		font-size: 1.5rem;
	}
}
.other-posts article a {
	color: #333333;
}
.other-posts article a:hover {
	color: #ee2b53;
}
.other-posts article a:hover .wp-post-image {
	opacity: 0.5;
}
/* single posts */
.single-post .page-content {
	padding-top: 0;
}
.single-post .page-content .news-intro {
	padding: 20px 0 0 0;
	margin: 0;
}
.single-post .page-content .news-intro .news-intro-text {
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.single-post .page-content .news-intro .news-intro-text {
		padding: 0;
	}
}
@media only screen and (max-width: 1024px) {
	.single-post .page-content .news-intro .news-intro-text .parent-link {
		padding: 0 0 0 65px;
	}
	.single-post .page-content .news-intro .news-intro-text .parent-link .wp-post-image {
		height: 60px;
		width: auto;
	}
}
.single-post .page-content .news-intro .news-intro-text .kids-illustration {
	bottom: -90px;
	max-height: 175px;
}
.single-post h1 {
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 10px;
	line-height: 1.2em;
}
@media only screen and (max-width: 1024px) {
	.single-post h1 {
		font-size: 32px;
		font-size: 3.2rem;
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
}
@media only screen and (max-width: 767px) {
	.single-post h1 {
		font-size: 20px;
		font-size: 2rem;
	}
}
.single-post .post-date {
	color: #ee2b53;
}
.single-post .post {
	float: left;
	width: 74.575%;
}
@media only screen and (max-width: 1024px) {
	.single-post .post {
		float: none;
		width: 100%;
		padding-bottom: 40px;
	}
}
.single-post .post .entry+.entry {
	padding-top: 24px;
}
.single-post .post .entry.text-left {
	position: relative;
}
.single-post .post .entry.text-left h1,
.single-post .post .entry.text-left h2,
.single-post .post .entry.text-left h3,
.single-post .post .entry.text-left h4,
.single-post .post .entry.text-left p,
.single-post .post .entry.text-left ul,
.single-post .post .entry.text-left ol {
	width: 54.5424069728%;
}
@media only screen and (max-width: 767px) {
	.single-post .post .entry.text-left h1,
	.single-post .post .entry.text-left h2,
	.single-post .post .entry.text-left h3,
	.single-post .post .entry.text-left h4,
	.single-post .post .entry.text-left p,
	.single-post .post .entry.text-left ul,
	.single-post .post .entry.text-left ol {
		width: 100%;
	}
}
.single-post .post .entry.text-left .alignright {
	float: right;
	width: 43.1780087161% !important;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.single-post .post .entry.text-left .alignright {
		float: none;
		width: 100% !important;
	}
}
.single-post .post .entry.text-left .alignright img {
	width: 100%;
	height: auto;
}
.single-post .post .entry.text-right {
	position: relative;
}
.single-post .post .entry.text-right h1,
.single-post .post .entry.text-right h2,
.single-post .post .entry.text-right h3,
.single-post .post .entry.text-right h4,
.single-post .post .entry.text-right p {
	margin-left: 44.8780087161%;
}
@media only screen and (max-width: 767px) {
	.single-post .post .entry.text-right h1,
	.single-post .post .entry.text-right h2,
	.single-post .post .entry.text-right h3,
	.single-post .post .entry.text-right h4,
	.single-post .post .entry.text-right p {
		margin-left: 0;
	}
}
.single-post .post .entry.text-right ul,
.single-post .post .entry.text-right ol {
	margin-left: 46.8780087161%;
}
@media only screen and (max-width: 767px) {
	.single-post .post .entry.text-right ul,
	.single-post .post .entry.text-right ol {
		margin-left: 1.7%;
	}
	.single-post .post .entry.text-right ul li,
	.single-post .post .entry.text-right ol li {
		margin-left: 8px;
	}
}
.single-post .post .entry.text-right .alignleft {
	float: left;
	width: 41% !important;
	height: auto;
}
@media only screen and (max-width: 767px) {
	.single-post .post .entry.text-right .alignleft {
		float: none;
		width: 100% !important;
	}
}
.single-post .post .entry.text-right .alignleft.wp-caption {
	width: 41% !important;
	margin-left: 0;
	padding-right: 0;
}
@media only screen and (max-width: 767px) {
	.single-post .post .entry.text-right .alignleft.wp-caption {
		width: 100% !important;
		padding-bottom: 20px;
	}
}
.single-post .post .entry.text-right .alignleft img {
	width: 100%;
	height: auto;
}
.single-post .post .entry.text-right&gt;img.size-large {
	padding: 0 0 1.5em 44.8780087161%;
	display: block;
}
.single-post .post .entry.text-right .wp-caption {
	margin-left: 44.8780087161%;
	width: auto !important;
}
.single-post .post .entry.text-right .wp-caption img.size-large {
	width: 100%;
}
.single-post .post .entry#post-content1 .wp-caption {
	top: 0;
}
.single-post .post-thumb {
	float: left;
	width: 15.25%;
	height: 15.25%;
	margin: 0 1.7% 0 8.475%;
	text-align: center;
}
.single-post .post-thumb.show-thumb {
	border-radius: 12px;
}
.single-post .post-thumb .wp-post-image {
	max-width: 100%;
	height: auto;
	padding: 5px;
}
/* questions and answers  */
.qanda {
	border-bottom: 1px dotted rgba(102, 36, 65, 0.2);
}
.qanda .question {
	font-size: 26px;
	font-size: 2.6rem;
	transition: all ease 0.3s;
	cursor: pointer;
	border-radius: 6px;
	padding: 20px 0 20px 10px !important;
	margin: 0;
}
.qanda .question:hover {
	color: #662441;
	background-color: rgba(102, 36, 65, 0.05);
}
.qanda .answer {
	display: none;
	padding: 10px 0 20px 10px;
}
.qanda.open .question {
	color: #662441;
}
/* media releases */
.page-for-media .page-heading {
	width: 100%;
}
.page-for-media .page-heading .kids-illustration {
	bottom: -90px;
	max-height: 175px;
}
.page-for-media .page-content {
	padding-top: 0;
}
.page-for-media article .cta {
	text-decoration: none;
	padding: 5px 10px;
}
.list-heading {
	font-style: italic;
	color: #ee2b53;
	font-size: 40px;
	font-size: 4rem;
	margin: 0 0 20px 0;
	position: relative;
	border-bottom: 1px dotted rgba(102, 36, 65, 0.3);
	font-weight: 300;
	padding: 0 0 20px 0;
}
/* contact us */
.page-contact-us #sidebar .widget .widget-title {
	font-size: 36px;
	font-size: 3.6rem;
}
.page-contact-us #sidebar .widget .nf-form-fields-required {
	font-weight: 300;
	font-size: 15px;
	font-size: 1.5rem;
	padding-bottom: 15px;
}
.page-contact-us #sidebar .widget .nf-field-container {
	margin-bottom: 15px;
}
.page-contact-us #sidebar .widget .label-above .nf-field-label {
	margin-bottom: 4px;
}
.page-contact-us #sidebar .widget .field-wrap&gt;div input {
	height: 36px;
	line-height: 36px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 2px;
}
.page-contact-us #sidebar .widget .field-wrap&gt;div textarea {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding: 5px;
}
.page-contact-us #sidebar .widget .nf-field-description {
	padding-bottom: 6px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2em;
}
.page-contact-us #sidebar .widget .field-wrap input[type="button"] {
	font-weight: 300;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.01em;
	background-color: rgba(238, 43, 83, 0.8);
	border-radius: 6px;
	border: none;
	height: auto;
	color: white;
	padding: 5px 8px;
	width: 50%;
	display: inline-block;
	-ms-transform: skewX(-10deg);
	-webkit-transform: skewX(-10deg);
	transform: skewX(-10deg);
	transition: all ease 0.3s;
}
@media only screen and (max-width: 1024px) {
	.page-contact-us #sidebar .widget .field-wrap input[type="button"] {
		font-size: 14px;
		font-size: 1.4rem;
	}
}
@media only screen and (max-width: 767px) {
	.page-contact-us #sidebar .widget .field-wrap input[type="button"] {
		font-size: 12px;
		font-size: 1.2rem;
	}
}
.page-contact-us #sidebar .widget .field-wrap input[type="button"]:hover {
	background-color: #ee2b53;
}
/* mailchimp forms */
.mc4wp-notice {
	color: #ee2b53;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}
/* housekeeping pages */
.page-privacy .parent-label,
.page-terms-conditions .parent-label,
.page-join-our-team .parent-label {
	visibility: hidden;
}
/* sharing experiences */
.page-template-sharing-experiences #qanda-list {
	border-top: 1px solid rgba(102, 36, 65, 0.2);
	padding-top: 30px;
}
.page-template-sharing-experiences .qanda h1 {
	margin-bottom: 20px;
}
.page-template-sharing-experiences .qanda .teaser {
	font-weight: 600;
}
.page-template-sharing-experiences .qanda .question {
	font-size: 2.0rem;
	color: #ee2b53;
	padding: 0 0 30px !important;
	background-color: transparent !important;
}

/* [EDIT] Everything below here has been added */
/* Form css */
.form-submit {
    font-weight: 300;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.01em;
    background-color: rgba(238, 43, 83, 0.8);
    border-radius: 6px;
    color: white;
    display: inline-block;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    transition: all ease 0.3s;
    padding: 0 10px;
    border-color: #ffffff00;
	font: inherit;
	font-weight: 300;
}

.form-submit:hover {
    background-color: #ee2b53;
}

/* Popup css */
#pum-4371, #pum-4927, #pum-5905 {
	z-index: 200 !important;
}
#popmake-4371.pum-container, #popmake-4927.pum-container, #popmake-5905.pum-container {
	width: 17.17% !important;
	min-width: 20em;
    left: auto !important;
    right: 5%;
	margin: auto;
}

.submit-container {
	margin-bottom: -6px !important;
}

/* fundraising single */
.single-fundraising-idea .page-content {
	padding: 0;
}
.single-fundraising-idea .page-intro {
	background-color: #f6e5ec;
	padding: 40px 0 0;
}
@media only screen and (max-width: 767px) {
	.single-fundraising-idea .page-intro {
		padding: 20px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.single-fundraising-idea .parent-link {
		font-size: 20px;
		font-size: 2rem;
	}
}
.single-fundraising-idea .parent-link img {
	vertical-align: middle;
	display: inline-block;
	margin: -10px 10px 0 0;
	max-height: 90px;
	width: auto;
}
@media only screen and (max-width: 767px) {
	.single-fundraising-idea .parent-link img {
		display: block;
		max-height: 50px;
	}
}

/* fundraising downloads */
.page-fundraising-downloads .page-content {
	padding: 0;
}
.page-fundraising-downloads .hub-intro {
	padding: 10px;
}
@media only screen and (max-width: 767px) {
	.page-fundraising-downloads .hub-intro {
		padding: 20px 0 10px;
	}
	.page-fundraising-downloads .hub-intro h1 {
		margin: 0;
	}
}
.page-fundraising-downloads .hub-module {
	padding-top: 30px;
}
.page-fundraising-downloads .textblock {
	width: 100%;
	margin: 0;
}
.page-fundraising-downloads .resources-list article {
	float: left;
	width: 48%;
	margin: 0 1% 20px;
	border: none !important;
	padding: 20px 20px 60px;
	border-radius: 6px;
	background-color: rgba(102, 36, 65, 0.05);
	height: 310px;
	position: relative;
}
@media only screen and (max-width: 1024px) {
	.page-fundraising-downloads .resources-list article {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		padding: 15px 15px 80px;
		height: auto;
	}
	.page-fundraising-downloads .resources-list article .wp-post-image {
		width: 90px;
		margin: 0 10px 0 0;
	}
	.page-fundraising-downloads .resources-list article .teaser {
		width: calc(100% - 90px;
		);
	}
}
@media only screen and (max-width: 767px) {
	.page-fundraising-downloads .resources-list article {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		padding: 15px 15px 60px;
		height: auto;
	}
	.page-fundraising-downloads .resources-list article h2 {
		float: left;
		width: calc(100% - 90px);
	}
	.page-fundraising-downloads .resources-list article .wp-post-image {
		width: 84px;
		margin: 0;
		float: right;
	}
	.page-fundraising-downloads .resources-list article .teaser {
		clear: both;
	}
}
.page-fundraising-downloads .resources-list article .actions {
	position: absolute;
	bottom: 0;
	width: calc(100% - 40px);
	left: 20px;
}
@media only screen and (max-width: 767px) {
	.page-fundraising-downloads .resources-list article .actions {
		left: 15px;
		width: calc(100% - 30px);
	}
	.page-fundraising-downloads .resources-list article .actions a {
		margin: 0;
		font-size: 15px;
		font-size: 1.5rem;
	}
}
/* fundraising ideas */
.page-fundraising-ideas #featured-downloads article a .wp-post-image{
	float: right;
}

.page-fundraising-ideas .hub-intro .hub-intro-text {
	float: left;
	width: 49.15%;
	padding: 0 60px 0 0;
	margin: 0 1.7% 0 0;
}
@media only screen and (max-width: 1024px) {
	.page-fundraising-ideas .hub-intro .hub-intro-text {
		width: 100%;
		margin: 0 0 30px;
		padding: 0;
	}
}

.page-fundraising-ideas .hub-intro .just-giving-image {
	float: left;
	width: 49.15%;
	border-radius: 6px;
	padding-top: 30px;
	padding-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
	.page-fundraising-ideas .hub-intro .just-giving-image {
		width: 100%;
	}
}

.page-fundraising-ideas .hub-intro .just-giving-image img {
	float: right;
	max-width: 450px;
}
@media only screen and (max-width: 1024px) {
	.page-fundraising-ideas .hub-intro .just-giving-image img {
		float: left;
		width: 100%;
	}
}

#fundraising-targets-panel {
	float: left;
	width: 49.15%;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 6px;
	padding: 30px;
}
@media only screen and (max-width: 1024px) {
	#fundraising-targets-panel {
		width: 100%;
	}
}

.block-links {
	float: left;
	width: 160%;
	padding: 25px 0 50px 0;
}

@media only screen and (max-width: 1024px) {
	.block-links {
		width: 100%;
	}
}

.block-links ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 !important;
	padding-left: 0;
}

.block-links ul li {
	list-style: none;
	width: calc(50% - 10px);
	margin: 5px;
	aspect-ratio: 16/10;
}
@media only screen and (max-width: 767px) {
	.block-links ul li {
		width: calc(100% - 10px);
	}
}

.block-links ul li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 2rem;
	color: #fff;
	background: #48192e;
	text-decoration: none;
	height: 100%;
	border-radius: 6px;
}

.block-link-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.4;
	transform: scale(1);
	transition: opacity 0.2s, transform 0.2s;
	border-radius: 6px;
}

.block-link-image:hover {
	opacity: 0.8;
	transform: scale(1.075);
}

.block-link-title {
	opacity: 1;
	color: #fff;
	z-index: 1;
	pointer-events: none;
	font-weight: 600;
	font-size: 175%;
	text-align: center;
}

.awareness-outro {
	float: left;
	width: 160%;
}

@media only screen and (max-width: 1024px) {
	.awareness-outro {
		width: 100%;
		padding-bottom: 50px;
	}
}</pre></body></html>