@charset "utf-8";
/* CSS Document */

/*Override styles*/
.content h1 {margin-bottom:20px}

/*Introduction styles*/
#sub_intro {
	position: relative;
	color: #FFF;
	z-index: 1;
}
#sub_intro .introduction {
	width: 638px;
	position: absolute;
	top: 105px;
	background-color: #00a7e5;
	background-image: url(../images/sub/general/intro_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	left: 0;
}
#sub_intro .introduction .intro_pic {
	position: absolute;
	bottom: 0px;
	left: 35px;
}

#sub_intro .introduction .introduction_content {
	background-image: url(../images/general/woman_c.png);
	background-position: 41px bottom;
	background-repeat: no-repeat;
}
#sub_intro .introduction .introduction_content_text {
	margin-left: 119px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	margin-top: 24px;
	margin-bottom: 24px;
}

#sub_intro h1 {
	font-family: 'open_sansextrabold', Arial, sans-serif;
	font-size: 2.5em;
	text-transform: uppercase;
	padding-right: 27px;
	padding-left: 27px;
	font-weight: normal;
	line-height: 17px;
	padding-bottom: 15px;
	}
#sub_intro h2 {
	padding-right: 27px;
	padding-left: 27px;
	font-size: 1.5em;
	font-weight: normal;
}

/*General subpage styles*/

.content .imagepad {
	padding-top: 10px;
	padding-bottom: 20px;
}

.content.topmargin {
	margin-top: 25px;
}
.content.topmargin.border {
	padding-top: 10px;
	padding-bottom: 0px;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
}


.toggle {
	font-family: 'open_sansbold', Arial, sans-serif;
	display:inline-block;
	width:228px;
	background-image:url(../images/sub/general/plus-and-minus.gif);
	cursor: hand;
	cursor: pointer;
	float: right;
	clear: right;
	background-repeat: no-repeat;
	background-position: right 0px;
	color: #0065a0;
	font-size: 13px;
	padding-top: 6px;
	padding-right: 50px;
	padding-bottom: 12px;
	padding-left: 0px;
}
.toggle.expanded {
	background-image: url (../images/general/toggleimg.png);
	background-position: right -95px;
	background-image: url(../images/sub/general/plus-and-minus.gif);
}
.togglecontainer {
	width: 310px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CACACA;
	float: left;
	margin-bottom: 10px;
	clear: both;
	padding-top: 10px;
}
.togglecontainer .contenttoggle {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	float: left;
	clear: left;
	font-size: 1.1em;
	line-height: 18px;
	width: 277px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 32px;
	padding: 0px;
	display: none;
}
.togglecontainer .contenttoggle p {
	font-size: 1em;
	line-height: 1.5em;
}
.togglecontainer .contenttoggle .contenttoggle_subhead {
	font-family: 'open_sansextrabold', Arial, sans-serif;
	margin-bottom: 0px;
	color: #799900;
	font-size: 13px;
}
.togglecontainer .contenttoggle ul {
	list-style-type: square;
	margin-left: 8px;
	padding-left: 8px;
}
.togglecontainer .contenttoggle ol {
	list-style-type: decimal;
	margin-left: 8px;
	padding-left: 8px;
}
.togglecontainer .contenttoggle ul li, .togglecontainer .contenttoggle ol li {
	margin-bottom: 10px;
}

.togglecontainer .contenttoggle ul li span {
		font-family: 'open_sansbold', Arial, sans-serif;
}


.togglecontainer .number {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	float: left;
	margin-top: 0px;
	padding-top: 4px;
	font-weight:700;
	font-size: 22px;
	color: #799900;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 25px;
}
.togglecontainer .twoline {
	padding-bottom: 6px;

}
#fact {
	font-family: 'open_sans_condensedbold', Arial, sans-serif;
	background-color: #00a7e5;
	background-image: url(../images/sub/general/fact_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFF;
	text-align: center;
	margin-bottom: 22px;
}
#fact p a {
	color: #FFF;
}

#fact h3 {
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 25px;
	font-size: 1.45em;
	background-image: url(../images/general/fact_head_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#fact .number {
	font-size: 8.25em;
	line-height: 1em;
	padding-bottom: 5px;
}

#fact .number.decimal {
	font-size: 7em;
	line-height: 1em;
	padding-bottom: 5px;
}


#fact p {
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	font-size: 1.3em;
	padding-top: 0px;
}
.signpost_margin {
	margin-bottom: 10px;
	margin-top: 20px;
}

.content.box {
	font-size: 90%;
	width: 117px;
}
.content.box h1 {
	font-family: 'open_sansextrabold', Arial, sans-serif;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.content.box p {
	line-height: 1.4em;
}
.signpost_margin .signpost {
	height: 152px;
}
.signpost_margin .signpost .figure {
	height: 107px;
}


/* Styles for 2013-voices */
.posterpad {
	padding-top: 7px;
}

	/* Interviews styles */
.interviews {
	background-color: #f2f2f2;
	margin-top: 16px;

}

.interviews h1 {
	text-transform: none;
	margin-bottom: 10px;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
}
.interviews p {
	padding-left: 16px;
	padding-right: 16px;
}

.interviews .interview_person {
	float: left;
	width: 130px;
	clear: none;
	margin-top: 10px;
	font-size: 10px;
	line-height: 20px;
	margin-left: 16px;
	
}
.interview_person a img {
opacity:0.9;
filter:alpha(opacity=90); /* For IE8 and earlier */

}

.interview_person a:hover img {
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */

}


.interview_person .interview_name {
	margin-top: 10px;
	font-family: 'open_sansbold', Arial, sans-serif;
	line-height: 16px;
	padding-left: 0px;
	color: #799900;
}

.interview_name .interview_organisation {
	color: #0065a0;
	
}

.interview_name .interview_country {
	color: #030303;
	font-family: 'open_sansregular', Arial, sans-serif;
}
.interview_box {
	padding-top: 22px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #cccccc;
	float: left;
	width: 714px;
	margin-left: 16px;
	margin-right: 16px;
	margin-bottom: 10px;
	position: relative;
}
.interviews .interview_box .speech {
	position: absolute;
	left: 131px;
	top: 66px;
}

.interview_box.first {
	margin-top: 20px;
}

.interview_person.interview_nopad {
	margin-left: 0px;
	margin-top: 0px;
}
.interview_person.interview_nopad .interview_quotation {
	font-family: 'open_sansbold', Arial, sans-serif;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b3b3b3;
	border-bottom-color: #b3b3b3;
	font-size: 11px;
	color: #0065a0;
	padding-right: 0px;
	margin-top: 20px;
	text-transform: uppercase;
}
.interview_box .interview_content {
	background-color: #FFF;
	float: right;
	width: 568px;
	margin-bottom: 26px;
}
.interview_box .interview_content .more-block .interview_link {
	font-family: 'open_sansbold', Arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7E7E7;
	border-bottom-color: #E7E7E7;
}

.interview_box .interview_content .more-less {
	padding: 16px;
}


.interview_box .interview_content .more-block p {
	font-size:13px;
	line-height:19px;
	margin-bottom:20px;
	margin-top:0px;
	margin-left: 0px;
	padding: 0px;
	margin-right: 0px;
	}
	
.interview_box .interview_content .more-less .more-block .question {
	font-family: 'open_sansbold', Arial, sans-serif;
	margin-bottom: 10px;
}

	
.interview_box .interview_content .adjust.close {
		background-position: left -90px;
}
	
.interview_box .interview_content a.adjust{
	font-family: 'open_sansbold', Arial, sans-serif;
	background-repeat: no-repeat;
	background-position: left 5px;
	display:block;
	color: #0065a0;
	text-align:left;
	text-decoration:none;
	margin-top:20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	width: 150px;
	font-size: 16px;
	}
		

blockquote {
	font-family: 'open_sansbold', Arial, sans-serif;
	float: right;
	padding-top: 13px;
	padding-bottom: 11px;
	border-top-width: 12px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	line-height: 1.5em;
	color: #3b8ec8;
	font-size: 1.1em;
	margin-bottom: 10px;
	text-transform: uppercase;
}


/*Styles for Events*/

span.step a {
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	line-height: 1.6em;
	margin-right: 5px;
	text-align: center;
	width: 1.6em;
	font-size: 1.2em;
	background-color: #799900;
}

span.step a:hover {
		border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #ffffff;

	background-color: #688200;
}
.toggle .new {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	font-size: 0.7em;
	background-color: #799900;
	color: #FFF;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	margin-bottom: -5px;
	vertical-align: top;
}
.contenttoggle .readmore.eventlink {
	margin-right: 200px;
	background-position: right 7px;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



.lastrow {
	margin-bottom: 35px;
}


.content .events_archive .h1_small {
	font-size: 1.6em;
	margin-top: 35px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #C8C8C8;
	padding-top: 10px;
	margin-bottom: 20px;
	colour: 
; 	color: #656565;
}


.content .events_archive .archive_list {
	font-size: 1.3em;
	margin-top: 10px;
}
.content .events_archive .archive_list li {
	display: inline;
	float: left;
	margin-right: 10px;
}
.content .events_archive .archive_list li a {
	padding: 5px;
	line-height: 1.7em;
	color: #676767;
	background-color: #ECECEC;
}

.content .events_archive .archive_list li a:hover {
	color: #FFF;
	background-color: #A5A5A5;
	text-decoration: none;
}


.content .events_archive {
	float: left;
	width: 310px;
}


.content.topmargin .laststep {
	margin-bottom: 30px;
}


.activity {
	float: left;
	width: 390px;
	margin-bottom: 20px;
}

.activity .activityhead, .content .get_involved_number  {
	font-family: 'open_sansregular', Arial, sans-serif;
	font-size: 2em;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e6e6e6;
	font-weight: normal;
	margin-bottom: 15px;
	color: #777;
	
}
.activity .activityhead .activityhead_bold {

	color: #799900;
	
}


.activity .activityinfo {
	width: 213px;
	float: right;
}

 .activity .activity_images {
	float: left;
	padding-top: 5px;
	width: 157px;
	margin-right: 20px;
}
.activity .activity_images img {
	margin-bottom: 10px;
}
.activityinfo p {
	font-size: 1.1em;
	line-height: 1.5em;
}
.activity .activityinfo a img {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	clear: right;
}
.activity .activity_images .note {
	font-size: 1em;
	font-style: italic;
}


/*Styles for Resources*/

.resource_img {
	padding-right: 10px;
	padding-top: 5px;
}

p.image_text {
	padding-left: 122px;
}

p.download {
	font-family: 'open_sanssemibold', Arial, sans-serif;
	padding-left: 25px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	margin-left: 122px;
	background-image: url(../images/general/acrobat_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
	display: block;
}

.content table tbody tr .table_item_heading {
	font-size: 16px;
	color: #4D4D4D;
	width: 450px;
	text-align: left;
}
.content table {
	margin-bottom: 30px;
}



.content table  td  {
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.content table  td a {
	font-size: 14px;
}


.content table  .dark_row {
	background-color: #EAE8E8;
	text-align: left;
}

.content table tbody .light_row {
	background-color: #F2F2F2;
}

.content table tbody .blank {
	background-color: #FFF;
}
.content table.tablepad {
	margin-bottom: 20px;
}


.content .h1_sub {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #D3D3D3;
	color: #799900;
	margin-top: 40px;
}
.content .h2_sub {
	font-size: 2em;
	color: #707070;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E3E3;
	padding-top: 10px;
	margin-bottom: 15px;
	
}

.h2_sub span {
		font-family: 'open_sansregular', Arial, sans-serif;
	color: #3b8ec8;
}


/*Styles for get involved*/

.content .get_involved_number {
	font-family: 'open_sansbold', Arial, sans-serif;
	color: #799900;
	font-size: 2.8em;
	margin-bottom: 10px;
}

/*Competition styles*/

.content .competition {
	background-color: #F2F2F2;
	margin-bottom: 20px;
	padding-bottom: 30px;
	position: relative;

}
.competition .competition_details {
	width: 342px;
	padding-top: 10px;
	float: left;
}

.competition .competition_inner {
	padding-left: 30px;
	padding-right: 30px;
	z-index: 999;
	position: relative;
}
.competition img {
	position: absolute;
	left: 465px;
	top: -16px;
	z-index: 1;
}


.competition .competition_reverse_head {
	font-family: 'open_sansextrabold', Arial, sans-serif;
	background-color: #799900;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	clear: both;
	width: 410px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.competition h1 {
	font-size: 42px;
	font-family: 'open_sansregular', Arial, sans-serif;
	color: #000;
	text-transform: none;
	padding-right: 250px;
	padding-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9E9E9E;
	padding-top: 15px;
}
.competition h2 {
	margin-bottom: 10px;
	color: #3b8ec8;
}

.competition_inner h1 span {
	color: #3b8ec8;
}
.competition .competition_question {
font-family: 'open_sansbold', Arial, sans-serif;
}
.competition .competition_details ul {
	list-style-type: disc;
	margin-left: 8px;
	padding-left: 8px;
	font-size: 12px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.competition .competition_details ul li {
	margin-bottom: 6px;
}
.competition .competition_details.sendentry {
	float: right;
	width: 320px;
	background-color: #FFF;
	margin-top: 10px;
}
.competition .competition_details.sendentry h2 {
	font-size: 20px;
	color: #799900;
	margin-top: 0px;
	padding-top: 0px;
}
.competition .sendentryinner {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


.content .get_involved_title {
	font-family: 'open_sansbold', Arial, sans-serif;
	color: #3b8ec8;
	margin-bottom: 10px;
}
.content .image_pad_bottom {
	margin-bottom: 20px;
}
.content .padtop {
	padding-top: 10px;
}


.content .h1_smallpad, .content .h1_inbody {
	margin-bottom: 10px;
	color: #656565;
}
.competition .sendentry .deadline {
	color: #F00;
}
