/**
 * Table of Contents:
 *
 * General
 * 	- Typography
 * Header
 * 	- Main Navigation
 * Sections
 * 	- Home
 * 	- Petition
 * 	- Letter
 * 	- Updates
 * 	- Supporters
 * 	- Sign it
 * Footer
 *
 */
 
 
/**
 * General
 * -----------------------------------------------------------------------------
 */
 
html,
body{
	height: 100%;
	color: #565656;
}

section {margin-top:80px; margin-bottom:80px;}
section#home {margin-top:0px; margin-bottom:80px;}

a{
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	outline: none;
	text-decoration: none;
	color: #12bcc6;
}
a:hover{
	text-decoration: none;
	color:#f7a823;
}
img{
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h6{
	color: #565656;
}
h5{
	color: #565656;
}


/**
 * General > Typography
 * -----------------------------------------------------------------------------
 */

html{
	font-size: 62.5%;
	font-weight: 300;
}
body{
	font-size: 18px;
	font-family: "Lora", serif;
}
p, li, span, div{
	font-size: 18px;
	line-height: 1.6;
}
.lead{
	font-size: 115%;
	margin: 2.8rem 0;
}
h1{
	font-size: 250%;
	line-height: 1.2;
	font-weight: bold;
}
h2{
	font-size: 200%;
	line-height: 1.2;
	font-weight: bold;
}
h3{
	font-size: 150%;
	line-height: 1.2;
	font-weight: bold;
}
h4{
	font-size: 125%;
	line-height: 1.2;
	font-weight: bold;
}
h5{
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: bold;
}
h6{
	font-size: 1.4rem;
	line-height: 1.2;
	font-weight: bold;
}
p, h1, h2, h3, h4, h5, h6, blockquote, ul{
	margin: 2.8rem 0 1.4rem;
}
ul.list-unstyled li{
	margin-bottom: 1.4rem;
}
dl dt{
	margin-top: 1.4rem;
}
dl dt:first-of-type{
	margin-top: 0;
}
h1 small, 
h2 small,
h3 small{
	font-size: 50%;
	font-weight: normal;
}
h4 small{
	font-size: 65%;
}
h5 small,
h6 small{
	font-size: 75%;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-family: "Lora", serif;
	position: relative;
}
#content h1.text-center,
#content h2.text-center,
#content h3.text-center,
#content h4.text-center,
#content h5.text-center,
#content h6.text-center{
	margin-bottom: 6.2rem;
}
#content h1.text-center::after,
#content h2.text-center::after,
#content h3.text-center::after,
#content h4.text-center::after,
#content h5.text-center::after,
#content h6.text-center::after{
	content: '';
	display: block;
	position: absolute;
	width: 6rem;
	border-bottom: .3rem solid #BE3A31;
	margin-top: 1.2rem;
	margin-left: -3rem;
	left: 50%;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small{
	display: block;
	opacity: 0.8;
	line-height: 1.2;
}
h1 .center-block,
h2 .center-block,
h3 .center-block,
h4 .center-block,
h5 .center-block,
h6 .center-block{
	display: block;
	margin: 0 auto;
	line-height: 1.4;
}
#content p{
	line-height: 1.8;
}
@media (max-width:767px) {
	html{
		font-size: 75%;
	}
	h1{
		font-size: 3.6rem;
	}
	h2{
		font-size: 3.0rem;
	}
	h3{
		font-size: 2.4rem;
	}
	h4{
		font-size: 1.8rem;
	}
	h5{
		font-size: 1.6rem;
	}
	h6{
		font-size: 1.4rem;
	}
	blockquote{
		padding-left: 4.2rem;
	}
}


/**
 * Header
 * -----------------------------------------------------------------------------
 */

#header{
	color: #fff;
	position: fixed;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
 
 
/**
 * Header > Main Navigation
 * -----------------------------------------------------------------------------
 */

#main-nav{
	background: rgba(255, 255, 255, .9);
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 3;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
#logo{
	margin: 4px 0;
	line-height: 1;
	float: left;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	font-weight: bold;
	color: #00747b;
	font-size: 2rem;
	letter-spacing: -1px;
}
#logo img{
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.toggle-nav-label,
.toggle-nav-input{
	display: none;
	padding: 0;
	margin: 0;
}
.toggle-nav-label{
	float: right;
	color: #3b3b3b;
	line-height: 60px;
}
#main-nav .menu{
	list-style: none;
	float: right;
	margin: 0;
	padding: 0;
}
#main-nav .menu > .menu-item{
	display: block;
	position: relative;
	float: left;
	margin-left: 30px;
}
#main-nav .menu > .menu-item:first-of-type{
	margin-left: 0;
}
#main-nav .menu > .menu-item > a{
	height: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #3b3b3b;
	text-decoration: none;
	-webkit-transition: color 200ms ease-in;
	-moz-transition: color 200ms ease-in;
	-ms-transition: color 200ms ease-in;
	-o-transition: color 200ms ease-in;
	transition: color 200ms ease-in;
	font-size: 1.4rem;
	text-shadow: 1px 1px #fff;
	font-weight: 400;
	padding: 0;
	font-weight: bold;
}
#main-nav .menu > .menu-item:hover > a{
	color: #9c9c9c;
	background: none;
}
#main-nav .menu > .active > a{
	color: #17b6c5 !important;
	border-bottom: 3px solid #17b6c5;
	height: 60px;
}
@media (max-width:767px) {
	#main-nav{
		text-align: center;
		display: block;
		float: none;
		background: rgba(255, 255, 255, .95);
	}
	#logo{
		float: left;
		display: block;
		text-align: left;
	}
	#main-nav .menu{
		float: none;
		display: none;
		width: 100%;
		overflow: hidden;
	}
	#main-nav #toggle-main-nav:checked + .menu{
		display: block;
	}
	#main-nav .menu > .menu-item{
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		border-bottom: none !important;
	}
	#main-nav .menu > .menu-item > a{
		border-bottom: 1px solid #ccc;
	}
	#main-nav .menu > .menu-item:last-of-type > a{
		border-bottom: none !important;
	}
}

/**
 * Content
 * -----------------------------------------------------------------------------
 */

.greybg {background-color:#eee;}

#content{
	/*box-shadow: 0px 1px 3px -1px rgba(0, 0, 0, 0.15);*/
	box-shadow: none;
	position: relative;
}
#content img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#content div > :first-child,
#content aside > :first-child{
	margin-top: 0;
}
#content div > :last-child,
#content aside > :last-child{
	margin-bottom: 0;
}
.content-padding{
	padding-bottom: 5.6rem;
	padding-top: 5.6rem;
}
.content-padding-none{
	padding-bottom: 0;
	padding-top: 0;
}
.content-padding-xs{
	padding-bottom: 3.2rem;
	padding-top: 3.2rem;
}
.content-padding-lg{
	padding-bottom: 9.8rem;
	padding-top: 9.8rem;
}
.content-padding-xl{
	padding-bottom: 14rem;
	padding-top: 14rem;
}
.content-padding-xxl{
	padding-bottom: 15.4rem;
	padding-top: 15.4rem;
}
.padding-bottom-none{
	padding-bottom: 0;
}
#gallery li{
	float: left;
	width: 25%;
	list-style: none;
	display: inline-block;
}
#gallery img{
	width: 100%;
	height: auto;
}
.size-25{
	width: 25%;
}
.size-50{
	width: 50%;
}
.size-75{
	width: 75%;
}
.animated{
	opacity: 0;
}
.form-control{
	font-family: Arial, Helvetica, sans-serif;
	box-shadow: none;
	-webkit-appearance: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
cite{
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}
.btn-primary{
	background-color: #17b6c5;
	border-color: #17b6c5;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	font-weight: bold;
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,1);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.5);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{
	background-color: #f7a823;
	border-color: #f7a823;
}
.btn-lg{
	line-height: 1;
	padding: 1.5rem 4rem;
}
.section-title{
	font-weight: bold;
	text-align: center;
	display: inline-block;
	position: relative;
}
.section-title::before{
	content: '';
	width: 15rem;
	position: absolute;
	right: 100%;
	margin-right: 4.2rem;
	top: 50%;
	border-bottom: 3px solid;
	opacity: .2;
}
.section-title::after{
	content: '';
	width: 15rem;
	position: absolute;
	left: 100%;
	margin-left: 4.2rem;
	top: 50%;
	border-bottom: 3px solid;
	opacity: .2;
}
@media (max-width:767px) {
	[class*=size-]{
		width: 100%;
	}
	.content-padding,
	.content-padding-xs,
	.content-padding-lg,
	.content-padding-xl,
	.content-padding-xxl{
		padding-bottom: 3.2rem;
		padding-top: 3.2rem;
	}
	#content .row [class*="col-sm-"]{
		margin-bottom: 2.8rem;
	}
	
	.content-padding-mobile-none{
		padding-top: 0;
		padding-bottom: 0;
	}
	.section-title{
		display: block;
	}
	.section-title::before{
		display: none;
	}
	.section-title::after{
		display: none;
	}
}


/**
 * Sections > Home
 * -----------------------------------------------------------------------------
 */

#home{
	min-height: 800px;
	background-image: url('../images/home-splash.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}
#home::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .30);
	z-index: 1;
}
#home:after{
	background-size: 5px;
	background-color: transparent;
	opacity: .1;
}
#splash{
	color: #fff;
	max-width: 800px;
	position: absolute;
	z-index: 1;
	text-align: center;
}
#splash h1{
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	font-size: 5.2rem;
	letter-spacing: -1px;
	margin-bottom: 5.6rem;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
#splash h1 small{
	color: #fff;
	font-size: 65%;
	font-weight: normal;
	border-bottom: 2px solid #fff;
	display: inline-block;
	margin: 0 50px;
}

#splash .btn{
	font-size: 1.8rem;
}
#counter{
	position: absolute;
	z-index: 2;
	bottom: 90px;
	width: 450px;
	background: #F7F7F7;
	border-radius: 3px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#counter > div{
	font-size: 1.8rem;
}
#counter .progress{
	background: rgba(86, 86, 86, .2);
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	margin: 0.7rem 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
#counter .progress-bar{
	background: #17b6c5;
}
@media (max-width:767px) {
	#home {
		min-height:500px;
	}

	#splash{
		max-width: 100%;
		padding: 0 20px;
	}
	#splash h1{
		font-size: 2.8rem;
	}
	#counter{
		position: static;
		width: 100%;
		bottom: 40px;
		border-radius: 0;
		text-align: center;
		padding: 10px;
		max-width:450px;
	}
	#counter .text-right{
		text-align: center;
	}
	#counter div{
		font-size: 12px;
	}
}
	

/**
 * Sections > Petition
 * -----------------------------------------------------------------------------
 */

#petitioned{
	background: #f7f7f7;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2.8rem 0;
}
#petitioned div{
	font-size: 1.2rem;
}
#petitioned strong{
	display: block;
}
#petition-to{
	margin-bottom: 1.4rem !important;
	display: block;
}

#author{
	font-family: 'Roboto', sans-serif;
	font-size: 1.2rem;
	line-height: 1.4;
	padding-left: 80px;
	padding-top: 5px;
	position: relative;
}
#author img{
	width: 60px;
	height: 60px;
	left: 0;
	top: 0;
	position: absolute;
}


/**
 * Sections > Letter
 * -----------------------------------------------------------------------------
 */

#letter-container{
	background: url('../images/linedpaper.png') top left;
	font-family: 'Cutive Mono', monospace;
}
#letter-container p{
	font-size: 20px;
	line-height: 1.6;
	margin: 2.4rem 0 1.7rem;
}
#letter .content-padding-xs{
	padding: 6.2rem 0;
}


/**
 * Sections > News & Update
 * -----------------------------------------------------------------------------
 */

#timeline{
	position: relative;
	padding: 4.2rem 0;
	margin-bottom: 9.8rem !important;
}
#timeline::before{
	content: ' ';
	position: absolute;
	left: 50%;
	border-left: 1px dashed;
	opacity: .2;
	height: 100%;
	top: 0;
}
#timeline .entry{
	width: 100%;
	margin: 4.2rem 0;
	position: relative;
}
#timeline .entry::before{
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 4.2rem;
	line-height: 1;
	color: #f7f7f7;
	position: absolute;
	display: block;
	top: 3px;
}
#timeline time{
	position: absolute;
	top: 1.8rem;
	font-size: 1.4rem;
	top: 1.4rem;
}
#timeline time span{
	font-size: 1.2rem;
	opacity: .5;
	display: none;
	line-height: 1;
}
#timeline time::before{
	content: '';
	display: block;
	height: 15px;
	width: 15px;
	background: #17b6c5;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	position: absolute;
	top: 5px;
}
#timeline .entry > div{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #f7f7f7;
	width: 100%;
	padding: 1.4rem 2.8rem;
	text-align: center;
}
#timeline .entry.sticky > div{
	background: #FAD1D1;
}
#timeline .entry.sticky:before{
	color: #FAD1D1;
}
#timeline .entry.sticky h5,
#timeline .entry.sticky p{
	color: #D2433A;
}
#timeline .entry > div > p{
	margin-top: 1.4rem;
}
#timeline .entry:nth-child(odd){
	padding-right: 53%;
}

#timeline .entry:nth-child(odd)::before{
	right: 53%;
	margin-right: -1.3rem;
}
#timeline .entry:nth-child(odd) > time{
	left: 52%;
}
#timeline .entry:nth-child(odd) > time::before{
	left: -29px;
}
#timeline .entry:nth-child(even){
	padding-left: 53%;
}
#timeline .entry:nth-child(even)::before{
	content: '\f0d9';
	left: 53%;
	margin-left: -1.3rem;
}
#timeline .entry:nth-child(even) > time{
	right: 52%;
	text-align: right;
}
#timeline .entry:nth-child(even) > time::before{
	right: -29px;
}
@media (max-width:767px) {
	#timeline .entry{
		padding: 0 !important;
	}
	#timeline .entry::before,
	#timeline .entry > time::before{
		display: none;
	}
	#timeline .entry > time{
		display: none;
	}
}

/**
 * Sections > Supporters
 * -----------------------------------------------------------------------------
 */

#supporters-container{
	position: relative;
}
#supporters-container::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}
#supporters-container:after{
	background-size: 5px;
	background-color: transparent;
	opacity: .2;
}
#supporters-container .supporter{
	border: 5px solid rgba(255, 255, 255, .25);
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	position: relative;
	z-index: 1;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
	max-height: 130px;
	max-width: 130px;
	
}
#supporters-container .supporter:hover{
	border: 5px solid #17b6c5;
	opacity: 1;
}
#supporters-container .block-grid-6:hover li:not(:hover) .supporter  {
	opacity: .25;
}
#supporters-container ul{
	margin: 5.6rem 0 7rem;
}
#supporters-container li{
	position: relative;
}
#supporters-container .container{
	position: relative;
	z-index: 1;
}
#supporters-container .section-title,
#supporters-container h3{
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
}
#supporters-container h3 > small{
	font-size: 100%;
	color: #fff;
	border-bottom: 1px solid #fff;
	display: inline-block;
}

#supporters-container h3 > small a, #supporters-container h3 > small a:hover {
	color: #eee;
}
.popover-content{
	line-height: 1.4;
	text-align: center;
}
@media (max-width:767px) {
	#supporters-container .block-grid-6 li{
		float: none;
		width: 100%;
		margin-bottom: 2.8rem;
	}
	#supporters-container .block-grid-6 li:last-of-type{
		margin-bottom: none;
	}
}


/**
 * Sections > Sign It
 * -----------------------------------------------------------------------------
 */
/*#sign-it h2.section-title{
	margin-bottom: 9.8rem;
}*/
#sign-row{
	position: relative;
	margin-top:50px;
}
#sign-row::before{
	content: '';
	display: block;
	height: 100%;
	width: 0;
	border-right: 1px dashed;
	position: absolute;
	left: 50%;
	top: 0;
	opacity: .2;
}
#sign-row::after{
	content: 'AND';
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #565656;
	color: #fff;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	top: 50%;
	margin-top: -30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#sign-list{
	list-style: none;
	margin: 0;
	padding: 0;
}
#sign-list li{
	margin-bottom: 1.3rem;
	text-align: left;
}
#sign-list li:last-of-type{
	margin-bottom: 0;
}
#sign-list .btn{
	text-align: left;
	padding-left: 60px;
	position: relative;
}
#sign-list .fa{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 100%;
	line-height: 34px;
	text-align: center;
	background: rgba(255, 255, 255, .15);
}
#sign-it .btn{
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#sign-list .btn.facebook{
	background-color: #3F5F95;
	border-color: #3F5F95;
}
#sign-list .btn.twitter{
	background-color: #4CAFE8;
	border-color: #4CAFE8;
}
#sign-list .btn.google{
	background-color: #DB4E37;
	border-color: #DB4E37;
}
#sign-list .btn.linkedin{
	background-color: #296996;
	border-color: #296996;
}
#sign-list .btn.yahoo{
	background-color: #863587;
	border-color: #863587;
}
@media (max-width:767px) {
	#sign-row .col-sm-5:first-of-type{
		margin-bottom: 12.8rem;
	}
	#sign-row .col-sm-5:last-of-type{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	#sign-row::before{
		content: '';
		display: block;
		height: 0;
		width: 100%;
		border-bottom: 1px dashed;
		position: absolute;
		top: 50%;
		left: 0;
		opacity: .2;
	}
	#sign-row::after{
		content: 'OR';
		display: block;
		width: 6rem;
		height: 6rem;
		line-height: 6rem;
		text-align: center;
		background: #565656;
		color: #fff;
		-webkit-border-radius: 300px;
		-moz-border-radius: 300px;
		border-radius: 300px;
		position: absolute;
		left: 50%;
		margin-left: -3rem;
		top: 50%;
		margin-top: -3rem;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	#sign-it h2.section-title{
		margin-bottom: 0;
	}
	
}

/**
 * Footer
 * -----------------------------------------------------------------------------
 */

#footer{
	background: #565656;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1.4rem 0;
}

#footer a{
	color: #fff;
}
#go-top{
	margin: 1.4rem 0;
	display: inline-block;
	font-size: 1.2rem;
}
#footer .fa-boxed{
	display: inline-block;
	text-align: center;
	border-radius: 300px;
	margin: 0 1px;
	width: 24px;
	line-height: 24px;
	height: 24px;
	background: rgba(255, 255, 255, .15);
}
@media (max-width:767px) {
	#footer,
	#footer .text-right{
		text-align: center !important;
	}
}



/**
 * Block Grid
 * -----------------------------------------------------------------------------
 */

ul[class*="block-grid-"]{
	list-style: none;
	padding: 0;
	margin-right: -15px;
	margin-left: -15px;
	overflow: auto;
	clear: both;
}
ul[class*="block-grid-"] li{
	list-style: none;
	padding: 0 15px;
	margin: 2.8rem 0 0 0;
	float: left;
	height: auto;
	display: block;
}
.block-grid-2 li{
	width: 50%;
}
.block-grid-3 li{
	width: 33.3333333%;
}
.block-grid-4 li{
	width: 25%;
}
.block-grid-5 li{
	width: 20%;
}
.block-grid-6 li{
	width: 16.66666666666667%;
}
.block-grid-7 li{
	width: 14.285714286%;
}
.block-grid-2 li:nth-child(1),
.block-grid-2 li:nth-child(2),
.block-grid-3 li:nth-child(1),
.block-grid-3 li:nth-child(2),
.block-grid-3 li:nth-child(3),
.block-grid-4 li:nth-child(1),
.block-grid-4 li:nth-child(2),
.block-grid-4 li:nth-child(3),
.block-grid-4 li:nth-child(4),
.block-grid-5 li:nth-child(1),
.block-grid-5 li:nth-child(2),
.block-grid-5 li:nth-child(3),
.block-grid-5 li:nth-child(4),
.block-grid-5 li:nth-child(5),
.block-grid-6 li:nth-child(1),
.block-grid-6 li:nth-child(2),
.block-grid-6 li:nth-child(3),
.block-grid-6 li:nth-child(4),
.block-grid-6 li:nth-child(5),
.block-grid-6 li:nth-child(6){
	margin-top: 0;
}
ul[class*="block-grid-"] .link-image{
	position: relative;
	display: block;
	overflow: hidden;
}
.link-image{
	position: relative;
}
.link-image:after{
	content: '\f06e';
	font-family: 'FontAwesome';
	font-size: 4.8rem;
	display: block;
	width: 6rem;
	height: 6rem;
	line-height: 6rem;
	text-align: center;
	left: 50%;
	margin-left: -3rem;
	top: 50%;
	margin-top: -3rem;
	color: #fff;
	position: absolute;
	-webkit-border-radius: 300px;
	-moz-border-radius: 300px;
	border-radius: 300px;
	background: rgba(0, 0, 0, .25);
	opacity: 0;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.link-image:hover:after{
	opacity: 1;
}
@media (max-width:767px) {
	ul[class*="block-grid-"]{
		margin-right: -5px;
		margin-left: -5px;
		margin-top: 10px;
	}
	ul[class*="block-grid-"] li{
		padding: 0 5px;
		margin: 10px 0 0 0;
	}
}


/**
 * Multi-Page Specific
 * -----------------------------------------------------------------------------
 */

html,
body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
body:not(.one-page) #header{
	position: static;
}
body:not(.one-page) section{
	
}
body:not(.one-page) #content{
	box-shadow: none;
	position: relative;
}



section#home {height:100vh}
section#home #splash {margin-top:150px}
#splash_action {
	position: absolute;
	z-index: 3;
	bottom: 50px;
	width: 450px;
	background: transparent;
	border-radius: 0;
	padding: 0; text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#supporters {margin-bottom:-80px;}
#letter+#supporters {margin-top:-80px;}

#sign-it {margin-bottom:0px; padding-bottom:80px}
#sign-row .addthis_inline_share_toolbox_pw1c a.at-svc-pinterest_share,
#sign-row .addthis_inline_share_toolbox_pw1c a.at-svc-tumblr {display:none !important;}
#sign-row .addthis_inline_share_toolbox_pw1c a.at-svc-whatsapp {margin:5px !important;}

.sharing-block .addthis_inline_share_toolbox_pw1c {margin:20px auto 10px auto;}
.sharing-block .addthis_inline_share_toolbox_pw1c a {margin:5px !important;}


#footer {
	color: #fff;
    line-height: 145%;
    font-size: 13px;
    background-color: #00747b;
    padding-bottom: 16px;
    padding-top: 18px;
}

#footer p {
	color: #fff;
    line-height: 145%;
    font-size: 13px;
	font-family: 'Arial','Helvetica',sans-serif;
	margin: 15px auto;
}

#footer_logo img {
    width: 300px; margin-bottom:-15px;
}

#footer .social_icons a {color: #fff; font-size:22px; margin:5px 10px;}



.btn-donate {
    color: #fff;
    background-color: #00747b;
    border-color: #00747b;
	margin-top:10px;
}
.btn-donate:hover, .btn-donate:active, .btn-donate.active {
    margin-top:8px;
	color: #fff;
	background-color: #014347;
    border-color: #014347;
}



#write_to_mp .row, #write_to_fm .row {margin-top:5px; margin-bottom:5px;}
#content p.help-block {font-family: 'Arial','Helvetica',sans-serif; font-size:13px; margin:5px 0px 5px 2px;}
h3.success {color: #00747b;}







.cta_box { text-align: center; background: #f5f5f5; padding: 30px;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}
.cta_box h4 {color:#f7a823;}
.cta_box .btn-donate { background-color: #17b6c5; border-color: #17b6c5; }
.cta_box:hover .btn-donate:hover { background-color: #f7a823; border-color: #f7a823; margin-top:10px; }

.cta_box:hover {background: #222; color: #f5f5f5; }

#main-nav .btn-donate {float:right}


.take_action_cta {
	margin-top: 60px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.take_action_cta .addthis_inline_share_toolbox_pw1c a.at-svc-whatsapp {margin:5px !important;}
.take_action_cta h3:nth-of-type(1) {color: #12bcc6; margin-bottom:-15px;}




section#home #splash {
    margin-top: 25%;
}

#splash h1 {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background: #f7a823;
	text-shadow: none;
	font-size: 40px;
	margin-bottom:50px;
}

#splash p {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	font-size:25px;
	margin-top: 0px;
	line-height: 30px;
	padding: 0px 25px;
}






.at4-whatsnext-outer-container  {display:none !important;}

@media (max-width:987px) {
	.cta_box .btn-donate { white-space: normal; width: 80%; line-height:125%; }

}



@media (max-width:767px) {
	#splash h1 {background:none;}
	#sign-row::after, #counter, #splash_action {display:none !important;}
}



@media (max-width:500px) {
	.visible-xs .block-grid-4 li{
		width: 50%;
		margin-bottom:10px;
	}
}