
body {
	margin:0 !important;
	color:#39403d;
	background-color:#fff;
	font-family: 'Spectral', serif;
	line-height:1.6;
	font-size:1.5rem;
}

html 	{ font-size: 74%;	}
p 		{ margin-top:0;		}
p + p, iframe + p 
		{ margin-top:.5em;	}
img 	{ border:none;		}
div,
ul,
li 		{ box-sizing: border-box;}


blockquote {
	background: #fafffa;
    margin: 1rem 0;
    padding: 1.5rem 2rem .5rem 2.5rem;
    font-style: italic;
    border-top: solid 2px #ddf3dd;
    border-bottom: solid 2px #ddf3dd;
    border-radius: 6px;
}

blockquote i,
blockquote em {
	font-style: normal;
}

/* __________________________________________ links */

:focus {outline:none;}

a {
	color: #1f7b1f;
	text-decoration:none;
}

a:visited {
	color: #1f7b1f;
}

a:active,
a:hover {
	color: #059;
	text-decoration:underline;
}

a img {
	border:none;
}

a.yellow,
a.yellow:active,
a.yellow:hover {
	color:#ffff00;
}

a.naked,
a.naked:active,
a.naked:hover {
	border-bottom:none;
}

.item-page p a  {
	/*color: #080;*/
}


/* __________________________________________ headers */

h1,h2,h3,h4,h5,h6, #member-registration legend {
	font-weight: 800;
	margin:.5rem 0;
	line-height:1.4;
	color:#5c6662;
	font-family: Oswald, sans-serif;
}

h1 + h3,
h2 + h3 {
	margin-top:1rem;
}

h1 {
	font-size: 3rem;
}

h2, #member-registration legend {
	font-size: 2.2rem;
}


h3 {
	font-size: 2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.6rem;
}

h6 {
	font-size: 1.4rem;
}

.blog .page-header:first-child h1,
.item-page .page-header h1 {
	font-size: 3rem;
	margin: 0 0 1rem 0;
	padding: 0 0 10px 10px;
	border-bottom: solid 1px #c4dbff;
	border-left: solid 1px #c4dbff;
}

.blog .items-row,
.blog .items-leading {
	margin: 0 0 5rem 0;
}

.tiny {
	font-size: .8em;
}

/*__________________________________________ main content layouts */

#content {
	/*overflow: hidden;*/
	min-height: 986px;
	padding: 0 0 4rem 0;
	position: relative;
}

.superBanner {
	padding: 1rem 12vw;
	background: #1f7b1f;
	margin: 0 calc(-50vw + 50%) 3rem;
	max-width: 100vw;
	color: white;
	z-index: 10000;
	overflow: visible;
	display: grid;
}
.superBanner a,
.superBanner a:visited,
.superBanner a:active,
.superBanner a:hover {
	color: white !important;
	border-bottom:none !important;
}

/* default: pseudo three column
	border-right: solid 1px #c4dbff;
	border-left: solid 1px #c4dbff; */
div[itemprop="articleBody"],
#content .blog-items {
	width:776px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: .5rem 1rem;
}

.com-users-reset {
	width:676px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 4em 12px;
}

.fullWidth div[itemprop="articleBody"] {
	width:100%;
	border-right: none;
	border-left: none;
	padding: 0;
}

.noLeftMargin div[itemprop="articleBody"] {
	margin:0;
	width:986px;
	padding:0;
}

.noLeftMarginNoPadding div[itemprop="articleBody"] {
	margin:0;
	width:986px;
	border-left: none;
	padding:0;
}


/*__________________________________________ framework */

.siteWidth,
.floater {
	margin:0 auto;
	width:1200px;
}

#top {
	padding:0;
	z-index:1000;
}

	#top > .row > .cell1 {
		width: 989px;
	}
	
	#top > .row > .cell2 {
		width: auto;
		white-space: nowrap;
	}
	
	#top .socialMedia {
		margin: 1.1rem 0 0 0;
	}
	
	.socialMedia img {
		max-height: 20px;
		margin: 0 .5rem 0 0;
	}
	
	#logo {
		padding: 0 10px 20px 10px;
		font-family: 'Spectral', serif;
		float:left;
	}
	
	a.lang {
		font-size: 1.3rem;
		font-weight: bold;
	}
	
	#google_translate_element {
		max-width: 200px;
	}

		#google_translate_element span {
			display:none;
		}
		.goog-te-gadget {
			font-size: 0 !important;
		}
	
		.goog-te-gadget .goog-te-combo {
			background:#ddecdd;
			padding: 3px 8px;
			border-radius:4px;
			border-width: 0;
			margin:4px 0 8px !important;
		}

	
/* ______________________________ search */


#search {
	float:right;
	margin:.5rem;
}

	#search form {
		padding:.5rem 2rem;
	}
	
	#search form {
		padding: .5rem 1rem;
	}

	#search form input {
		padding: 4px;
		font-size: 14px;
		width: 300px;
		margin-right: -4px;
		display: inline-block;
		height: 28px;
		box-sizing: border-box;
		border: solid 1px #c4dbff;
		border-right:0;
		border-radius: 4px 0 0 4px;
	}

	#search img { 
		max-height: 20px;
		color: none;
		padding: 5px 10px;
	}

	#search div.module {
		background: none;
		height:100px;
	}
	
	#search button {
		height: 28px;
		box-sizing: border-box;
		border: 0;
		background: #1f7b1f;
		color: white;
		padding: 0 1rem;
		border-radius: 0 4px 4px 0;
	}
	
	.result__title {
		font-weight:bold;
	}
	.result__title-text {
		font-size: 1.6rem;
	}

/* ______________________________ breadcrumbs */


#breadcrumbs {
	padding:4px 0;
	list-style: none;
	margin: 0;
	font-size:1.2rem;
	font-weight:600;
}
	
	#breadcrumbs ul, #breadcrumbs ol {
		padding:6px 0 0 0;
		margin:0;
	}
	
	#breadcrumbs li {
		display: inline-block;
		margin-left:5px;
	}
	
	#breadcrumbs li a {
		font-style: italic;
	}
	
	#breadcrumbs li + li:before {
		 content: " > ";
	}

#newsletterbar {
	background-color: #d2ddd1;
	padding: 1rem 0 2rem 0;
}

	#newsletterbar h4 {
		color:#30622f;
		font-style: italic;
		margin: 0;
	}
	
	#newsletterbar h5 {
		color:#1f7b1f;
		margin-top: 0;
	}
	
	#scrollToTop {
		padding: 0 0 0 10px;
		cursor: pointer;
		width:25%;
	}
	
	#scrollToTop img {
		max-height: 3rem;
	}
	
	
	.acym_module_form input {
		max-width: 100% !important;
	}
	
	.acym_module_form input[type=email] {
		position:relative;
		z-index: 0;
		margin: 0;
		padding: 6px 8px;
		font-size:1.4rem;
		display:inline-block;
		border:none;
		width:18rem;
		background: #effcef;
	}

	.acym_module_form .subbutton {
		color: #fff;
		background-color:#1f7b1f;
		padding: 6px 18px;
		text-align: left;
		white-space: nowrap;
		cursor:pointer;
		display: inline-block;
		margin:0;
		font-size:1.4rem;
		text-transform: uppercase;
		border:none;
		display:inline-block;
		letter-spacing: .2rem;
	}
	
	.acym_module_form .subbutton:hover {
		color: #1f7b1f;
		background-color:#fff;
	}


.horizontalRule {
	height:1px;
	background:#c4dbff;
	margin-top: 4rem;
	margin-bottom: 1rem;
	clear:both;
}

.tripleRule {
	height:1px;
	width:1200px;
	background:#c4dbff;
	position:relative;
	left:-240px;
	z-index:-1;
	margin: 4rem 0 2rem;
}

	/*.tripleRule div {
		height:1px;
		width:796px;
		background:white;
		margin:0 auto;
	}*/
	
	.tripleRule b {
		display:block;
		height:1px;
		width:754px;
		background:#c4dbff;
		margin:0 auto;
	}
	
	.tripleRule + iframe {
		margin-top:1rem;
	}


.alert {
	color:#880000;
	font-weight:bold;
}

.notice {
	color:#009900;
	font-weight:bold;
}

.containFloat {
	overflow: hidden;
	margin: 0 0 1em 0;
}

.table {
	display:table;
	-dt-display:table;
	/* width:100%; */
	behavior: url(/templates/penraeth/js/display-table.min.htc);
}

.row {
	display:table-row;
	-dt-display:table-row;
	vertical-align:top;
}

.cell {
	display:table-cell;
	-dt-display:table-cell;
	vertical-align:top;
	box-sizing: border-box;
}

img.videoThumb {
	float:left;
	margin: 0 1em .1em 0;
}

img.tinyThumb {
	float:left;
	margin: 0 1em .1em 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/*__________________________________________  buttons */

.buttonContainer,
.readmore,
.tighterButtonContainer {
	position:relative;
	z-index: 0;
    overflow: hidden;
    display: inline-block;
}

a.btn:hover,
a.btn:active {
	color: #000;
	border: solid 1px #059;
}

a.btn:visited {
	color: #059;
}


a.btnReverse:hover,
a.btnReverse:active {
	color: #1f7b1f;
	background:white;
}

a.btnReverse:visited {
	color: white;
	background:#1f7b1f;
}

a.btn img,
a.btnReverse img,
a.darkBtn img {
	max-height: 1rem;
	vertical-align: middle;
	margin: -2px -6px 0 6px;
}

a.btn.tiny img {
	max-height: .8rem;
	margin: 0;
}

a.btn,
a.btnReverse {
	color: #059;
	background:white;
	
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size:.8rem;
    line-height:1rem;
	text-align:center;
    white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .2rem;
	padding: .4rem 1.1rem;
	display: inline-block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #d6dbd6;
	border-bottom: solid 1px #5e715e;
}

a.btnReverse {
	color: white;
	background:#1f7b1f;
}

a.btn.tiny {
	font-size: .5rem;
	line-height: 1rem;
	padding: .2rem .5rem;
	vertical-align: top;
	margin: 1px .6rem;
}

a.btn.large {
	font-size: 1.4rem;
	padding: 12px 16px;
} 



a.darkBtn {
	color: #fff;
	background: rgba(94, 161, 232, 0.14);
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: .2rem;
	padding: 1.1rem 3rem .7rem 3rem;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 4px;
	border-bottom: solid 1px rgba(27, 117, 196, 0.8);
	border-right: solid 1px rgba(27, 117, 196, 0.8);
	box-shadow: inset 0px 10px 18px 0px rgba(0, 0, 0, 0.3);
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
	margin-bottom: 1rem;
}					


a.darkBtn:hover,
a.darkBtn:active {
	color: #d5e7f4;
	border-bottom: solid 1px rgba(0, 0, 0, 1);
	border-right: solid 1px rgba(0, 0, 0, 1);
	box-shadow: inset 0px -10px 18px 0px rgba(0, 0, 0, 0.6);
}

a.darkBtn:visited {
	color: #fff;
}

.tighterButtonContainer a,
.btn.tighter {
	padding:.4rem .5rem;
}

.bookJacket p.tighterButtonContainer a {
	margin: 0 1px 0 0;
}

#content input[type=text],
#content input[type=password],
#content select {
	position:relative;
	z-index: 0;
    margin: 0 0 .5em 0;
    padding: 5px;
    width: 300px;
    vertical-align: top;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #383;
    border-width:1px;
    font-size:1.3rem;
    box-sizing: border-box;
}
	
	#search-form form input[type=text] {
		padding: 4px 12px;
		font-size: 14px;
		width: 300px;
		margin-right: -4px;
		display: inline-block;
		height: 32px;
		box-sizing: border-box;
		border: solid 1px #c4dbff;
		border-right:0;
		border-radius: 4px 0 0 4px;
	}

fieldset.word label {
	display:none;
}

#content input[type=submit],
#content button[type=submit] {
	color: #eeffee;
	padding:0 4px 4px;
    text-align: center;
    white-space: nowrap;
    border-width:0;
	cursor:pointer;
	display: inline-block;
	margin:0 0 0 0;
	vertical-align: top;
}

#content input[type="button"]:disabled,
#content input[type="button"]:disabled:hover {
	color: #ccc;
} 

#os_form .input-prepend {
	font-weight: 600;
	font-size:1.4rem;
}

#os_form #amount {
	border: none;
	padding: 0;
	font-size:1.4rem;
	font-weight: 600;
}

#subject_data table,
#subject_data table td {
	border:none;
	
}

#_form_3_ input[type=text],
.search input[type=text],
#finder-search input[type=text] {
	position:relative;
	z-index: 0;
    margin: 0 1rem 0 0;
    padding: 6px 8px;
    font-size:1.4rem;
	display:inline-block;
	border:none;
	width:15rem;
	background: #effcef;
}

.btnBig,.btnBig:visited,
#_form_3_ input[type=submit],
#content input[type=submit],
#content button[type=submit],
#content input[type=button],
.com-users-login__submit button,
.testform input[type=button],
.search button,
#finder-search button {
	color: #fff;
	background-color:#1f7b1f;
	padding: 6px 18px;
    text-align: left;
    white-space: nowrap;
	cursor:pointer;
	display: inline-block;
	margin:0;
	font-size:1.4rem;
	text-transform: uppercase;
	border:none;
	display:inline-block;
	letter-spacing: .2rem;
}

#content .sclogin-form input[type=submit] {
	font-size:.8rem;
}

.sclogin-greeting {
	line-height: 1 !important;
	font-size: 1rem !important;
}

.sclogin a.btn-primary {
	font-size: 1.9rem;
}

#restricted_info,
.navbar-toggler {
	display:none;
}

.login p {
	max-width:500px;
}

.com-users-login__options a {
	display:block;
	margin:.5rem 0 0 0;
}

.osm-container {
  max-width: 880px;
}

#osm-singup-page .osm-heading {
	margin-top:3rem;
}


#osm-singup-page .form-actions {
	margin-top:3rem;
}

.btnBig:hover,
#_form_3_ input[type=submit]:hover,
#content input[type=submit]:hover,
#content button[type=submit]:hover,
#content input[type=button]:hover,
.testform input[type=button]:hover,
.search button:hover,
#finder-search button:hover {
	color: #1f7b1f;
	background-color:#fff;
}

#finder-search input[type=text],
#finder-search input[type=submit] {
	border: 1px solid #9d9;
	width: 50%;
}


fieldset {
	border:none;
	padding:0;
	vertical-align:top;
}

.search-results {
	list-style:none;
	padding:0;
}

.result-text {
	margin:0;
}

.result-url {
	color:#999;
	font-size:0.8em;
	margin-bottom:1.5em;
}


/*________________________ menu ________________________ menu ____________________________ menu ____*/

.smallScreen,
#responsiveMenuButton {
	display:none;
}

#navbar209,
#mod-custom218,
#mod-custom219 {
	margin:3rem 0 3rem 0;
}

#navbar209 li + li,
#navbar209 li li,
#mod-custom218 li + li,
#mod-custom218 li li,
#mod-custom219 li + li,
#mod-custom219 li li {
	border-top: solid 1px #ccc;
	padding-top: 1rem;
}

.mod-menu,
.menu,
.category-module,
.simpleList {
    -webkit-font-smoothing: subpixel-antialiased;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position:relative;
	font-size: 1.2rem;
}

.menu a:active,
.menu a:hover {
	text-decoration:none;
}

.mod-menu ul,
.menu ul {
	padding: 0;
}

#top .menu ul {
	padding: 0 1rem;
}

.menu.top {
	float: left;
	width:100%;
}

.mod-menu li,
.menu li,
.category-module li {
	display: block;
	margin: 1rem 0;
	padding: 0;
	position:relative;
}

.simpleList li {
	font-size: 1rem;
	padding: 3px 0;s
}

.menu li.top {
	float: left;
	margin: 0;
	position: static !important;
	border-bottom: solid 2px #fff;
	padding-right: 1px;
}

.menu li.top:hover {
	border-bottom: solid 2px #059;
}

.menu li.top.active {
	border-bottom: solid 2px #353;
}



.mod-menu a,
.menu a,
.category-module a {
	font-weight: bold;
	border: 0 none;
	margin: 0;
	cursor: pointer;
	display: block;	
}

.menu .dropdown a,
.menu .dropdown a:visited {
	color: #059;
}
.menu .dropdown a:active,
.menu .dropdown a.active,
.menu .dropdown a:hover {
	color: #353;
}

.menuSpacer {
	width:1.5rem;
	float: left;
	margin: 0;
	position: static !important;
}

.menu a.subordinateLink {
	font-size: 1rem;
	padding-left: 2rem;
}

.menu a.top {
	font-size: 1.5rem;
	padding: 0 8px 6px 8px;
	color: #1f7b1f;
	border-radius: 4px;
background: linear-gradient(to bottom, rgb(223, 234, 219) 0%,rgba(125,185,232,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.menu a.top:hover {
	color: #059;
}

.menu a.top.alt {

}



.mod-menu li.active > a,
.mod-menu a.active,
.menu li.active > a,
.menu a.active {
	color: #353;
}

.menu .dropdown,
.menu .module {
	position:absolute;
	z-index: 1000;
	left:-999em;
	overflow: visible;
	background-color: #f7f7f7;
	border: solid 1px #dbe3ff;
	padding: 1rem;
	line-height: 1.4rem;
	border-radius: 1px 3px 3px 3px;
}

.menu .over .dropdown,
.menu .over .module {
	left: 0;
	margin-left: 0;
	top:3rem;
}

.menu #audiosMenu.over .dropdown,
.menu #videosMenu.over .dropdown,
.menu #participateMenu.over .dropdown,
.menu #researchMenu.over .dropdown,
.menu #reactionsMenu.over .dropdown,
.menu #espanolMenu.over .dropdown,
.menu #essayMenu.over .dropdown
{
	left: auto;
}

.menu #booksMenu.over .dropdown {
	left: 100px;
}

li.top .cell {
	border-left: solid 1px #c6d3ff;
}
li.top .row > .cell:first-child {
	border-left: none;
}

#booksMenu .cell3 {
	width: 140px;
	padding-left: 1rem;
}

.menu img,
.blog-items img {
	max-width: 100%;
}


/* ____________________________________ footer menu */

#footer {
	background-color: #464f46;
	padding: 0 0 2rem 0;
}

#footerMenu {
	font-size:1rem;
	color:#aaa;
}


#footerMenu ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position:relative;
}

#footerMenu .cell  {
	width:24%;
}

#footerMenu .socialMedia,
#footerMenu .copyright {
	margin: 0;
}

.footer-menu ul li {
	display: block;
	margin: .5rem 0;
	padding: 0;
	position:relative;
}

.footer-menu li.top {
	padding: 0 1rem;
	margin: 1.4rem 0;
}

#footerMenu a,
#footerMenu a:visited {
	color:#eee;
}

.footer-menu a.top,
.footer-menu a.top:visited {
	color:white;
	font-weight: bold;
}

.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a.top:hover,
.footer-menu a.top:active {
	color:#dfd;
}

.footer-menu li > a.active {
	color:#cfc;
}





/* ________________________________ Right Margin: related links, appeal For Info */

#rightMargin {
	position: absolute;
	right: 0;
	top: 79px;
	width: 200px;
	margin:0;
	padding: 1rem 0 1rem 1rem;
	background-color: white;
	border-left: solid 1px #c4dbff;
}

#rightMargin .moduletable {
	background: white;
    margin-bottom: 2rem;
}

#rightMargin h3 {
	font-size: 1.4rem;
	margin: 0;
}

#rightMargin li {
	font-size: 1.2rem;
	margin-bottom: 1.3rem;
	line-height: 1.3;
}


#rightMargin li a {
	font-weight: normal;
}

#rightMargin .horizontalRule {
	margin-top:1rem;
	width:20%;
	margin-left: -1rem;
}



.fullWidth+#rightMargin {
	display: none;
}


.relatedMenu ul {
	list-style: none;
	margin:0;
	padding:0;
	background: white;
}

.relatedMenu li {
	margin:.7rem 0;
	font-weight: bold;
}

	
/*	#rightMargin .menu li:nth-child(4n) {
		margin-bottom:2.5rem;
	}
*/

#appealForInfo {
	padding: 6px 12px;
	border-radius: 4px;
	border: solid 1px #e5ece5;
	text-align: center;
	line-height: 1.4rem;
	font-size: 1.3rem;
	margin: 3rem 0 4rem 0;
	background: #f7fbf6;
	box-shadow: 5px 7px 10px #eee;
}
	#appealForInfo h3 {
		margin-bottom: 1.5rem;
		font-size: 1.3rem;
	}
	#appealForInfo p {
		text-align: left;
		margin: 0 0 .4rem 0;
	}
	#appealForInfo .horizontalLine {
		background-color: #1f7b1f;
		width: 200px;
		margin-left: -10px;
	}



/*_________________________________________________ page blocks and lines */


.horizontalLine {
	height:1px;
	width:100%;
	background:#c4dbff;
	position:relative;
	margin: 0 0 1rem;
}

#aboutRupert {
	width:100%;
	height: 380px;
	background-color: #222;
	background-image: url(/files/images/Rupert-Sheldrake-home.jpg);
    background-repeat: no-repeat;
    background-position: center top !important;
    background-size: cover;
	position: relative;
	line-height:1.5;
	margin-bottom: 3rem;
	z-index: 10;
}

#aboutRupert h1 {
	color: #d0f2ff;
}

#aboutRupert div {
	width: 46%;
	color: #e5e7e8;
	padding: 4rem 0 2rem 4rem;
}

#aboutButtons {
	margin-left:2.4rem;
}

.doubleHeader {
	margin:0;
	line-height: 1.2;
}

.doubleHeader i {
	color: #363;
}

.doubleHeader a:hover i {
	color: #363;
}

.doubleHeader .btn {
	font-size:1.1rem;
    line-height:1rem;
	letter-spacing: .2rem;
	padding: .6rem 1.5rem;
	margin: 0 0 2rem 0;
	border: solid 1px #c4dbff;
}

.doubleHeader .btn:hover {
	border: solid 1px #363;
}

.events,
#homeEvents {
}

.events,
#homeEvents .table,
.pageEvents .table {
	border-spacing: .5rem;
    border-collapse: separate;
    border: none;
}

.events,
#homeEvents .cell,
.pageEvents .cell {
	background-color: #f8fafd;
	padding:0;
}

.eventLogo {
	width: 34%;
	display: table-cell;
	padding:0;
	box-sizing: border-box;
	vertical-align: middle;
}
	.events .eventLogo {
		width: 100%;
		display: block;
		padding: 5rem 2rem;
		border: solid 1px #ada;
		text-align: center;
		height: 20rem;
	}

.eventLogo img {
	display:block;
	max-width: 100%;
}
	
.eventDetails {
	display: table-cell;
	box-sizing: border-box;
	width: 70%;
	line-height: 1.4;
	padding: 0 1rem 0 4rem;
}

.eventDetails p {
	width: 50%;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin:1rem 0 0 0;
}

	#homeEvents > h4 {
		margin-left: 1rem;
	}

	.events,
	.pageEvents {
		background-color: white;
	 }
	 
	.events .cell {
		width:49%;
		border: none;
		float: left;
	}
	 
	.event {
		display:flex;
		align-items: center;
		width:100%;
		margin-bottom: 2.4rem;
		border-top: solid 1px #059;
	}
	
	.pageEvents h6 {
		font-size: 1.8rem;
	}
	
	.event .doubleHeader i {
	  color: #059;
	  font-size: 1.5rem;
	}
	
	.event .doubleHeader a {
	  font-size: 2.1rem;
	}



.two-column {
	box-sizing: border-box;
}

	.two-column .row {
		display: flex;
		justify-content: space-between;
	}

	.two-column img {
		max-width:100%;
		border: none;
	}
	
	.two-column .cell {
		width: 49%;
		padding-bottom: 1.6rem;
	}
	
	.two-column p {
		margin: 1rem 0;
	}

.three-column .cell {
	width:32%;
	padding: 0 1rem 1rem 1rem;
	border-left: solid 1px #c4dbff;
	font-size:1.3rem;
}

	.three-column .cell3 {
		border-right: solid 1px #c4dbff;
	}
	
	.bookJacket {
		text-align:center;
		margin-bottom: 1.4rem;
	}
	
	.bookJacket img {
		display: inline-block;
		width:48%;
		margin-bottom: .5rem;
	}
	
	.bookJacket .btn + .btn {
		margin-left:2.3rem;
	}
	
	.bookJacket .btn + img + .btn {
		margin-left:3.8rem;
	}

	.glossary .cell1 {
		border: none;
	}

	.glossary .cell3 {
		border-right: none;
	}
	
	#glossary em {
		display: block;
		font-size: 2.6rem;
		font-style: normal;
		font-weight: 600;
		color: #270;
	}


.four-column .row {
    display: flex;
    justify-content: space-between;
}
    
.four-column .cell {
	width:24%;
	font-size:1.3rem;
}

	.four-column img {
		max-width:100%;
		border: none;
	}



.six-column {
	display: flex;
	gap: 2px;
}

	.six-column img {
		max-width:100%;
		border: none;
	}
	
	.six-column .cell {
		width: 14%;
		border: solid 1px #9d9;
	}
	
	.six-column .spacer {
		width: 2%;
		border: none;
	}
	.six-column h6 {
		padding: 0 .6rem;
		margin: 0 0 .5rem 0;
		line-height: 1;
		text-align: center;
	}

.reviews {
	margin-bottom: 3rem;
}
	.reviews p {
		font-size: 1.6rem;
		color: #aaa;
		font-style: italic;
		font-weight: bold;
	}
	.reviews > p > i {
		font-style: normal;
	}
	.reviews span {
		font-size: 1.5rem;
		font-style: normal;
		font-weight: bold;
		color: #333;
		display:block;
	}




.bookShelf {
	text-align:center;
	margin-bottom: 1.4rem;
}
	
	.bookShelf img {
		display: inline-block;
		width:40%;
		max-width: 230px !important;
	}
	
	
/*_________________________________________________ link grid */

.linkgrid {
    position: relative;
  	width: 100%;
  
}
.linkgrid a {
    color: white;
    display: block;
    float: left;
    font-size: 1.34em;
    font-weight: bold;
    height: 9em;
    margin: 0 10px 10px 0;
    max-width: 400px;
    position: relative;
    text-shadow: 1px 1px 4px #020;
    width: 14em;
  	line-height: 1.2em;
  	overflow: hidden;
}
.linkgrid a .title {
    bottom: 10px;
    left: 10px;
    position: absolute;
}
.linkgrid a .time {
    position: absolute;
    right: 10px;
    top: 0;
}
.linkgrid a img {
    width: 100%;
    height: auto;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.linkgrid a:hover {
	color:#fdce6a;
	background:rgba(0,0,0,0.3);
    border-bottom: none;
}

.linkgrid a img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
}




/* ________________________________ articleinfo */

.article-info-term,
.article-info dd span,
.icons,
dl.article-info,
.syndicate-module {
	display: none;
}

.article-info {
	overflow: hidden;
	margin-bottom: 0;
}

.article-info dd {
	float: left;
}

.article-info dd.create {
	clear: left;
	margin:0;
}


/*_________________________________________________ misc */

.centeredGradient {
	padding:1px;
	text-align:center;
	margin-bottom:1em;
	background: -moz-linear-gradient(left,  rgba(210,219,210,0) 0%, rgba(210,219,210,0.8) 15%, rgba(210,219,210,1) 19%, rgba(210,219,210,1) 20%, rgba(65,102,65,1) 50%, rgba(210,219,210,1) 80%, rgba(210,219,210,1) 81%, rgba(210,219,210,0.8) 85%, rgba(210,219,210,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(210,219,210,0)), color-stop(15%,rgba(210,219,210,0.8)), color-stop(19%,rgba(210,219,210,1)), color-stop(20%,rgba(210,219,210,1)), color-stop(50%,rgba(65,102,65,1)), color-stop(80%,rgba(210,219,210,1)), color-stop(81%,rgba(210,219,210,1)), color-stop(85%,rgba(210,219,210,0.8)), color-stop(100%,rgba(210,219,210,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(210,219,210,0) 0%,rgba(210,219,210,0.8) 15%,rgba(210,219,210,1) 19%,rgba(210,219,210,1) 20%,rgba(65,102,65,1) 50%,rgba(210,219,210,1) 80%,rgba(210,219,210,1) 81%,rgba(210,219,210,0.8) 85%,rgba(210,219,210,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2dbd2', endColorstr='#00d2dbd2',GradientType=1 ); /* IE6-9 */

}

.centeredGradient img {
	display:block;
	margin:0 auto;
}


.rounded {
	-webkit-border-radius: 9px 0 9px 0;
	-moz-border-radius: 9px 0 9px 0;
	border-radius: 9px 0 9px 0;
}

.right {
	float: right;
	margin: 0 2rem 1rem -240px;
	max-width: 50%;
}

.left {
	float:left;
	margin:0 1em 0 0;
	max-width:30%;
	height:auto;
}

.primaryImage {
}

.primaryImage2 {
	float: left;
	margin: 0 2rem 1rem -240px;
	max-width: 100%;
}

.primaryBox,
.primaryBox1 {
	float: left;
	margin: 0 3rem 2rem -240px;
	width: 65%;
	background-color: #f3fff3;
	padding: 3rem 0;
}

.primaryBox2 {
	float: left;
	margin: 0 1rem 0 -240px;
	width: 65%;
	background-color: white;
	padding: 3rem 0;
}

.primaryBox3 {
	float: left;
	margin: 0 3rem 2rem -240px;
	width: 65%;
	background-color: white;
	padding: 3rem 0;
	box-shadow: 10px 10px 20px #f3f3f3;
}

.primaryBox4 {
	float: left;
	margin: 0 3rem 0 -240px;
	width: 65%;
	background-color: #fff;
	padding: 3rem 0;
	border-right: solid 1px #c4dbff;
	border-bottom: solid 1px #c4dbff;
}



.explode {
	cursor:pointer;
}

#content.explodeContent {
	width:auto;
}

#content.explodeContent #content {
	top:30px;
}

#hints {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0;
	position:relative;
}

#hints li {
	display: block;
	max-width: 720px;
	margin: 0 0 1px 0;
	padding: 12px 24px;
	position:relative;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	background:#484;
	color: #EEFFEE;
}

#hints li a {
	color: #EEFFEE;
}

#hints li a:hover {
	color: #fff;
}


.links {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0;
	position:relative;
}

.links li img {
	max-height:1rem;
}

.links li a {
	display: block;
	max-width: 720px;
	margin: 0 0 1px 0;
	padding: 12px 24px;
	position:relative;
	border:none;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	background:#484;
	color: #EEFFEE;
	text-decoration: none;
}

.links li a:hover {
	color: #fff;
	background:#181;
}



.cell h3 {
	margin-top:0;
}

.cell.thumbnail {
	width:200px;
	padding: 0 1em 0 0;
}

.cell.thumbnail a {
	border-bottom: none;
}

.bullet {
	display:inline-block;
	width:11px;
	height:11px;
	margin: 0 3px 0 0;
	background:#333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

img.podcast-icon {
	max-width:28%;
	float:left;
	border-radius:4px;
	margin:0 1.5rem 1rem 0;
}

b.title {
	font-size:1.8rem;
}

p.description {
	font-size:1.2rem;
	margin:0;
}

.clear {
	clear:both;
}
	
.albumCover {
	width:33%;
	padding:0 1.5rem 4rem 0;
}
	
.albumCover img {
	width:100%;
	border-radius:4px;
}


.twintowers .cell {
	width:50%;
	box-sizing: border-box;
}
.twintowers .row .cell:first-child {
	padding-right:.6rem;
}
.twintowers .row .cell:last-child {
	padding-left:.6rem;
}

.playlist li a sup,
h2 sup,
h3 sup,
h4 sup,
h5 sup,
h6 sup {
	font-size:.6em;
	color: #999;
}

img.openTab {
	width: .7em;
}

img.round {
	border-radius: 4% 20%;
}

.primaryImage16x9 {
	float: left;
	margin: 0 2rem 1rem -223px;
	max-width: 500px;
}

.leftColumn16x9,
.leftColumn16x9-sm {
	float: left;
	margin: 0 2rem .5rem -223px;
	max-width: 500px;
	background: white;
	font-size: 1.2rem;
}

.leftColumn16x9-sm {
	max-width: 400px;
}

.blog .leftColumn16x9 {
	max-width: 500px;
}


#leftColumnContent,
.leftColumnContent {
	width: 200px;
	position: absolute;
	left: 0;
	font-size: 1.2rem;
}

	#leftColumnContent img,
	.leftColumnContent img,
	.leftColumn16x9 img,
	.leftColumn16x9-sm img {
		max-width: 100%;
	}

	#leftColumnContent .bookJacket img
	.leftColumnContent .bookJacket img{
		width:80%;
		margin-bottom: .5rem;
	}

.blog #leftColumnContent,
.blog .leftColumnContent {
	margin-top: -3rem;
}

.rightColumnContent {
	width: 200px;
	font-size: .9rem;
}

	.rightColumnContent img {
		max-width: 100%;
	}

	.rightColumnContent .bookJacket img{
		width:80%;
		margin-bottom: .5rem;
	}


.papers p {
	line-height:1.4;
}

.papers .horizontalRule {
	height: 3rem;
	background: #fff;
	margin-top: 0;
	border-bottom: solid 1px #c4dbff;
	margin-left: -120px;
}

.papers .leftColumnContent {
	padding-top:.8rem;
}
.papers .leftColumnContent .btnReverse {
	float:right;
	margin-bottom: .5rem;
	box-shadow: 0 10px 20px #fff;
}
.papers .leftColumnContent .btnReverse + .btnReverse {
	margin-right: .3rem;
}


figcaption {
	font-size: 1.2rem;
	color: #484;
	padding: .5rem 1rem;
}


#launchpad {
	background:#e7f0e7;
	text-align:center;
	padding: 10px;
	border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin: 1rem;
}

	#launchpad .btn {
		min-width: 90%;
		font-size: 2rem;
		padding: 1rem;
		line-height: 1.2;
		border:solid 1px #e7f0e7;
		text-transform:none;
	}
	
#hints {
	list-style: none outside none;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	padding: 0;
	position:relative;
}

#hints li {
	display: block;
	max-width: 720px;
	margin: 0 0 1px 0;
	padding: 12px 24px;
	position:relative;
	border-radius:4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 0 none;
	background:#484;
	color: #EEFFEE;
}


.bigQuote {
	font-size: 2rem;
	color: #787;
	border-bottom: solid 3px #787;
	border-top: solid 3px #787;
	border-radius: 12px;
	padding: 1.1rem;
	background: white;
}

.bigQuote span {
	font-size: 1.4rem;
}


/* +++++++++++++++++++++++ pagenav +++++++++++++++++++++++  */
.pagination {
	font-weight: bold;
}

.pagenav {
	text-align: right
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0px;
	padding: 0
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	line-height: 1.9em;
	text-decoration: none;
	border: 1px solid #c4dbff;
	border-left: 0px solid #c4dbff;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #c4dbff;
}

.pagenav li:last-child a,.pagination-end span {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #c4dbff;
	border-left: 0px solid #c4dbff;
	display: inline-block
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	position:relative;
	z-index: 0;
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	position:relative;
	z-index: 0;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}


.items-more {
	font-size: 2rem;
	font-weight: bold;
}

.debugging {
	font-size: .8rem;
}

.visually-hidden,
#payment_method_container {
	display:none;
}



/* ============================================================================================== */

@media all and (max-width:1212px) {

	html {
		font-size: 60%;
	}
    
	.optional {
		display: none;
	}

	.siteWidth,
	.floater {
		margin: 0 1.4rem;
		width: auto;
	}
	
	.two-column .cell {
		width: 49.5%;
	}
	
	#top > .row > .cell1 {
		width: 90%;
	}
	
	div[itemprop="articleBody"], #content .blog-items {
		width: 676px;
		margin: 0;
		border-left: none;
	}
	
	.contentpane.modal .com-content-article__body {
		width: 100%;
	}
	
	#rightMargin {
		width: 180px;
	}
	
	.noLeftMargin div[itemprop="articleBody"],
	.noLeftMarginNoPadding div[itemprop="articleBody"] {
		width: calc(100% - 194px);
	}
	
	.menu li > a.top {
		padding: 0 10px 5px 5px;
	}
	
	#top > .row > .cell1 {
		width: 675px;
	}
	
	.menu li.search > a.top {
		padding: 0 10px 0 5px;
	}
	.menu li.search img {
		max-height: 20px;
		padding: 0;
	}
	
	#videosMenu .cell3 {
		width: 250px;
	}
	
	#booksMenu .cell3 {
		display: none;
	}
	.primaryBox,
	.primaryBox2,
	.primaryBox3,
	.primaryBox4 {
		margin: 0 2rem 1rem 0;
		width: 60%;
		padding: 2rem 0 1rem 0;
	}
	
	.primaryImage {
		margin: 0 2rem .5rem 0;
		max-width: 44%;
	}
	
	.primaryImage16x9,
	.leftColumn16x9,
	.leftColumn16x9-sm {
		margin: 0 2rem .5rem 0;
		max-width: 66%;
	}
	
	#leftColumnContent,
	.leftColumnContent {
		width: 180px;
		position: relative;
		float: right;
		margin: 0 0 .5rem 2rem;
	}
	
	#leftColumnContent.rightmarginable,
	.leftColumnContent.rightmarginable {
		float: none;
		position: absolute;
		left: 670px;
	}
	
	ul.playlist li {
		display: grid;
	}
	
	.links {
		display: inline-block;
	}
	
	a.btn {
		white-space: normal;
		letter-spacing: .15rem;
	}
	
	#appealForInfo .horizontalLine {
		width: 140px;
	}


}




/* ============================================================================================== */

@media all and (max-width:860px) {
	
	body {
    	color: #000;
    }
    
    #content {
		min-height: 300px;
	}

	.siteWidth,
	.floater {
		margin:0 auto;
		width:98%;
	}
	
	div[itemprop="articleBody"], #content .blog-items {
		width: 100%;
		margin: 0;
		border: none;
		
	}
	
	#search form input {
		width: 160px;
	}
	
	.menu a.top {
		font-size: 1.1rem;
	}
	.menuSpacer {
		width: 1rem;
	}
	
	.noLeftMargin div[itemprop="articleBody"],
	.noLeftMarginNoPadding div[itemprop="articleBody"]{
		width:100%;
	}
	
	#rightMargin {
		position: relative;
		top: auto !important;
		padding: 0 0 3rem 2rem;
		width: 280px;
		margin: 2rem 0;
	}
	#rightMargin li {
		font-size:1.5rem;
	}
	#rightMargin h3 {
		font-size: 2rem;
	}
	
	#leftColumnContent.rightmarginable,
	.leftColumnContent.rightmarginable {
		float: right;
		position: relative;
		left: auto;
	}
	
	#leftColumnContent.goWide,
	.leftColumnContent.goWide {
		width: 80% !important;
		margin: 1rem 0;
		float: none !important;
	}
	
	#top > .row > .cell1 {
		width: auto;
	}
	
	.menu li > a.top {
		padding: 0 10px 5px 5px;
		font-size: 1.1rem;
	}
  
	#appealForInfo .horizontalLine {
		width: 242px;
	}
	
	.tripleRule {
		width:auto;
		left: auto;
	}
	
	.tripleRule div,
	#footerMenu {
		display: none;
	}
	
	.centeredGradient img {
		max-width: 50%;
	}
	

	.superBanner {
		padding: 1rem 3rem;
		margin: 0 0 3rem;
		display: grid;
	}
	
	#aboutRupert div {
	  width: 64%;
	}
	
	#aboutRupert {
	  height: 320px;
	}
}



/* ============================================================================================== */

@media all and (max-width:710px) {

	.midScreen {
		display:none;
	}
	
	.largeScreen,
	.largeScreens {
		display:none !important;
	}
	#content {
		padding: 0 .5rem 4rem .5rem;
	}
  
	#aboutRupert {
		height: 200px;
		line-height: 1.4;
    }
    
	#aboutRupert div {
		width: 60%;
		padding: 2rem;
	}
	
	#aboutButtons {
		width:70%;
	}
	
	
	.cell {
		display: block;
		width: auto;
	}
	
    .four-column .row {
        flex-wrap: wrap;
    }
    .four-column .cell {
        width: 48%;
        flex: 0 0 48%;
    }
    
	#rightMargin {
		padding: 0 2rem 3rem 2rem;
		width: auto;
	}
	
	#scrollToTop {
		border-left: none;
		padding: 2rem 0;
		width: auto;
	}
	
	#scrollToTop h4 {
		margin: 0 1rem 0 0;
		float: left;
	}
	
	#newsletterbar {
		background-color: #9bd49d;
		padding: 1rem 2rem;
	}

	#logo {
		padding: 0 0 0 10px;
	}
	
	#leftColumnContent,
	.leftColumnContent {
		width: 120px;
	}

	.primaryImage16x9,
	.leftColumn16x9,
	.leftColumn16x9-sm {
		max-width: 55%;
	}

	#appealForInfo .horizontalLine {
		width: 100%;
		margin-left: 0;
	}
	
	.six-column .cell {
		width: 33.3%;
		float: left;
	}
	
	.six-column .cell.spacer {
		display: none;
	}

	
	.fullWidth div[itemprop="articleBody"] {
		padding: .3rem;
	}

	.events, #homeEvents .cell, .pageEvents .cell {
		width: auto;
	}

	.twintowers .cell {
		width: auto;
	}
	
	.twintowers .row .cell:last-child {
		padding-left: none;
	}
		
	.primaryBox, .primaryBox2, .primaryBox3, .primaryBox4 {
		margin: 0 0 1rem 0;
		width: 100%;
		padding: 2rem 0 1rem 0;
	}
    
    .blog .page-header:first-child h1, .item-page .page-header h2 {
		font-size: 2.3rem;
	}

	/*__________________________________________ menu ____*/
	
	#responsiveMenuButton {
		display:block;
		position: absolute;
		top: 1rem;
		right: 3rem;
		height: 24px;
		width: 24px;
		background: url('/files/icons/menu.png') no-repeat;
		cursor: pointer;
	}
	
	#responsiveMenuButton.open {
		background: url('/files/icons/close.png') no-repeat;
	}
	
	.smallScreen {
		width: 14rem;
		position: absolute;
		right: 3rem;
		top: 4.7rem;
		z-index: 1000;
		font-size: 1.6rem;
	}

	#top .smallScreen .socialMedia {
		position: absolute;
		right: 16rem;
		top: 0;
		border: none;
		padding:0;
		margin: 0;
	}

	#top .smallScreen .socialMedia a {
		display: block;
		padding: 4px 2px 0 2px;
		margin: 4px;
		border: solid 1px #eee;
		background: white;
		box-shadow: -4px 3px 15px rgba(0, 0, 0, 0.3);
		width: 40px;
		height: 40px;
		box-sizing: border-box;
		text-align: center;
		border-radius: 2px;
	}
	
	#top .smallScreen .socialMedia img {
		max-height: 30px;
		margin: 0;
	}
	
	
	.menu li {
		float: none;
		margin: 5px 0;
		position: relative !important;
		background: #e6f2e3;
		border-radius: 2px;
	}
	
	.menu li.noBG {
		background: none;
	}
	
	.smallScreen.menu li {
		margin: 2px 0;
		box-shadow: -4px 3px 15px rgba(0, 0, 0, 0.4);
	}
	
	.menu li > a {
		padding: 8px 14px;
	}
	
	#rightMargin {
		border-left:none;
	}

	.eventDetails p {
		width: 100%;
		float: none;
	}
	
	.eventLogo {
		vertical-align: top;
	}
	
	.stackOnSmallScreens .row {
		display: block;
	}
	
	.stackOnSmallScreens .cell {
		width: 100%;
		padding: 1rem;
	}

}




/* ============================================================================================== */

@media all and (max-width:550px) {
	
	#search {
		float: none;
		margin: 0 .5rem;
	}
	
	#aboutRupert div {
		padding: 2rem 0 0 2rem;
	}

}

