/**
	@Author:	Paul Strandoo
	@Date:		11 March 2018
	@Notes:		Wantok Support Site
*/

@import url(reset.css); 

/*	
	color: #3887BE;
	color: #59a7de;
	darker blue: #3887be;
	light blue (icons): #04b9ee;
	yellow: 
	red:   #e91623;
	logo blue: #59a7de;

	fonts: muliregular, muliregularitalic 400
		   mulilight, mulilightitalic 300
		   mulibold, mulibolditalic 600?

*/


/* --- [ Base & Typography ] -----------------*/
* {
	margin: 0;
	padding: 0;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

body {
	position: relative;
	}

body, input, textarea, table {
	font-family: 'mulilight', sans-serif;
	font-size: 16px;
	color: #222; 
	}

.body-fixed {
	position: fixed;
	}

p,
li {
	font-family: 'mulilight', sans-serif;
	font-size: 17px;
	line-height: 1.6em;
	margin: 0 0 1em;
	color: #333;
	}

em {
	font-family: 'mulilightitalic', sans-serif;
	}
strong {
	font-family: 'mulibold', sans-serif;
	font-weight: bold;
	}

a {
	color: #04b9ee;
	color: #59a7de;
	}
	
h1,h2,h3,h4 {
	font-family: 'mulibold', sans-serif;
	font-weight: normal;
	}
h1 {
	font-family: 'muliregular', sans-serif;
	font-size: 34px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 0.35em;
	}

h2,h3,h4 {
	margin-top: 0; 
	line-height: 1.2em;
	}
h2 {
	font-family: 'muliregular', sans-serif;
	font-family: 'mulibold', sans-serif;
	color: #e91623;
	color: #787878;
	font-size: 22px; 
	margin-bottom: 0;
	}
	
h1 + h2 {
	margin-top: 1em;
	}

h3 {
	font-family: 'mulibold', sans-serif;
	font-size: 19px;
	color: #333;
	margin: 0.3em 0 0;
	}
h4 {
	font-size: 16px;
	line-height: 1.2em;
	font-weight: 400;
	margin: 0;
	padding: 0;
	}


img {
	display: block;
	}	



/* --- [ Structure ] -----------------*/
header,
section,
footer {
	background: #ffffff;
	width: 100%;
	margin: 0;
	position: relative;
	}

.inner {
	position: relative;
	max-width: 1070px;
	margin: 0 auto;
	padding: 0 15px;
	}

header {
	padding: 0;
	}
header .inner {
	}
	
section {
	padding: 40px 0 50px;
	}
section .inner {
	min-height: 100px;
	}
	
section.top {
	margin-top: 30px;
	padding: 0 0 40px;
	}

@media only screen and (min-width: 800px) {
	section.top {
		margin-top: 80px;
		padding: 0 0 40px;
		}
}

/* --- [ Strandoo Simple Grid System v2 ] --------------- */
.row {
	margin: 0 -15px;
	zoom: 1;
	}
.row:before,
.row:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.row:after {
	clear: both;
	}

.row > .col {
	width: 100%;
	/* display: inline-block;*/
	float: left;
	vertical-align: top;
	padding: 0 15px;
	/*font-size: 18px;*/
	text-align: left;
	}

/* inline-block variation */
.row.inline > .col {
	float: none;
	display: inline-block;
	}
.row.inline {
	font-size: 0;
	}
.row.inline.middle > .col {
	vertical-align: middle;
	}
	
.no-padding {
	margin: 0;
	}
.no-padding > .col {
	padding: 0;
	}

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

.col.images img {
	margin: 0 auto 25px;
	}

.row-3 img,
.row-4 img {
	width: auto;
	margin: 0 auto;
	max-width: 100%;
	display: inline-block;
	vertical-align: middle;
	}
	
	
@media screen and (min-width: 480px) {	
	.row-3.gallery-section > .col,
	.row-3.news-section > .col { width: 50%; }
}	

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

	.row-2 > .col { width: 50%; }
	.row-3 > .col { width: 33.333%; }



	.row-4 > .col { width: 25%;}
	.row-5 > .col { width: 20%;}

	.row-2 .span-2 { width: 100%; }
	.row-3 .span-2 { width: 66%; }
	.row-3 .span-3 { width: 100%; }
	.row-4 .span-2 { width: 50%; }
	.row-4 .span-3 { width: 75%; }
	.row-4 .span-4 { width: 100%; }
	.row-5 .span-2 { width: 40%; }
	.row-5 .span-3 { width: 60%; }
	.row-5 .span-4 { width: 80%; }
	
	.home-box {
		margin-bottom: 20px;
		}
}

@media screen and (min-width: 760px) {
	.row-3.gallery-section > .col,
	.row-3.news-section > .col { width: 33.333%; }

}

img.full {
	/*width: 100%;*/
	}
img.half {
	width: 50%;
	float: left;
	}


.centered,
.centered p,
.centered h2,
.centered h3,
.centered h4 {
	text-align: center;
	}



/* ----- [ Masthead ] -----------------*/
.masthead {
	position: relative;
	height: auto;
	margin: 20px 0;
	background: #fff;
	}
.masthead .inner {
	height: auto;
	background: transparent;
	}

.logowrap {
	position: relative;
	float: left;
	width: 220px;
	}
.logowrap img {
	width: 100%;
	}

.top-meta {
	display: none;
	text-align: right;
	
	}

@media screen and (min-width: 800px) {
	.top-meta {
		display: block;
		}
}
@media screen and (min-width: 10240px) {
	.top-meta {
		display: block;
		margin-top: 0;
		}
}


/* ------ [ Nav Trigger ] ------ */
.mobile-nav-trigger {
	position: absolute;
	background-color: transparent;
	right: 22px;
	top: 0;
	width: 100px;
	z-index: 500;
}
.mobile-nav-trigger .menu-text {
	color: black;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	/* hide the text on small devices */
}
.mobile-nav-trigger .menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	/*left: 50%;*/
	/*top: 50%;*/
	top: 16px;
	bottom: auto;
	right: 0;
	width: 26px;
	height: 2px;
	background-color: black;
	-webkit-transition: background-color 0.3s;
	-moz-transition: background-color 0.3s;
	transition: background-color 0.3s;
	/* these are the upper and lower lines in the menu icon */
}
.mobile-nav-trigger .menu-icon::before,
.mobile-nav-trigger .menu-icon:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	right: 0;
	-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
	-moz-transition: -moz-transform .3s, top .3s, background-color 0s;
	transition: transform .3s, top .3s, background-color 0s;
}
.mobile-nav-trigger .menu-icon::before {
	top: -8px;
}
.mobile-nav-trigger .menu-icon::after {
	top: 8px;
}
.mobile-nav-trigger .menu-icon.is-clicked {
	background-color: rgba(255, 255, 255, 0);
}
.mobile-nav-trigger .menu-icon.is-clicked::before,
.mobile-nav-trigger .menu-icon.is-clicked::after {
	background-color: white;
}
.mobile-nav-trigger .menu-text.is-clicked {
	color: white;
}
.mobile-nav-trigger .menu-icon.is-clicked::before {
	top: 0;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.mobile-nav-trigger .menu-icon.is-clicked::after {
	top: 0;
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

@media screen and (min-width: 800px) {
	.mobile-nav-trigger {
		bottom: 10px;
		top: auto;
		}
}

.main-nav {
	/* by default it's hidden - on top of the viewport */
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,97,133,0.95);
	z-index: 450;
	text-align: left;
	padding: 40px 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: auto;
	opacity: 1;
	/* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.main-nav li .dropnav li {
	margin: 0.5em 1em;
	margin-left: 1em;
}

.dropnav li:first-of-type {
	display: none;
	}
.main-nav li {
	font-size: 20px;
	font-weight: 300;
	/*
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	*/
	margin: 1em 0;
	text-transform: capitalize;
}
.main-nav .level-1 {
	text-transform: uppercase;
	}
.main-nav .level-2 a {
	text-transform: uppercase;
	font-weight: 800;
	font-size: 16px;
	}
.main-nav a {
	color: #fff;
	display: inline-block;
	padding: 0 1em;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

.main-nav.is-visible {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

@media screen and (min-width: 1024px) {
	/* --- [ Main Navigation ] ------ */
	
	.main-nav-wrapper {
		overflow: hidden;
		}
	.main-nav {
		text-align: right;
		}
		
	.main-nav {
		z-index: 800;
		position: relative;
		position: absolute;
		visibility: visible;
		bottom: 0;
		right: 15px;
		top: auto;
		width: auto;
		height: auto;
		overflow: visible;
		background: transparent;
		text-align: right;
		padding: 0;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		-o-transition: all .3s ease;
		transition: all .3s ease;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		display: none;
		}		
		
	.main-nav li {
		display: inline-block;
		position: relative;
		margin: 0 0 0 22px;
		overflow: visible;
		}
	.main-nav a {
		font-size: 19px;
		padding: 0;
		color: #5c5c5c; 
		border-bottom: 2px solid transparent;
		}

	/*.main-nav a:hover {
		border-bottom: 2px solid #1aa1e1;
		}*/
	.main-nav a.on,
	.main-nav a:hover {
		border-bottom: 2px solid red;
		}

	.main-nav .dropnav {
		display: block;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		width: auto;
		top: 150%;
		left: -10px;
		padding: 5px 10px 10px;
		text-align: left;
		background-color: #f4f6f8;
		white-space: nowrap;
		z-index: 9999;
		-webkit-transition: opacity 0.2s ease, top 0.2s ease;
		-moz-transition: opacity 0.2s ease, top 0.2s ease;
		-o-transition: opacity 0.2s ease, top 0.2s ease;
		transition: opacity 0.2s ease, top 0.2s ease;
		box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	}
	.main-nav li:hover .dropnav {
		
		display: block;
		visibility: visible;
		opacity: 1;
		white-space: nowrap;
		top: 100%;
		}
	.main-nav li .dropnav li {
		display: block;
		padding: 0px 6px;
		margin: 0;
		}
	.main-nav .dropnav a {
		font-size: 16px;
		}
}

@media screen and (min-width: 1024px) {
	.main-nav {
		display: block;
		}
	.mobile-nav-trigger {
		display: none;
		}
}


.btn-donate {
	float: right;
	text-transform: uppercase;
	padding: 5px 0 0 5px;
	}

.social-networks {
	float: right;
	}
.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 2px 10px 0 0;
	}
.social-networks a {
	color: #59a7de;
	}
	
#breadcrumb {
	display: none;
	}


/* ----- [ Home Page ] --------------- */
.hero {
	padding-bottom: 0;
	padding-top: 0;
	}

.hero .inner {
	max-width:100%;
	min-height: 420px;
	padding: 0 0 33%;
	}

.hero-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	}
.hero-text {
	position: relative;
	padding: 20px;
	/*transform: translate(0, -50%);*/
	}
.hero-text h1 {
	font-size: 2.4em;
	color: #fff;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.5);
	letter-spacing: -1px;
	}

.owl-content {
	position: absolute;
	z-index: 100;
	background: #fff;
	/*background: rgba(255,255,255,0.7);*/
	padding: 20px;
	}
	
.owl-content p {
	margin-bottom: 0;
	}
	
/* horizontal defaults */
.owl-content.center.middle {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	}
.owl-content.center.top {
	left: 50%;
	top: 5%;
	transform: translate(-50%, 0);
	}
.owl-content.center.bottom {
	left: 50%;
	top: auto;
	bottom: 5%;
	transform: translate(-50%, 0);
	}
	
.owl-content.left.middle {
	right: 52%;
	top: 50%;
	width: 40%;
	transform: translate(0, -50%);
	}
.owl-content.left.top {
	right: 52%;
	top: 5%;
	width: 40%;
	transform: translate(0, 0);
	}
.owl-content.left.bottom {
	right: 52%;
	top: auto;
	bottom: 5%;
	width: 40%;
	transform: translate(0, 0);
	}
	
.owl-content.right.middle {
	left: 52%;
	top: 50%;
	width: 40%;
	transform: translate(0, -50%);
	}
.owl-content.right.top {
	left: 52%;
	top: 5%;
	width: 40%;
	transform: translate(0, 0);
	}
.owl-content.right.bottom {
	left: 52%;
	top: auto;
	bottom: 5%;
	width: 40%;
	transform: translate(0, 0);
	}

.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	}
.owl-theme .owl-controls .owl-nav .owl-prev,
.owl-theme .owl-controls .owl-nav .owl-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 1000;
    height: 51px;
    width: 51px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #ededed;
    margin-top: -25px;
    outline: none;
    opacity: 0.6;
    text-indent: -9999px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    background-color: transparent;
}

.owl-next {
    right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/sequence-next.png);
}
.owl-prev {
    left: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/sequence-prev.png);
}



@media only screen and (min-width: 800px) {
	.hero {
		padding-top: 40px;
		}

	.hero-text {
		position: absolute;
		z-index: 100;
		right: 50%;
		/*top: 50%;*/
		top: 5%;
		width: 40%;
		/*transform: translate(0, -50%);*/
		}
	.hero-text h1 {
		font-size: 3em;
	}
}


.home-intro {
	text-align: center;
	max-width: 960px;
	margin: 20px auto;
	}
.home-intro p {
	font-size: 1.5em;
	}

section.current-projects {
	background: #f4f6f8;
	}
section.current-projects h2 {
	font-family: 'muliregular', sans-serif;
	font-size: 2.2em;
	color: #222;
	font-weight: normal;
	}


/* ----- [ Donation Meter ] -----------*/
.featured-projects {
	margin-top: 2em;
	}

.goal {
	text-align: center;
}
.goal h2 {
	display: block;
	font-size: 30px;
	color: #222;
	text-align: center;
}
.donation-meter {
	position: relative;
	margin: 15px 0 0;
}
.donation-meter .glass {
	background: #e5e5e5;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	display: block;
	height: 20px;
	margin: 0;
	padding: 5px;
	position: relative;
	width: 100%;
}
.donation-meter .amount {
	background: #f34e54;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
	display: block;
	height: 10px;
	position: absolute;
	bottom: 5px;
}
.donation-meter strong {
	display: block;
	text-align: center;
}
.donation-meter .goal {
	font-size: 30px;
}
.donation-meter .total {
	font-size: 15px;
	position: absolute;
	top: -40px;
	background: #f34e54;
	color: #fff;
	padding: 5px 10px;
	display: none;
}
.donation-meter .total:after {
	content: '';
	position: absolute;
	height: 0;
	width:0;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f34e54;
	}

.featured-project:hover .donation-meter .total {
	display: block;
	}

.bulb {
	background: #e5e5e5;
	display: block;
	height: 60px;
	width: 60px;
	padding: 5px;
	position: absolute;
	top: -15px;
	left: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
}
.bulb .red-circle {
	background: #f34e54;
	display: block;
	height: 50px;
	width: 50px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-khtml-border-radius: 100px;
	border-radius: 100px;
}
.bulb .filler {
	background: #f34e54;
	display: block;
	width: 50px;
	height: 20px;
	position: relative;
	top: -35px;
	right: -20px;
	z-index: 30;
	-webkit-border-radius: 0 100px 100px 0;
	-moz-border-radius: 0 100px 100px 0;
	-khtml-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}

.divisions li {
	display: inline-block;
	position: relative;
	font-size: 14px;
	margin-left: 20%;
	padding-top: 2px;
	}
.divisions li::before {
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	top: -5px;
	left: 50%;
	border: 5px solid transparent;
	border-bottom: 5px solid #ccc;
	}

/* ----- [ Home: Featured Projects ] -----------*/
.featured-project {
	/*border: 1px solid #ccc;*/
	background: #fff;
	padding: 20px;
	box-shadow: 5px 0 20px rgba(0,0,0,0);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

.featured-project:hover {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}

.project-info {
	/*padding: 10px 20px;*/
	}
.project-info h3 {
	font-size: 1.3em;
	margin: 0 0 0.5em;
	}
	
.donation-status {
	margin-top: 1em;
	margin-bottom: 1.5em;
	}
.donation-goal {
	text-align: right !important;
	}
.donation-status span {
	font-family: 'mulibold', sans-serif;
	font-size: 1.3em;
	letter-spacing: -1px;
	}



/* ----- [ Home Boxes (x3) ] -----------*/
.home-box {
	/*margin: 0 5px;*/
	text-align: left;
	border-right: 1px dotted #999;
	}
.home-box:last-of-type {
	border: none;
	}
	
.home-box h2,
.home-box h3 {
	font-family: 'mulibold', sans-serif;
	color: #e91623;
	font-size: 20px;
	text-align: left;
	margin-bottom: 0.3em;
	}
.home-box p {
	text-align: left;
	}
.home-box li {
	list-style-type: none;
    margin: 0 1.5em 0.5em 1.5em;
    text-indent: -1.5em;
    padding: 0;
    line-height: 1.3;
    list-style-position: outside;
    text-align: left;
	}
.home-box li:before {
	content: '\f00c';
	font-family: FontAwesome;
	margin-right: 0.5em;
	color: #59a7de;
	}
.home-box a {
	font-weight: bold;
	}


/* ----- [ Home Features ] -----------------*/
.home-feature h2 {
	margin-bottom: 5px;
	}
.home-feature h3 {
	margin: 0;
	}
.home-feature h2 a {
	color: #e91623;
	}
	
.TextformatterVideoEmbed {
	padding-top: 0 !important;
	margin-bottom: 6px;
	padding-bottom: 47.5%;
	}



/* ----- [ Content ] -----------------*/
.content a {
	color: #59a7de;
}
.content a:hover {
	color: #3887BE;
	text-decoration: underline;
}
.content a.small,
.content a.morelink {
	font-weight: 400;
	/*font-size: 13px;*/
	/*text-transform: uppercase;*/
	}

.content em {
	font-style: italic;
	}
.content strong {
	font-weight: 400; 
	}

/* --- [ CMS Content ] --------------- */
.cms-content p + h2 {
	margin-top: 1.5em;
	}
.cms-content + h2 {
	margin-top: 2em;
	}
.cms-content p + ul {
	margin-top: -1em;
	}

.cms-content img {
	max-width: 100%;
	margin-bottom: 20px;
	}

.cms-content ul,
.cms-content ol {
	margin: 0 0 1em;
	}
.cms-content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}
.cms-content ol li {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 0 0 0.5em 1.5em;
	}

.main ul {
	margin: 0 0 1em;
	}
.main p,
.main li {
	padding-right: 1em;
	}

.main p img {
	display: inline;
	}


.image-caption {
	margin-top: -20px;
	line-height: 1.3em;
	}

.breadcrumbs li {
	list-style-type: none;
	display: inline-block;
	margin: 0;
	font-size: 14px;
	}


.big-quote {
	font-size: 28px;
	line-height: 32px;
	padding: 5%;
	}
.big-quote:before {
	content: "“";
	font-size: 200%;
	margin-top: 10px;
	float: left;
	}
.big-quote span {
	font-size: 20px;
	font-style: italic;
	}

.get-involved-head {
	text-align: center;
	margin-bottom: 2em;
	}

.get-involved-box,
.get-involved-box h2,
.get-involved-box p {
	text-align: center;
	position: relative;
	}
.get-involved-box::before {
	content: '';
	position: absolute;
	height: 200px;
	top: 50px;
	left: -10px;
	width: 10px;
	border-right: 1px dotted #999;
	}
.get-involved-box:first-of-type::before {
	border: none;
	}
	
img.involved-page-icon {
	height: 100px;
	display: block;
	margin: 0 auto 10px;
	}


/* --- [ Board Members ] --------------- */
.trustee-photos {
	float: left;
	width: 33.33%;
	text-align: center;
	}
.trustee-photos img {
	width: 90%;
	margin: 10px 5% 0!important;
	}
.trustee-photos .image-caption {
	margin-top: 5px;
	}

.board-member-photo img {
	margin: 5px 0 30px;
	overflow: hidden;
	}
.board-member-bio {
	margin: 0 0 30px;
	overflow: hidden;
	}

@media only screen and (min-width: 800px) {
	.board-member-bio {
		padding-right: 5em !important;
		}
}


/* --- [ Testimonials ] --------------- */
blockquote {
	margin: 0 0 3em;
	}
blockquote .quote {
	position: relative;
	background: #f4f6f8;
	padding: 20px;
	margin-bottom: 1em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-style: italic;
	}
blockquote .quote:after {
	content: '';
	position: absolute;
	height: 0;
	width: 0;
	top: 100%;
	right: 5%;
	border: 40px solid transparent;
	border-top: 40px solid #f4f6f8;
	border-left: none;
	}
.quote p {
	margin: 0;
	font-style: normal;
	}
.quote p:before {
	content: '“';
	font-size: 2em;
	line-height: inherit;
	vertical-align: -0.25em;
	}
.quote p:after {
	content: '”';
	font-size: 1.5em;
	line-height: inherit;
	vertical-align: -0.2em;
	}

.attrib {
	font-weight: bold;
	font-style: italic;
	padding: 0 20% 0 20px;
	}

.quote-img {
	margin-bottom: 2em;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	}



/* --- [ Basic Page ] --------------- */
.owl-carousel,
.owl-carousel.owl-loaded  {
	height: auto;
	display: none;
	}


@media only screen and (min-width: 800px) {
	.owl-carousel,
	.owl-carousel.owl-loaded {
		display: block;
		}
}


/*
article {
	float: left;
	width: 30%;
	margin: 0 3% 0 0;
	}

article.news-feed {
	width: 26%;
	padding: 5px 2%;
	background: #eee;
	min-height: 210px;
	}
	
article.twitter-feed {
	width: 25%;

	}
article.twitter-feed iframe {
	height: 240px;
	width: auto;
	}
*/
iframe .timeline-footer {
	display: none;
	}

.basic-page h1,
.site-map h1,
.contact-page h1,
.search-page h1 {
	float: left;
	width: 20.8%;
	padding: 0 2% 0 0;
	background: red;
	}
.basic-page article,
.site-map article,
.contact-page article,
.search-page article {
	/*margin-left: 22.8%;*/
	width: 42.2%;
	margin-top: 7px;
	}

aside {
	float: right;
	width: 30%;
	text-align: right;
	margin-top: 10px;
	}
aside img {
	margin: 0;
	display: inline;
	max-width: 100%;
	}
aside p {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 300;
	margin: 0 0 1em;
	}


.social-home {
	width: 6%;
	float: right;
	margin: 0;
	text-align: right;
	}
.social-home a {
	max-width: 50px;
	float: right;
	margin-bottom: 5px;
	}
.social-home img {
	width: 100%;
	opacity: 0.9;
	}
.social-home a:hover img {
	opacity: 1;
	}


/* TextFormatter Accordion */
dl.accordion {
	margin: 0;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #e0e0e0; 
}
dl.accordion > dt {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc; 
}
dl.accordion > dt > a {
	display: block;
	padding: 10px 40px 10px 20px;
	vertical-align: middle;
	position: relative;
	transition: all .2s ease; 
}
/*
dl.accordion > dt > a:after {
	content: '+';
	color: #888;
	right: 16px;
	position: absolute; 
}
*/
dl.accordion > dt > a:hover {
	text-decoration: none;
}
dl.accordion > dt > a.open {
}
dl.accordion > dt > a.open:before {
	content: '-'; 
}
dl.accordion dd {
	display: none;
	padding: 10px;
}






/* -----[ News Pages ]-------- */
.news-section-head {
	text-align: center;
	margin-bottom: 50px;
	}
	
.news-post {
	border-top: 1px solid #c7b18b;
	margin: 0 0 20px;
	padding: 20px 3em 20px 0;
	}
.news-post:first-of-type {
	border: none;
	padding-top: 0;
	}
	
.news-archive-head {
	border-bottom: 1px solid #c7b18b;
	padding-bottom: 15px;
	}

.news-post-single {
	margin: 0 0 20px;
	padding: 0 3em 0 0;
	}
/*
.post-date {
	font-size: 0.9em;
	text-transform: uppercase;
	margin: 0 0 1em;
	font-weight: 600;
	}
*/
.post-date2 {
	margin-bottom: 1em;
	}
.post-featured-image {
	max-width: 100%;
	/*float: left;*/
	margin: 6px 25px 20px 0 !important;
	}

.news-summary {
	padding: 20px !important;
	border-right: 1px solid #ccc;
	}
.news-summary p {
	font-size: 1em;
	}


.archive-list {
	margin: 0;
	}
.archive-list li {
	margin: 0;
	}


.sidebar {
	border: 1px solid #ccc;
	padding: 15px !important;
	margin-bottom: 20px;
	}


.sibling-nav {
	border-top: 1px solid #ccc;
	}
.sibling-nav .prev-nav,
.sibling-nav .next-nav {
	float: left;
	width: 48%;
	padding: 5px;
	font-size: 18px;
	}
.sibling-nav .next-nav {
	float: right;
	text-align: right;
	}

	
/* --- [ News Pages / Galleries ] --------------- */
.post-thumb {
	margin: 0 0 40px;
	position: relative;
	}

.post-date {
	font-size: 12px;
	font-family: 'mulibold', sans-serif;
	padding: 0;
	margin: 0 0 1em;
	text-transform: uppercase;
	}
.news .post-date {
	}


img.thumbnail {
	margin: 0 0 6px;
	}
.post-thumb h2 {
	font-size: 20px;
	}
.post-thumb p {
	line-height: 1.4em;
	}

.read-more {
	font-size: 17px;
	font-family: 'mulibold', sans-serif;
	}

.older-news h2 {
	margin: 0 0 5px;
	padding-top: 5px;
	}
.older-news li {
	line-height: 1.2;
	}

.gallery-caption {
    color: #fff;
    position: absolute;
    font-size: 16px;
    bottom: 4px;
    left: 15px;
    right: 15px;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.7);
    margin: 0;
    padding: 10px 4%;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.post-thumb:hover .gallery-caption {
	opacity: 1;
	}


/* --- [ Contact Page ] --------------- */
/*
.main form li {
	list-style-type: none;
    list-style-position: outside;
    margin: 0 0 5px 0;
	}
input, textarea {
	width: 98%;
	padding: 4px 1%;
	margin: 3px 0;
	background: #fff;
	font-size: 16px;
	color: #333;
	border: 2px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
input:focus, textarea:focus;
	background: #fff;
	}
#wrap_InputfieldSubmit span {
	display: none;
	}
li label span {
	display: none;
	}
button,
a.button {
	font-size: 15px;
	padding: 6px 10px;
	background: #3887BE;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	}
button:hover,
a.button:hover {
	color: #fff;
	background: #59a7de;
	text-decoration: none;
	}
.ui-widget-content p {
	text-align: right;
	margin: -1.6em 0 0;
	}
span.ui-state-error {
	color: red;
	}
*/

/* -----[ Contact form ]------------ */

.antispam {
	display: none;
	}

li.form-group {
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
    list-style-position: outside;
	}
.form-group label {
	margin: 0 0 10px;
	}
.form-control {
	display: block;
	width: 100%;
	padding: .5rem .75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #495057;
	
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	webkit-appearance: none;
	border-radius: .25rem;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s

	border: none;
	border: 2px solid rgba(0, 0, 0, 0.2);
	/*height: 55px;*/
	background: none !important;
	color: #000 !important;
	font-size: 18px;
}
.form-control:focus,
.form-control:active {
	border: 2px solid #000;
	outline: none;
	box-shadow: none;
	}

input,
select,
textarea {
    font-size: 1em;
    width: 100%;
    padding: 6px 8px;
    /*margin: 0 0 15px;*/
	/*color: #333;*/
    /*webkit-appearance: none;
    border: 1px solid #ccc;
    border-radius: 0;*/
    }

	
button,
.button,
a.button {
	font-size: 15px;
	padding: 6px 10px;
	background: #3887BE;
	color: #fff;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	}
button:hover,
.button:hover,
a.button:hover {
	color: #fff;
	background: #59a7de;
	text-decoration: none;
	}

button, input[type=text] {
	overflow: visible;
	-webkit-appearance: none;
	}
	
input[type=submit],
input.button,
textarea {
    -webkit-appearance: none;
	}
	
button:focus,
input.button:focus {
	border: 2px solid #000;
	}

input[type=checkbox] {
	width: auto;
	margin: 0 0 0 10px;
	}
select {
	height: 42px;
	font-size: 1.1;
	padding: 15px 19px;
	border: none;
	border-radius: 0;
	}

label:not(.check-control) {
	/*display: none;*/
	}

fieldset {
	border: 2px solid #eee;
	padding: 20px 20px 10px;
	margin: 15px 0;
	border-radius: 4px;
	}

/* checkboxes */
label.check-control {
	position: relative;
	display: block;
	padding-left: 35px;
	}
.check-control input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	}
.check-control input:focus {
	border: 2px solid #000;
	outline: none;
	box-shadow: none;
	}
	
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #fff;
	border: 2px solid rgba(0, 0, 0, 0.2);
	border-radius: .25rem;
	}
.check-control:hover input ~ .checkmark {
	border: 2px solid #000;
	}
.check-control input:checked ~ .checkmark {
	background-color: #2196F3;
	}
.check-control input:focus ~ .checkmark {
	border: 2px solid #000;	
	}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	}
/* Show the checkmark when checked */
.check-control input:checked ~ .checkmark:after {
	display: block;
	}
.check-control .checkmark:after {
	left: 7px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}


.error,
.success {
	padding: 10px;
	color: #fff;
	font-weight: 400;
	background: #f36617;
	margin: 0 0 5px;
	width: auto;
	}
.success {
	color: #00355e;
	background: #c5d301;
	}
.ui-widget-content p {
	text-align: right;
	margin: -1.6em 0 0;
	}
span.ui-state-error {
	color: red;
	}




.search-page h3 {
	margin-bottom: 1em;
	}



/* --- [ Site Map ] --------------- */
.sitemap li {
	list-style: none;
	margin:  0;
	font-size: 16px;
	line-height: 1.2em;
	padding: 0 0 0 1em;
	}
.sitemap li li {
	list-style: disc;
	}
.sitemap li li li {
	list-style: circle;
	}
.sitemap li li li li {
	list-style: square;
	}

/* --- [ Utility Styles ] --------------- */
img.right {
	float: right;
	}

.fright {
	float: right;
	}
.fleft {
	float: left;
	}
.text-left {
	text-align: left;
	}
.text-right {
	text-align: right;
	}
.text-center {
	text-align: center;
	}
	
.text-small {
	font-size: 1em;
	}
	
.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
	}
.clearfix:after {
	clear: both;
	}
.clearfix { 
	zoom: 1;
	}



/* Map outline hack */
.who-we-are .images img:nth-of-type(2) {
	max-width: 412px !important;
	margin: 30px 0;
	
	}

/* Map outline hack */
.who-we-are .images img:nth-of-type(3) {
	border: 2px solid #ccc;
	}




/* --- [ Give as you Live Pre Footer ] --------------- */
h2.give-as-you-live {
	text-align: center;
	font-size: 30px!important;
	font-size: 28px!important;
	line-height: 1.6em;
	}

h2.give-as-you-live:before {
	}

.give-footer {
	background: #eee;
	background: #f4f6f8;
	padding: 60px 0;
	}
.give-footer .inner {
	min-height: 10px;
	margin-bottom: 0;
	}

.gayl-footer-logo {
	max-width: 380px;
	width: 100%;
	margin: -30px auto 0;
	}

.gayl-button,
.content .gayl-button {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	background: #59a7de;
	border: 3px solid #59a7de;
	padding: 3px 15px 5px;
	white-space: nowrap;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
.gayl-button:hover,
.content .gayl-button:hover {
	color: #59a7de;
	background: #fff;
	text-decoration: none;
	}
h2 .gayl-button {
	margin-left: 10px;
	}


.hrule,
hr {
	border: none;
	height: 1px;
	background: #ccc;
	margin: 2em 0;
	}


/* --- [ Footer ] --------------- */

.footer-two {
	display: none;
	clear: both; 
	border: none;
	padding: 2em 0 1em;
	background: #222;
	
	border-top: 12px solid #e9eaee;
	background: #363839;
	padding: 43px 10px 40px;
	color: #8c8989;
	}
footer.copyright {
	display: none;
	padding: 5px 0 10px;
	background: #282a2b;
	border-top: 1px solid #4b4c4d;
	}



.footer-one {
	/* margin: 30px 0 0; */
	padding-top: 40px;
	padding-bottom: 20px;

	/* border-top: 6px solid #e9eaee; */
	}
.footer-one p,
.footer-one li {
	font-size: 14px;
}
.footer-one a {
	}
.footer-one a:hover {
	text-decoration: underline; 
}


.dark {
	background: #333;
	color: #fff;
	}
.dark li,
.dark p,
.dark h3 {
	color: #fff;
	}
.dark h3 {
	color: #e91623;
	}




footer .footnav li {
	margin: 0;
	}

.contact-info {
	}
.contact-info li {
	margin: 0;
	padding: 0;
	}
.contact-info .twitter,
.contact-info .facebook,
.contact-info .pinterest {
	width: 30px;
	height: 30px;
	margin: 0 0 0 0.5em;
	padding: 0;
	float: right;
	}
.contact-info .twitter a,
.contact-info .facebook a,
.contact-info .pinterest a {
	display: block;
	text-align: left;
	width: 30px;
	height: 30px;
	background: url("../images/twitter-w.png") 0 0 no-repeat;
	background-size: 100%;
	opacity: 0.5;
	text-indent: -9999px;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	}
.contact-info .facebook a {
	background: url("../images/facebook-w.png") 0 0 no-repeat;
	background-size: 100%;
	}
.contact-info .pinterest a {
	background: url("../images/pinterest-w.png") 0 0 no-repeat;
	background-size: 100%;
	}
.contact-info .twitter a:hover,
.contact-info .facebook a:hover,
.contact-info .pinterest a:hover {
	opacity: 0.8;
	}
.contact-info li:after {
	/*content: "•";
	padding: 0 0.5em;*/
	}

.credits {
	/*float: left;
	width: 50%;*/
	font-size: 12px;
	margin: 0;
	padding: 1em 0 0em;
	clear: both;
	color: #999;
	}
.credits a {
	color: #999;
	text-decoration: underline;
	}
.credits span {
	white-space: nowrap;
	}


/**
 * The edit link that appears when you are logged in.
 * It is recommended that you implement an edit button 
 * in your templates to make it easy to switch to and
 * from the admin control panel when editing pages. 
 *
 */
#editpage {
	position: fixed;
	bottom: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
	}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
	}


/**
 * Alignment styles that are used by the InputfieldTinyMCE for 
 * positioning images in bodycopy. If you are using this field type, 
 * you may want to include these or similar styles in your site.
 *
 */
.align_left {
        float: left;
        margin: 0 1em 0.25em 0;
	}

.align_right {
        float: right;
        margin: 0 0 0.25em 1em;
	}

.align_center {
        display: block;
        margin-left: auto;
        margin-right: auto;
	}


/**
 * WireFatalError is a class that ProcessWire will use to output
 * fatal errors in the design, but only if debug mode is on, or if
 * you are logged in as a superuser. 
 *
 */
.WireFatalError {
	background: #a30000; 
	color: #fff; 
	padding: 1em; 
	position: relative;
	z-index: 9999;
	}


