font-family @charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'Museo Sans 100';
	src: url("/fonts/MuseoSans-100.otf");
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans 300';
	src: url("/fonts/MuseoSans-300.otf");
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans 700';
/*	src: url("/fonts/MuseoSans-700.otf"); */
	src: url("/fonts/MuseoSans-700.otf");
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans 500';
	src: url("/fonts/MuseoSans_500.otf");
	font-display: swap;
}

@font-face {
	font-family: 'Museo Squoteans 500 italic';
	src: url("/fonts/MuseoSans_500_Italic.otf");
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans 900';
	src: url("/fonts/museosans-900-webfont.ttf");
	font-display: swap;
}

@font-face {
	font-family: 'Lato Bold Italic';
	src: url("/fonts/Lato-BoldItalic.ttf");
	font-display: swap;
}

html, body {
	margin: 0 auto;
	padding: 0;
	overflow-x: hidden;
	max-width: 1920px;
	scroll-behavior: smooth;
	font-family: 'Museo Sans 500', "Arial";
	font-size: 18px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.clearAll {
	clear: both;
}

/*-- TEXT --*/

p, li {
	font-family: 'Museo Sans 500', "Arial";
	font-size: 18px;
	line-height: 24px;
	color: #666;
}

h1 {
	font-family: 'Museo Sans 900', "Arial";
	font-size: 40px;
	color: #1d1e23;
	margin-bottom: 25px;
	margin: 0;
}

h2 {
	font-family: 'Museo Sans 900', "Arial";
	font-size: 30px;
}

h3 {
	font-family: 'Museo Sans 900', 'Arial';
	font-size: 24px;
	color: #1d1e23;
	margin-bottom: 25px;
	margin-top: 0;
}

h4 {
	font-family: 'Museo Sans 900', 'Arial';
	font-size: 36px;
	color: #fff;
	text-align: center;
}

h5 {
	font-family: 'Museo Sans 900', 'Arial';
	font-size: 22px;
	color: #FF8291;
	text-transform: uppercase;
	text-align: center;
}

.yellow-bold {
	color: #FF8291;
	font-family: 'Museo Sans 900', "Arial";
}

a {
	text-decoration: none;
    border-bottom: 2px solid #FF8291;
    transition: border-bottom 0.2s;
    color: #1d1e23;
}

.business-model-header {
    font-family: 'Museo Sans 900', "Arial";
    color: #1d1e23;
    font-size: 18px;
    text-transform: uppercase;
}


/*-- MEMBERS AREA --*/


.login-form .input-wrapper input, #my-account input[type=text] {
	padding: 14px 14px 12px 14px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #eee;
    font-family: 'Museo Sans 700', "Arial";
    font-size: 15px;
    color: #1d1e23;
    outline: none;
    transition: all 0.3s;
    background-color: #fafafa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;
	width: calc(100% - 28px);
	margin: 10px 0;
}

.login-form .input-wrapper input::placeholder, #my-account input[type=text]::placeholder {
	color: #999;
	text-transform: uppercase;
}

#my-account .input-wrapper {
	width: calc(50% - 10px);
	margin-bottom: 15px;
}

#my-account .input-wrapper:nth-of-type(odd) {
    float: left;
}

#my-account .input-wrapper:nth-of-type(even) {
    float: right;
}

#my-account label {
	font-size: 12px;
    color: #999;
    font-family: 'Museo Sans 700', "Arial";
    text-transform: uppercase;
	display: block;
}

#my-account input[type=radio] {
	width: 25px;
}

#my-account .half {
	width: calc(50% - 3px);
	display: inline-block;
	padding: 13px 0;
	margin: 10px 0;
}

#my-account select {
	vertical-align: top;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #eee;
    height: 46px;
    font-family: 'Museo Sans 700', "Arial";
    font-size: 15px;
    color: #1d1e23;
    outline: none;
    transition: border-bottom 0.3s;
    text-indent: 7px;
	margin: 10px 0;
}

#my-account .dob select {
	width: calc(100% / 3 - 4px);
}

.login-form .input-wrapper input:focus, #my-account select:focus, #my-account input:focus {
	border-bottom: 2px solid #FF8291;
}

.login-form input[type=submit], #my-account input[type=submit] {
	background-color: #FF8291;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    -webkit-appearance: none;
    width: 100%;
    transition: all 0.3s;
    font-family: 'Museo Sans 700', "Arial";
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.login-form input[type=submit]:hover, #my-account input[type=submit]:hover {
	background-color: #FFA8B1;
}


.tab-headers {
	display:inline-block;
	width:auto;
}

#page-title {
	background-color: #FF8291;
}

#page-title.login .container {
	padding: 60px 0 40px 0;
	position: relative;
}

#page-title .container {
	padding: 40px 0 15px 0;
	position: relative;
}

#page-title.login h1,
#page-title.login h3 {
	display: block;
	text-align: center;
}

#page-title h3 {
	display: inline-block;
	font-size: 35px;
}

#page-title .name {
	display: inline-block;
	float: right;
	line-height: 45px;
	font-family: 'Museo Sans 700', "Arial";
	padding: 0 15px;
    border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s;
}

#page-title .name:hover {
	background-color: #FFA8B1;
}

#page-title .name i {
	margin-left: 5px;
}

#page-title #sidebar {
	position: absolute;
	right: 0;
	background-color: #fff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
	display: none;
	z-index: 10;
}

#page-title #sidebar::after {
	bottom: 100%;
	right: 12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ffffff;
	border-width: 7px;
	margin-left: -7px;
}

#content .container {
	padding: 50px 0 70px 0;
}

.no-account p {
	text-align: center;
}

.no-account a {
	color: #1d1e23;
	border-bottom: 2px solid #FF8291;
	white-space: nowrap;
}

.container.memberlogin {
	max-width: 500px;
	text-align: center;
	padding:0 10px;	
}

.memberlogin .h-divider {
	width: 100%;
	margin: 40px 0;
}

.memberlogin .g-recaptcha {
	width: 304px;
	margin: 15px auto 0 auto;
}

.memberlogin .light-grey {
	font-size: 16px;
    color: #aaa;
    font-family: 'Museo Sans 700', "Arial";
    transition: color 0.3s;
}

.memberlogin .light-grey:hover {
	color: #888;
}

.memberlogin .error {
	font-size: 16px;
	color: #ff0000;
}

.link-list a li {
	color: #1d1e23;
	opacity: 0.4;
	transition: opacity 0.3s;
	list-style: none;
	padding: 15px 30px;
}

.link-list a li:hover {
	opacity: 1;
}

.link-list a li.active {
	opacity: 1;
	border-left: 3px solid #FF8291;
}

.link-list ul {
	padding: 20px 0;
	margin: 0;
}

#content.home {
	background-color: #fcfcfc;
}

#event-listing table {
	border-collapse: collapse;
}

#event-listing tr th {
	text-align: left;
    font-family: 'Museo Sans 700', "Arial";
	padding: 15px 15px 0px 15px;
	color: #999;
    text-transform: uppercase;
    font-size: 14px;
}

#event-listing tr td {
	padding: 15px;
	color: #666;
	width: calc(100%/3);
	transition: color 0.3s;
}

#event-listing tr td .registered {
	padding: 7px 12px;
    display: inline-block;
    background-color: #04bf09;
    font-size: 13px;
    border-radius: 30px;
    color: #fff;
	width:100px;
}

#event-listing tr td .registered.full {
    background-color: #999;
}

#event-listing .event-wrap .thisEvent {
	padding: 15px 40px;
	margin-bottom: 25px;
    background-color: #fff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(120,120,120,0.05);
    -moz-box-shadow: 0px 0px 10px 0px rgba(120,120,120,0.05);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(120,120,120,0.05);
	border-left: 3px solid #FF8291;
	transition: all 0.3s;
}

#event-listing .event-wrap .thisEvent a {
	color: #666;
    font-family: 'Museo Sans 700', "Arial";
	transition: color 0.3s;
}

#event-listing .event-wrap .thisEvent a:hover {
	color: #FFA8B1;
}

#event-listing a.event-wrap .thisEvent {
	border-left: 3px solid transparent;
}

#event-listing a.event-wrap:hover .thisEvent {
	border-left: 3px solid #FF8291;
	box-shadow: 0px 0px 15px 0px rgba(120,120,120,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(120,120,120,0.1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(120,120,120,0.1);
	transform: scale(1.01);
	-moz-transform: scale(1.01);
	-webkit-transform: scale(1.01);
}

#event-listing a.event-wrap:hover .thisEvent .info td {
	color: #1d1e23;
}

#event-listing .name {
	border-bottom: 1px solid #eeeeee;
	
}

.event-img {
	width: calc(50% - 20px);
	float: left;
}

.event-desc {
	width: calc(50% - 20px);
	float: right;
}

.event-desc ol li, 
.event-desc ul li {
    color: #666;
   font-family: 'Museo Sans 500', "Arial";
    font-size: 18px;
    line-height: 30px;
	margin-left:-20px;
}

.event-desc ul br {
	height:0px;
}

.event-img img {
	width: 100%;
}

.event-desc .signup {
	background-color: #f9f9f9;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 40px;
	/*
	margin-bottom: 25px;
	*/
}

.event-desc .signup .date-time {
	width: 100%;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 25px;
    margin-bottom: 25px;
}

.event-desc .signup .date-time p {
	margin: 0;
	line-height: normal;
	padding-right: 15px;
}

.event-desc .signup .date-time div {
	width: 50%;
	float: left;
}
	

.event-desc .signup .red {
	font-family: 'Museo Sans 700', "Arial";
	text-transform: uppercase;
	font-size: 14px;
	color: #FF8291;
	margin-bottom: 10px;
	display: block;
}

.event-desc .signup .registered, .event-desc .signup #signup-button {
	padding: 10px 20px; 
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'Museo Sans 700', "Arial";
	border: 0;
	display: inline-block;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin-top: 30px;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.event-desc .signup #signup-button {
	cursor: pointer;
}

.event-desc p a {
	color: #1d1e23;
	border-bottom: 2px solid #FF8291;
}

#past-events {
	padding: 15px 40px;
    background-color: #fff;
}

#past-events tr {
	border-bottom: 1px solid #eee;
}

#past-events tr:last-child {
	border-bottom: none;
}

#past-events tr:hover td {
	color: #1d1e23;
}

#past-events tr th {
	padding: 25px 20px;
}
#past-events tr td {
	line-height: 30px;
}

/*-- SEE HOW YOU CAN HELP TAB --*/

.help-tab {
	width: 240px;
    height: 65px;
	background-color: #FFA8B1;
	position: fixed;
	z-index: 5;
	right: 0;
	bottom: 50px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	box-shadow: -2px 0px 22px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: -2px 0px 22px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow: -2px 0px 22px 0px rgba(0,0,0,0.15);
	transition: right 0.5s;
	cursor: pointer;
}

.help-tab:hover .help-icon {
	animation: zoomBigSmall 3s ease-in-out infinite;
}

.help-tab img {
	height: 55px;
	margin-top: 5px;
	margin-left: 5px;
	width: 84px;
}

.help-tab img, .help-text {
	float: left;
}

.help-text {
	font-family: 'Museo Sans 900', "Arial";
    font-size: 17px;
    color: #1d1e23;
    width: 140px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 13px;
}

.help-box {
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 100;
    overflow: scroll;
	display: none;
}

.help-box-wrapper {
	width: 480px;
	position: absolute;
	padding: 40px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.help-box-wrapper h3 {
	text-align: center;
}

.help-box-wrapper .box {
	text-align: center;
	width: 180px;
	height: 180px;
	padding: 20px;
	background-color: #FF8291;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	float: left;
	margin: 10px;
	transition: box-shadow 0.3s;
}

.help-box-wrapper .box.red {
	background-color: #FF8291;
}


.help-box-wrapper .box:hover {
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
}

.help-box-wrapper img {
	width: 100px;
	margin-top: 10px;
}

.help-box-wrapper p {
	font-family: 'Museo Sans 700', "Arial";
	color: #1d1e23;
	line-height: 22px;
}

.help-box-wrapper .red p {
	font-family: 'Museo Sans 700', "Arial";
	color: #ffffff;
	line-height: 22px;
}

.help-box-wrapper .close {
	font-size: 22px;
    color: #ccc;
    position: absolute;
    padding: 2px;
    text-align: center;
    right: 20px;
    top: 20px;
    cursor: pointer;
    transition: color 0.3s;
}

.help-box-wrapper .close:hover {
	color: #FFA8B1;
}

.help-box .overlay {
	position: fixed;
    top: 0px;
    left: 0px;
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: -1;
}



/*-- NAVIGATION BAR --*/

#navigation {
	width: 100%;
	height: 80px;
	position: relative;
	z-index: 10;
	background-color: #fff;
/*	
	box-shadow: inset 0px -6px 25px -20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px -6px 25px -20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0px -6px 25px -20px rgba(0, 0, 0, 0.2);
*/	
}

.nav-hidden {
	height: 80px;
	width: 100%;
	display: none;
}

.nav-container {
	width: 85%;
	margin: 0 auto;
	padding: 14px 30px;
}

.logo {
	float: left; 
}

.logo a {
	border:none; 
}

nav {
	float: left;
	margin-left: 70px;
/*
	width: calc(100% - 163px);
*/
	width: calc(100% - 220px);
}

nav ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
	border-bottom:none;
    color: #aaaaaa;
    text-decoration: none;
    padding: 20px;
    display: block;
	font-family: 'Museo Sans 500', "Arial";
	font-size: 14px;
	text-transform: uppercase;
	transition: color 0.3s;
}

nav ul li a:hover {
	color: #1d1e23;
}

nav ul li .active {
	color: #1d1e23 !important;
}

.home-nav {
	color: #1d1e23
}

.home-nav-hover {
	color: #aaa;
}

nav ul li:hover,
nav ul li.active {
    border-bottom: 4px solid #FFA8B1;
}

nav ul ul {
    position: absolute;
    width: 263px;
    background: #fff;
    display: none;
	padding: 15px 0;
/*	
	box-shadow: 0 -5px 20px -5px #f2f2f2;
	-moz-box-shadow: 0 -5px 20px -5px #f2f2f2;
	-webkit-box-shadow: 0 -5px 20px -5px #f2f2f2;
*/
}

nav ul ul li {
    display: block;
    background: #fff;
}

nav ul ul li:hover {
	border: none;
}

nav ul ul li:hover a{
    color: #1d1e23;
}

nav ul ul li a {
    padding: 4px 0 4px 17px; 
	text-transform: none;
	color: #808080;
	transition: color 0.3s;
}

nav ul li:hover ul {
    display: block;
	margin-top: 4px;
}

nav ul span {
	float: right;
	margin-top: 8px;
}

.subhead {
	font-size: 12px;
	color: #1d1e23;
	font-family: 'Museo Sans 700', "Arial";
	padding: 9px 0 9px 17px;
	text-transform: uppercase;
}

.subhead:hover {
	background-color: #fff;
}

.subdivider {
	width: 230px;
	height: 1px;
	margin: 12px auto;
	background-color: #ebebeb;
}

.subdivider:hover {
	background-color: #ebebeb;
}

nav div {
    background: #fff;
    color: #1d1e23;
    font-size: 24px;
    padding: 0.6em;
    cursor: pointer;
    display: none;
	text-align: right;
}

.subscribe-btn:hover, .donate-btn:hover {
	border-bottom: none;
}

.subscribe-btn a {
	color: #FF8291;
	border: 1px solid #FF8291;
	z-index: 2;
	position: relative;
	display: block;
	transition: all 0.3s;
}

.subscribe-btn a:hover {
	border: 1px solid #FFA8B1;
	color: #1d1e23;
	background-color: #FFA8B1;
}

.donate-btn {
	margin-left: 20px;
}

.donate-btn a {
	color: #fff;
	background-color: #FF8291;
	z-index: 2;
	position: relative;
	display: block;
	transition: all 0.3s;
}

.donate-btn a:hover {
	background-color: #FFA8B1;
	color: #fff;
}

.subscribe-btn a, .donate-btn a {
	text-decoration: none;
	text-align: center;
	padding: 10px 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: 'Museo Sans 700', "Arial";
}

/*-- SUBSCRIBE FORM --*/

.subscribe-form {
	padding: 20px 30px 30px 30px;
	position: fixed;
	top: 0;
	background-color: #fff;
	border-bottom: 4px solid #FF8291;
	box-shadow: 0 0 15px 3px rgba(0,0,0,0.08);
	-moz-box-shadow: 0 0 15px 3px rgba(0,0,0,0.08);
	-webkit-box-shadow: 0 0 15px 3px rgba(0,0,0,0.08);
	width: 500px;
	left: calc(50% - 280px);
	border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
	display: none;
	z-index: 20;
}

.subscribe-close {
	text-align: right;
}

.subscribe-close i {
	cursor: pointer;
	font-size: 18px;
	color: #FF8291;
	margin-bottom: -5px;
}

.subscribe-header {
	text-align: center;
	font-family: 'Museo Sans 900', "Arial";
	font-size: 20px;
	color: #1d1e23;
	padding-bottom: 12px;
	text-transform: uppercase;
}

.subscribe-header p {
	padding: 0;
	margin: 11px auto;
	text-transform: none;
	font-size: 15px;
	line-height: 20px;
	width: 80%;
}

.subscribe-header span {
	text-align: right;
}

.subscribe-wrapper {
	background-color: #eee;
	padding: 10px 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.subscribe-wrapper .col-xs-4 {
	width: calc(100% - 30px);
	display: inline-block;
}

.subscribe-wrapper input {
	text-decoration: none;
	border: none;
	outline: none;
	background-color: #eee;
	width: 100%;
	cursor: pointer;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 14px;
	color: #1d1e23;
}


.subscribe-wrapper input::placeholder {
	font-family: 'Museo Sans 700', "Arial";
	color: #aaa;
}

.subscribe-wrapper button {
	font-size: 17px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FF8291;
	border: none;
	outline: none;
	padding: 5px;
	background-color: #eee;
	width: 30px;
}

.subscribe-wrapper button:hover, .subscribe-close i:hover {
	color: #FFA8B1;
}

/*-- SLIDER --*/

.slider .mySlides {
	background-image: linear-gradient(to right, rgba(0,0,0,0.4), rgba(255,0,0,0), rgba(255,0,0,0));
	max-height: 800px;
	overflow: hidden;
}

.slider-img {
	position: relative;
	z-index: -1;
	/* transition: transform 1s; */
}

.slider .slidertext {
	color: #fff;
	text-align: left;
	margin-left: 100px;
	position: absolute;
	top: 67%;
    transform: translateY(-50%);
	width: 40%;
} 

#slider .bx-pager {
	display: none;
}

.bx-wrapper .bx-controls-direction a {
	border:none;
}

.yellow-btn {
	margin-top: 50px;
	padding: 9px 30px;
	font-family	: 'Museo Sans 900', "Arial";
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #E1374B;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: background-color 0.3s;
	width: fit-content;
}

.yellow-btn:hover{
	background-color: #FFA8B1;
}

.rose-btn {
	margin-top: 50px;
	padding: 9px 30px;
	font-family	: 'Museo Sans 900', "Arial";
	font-size: 18px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #FF8291;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: background-color 0.3s;
	width: fit-content;
}

.rose-btn:hover{
	background-color: #FFA8B1;
}

/*-- OUR WORKS --*/

#ourworks .header {
	text-align: center;
	width: 90%;
	margin: 0 auto;
}

#ourworks .header p {
	font-size: 18px;
	color: #aaa;
	margin-top: -22px;
}

.works-sections {
	width: 100%;
	padding: 0;
	margin-top: 35px;
	text-align:center;

}

.thisSection {
/*
	width: 33.33%;
	float: left;
*/	
    width: calc(100% / 3 - 6px);
	border: 1px solid #f5f5f5;
	position: relative;
	overflow: hidden;
	
/*	
	margin:0 auto;
	width: calc(100% / 3 - 6px);
*/
	display:inline-block;
	float:none;
	
	
}

.thisSection:after {
  content: "";
  display: block;
  padding-bottom: 0%;
}

.thisSection img {
	height: auto;
	/* margin-top: -110px;
	width: 100%;
	*/
}


img.home-prog-icon {
	max-width:400px;
}
	


.works-sections-img img,
.works-sections-img-hover img {
	width:100%;
}

.works-sections-img {
	opacity: 1;
	transition: all 0.7s;
}

.works-sections-img-hover {
	width: 110%;
	position: absolute;
	top: 0;
	opacity: 0;
	transition: all 0.7s;
	background-color: #000;
}

.works-sections-img-hover h3 {
	color:#ffffff;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 30px;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 75%;
	opacity: 0;
	transition: opacity 0.7s;
	left: 10%;
	top: 30%;
	transform: translateY(-50%);
}

.works-sections-img-hover p {
	color:#ffffff;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 24px;
	position: absolute;
	z-index: 2;
	text-align: center;
	width: 75%;
	opacity: 0;
	transition: opacity 0.7s;
	left: 10%;
	top: 45%;
	transform: translateY(-50%);
}

/* .works-sections-img-hover::before {
    content: " ";
    width: 100%;
    height: 25%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(76,76,76,0), rgba(76,76,76,0.4));
    background: -moz-linear-gradient(top, rgba(76,76,76,0), rgba(76,76,76,0.4));
    background: -o-linear-gradient(top, rgba(76,76,76,0), rgba(76,76,76,0.4));
    background: linear-gradient(to top, rgba(76,76,76,0), rgba(76,76,76,0.4));
} */

.works-sections-img-hover img {
	margin-top: 0;
	opacity: 0.5;
}

.thisSection:hover .works-sections-img-hover {
	opacity: 1;
	/* transform: translateY(600px); */
}

.thisSection:hover .works-sections-img {
	opacity: 0;
}

.thisSection:hover .works-sections-img-hover p,
.thisSection:hover .works-sections-img-hover h3

 {
	color: #fff !important;
	opacity: 1;
}

/*-- VOLUNTEERING --*/

.v-opportunities, .v-schedule {
	width: 50%;
	float: left;
	height: 600px;
}

.v-opportunities {
	text-align: center;
	display: table;
	overflow: hidden;
}

.opportunities-wrap {
	display: table-cell;
	vertical-align: middle;
	background: url("../assets/volunteer-2025.jpg") no-repeat;
	background-size: cover;
	background-position: top;
	transition: background-size 0.5s ease;
}

.v-opportunities h3 {
	font-size: 26px;
	text-shadow: black 2px 2px 5px;
}

.v-opportunities h3, .v-opportunities p {
	width: 65%;
	margin: 0 auto;
}

.v-opportunities p {
	font-size: 20px;
	color: #ffffff;
	text-shadow: black 2px 2px 5px;
	padding: 20px 0;
}

.v-opportunities .yellow-btn {
	width: 100px;
	margin: 35px auto 0 auto;
}

.v-schedule {
	position: relative;
	overflow: auto;
	background: linear-gradient(to top, rgba(0,0,0,0.08), rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0), rgba(255,0,0,0)); 
}

.thisSchedule {
	display: none;
}

.schedule-arrow {
	width: 95px;
	height: 50px;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
	box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
	text-align: center;
	position: absolute;
	bottom: 0;
	left: calc(50% - 47px);
	cursor: pointer;
	z-index: 2;
}

.schedule-arrow img {
	margin-top: 18px;
}

.schedule-wrapper {
	width: 80%;
	max-width: 700px;
	margin: 40px auto 0 auto;
	position: relative;
	overflow: auto;
	height: 700px;
}

.v-date {
	width: 60px;
	height: 60px;
	background-color: #1d1e23;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	font-family: 'Museo Sans 700', "Arial";
	text-align: center;
	padding: 10px;
	float: left;
}

.v-month {
	font-size: 16px;
}

.v-day {
	font-size: 24px;
}

.v-time {
	font-size: 12px;
}

.event {
	margin-left: 25px;
	float: left;
	width: 65%;
}

.event-name {
	font-family: 'Museo Sans 900', "Arial";
	font-size: 18px;
/*
	text-transform: uppercase;
	*/
	color: #1d1e23;
	float: left;
	width: 60%;
}

.event-viewmore a {
	font-family: 'Museo Sans 500', "Arial";
	font-size: 12px;
	color: #777;
	text-decoration: none;
	line-height: 25px;
	text-transform: uppercase;
	transition: color 0.5s;
}

.event-viewmore a:hover {
	color: #444;
}

.event-signup {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 14px;
	text-transform: uppercase;
	float:right;
	width: 110px;
	border: 2px solid FF8291;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 6px 0 6px 0;
	text-align: center;
	margin-top:15px;
}

.event-signup a {
	text-decoration: none;
	color: #FF8291;
	text-align: center;
	padding: 5px 10px;
	border:none;
}

.event-signup img {
	margin-left: -8px;
	opacity: 0;
	transition: all 0.2s ease-out;
}

.event-signup a:hover img {
	margin-left: 5px;
	opacity: 1;
}

.event-counter {
	margin-top: 20px;
	width: 100%;
}

.counter-bar {
	background-color: #eaeaea;
	width: 100%;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.counter-bar-fill {
	background-color: #FF8291;
	height: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

.counter-text {
	font-family: 'Museo Sans 500', "Arial";
	font-size: 12px;
	color: #ababab;
	text-transform: uppercase;
	float: right;
	margin-top: 4px;
}

.v-divider {
	width: 81%;
	height: 1px;
	background-color: #f2f2f2;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	margin: 12px 1px 12px 0;
}

/*-- HAPPENINGS --*/

#happenings {
	background-color: #fafafa;
	padding-top: 40px;
	padding-bottom: 85px;
	width: 100%;
	overflow: hidden;
}

#happenings .header {
	text-align: center;
    width: 90%;
    margin: -40px auto 0 auto;
}

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

#happenings .header h3 {
	margin: 40px 0;
}

.happenings-slider {
	padding: 0 0 0 50px;
}

.news-arrows .slick-prev {
	left: -70px;
}

.news-arrows .slick-next {
}

.news-arrows .slick-prev, .news-arrows .slick-next {
	width: 40px;
	height: 40px;
	background-color: #FF8291 !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.news-arrows .slick-disabled {
	background-color: #eee !important;
}

.news-arrows .slick-next:before {
	content:"\f061";
	opacity: 1 !important;
}

.news-arrows .slick-prev:before {
	content:"\f060";
	opacity: 1 !important;
}

.news-arrows .slick-prev:before, .news-arrows .slick-next:before {
	font-display: swap;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	opacity: 1;
}

.news-arrows {
	position: absolute;
	right: 90px;
	margin-top: -60px;
}

.schedule-wrapper::-webkit-scrollbar, #map::-webkit-scrollbar {
	width: 0 !important 
}

.schedule-wrapper, #map {
	overflow: -moz-scrollbars-none; 
}

.schedule-wrapper, #map {
	-ms-overflow-style: none;
}

.news {
	position: relative;
}

.news-wrapper {
	white-space: nowrap;
	overflow-x: scroll;
	width: auto;
}

.thisNews {
	width: 360px;
	height: 340px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 15px;
	display:inline-block;
	position: relative;
}

.news-img-wrap {
	width: 100%;
	height: 240px;
	overflow: hidden;
}

.news-img {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	height: 240px;
	width: 360px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: transform 1s;
}

.news-img .view-all {
		width: 100%;
	text-align:center;
	margin-top: 35%;font-size: 20px;	
}

.thisNews a {
	text-decoration: none;
}

.thisNews a:hover .news-img {
	transform: scale(1.1);
}

.news-date {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 14px;
	color: #FF8291;
	width: 80%;
	margin: 20px auto 12px auto;
}

.news-title {
	font-family: 'Museo Sans 900', "Arial";
	font-size: 18px;
	color: #1d1e23;
	width: 80%;
	margin: 0 auto;
/*	
	white-space: nowrap;
*/	
    overflow: hidden;
    text-overflow: ellipsis;
}

#happenings-mast.media .news-title {
	font-family: 'Museo Sans 700', "Arial";
	margin: 20px auto 12px auto;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#happenings-mast.media .news-date {
	margin: 0 auto;
}

.news-hashtags {
	width: 80%;
	font-size: 12px;
	margin: 15px auto 0 auto;
    color: #999;
    line-height: 17px;
}

#happenings-mast.media .thisHappening {
	height: auto;
	padding-bottom: 30px;
	transition: transform 0.5s;
}

#happenings-mast.media .thisHappening .news-img-wrap {
	position: relative;
    background-color: #FF8291;
    border-radius: 5px 5px 0 0;
}

#happenings-mast.media .thisHappening .news-img {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	width: 80%;
    height: auto;
    max-height: 180px;
	font-size: 22px;
    line-height: 30px;
    font-family: 'Museo Sans 900', "Arial";
    color: #1d1e23;
	overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

#happenings-mast.media .thisHappening:hover {
	transform: scale(1.03);
}

/*-- HOMEPAGE QUOTE --*/

#homepage-quote {
	background-color: #FFDCD7;
	padding: 40px 0;
	margin: 0;
}

.quote-container {
	width: 90%;
	margin: 0 auto;
	display: table;
}

.quote-hearts {
	float: left;
	width: 100%;
}

.quote-hearts img {
	width: 80%;
	max-width: 150px;
}


#homepage-quote .quote-text::before {
	content:"";
	background-image: url("../assets/quote-red.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	display: table;
	position: absolute;
	left: -28px;
    margin-top: 1px;
}

#homepage-quote .quote-text::after {
	content:"";
	background-image: url("../assets/quote-red.png");
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	position: absolute;
	margin-top: 4px;
	margin-left: 5px;
}

.quote-wrap {
	width: 80%;
	margin-left: 20%;
	display: table-cell;
	vertical-align: middle;
}

.quote-text {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 21px;
	line-height: 28px;
	position: relative;
}

.quote-person {
	font-family: 'Museo Sans 500', "Arial";
	font-size: 16px;
	color: #FF8291;
	margin-top: 28px;
}


/*-- FOOTER --*/

#footer {
	width: 100%;
	background-color: #0F235A;
	padding: 50px 0;
}

.footer-column-wrapper {
	width: 90%;
	margin: 0 auto;
}

.footer-column {
	width: 19%;
	float: left;
}

.footer-column.social {
	width: 23%
}

.footer-column ul li {
	list-style: none;
	font-family: 'Museo Sans 500', "Arial";
	font-size: 12px;
	line-height: 25px;
}

.footer-column ul li a {
	border-bottom:none;
	color: #898b94;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-column ul li a:hover {
	color: #bcbfcb;
}

.fcolumn-header a {
	color: #fff !important;
	transition: color 0.3s;
}

.fcolumn-header a:hover {
	color: #FFA8B1 !important;
}

.fcolumn-header {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 14px;
	line-height: 25px;
	color: #fff;
	text-transform: uppercase;
}

.nav-links li {
	margin-bottom: 5px;
}

.social ul {
	padding: 0 0 0 20px;
}

.social ul div {
	width: 23px;
	height: 18px;
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
}

.facebook {
	background-image: url("../assets/social-icons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

.facebook:hover {
	background-position: 0 100%;
}

.social i {
	color: #FF9682;
	margin: 18px 22px 0 0;
	transition: color 0.3s;
}

.social i:hover {
	color: #FFA8B1;
}

.social .fa-facebook-f, .social .fa-envelope {
	font-size: 18px;
}

.social .fa-instagram, .social .fa-youtube {
	font-size: 20px;
}

.instagram {
	background-image: url("../assets/social-icons.png");
	background-position: 33% 0;
	background-repeat: no-repeat;
}

.instagram:hover {
	background-position: 33% 100%;
}

.youtube {
	background-image: url("../assets/social-icons.png");
	background-position: 67% 0;
	background-repeat: no-repeat;
}

.youtube:hover {
	background-position: 67% 100%;
}

.mail {
	background-image: url("../assets/social-icons.png");
	background-position: 100% 0;
	background-repeat: no-repeat;
}

.mail:hover {
	background-position: 100% 100%;
}

.contact {
	color: #7d7f87;
	line-height: 16px;
}

.copyright {
	color: #68686a;
	margin-top: 20px;
}

/*-- OUR MISSION --*/

#our-mission {
	width: 100%;
}

.mission-wrapper {
	min-height: 400px;
	width: 100%;
	background: url("../assets/about/mast-02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	position: relative;
}

.mission-wrapper::before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
    top: 0;
    left: 0;
}

.mission-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 70%;
}

.mission-text h1,
.mission-text h3 {
	color: #FF8291;
}

.mission-text h2 {
	color: #fff;
	line-height: 32px;
}

/*-- BUSINESS MODEL & SHARED PURPOSE --*/

.thisAbout {
	width: 100%;
}

.vision-img {
	background-image: url("../assets/about/about-vision.jpg");
	background-position: right bottom;
}

.mission-img {
	background-image: url("../assets/about/vision-mission.jpg");
	background-position: right bottom;
}

.history-img {
	background-image: url("../assets/about/history.jpg");
	background-position: center top;
}

.about-img.shared-purpose-img {
	background-image: url("../assets/about/our-shared-purpose.jpg");
	background-position: center;
	float: left;
}

.about-img.values-img {
	background-image: url("../assets/about/our-values.jpg");
	background-position: center;
	float: right;
}

.about-img {
	background-size: cover;
	background-repeat: no-repeat;
}

.about-img, .about-text {
	width: 50%;
	float: left;
	position: relative;
	height: 700px;
}

.about-text-wrapper .v-divider {
	width: 75%;
	margin: 70px auto;
}


.about-text-wrapper {
	width: 75%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}




/*-- QUOTE --*/

#quote {
	width: 100%;
	background-color: #FFDCD7;
	padding: 50px 0;
	margin: 0;
}

#text-block .quote-wrap {
	position: absolute;
	margin-left: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#text-block .quote-wrap div {
	text-align: center;
}

#text-block .quote-container {
	width: 75%;
}

#text-block .quote-text {
	font-size: 25px;
	line-height: 32px;
	color: #fff;
}

#text-block .quote-person {
	font-size: 18px;
	margin-top: 20px;
	color: #FF8291;
}

#text-block .quote-text img:first-of-type {
	margin-right: 5px;
    margin-bottom: 7px;
}

#text-block .quote-text img:nth-of-type(2) {
	margin-bottom: 5px;
    margin-left: -2px;
}

/*-- HAPPENINGS MAST --*/

#happenings-mast {
	width: 100%;
}

.happenings-mast-wrapper {
	background-image: url("../assets/happenings-mast.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 160px;
	padding: 120px 30px;
	position: relative;
}

.happenings-text h1,
.happenings-text h3 {
	color: #FF8291;
	font-size: 54px;
	text-align: center;
}

.happenings-search {
	width: 80%;
	margin: 45px auto 0 auto;
	max-width: 400px;
}

.search-bar, .search-btn {
	border: none;
	outline: none;
	cursor: pointer;
}

.search-bar {
	background-color: #fff;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	padding: 13px 25px;
	width: 100%;
	margin-left: -20px;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 16px;
	color: #1d1e23;
	-webkit-appearance: textfield;
	height:48px;
}

.search-bar::placeholder {
	color: #cdcdce;
	font-family: 'Museo Sans 900', "Arial";
	font-size: 14px;
}

.search-btn {
	padding: 12px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	font-size: 21px;
	position: absolute;
	background-color: #FF8291;
	color: #333333;
	outline: none;
}

/*-- HAPPENINGS NEWS --*/

.happenings-news {
	background-color: #fafafa;
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 50px 0;
	min-height: calc(100vh - 900px);
}

.happenings-news-wrapper {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
}

.thisHappening {
	width: calc(100% / 3 - 60px);
	height: 400px;
	background-color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 20px;
	text-align: left;
}

.thisHappening .news-img {
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	overflow: hidden;
	transition: transform 1s;
}

.thisHappening .news-img-wrap {
	width: 100%;
	height: 260px;
	overflow: hidden;
}

.thisHappening a {
	text-decoration: none;
}

.thisHappening a:hover .news-img {
	transform: scale(1.1);
}

.loader {
	width: 50px;
	margin: 30px auto 0 auto;
}

/*-- WORK TABS --*/

#work-tabs {
	width: 100%;
	overflow-x: scroll;
	scrollbar-width: none;
    -ms-overflow-style: none; 
}

#work-tabs::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.tabs-arrows {
	display: none;
}

.work-tabs-wrapper {
	position: relative;
	height: 62px;
	background-color: #fafafa;
	width: 100%;
	min-width: 900px;
}

.work-tabs-wrapper ul {
	padding: 0;
	margin: 0;
}

.work-tabs-wrapper li {
	margin: 0;
	list-style: none;
	float: left;
	width: calc((100% / 5) - 0.01%);
	border-left: 0px solid #f0f0f0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	height: 62px;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}

.work-tabs-wrapper li:hover {
	color: #fff;
}


.work-tabs-wrapper h1,
.work-tabs-wrapper span {
	position: absolute;
	width: calc(100% - 20px);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 10px;
}


.work-tabs-wrapper li.tab-active a {
    color: #fff;
    font-size: 18px;
}


.work-tabs-wrapper h1 {
    color: #fff;
    font-size: 18px;
}

.work-tabs-wrapper a {
	height: 62px;
	text-decoration: none;
	font-family: 'Museo Sans 900', 'Arial';
	font-size: 14px;
	font-weight:bold;
	color: #7d7f87;
	text-transform: none;
}

.bread-run:hover {
	background-color: #FFA8B1;
	border-left: 1px solid FF8291;
}

.food-pack:hover{
	background-color: #0F235A;
	border-left: 1px solid #0F235A;
}

.community-shop:hover {
	background-color: #FFA8B1;
	border-left: 1px solid FF8291;
}

.goodie-bag:hover{
	background-color: #0F235A;
	border-left: 1px solid FF8291;
}

.toys-fth:hover {
	background-color: #ffc500;
	border-left: 1px solid #ffc500;
}

.birthdays-fth:hover {
	background-color: #0F235A;
	border-left: 1px solid #0F235A;
}

.market-place:hover {
	background-color: #FF8291;
	border-left: 1px solid FF8291;
}

/*-- OUR WORK MAST (ALL) --*/

#works-mast {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 500px;
	padding: 50px 0;
	display: table;
	position: relative;
}

#works-mast.events-initiatives {
	height: 400px;
}

.events-initiatives .works-mast-text h1,
.events-initiatives .works-mast-text h4 {
	color: #FF8291;
	font-size:40px;
}

#works-mast::before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    background: -o-linear-gradient(top, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
    background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0.6));
}

.bread-run-mast {
	background-image: url("../assets/breadrun-mast.jpg");
	background-color: #fba721;
}


.food-pack-mast {
	background-image: url("../assets/foodpack-mast.jpg");
	background-color: #71c558;
}

.goodie-bag-mast {
	background-image: url("../assets/goodiebag-mast.jpg");
	background-color: #1ab7ea;
}

.toys-mast {
	background-image: url("../assets/toys-mast.jpg");
	background-color: #ffc500;
}

.project-belanja-mast {
    background-image: url(../assets/project-belanja-mast.jpg);
    background-color: #e76e7c;
}

.birthdays-mast {
	background-image: url("../assets/birthdays-mast.jpg");
	background-color: #e76e7c;
}

.marketplace-mast {
	background-image: url("../assets/marketplace-mast.jpg");
	background-color: #9163cc;
}

.clean-plate-mast {
	background-image: url("../assets/cpc-mast.jpg");
	background-color: #9163cc;
}

.donate-right-mast {
	background-image: url("../assets/donate-right-mast.jpg");
}

.passion-ball-mast {
	background-image: url("../assets/passion-ball-mast.jpg");
}

.community-shop-mast {
	background-image: url("../assets/community-shop-mast.jpg");
	background-color: #fba721;
}
/*-- OUR WORK TABS--*/

.tab-active {
	color: #fff;
	font-size: 18px;
}

.works-mast-text {
	text-align: center;
	/* width: 90%;
	margin: 0 auto;
	transform: translateY(100%); */
	display: table-cell;
    vertical-align: middle;
	position: relative;
	z-index: 1;
	padding: 0 5%;
}

/*
.works-mast-text img {
	width: 250px;
	margin: 0 auto;
}
*/
.works-mast-text h1,
.works-mast-text h4 {
	color: #fff;
	font-size:36px;
	margin: 10px 0 20px 0;
}

.works-mast-text p {
	color: #fff;
	width: 60%;
	margin: 0 auto;
}

.arrow-down {
	position: fixed;
	top: calc(100vh - 70px);
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.arrow-down i {
	animation: arrow-bounce 2s infinite;
	font-size: 40px;
	text-align: center;
	color: #FF8291;
}

/* .arrow-down p {
	font-size: 14px;
	text-align: center;
	margin: 0;
	color: #1d1e23;
	margin-top: -5px;
	text-transform: uppercase;
} */

@-moz-keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes arrow-bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

/*-- OUR WORK NUMBERS --*/

#works-numbers {
	width: 100%;
	background-color: #fafafa;
	padding: 60px 0;
}

.numbers-text {
	float: left;
	text-align: center;
}

.column-two {
	width: calc(100% / 2);
}

.column-three {
	width: calc(100% / 3);
}

.column-four {
	width: calc(100% / 4);
}

.numberofitem {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 60px;
	color: #FF8291;
	text-align: center;
}

.itemname {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 21px;
	color: #1d1e23;
	text-align: center;
}

.left-border {
	border-left: 1px solid #f0f0f0;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*-- OUR WORK SLIDER --*/

#work-slider {
	width: 100%;
}

/*-- TEXT BLOCK --*/

#text-block {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.text-block-black {
	padding: 40px 0;
	min-height: 480px;
	background-color: rgba(0,0,0,0.75);
	position: relative;
}

/*-- MAP --*/

#map2 {
	width: 100%;
}

#map2 img {
	width: 100%;
}

#map {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #f4f4f4;
}

#map img {
	width: 100%;
}

.map-wrapper {
	min-width: 1450px;
	position: relative;
	max-width: 2000px;
	margin: 0 auto;
	overflow: auto;
	cursor: all-scroll;
}

.map-bg {
	position: relative;
}

.map-img {
	position: absolute;
	transform: translateY(-100%);
}

.west, .north, .central, .northeast, .east {
	opacity: 0;
}

.map-text-west {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
	top: 40%;
	left: 20%;
}

.map-text-north {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
	top: 10%;
	left: 38%;
}

.map-text-central {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
	top: 69%;
	left: 45%;
}

.map-text-northeast {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
	top: 26%;
	left: 54%;
}

.map-text-east {
	position: absolute;
	z-index: 2;
	text-transform: uppercase;
	text-align: center;
	top: 45%;
	right: 11%;
}

.map-text {
	z-index: 10;
}

.location-count span {
	display: table-cell;
	vertical-align: middle;
}

.location-count {
	font-family: 'Museo Sans 900', "Arial";
	font-size: 50px;
	color: #1d1e23;
	display: table;
	margin: 0 auto;
}

.location-count img {
	width: 37px !important;
	padding-right: 5px;
}

.location-centres {
	font-family: 'Museo Sans 500', "Arial"; 
	font-size: 18px; 
	line-height: 34px;
}

.map-area {
	font-family: 'Museo Sans 900', "Arial";
	font-size: 14px;
	color: rgba(29,30,35,0.75);
	text-transform: uppercase;
	cursor: pointer;
	transition: color 0.2s;
	padding: 10px;
	margin-top: -10px;
}

.map-area:hover {
	color: #1d1e23;
}

/*-- TEXT + MEDIA --*/

#media {
	width: 100%;
	position: relative;
}

.media-text, .media-thumbnail {
	width: 50%;
	float: left;
	height: 650px;
}

.media-text {
	position: relative;
	height: 650px;
	background-color: #fff;
  	overflow: hidden;
}

.mediatext-wrap div {
	padding: 0 40px 0 80px;
    max-height: 460px;
    overflow: auto;
    width: calc(100% - 160px);
}

.mediatext-wrap {
	/* overflow: auto;
	height: 580px; */
	padding-top: 50px;
}

.mediatext-wrap div h2 {
	font-size: 18px;
	color: #888;
	font-family: 'Museo Sans 500', "Arial";
	margin-bottom: 0px;
    margin-top: 0px;
		font-family: 'Museo Sans 900', 'Arial';
	font-size: 40px;
	color: #1d1e23;
}

.mediatext-wrap div h3 {
	font-size: 18px;
	color: #888;
	font-family: 'Museo Sans 500', "Arial";
	margin-bottom: 27px;
    margin-top: 10px;
}

.mediatext-wrap div::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.mediatext-wrap div::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.mediatext-wrap div::-webkit-scrollbar-thumb {
	background-color: #FF8291;
}

.mediatext-wrap a {
	text-decoration: none;
	border-bottom: 2px solid #FF8291;
	transition: border-bottom 0.2s;
	color: #1d1e23;
}

.mediatext-wrap a:hover {
	border-bottom: 2px solid #FFA8B1;
}

.media-text .bx-wrapper {
	margin-bottom: 0 !important;
	position: absolute;
    top: calc(50% - 70px);
    transform: translateY(-50%);
	width: 100%;
	max-width: none !important;
}

.mediatext-controls {
	position: absolute;
	bottom: 50px;
	left: 80px;
	width: 50%;
}

.nextslide-text {
	position: absolute;
	height: auto !important;
	width: calc(100% - 90px) !important;
    background-color: transparent !important;
    left: 110px;
	top: 50%;
    transform: translateY(-50%);
}

.nextslide-text p {
	font-size: 15px;
	margin: 0;
	color: #999;
	transition: color 0.3s;
	text-align: left;
	line-height: 20px;
}

#textslider-next:hover + .nextslide-text p {
	color: #666;
}

#textslider-next {
	margin-left: 10px;
}

#bx-text-pager p {
	position: absolute;
	font-size: 15px;
	margin: 0;
	bottom: 55px;
	right: 80px;
}


.mediatext-controls div {
	width: 40px;
	height: 40px;
	background-color: #FF8291;
	display: inline-block;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
}

.mediatext-controls a {
	border-bottom:none;
	color: #fff;
	font-size: 20px;
	padding: 10px;
}

.mediatext-controls a i {
	line-height: 40px;
}

.media-thumbnail {
	position: relative;
	background-size: cover;
	background-position: center;
	cursor: pointer;
}

#events-content .media-thumbnail {
	width: 60%;
	max-width: 1000px;
	margin: 50px auto;
	float: none;
}

.play-btn i:hover {
	opacity: 1;
	font-size: 95px;
}

.media-media {
	position: fixed;
	top: 0px;
  	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 100;
	overflow: scroll;
	display: none;
}

 .media-wrapper {
	position: absolute;
	border: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.media-close {
	text-align: right;
	padding: 10px;
}

.media-close i {
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	transition: color 0.3s;
}

.media-close i:hover {
	color: #FFA8B1;
}

.media-media iframe {
	border: 0;
} 

.media-overlay {
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent;
	width: 100%;
	height: 100%;
	z-index: -1;
}


.play-btn i {
	font-size: 80px;
	color: #FF8291;
	transition: all 0.2s;
	cursor: pointer;
	opacity: 0.9;
	z-index: 2;
	height: 650px;
    width: 100%;
    text-align: center;
    line-height: 650px;
}

/*-- IMAGE CAROUSEL --*/

#carousel {
	padding: 60px 0;
	background-color: #fafafa;
}

.image-carousel {
	width: calc(100% - 170px);
	margin: 0 auto;
}

.image-carousel img {
	height: 400px;
	padding: 0 15px;
}

.image-carousel .slick-next {
	right: -55px;
}

.image-carousel .slick-prev {
	left: -55px;
}

.image-carousel .slick-prev, .image-carousel .slick-next {
	width: 40px;
	height: 40px;
	background-color: #FF8291 !important;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.image-carousel .slick-next:before {
	content:"\f061";
}

.image-carousel .slick-prev:before {
	content:"\f060";
}

.image-carousel .slick-prev:before, .image-carousel .slick-next:before {
	font-display: swap;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	opacity: 1;
}

/*-- GET INVOVLED - LANDING --*/

.gi-mast-wrapper {
	width: 100%;
	background: url("../assets/getinvolved/getinvolved-mast.jpg") no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0;
	position: relative;
	height: 300px;
}

.gi-mast-wrapper::before {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gi-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 85%;
}

.gi-header h1 {
	color: #FF8291;
	line-height: 50px;
}

.gi-header h2 {
	color: #fff;
	line-height: 32px;
	margin: 12px 0 0 0 ;
}

.gi-text {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	max-width: 900px;
	min-height: 150px;
}

.gi-text input {
	text-align: center;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 36px;
	line-height: 52px;
	color: #FF8291;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dddddd;
	outline: none;
}

.gi-text input::placeholder {
	font-family: 'Museo Sans 500', "Arial";
	color: #FF8291;
}

.gi-main-wrapper {
	width: 100%;
	padding:100px 0;
	min-height: 30vh;
	text-align: center;
}

.gi-options {
/*
	animation: btnfadein 0.5s ease;
	animation-delay: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
*/
	margin-top: 70px;
}

.gi-options .yellow-btn,
.gi-options .rose-btn {
	background-color: #FF8291;
	padding: 15px;
	width: 210px;
	display: inline-block;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px;
	transition: background-color 0.3s;
}

.gi-options a {
	border-bottom:none;
    font-family: 'Museo Sans 900', "Arial";
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #1d1e23;
}

.gi-options a:hover .yellow-btn,
.gi-options a:hover .rose-btn {
	background-color: #FFA8B1;
}

.gi-main-wrapper h2 {
	text-align: center;
	font-size: 24px;
}

@keyframes btnfadein {
	from {opacity: 0}
	to {opacity: 1}
}

.texttwo {
	display: none;
}

.p1 input {
	text-align: center;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 36px;
	line-height: 52px;
	color: #FF8291;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #dddddd;
	outline: none;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	margin: 0 10px;
}	

.p1 {
/*	
	animation-name: bounceIn;
	animation-duration: 0.8s;
	animation-delay: 0.3s;
	animation-fill-mode: forwards;
	opacity: 0;
*/	
	display: inline-block;
}

.p1, .p2 {
	font-family: 'Museo Sans 500', "Arial";
	font-size: 34px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}

/*-- GET INVOVLED - FORM --*/

#giform {
}

.giform {
	position: relative;
}

.giform-slider {
	height: 800px;
}

.giform-mast {
	width: 100%;
	background-size: cover;
	background-position: top center;
	margin: 0;
	height: 300px;
	position: relative;
}

.giform-mast::before {
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
}

.giform .bx-wrapper {
	margin-bottom: 0;
}

.giform .bx-pager {
	top: 400px;
	right: 20px;
	width: auto !important;
}

.giform .bx-wrapper .bx-pager-item, .giform .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: block;
  	margin-top: 10px;
	pointer-events: none;
}

.giform-controls {
	width: 100%;
    position: relative;
    text-align: center;
    height: 60px;
    padding-bottom: 30px;
}





.giform-controls a {
	background: #FF8291;
	text-decoration: none;
	color: #1d1e23;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 16px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 2px solid #FF8291;
	cursor: pointer;
}

.giform-controls a:hover {
	background:#FFA8B1;
	border: 2px solid #FFA8B1;
}

.giform-controls .slider-prev {
	width: 50px;
    height: 50px;
    padding: 10px 14px;
    background-color: #fff;
}

.giform-controls .slider-next {
	padding: 10px 125px;
    margin-left: 5px;
}

.giform .bx-prev {
	width: 50px;
	height: 50px;
	padding: 10px 14px;
	border: 2px solid #FF8291;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fff;
}

.giform .bx-next {
	padding: 10px 125px;
	border: 2px solid #FF8291;
	background-color: #FF8291;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 5px;
}

.giform-content-wrapper {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 50px 0;
}

.donation-form-wrapper.thank-you {
	border: 0;
}

.thank-you {
	padding: 100px 0 !important;
	min-height: calc(100vh - 700px);
}

.giform-content .thank-you .link {
	cursor: pointer;
	color: #1d1e23;
	font-size: 18px;
	font-family: inherit;
	border-bottom: 2px solid #FF8291;
	transition: border-bottom 0.3s;
}

.giform-content .thank-you .link:hover {
	border-bottom: 2px solid #FFA8B1;
	color: #1d1e23;
}

.giform-content .thank-you a {
	text-decoration: none !important;
	font-size: 16px;
	color: #aaa;
	font-family: 'Museo Sans 700', "Arial";
	transition: color 0.3s;
}

.giform-content .thank-you a:hover {
	color: #888;
	border: none;
}

.giform-half {
	width: calc(50% - 30px);
}

.giform-half:nth-child(2) {
	padding-right: 29px;
	float: left;
}

.giform-half:nth-child(1) {
	padding-left: 30px;
	float: right;
	border-left: 1px solid #eee;
}

.giform-header {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.giform-header h1 {
	color: #FF8291;
	line-height: 50px;
}

.giform-header h2 {
	color: #fff;
	line-height: 32px;
	margin: 12px 0 0 0 ;
}

.giform-content {
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.giform-content::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.giform-content::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.giform-content::-webkit-scrollbar-thumb {
	background-color: #FF8291;
}

.giform-subhead {
	color: #ddd;
	margin-bottom: 25px;
}

.giform-list {
	margin-bottom: 50px;
}

.giform-list:last-child {
	margin-bottom: 0;
}

.giform-list i {
	color: #FF8291;
	font-size: 22px;
	margin-top: 5px;
	padding-right: 20px;
}

.giform-list tr p {
	margin: 0;
}

.giform-list tr td:first-child {
	text-align: center;
	width: 30px;
}

.giform-list td {
	vertical-align: top;
	padding-bottom: 20px;
}

.giform-list td a {
	text-decoration: none;
	color: #1d1e23;
	border-bottom: 2px solid #FF8291;
}

.giform-list td a:hover {
	border-bottom: 2px solid #FFA8B1;
}

.giform-bubble, .giform-bubble1, .giform-bubble2, .giform-bubble3, .giform-bubble4, .giform-bubble5  {
	padding: 20px 40px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0 0 25px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.05);
	width: calc(100% - 80px);
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.giform-bubble::after, .giform-bubble1::after, .giform-bubble2::after, .giform-bubble3::after, .giform-bubble4::after, .giform-bubble5::after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -7px;
    bottom: -28px;
    left: 50%;
    box-sizing: border-box;
    border: 14px solid black;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -5px 5px 12px -2px rgba(0, 0, 0, 0.04);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.giform-bubble p, .giform-bubble1 p, .giform-bubble2 p, .giform-bubble3 p, .giform-bubble4 p, .giform-bubble5 p {
	color: #1d1e23;
	font-size: 20px;
	line-height: 28px;
}

.giform-bubble span, .giform-bubble1 span, .giform-bubble2 span, .giform-bubble3 span, .giform-bubble4 span, .giform-bubble5 span {
	color: #FF8291;
}

.giform-half .typed-cursor {
	display: none;
}

.gi-thisOption {
	position: relative;
}

.gi-thisOption input[type=checkbox] {
	display: none;
}

.gi-thisOption input[type=text] {
	margin-left: 20px;
	border: none;
	border-bottom: 1px solid #eee;
	padding: 5px 9px;
    font-size: 18px;
    font-family: 'Museo Sans 500', "Arial";
    width: calc(100% - 100px);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.gi-thisOption div {
	padding: 20px 20px 20px 60px;
	background-color: #f2f2f2;
	font-family: 'Museo Sans 500', "Arial";
	font-size: 18px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	margin: 10px 0;
	transition: all 0.3s;
}

.checkmark {
	position: absolute;
	top: 5px;
	left: 20px;
	height: 15px;
	width: 15px;
	background-color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.checkmark:after {
	content: "\f00c";
	font-display: swap;
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	font-weight: 900;
	color: #E1374B;
	display: none;
	margin-top: -4px;
}

.label-close div {
	color: #aaa;
}

.label-close {
	pointer-events: none;
}

.gi-thisOption label:hover div, .giform-summary-options label:hover div {
	color: #1d1e23;
}

.gi-thisOption input:checked + div .checkmark:after {
	display: block;
}

.giform-options {
	margin-bottom: 50px;
}

.giform-options h2 {
	font-size: 18px;
	text-align: left;
}

.giform-options input:checked + div {
	background-color: #FF8291;
	color: #1d1e23;
}

.gi-thisOption input:checked + div {
	color: #1d1e23 !important;
}

.giform-spacer {
	width: 100%;
    height: 1px;
    margin: 20px auto;
    background-color: #eee;
}

.summary-section {
	background-color: #eee;
	padding: 25px;
	position: relative;
	margin-bottom: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.summary-subhead {
	color: #ccc;
	margin-bottom: 10px;
}

.summary-info-left {
	width: 40%;
	float: left;
}

.giform-corp-sch .summary-info-left, .giform-corp-sch .summary-info-right {
	width: 50%;
}

.summary-info-right {
	width: 60%;
	float: right;
}

.giform-summary-options .gi-thisOption div {
	background-color: transparent;
	padding: 0 0 0 30px;
	font-family: 'Museo Sans 700', "Arial";
	color: #888;
	width: calc(100% - 90px);
}

.giform-summary-options .checkmark {
	top: 2px;
    left: 0;
}

.summary-info-right .giform-summary-options label {
	pointer-events: none;
}

.giform-fullheight .giform-content {
	height: calc(100% - 170px);
}

.summary-info-right .summary-info-req {
	width: calc(25% - 20px);
	display: inline-block;
	padding: 10px;
	vertical-align: top;
}

.giform-corp-sch .summary-info-right .summary-info-req:first-child {
	width: calc(35% - 20px);
}

.giform-corp-sch .summary-info-right .summary-info-req:nth-child(2) {
	width: calc(65% - 20px);
}

.summary-info-right .summary-info-req:nth-child(3) {
	width: calc(50% - 20px);
	margin-top: -10px;
}

.summary-info-right .summary-info-req .h-divider {
	width: 100%;
	margin: 15px auto;
}

.summary-info-right .giform-summary-options .gi-thisOption div {
	width: calc(100% - 20px);
	color: #ccc;
}

.summary-info-req p {
	color: #888;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
}

.giform-details .v-divider {
	width: 100%;
    margin: 40px auto 10px auto;
}

.giform-timings {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 20px 0;
}

.giform-timings h2 {
    font-family: 'Museo Sans 300';
    font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #1d1e23;
}

.giform-timings input {
	display: none;
}

.giform-timings label {
	position: relative !important;
	display: inline-block;
	pointer-events: inherit !important;
	cursor: pointer;
	padding: 10px;
}

.giform-timings label p {
	text-transform: capitalize;
	text-align: center;
	margin: 0;
	color: #888;
	background-color: #eee;
	height: 50px;
	line-height: 50px;
	transition: all 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.giform-timings label p:hover {
	background-color: #ddd;
}

.timings-day label p {
	width: 70px;
}

.timings-time {
	margin-top: 20px;
}

.timings-time label p {
	width: 195px;
}

.giform-timings input:checked + p {
	color: #1d1e23;
	background-color: #FF8291;
}

.giform-controls .disabled {
	display: none;
}

.giform-submit {
	width: 210px;
	background-color: #FF8291 !important;
    border: none!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    padding: 12px !important;
    -webkit-appearance: none;
    transition: all 0.3s;
    font-family: 'Museo Sans 700', "Arial";
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    position: relative;
	margin-left: 5px;
}

.giform-submit:hover {
	background-color: #FFA8B1 !important;
}

.giform-subscribe {
	text-align: center;
	padding: 20px 0;
}

.giform-subscribe label {
	position: relative !important;
	pointer-events: inherit !important;
	top: 0 !important;
	left: 0;
}

.giform-subscribe input {
	display: inline-block;
	vertical-align: middle;
    width: 18px !important;
	padding: 0 !important;
}


.giform-subscribe input[type="checkbox"] {
	accent-color: #FF8291;
}


.giform-subscribe p {
	display: inline-block;
	text-transform: initial;
	margin: 0;
	vertical-align: middle;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 16px;
}

.giform-submit-success {
	position: fixed;
	top: 0px;
  	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 100;
	text-align: center;
	display: none;
}

.giform-submit-success div {
	width: 90%;
	max-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding: 35px 30px 50px 30px;
	box-shadow: 0 0 25px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.07);
}

.giform-submit-success h1 {
	color: #1d1e23;
	font-size: 45px;
}

.giform-submit-success h2 {
	color: #666;
	margin: 15px 0 40px 0;
	line-height: 26px;
	font-size: 18px;
}

.giform-submit-success a {
	text-decoration: none;
	text-align: center;
    padding: 12px 25px;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 15px;
	text-transform: uppercase;
	color: #1d1e23;
    background-color: #FF8291;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	transition: all 0.3s;
}
.giform-submit-success a:hover {
	background-color: #FFA8B1;
}


/*-- PROGRESS BAR --*/

.giform-progress {
	padding: 20px 0;
	width: 85%;
	margin: 0 auto;
}

.progressbar {
      /* counter-reset: step; */
  }

.progressbar li:first-child {
	margin-left: -20px;
}

.progressbar li {
	list-style-type: none;
	width: calc(100% / 7 - 20px);
	float: left;
	font-size: 14px;
	position: relative;
	text-align: center;
	color: #aaa;
	font-family: 'Museo Sans 700', "Arial";
	padding: 0 10px;
}
.progressbar li:before {
	width: 7px;
	height: 7px;
	content: '';
	/* counter-increment: step; */
	display: block;
	text-align: center;
	margin: 12.5px auto 17.5px auto;
	border-radius: 50%;
	background-color: #FF8291;
}

.progressbar li a {
	border-bottom:none;
	padding-top: 30px;
	text-decoration: none;
	color: inherit;
}

.progressbar li:after {
	width: 100%;
	height: 2px;
	content: '';
	position: absolute;
	background-color: #eee;
	top: 15px;
	left: -50%;
	z-index: -1;
}
.progressbar li:first-child:after {
	content: none;
}
.progressbar li.active {
	color: #1d1e23;
}
.progressbar li.active:before {
	border: 2px solid #FF8291;
	background-color: #fff;
	width: 16px;
	height: 16px;
	margin: 6px auto 10px auto;
}

.progressbar li.done:before {
	content:'\f00c';
	font-display: swap;
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	font-size: 12px;
	background-color: #FF8291;
	width: 20px;
	height: 20px;
	margin: 6px auto 10px auto;
	line-height: 22px;
	color: #fff;
}

.progressbar li.active + li:after, .progressbar li.done + li:after {
	background-color: #FF8291;
}


/*-- CONTACT --*/


#contact-container {
	width: 85%;
	max-width: 1500px;
	margin: 50px auto 100px auto;
}

#contact-container .header {
	font-family: 'Museo Sans 900', "Arial";
    color: #1d1e23;
    font-size: 20px;
    text-transform: uppercase;
	margin-top: 0;
}

#contact-form, #contact-location {
	width: calc(50% - 10px);
}

.contact-header {
	text-align: center;
	background-image: url("../assets/faq-mast.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	background-position: center;
	height: 250px;
}

.contact-header::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.contact-header div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact-header h1,
.contact-header h3 {
	color: #FF8291;
	margin: 0;
}

.contact-desc {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	color: #fff;
}

#contact-form {
	float: left;
}

#contact-form form {
	margin-top: 30px;
}

#contact-form div {
	position: relative;
	margin-top: 25px;
}

#contact-form input, #contact-form textarea {
	width: 85%;
}

#contact-form input, #contact-form textarea, .donation-info input, .giform-details input {
	padding: 14px 14px 12px 14px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #eee;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 15px;
	color: #1d1e23;
	outline: none;
	transition: all 0.3s; 
	background-color: #fafafa;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
}

#contact-form input:focus, #contact-form textarea:focus, #contact-form select:focus {
	border-bottom: 2px solid #FF8291;
}

#contact-form textarea {
	border-bottom: 2px solid #eee;
	height: 120px;
	resize: none;
}

#contact-form input::placeholder, #contact-form textarea::placeholder {
	font-family: 'Museo Sans 700', "Arial";
	color: #999;
}

.ccode, .csalutation {
	width: 125px !important;
}

.cno, .cname {
	width: calc(85% - 132px) !important;
    margin-left: 3px;
}

.cmobile label, .cperson label {
	left: 147px !important;
}

.contact-form-submit {
	margin-top: 10px;
}

.contact-form-submit input {
	background-color: #FF8291 !important;
	border-bottom: none!important;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	width: 90px !important;
	padding: 10px !important;
	-webkit-appearance: none;
}

.contact-form-submit input:hover {
	background-color: #FFA8B1 !important;
}


#contact-location {
	float: right;
}

.contact-map-wrapper {
	margin-top: 30px;
}

.contact-map-wrapper iframe {
	width: 100%;
	height: 412px;
}

.contact-left {
	float: left;
	width: calc(50% - 10px);
	margin-top: 35px;
}

.contact-right {
	float: right;
	width: calc(50% - 10px);
	margin-top: 35px;
}

.contact-info,
.contact-info a {
	border-bottom:none;
	font-family: 'Museo Sans 500', "Arial";
    color: #666;
    font-size: 15px;
	line-height: 24px;
	width: 90%;
}

.contact-info span {
	font-family: 'Museo Sans 700', "Arial";
	font-size: 15px;
	line-height: 35px;
	text-transform: uppercase;
	color: #1d1e23;
}

.contact-info i, #contact-us i {
	padding-right: 10px;
	color: #E1374B;
}

#contact-us {
	float: left;
	width: calc(45% - 10px);
	margin-top: 55px;
}

#contact-us p {
	margin-top: 20px;
	color: #666;
	font-size: 15px;
}

#contact-us p a {
	border-bottom:none;
	text-decoration: none;
	color: #666;
	transition: color 0.3s;
}

#contact-us p a:hover {
	color: #333;
}

#contact-us a i {
	font-size: 20px;
	margin: 18px 25px 0 0;
	color: #FF8291;
	transition: color 0.3s;
}

#contact-us a i:hover {
	color: #FFA8B1;
}

#contact-us span {
	margin-right: 30px;
	white-space: nowrap;
}

/* -- DONATE -- */

#donate-mast {
	width: 100%;
}

.donate-mast-wrapper {
	width: 100%;
	background-image: url("../assets/donate-banner-new-cdeeed17.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin: 0;
	position: relative;
	height: 250px;
}

.donate-mast-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 85%;
	max-width: 800px;
}

.donate-mast-wrapper::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
}

.donate-mast-text h1,
.donate-mast-text h3 {
	color: #FF8291;
	margin: 0;
}

.donate-mast-text h2 {
	color: #fff;
	line-height: 32px;
}

.donate-tooltip {
	color: #1d1e23;
	cursor: pointer;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #fff;
	transition: all 0.3s;
}

.donate-tooltip:before,
.donate-tooltip:after {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transition: all .3s ease-in-out;
}

.donate-tooltip:after {
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.75); 
	border-left: 6px solid transparent;
	content: '';
	height: 0;
	top: 31px;
	left: 20px;
	width: 0;
}

.donate-tooltip:before {
	background: rgba(0,0,0,0.8);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	content: attr(data-title);
	font-size: 16px;
	line-height: 25px;
	padding: 15px 18px;
	top: 37px;
	width: 230px;
	text-align: left;
}

.donate-tooltip:hover:after,
.donate-tooltip:hover:before {
	opacity: 1;
	transform: translate3d(0,0,0);
}

.donate-tooltip:hover {
	border-bottom: 2px solid #FFA8B1;
}

.donate-header-wrapper {
	width: 85%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
}

#donate-header .v-divider {
	display: block;
    margin: 0px auto 30px auto;
	width: 85%;
	max-width: 1500px;
}

#donation-form .v-divider {
	width: 100%;
	margin: 0px auto 40px auto;
}

#donation-form {
	margin-bottom: 50px;
}

.donation-form-wrapper, .other-donations {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 10px 0;
}

.donation-form-wrapper {
	border: 2px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    padding: 40px;
    width: calc(85% - 84px);
    margin-bottom: 30px;
}

.donation-form-wrapper .donation-subhead {
	font-size: 30px;
	margin-bottom: 0;
}

.donation-subhead {
	font-size: 20px;
	margin-bottom: -10px;
}

.donation-form-wrapper p:first-of-type a {
	text-decoration: none;
	color: #1d1e23;
	border-bottom: 2px solid #fff;
	cursor: pointer;
}

.donation-form-wrapper p:first-of-type a:hover {
	border-bottom: 2px solid #FFA8B1;
}

.donation-frequency {
	margin-top: 30px;
}

.donation-amount, .donation-frequency {
	padding-bottom: 30px;
}

.donation-amount h2 {
	margin-top: 0;
}

.donation-amount h3 {
	margin: 10px 0;
	color: #666;
	transition: color 0.3s;
}

.thisAmount:hover h3 {
	color: #1d1e23 !important;
}

.thisAmount input:checked + div h3 {
	color: #FF8291 !important;
}

.donation-amount p {
	width: 500px;
	font-size: 13px;
	line-height: 18px;
	padding: 0 25px;
	height: 60px;
	display: table-cell;
    vertical-align: middle;
}

.donation-amount.one-time, .donation-amount.monthly {
	display: none;
}

.donation-form-wrapper [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.donation-form-wrapper div h2:first-of-type {
	font-size: 18px;
}

.donation-amount.one-time .thisAmount {
	width: calc(25% - 16px);
}

.donation-amount.monthly .thisAmount {
	width: calc(100% / 3 - 16px);
}

.thisAmount {
	display: inline-block;
	vertical-align: top;
	position: relative;
	height: 170px;
	border: 2px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all 0.3s;
	cursor: pointer;
	text-align: center;
	margin-left: 15px;
	background-color: white;
}

.donation-amount label:first-of-type {
	margin-left: 0;
}

.donation-amount [type=radio] + div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.thisAmount label {
	border: none;
	height: auto;
	width: auto;
	font-family: 'Museo Sans 900', "Arial";
	color: #1d1e23;
	font-size: 30px;
	padding-right: 7px;
}

.thisAmount [type=number],
.thisAmount [type=text] {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #eee;
	font-size: 40px;
	outline: none;
	text-align: center;
	font-family: 'Museo Sans 900', "Arial";
	color: #1d1e23;
	width: 50%;
	max-width: 150px;
}

.amount-input {
	display: none;
}

.amount-input label {
	font-size: 40px;
}

.thisAmount [type=text]::placeholder {
	color: #aaa;
	font-size: 30px;
}

.thisAmount [type=text]:focus{
	border-bottom: 1px solid #aaa;
}

.thisFrequency {
	width: calc(50% - 7.5px);
	float: left;
}

.thisFrequency:nth-of-type(2) {
	margin-left: 15px;
}

.thisFrequency h2 {
	font-family: 'Museo Sans 900', "Arial";
	text-align: center;
	padding: 15px 0;
	color: #666;
	transition: color 0.3s;
}

.thisFrequency:hover h2 {
	color: #1d1e23 !important;
}
.thisFrequency input:checked + div h2 {
	color: #FF8291 !important;
}

.donation-frequency [type=radio] + div {
	border: 2px solid #ddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: none;
	cursor: pointer;
	transition: all 0.3s;
	background-color: white;
}

.donation-frequency [type=radio]:checked + div {
	border: 2px solid #FF8291;
	box-shadow: 0 0 15px rgba(0,0,0,0.07);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.07);
}

.donation-info {
	display: none;
}

.donation-info input, .giform-details input {
	width: calc(100% - 28px);
}

.donation-info h2 {
	margin-bottom: 0;
}

.donation-info label, .thisContact label, .giform-details label {
	font-family: 'Museo Sans 700', "Arial";
    font-size: 12px;
    text-transform: uppercase;
	position: absolute;
	left: 15px;
	top: 15px;
	color: #999;
	z-index: 5;
	transition: transform 0.3s, font-size 0.3s;
	pointer-events: none
}

.timings-day label, .timings-time label {
	left: 0;
	top: 0;
}

.focused label {
	transform: translateY(-155%);
	font-size: 12px;
	color: #1d1e23;
}

.donation-info .h-divider {
	width: 100%;
	margin-top: 50px;
    margin-bottom: 25px;
}

.mobile-only {
	display: none;
}

.donation-info .thisInfo {
	width: calc(50% - 10px);
}

.donation-info .thisInfo:nth-of-type(odd) {
	float: left;
}

.donation-info .thisInfo:nth-of-type(even) {
	float: right;
}

.donation-info .thisInfo:nth-of-type(3n+2) {
	margin-left: 0;
}

#dgender, #dtitle {
	width: 100%;
}

.tax-deduction.focused label {
	transform: none;
}

.tax-deduction {
	height: 46px;
}

.tax-deduction label {
	left: 0;
	top: 8px;
	pointer-events: initial;
}

.tax-deduction input {
	float: left;
	width: 20px;
	margin-top: 8px;
	display: inline-block;
	vertical-align: middle;
}

.tax-deduction p {
	display: inline-block;
	text-transform: initial;
    margin-top: 4px;
    vertical-align: middle;
    font-family: 'Museo Sans 700', "Arial";
    font-size: 16px;
	line-height: 22px;
}

.thisInfo {
	position: relative; 
	margin-top: 25px;
	width: calc(100% / 3 - 10px);
	min-height:48px;
}

.thisInfo:nth-of-type(3n+1) {
	float: left;
}

.thisInfo:nth-of-type(3n+2) {
	float: left;
	margin-left: 15px;
}

.thisInfo:nth-of-type(3n+3) {
	float: right;
}

.thisInfo [type=text]::placeholder {
	color: #999;
}

.gi-sourceother {
	margin-top: 15px;
}

.donation-info input:focus, .donation-info select:focus, .giform-details input:focus, .giform-details select:focus {
	border-bottom: 2px solid #FF8291;
}

.thisInfo select, #contact-form select {
	vertical-align: top;
	border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #eee;
	height: 46px;
	font-family: 'Museo Sans 700', "Arial";
    font-size: 15px;
    color: #1d1e23;
	outline: none;
	transition: all 0.3s;
	text-indent: 7px;
}

.idno select {
	width: 100px;
}

.giform-details select {
	width: 100%;
}

option[value=""][disabled] {
	display: none;
}

.idno label:nth-of-type(2) {
	left: 123px;
}

#did {
	width: calc(100% - 138px);
	margin-left: 5px;
}

.datepicker table tr td span.active.active, .datepicker table tr td.active.active {
	background-color: #FF8291 !important;
	background-image: none !important;
	color: #1d1e23 !important;
}

.datepicker.dropdown-menu {
	font-family: 'Museo Sans 500' !important;
	color: #1d1e23 !important;
	text-transform: uppercase;
}

.datepicker th.datepicker-switch, .datepicker th {
	font-family: 'Museo Sans 700' !important;
}

.dhow select {
	width: 100%;
}

.dsourceother, .gi-sourceother {
	display: none;
}

.dsourceother {
	margin-top: 25px;
}

.donation-form-submit {
	width: 210px;
	margin: 50px auto 0 auto;
}

.donation-form-submit button {
	background-color: #FF8291 !important;
    border: none!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff !important;
    cursor: pointer;
    padding: 12px !important;
    -webkit-appearance: none;
	width: 100%;
	transition: all 0.3s;
	font-family: 'Museo Sans 700', "Arial";
    font-size: 15px;
    text-transform: uppercase;
	outline: none;
	position: relative;
}

.donation-form-submit button:hover {
	background-color: #FFA8B1 !important;
}

.donation-form-submit button img {
	opacity: 0;
	transition: all 0.3s;
	position: absolute;
	margin-left: -10px;
	top: 50%;
	transform: translateY(-50%);
}

.donation-form-submit button:hover img {
	opacity: 1;
	margin-left: 10px;
}

.donation-form-submit button span {
	margin-left: 0;
	transition: all 0.3s;
}

.donation-form-submit button:hover span {
	margin-left: -20px;
}

/* -- FOOTER PAGES -- */

.fabout-mast {
	height: 150px;
	width: 100%;
	text-align: center;
	position: relative;
	background-color: #FF8291;
}

.fabout-header {
	position: absolute;
	padding: 30px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fabout-header h3 {
	margin-bottom: 0;
}

.container {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 20px 0 50px 0;
}

.fabout-text {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.fabout-subhead {
	padding: 15px 0;
}

.annualreports .thisReport:nth-of-type(3n+1) {
	float: left;
}

.annualreports .thisReport:nth-of-type(3n+2) {
	float: left;
	margin-left: 30px;
}

.annualreports .thisReport:nth-of-type(3n+3) {
	float: right;
}

.thisReport {
	width: calc(100% / 3 - 20px);
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}

.thisReport .business-model-header {
	text-align: center;
	font-size: 35px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: calc(100% + 1px);
	max-width: 400px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	transition: all 0.3s;
	border: 2px solid #FF8291;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.thisReport .business-model-header span {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.thisReport .business-model-header:hover {
	background-color: rgba(255,255,255,0);
	color: transparent;
}

.thisReport a {
	margin: 0 auto;
	opacity: 1;
	transition: opacity 0.3s;
	width: 100%;
}

.thisReport img {
	width: 100%;
	max-width: 400px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.financial-info a {
	text-decoration: none;
}

.thisFinance {
	width: 100%;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 2px solid #ddd;
	transition: border 0.3s;
	margin-bottom: 15px;
}

.thisFinance:hover {
	border: 2px solid #FFA8B1;
}

.thisFinance:hover p {
	color: #1d1e23;
}

.thisFinance p {
	padding: 15px 20px;
	margin: 0;
	transition: color 0.3s;
}

/*
#board-management .fabout-mast {
	height: auto;
	min-height: 200px;
	max-height: 650px;
	background-image: url("../assets/board-mast2.jpg");
	background-position: center top;
	background-size: cover;
	overflow: hidden;
}
*/

#board-management .fabout-mast.partners {
	background-image: url("../assets/partners-mast.jpg");
	background-position: center;
}

#board-management .fabout-mast img {
	visibility: hidden;
	max-height: 650px;
	width: 100%;
}

#board-management .fabout-text {
	text-align: center;
	margin: 70px auto 50px auto;
}

.thisBoard {
	width: calc(100% / 3 - 64px);
	padding: 20px;
	text-align: center;
	margin-top: 20px;
}

.thisBoard:nth-of-type(3n+1) {
	float: left;
}

.thisBoard:nth-of-type(3n+2) {
	float: left;
	margin-left: 30px;
}

.thisBoard:nth-of-type(3n+3) {
	float: right;
}

.thisBoard .board-border {
	width: 80%;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin: 0 auto;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

.thisBoard .board-border img {
	width: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	transition: opacity 0.3s;
}

.board-moreinfo {
	width: 60px;
	height: 60px;
	background-color: #FF8291;
	border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	right: 10px;
	opacity: 0;
}

.board-moreinfo i {
	line-height: 60px;
	color: #fff;
	font-size: 20px;
}

.thisBoard .board-border:hover .board-moreinfo {
	opacity: 1;
	animation-name: fadeInUp;
	animation-duration: 0.5s;
}

/* .thisBoard .board-border:hover + .boardinfo {
	transform: translateY(-5px);
} */

.thisBoard .boardinfo {
	text-align: left;
	margin-left: 15%;
	margin-top: 30px;
	white-space: nowrap;
	/* transition: transform 0.5s; */
}

.thisBoard .boardinfo h3 {
	font-size: 24px;
	margin-bottom: 0;
}

.thisBoard .boardinfo p {
	margin: 2px 0;
	padding: 0;
	font-size: 16px;
}

.board-open {
	cursor: pointer;
}

.thisBoard-more {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

.thisBoard-more .board-box {
	width: 900px;
	height: 570px;
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	overflow:hidden;
}

.board-box img {
	width: 40%;
	float: left;
}

.board-box i {
	font-size: 22px;
	color: #ccc;
	position: absolute;
	padding: 2px;
	text-align: center;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition: color 0.3s;
}

.board-box i:hover {
	color: #FFA8B1;
}

.board-box-info {
	float: left;
	width: calc(60% - 100px);
	padding: 45px 50px;
	height: 480px;
}

.board-box-info h3 {
	margin-bottom: 0px;
}

.board-box-info p {
	margin-top: 0;
	margin-bottom: 52px;
}

.board-box-info .position {
	color: #FF8291;
    font-family: 'Museo Sans 700', "Arial";
    font-size: 20px;
}

.board-desc {
	max-height: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-right: 25px;
}

.board-desc p {
	margin: 0 0 20px 0;
	font-size: 16px;
}

.board-desc .name {
	font-family: 'Museo Sans 900', "Arial";
}

.board-desc::-webkit-scrollbar-track {
	background-color: #F5F5F5;
}

.board-desc::-webkit-scrollbar {
	width: 4px;
	background-color: #F5F5F5;
}

.board-desc::-webkit-scrollbar-thumb {
	background-color: #FF8291;
}


/* -- COMING SOON -- */

#coming-soon {
	position: relative;
	min-height: calc(100vh - 415px);
}

#coming-soon div {
	width: 90%;
	position: absolute;
	text-align: center;
	padding: 25px;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#coming-soon div a {
	color: #1d1e23;
	text-decoration: none;
	border-bottom: 2px solid #fff;
	transition: border-bottom 0.3s;
}

#coming-soon div a:hover {
	border-bottom: 2px solid #FFA8B1;
}

#thisHappening {
	min-height: calc(100vh - 415px);
}

.happening-wrapper {
	width: 100%;
	padding-bottom: 100px;
}

.happening-header {
	width: 100%;
	padding: 80px 0 20px 0;
	background-color: #FF8291;
}

.happening-header h1, 
.happening-header h3, 
.happening-date, 
.happening-hashtag, 
.footnotes-news, 
.h-divider, 
.happening-content .box, 
.media-publication {
	width: 80%;
	max-width: 870px;
	margin: 0 auto;
}


.media-publication {
	color: #1d1e23;
	font-family: 'Museo Sans 700', "Arial";
	font-size: 18px;
	padding: 20px 0;
}

#thisHappening.media .happening-date {
	padding: 0;
}

#thisHappening.media .happening-date::before {
	content: '';
    display: block;
    width: 40px;
    height: 3px;
    margin: 12px 0px;
    background-color: #1d1e23;
}

.happening-header h1,
.happening-header h3 {
	font-size: 40px;
	color: #fff;
}

.happening-content h2 {
	margin: 0;
	margin-bottom: 30px
}

.happening-date {
	color: #FF8291;
	font-family: 'Museo Sans 700', "Arial";
	padding: 20px 0;
}

.happening-media {
	width: 100%;
	position: relative;
	text-align: center;
}

.happening-media img, .happening-media video {
/*
	width: calc(60% + 70px);
*/
	width:100%;
    max-width: 870px;
}

.happening-content img {
	height:auto;
	margin: 30px auto;
	max-width:100%;
}

.happening-media::before {
	content: "";
    display: block;
    background-color: #FF8291;
    width: 100%;
    height: 50%;
    position: absolute;
    z-index: -1;
}

.happening-content img {
	margin: 0 auto;
	display: block;
}

.happening-content video {
	height:auto;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: block;
}

.happening-content {
	line-height:normal;
	margin: 40px auto;
	max-width:870px;
/*
	padding:0 15px;
*/
	width:90%;
}

.happening-content li {
	color:#666;
	font-size:18px;	
}


.happening-content a {
	color: #1d1e23;
	border-bottom: 2px solid #FF8291;
	text-decoration: none;
}

.happening-content a:hover {
	border-bottom: 2px solid #E1374B;
}

.happening-hashtag span {
	margin-top: 10px;
	margin-right: 40px;	
	font-family: 'Museo Sans 500', "Arial";;
	font-size: 14px;
	color: #aaa;
	display: inline-block;
}

#thisHappening .lightbox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}

#thisHappening .lightbox .wrapper {
	width: 80%;
	max-width: 1000px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#thisHappening .lightbox .wrapper .img-wrapper {
	width: 100%;
	border: 2px solid #FF8291;
}

#thisHappening .lightbox .wrapper img {
	width: 100%;
}

#thisHappening .lightbox .overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: -1;
}

#thisHappening .lightbox .zoom-btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
}

#thisHappening .lightbox .zoom-btn i {
	font-size: 25px;
	color: #FF8291;
	display: block;
	padding: 5px;
	cursor: pointer;
}

.footnotes-news {
	padding: 20px 0 ;
}

.footnotes-news .half {
	width: calc(50% - 15px);
	float: left;
	margin: 0;
}

.footnotes-news .half p {
	margin-left: 30px;
}

.footnotes-news p {
	width: 100%;
}

.footnotes-news .video, .footnotes-news .link {
	position: relative;
	text-align: center;
}

.footnotes-news .video:before, .footnotes-news .link:before {
	display: block;
	font-display: swap;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 18px;
	line-height: 35px;
	color: #fff;
	position: absolute;
	text-align: center;
	width: 35px;
	height: 35px;
	background-color: #FF8291;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	left: 15px;
	top: 15px;
}

.footnotes-news .video:before {
	content: "\f03d";
}

.footnotes-news .link:before {
	content: "\f0c1";
}

.h-divider {
	height: 1px;
	background-color: #f2f2f2;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	margin: 30px auto;
}

.footnotes-news .full img {
	margin-bottom: 30px;
}


.footnotes-news .one-third {
	width: calc(100% / 3 - 15px);
	float: left;
}

.footnotes-news .two-third {
	width: calc(100% / 3 * 2 - 15px);
	float: left;
}

.footnotes-news .spacer {
	width: 30px;
    float: left;
    height: 1px;
}

.happening-content .box {
	text-align: center;
	background-color: #FF8291;
}

.happening-content .box p {
	width: calc(100% - 40px);
	color: #1d1e23;
	padding: 20px;
}

.footnotes-news .yellow-btn {
	padding: 11px;
	width: 150px;
	margin: 15px auto;
}

.eventText {
	width: 85%;
	max-width: 1500px;
	margin: 50px auto;
	padding: 10px 0;
}

#events-content .h-divider {
	width: 85%;
	max-width: 1500px; 
	margin: -15px auto;
}

.eventText a {
	text-decoration: none;
	color: #1d1e23;
/*
	border-bottom: 2px solid #fff;
	*/
	transition: border-bottom 0.3s;
}

.eventText a:hover {
	border-bottom: 2px solid #FFA8B1;
}

.eventText ul {
/*	
	list-style: none;
*/
	color:#666666;
}

.eventText ul li p {
	margin: 7px 0;
}

/*
.eventText ul li p::before {
  content: "\2022";  
  color: #FF8291; 
  font-weight: bold; 
  display: inline-block; 
  width: 20px; 
  margin-left: -40px;
}
*/

.groupText h2 {
    color: #1d1e23;
	font-family: 'Museo Sans 900', 'Arial';
	font-size:40px;
	text-align: left;
	padding: 10px 0;
	width: 85%;
	margin: 0 auto 0px auto;
	margin-inline: unset;
}

.groupText h3 {
	text-align: center;
	padding: 10px 0;
	width: 85%;
	margin: 0 auto 50px auto;
}

.groupText {
	width: 100%;
	margin-top: 50px;
	padding-top: 10px;
}

.groupText .half {
	width: 50%;
	float: left;
	overflow: hidden;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.groupText .half:nth-of-type(4n+3) {
	float: right;
}

.groupText .text {
	background-color: #FF8291;
	position: relative;
}

.groupText .text a {
	color: #1d1e23;
	font-family: 'Museo Sans 700', "Arial";
	transition: border-bottom 0.3s;
}

.groupText .text a:hover {
	border-bottom: 2px solid #fff;
}

.groupText .half div {
	position: absolute;
	width: 70%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.groupText .half h3 {
	color: #1d1e23;
	font-family: 'Museo Sans 900', "Arial";
	font-size: 40px;
	margin: 5px 0;
	text-align:left;
}

.groupText .half p {
	margin: revert;
	color: #323543;
}




ul.bullets  {
	list-style: disc;
}

ul.bullets li {
    font-family: 'Museo Sans 500', "Arial";
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

.center {
	text-align:center;
}
		











@media(min-width: 769px) and (max-width: 1120px) {
	
	
	.business-text {
		margin-top: 0;
	}
	
	.business-model-header {
		font-size: 16px;
	}
	
	.business-model-text {
		font-size: 19px;
		line-height: 29px;
	}
	
	.shared-purpose-text {
		font-size: 45px;
	}
	
	.business-text-wrapper .v-divider {
		margin: 50px auto;
		width: 65%;
	}
	
	.history-text-wrapper h3 {
		font-size: 37px;
	}

	.history-text-wrapper p {
		font-size: 16px;
		line-height: 28px;
	}
	
	.thisHappening {
		width: calc(100% / 2 - 60px);
	}
	
	.numberofitem {
		font-size: 50px;
	}
	
	.itemname {
		font-size: 18px;
	}

	.works-mast-text p {
		width: 80%;
	}
	

}











@media(max-width: 1024px) {
	
	/*-- MEMBERS AREA --*/
	
	.event-img, .event-desc {
		width: 100%;
		float: none;
		position: relative;
	}

	.event-img::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to top, rgba(0,0,0,0.6),rgba(0,0,0,0), rgba(0,0,0,0));
		background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.6),rgba(0,0,0,0), rgba(0,0,0,0));
		background: -moz-linear-gradient(bottom, rgba(0,0,0,0.6),rgba(0,0,0,0), rgba(0,0,0,0));
		background: -o-linear-gradient(bottom, rgba(0,0,0,0.6),rgba(0,0,0,0), rgba(0,0,0,0));
	}
	
	.event-desc h3 {
		position: absolute;
		margin-top: -90px;
		padding: 0 50px;
		color: #fff;
	}

	
	/*-- HOMEPAGE SLIDER --*/
	
	.slidertext {
		width: 50% !important;
	}
	
	.slidertext h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
		/*-- NAVIGATION --*/
	
	.nav-container {
		width: 93%;
		padding: 14px 0;
	}
	
	nav {
		width: auto;
   		float: right;
	}
	
    nav div {
        display: block;
		padding:0px;	
    }

    nav ul {
        display: none;
        position: static;
		position: absolute;
		max-height: calc(100vh - 100px);
		overflow-y: scroll;
		scrollbar-width: none;
    	-ms-overflow-style: none; 
		z-index: 2;
		width: 100%;
		left: 0;
		padding-bottom: 15px;
		box-shadow: 1px 3px 25px -10px #a8a8a8;
		-moz-box-shadow: 1px 3px 25px -10px #a8a8a8;
		-webkit-box-shadow: 1px 3px 25px -10px #a8a8a8;
		margin-top: 12px;
		background: #fff;
    }
	
	nav ul::-webkit-scrollbar {
		width: 0;
   		height: 0;
	}

    nav ul li {
        display: block;
    }
	
	nav ul li:hover {
		border: none;
	}
	
	nav ul li:hover ul {
		margin-top: 0;
	}

    nav ul ul {
        position: static;
		width: 100%;
		background: #fcfcfc;
		box-shadow: inset 1px 3px 20px -10px #c5c5c5;
		-moz-box-shadow: inset 1px 3px 20px -10px #c5c5c5;
		-webkit-box-shadow: inset 1px 3px 20px -10px #c5c5c5;
		margin-top: 0;
    }
	
	nav ul ul li { 
		background: #fcfcfc;
	}
	
	nav ul ul li a {
		color: #1d1e23;
	}
	
	nav ul span {
		float: none;
		margin-top: 0px;
	}
	
	nav ul span li {
		width: calc(100% - 40px);
		float: none;
		margin: 0 auto 15px auto;
	}
	
	.nav-hidden {
		display: block;
	}
	
	#navigation {
		position: fixed;
		top: 0;
	}
	
	.subscribe-btn a, .donate-btn a {
		padding: 15px;
	}
	
	.subscribe-form {
		width: calc(100% - 60px);
		left: 0;
		bottom: 0;
		top: inherit;
		border-bottom: none;
		border-top: 4px solid #FF8291;
	    border-radius: 7px 7px 0 0;
		-moz-border-radius: 7px 7px 0 0;
		-webkit-border-radius: 7px 7px 0 0;
	}
	
	.donate-btn {
		margin-left: auto;
	}
	
	.subhead {
		color: #c22900;
	}
	
	.subhead:hover {
		background-color: transparent;
	}
	
	.subdivider {
		background-color: #ececec;
		width: calc(100% - 34px);
	}
	
	.event-name, .event-signup {
		float: none;
	}
	
	.event-name {
		width: 100%;
	}
	
	.event-signup {
		margin-top: 8px;
	}
	
	.event-counter {
		margin-top: 15px;
	}
	
	.contact-left, .contact-right {
		float: none;
		width: 100%;
	}
	
	.thisAmount {
		margin-bottom: 15px;
	}
	
	.donation-amount.one-time .thisAmount {
		width: calc(50% - 16px);
	}
	
	.donation-amount.one-time .thisAmount:nth-of-type(3) {
		margin-left: 0;
	}
	
	.mobile-only {
		display: block;
	}
	
	.thisInfo {
		float: none;
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.donation-form-submit {
		width: 100%;
	}
	
	#donate-header .v-divider {
		width: 85%;
		margin: 0 auto 30px auto;
		display: block;
	}
	
	.donate-header-wrapper {
    	width: 85%;
	}
	
	.thisSection {
		width: calc(100% / 2 - 2px);
	}
	
	.giform-details .thisInfo:first-of-type {
		margin-top: 0;
	}
	
	.fabout-header {
		width: 85%;
	}
	
	.thisBoard {
		width: calc(50% - 64px);
		float: none;
	}
	
	.thisBoard:nth-of-type(odd) {
		float: left;
		margin-left: 0;
	}
	
	.thisBoard:nth-of-type(even) {
		float: right;
		margin-left: 0;
	}
	
	.thisBoard-more .board-box {
		width: 750px;
	}

}











@media(max-width: 900px) {
	
	.tabs-arrows {
		display: block;
		position: absolute;
		z-index: 1;
		font-size: 24px;
		color: #1d1e23;
		cursor: pointer;
		width: 100%;
		opacity: 1;
	}
	
	.tabs-arrows .fa-chevron-left {
		display: none;
		left: 0;
		background: linear-gradient(to right, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	}
	
	.tabs-arrows i {
		padding: 19px 10px;
		position: absolute;
	}
	
	.tabs-arrows .fa-chevron-right {
		right: 0;
		background: linear-gradient(to left, rgba(250, 250, 250, 1), rgba(250, 250, 250, 0));
	}
	
	.tabs-arrows .fa:active {
		opacity: 0.7;
	}
	
}











@media(max-width: 768px) {
	
	.container {
		width:100%;
		max-width:94%;
	}
	
	.eventText {
		margin: 0 auto;
	}
	
	#text-block .quote-text {
		font-size:20px;
		line-height:24px;
	}
	
	/*-- MEMBERS AREA --*/
	
	#my-account .input-wrapper {
		width: 100%;
		margin-bottom: 15px;
	}

	#my-account .input-wrapper:nth-of-type(odd) {
		float: none;
	}

	#my-account .input-wrapper:nth-of-type(even) {
		float: none;
	}
	
	/*-- HELP TAB --*/
	
	.help-tab {
		width: 85px;
		height: 80px;
		border-top-left-radius: 40px;
   		border-bottom-left-radius: 40px;
		bottom: 50px;
	}
	
	.help-tab img {
		margin-top:12px;
		width: 84px;
	}
	
	.help-text {
		display: none;
	}
	
	/* -- SUBSCRIBE -- */
	
	.subscribe-header p {
		width: 90%;
	}
	
	/*-- SLIDER --*/
	
	.slider .mySlides {
		height: 500px;
		background-color: rgba(0,0,0,0.3);
		background-image: none;
	}
	
	.slider-img {
		position: absolute;
  		left: 50%;
  		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
		z-index: -1;
		max-width: none !important;
		transition: none;
		/*width: auto !important;
		height: 100%;*/
	}
	
	.mySlides:hover .slider-img {
		transform: none;
		left: 50%;
  		top: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
	}
	
	.slidertext {
		width: 70% !important;
		text-align: center !important;
		margin-left: 15% !important;
		margin-left: 0px !important;
		left: 50%;
		transform: translate(-68%,30%)!important;
	}
	
	.yellow-btn {
		font-size: 18px;
		margin: 0 auto;
	}
	
	.slidertext .yellow-btn {
		padding: 11px 20px;
	}
	
	/*-- OUR WORKS --*/
	
	
	#works-mast {
		background-size: cover;
		background-position: bottom;
		height: 380px
	}
	
	#works-mast::before { 
		background-color: rgba(0,0,0,0.3);
	}
	
	.thisSection {
		float: none;
		width: 100%;
	}
	
	.works-sections a {
		text-decoration: none;
	}
	
	.works-mast-text {
		transform: none;
	}
	
	.works-mast-text h4 {
		font-size: 38px;
	}
	
	.works-mast-text p {
		width: 100%;
		font-size: 16px;
		line-height: 27px;
	}
	
	.works-sections-img-hover {
		display: none;
	}
	
	.thisSection:hover .works-sections-img {
		opacity: 1;
	}

	/*-- VOLUNTEERING --*/
	
	.v-opportunities, .v-schedule {
	width: 100%;
	float: none;
	}
	
	.event {
		width: 70%;
	}
	
	.v-opportunities h3, .v-opportunities p {
		width: 90%;
	}
	
	/*-- HAPPENINGS --*/
	
	.news-wrapper {
		-webkit-overflow-scrolling: touch;
    	-ms-overflow-style: -ms-autohiding-scrollbar;
		overflow-x: scroll;
  		overflow-y: hidden;
	}
	
	.news-arrows {
		margin-top: 380px;
    	z-index: 1;
		right: calc(50% - 25px);
		transform: translateY(-50%);
	}
	
	.happenings-slider {
		padding: 0;
	}
	
	
	.happening-header h1,
	.happening-header h3 {
		font-size: 32px;
		color: #fff;
	}
	
	/*-- FOOTER --*/
	
	.footer-column-wrapper {
		width:95%;
	}

	.footer-column {
		width: calc(100% / 3);
		padding-bottom: 5px;
	}
	
	.footer-column.social {
		width: 66%
	}
	.footer-column ul,
	.social ul {
		padding: 0px 10px;
	}
	
	/*-- ABOUT --*/
	
	
	.about-img, .about-text {
		width: 100%;
		float: none;
		height:540px;
	}
	
	.about-img.values-img {
		float: none;
		background-image: url();
		background-color: #eee;
		height: 1px;
		width: 85%;
		margin: 0 auto;
	}
	
	.about-img {
		height: 400px;
	}
	
	.mission-img {
		display: none;
	}
	
	/*-- HAPPENINGS NEWS --*/
	
	.happenings-news-wrapper {
		padding: 20px 0;
		width: 90%;
	}
	
	.thisHappening {
		width: 100%;
		float: none;
		margin: 30px 0;
	}
	
	.thisHappening .news-title {
		white-space: normal;
		overflow: visible;
		text-overflow: unset;
	}
	
	/*-- WORKS NUMBERS --*/
	
	#works-numbers {
		padding: 0;
	}
	
	.numberofitem {
		font-size: 50px;
	}
	
	.itemname {
		font-size: 18px;
	}
	
	.numbers-text {
		width: 100% !important;
		float: none;
		padding: 20px 0;
	}
	
	.left-border {
		border-left: none;
		border-top: 1px solid #f0f0f0;
		box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	-webkit-box-sizing: border-box;
	}

	
	/*-- TEXT + MEDIA --*/
	
	.media-text, .media-thumbnail {
		width: 100%;
		float: none;
	}
	
	.media-thumbnail {
		height: 300px;
	}
	
	.play-btn i {
		height: 300px;
		width: 100%;
		text-align: center;
		line-height: 300px;
	}
	
	.media-text {
		height: 550px;
	}

	.text-block-wrapper {
		width: 85%;
	}
	
	.mediatext-wrap div {
		padding: 0 50px;
		max-height: 420px;
		width: calc(100% - 100px);
		margin-top: 15px;
	}
	
	.mediatext-wrap div h3 {
		font-size: 35px;
	}
	
	.mediatext-wrap div p {
		font-size: 16px;
   		line-height: 27px;
	}
	
	.mediatext-controls {
		bottom: 35px;
		left: 40px;
	}
	
	.nextslide-text p {
		color: #666;
	}
	
	#bx-text-pager p {
		bottom: 45px;
		right: 50px;
	}

	
	.media-wrapper {
		width: 100%;
	}
	
	.media-wrapper iframe {
		width: 100%;
	}

	/* -- CONTACT --*/

	.contact-header {
		height: 200px;
	}
	
	.contact-header div {
		width: 90%;
	}
	
	.donate-mast-wrapper {
		height: 200px;
	}
	
	#contact-location, #contact-form, #contact-us {
		float: none;
		width: 100%;
		padding: 0 0 35px 0;
		margin-top: 0;
	}
	
	#contact-container {
		margin: 40px auto 100px auto;
		text-align: center;
		width: 90%;
	}
	
	.thisContact label {
		left: 28px;
	}
	
	.cmobile label, .cperson label {
		left: 160px !important;
	}
	
	#contact-form input, #contact-form textarea {
		width: 90%;
	}
	
	.cno, .cname {
		width: calc(90% - 132px) !important;
	}
	
	.contact-form-submit input {
		width: 90% !important;
	}
	
	.contact-info {
		margin: 0 auto;
	}
	
	#contact-us a i {
		margin-right: 0;
		margin-top: 10px;
		padding: 20px;
	}
	
	.g-recaptcha div:first-child {
		margin: 0 auto;
	}
	
	
	/* -- FOOTER ABOUT PAGES -- */
	
	.fabout-header {
		width: 85%;
	}
	
	.fabout-header h3 {
		font-size: 35px;
	}
	
	.fabout-text {
		width: 100%;
	}
	
	.fabout-subhead {
		text-align: center;
	}
	
	.thisReport {
		width: 100%;
	}
	
	.annualreports .thisReport {
		float: none !important;
		margin-left: 0 !important;
	}
	
	.thisFinance p {
		text-align: center;
	}
	
	.gi-mast-wrapper {
		height: 200px;
	}
	
	.gi-text {
		width: 85%;
	}
	
	.gi-header h1 {
		font-size: 40px;
	}
	
	.p1, .p2, .p1 input {
		font-size: 30px;
   		line-height: 44px;
	}
	
	.p1 input {
		width: 75%;
	}
	
	/*-- BOARD AND MANAGEMENT --*/
	
	.thisBoard {
		width: 90%;
		float: none !important;
		margin: 0 auto;
	}
	
	.thisBoard-more .board-box {
		width: 90%;
		overflow-y: auto;
	}
	
	.board-box img {
		float: none;
		width: 100%;
	}
	
	.board-box-info {
		width: calc(100% - 50px);
		float: none;
		position: absolute;
		background-color: #fff;
		top: 300px;
		padding: 25px;
		height: auto;
	}
	
	.board-desc {
		height: auto;
		max-height: none;
	}
	
	.board-moreinfo {
		opacity: 1;
	}
	
	.board-box-info h3 {
		font-size: 30px;
	}
	
	.board-box-info p {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #eee;
	}
	
	.board-desc p {
		border: none;
		padding-right: 0;
	}
	
	/*-- GET INVOLED - GROUPS PAGES --*/
	
	.groupText .half {
		width: 100%;
		float: none;
	}
	
	.groupText .half div {
		width: 85%;
		margin: 0 auto;
		padding: 20px;
	}

}











@media(max-width: 480px) {
	
	p, li {
		    font-size: 16px;
	}
	
	h1 {
		font-size:34px;
	}
	
	#content .container {
		padding: 00px 10px 50px 10px;
		width:calc(100% - 20px);
	}
	
	#page-title h3, #page-title .name {
		display: block;
		float: none;
		text-align: center;
	}
	
	#page-title h3 {
		margin-bottom: 10px;
	}
	
	#page-title #sidebar {
		width: 100%;
	}
	
	.slider .mySlides {
		height: 375px;
		background-color: rgba(0,0,0,0.3);
		background-image: none;
	}
	
	.event-desc h3 {
		font-size: 30px;
		text-align: center;
		position: relative;
		color: #1d1e23;
		margin-top: 0;
		padding: 20px 10px 0 10px;
	}
	
	.event-desc .signup .date-time div {
		width: 100%;
		float: none;
	}
	
	#event-listing h3, #my-account h3 {
		text-align: center;
	}
	
	#event-listing a.event-wrap .thisEvent {
		padding: 15px 20px;
	}
	
	#event-listing tr td, #event-listing tr th {
		display: block;
		width: 100%;
		font-size:16px;
	}
	
	#event-listing tr.name td {
		padding: 20px 0;
	}
	
	#event-listing tr.name td:nth-child(1) {
		display: none;
	}
	
	#event-listing tr.name td:nth-child(3) {
		padding: 0;
	}
	
	#event-listing tr.name td:nth-child(3) a {
		margin-top: -5px;
		margin-bottom: 20px;
	}
	
	#event-listing tr td .registered {
		margin-bottom: 20px;
		margin-top: -12px;
	}
	
	#event-listing tr.header , #event-listing tr.info {
		display: block;
		float: left;
		padding: 20px 0;
	}
	
	#event-listing tr.header {
		width: 30%;
	}
	
	#event-listing tr.info {
		width: calc(70% - 12px);
		padding-left: 12px;
	}
	
	#event-listing tr.header th , #event-listing tr.info td {
		padding: 0;
		line-height: 20px;
		height: 50px;
		font-size:16px;	
	}
	

	.event-desc .signup {
		padding: 30px;
	}
	
	.event-desc .signup .date-time div:first-child {
		margin-bottom: 15px;
	}
	
	#past-events tr th {
		display: none;
	}
	
	#past-events tr td:first-child {
		color: #1d1e23;
		font-size: 20px;
		font-family: 'Museo Sans 700', "Arial";
	}
	
	#past-events tr td::before {
		content: attr(data-label);
		display: block;
		font-family: 'Museo Sans 700', "Arial";
		font-size: 14px;
		text-transform: uppercase;
		color: #999;
		width: 100%;
	}
	
	.help-box-wrapper {
		width: calc(90% - 20px);
		padding: 40px 10px;
	}
	
	.help-box-wrapper h3 {
		font-size: 30px;
	}
	
	.help-box-wrapper .box {
		width: calc(50% - 20px);
		height: 160px;
		padding: 0px;
	}
	
	.help-box-wrapper img {
		width: 70px;
	}
	
	.help-box-wrapper p {
		font-size: 16px;
		line-height: 18px;
		height: 90px;
		width: 200px;
		display: table-cell;
		vertical-align: middle;
	}
	
	#text-block .quote-text{
		font-size: 18px;
		line-height: 30px;
	}
	
	.slidertext h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.slidertext h2 {
		font-size: 18px;
	}
	
	.v-date, .event {
		float: none;
	}
	
	.event {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
	}

	.tab-headers a {
		padding:5px 10px!important;
		line-height:normal!important;
		height:auto!important;
		width:calc(100% - 20px);
	}
 	
	.thisSchedule {
		width: 100%;
	}
	
	.schedule-wrapper {
		height: 560px;
	}
	
	.v-divider {
		width: 100%;
	}
	
	.footer-column {
		width: 100% !important;
		float: none;
		padding-bottom: 5px;
	}
	
	.about-text-wrapper {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 85%;
		margin: 0 auto;
	}
	
	.about-text {
		height: auto;
		padding: 60px 0;
	}
	
	#map {
		overflow: scroll;
	}

	#contact-us span {
		display: block;
		margin-right: 0;
	}
	
	.summary-info-right {
		top: 15px;
		border-top: 1px solid #ccc;
		padding-top: 10px;
	}
	
	/*-- GI FORM SLIDER --*/
	
	.giform-slider .mySlides {
		height: 700px;
		background-color: transparent;
	}
	
	.giform .bx-pager {
		top: 280px;
		right: 5px;
	}
	
	.giform-content {
		/* height: 500px; */
	}
	
	.giform-content-wrapper {
		padding: 30px 0;
	}
	
	.giform-mast {
		height: 200px;
	}
	
	.giform-header {
		width: 85%;
	}
	
	.giform-header h1 {
		font-size: 35px;
		line-height: 40px;
	}
	
	.giform-header h2 {
		font-size: 18px;
		line-height: 26px;
	} 
	
	
	.giform-half:first-child {
		padding-left: 0;
		padding-right: 0;
		border-right: none;
		padding-bottom: 30px;
		border-bottom: 1px solid #eee;
		border-left: none;
	}
	
	.giform-half:nth-child(2) {
		margin-left: 0;
		padding-top: 40px;
		border-right: none;
	}
	
	.giform-half {
		float: none;
		width: 100%;
	}
	
	.giform-bubble, .giform-bubble1, .giform-bubble2, .giform-bubble3, .giform-bubble4, .giform-bubble5 {
		margin: 0 auto;
		padding: 20px;
	    width: calc(100% - 70px);
	}
	
	.giform-options {
		margin-top: 25px;
		margin-bottom: 0;
		text-align: center;
	}

	.gi-thisOption div {
		text-align: left;
		margin: 13px 0;
	}
	
	.giform-summary-options .gi-thisOption div {
		width: 90%;
	}
	
	.summary-info-left, .summary-info-right, .giform-corp-sch .summary-info-left, .giform-corp-sch .summary-info-right {
		width: 100%;
		float: none;
		position: relative;
	}
	
	.summary-info-right {
		right: 0;
    	top: 0;
   		transform: none;
	}
	
	.giform-corp-sch .summary-info-right .summary-info-req:nth-child(2), .giform-corp-sch .summary-info-right .summary-info-req:first-child {
		width: 100%;
	}
	
	
	.summary-info-right .summary-info-req {
		width: 50%;
		text-align: center;
		float: left;
		padding: 5px 0;
	}
	.summary-info-right .summary-info-req p {
		width: 100%;
	}
	
	.summary-info-right .summary-info-req:nth-child(3) {
		border-right: none;
		float: none;
		width: 100%;
		border-top: 1px solid #ccc;
		margin-top: 5px;
		padding: 5px 0;
		text-align: left;
	} 
	
	.summary-info-right .summary-info-req:nth-child(3) p {
		width: 100%;
	} 
	
	.giform .bx-next {
		padding: 10px 100px;
	}
	
	.giform-timings label p {
		padding: 0 25px;
	}
	
	.giform-subscribe label {
		left: 0;
	}
	
	.giform-subscribe p {
		text-align: left;
		width: 80%;
		line-height: 22px;
	}
	
	.giform-progress {
		width: 100%;
	}
	
	.progressbar a {
		/* display: none; */
		color: #fff !important;
		font-size: 1px;
		outline: none;
	}
	
		/*-- DONATE --*/
	
	.donation-form-wrapper {
		padding: 25px 0;
		width: 85%;
		border: none;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		border-radius: 0;
	}

	.donation-amount .thisAmount {
		width: 100% !important;
		margin-left: 0 !important;
	}
	
	.thisFrequency {
		width: 100%;
		float: none;
		display: block;
		margin-bottom: 15px;
		margin-left: 0 !important;
	}
	
	.donate-header-wrapper p:first-child {
		margin: 17px auto 0 auto;
    	width: 75%;
	}
	
	.happening-header h3, .happening-content p, #thisHappening .h-divider, .footnotes-news, .happening-content .box {
		width: 100%;
	}
	
	.happening-date {
		width:80%;
	}

	.happening-hashtag {
		width:90%;
	}
	
	.footnotes-news .half, .happening-content .footnotes-news p, .footnotes-news .two-third, .footnotes-news .one-third {
		width: 100%;
		margin: 0 auto;
	}
	
	.footnotes-news .spacer {
		height: 0;
	}
	
	.happening-content img, .happening-content video {
		margin: 20px auto;
	}
	
	.happening-header h3 {
		font-size: 40px;
	}
	
	.footnotes-news {
		padding: 0;
	}
	
	.footnotes-news .video:before, .footnotes-news .link:before {
		top: 35px;
	}
	
	.board-box i {
		position: fixed;
	}
	
	.board-desc {
		padding-right: 0;
	}
	
	.happening-media img, .happening-media video {
		/*
		width: 85%;
		*/
	}
	
	.mediatext-wrap div {
		padding: 0 30px;
		width: calc(100% - 60px);
	}
	
	.mediatext-controls {
		left: 30px;
		width: 70%;
	}
	
	#bx-text-pager p {
		right: 30px;
	}
	
	#coming-soon {
		height: 70vh;
	}
	
	.tax-deduction p {
		width: calc(100% - 30px);
		margin-top: -6px;
	}
	
	.groupText h1 {
		margin: 0 auto;
		width:85%;
	}

	.groupText h2 {
		margin: 0px;
		width:100%;
	}

	.groupText .half h3 {
		font-size: 34px;
		width:100%;
	}
	
	/* Slick slider */
	
	.image-carousel .slick-prev, .image-carousel .slick-next {
		width: 30px;
		height: 30px;
	}
	
	.image-carousel img {
		height: 210px;
	}
	
	.image-carousel {
		width: calc(100% - 110px);
	}
	
	.image-carousel .slick-prev:before, .image-carousel .slick-next:before {
		line-height: 30px;
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	
	.image-carousel .slick-prev {
		left: -40px;
	}
	
	.image-carousel .slick-next {
		right: -40px;
	}
	
}












.content-container {
	width: 85%;
	max-width: 1500px;
	margin: 50px auto 100px auto;
}

#event-listing tr td.event-thumbnail,
tr td .event-thumbnail {
	padding:0px;
	width:200px;
	height:120px;
	overflow:hidden;
}

#event-listing tr td.event-thumbnail img,
tr td .event-thumbnail img {
	max-height:120px;
}

 /* FAQ */
 
 .sub-header {
	color:#FF8291;
	font-size:24px;
	margin:0px;
}


 .tab-headers {
	display:block;
	height:45px;
	clear:both;
	margin-bottom:20px;
}

 .tab-headers a {
    background: #fff;
    border: 1px solid #aaa;
    color: #888;
	display:block;
    float: left;
    font-weight: 400;
    height: 50px;
    text-align: center;
    padding: 0 20px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.3s;
    position: relative;
	
	
    line-height: 50px;
    text-decoration: none;
    font-family: 'Museo Sans 500', "Arial";
    font-size: 16px;
}

 .tab-headers a:hover {

    border: 1px solid #FFA8B1;

}

 .tab-headers a.active {
    background: #FF8291;
    border: 1px solid #FF8291;
    color: #1d1e23;
}


.accordion h2 {
	cursor: pointer;
	margin: 30px 0 0 0;
}

.accordion h2:hover {
	text-decoration:underline;
}

.eventText.accordion .ui-accordion-content {
	padding:0 0 10px 0;
}

.eventText.accordion .ui-accordion-content p {
	margin:0 0 20px 0;
}

/*
.eventText.accordion .ui-accordion-content ul li::before {
    content: "\2022";
    color: #FF8291;
    font-weight: bold;
    display: inline-block;
    width: 30px;
    margin-left: -30px;
}
*/

.eventText.accordion .ui-accordion-content ul li {
	font-family: 'Museo Sans 500', "Arial";
    font-size: 18px;
    line-height: 30px;
    color: #666;
}


.pagination {
	padding: 25px;
}

.pagination li {
	display: inline-block;
    margin-right: 10px;
    padding: 5px 7px;
    color: #c1c1c1;
    border-radius: 50%;
}

.pagination li.active {
	background-color: #FF8291;
    color: #fff;
}

.pagination li a {
	padding: 3px;
	font-size: 14px;
	border-bottom:none;
}

.pagination li a:hover {
	color: #1d1e23;
}

.pagination li.active:hover {
	color: inherit;
}

.fb-like {
	clear:both;
	display:block!important;
	margin-top:20px;
}