@charset "UTF-8";
/*************/
/* HTML TAGS */
/*************/

/* MAIN ELEMENTS */
@import url('https://fonts.googleapis.com/css?family=Aleo:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
html, body {
	height:100%;
}

body {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	margin:0;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_page.jpg);
}
a{
	color:#FF5B16;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	color:#FF8672;
}
.subscribe-link{
	color:#2c2a25;
	transition:all ease-in-out .2s;
}
.subscribe-link:hover{
	color:#FF8672
}
h2 a {
    color: #302e28;
	transition:all ease-in-out .2s;
}
h2 a:hover {
    color: #FF8672;
}

#right-margin a.link:hover {
	color:#61569D;
}
.rightmargin-bloc a.link{
	color: #302e28 !important;
	transition:all ease-in-out .2s;
}
.rightmargin-bloc a.link:hover{
	color: #FF8672  !important;
}

p {
	font-size: 14px;
	color:#313131;
	
}
h1 {
	font-family: 'Aleo', serif;
	font-size: 28px;
	margin-bottom: 15px;
	font-weight: 600;
}
h2 {
}
h3 {	
}
h4 {
	color:#535353;
	font-size: 12px;
	margin-bottom: 6px;	
}
h5 {	
}


/* !LAYOUT */

/* !TOP */

#outer-wrapper {
	width:960px;
	margin:0 auto;
	padding-bottom: 40px;
}
#top-wrapper {
	height:110px;
}
#logo-wrapper {
	width:453px;
	float: left;
	margin-left:-3px;
}
#toptools-wrapper {
	width:510px;
	float: left;
	padding-top: 10px;
}
#toptools-content {
	float:right;
}
#tools-wrapper img {
	float: right;
}
#tools-wrapper ul {
	float: left;
	padding-top:20px;
}
#tools-wrapper ul li {
	float: left;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_toptools-list.gif) top left no-repeat;
	margin-left:10px;
	padding-left: 13px;
	background-position: 0 2px;
}
#tools-wrapper ul li a {
	font-size: 12px;
}


#toptools-content .input-search {
	float: right;
}

.input-search{
	margin: 5px 0 10px 0;
}
			
.input-search .input{
	width:160px;
	
	height: 18px;
    border: 1px solid #ccc;
	background: #fff;	
	/*background: url(/templates/reachingcriticalwill/_i/layout/bg_search.png) top left no-repeat;*/
	padding: 5px 10px 5px 10px;
	float: left;
}


.input-search .input input{
	font-size: 14px;
	width:100%;
	height:14px;
	background: none;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#959595;
}
.input-search .right-search-bar{
    margin-top: 15px;
}
.input-search .right-search-bar .input {
    width: 74%;
}
.input-search .submit-search{
	width:45px;
	height:30px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg-search-submit.png) top left no-repeat;
	padding: 0;
	float: left;
	margin: 0;
	position: relative;
}

.input-search .submit-search:hover {
	background-position: bottom;
}


.input-search .submit-search input{
	font-size: 0;
	line-height: 0;
	width:100%;
	height:30px;
	background: none;
	border:none;
	padding: 0;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.input-search .submit-search input.loupe {
	background: url("../../_i/layout/bg-search-submit-loupe.png") no-repeat 8px 8px;
}

.input-search .submit-search input.go {
	background: url("../../_i/layout/bg-search-submit-go.png") no-repeat center 9px;
}


#nav-wrapper .input-search .submit-search {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#nav-wrapper .input-search{
    display: inline-block;
    padding: 0 20px;
}
#nav-wrapper .input-search .input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	width:135px;
}

#subscribenews {
	font-size: 14px;
	line-height: 20px;
	padding:0 50px 0 10px;
	width:210px;
	height:30px;
	background: url(/templates/reachingcriticalwill/_i/layout/bg_subscribenews.png) top right no-repeat;
	border:none;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	color:#959595;
	margin-bottom: 20px;
}
.input-active {
	color:#000 !important;
}
.followlabel {
	margin-right: 7px;
	font-size: 12px;
	color:#535353;
	font-weight: bold;
}
.followlabel, .follow {
	height:25px;
	float: left;
	line-height: 25px;
}
.follow.twitter {
	margin-right:3px;
}

/* !footer */

#footer-wrapper {
	width:920px;
	background: #2c2a25;
	background: -moz-linear-gradient(top,  #2c2a25 0%, #000000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c2a25), color-stop(100%,#000000));
	background: -webkit-linear-gradient(top,  #2c2a25 0%,#000000 100%);
	background: -o-linear-gradient(top,  #2c2a25 0%,#000000 100%);
	background: -ms-linear-gradient(top,  #2c2a25 0%,#000000 100%);
	background: linear-gradient(top,  #2c2a25 0%,#000000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c2a25', endColorstr='#000000',GradientType=0 );
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	padding:20px;
	margin-bottom: 40px;
	color:#d5d4d3;
	font-size: 10px;
}
ul.footer li {
	line-height: 16px;
	margin: 0 14px 2px 0;
	float: left;
	max-width: 285px;
}

ul.footer li ul li {
	float: none;
}
.footer a {
	color:#d5d4d3;
	line-height: 16px;
	font-size: 12px;
}
	
.footer a:hover {
	color:#ffffff;
}
ul.footer li a
{ 
	font-weight: bold;
	color:#fff;
}

ul.footer li ul li a
{ 
	font-weight: normal;
	color:#fff;
}


#logofooter {
	float: right;
    width: auto;
    margin-top: 60px;
}
/* !NAVIGATION */
#nav-wrapper {
	background: #2d2b26;
	background: -moz-linear-gradient(top,  #2d2b26 0%, #413e37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2b26), color-stop(100%,#413e37));
	background: -webkit-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -o-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -ms-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2b26', endColorstr='#413e37',GradientType=0 );
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topleft:8px;
	-moz-border-radius-topright:8px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	width:960px;
	height:40px;
	text-align: left;
}
#nav {
	float: left;
}
#nav li.firstchild {
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
}
#nav li {
	float:left;
	height:40px;
	line-height: 40px;
	background: #2d2b26;
	background: -moz-linear-gradient(top,  #2d2b26 0%, #413e37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d2b26), color-stop(100%,#413e37));
	background: -webkit-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -o-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: -ms-linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	background: linear-gradient(top,  #2d2b26 0%,#413e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2b26', endColorstr='#413e37',GradientType=0 );
}
#nav li:hover {
	
	background: #000000;
	background: -moz-linear-gradient(top,  #000000 0%, #413e37 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#413e37));
	background: -webkit-linear-gradient(top,  #000000 0%,#413e37 100%);
	background: -o-linear-gradient(top,  #000000 0%,#413e37 100%);
	background: -ms-linear-gradient(top,  #000000 0%,#413e37 100%);
	background: linear-gradient(top,  #000000 0%,#413e37 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#413e37',GradientType=0 );
	
}

#nav li.active  {
	
	background: #8cbb2f;
	background: -moz-linear-gradient(top,  #8cbb2f 0%, #7aa229 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8cbb2f), color-stop(100%,#7aa229));
	background: -webkit-linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	background: -o-linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	background: -ms-linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	background: linear-gradient(top,  #8cbb2f 0%,#7aa229 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8cbb2f', endColorstr='#7aa229',GradientType=0 );
	
}

#nav li#donate-btn  {
	background: inherit;
	border-right: 1px solid #939089;
}

#nav li#donate-btn:hover  {
	background: inherit;
}

#nav li.active a.donate-btn  {
	color: #61569D;
}

#nav li a {
	font-size: 16px;
	padding:0 20px;
	color:#fff;
	line-height: 40px;
	background:  url(/templates/reachingcriticalwill/_i/layout/bg_top-nav.png) top right no-repeat;
	display: block;
	text-shadow: rgba(0,0,0,.4) 1px 1px 2px;
	transition:all .3s ease-in-out;
}

#nav li a:hover {
	text-decoration: none;
}


#nav li a.donate-btn, .footer .donate-btn {
	margin: 6px 18px 6px 18px;
    line-height: 16px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #a5c939;
    padding: 6px 16px;
    color: #3a470c;
    text-shadow: none;
	transition:all .3s ease-in-out;
	font-weight: 700;
}

#nav li a.donate-btn:hover, .footer .donate-btn:hover {
	color:#fff;
	text-decoration: none;
}
.footer .donate-btn {
    margin: 0;
    margin-top: 40px;
    display: inline-block;
    padding: 6px 10px;
}


/* !CONTENT */
#content-wrapper {
	width:920px;
	padding:20px;
	background: #fff;
}

.leaflet {
	text-align: center;
	margin:0 auto 12px auto;
}


/* !LINKS */
a.pdflink {
	background: url(/templates/reachingcriticalwill/_i/layout/bg_pdflink.png) no-repeat;
	padding-left: 16px;
	font-size:12px;
	color:#313131;
	display: block;
	margin-bottom: 4px;
	line-height: 16px;
}
#right-margin a.pdflink:hover{
	color:#61569D;
}
a.arrow {
	font-size: 12px;
	/* background:url(/templates/reachingcriticalwill/_i/layout/bg_arrowlink.png) top left no-repeat;*/
	background-position-y: 2px;
	/* padding-left:14px;*/
	border: none !important;
	color:#FF5B16;
}
a.join {
	display: block;
	width:125px;
	height:30px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #86b22d;
	background: -moz-linear-gradient(top,  #99cc33 0%, #86b22d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99cc33), color-stop(100%,#86b22d));
	background: -webkit-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: -o-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: -ms-linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	background: linear-gradient(top,  #99cc33 0%,#86b22d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc33', endColorstr='#86b22d',GradientType=0 );
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0,0,0,.3) 0px 2px 2px;
	margin-top:15px;
}

a:hover.join {
	display: block;
	width:125px;
	height:30px;
	line-height: 30px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #99cc33;
	background: -moz-linear-gradient(top,  #86b22d 0%, #99cc33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#86b22d), color-stop(100%,#99cc33));
	background: -webkit-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: -o-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: -ms-linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	background: linear-gradient(top,  #86b22d 0%,#99cc33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86b22d', endColorstr='#99cc33',GradientType=0 );
	font-weight: bold;
	font-size: 14px;
	color:#fff;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(0,0,0,.3) 0px 2px 2px;
	margin-top:15px;
}

/* !Divers */
.nomarginr {
	margin-right: 0 !important;
}
.nomarginl {
	margin-left: 0 !important;
}
.note {
	font-size:10px;
	text-align:center;
	margin-top:200px;
	line-height:14px;
	margin-left:auto;
	margin-right:auto;
	display:none;
}
.clear {
	clear:both;
}
.float {
	float:left;
}

a.sumocredits{
	color:#fff;
}
a.sumocredits:hover{
	color:#D5D4D3;
}
/*.rightmargin-bloc .custom{
    border: 4px solid #7e9b26;
    padding: 10px;
    background: #a5c939;
    margin-bottom: 25px;
}*/
.rightmargin-bloc .custom{
    border: 4px solid #a5c939;
    padding: 10px;
    margin-bottom: 25px;
	min-height:100%;
	background:linear-gradient(0deg,rgba(46, 65, 2,.6),rgba(46, 65, 2,.6)),url(/templates/reachingcriticalwill/_i/layout/image3-1.jpg);
	background-size:cover;
	    min-height: 180px;
	
}
.rightmargin-bloc .custom img{
	max-width: 125px;
    display: block;
    margin: 0 auto;
	padding-bottom: 14px;
}
.rightmargin-bloc .custom h4, .rightmargin-bloc .custom h4 a{
	color: #a5c939;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 82px;
    text-shadow: 1px 1px 1px #212905;
}
.rightmargin-bloc .custom h3, .rightmargin-bloc .custom h3 a{
	color: #fff;
    font-size: 26px !important;
    font-weight: 600;
    text-align: center;
    text-transform: none;
    line-height: 30px;
    border: none !important;
    font-family: 'Aleo', serif;
    text-shadow: 1px 2px 1px #212905;
	
}