/* THIS IS THE MAIN STYLESHEET FOR FREEWORLDCHARTER.ORG */

body, html {
margin:0;
padding:0;
height: 100%;
}

body{
font-family: 'Open Sans', sans-serif;
font-size:16px;
color: #000;
background: #e6f3f7;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f8f9+0,d9eef4+100 */
background: #f2f8f9; /* Old browsers */
background: -moz-radial-gradient(center bottom, circle,  #f2f8f9 0%, #d9eef4 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center bottom, circle,  #f2f8f9 0%,#d9eef4 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(circle at center bottom,  #f2f8f9 0%,#d9eef4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f8f9', endColorstr='#d9eef4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-repeat: no-repeat;
background-attachment: fixed;
}

* {
box-sizing: border-box;
}

h1, h2, h3{
	text-align: center;
	letter-spacing: -1px;
	color: #00248F;
	font-weight: normal;	
}
h1{
	font-family: 'Crimson Text', serif;
	font-size: 2.8em;
	text-indent:0.9em;
	letter-spacing: -2px;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
h2{
	font-size: 2.2em;
	font-family: 'Open Sans', sans-serif;
}
.butterfly{
	vertical-align:0.5em;
	border:none;
	margin-left:-0.2em;
	width:1.1em;
	height:1.0em;
}
p, ul{
	text-align: left;
	font-size: 1.2em;
}

#top-bar-container {
	background-color: #E0E0E0;
	width: 100%;
	clear: both;
	height: 25px;
	border-bottom: 1px solid #bbb;
}

#top-bar{
	position: relative;
	margin: 0 auto;
	max-width: 900px;
}

#container{
	position: relative;
	margin: 0 auto;
	max-width: 900px;
	padding: 10px;
	clear: both;
}
#lets-free{
	/* font-family: 'Nothing You Could Do', cursive; */
	font-style: italic;
	text-align: center;
	margin-top: -20px;
	font-size: 1.9em;
	letter-spacing: -1px;
	color: #666;
	display: none;
}
#language-selector{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size:0.9em;
	font-weight: bold;
	background: none;
	color: #00248F;
	color: #505050;
	border: 0;
	max-width: 100px;
	cursor: pointer;
	padding: 3px;
}
#language-selector:hover{
	background-color: #fff;
}
.fading-line{
	margin-top: -10px;
    display:block;
    border:none;
    height:1px;
    background:grey;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 450, from(#000), to(#fff));
}
#stats-container{
	position:absolute;
	top: 1px;
	left : 10px;
	width: calc(90% - 110px);
	font-size: 1em;
}

.clear:after{
  content: "";
  display: table;
  clear: both;
}
#signatures{
	float: left;
	text-align: left;
	color: #00248F;
	font-weight: normal;
}
a{
	color: #00248F;
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;	
}
#latest {
	float: right;
	height: 22px;
	position: relative;
	}
#latest div{
	position:absolute;
	bottom: 0;
	width:100%;
	padding: 0;
	height: 22px;
	display:none;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#vid1{
	visibility: visible;
}
#vid2{
	visibility: hidden;
}
#vid3{
	visibility: hidden;
}
.video-select{
	width: 100%;
}
.video-button{
	width: 33.33%;
	float: left;
	padding: 10px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #00248F;
	background-color: rgba(0,36,143,0.1);
	margin-bottom: 25px;
	border: 1px solid rgba(0,36,143,0.3);
}
.video-button:hover{
	background-color: #00248F;
	color: #fff;
}
.video-selected{
	background-color: #00248F;
	color: #fff;
	width: 33.33%;
    box-shadow: 0 4px 6px #888888;
}
.song-download{
	display: none;
}
#promo-box{
	position:absolute;
	top: 1px;
	left: 10px;
	color: rgb(247,86,20);
	cursor: pointer;
	font-size: 13px;
	text-align: left;
}
#promo-box a:hover{
	text-decoration: underline;
}
#promo-box a{
	color: rgb(247,86,20);
	text-decoration: none;	
}
.charter-box{
	width: 100%;
	padding: 3% 5%;
	background-color: #cde7f0;
	/*background-color: #fff;
	background-color: #d8e6ad;
	background-color: #e3edc5;*/
	border-radius: 5px;
	margin-bottom: 28px;
    outline: 1px solid #00248F;
    outline-offset: 2px;
	
}
.preamble {
	font-style: italic;
}
.circle{
	clear: both;
	margin: 0 auto;
	width:90px;
	height: 90px;
	border-radius: 100%;
	text-align: center;
	font-size: 5em;
	line-height: 86px;
	border: 2px solid #00248F;
	color: #00248F;
	margin-bottom: 25px;
}
.principle{
	font-family: "Crimson Text", serif;
	text-align: left;
	color: #000;
	font-weight: normal;
font-size: 1.8em;
}

.principle-icon{
	float: left;
	width: 20%;
	height: auto;
	margin-right: 3%;
	max-width: 200px;
	max-height: 200px;
	border: 0;
}
.explain-button{
	font-size: 0.7em;
	color: #00248F;
	text-decoration: none;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
.explain-button:before{
	content: "+ ";
}
.explain-button:hover{
	opacity: 1;
}
.explanation{
	clear: both;
	width: 100%;
	padding: 2% 5%;
	background-color: #fff;
	display:none;
}
hr {
clear: both;
height: 1px;
color: #fff;
background-color: #fff;
border: none;
}
p.agree{
	font-weight: bold;
	font-size: 1.3;
	text-align: center;
}
#agree-box { 
    border: 2px solid grey;
	border-radius: 2px;
    background: rgba(255,255,255,0.1);
	display: inline-block;
    padding: 1px;
    height: 28px;
    width: 28px;
	margin-right: 6px;
    box-shadow: 1px 1px 1px #888888;
}
#agree-checkbox{
  display: none;
}
label#agree-box{
	display: inline-block;
	vertical-align: -0.2em;
}
input[type=checkbox]:checked ~ label#agree-box{
    background: url('https://freeworldcharter.org/i/green-check.png');
    background-size: 99%;
    background-color: white;
}
.trans-form input, .trans-form select{
	font-size: 1.3em;
	padding: 0.3em;
}

.charter-box form{
	margin: 0 auto;
	width: 70%;
	min-width: 300px;
	font-size: 1.3em;
	text-align: center;
}
.charter-box form input, .charter-box form select{
	width: 100%;
	font-size: 1.4em;
	margin-bottom: 28px;
	text-align: center;
	padding: 0.1em;
	border: 1px solid grey;
}
.charter-box form select, form.free-download select{
  text-align: center;
  text-align-last: center;
  text-indent: 10px;
 }
.charter-box form textarea{
	width: 100%;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 28px;
	min-height: 6em;
	border: 1px solid grey;
}

.charter-box form input[type=checkbox]{
	transform: scale(1.3);
	width: auto;
	margin: 0;
}
form input[type=submit]{
	padding: 0.4em;
}

.charter-box table{
	margin: 0 auto;
	width: 90%;
	text-align: left;
	margin-bottom: 28px;
}
.charter-box table td{
	padding: 4px;
}
.blue-button{
	clear: both;
	display: inline-block;
	background-color: #00248F;
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px;
	margin-bottom: 6px;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
	box-shadow: 0 0 6px rgba(0,0,0,0.4) inset;
	cursor: pointer;
	text-decoration: none;
	width: 84%;
	max-width: 500px;
}
.blue-button:hover{
	background-color: rgb(0, 51, 204);
	text-decoration: none;
}

#loading{
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 99;
	display: none;
}

.spinner {
   height:90px;
   width:90px;
  position: absolute;
  top:50%;
  left:50%;
  margin: -45px 0 0 -45px;
   -webkit-animation: rotation 1s infinite linear;
   -moz-animation: rotation 1s infinite linear;
   -o-animation: rotation 1s infinite linear;
   animation: rotation 1s infinite linear;
   border:12px solid rgba(0,36,143,0.2);
   border-radius:100%;
}

.spinner:before {
   content:"";
   display:block;
   position:absolute;
   left:-12px;
   top:-12px;
   height:100%;
   width:100%;
   border-top:12px solid rgba(0,36,143,1);
   border-left:12px solid transparent;
   border-bottom:12px solid transparent;
   border-right:12px solid transparent;
   border-radius:100%;
}

@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
  }
  
#content{
	text-align: center;
	padding: 30px;
	background-color: #fff;
	border-top: 2px solid rgb(0,36,143);
}
.inline-error{
	display:none;
	color: red;
	font-weight: normal;
	font-size: 90%;
	margin-top:-28px;
	margin-bottom:28px;
}

.input-error{
	border-color: rgb(255,0,0) !important;
}
.full-width-image{
	width:100%;
	height:auto;
	clear:both;
	margin-bottom:10px;
	border:none;
} 
.half-width-image{
	width:60%;
	min-width: 300px;
	height:auto;
	clear:both;
	margin: 10px auto;
	border:none;
} 
.image-right, .image-left{
	width: 50%;
	max-width: 400px;
	min-width: 150px;
	height: auto;
}
.image-right{
	float: right;
	margin-left: 10px;
}
.image-left{
	float: left;
	margin-right: 10px;
}
.quote{
	/* font-family: 'Nothing You Could Do', cursive; */
	font-style: italic;
	text-align: center;
	font-size: 2.2em;
	color: rgb(0,36,143);
	padding: 0.75em;
}
.quote:before{
    content: open-quote;	
}
.quote:after{
    content: close-quote;	
}
.question{
	font-weight: 600;
}
.answer{
	display: none;
	margin: 0 0 2em 2em;
}
.helper, .error, .success{
	clear: both;
	color: #000;
	padding: 10px;
	padding-left: 72px;
	background-size: 48px 48px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	min-height: 68px;
}

.helper{
	border-left: 2px solid rgb(0,36,143);
	background-color: rgba(0,36,143,0.1);
	background-image: url('https://freeworldcharter.org/i/info.png');
}

.error{
	border-left: 2px solid rgb(255,0,0);
	background-color:  rgba(255,0,0,0.1);
	background-image: url('https://freeworldcharter.org/i/error.png');
}

.success{
	border-left: 2px solid rgb(0,228,0);
	background-color:  rgba(0,228,0,0.1);
	background-image: url('https://freeworldcharter.org/i/green-check.png');
}

.statTable{
	clear: both;
	display:table;
	width:100%;
	border-bottom-width:3px;
	border-bottom-style:solid;
	border-bottom-color:#00248F;
	font-size:1.2em;
}
.statRow {
	display:table-row;
	width:100%;
}
.rankCell {
	display:table-cell;
	width:10%;
	text-align:left;
	padding:4px;
}
.countryCell {
	display:table-cell;
	width:50%;
	text-align:left;
	padding:4px;
}
.dataCell {
	display:table-cell;
	width:20%;
	text-align:right;
	padding:4px;
}
.topRow {
	font-size:80%;
	font-weight:bold;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#00248F;
	vertical-align:bottom;
	color:#00248F;
}
.free-header{
	clear: both;
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	background-color: red;
	color: white;
	font-size:1.1em;
	text-align: center;
	padding: 4px 10px;
	border: 1px solid red;
}
.free-download{
	clear: both;
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
	padding: 10px;
	background-color: #eee;
	text-align: center;
	border: 1px solid red;
}
.free-download select{
	font-size:1.2em;
	margin:0.5em;
}
.free-download input[type=submit]{
	font-size:1em;
	background-color: red;
	color: white;
	padding: 10px 16px;
	margin-top: 10px;
}

.help-container{
	width: 100%;
	width: 100vw;
	text-align: center;
	position: relative;
	left: calc(-50vw + 50%);
	padding: 2%;
}
.help-item{
	width: 20%;
	display: inline-block;
	vertical-align: top;
	min-width: 300px;
	max-width: 400px;
	border: 1px solid grey;
	padding: 5px 20px 50px 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #fff;
	position: relative;
	max-height: 600px;
	overflow: hidden;
	margin: 0.5%;
}
.Xhelp-item:hover{
	-moz-transform: scale(1.02);
	-webkit-transform: scale(1.02);
	transform: scale(1.02);	
}
.help-item p{
	font-size: 1.1em;
	text-align:left;
}
.help-item img{
	clear: both;
	width: 100%;
	height: auto;
	margin: 0;
}

.help-item h2{
	font-size: 1.8em;
	font-weight: bold;
	text-align: center;
	color: #00248F;
	display: block;
	min-height: 90px;
}

.help-item .blue-button{
	min-height: 70px;
	margin: 0 auto;
	display: block;
	vertical-align: middle;
}
.help-more{
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	height: 50px;
	line-height:0.5em;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	color: grey;
	cursor: pointer;
	background: lightgrey;
}
.help-more:before{	
	content: "…";
}
.help-more:hover{
	color: #00248F;

}
a.help-more{
	text-decoration: none;
}
img{
	border: none;
}
.enText{
float:left;
text-align:left;
padding:8px;
width:40%;
display:table-cell;
border:2px solid #00248f;
font-size: 1.1em;
}

.enArrow {
float:left;
width:20%;
height:37px;
display:table-cell;
background: transparent url('https://freeworldcharter.org/i/greylink.png') no-repeat center center;
}

.lnTextCont{
float:left;
width:40%;
display:table-cell;
}

.lnText{
width:100%;
padding:8px;
border:none;
font-size: 1.1em;
margin:0;
border:2px solid #888;
}

.closeX{
float:right;
background-color:#FF0000;
font-size:10px;
width:15px;
height:15px;
line-height:15px;
text-align:center;
font-weight:bold;
color:white;
}

.closeX a {
color:white !important;
text-decoration:none !important;
}
.goog-te-gadget-link{
	float:left;
}
h1 a:hover, a.explain-button, a.video-button{
	text-decoration: none;
}
span.goog-te-sectional-gadget-link-text {
	margin-top:0.1em;
	margin-right: 0.5em;
	font-size:0.6em;
	padding: 0 0.5em;
	text-transform:uppercase;
	font-weight: normal;
	color: #fff;
	background-color: #00248F;
	cursor: pointer;
	opacity:0.75;
}
span.goog-te-sectional-gadget-link-text:hover {
	opacity:1;
}
img.flag{
	display: inline-block;
	height: 0.9em;
	width: auto;
	vertical-align: -0.1em;
	opacity:1;
	margin: 0 0.35em;
}
img.flag:hover{
	opacity:0.75;	
}
.nav-links{
	font-size: 0.8em;
}
a.top-links{
	display: inline-block;
	font-size: 0.9em;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border: 1px solid rgba(0,36,143,0.5);
	border-bottom: 0;
	padding: 6px 12px;
	margin-top: 2px;
}
a.top-links:hover{
	background-color:white;
	text-decoration: none;
}
.bigger{
	font-size: 130% !important;
}
.smaller{
	font-size: 80% !important;
	font-weight: normal !important;
}
.tiny{
	font-size: 66% !important;
}
.italic{
	font-style:italic !important;
}
.bold{
	font-weight: bold !important;
	background-color: #FFF;
}
.underline{
	text-decoration: underline !important;
}
.left{
	text-align: left !important;
}
.right{
	text-align: right !important;
}
.float-right{
	float: right !important;
}
.float-left{
	float: left !important;
}
.center{
	text-align: center !important;
}
.clear{
	clear:both !important;
}
.grey{
	color: grey !important;
}
.fancy{
	display: none !important;
}
.transparent{
	background: transparent !important;
}
.bottom{
	margin-bottom: 28px !important;
}
.zero-margin{
	margin: 0 !important;
}
.pageNav{
	text-align: center;
	font-size: 1.1em;
	clear:both;
}
.signature-header{
	 clear:both;
	 width:90%;
	 margin:auto;
	 margin-top:18px;
	 text-align: center;
}
.signatures{
	width: 100%;
	padding-bottom: 28px;
}
.signatures>div{
	padding: 12px;
	font-size: 1.1em;
	border-bottom: 1px solid lightgrey;
	text-align: left;
}
.signatures>div:nth-of-type(odd){
	background: #e2f2f6;
}

a.share-sig{
	display: inline-block;
	border: none;
	font-size: 0.8em;
	margin-top: 1em;
	margin-right: 1em;
	opacity:0.8;
	border-radius: 4px;
	padding: 4px 8px;
	text-decoration: none;
	color: #fff;
}
a.share-sig img{
	vertical-align: -6px;
}
a.share-sig:hover{
	opacity:1;
}
.facebook{
	background-color: #3B5998;
}
.twitter{
	background-color: #1DA1F2;
}
#transCont{
	position:relative;
	display: inline-block;
}
#translateBox{
	position:absolute;
	bottom: 10px;
	right: 10px;
	width: 300px;
	height: auto;
	visibility: hidden;
	border: 1px solid #00248F;
}
.hp-box, .fw-box{
	float: right;
	font-size: 0.4em;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: center;
}
.hp-box img, .fw-box img{
	width: 30px;
	height: 30px;
}
.fw-bigbox{
	width: 30%;
	max-width: 200px;
	float: right;
	font-size: 0.6em;
	margin-left: 1em;
	margin-bottom: 1em;
	padding: 0.6em;
	text-align: center;	
	border: 1px solid lightgrey;
}
.fw-bigbox img{
	width: 100%;
	height: auto;
}
.signatory{
	padding: 12px;
	font-size: 1.2em;
	border-bottom: 1px solid lightgrey;
	background: #fff;
	text-align: left;
	background: #e2f2f6;
}
.print-box{
	margin: 0 auto;
	width: 100%;
	padding: 8%;
	text-align: left;
}
.print-box h2{
	text-align: left;
	margin-top: 0;
}
.print-box img{
	float: right;
	width: 60%;
	height: auto;
	/* max-width: 400px; */
}
.print-box form{
	width: auto;
	width: 40%;
	float: left;
	text-align: left;
	font-size: 1.1em;
}
.print-box input, .print-box select{
	width: auto;
	max-width: 240px;
	display: inline;
	margin: auto;
	padding: auto;
	font-size: 1.15em;
}
form#composer h2{
	font-size: 1.5em;
}
form#composer{
	margin: 0 auto;
	width: 100%;
	font-size: 1.1em;
	text-align: center;	
}
form#composer input, form#composer textarea, form#composer select{
	width: 70%;
	padding: 0.2em;
	font-size: 1.2em;
}
form#composer input[type=submit]{
	width: auto;
	display: inline;
	margin: 0.5em;
}


/* SMALLER SCREENS */
@media only screen and (max-width : 600px) {
body{
font-size:14px;
}


.charter-box form{
	width: 100%;
	min-width: 0px;
}

#content{
	padding: 10px;
}

a.top-links{
	border: 1px solid rgba(0,36,143,1);
	padding: 8px 16px;
	margin: 4px;
	border-radius: 0;
}

#latest{
	display: none;
}
nav {
	text-align: center;
}
/*.help-container > div{
	width: 100%;
}*/

h1{
	font-size: 2.5em;
}
#lets-free{
	font-size: 1.5em;
}	
}


@media only screen and (max-width : 400px) {
h1{
	font-size: 2em;
}
}
