﻿.totogeo_quotation_left
{
	float: left;
}
.totogeo_quotation_right
{
	float: right;
}
.totogeo_browse_style
{
	padding: 10px;
}
.totogeo_browse_style h1
{
	border-bottom: 1px solid;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.totogeo_browse_style div
{
	padding: 10px;
}
.toto_front_page_element h1
{
	text-align: left;
}
.toto_front_page_element_right h1
{
	text-align: right;
}
.toto_front_page_element figure
{
	width: 40%;
	max-width: 400px;
	max-height: 400px;
	display: table;
	margin-right: 1em;
	float: left;
}
.toto_front_page_element_right figure
{
        width: 40%;
        max-width: 400px;
        max-height: 400px;
        display: table;
        margin-left: 1em;
        float: right;
}
.toto_front_page_element figcaption,.toto_front_page_element_right figcaption
{
	display: table-caption;
	caption-side: bottom;
	font-size: small;
	font-weight: bold;
	max-width: 90%;
	padding: 0 .4em .4em .4em;
	margin: 0 .4em;
	text-align: center;
}
.toto_front_page_element figure img,.toto_front_page_element_right figure img,.toto_front_page_element figure div,.toto_front_page_element_right figure div
{
	width: 100%;
}

.totocountryfilter_textboxbackgroundimage{
  
	height: 375px;
	background-size: 100% auto;
	background-repeat: no-repeat;

}
.totocountryfilter_textboxfloatingquote{
  font-family: 'Economica', sans-serif;
  font-size: 35px;
  position: relative;
  top: 10%;
  text-align:center;

  text-shadow: 0px 0px 3px black,0px 0px 3px black,0px 0px 3px black;
  color: white;
  width: 38%;
  margin-left: 5%;
  margin-right: 5%;
}

.totocountryfilter_textboxsmallertext {
    font-size: 22px;
}
.toto_float_right{	 
    float:right;
}	 	

.toto_float_left{	 
    float:left;	 
}	 	
.toto_video_wrapper {
    width:45%;	 	
    margin: 2%;	 	
	position: relative;
	padding-bottom: 23.50%; /* 16:9 */
	padding-top: 25px;
	height: 0;  
}
.toto_video_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.toto_about_text{	 
    font-size:1.4em;	 
    width:45%;	 
}	 	

.toto_title_left{	 	
    padding-left: 1%;	 	
	padding-right: 1%;
	text-align: left;
}

.toto_title_right{
padding-left: 1%;
padding-right: 1%;
text-align: right;
}

.toto_contact_form_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	padding:9px 33px;
    margin: 5%;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.toto_contact_form_button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.toto_contact_form_button:active {
	position:relative;
	top:1px;
}
.theory-of-change-container{
 	position: relative;
 	width: 100%;
 	height: 0;
 	padding-bottom: 56.25%;
}
.theory-of-change-presentation{
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	height: 100%;
}	
.clearfix:after {	 	
     visibility: hidden;	 
     display: block;	 	 
     font-size: 0;	 	 
     content: " ";	 
     clear: both;	 
     height: 0;	 	 
 }	 	 
.clearfix { display: inline-block; }	 	
/* start commented backslash hack \*/	 	
* html .clearfix { height: 1%; }	
.clearfix { display: block; }	 	
/* close commented backslash hack */


@media (max-width: 1000px) {
    .toto_float_right{	 
        float: none;    
    }	 	

    .toto_float_left{	 
       float: none;
    }
    .toto_video_wrapper {
        width:96%;	 	
        margin: 4%;	 	
	    position: relative;
	    padding-bottom: 50%; /* 16:9 */
	    padding-top: 25px;
	    height: 0;  
    }	
    .toto_about_text{	 
        font-size:1.4em;	 
        width:96%;	 
        margin:4%;	 
    }	

    
    .totocountryfilter_textboxbackgroundimage{
	    min-height: 175px;
        height: auto;
	    background-size: cover;
	    background-repeat: no-repeat;
    }

    .totocountryfilter_textboxfloatingquote{
          font-family: 'Economica', sans-serif;
          font-size: 18px;
          position: relative;
          text-align:center;
          color: white;
          width: 80%;
          float: none!important;
          margin: auto auto;
          top: 15px;
       }

    .totocountryfilter_textboxsmallertext {
        font-size: 15px;
    }
}
