/*
Theme Name: Wondrous
Theme URI: https://wordpress.org/themes/wondrous/
Author: Orion Day
Author URI: http://orionday.com
Description: It's good stuff.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, accessibility-ready, custom-colors, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: wondrous

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


@charset "utf-8";
/* CSS Document */
/* Sunday Assembly "Wondrous" 1.0 */

@import url(//fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic);
@import url(//fonts.googleapis.com/css?family=Oswald:400,700,300);
@font-face {
  font-family: 'FontAwesome';
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.assemblycolors {
	color: #edece5;/*Sand*/
	color: #3c443e;/*Granite*/
	color: #009a93;/*Peacock M*/
	color: #f1ea72;/*Banana L*/
}

:focus, :active {
	outline: 0;
}

.visible-md {
	display: none!important;
}

@media only screen and (max-width : 1023px) {
	.visible-md {
		display: block!important;
	}
}

.blur {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}

.blurier {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}


.centered * {
	text-align: center!important;
}

.vcenter * {
	display: inline-block;
	vertical-align: middle;
}











body {
	font-family: Lato;
	font-weight: 300;
	background: #edece5;/*Sand*/
	color: #3c443e;/*Granite*/
	font-size: 16px;
	text-align: center;
}

@media only screen and (max-width : 768px) {
	body {
		overflow-x: hidden;
	}
}



h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	letter-spacing: 0.1rem;
	font-weight: 300;
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 5rem;
}

h3 {
	font-size: 3.5rem;
}

h4 {
	font-size: 2.5rem;
}

















p {
	font-size: 2rem;
	line-height: 2.5rem;
	letter-spacing: 0.015rem;
	margin: 0 0 2.5rem 0;
}

p:last-of-type {
	margin: 0;
}

p.small {
	font-size: 1.75rem;
}

p.large {
	font-size: 2rem;
	line-height: 2.25rem;
}

@media only screen and (min-width : 768px) {
	p.large {
		padding: 0;
		font-size: 2.8rem;
		line-height: 3rem;
	}
}

p.headline {
	font-size: 2.25rem;
	line-height: 4.25rem;
	color: #6c746e;
	font-style: italic;
	padding: 0 3rem;
}

p.headline span.flourish::before {
	content: "— ";
	opacity: 0.5;
}

p.headline span.flourish::after {
	content: " —";
	opacity: 0.5;
}

p.headline span.callout {
	font-size: 4rem;
	font-weight: 700;
	line-height: 5rem;
	color: #3c443e;
	letter-spacing: 0.05em;
	display: block;
	font-style: normal;
}


ol li {
	font-size: 2rem;
	letter-spacing: 0.015rem;
	line-height: 2.5rem;
	margin-left: 0;
	margin-bottom: 1.25rem;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
	list-style: none;
	background: url(img/bullet.png) no-repeat left 3px;
	background-size: 1em;
	padding-left: 3rem;
	margin-bottom: 1rem;
}

img.scale-with-grid {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	image-rendering: crisp-edges;
}



.graphic::before {
	padding: 2rem;
	color: #f1ea72;/*Banana L*/
	font-family: Fontawesome;
	font-size: 6rem;
	display: block;
	width: auto;
}

.visit::before {
	content: "\f004"
}

.volunteer::before {
	content: "\f1e6"
}

.start::before {
	content: "\f0a1"
}

.pro::before {
	content: "\f0e7";
}

.contact::before {
	content: "\f040";
}

.notice-email::before {
	content: "\f01c";
}

.notice-match::before {
	content: "\f002";
}

.soon::before {
	content: "\f086";
}







/* Link, Button, and Input Styles */

a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #009a93;/*Peacock M*/
}

[data-action] {
	cursor: pointer;
}

a.button, input.btoi {
	-webkit-appearance:none;  /* Remove default shadow */
	display: inline-block;
	padding: 1rem 4rem;
	font-family: Oswald;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	position: relative;
	font-size: 1.6rem;
	text-decoration: none;
	font-weight: 300;
	border-radius: 3px;
	background: transparent;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	/*Default Appearance*/
	border: solid 2px #009a93;/*Peacock M*/
	color: #009a93;/*Peacock M*/
	transition: all 0.2s;
	cursor: pointer;
}

a.button:hover, input:hover, input:focus, textarea:focus, textarea:hover {
	text-decoration: none;
	background: #009a93;/*Peacock M*/
	color: #edece5;/*Sand*/
}

a.button:hover {
	cursor: pointer;
}

button {
	text-decoration: none;
	white-space: nowrap;
	background: transparent;
	border-radius: 0px;
	border: none;
	cursor: pointer;
	transition: all 0.2s;
}

.icon {
	font-family: 'Fontawesome';
	box-sizing: border-box;
	margin: 0;
	text-align: center;
}






.buttongroup {
	margin: 2rem 0;
	text-align: center;
}

.buttongroup a.button {
	margin: 2rem;
}

@media only screen and (max-width : 1023px) {
	.buttongroup a.button {
		margin: 2rem;
	}
}


input, select, textarea {
	background: #FFF;
	font-size: 2rem;
	border: none;
	transition: all 0.2s;
	padding: 1rem;
	margin: 2rem 0 0 0;
  outline: none;
	position: relative;
  border-radius: 0;
	-webkit-border-radius: 0;
	display: block;
}

textarea {
	display: block;
	padding: 1rem;
	width: 100%;
}


.icon:hover, .icon:focus {
	outline: 0;
}

.icon::before {
	position: relative;
}

button.search::before {
	content: "\f041";
}

button.email::before {
	content: "\f1d8";
}

form button.icon {
	position: absolute;
	display: none;
	right: 0.5rem;
	top: 2rem;
	width: 5rem;
	line-height: 4.75rem;
	font-size: 2.5rem;
	z-index: 1;
	transition: all 1s;
}

.btoi-form {
	width: 100%;
	display: block;
	position: relative;
}

.btoi-form input {
	display: inline;
}

.btoi:hover {
	cursor: text;
}

.btoi {
	width: 24rem;
}

.btoi:focus {
	padding: 1rem 5rem 1rem 1rem;
	width: 100%;
}

.btoi:focus + button, .btoi + button:focus, .btoi + button:active {
	display: block;
}

a.button.showmore {
	border-style: dotted;
}

.somespace {
	margin-top: 6rem;
}



input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */ opacity:
1 !important; } input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
opacity: 1 !important; color: #edece5;/*Sand*/ } input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder { opacity: 0.5 !important; color:
#edece5;/*Sand*/ } input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { /* Firefox 19+ */ opacity: 1 !important; }
input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder { opacity: 1 !important; color:
#edece5;/*Sand*/ } input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder { opacity: 0.5 !important; color:
#edece5;/*Sand*/ } input::-ms-input-placeholder, textarea::-ms-input-placeholder { /*
Firefox 19+ */ opacity: 1 !important; } input:hover::-ms-input-placeholder,
textarea:hover::-ms-input-placeholder { opacity: 1 !important; color:
#edece5;/*Sand*/ } input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder { opacity: 0.5 !important; color:
#edece5;/*Sand*/ } input:-ms-input-placeholder, textarea:-ms-input-placeholder { /*
Firefox 19+ */ opacity: 1 !important; } input:hover:-ms-input-placeholder,
textarea:hover:-ms-input-placeholder { opacity: 1 !important; color:
#edece5;/*Sand*/ } input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder { opacity: 0.5 !important; color:
#edece5;/*Sand*/ }












/* Section Styles */

.section {
	padding: 10rem 0;
}

.row {
	margin-bottom: 10rem;
}

.row.nobottom, .row:last-child {
	margin-bottom: 0;
}




.dark p.headline span, .color p.headline span {
	color: #edece5;/*Sand*/
}

.dark {
	background-color: #131313!important;
	color: #edece5;/*Sand*/
}

.dark h2 {
	color: #edece5;/*Sand*/
	font-size: 2rem;
	margin-bottom: 2rem;
}

.dark a.button, .dark .btoi, .dark textarea, #navbar a.button, #navbar .btoi {
	color: #edece5;/*Sand*/
	border-color: #edece5;/*Sand*/
}

.dark button, #navbar button {
	color: #3c443e;/*Granite*/
}

.dark a.button:hover, .dark .btoi:hover, .dark textarea:hover, .dark a.button:focus, .dark .btoi:focus, .dark textarea:focus, #navbar a.button:hover, #navbar .btoi:hover, #navbar a.button:focus, #navbar .btoi:focus {
	border-color: #edece5;/*Sand*/
	color: #3c443e;/*Granite*/
	background: #edece5;/*Sand*/
}
.dark ::-webkit-input-placeholder, #navbar ::-webkit-input-placeholder { color:
#edece5;/*Sand*/ opacity: 1 !important; } .dark :-moz-placeholder, #navbar
:-moz-placeholder { /* Firefox 18- */ color: #edece5;/*Sand*/ opacity: 1
!important; } .dark ::-moz-placeholder, #navbar ::-moz-placeholder { /* Firefox
19+ */ color: #edece5;/*Sand*/ opacity: 1 !important; } .dark
:-ms-input-placeholder, #navbar :-ms-input-placeholder { color: #edece5;/*Sand*/
opacity: 1 !important; } .dark input:hover::-moz-placeholder, .dark
input:focus::-moz-placeholder, #navbar input:hover::-moz-placeholder, #navbar
input:focus::-moz-placeholder { color: #3c443e;/*Granite*/ opacity: 1
!important; } .dark input:focus::-moz-placeholder, .dark
textarea:focus::-moz-placeholder, #navbar input:focus::-moz-placeholder, #navbar
textarea:focus::-moz-placeholder { opacity: 0.5 !important; }



.color {
	background: #009a93;/*Peacock M*/
	color: #edece5;/*Sand*/
	text-align: center;
}

.color h2, .color h3, .color p {
	color: #edece5;/*Sand*/
}

.color a.button, .color .btoi, .color textarea {
	border-color: #f1ea72;/*Banana L*/
	color: #f1ea72;/*Banana L*/
}

.color button.icon {
	color: #009a93;/*Peacock M*/
}

.color a.button:hover, .color .btoi:hover, .color textarea:hover, .color a.button:focus, .color .btoi:focus, .color textarea:focus {
	border-color: #f1ea72;/*Banana L*/
	color: #009a93;/*Peacock M*/
	background-color: #f1ea72;/*Banana L*/
}

.color ::-webkit-input-placeholder { color: #f1ea72;/*Banana L*/ opacity: 1
!important; } .color :-moz-placeholder { /* Firefox 18- */ color:
#f1ea72;/*Banana L*/ opacity: 1 !important; } .color ::-moz-placeholder { /*
Firefox 19+ */ color: #f1ea72;/*Banana L*/ opacity: 1 !important; } .color
:-ms-input-placeholder { color: #f1ea72;/*Banana L*/ opacity: 1 !important; }
.color ::-ms-input-placeholder { color: #f1ea72;/*Banana L*/ opacity: 1
!important; } .color input[type="text"]:hover::-moz-placeholder, .color
input[type="text"]:focus::-moz-placeholder, .color
textarea:hover::-moz-placeholder, .color textarea:focus::-moz-placeholder {
color: #009a93;/*Peacock M*/ opacity: 1 !important; } .color
input[type="text"]:focus::-moz-placeholder, .color
textarea:focus::-moz-placeholder { opacity: 0.5 !important; } .color
input[type="text"]:hover::-webkit-input-placeholder, .color
input[type="text"]:focus::-webkit-input-placeholder, .color
textarea:hover::-webkit-input-placeholder, .color
textarea:focus::-webkit-input-placeholder { color: #009a93;/*Peacock M*/
opacity: 1 !important; } .color
input[type="text"]:focus::-webkit-input-placeholder, .color
textarea:focus::-webkit-input-placeholder { color: #009a93;/*Peacock M*/
opacity: 0.5 !important; } .color
input[type="text"]:hover:-ms-input-placeholder, .color
input[type="text"]:focus:-ms-input-placeholder, .color
textarea:hover:-ms-input-placeholder, .color
textarea:focus:-ms-input-placeholder { color: #009a93;/*Peacock M*/ opacity: 1
!important; } .color input[type="text"]:focus:-ms-input-placeholder, .color
textarea:focus:-ms-input-placeholder { color: #009a93;/*Peacock M*/ opacity: 0.5
!important; } .color input[type="text"]:hover::-ms-input-placeholder, .color
input[type="text"]:focus::-ms-input-placeholder, .color
textarea:hover::-ms-input-placeholder, .color
textarea:focus::-ms-input-placeholder { color: #009a93;/*Peacock M*/ opacity: 1
!important; } .color input[type="text"]:focus::-ms-input-placeholder, .color
textarea:focus::-ms-input-placeholder { opacity: 0.5 !important; }










/* Article Styles */

article {
	background: #FFF;
	text-align: left;
}

article .row:first-of-type {
	margin-bottom: 0;
}

article.container {
	margin-top: 6rem;
	margin-bottom: 6rem;
	padding: 3rem;
}

article h2 {
  margin-bottom: 3rem;
}

article h3 {

}

article h4 {

}

article p {
	font-size: 1.8rem;
}



article img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	image-rendering: crisp-edges;
}

@media only screen and (max-width : 768px) {
  article img {
    width: 100%;
  }
}

article img:not(.floatleft):not(.floatright):not(.mugshot), article iframe {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

article .wp-caption {
  max-width: 100%;
  height: auto;
}

article figure img {
  margin-bottom: 0;
}

figure {
  margin-bottom: 3rem;
}

figcaption {
	text-align: center;
	font-style: italic;
}

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

	.floatleft, .alignleft {
		float: left;
		margin: 2rem 2rem 2rem 0;
    max-width: 50%;
    height: auto;
	}

	.floatright, .alignright {
		float: right;
		margin: 2rem 0 2rem 2rem;
    max-width: 50%;
    height: auto;
	}
}


article .entry-header {
  margin-bottom: 6rem;
  border-bottom: solid 1px rgba(0,0,0,0.1);
  padding-top: 3rem;
  padding-bottom: 6rem;
  text-align: center;
}

.entry-meta {
  opacity: 0.6;
}

.guestintro {
	font-style: italic;
  margin-bottom: 3rem;
  font-size: 1.8rem;
}

.entry-footer {
  margin-top: 6rem;
  border-top: solid 1px rgba(0,0,0,0.1);
  padding-top: 6rem;
  text-align: center;
}

.entry-footer .mugshot {
  height: 12rem;
  width: auto;
  padding: 0;
  margin: 0 auto 3rem auto;
  display: block;
}

nav.post-navigation {
	margin-top: 6rem;
}

.screen-reader-text {
	display: none;
}

.nav-links div {
	display: inline-block;
	width: 50%;
  font-size: 1.8rem;
  position: relative;
}

.nav-links .nav-previous {

}

.nav-links .nav-next {
  text-align: right;
}

.nav-previous a {
  padding-left: 2rem;
  display: block;
}

.nav-next a {
  padding-right: 2rem;
  display: block;
}

.nav-previous a::before {
  font-family: Fontawesome;
  content: '\f053';
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.nav-next a::after {
  font-family: Fontawesome;
  content: '\f054';
  position: absolute;
  right: 0;
  top: 0.25rem;
}










/* Modal Styles */


.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #edece5;
	z-index: 13;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 100%;
	transition: all 0.5s;
	-webkit-overflow-scrolling: touch;
}

.modal article {
	transition: all 0.5s;
	min-height: 75%;
}

@media only screen and (max-width : 1024px) {
	.modal article {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.tophidden {
	-webkit-transform: translate3d(0, -125%, 0);
	-moz-transform: translate3d(0, -125%, 0);
	-ms-transform: translate3d(0, -125%, 0);
	-o-transform: translate3d(0, -125%, 0);
	transform: translate3d(0, -125%, 0);
	text-align: center;
}

.bottomhidden {
	-webkit-transform: translate3d(0, 125%, 0);
	-moz-transform: translate3d(0, 125%, 0);
	-ms-transform: translate3d(0, 125%, 0);
	-o-transform: translate3d(0, 125%, 0);
	transform: translate3d(0, 125%, 0);
}

.visible {
	-webkit-transform: translate3d(0, 0, 0)!important;
	-moz-transform: translate3d(0, 0, 0)!important;
	-ms-transform: translate3d(0, 0, 0)!important;
	-o-transform: translate3d(0, 0, 0)!important;
	transform: translate3d(0, 0, 0)!important;
	opacity: 1;
	left: 0;
}

.modal .container {
}

.modal .row {
	margin-bottom: 2rem;
}

.modal .section {
	padding: 4rem 0;
}

.modal form {
}

.modal input {
	width: 100%;
	margin: 0 0 2rem 0
}

.modal p.large {
	margin: 0;
}

.modal iframe {
	width: 100%;
	height: 40rem;
	position: relative;
}



#modal-close {
	position: fixed;
	top: 0;
	right: 0;
	height: 5rem;
	width: 5rem;
	z-index: 999;
}
#modal-close a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FF979A;
	line-height: 5rem;
}

@media only screen and (min-width : 768px) {
	#modal-close {
		height: 6rem;
		width: 6rem;
	}
	#modal-close a {
		line-height: 6rem;
	}
}

#modal-close a::after {
	font-family: "Fontawesome";
	content: "\f00d";
	font-size: 5rem;
	font-weight: 700;
}

#modal-close a:hover {
	cursor: pointer;
}

@media only screen and (max-width : 768px) {
	#modal-top {
		padding-bottom: 20rem;
	}
}
	


#modal-notice {
	background: rgba(255,255,255,0.1);
	border: solid 1px rgba(0,0,0,0.05);
	padding: 2rem;
	border-radius: 1rem;
}

#modal-top-loader p.large {
	margin-bottom: 2rem;
}

.noscroll {
	overflow-y: hidden;
}

#modal-top-searchresults-list {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 2rem;
}

.searchresult {
	margin-top: 1rem;
	margin-bottom: 0;
	text-align: left;
	background: #FFF;
	padding: 1rem 1rem 1rem 4.5rem;
	position: relative;
	font-size: 2rem;
}

.searchresult:hover {
	cursor: pointer;
	background: #009a93;/*Peacock M*/
	color: #edece5;/*Sand*/
}

.searchresult::after {
	font-family: Fontawesome;
	content: "\f00c";
	width: 5rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	padding: 0.8rem;
	font-size: 2.5rem;
	color: #edece5;/*Sand*/
}

.searchresult:hover::after {
	color: #edece5;/*Sand*/
}

.approved::after {
	color: #009a93;/*Peacock M*/
}

.approved:hover {
	background: #FF979A;/*Light Red*/
	color: #3c443e;/*Granite*/
}

.approved:hover::after {
	content: "\f00d";
	color: #edece5;/*Sand*/
}

#modal-top-form-instructions {
	margin: 2rem auto 4rem auto;
}

#modal-top-form-volunteer label {
	position: relative;
	padding-left: 3rem;
	display: block;
	text-align: left;
	margin-bottom: 2rem;
}

#modal-top-form-volunteer label span {
	display: block;
	font-weight: 700;
}

#modal-top-form-volunteer label input {
	position: absolute;
	left: 0;
	top: 3px;
	width: auto;
}

#modal-submit {
	margin-top: 4rem;
	margin-bottom: 4rem;
}

#modal-bottom-loader {
	margin-top: 8rem;
}


.modalfooter {
	margin-top: 6rem;
}


a.alternative {
	opacity: 0.4;
	display: block;
	margin-top: 2rem;
}









/* Nav Styles */


#navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 13;
	transition: background 0.5s;
	background: transparent;
	padding: 1rem;
}

@media only screen and (min-width: 1280px) {
	#navbar {
		padding: 3rem;
	}
}

#navbar img {
	height: 40px;
	display: inline;
	margin: 0;
	padding: 0;
}

@media only screen and (min-width : 768px) {
	#navbar img {
		height: 60px;
	}
}

#navbar ul {
	text-align:center;
	margin: 0!important;
	padding: 0!important;
	display: inline-block;
	list-style: none;
}

#navbar ul li {
	display: inline-block;
	position: relative;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-family: Oswald;
	height: 100%;
	letter-spacing: 0.2rem;
	text-align: center;
	color: #edece5;/*Sand*/
	background: none;
}

#navbar ul li a:not(.button), #navbar ul li button {
	padding: 1rem 1.5rem;
	color: #edece5;/*Sand*/
	margin: 0;
}

#navbar ul li a.button {
	margin: 1rem 1.5rem;
}

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

}


@media only screen and (min-width: 1024px) {
	#navbar ul li a.button {
		margin: auto 3rem;
	}
	#navbar ul li a:not(.button) {
		padding: 3rem;
	}
}

@media only screen and (min-width: 1280px) {
	#navbar ul li a.button {
		margin: auto 5rem;
	}
	#navbar ul li a:not(.button) {
		padding: 3rem 5rem;
	}
}

#navbar ul li a:hover {
	cursor: pointer;
}

#navbar button.menu {
	opacity: 1;
	font-size: 2.5rem;
	vertical-align: middle;
	color: #edece5;/*Sand*/
	display: none;
}

#navbar button.menu::before {
	content: "\f0c9";
}


@media only screen and (max-width : 767px) {
	#navbar ul#nav {
		text-align:center;
		margin: 0!important;
		padding: 7rem 0 0 0 !important;
		display: block;
		list-style: none;
		top: 0;
		left: 0;
		width: 100%;
		position: fixed;
		-webkit-transform: translate3d(0, -125%, 0);
		-moz-transform: translate3d(0, -125%, 0);
		-ms-transform: translate3d(0, -125%, 0);
		-o-transform: translate3d(0, -125%, 0);
		transform: translate3d(0, -125%, 0);
		transition: all 0.5s;
		background: #131313;
		z-index: -1;
	}

	#navbar ul#nav li {
		display: block;
		position: relative;
		text-align: center;
		color: #edece5;/*Sand*/
		height: auto;
	}

	#navbar ul#nav li a {
		display: block;
		height: 100%;
		width: 100%;
		line-height: 3em;
	}

	#navbar a.button {
		font-size: 1.25rem;
		margin: 0;
		letter-spacing: 0.1rem;
		padding: 1rem 1.5rem;
	}
	#navbar button.menu {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	#nav-additional {
		display: block;
		position: fixed;
		-webkit-transform: translate3d(0, -125%, 0);
		-moz-transform: translate3d(0, -125%, 0);
		-ms-transform: translate3d(0, -125%, 0);
		-o-transform: translate3d(0, -125%, 0);
		transform: translate3d(0, -125%, 0);
		transition: all 0.5s;
		background: #131313;
	}
	#nav-additional li {
		display: block;

	}
}








/* Top Styles */


#top {
	background-color: #131313;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 3rem;
	height: 25rem;
}

@media only screen and (min-width : 768px) {
	#top {
		height: 30rem;
	}
}

@media only screen and (min-width: 1400px) {
	#top {
		height: 40rem;
	}
}


.video, #top {
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 2;
	position: relative;
	text-align: center;
	margin-bottom: 0;
}

.text {
	z-index: 11;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
	color: #edece5;/*Sand*/
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */

	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

.text.extradark {
	background: rgba(0,0,0,0.75);
}

.video a.button {
	margin-top: 4rem;
}

.video-intro span, #top span {
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-family: Oswald;
	letter-spacing: 0.2rem;
	display: block;
}

#top span {
  margin-top: 3rem;
}

.text .tagline .headline {
	font-weight: 400;
	font-size: 3.5rem;
	letter-spacing: 0.4rem;
}
.text .tagline .subline {
	font-size: 1.5rem;
	font-weight: 300;
}

@media only screen and (min-width : 1024px) {
  .text .tagline .headline {
  	font-size: 5rem;
  }
  .text .tagline .subline {
  	font-size: 2.5rem;
  }
}

@media only screen and (min-width: 1400px) {
	#top {
		height: 40rem;
	}
  .text .tagline .headline {
  	font-size: 7rem;
  }
  .text  .tagline .subline {
  	font-size: 4rem;
  }

}

@media only screen and (max-width : 767px) {
	.video-intro {
		background: url(img/video-intro.jpg) no-repeat center;
	}
	.video-voices {
		background: url(img/video-voices.jpg) no-repeat center;
	}
	.video {
		background-size: cover;
		position: relative;
		width: 100%;
		height: 40rem;
		padding: 2rem 3rem;
	}

	.video-intro {
		height: 45rem;
	}

	.video video {
		display: none;
	}

	.text {
		padding: 0 1rem;
	}
}










/* Shared Specific Styles */


video {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	vertical-align:bottom;
}

video.intro {
	z-index: 11;
}

video.stories {

}

video:hover {
	cursor: pointer;
}


.newsletter {
	background: url(img/newsletter.jpg) no-repeat center right;
	background-size: cover;
}


.map {
	width: 100%; /* This is the aspect ratio*/
	height: 50rem;
	overflow: hidden;
	position: relative;
}

@media only screen and (max-width : 767px) {
	.map {
		height: 30rem;
	}

}

.map #map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.mapoverlay {
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
}




.masonry,
.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.masonry .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

.cardwrap {
	margin-bottom: 3rem;
}

.card {
	background: #fff;
	text-align: left;
	word-wrap: break-word;
  color: #3c443e;/*Granite*/
}

.card:hover {
	cursor: pointer;
}

.card .img {
	height: 25rem;
	background-size:cover;
	position: relative;
	background-repeat: no-repeat;
	background-position: top center;
}

.card .desc {
	padding: 2.5rem;
}

.card .desc > * {

}

.card-footer {
  padding: 0 2.5rem 2.5rem 2.5rem;
}

.card-footer p {
  font-size: 1.5rem;
  opacity: 0.5;
  line-height: 1.75rem;
}

.card-footer span.name {
  font-style: italic;
}

.card-footer .mugshot {
  margin: 0;
  padding: 0;
  height: 3.75rem;
  width: auto;
  display: inline;
}


.card h3, .card h4, .card h5 {
	color: #3c443e;/*Granite*/
	font-weight: 400;
  letter-spacing: 0.15rem;
}

.card h3 {
	margin: 0;
	line-height: 3rem;
  font-size: 2.5rem;
}

.card h4 {
  font-size: 1.5rem;
}

.card h5 {
	font-size: 1rem;
}

@media only screen and (max-width : 767px) {
	.cardwrap {
	}

	.card .img {
		height: 15rem;
	}

	.card .desc {
		padding: 1rem;
	}

	.card h3 {
    font-size: 2.2rem;
	}

  .card-footer {
    padding: 0 1rem 1rem 1rem;
  }

}



.card::before {
	position: absolute;
	left: 15px;
	top: 0;
	padding: 0 0.65rem;
	line-height: 2.6rem;
	color: #FFF;
	background: #009a93;/*Peacock M*/
	font-size: 1.3rem;
}

.card.sa_news {
	margin-top: 2.6rem;
}

/*
.card.post::before {
	content: "BLOG";
}
*/
.card.sa_news::before {
	content: "IN THE NEWS";
}

.card.twitter::before {
	content: "TWITTER";
}

.card.facebook::before {
	content: "FACEBOOK";
}











/* Index Styles */


.involved .large {
	height: 3em;
}

.involved a.button {
	margin-top: 2rem;
}

@media only screen and (max-width : 767px) {
	.involved .large {
		height: auto;
	}
	.involved a.button {
		margin-top: 1rem;
	}
	.involved .row div {
		margin-bottom: 6rem;
	}
	.involved .row div:last-child {
		margin-bottom: 0;
	}
}
















/* Base Page Styles */




.page-header {
	position: relative;
	min-height: 20rem;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-title {
	color: #edece5;/*Sand*/
	font-size: 3rem;
	padding: 0;
	padding-top: 4rem;
	text-align: center;
	font-weight: 300;
}

@media only screen and (min-width : 768px) {
	.page-header {
		min-height: 55rem;
	}


	.page-title {
		font-size: 8rem;
	}
}

.page-content {
	margin-top: 0;
}

.page-content .section {
	text-align: left;
	padding: 5rem 0;
}

.page-content .section:first-of-type {
	padding-top: 0;
}

.page-content .section:last-of-type {
	padding-bottom: 10rem;
}

.page-content .row:last-of-type {
	margin-bottom: 0;
}


.page-content .fill {
	background: #FFF;
	padding: 3rem;
}

.page-content .row  div.color {
	background: #009a93;/*Peacock M*/
}


.page-content h3 {
  text-align: center;
	font-size: 5rem;
	margin-bottom: 2rem;
}

@media only screen and (max-width : 767px) {
	.page-content h3 {
		padding: 0 2rem;
	}
}

.page-content h4 {
	font-size: 3rem;
	font-weight: 300;
	padding: 0;
	margin-bottom: 1rem;
	margin-top: 2rem;
}

.page-content h5 {
	font-size: 2rem;
	font-weight: 300;
	margin: 2rem auto;
}


.page-content .section p.headline {
	text-align: center;
}

.page-content img.scale-with-grid {
	z-index: 1;
	position: relative;
}

@media only screen and (min-width : 768px) {
	.container.bumpup {
		position: relative;
		z-index: 12;
		margin-top: -8rem;
	}
}

/*
.page-content .row:first-of-type {
	margin-bottom: 0;
}
*/






/* Specific Page Styles */


.post-type-archive-sa_assembly .page-header {
	min-height: auto;
}

.post-type-archive-sa_assembly .page-header h2 {
	margin-top: 6rem;
}

.page-content .motto .row {
	margin-bottom: 5rem;
	background: #009a93;/*Peacock M*/
}

.work .container {
	background: #FFF;
	text-align: center;
}

.work .row {
}

.work h4 {
	height: 2em;
}


.page-content .startupsteps .row {
	margin-bottom: 0;
}

@media only screen and (min-width : 768px) {
	.page-content .startupsteps .row > div {
		padding: 0 3rem;
		margin-bottom: 3rem;
	}
}
.startupsteps .inner {
	padding: 3rem;
	background: #FFF;
	height: 100%;
}

.page-content .startupsteps h4 {
	margin-top: 0;
}




.mugshot {
	width: 100%;
	height: auto;
	margin: 0 auto;
	border-radius: 50%;
	padding: 2rem;
}


.breathingroom {
	margin-top: 3rem;
	text-align: center;
}

.page-content .row div.nopadding {
	padding: 0;
}


.motto h4 {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: 4rem;
}

.motto p {
	font-size: 2.5rem;
}

@media only screen and (min-width : 1024px) {
	.motto .left, .motto .left h4, .motto .left p {
		text-align: left;
	}

	.motto .right, .motto .right h4 {
		text-align: right;
	}
}

.page-content .faq h4 {
	text-align: left;
	margin: 5rem auto 1rem auto;
	font-weight: 400;
}

.page-content .faq .row .desc {
	padding: 0;
	max-height: 4.5rem;
	overflow-y: hidden;
	position: relative;
	transition: all 5s;
}

.page-content .faq .row .desc:hover  {
	cursor: pointer;
}

.page-content .faq .row .desc.shown {

	max-height: 999rem;
}

.page-content .faq .row .desc::after {
	content: " ";
	width: 100%;
	height: 1.5em;
	position: absolute;
	bottom: 0;
	left: 0;

	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	transition: all 0.5s;
}

.page-content .faq .row .desc.shown::after {
	background: none;
}

@media only screen and (min-width : 1024px) {
	.section.singing {
		background: url(img/singing.jpg) no-repeat center;
		background-size: cover;
	}

	.section.singing, .section.motto {
		margin: 5rem 0;
	}

}


.recognised a {
	margin: 3rem;
	display: inline-block;
}

.recognised a img {
	height: 10rem;
	width: auto;
}

.recognised a img.smaller {
	height: 5rem;
}


.section.motto {
	margin: 5rem 0;
}


.continent {
	padding: 3rem;
	background: #FFF;
	margin-bottom: 3rem;
}

.continent h2 {
	margin-bottom: 3rem;
}







/* Footer Styles */


footer {
	background: #131313 url(img/bg-dark.png) no-repeat center;
	background-size: cover;
}


.newsfeature a {
	margin: 2rem;
	display: inline-block;
}

.newsfeature img {
	height: 3rem;
	width: auto;
	image-rendering: crisp-edges;
}

.awards img {
	height: 10rem;
	width: auto;
	margin: 2rem;
	display: inline-block;
}

.colophon img {
	margin-top: 2rem;
}
