/* ==========================================================================
   Base
   ========================================================================== */

body {
  background: #ebedef;
  color: #333333;
	font-size: 0.7em;
	font-family: 'PT Sans', sans-serif;
	letter-spacing: 0.02em;
  line-height: 170%;
  margin: 0;
}

h1, h2, h3, h4 {
	font-size: inherit;
}


.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
  width: 968px;
}

li {
  line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
  line-height: 123%;
  margin: 0;
  text-rendering: optimizelegibility;
}

[class*="span"] {
  float: left;
  margin-left: 0;
  min-height: 1px;
}

a:link {
  color: #cc0033;
	outline: 0;
  text-decoration: none;
}

a:visited {
  color: #666;
}

h2 a:visited {
  color: #cc0033;
}

a:hover {
  color: #333;
  text-decoration: none;
}

.span12 {
  width: 968px;
}



/* =============================================================================
   Header
   ========================================================================== */

.banner { }

.navbar {
	margin-bottom: 0;
}

.headerSearch {
  float: left;
  width: 100%;
}

.navbar-inner .container {
	background: #CC0033;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  box-shadow: none;
}

.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
  border-width: 0;
}

.navbar-inner {
  background: none;
}

.navbar .brand {
  color: #777777;
  display: block;
  float: left;
  font-size: 20px;
  font-weight: 200;
  margin: 10px 0 0 10px;
  padding: 0;
  text-shadow: none;
}

.navbar .brand img {
	max-width: 100%;
	height: auto;
}

#searchform {
  float: right;
  margin: 10px 10px 0;
}

#searchform input#s{
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	width: 190px;
}

#searchform input#searchsubmit {
  border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
  padding: 5px;
  position: relative;
  top: -2px;
  width: 29px;
}

.searchFormLinks {
  color: #fff;
  float: right;
  margin: 0 11px 0 104px;
}

.searchFormLinks a, .searchFormLinks a:visited {
  color: #fff;
  display: inline-block;
  font-size: 1.9em;
  margin: 5px 0 0;
}

.searchFormLinks a:hover {
	color: #000;
}

.donateTop {
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  float: right;
  margin: 12px 11px 0 104px;
  padding: 6px 8px;
  width: auto;
}

.donateTop a, .donateTop a:visited {
  color: #fff;
  display: inline-block;
  font-size: 1.5em;
  margin: 0;
}

.donateTop:hover {
	background: #666;
  color: #fff;  
}

.navbar .nav {
  background: none repeat scroll 0 0 #CCCCCC;
  display: block;
  float: right;
  left: 0;
  margin: -30px 0 0;
  position: relative;
}

.navbar .nav > li {
  border-left: 2px solid #CC0033;
  float: left;
}

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 199;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
	margin-left: 1px;
}


/*** DEMO SKIN ***/
.sf-menu {
  float: right;
 /* margin: 51px 0 0;*/
 margin: 16px 0 0;
}

.sf-menu ul {
	box-shadow: none;
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
  color: #000000;
  float: none;
  font-size: 1.1em;
  font-weight: normal;
  padding: 8px 20px 6px 19.2px;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #000;
}
.sf-menu li {
  border-left: 2px  solid rgba(0, 0, 0, 0.1);
	background: #CCCCCC;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

footer .sf-menu li {
  border-left: 0px solid #CC0033;
	background: transparent;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}

.sf-menu li li {
	background: #EBEDEF;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
	text-transform: capitalize;
	}
	
.sf-menu li li a {
	text-transform: capitalize;
	}	
	
	
.sf-menu ul li {
	background: #EBEDEF;
}
.sf-menu ul ul li {
	background: #EBEDEF;
  border-left: 0;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu a:hover {
	color: #CC0033;
}

.sf-menu li.current_page_item,
.sf-menu li.current_page_parent,
.sf-menu li.current-page-ancestor {
	background: #EBEDEF;
}

.sf-menu li.current_page_item a,
.sf-menu li.current_page_parent a,
.sf-menu li.current_page_parent li.current_page_item a {
	color: #CC0033;
}

.sf-menu li.current_page_parent li a,
.sf-menu li.current_page_item li a,
.sf-menu .current-page-ancestor li a {
	color: #000;
}

.sf-menu a:hover,
.sf-menu li.current_page_item a:hover,
.sf-menu li.current_page_parent a:hover,
.sf-menu .current-page-ancestor a:hover {
	color: #CC0033;
}	
	

/* Possibly turn off for mobiles */
ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

/* ==========================================================================
   Content
   ========================================================================== */



.row {
  margin: 0;
}


.leftColumn {
  float: left;
  font-size: 1.2em;
}

.centreColumn {
  background: #fff none repeat scroll 0 0;
  font-size: 1.2em;
  margin: 0 24px 0 8px;
}

.home .centreColumn,
.page-template-templatessection-php .centreColumn {
	background: transparent;
}


.rightColumn {
  float: left;
  font-size: 1.2em;
}



.slider .centreColumnLeft {
  margin: 0 24px 10px 0;
}

.slider .centreColumnRight {
  background-color: #fff;
  float: left;
  margin: 0 0 10px;
  width: 210px;
}

.largeSlider-slider {
  margin: 0;
}



/* ==========================================================================
   Primary Content
   ========================================================================== */

.main { 
	background: #fff;
}

.centreListWrapper {
  border-bottom: 1px dotted #CCCCCC;
  margin: 10px 0 20px;
}

.centreListWrapper:last-child {
  border-bottom: 0;
}

.centreListWrapper .thumbnail {
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  display: block;
  float: left;
  line-height: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
  width: 90px;
}

.centreListWrapper.no .thumbnail {
	display: none;
}

.centreListWrapper  .description {
	float: left;
	border: 0;
}

.centreListWrapper .description p {
	padding: 0;
}

/* Different size areas depending on size of thumbnail */
.centreListWrapper.imageSmall .thumbnail img {
	width: 70px;
}

.centreListWrapper.imageSmall .description {
  margin: 0 0 10px;
  width: 80%;
}

.centreListWrapper.imageLarge .thumbnail {
	width: 250px;
}

.centreListWrapper.imageLarge .description {
	width: 60%;
}

.freePP {
  display: block;
  margin: 0.5em 0;
}

div.ppBorder {
	border:5px solid #eee; 
	padding:5px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 1em 4px 0 4px;
}


/* Contact and other forms */
.frm_forms, .frm_form_fields {
  float: left;
  margin: 1em 0;
  width: 100%;
}


.frm_form_fields fieldset {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.frm_form_fields fieldset label,
#mc_embed_signup label {
  font-size: 1em;
  font-weight: bold;
  line-height: inherit;
	color: #333;
}

.mc-field-group {
	margin-top: 1.5em;
}
	
.mc-field-group label {
  display: block;
  font-weight: normal;
  margin-bottom: -10px;
}	

#mce-responses .response {
  color: red;
  margin: 30px 0 0;
}

.mc-field-group select {
  width: 414px;
}

.frm_form_fields fieldset #frm_field_97_container label,
.frm_form_fields fieldset #frm_field_98_container label,
.frm_form_fields fieldset #frm_field_99_container label  {
  font-size: 1em;
  line-height: inherit;
	display: block;
}

.frm_form_fields input[type="checkbox"],
.frm_form_fields input[type="radio"] {
  float: left;
  margin: 0 6px 0 0;
  width: auto;
}

.frm_form_fields .frm_opt_container label {
  font-weight: normal;
}

#frm_form_6_container .frm_form_fields .frm_opt_container label { /* Overwrite the above for the contact form */
  display: block;
  float: none;
  font-weight: normal;
  margin: 0px 0 10px 0;
}

.frm_form_fields .frm_form_field {
	margin: 0 0 5px;
}

.fixedHeight .frm_form_fields .frm_form_field {
	margin: 0 0 2px;

}

.fixedHeight label {
  display: block;
  margin-bottom: 1px;
}

#form_pe08di .frm_submit,
.frm_submit {
  padding: 0;
}

input, textarea, .uneditable-input {
  width: 95%;
}

#TellAFriend_Form input {
  width: 270px;
}


.halfWidth {
	float: left;
}

.halfWidth input {
  width: 188px;
}

.halfWidth.left {
	margin-right: 10px;
}

.leftColumn input, 
.leftColumn textarea, 
.leftColumn .uneditable-input,
.rightColumn input, 
.rightColumn textarea, 
.rightColumn .uneditable-input,
.centreColumnLeft input, 
.centreColumnLeft textarea, 
.centreColumnLeft .uneditable-input,
.centreColumnRight input, 
.centreColumnRight textarea, 
.centreColumnRight .uneditable-input {
  width: 180px;
}


.leftColumn select, 
.rightColumn select, 
.centreColumnRight select {
  width: 194px;
}


.frm_opt_container {
  margin: 9px 0 25px;
}

textarea, input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
.uneditable-input {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.form.privacyPolicy {
	display: block;
	font-weight: normal;
	margin: -15px 0 0 22px;
}

.formItem {
  margin: 0 0 0 8px;
}

.formItem label {
  display: block;
  font-size: 13px;
  margin-bottom: 0;
}

/* button styles */
.submit input,
.frm_submit input,
.takeAction,
.takeAction input,
.centreColumn .pb div.takeAction input,
input.form-submit,
input#mc-embedded-subscribe	{
  background: none repeat scroll 0 0 #CC0033;
  border: medium none;
  border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
  padding: 6px 12px;
	position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  width: auto;
	z-index: 10;
}


.takeAction input { /* Corrects font size on the Donate by PayPal page */
	font-size: 1.1em;
}

input#mc-embedded-subscribe {
	margin: 10px 0 0;
}


.submit input:hover,
.frm_submit input:hover,
.takeAction:hover,
.takeAction input:hover,
.centreColumn .pb div.takeAction input:hover,
input.form-submit:hover,
input#mc-embedded-subscribe:hover	 {
  background: none repeat scroll 0 0 #666;
}

#mc_embed_signup {
  padding: 0 8px 0 0;
	width: 95%;
}

.mc-field-group {
  margin: 1.5em 0 -1em;
}


#mc_embed_signup div.mce_inline_error {
	background: none !important;
  color: red !important;
  font-weight: bold;
  margin: -5px 0 0 !important;
  padding: 0 0 5px !important;
  z-index: 1;
}

.takeAction form {
	margin: 0;
}


.submit input:hover {
	color:#fff;
	background:#666;
}

.frm_error_style {
  color: red;
  margin: 0 8px 20px;
}


.frm_blank_field input,
.frm_blank_field textarea {
	border: 1px solid red;
}

.frm_error {
	color: red;
  margin-top: -8px;
	font-size: 0.9em;
  margin-bottom: 16px;
}

fieldset br {
	/* display: none; set to none for a reason I can't remember, commented out in case it's needed again */
	display: block;
}


/* ==========================================================================
   Promo Boxes
   ========================================================================== */

.reportsList .reportsWrapper {
  border-bottom: 1px solid #ccc;
  margin-right: 24px;
  padding: 16px 0;
}

.reportsList .reportsWrapper:last-child {
  border-bottom: 0;
}

.page-header .reportsWrapper:nth-child(2) {
  padding: 8px 0;
}

.page-header .news {
	border-bottom: 1px dashed #ccc;
  margin-bottom: 8px;
	padding-bottom: 1em; /* Added to give space on Campaign News */
}

.page-header .news:nth-child(2) { 
  padding-top: 7px;
}

.page-template-campaign-news-php .page-header .news:nth-child(2) {
  padding: 3px 0 0;
}

.page-template-briefing-php .reportsWrapper {
	padding-bottom: 16px;
}

.reportsWrapper h2 {
  background: transparent;
  color: #000000;
  font-size: inherit;
  font-weight: normal;
  margin: 0;
  padding: 0 8px;
}


.type-burma_briefing h2 {
  margin-top: -16px;
}

.reportsPB {
  margin: 6px 0 25px;
}

.frm_checkbox label {
	display: table;
}

p {
  margin: 0 0 1em;
}

.content-info .address p {
  margin: 0;
}



form {
  margin: 0 0 20px 0;
}

#mc_embed_signup form {
  margin: 0 0 20px 0;
}


/*** CAROUSEL ***/

.easingsliderpro-slide-content {
  width: 444px;
}

.easingsliderpro-slide-content .top, .easingsliderpro-slide-content .bottom {
  margin: 0 !important;
  padding: 4px 16px;
  text-align: center;
  width: 412px;
}

.easingsliderpro-slide-content .top, .easingsliderpro-slide-content .bottom {
  margin: 0 !important;
  padding: 4px 12px !important;
  text-align: center;
  width: 421px;
}

.easingsliderpro .easingsliderpro-image {
  height: 340px !important;
}


.easingsliderpro-slide-content .caption {
  box-shadow: none;
}

.easingsliderpro-slide-content .top.caption {
  background-color: rgba(204, 0, 51, 1);
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
}

.easingsliderpro-slide-content .bottom.caption {
  background-color: rgba(0, 0, 0, 0.8);
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  padding-bottom: 10px !important;
}

.easingsliderpro-pagination.outside.bottom-right {
  bottom: -20px;
  padding-top: 20px;
  right: 0;
}

.easingsliderpro a {
  color: #FFFFFF !important;
}

.easingsliderpro a:hover {
  color: #ccc !important;
}

.easingslider-slide-content {
  width: 100%;
}

.easingslider-slide-content .bottom, .easingslider-slide-content .top {
  margin: 0 0 !important;
  width: auto;
}

.easingslider-slide-content .caption {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.7), -10px 0 0 rgba(0, 0, 0, 0.7);
  color: #fff;
	font-size: 1.2em;
  line-height: 1.4em !important;
  margin: 0 0 10px;
  padding: 6px 10px;
  transition: all 0.3s ease 0s;
}


.bottom.caption > a {
  color: #fff;
}


.bottom.caption > a:hover {
  background: none; 
  color: #ccc;	
} 


.sliderMain .slider p iframe {
  margin: 0;
  padding: 0;
}

.slider .sliderMain p img {
  height: 307px;
  margin: 0 0 4px;
}


.pbContent {
	margin: 0 0 0px;
}

.pbContent li {
	margin: 0 0 0 14px;
} 

.centreColumn .slider {
  margin-top: 4px;
  overflow: hidden;
	margin: 4px auto;
	max-width: 446px;
}


.centreColumn .slider p {
	margin: 0;
}


.reportsPB {
	border-bottom: 1px dotted #ccc;
	padding: 8px 0;
}

.reportsPB b {
	display: block;
	padding: 0 8px;
}

.reportsPB a.readMore,
.reportsWrapper .readMore {
  display: table;
  margin: 10px 8px;
}

.centreColumnCopy > div#mc_embed_signup {
  margin: 1em 0 0;
}


.news .title {
  display: block;
}

.news b.title, 
b.title.reports {
  font-size: 1.05em;
  line-height: 140%;
}

.news .excerpt p,
.reportsReport p {
	margin: 0;
}

.content {
  background: none repeat scroll 0 0 #fff;
}

.centreColumnCopy .news .title {
  margin: 8px;
}


.reportsPB {
  border-bottom: 1px solid #ccc;
  margin: 0;
	padding: 0;
}

.reportsPB:nth-last-child(2) {
  margin: 0 0 40px;
	border-bottom: 0;
}

.reportsPB a.readMore, .reportsWrapper .readMore {
  display: none;
}

.reportsPB b {
	font-weight: normal;
  padding: 0;
}

.reports .moreLinkPB.second {
	display: none;
}


.centreColumn .title a:hover,
.centreColumn p a:hover,
.centreColumn li a:hover,
.leftColumn p a:hover,
.rightColumn p a:hover {
	background: #ebedef;
  color: #cc0033;
}

.centreColumn .shareIcons li a:hover {
	background: none;
}


.leftColumn .takeAction p a:hover ,
.rightColumn .takeAction p a:hover {
	background: none;
  color: #fff;
}

.centreColumn p a img.aligncenter:hover  {
	background: none;
  color: none !important;
	display: block;
	/* margin: 0 auto; */
}

.twoColumn .news {
  margin-bottom: 20px;
  padding: 0 0 10px;
}

.twoColumn .news .date {
  color: #666;
  display: block;
  font-style: italic;
  font-weight: normal;
  margin: 0 8px;
}

.threeColumn .centreColumnCopy .news {
	padding: 0 8px;
}

.threeColumn .news .title {
  display: block;
  margin: 10px 0 0 8px;
}

.reportsWrapper .title.reports {
  display: block;
  margin: 0 0 0 8px;
}

.threeColumn .news li.title {
  margin: 0;
}

.threeColumn .news .date {
  color: #666;
  display: block;
  font-style: italic;
  font-weight: normal;
  margin: 4px 0 8px;
}


.centreColumn h1 {
  padding: 0;
  width: 95%;
}

.threeColumn .news .readMore {
  display: block;
	font-style: italic;
  margin: 10px 0 10px 8px;
}

a.readMore:hover {
	color: #cc0033;
}


/* LINKS */

.centreColumn .linkGroup .toTop {
  float: right;
  position: relative;
  width: 50px;
}

.centreColumn .linkGroup:first-child .toTop {
  display: none;
}

.centreColumn .toTop a {
  color: #666;
  float: right;
  font-size: 0.8em;
  margin: -17px 8px 0;
}

.centreColumn .toTop a:hover {
  color: #cc0033;
}


/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header { }
.hentry time { }
.hentry .byline { }
.hentry .entry-content { }
.hentry footer { }

.news-reports h1 {
  color: #FFFFFF;
  font-weight: bold;
}

.page-header {
  border-bottom: 0;
  margin: 0;
  padding-bottom: 0;
	width: 100%;
}

.single .articleTitle {
  display: inline-table;
  width: 100%;
}

.single .page-header .date{
  float: right;
  font-size: 0.8em;
  font-style: italic;
}
.news-reports h2 {
	font-size: 13px;
}

.month {
	padding: 0 8px;
}

.month li {
  line-height: inherit;
  margin: 0 0 9px -9px;
}

h3 {
  color: #000000;
  font-size: 1.1em;
  font-weight: bold;
  margin: 16px 0 8px;
}


table {
  margin: 0 0 20px 8px;
}

.campaignsMainWrapper, 
.freedomMainWrapper {
  background-color: #FFFFFF;
  height: 210px;
  overflow: hidden;
}

.campaignsColumn {
  background-color: #ffffff;
  float: left;
  height: 240px;
  margin: 9px 0 10px;
  width: 210px;
}

.campaignsColumn.left {
  margin: 9px 0 10px 24px;
}

.take-action .centreColumn .description {
	padding: 8px 0;
}

.take-action .centreColumn .thumbnail {
  border: 0 none;
  border-radius: 0 0 0 0;
  box-shadow: none;
  display: block;
  line-height: 20px;
  margin: 2px 0 0;
  padding: 0;
  transition: all 0.2s ease-in-out 0s;
}

.no-political-prisoner-left-behind .centreColumn .thumbnail a {
	margin: 0 0 0 10px;
}


.reportsBottom {
  border: 1px dashed #CCCCCC;
  display: block;
  margin: 0 8px;
}

.page-template-last-month-php .reportsBottom {
  border: 1px dashed #CCCCCC;
  display: block;
  margin: 8px;
}

.campaignsNewsBottom {
  border: 1px dashed #CCCCCC;
  display: block;
  margin: 20px 8px 30px;
}

.reportsWrapper.clearfix {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 8px;
  padding: 8px 0;
}

.reportsImage {
  clear: both;
  float: right;
  margin: 0 10px 8px 8px;
  width: 80px;
}

.reportsReport  {
  float: left;
  width: 345px;
}

.page-template-large-slider .reportsImage {
  margin: 5px 10px 8px 8px;
  width: 30%;
}

.page-template-large-slider .reportsReport  {
  float: left;
  width: 65%;
}

.page-template-large-slider .reportsReport p {
	margin: 0 0 1em;
}

.page-template-large-slider .fBBriefing ul.shareIcons {
  margin: -10px 0 0;
}

.page-template-last-month-php .reportsReport  {
  float: left;
  width: 100%;
}

.reportsReport .readMore {
	display: block;
	margin: 10px 0 10px 0;
}


.reports h3 {
  margin: 0 8px 0 0;
}

.reports .date {
  color: #666666;
  display: block;
  font-style: italic;
  margin: 2px 9px 16px 0;
  text-align: left;
}

.reports .download {
  font-weight: bold;
  margin: 1em 0 10px 8px;
}


.lastMonthCol1, .lastMonthCol2 {
  float: left;
  margin: 0 0 0 23px;
  width: 40%;
}

.lastMonthCol1 h3,
.lastMonthCol2 h3 {
	margin: 20px 0 0 8px;
}

.news .title.campaignsNews {
  display: block;
  font-size: 1.2em;
  margin: 4px 8px 4px 0;
  width: 100%;
}

.centreColumn .date, 
.centreColumn .news .date, 
.centreColumn .reportsWrapper .date {
  color: #666;
  display: block;
	font-style: italic;
  font-weight: normal;
  margin: 0 8px 4px 0;
}

.page-template-last-month-php .centreColumn .date {
  margin: 4px 8px 4px 0;
}

.page-template-last-month-php .date  {
  display: inline;
  margin: 0;
}


.news .excerpt {
	display: block;
	font-weight: normal;
}

.newsStories {
	margin: 6px 0 0;
}

.newsStories .news {
  border-bottom: 1px dotted #ccc;
  margin: 0 24px 20px 0;
}

.newsStories .news {
	border-bottom: 1px dotted #ccc;
}

.newsStories .news:last-child {
	border-bottom: 0;
}

.page-template-events-php .news .excerpt {
  padding-bottom: 25px;
}

.news .readMore {
	display: block;
	margin: 10px 8px 0 0;
}

.single .entry-content p {
	padding:0 24px 0 0;
}
.fb-container {
	margin: -1px 0 0 !important;
  width: 190px;
  overflow: hidden;
}

.fb-container > div {
     margin: -1px 0px 0px -1px;  
}

#ytc-wrapper .ytcplayer-wrapper {
  border: 0;
}

.pagination {
  margin: 0 0 0 5px;
  padding-bottom: 8px;
}

.pagination .page-numbers {
	margin-left: 2px;
}

.bottom.pagination span,
.bottom.pagination a {
	margin-right: 5px;
}

/* Events */
h3 {
  margin: 0 0 8px 0;
}

.page-template-events .centreColumn h3 {
  border-top: 1px dashed #ccc;
  margin: 20px 0 0;
  padding: 10px 0 0;
}

.search-results h3 {
  margin: 16px 0 8px 0;
}

.previousEvents .news .title {
  display: block;
  font-weight: normal;
  margin: 10px 8px 0;
}

/* Gallery and Videos */

.twoColumn.centreColumn,
.single-gallery .centreColumn,
.videos .centreColumn,
.single .centreColumn,
.page-template-events-php .centreColumn,
.archive.category .centreColumn { /* Creates a two-column layout */
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  font-size: 1.2em;
}

.twoColumn.rightColumn { /* Hides the right col on two-column layouts */
	display: none;
}



.ss-controls {
  float: right;
  margin: -56px 129px -17px;
}

.nav-controls {
  float: right;
  margin: -56px 10px 2px;
}

.nav-controls a,
.ss-controls a {
	color: #fff;
}

.nav-controls a:hover,
.ss-controls a:hover {
	color: #000;
}

.nav-controls .prev {
}

.nav-controls .next {
  margin: 0 0 0 20px;
}

#slideshow {
  margin: -23px 8px 10px;
}

.caption {
	margin: 0 10px;
}

.centreColumn > div#thumbs {
  margin: -4px 0 0;
}

.thumbs li {
  display: inline-table;
  margin: 0 17px 17px 0;
}

.chrome .thumbs li {
  display: inline-table;
  margin: 0 14px 17px 0;
}

ul.thumbs {
  margin: 15px 0 0;
  padding: 0;
}

ul.thumbs img {
  height: 150px;
  width: 150px;
}

#slideshow img {
}

.caption .title {
  background: none repeat scroll 0 0 #000000;
  color: #FFFFFF;
  margin: 0 0 16px -2px;
  opacity: 0.8;
  padding: 10px 2px;
  position: relative;
  width: 100%;
}

.caption .title b {
  display: block;
  font-weight: normal;
  padding: 0 8px;
}

.downloadHighRes {
  font-size: 10px;
}

.backgroundInfo {
	border: 1px solid #ccc;
	background: #dcdcdc;
	padding: 8px;
}

.captionDetails {
	font-style: italic;
}

.articleRight {
	display: block;
	float: right;
}

.articleRight .reportsImage {
  display: block;
	float: none;
  margin: 0 auto 10px;
  text-align: center;
  width: 80px;
}

.downloadReport {
  font-size: 1.2em;
}

.clearAll {
	clear: both;
}

.youtubechannelgallery {
  width: 600px;
}

.fbThankYou {
	float: left;
	margin: 12px 0 24px 8px;
}

ul.shareIcons {
  float: left;
  margin: 0 3px 12px 0;
  width: 100%;
}

ul.shareIcons.no {
	display: none;
}


a.printThis:hover {
	background: none;
}

.page ul.shareIcons {
  float: left;
  height: 30px;
  margin: 8px 8px 4px 2px;
  position: relative;
}

.shareIcons li {
	display: table-cell;
}

.page.links .linkGroup ul {
	margin: 6px 0 0;
}


.fBBriefing ul.shareIcons {
  float: none;
  margin: 0;
  position: relative;
}

.facebookShare {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll 0px -30px rgba(0, 0, 0, 0);
  height: 30px !important;
  padding: 0;
  width: 30px !important;
  margin: 0 0 0 -6px;
  float: left;
}

.twitterShare {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll -30px -30px rgba(0, 0, 0, 0);
  height: 30px;
  padding: 0;
  width: 30px;
  margin: 0;
  float: left;
}

.printThis {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll -60px -30px rgba(0, 0, 0, 0);
  display: block;
  height: 30px;
  padding: 0;
  position: relative;
  width: 30px;
  z-index: 1;
}

.tellAFriend {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll -90px -30px rgba(0, 0, 0, 0);
	display: block;
	float:left;
  height: 30px;
  padding: 0;
  width: 30px;
}

.facebookShare:hover {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll 0px 0px rgba(0, 0, 0, 0);
}

.twitterShare:hover {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll -30px 0px rgba(0, 0, 0, 0);
}

.printThis:hover {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll -60px 0px rgba(0, 0, 0, 0);
}

.tellAFriend:hover {
  background: url("/wp-content/themes/roots/assets/img/share-icons2.gif") no-repeat scroll -90px 0px rgba(0, 0, 0, 0);
}

.facebookShare iframe,
.twitterShare iframe,
.tellAFriend img {
	opacity: 0;
}

#TellAFriend_BoxContainer,
#TellAFriend_BoxContainer {
	top: 5px !important;
	left: -300px !important;
	position: relative !important;
}

.wp-pagenavi .pages {
  border: 0 none;
  display: block;
  margin: 0 0 2px -6px;
}

.wp-pagenavi a, .wp-pagenavi span {
  margin-right: 5px !important;
  padding: 3px 7px !important;
}



.search-results .byline {
	display: none;
}

.hentry time {
  margin: 0 8px 0 0;
}

.entry-summary a.readMore {
  display: inline-table;
  margin: 14px 8px 12px 0;
	border: 0;
}


.entry-summary a.readMore:hover {
  color: #000;
	text-decoration:underline;
}

/* ==========================================================================
   Footer
   ========================================================================== */

.content-info {
  background: none repeat scroll 0 0 #fff;
  font-size: 1.1em;
  padding: 24px 25px 5px;
}

.footerLine {
  border-top: 1px solid #C5C6C7;
  padding-top: 15px;
}

.footerText {
  color: #999999;
	display: inline;
  font-size: 1.1em;
  margin-bottom: 0;
}

.line3 {
	display: inline-block;
}

.content-info .menu-primary-navigation-container {
  display: inline-block;
}

.address {
  float: left;
  width: 100%;
}

.contactEmail::before {
  content: "|";
  margin: 0 4px 0 2px;
}



.footerLinks ul {
  margin: 4px 0;
}

.footerLinks li {
  display: inline;
  margin: 0 5px 0 0;
  white-space: nowrap;
}

.footerLinks li ul {
	display: none;
}

.footerLinks li:after {
  content: "|";
  padding: 0 1px 0 8px;
}

.footerLinks li:last-child:after {
	content: none; 
} 

.footerLastLineUp {
  margin-top: 10px;
}

.content-info .line2 a, 
.content-info .line2 a:visited {
  color: #000;
}

.content-info a, 
.content-info a:visited,
.content-info .line2 a:hover {
  color: #CC0033;
}

.content-info a:hover {
  color: #000;
	text-decoration: none;
}

.socialMedia {
  float: right;
  margin: -87px 0 0;
}

.facebook {
	background:url(/assets/img/facebookfooter.png) no-repeat;
	float: left;
	height: 36px;
	margin-right: 8px;
	width: 36px;
}

.twitter {
	background:url(/assets/img/twitterfooter.png) no-repeat;
	float: left;
	height: 36px;
	margin-right: 8px;
	width: 36px;
}

.youtube {
	background:url(/assets/img/youtube.png) no-repeat;
	float: left;
	height: 36px;
	width: 36px;
}
	
#cookie-law-info-bar {
  background: #ccc !important;
}



.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
  padding-top: 25px;
}


.smallScreens {
	display: none !important;
}

.fullWidth {
	display: block !important;
}

.search .fullWidth {
  border: 1px solid #cc0033;
  display: block !important;
}

.navbar .btn-navbar,
.navbar .btn-navbar:hover,
.navbar .btn-navbar:active,
.navbar .btn-navbar:focus {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  box-shadow: none;
  color: #fff;
  text-shadow: none;
}



/**** PROMO WRAPPERS **/
.leftColumn .pw {
  padding: 0 16px 8px 16px;
}

.rightColumn .pw {
  padding-bottom: 8px;
}

.centreColumnLeft.pw {
  float: left;
  margin: 0 32px 0 0;
  width: 210px;
}

.centreColumnRight.pw {
  float: left;
}

.pw.sectionSpacer {
	padding-top: 16px;
}

/**** PROMO BOXES ADDED 1st AUG 2015 **/

.centreColumn h1,
.pb h2, 
.pb h2 a, 
.pb h2 a:visited {
  background: #fff none repeat scroll 0 0;
  color: #cc0033;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}

.pb h2 a:hover {
  color: #333;
}

.page-template-section-php .fixedHeight .pb,
.page-template-reports .fixedHeight .pb {
  height: 345px;
}

.pb {
  background: #fff none repeat scroll 0 0;
  padding: 0 0 10px;
  width: 200px;
}

.page-template-section-php .fixedHeight .fixPBContentHeight {
  height: 318px;
  margin: 0;
  overflow: hidden;
}

/**** Promo Boxes Content **/
.pb p {
  margin: 1em 0;
}

.pb img.promoImage {
  margin-left: 0;
  margin-top: 4px;
}

.promoBox ul.newsPB {
  margin: 1px 0 40px;
}

.pb ul, 
.pb ol {
  margin: 0 0 10px 0;
  padding: 0;
}

.pb .pbLinks li, 
.pb .newsPB li, 
.pb .widget_categories li {
  border-bottom: 1px solid #ccc;
  list-style: outside none none;
  margin: 0;
}

.pb .pbLinks li:last-child, 
.pb .newsPB li:last-child, 
.pb .widget_categories li:last-child {
  border-bottom: 0;
}

ul.newsPB {
  margin: 0 0 10px 0px;
  padding: 0;
	position: relative;
}

.pb li a,
.pb p a {
	background: #fff;
  color: #666;
	display: block;
  padding: 12px 0;
}

.pb p a {
  padding: 0;
}

.pb li a:hover {
	background: #ebedef;
	color: #000;
  -o-transition:.75s;
  -ms-transition:.75s;
  -moz-transition:.75s;
  -webkit-transition:.75s;
  transition:.75s;	
}

ul.pbLinks.newsArchives {
  margin: 4px 0 0 -8px;
}

.pb .newsArchives li, 
.pb .newsArchives li a, 
.pb .newsArchives li a:visited {
  border: 0 none;
  display: inline-table;
  margin: 0;
	padding: 2px 4px;
}

.pb .takeAction p a, 
.pb .takeAction p a:visited {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #fff;
}

.pb .takeAction p a:hover {
	border: 0;
}

.leftColumn .pb .takeAction p {
  margin: -10px 0 0;
  padding: 15px 0 5px;
}

.pb .socialMedia{
	float: left;
}

.pb .socialMedia img {
	float: left;
	margin-right: 10px;
}

.pb .socialMedia .smLink {
	border: 0;
	float: left; 
	width: 135px;
}

.pb .socialMedia .smImage {  
	width: 50px;
	float: left; 
} 

.centreColumn .pb .linkGroup span {
  color: #666;
	margin: 0;
}

.linkGroup h3 {
  font-size: 1em;
  margin: 20px 0 0;
}

.linkGroup .items > li {
  margin: 0 0 0 12px;
}

.linkGroup {
  border-bottom: 1px dashed #ccc;
  margin: 0 0 24px;
  padding: 0 0 24px;
}

.centreColumn .pb .linkGroup span {
  color: #666;
	margin: 0;
}

.page-template-large-slider .leftColumn .pw.one .pb h2 {
	display: none;
}

.page-template-large-slider .reportsWrapper.clearfix {
  padding: 0 0 8px;
}

.page-template-large-slider h3 {
  font-size: 2.1em;
}

.page-template-large-slider h3 a {
  color: #000;
}

.page-template-large-slider h3 a:hover {
  color: #666;
}


/**** MORE LINKS **/
.moreLinkPB {
  background: #fff none repeat scroll 0 0;
  border: 0 none;
  border-top-left-radius: 0;
  bottom: 0;
  margin: 10px 0 0;
  position: relative;
  width: 66px;
  z-index: 5;
}
.moreLinkPB:hover {
	background: #ebedef;
}

.pw.news .moreLinkPB.latestNews, 
.pw.reports .moreLinkPB.latestNews {
  bottom: 0;
  margin: 0;
  position: absolute;
  top: inherit;
}

.pw.news .moreLinkPB.latestNews {
  bottom: -15px;
}

.pw.reports .moreLinkPB.latestNews {
  bottom: 16px;
}




.centreColumn .promoBox div.linkGroup {
	margin: 0 23px 23px 0;
}

.centreColumn .promoBox .linkGroup h3 {
  margin: 16px 0 8px 11px;
}

.centreColumn .promoBox .linkGroup ul {
  margin: 0 0 30px 0;
}

.centreColumn .promoBox .linkGroup li {
  color: #000000;
  margin: 0 10px 10px 25px;
}




/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter { display: block; margin: 0 auto; }
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright { float: right; }
figure.alignnone { margin-left: 0; margin-right: 0; }



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media print {
	.navbar-inner .container,
	footer,
	.leftColumn,
	.rightColumn,
	.printSend,
	.social4i,
	.fBBriefing  {
		display: none !important;
	}
	
	body {
		color: #000;
		background: #fff;
		font-size: 16px;
	}	 
	
	body, article, .centreColumn {
		width: 100% !important;
		margin: 0;
		padding: 0;
	}
	
	header:before,
	header {
		content: url(http://burmacampaign.org.uk/wp-content/themes/roots/assets/img/colour-logo-print-s.jpg);
		color: #000;
		height: 238px !important;
		width: 250px;
	}
	
	.wrap.container:before {
		content: "For human rights, democracy and development in Burma";
		color: #000;
		font-size: 1.6em;
		float: left;
		margin: -40px 0 0 270px;
	}
	
	header .brand img {
		display: none;
	}
	
	.page-header {
		margin: 40px 0 0;
	}
	
	.reportsReport {
		float: left;
		width: 100%;
	}
	
	@page {
		margin: 2cm 2cm 2cm 2cm;
	}	 
	
		 
	h2, h3 {
		page-break-after: avoid;
	}	 
	
	.single .articleTitle {
		width: 100%;
	}
	
	.single .page-header .date {
		float: left;
	}
	
	
	article a {
		font-weight: bolder;
		text-decoration: none;
	}
	
	article a[href^=http]:after {
		content:" <" attr(href) "> ";
	}
	
	article a[href^="#"]:after {
		content: "";
	}
	
	$a:after > img {
	 content: "";
	}
	
	.reportsImage a {
		display: none;
	}

}



@media (min-width: 768px) {

  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-9 {
    width: 75%;
  }
		
  .col-md-3 {
    width: 25%;
  }	

  .col-md-pull-9 {
    right: 75%;
  }
	
  .col-md-pull-6 {
    right: 50%;
  }	
	
  .col-md-push-3 {
    left: 25%;
  }	

}

@media (max-width: 767px) {

	.col-md-3, .col-md-6, .col-sm-6, .col-sm-9 {
		padding-top: 0;;
	}
	
	body {
		font-size: .9em;
		padding: 0;
	}
	
	.span12 {
		margin: 0 0 16px 0;
		padding: 0 16px;
		width: 100%;
	}
	
	.navbar-inner .container {
	}
	
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		 width: 100% !important;
	}
	
	.nav-collapse, .nav-collapse.collapse {
		position: relative;
		z-index: 100;
	}
	
	.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
		margin: 0 0 0 -20px;
	}
	
	.centreColumn .slider {
		margin: 4px auto 12px;
		max-width: 100%;
		overflow: hidden;
		position: relative;
		z-index: 50;
	}	 
		
	.navbar-inner {
		padding: 0;
	}
	
	.navbar .brand {
		float: none;
		padding: 0 20px;
	}
	
	.navbar .brand img {
		height: auto;
		max-width: 100%;
		position: relative;
		z-index: 50;
	}
	
	.easingsliderpro-viewport {
		position: relative !important;
		z-index: 50;
	}
	
	.sf-menu {
		float: right;
		margin: 10px 0 0 16px;
		position: relative;
		z-index: 100;
	}
	
	.sf-menu li,
	.sf-menu ul {
		border: 0 none;
		border-bottom: 1px solid #BEBEBE;
		position: relative;
		width: 100%;
	}
	
	.sf-menu a {
		padding: 12px 8px 12px 16px;
	}
	
	.navbar .btn-navbar {
		margin: 0;
		position: relative;
		z-index: 100;
		float: right;
	}
	
	.smallScreens .search-toggle {
		display: block;
		float: left;
		margin: 4px 10px 0 0;
		position: relative;
		z-index: 10;
	}
	
	.searchNav {
		float: right;
		height: 50px;
		margin: -35px 0 0;
		position: relative;
		width: 100%;
		z-index:233;
	}
	
	.search {
		margin: 0 ;
		position: relative;
		z-index: 100;
	}
	
	#searchform input#s {
		width: 147px;
	}
	
	#searchform .searchFormLinks a, #searchform .searchFormLinks a:visited {
		font-size: 0.8em;
		margin: -2px 0 0;
	}
	
	
	#collapse1 {
		margin: 10px 0 0 -20px;
		display: block;
	}
		
	.close {
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		line-height: 20px;
		margin: 15px 0 0 18px;
		opacity: 1;
		text-shadow: none;
	}	
	
	.navbar .btn-navbar .icon-bar {
		height: 3px;
		margin-bottom: 5px;
		width: 23px;
	}
	
	.centreColumnLeft {
		width: 100%;
	}

	.pw {
		border-top: 1px dashed #ccc;
	}

	.pw.sectionTop {
		border-top: 0;
	}

	.pw.sectionSpacer {
		padding-top: 0;
	}
	
	.pb {
		padding: 20px 0 10px;
	}
	
	.pb,
	.centreColumnLeft.pw,
	.centreColumnRight.pw {
		width: 98%;
	}
	
	.page-template-section-php .fixedHeight .pb {
		height: auto;
	}
	
	.centreColumn,
	.rightColumn {
			margin: 0;
	}
	
	.leftColumn .pw {
		padding: 0;
	}

	.promoWrapper, .centreColumn {
		border-bottom: 0;
	}

	.videos, .centreColumn {
		width: 100%;
	}
	
	.youtubechannelgallery {
		width: 100%;
	}
	
	.centreColumn .linkGroup .toTop {
		width: 60px;
	}
	.centreColumn .toTop a {
		margin: -25px 8px 0;
	}

	.moreLinkPB {
		margin: 0;
	}
	
	.pb .pbLinks li, 
	.pb .newsPB li, 
	.pb .widget_categories li {
		border-bottom: 1px solid #f7f7f7;
		list-style: outside none none;
		margin: 0;
	}
	
	.pb .pbLinks.newsArchives li {
		border-bottom: 0;
	}
	
	.easingslider-slide-content .caption {
		font-size: 1.0em;
	}
	
	.easingslider {
		margin: 0 auto !important;
	}
	
	.page-header.promoBox.sliderMain {
		margin: 0 0 37px;
	}

	.easingsliderpro-slide-content .top, .easingsliderpro-slide-content .bottom {
		font-size: 0.9em !important;
		line-height: 133% !important;
		width: 95%;
	}
	
	
	.wp-pagenavi a, .wp-pagenavi span {
		margin-right: 3px !important;
	}	
	
	.wp-pagenavi .extend {
		display: none;
	}

	.backgroundInfo {
		width: 90%;
	} 
	
	
	.page-template-section-php .fixedHeight .fixPBContentHeight{
		height: auto;
	}
	
	h1, h2, h3, h4, h5, h6 {
		margin: 0;
	}
	
	.pb img.promoImage {
		margin-left: 0;
		max-width: 100%;
	}
	
	.pb p {
		margin: 1em 0 0;
	}
	
	.moreLinkPB {
		margin: 10px 0 0;
	}
	
	
	.centreColumn .centreColumnLeft:last-child {
		border: 0;
	}
	
	.pb ul.newsPB {
		margin: 1px 0 20px;
	}
	
	
	.reportsReport {
		float: left;
	}
	
	.page-template-large-slider .reportsReport {
		width: 100%;
	}
	
	.page-template-large-slider .leftColumn .pw {
		border-top: 0;
	}
	
	.reportsImage {
		display: none;
	}
	
	.frm_form_fields fieldset {
		padding: 0;
	}
	
	.frm_forms, .frm_form_fields {
		width: 100%;
	}
	
	
	.leftColumn input, .leftColumn textarea, .leftColumn .uneditable-input, .rightColumn input, .rightColumn textarea, .rightColumn .uneditable-input, .centreColumnLeft input, .centreColumnLeft textarea, .centreColumnLeft .uneditable-input, .centreColumnRight input, .centreColumnRight textarea, .centreColumnRight .uneditable-input {
		width: 95%;
	}
	
	
	.leftColumn select, .rightColumn select, .centreColumnRight select {
		width: 99%;
	}
	
	
	.campaignsColumn {
		height: auto;
	}
	
	.campaignsColumn,
	.campaignsColumn.left{
		border-bottom: 1px dashed #ccc;
		margin: 9px 0 10px;
		width: 100%;
	}
	
	.campaignsColumn:last-child,
	.campaignsColumn.left:last-child{
		border-bottom: 0;
	}
		
	.content-info {
		background: #F0F0F0;
		padding: 10px 10px 10px 16px;
	}
		
	.footerLine {
		display: none;
	}
	
	.easingsliderpro .easingsliderpro-image {
		height: auto !important;
	}
	
	.search-toggle {
		float: right;
	}
	
	.search-toggle img {
		max-width: 80%;;
	}
		
	.slider .centreColumnRight {
		width: 100%;
	}

	.content-info .menu-primary-navigation-container {
		display: inline-block;
		margin: 0;
	}
	
	.footerText {
		margin-bottom: 10px;
	}
	
	.line2 {
		margin: 10px 0 0;
	}
	
	
	.mc-field-group select {
		width: 95%;
	}
	
	.search .fullWidth {
		display: none !important
	}

	.smallScreens {
		display: block !important;
		float: right;
	}
	
	.searchFormLinks {
		float: left;
		margin: 1px 23px 0 0;
	}
	
	#searchform {
		float: right;
		margin: -23px 10px 0 10px;
	}
	
	.smallScreens #collapse1 {
		display: block;
		margin: -23px 0 20px 5px;
	}
		
	.fullWidth .search-query,
	.fullWidth #searchsubmit {
		display: none;
	}

	.fullWidth .searchFormLinks {
		color: #fff;
		float: right;
		font-size: 0.7em;
		margin: 0;
	}	
	
	#searchform .searchFormLinks {
		color: #fff;
	}	
	
	.page-header .news {
		margin-bottom: 16px;
		margin-right: 8px;
	}

	
	.socialMedia {
		display: block;
		float: left;
		margin: 0;
	}
	
	.socialMedia a {
		display: inline-block;
		margin: 0 5px 0 0;
	}

	.centreColumn h1 {
		margin-top: 16px;
	}

	.pagination {
		margin: 0 0 8px -1px;
		padding-bottom: 8px;
	}
	
	iframe {
		max-width: 100% !important;
	}	
	
	.takeAction {
		margin-top: 1em;
	}

	.centreListWrapper.imageLarge .description {
		width: auto;
	}		
}

@media (min-width: 480px) AND (max-width: 767px) AND (orientation: landscape) {
	
	.take-action .centreColumn .thumbnail {
		float: left;
		margin: 15px 10px 10px 0;
		max-width: 100%;
	}
	
	h2 {
		margin-bottom: 8px;
	}
	
	.pb img.promoImage {
		float: left;
		margin: 16px 12px 0 0;
	}
	
	.take-action .centreColumn .description {
		margin: 8px 0 0;
	}
	
	.campaignsColumn .moreLinkPB {
		float: left;
	}
		
	.reportsReport {
		width: 100%
	}
	
	.page-template-large-slider .reportsImage {
		display: block;
	}
	.page-template-large-slider .reportsReport {
	  width: 65%;
	}


	.centreListWrapper.imageLarge .description {
		width: 50%;
	}

	.centreListWrapper .thumbnail {
		margin: 8px 0 10px;
	}


}

@media (min-width: 768px) AND (max-width: 1024px) AND (orientation: portrait) {

	body {
		font-size: .8em;
		padding: 0;
	}
	
	.navbar-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
		width: 99%;
	}	
	
	.searchFormLinks {
		display: block !important;
	}

	.donateTop {
		margin: -120px 11px 20px 104px;
	}	
	.smallScreens {
		display: block !important;
	}
	
	.btn-navbar .icon-bar + .icon-bar {
		margin-top: 6px;
	}
	
	.searchNav {
		margin: 110px 0 0;
	}
	
	.search-toggle > img {
		float: right;
		margin: 5px 12px 0;
	}

	.slider {
		margin: 0 auto;
		width: 444px;
	}
		
	#searchform {
		float: right;
		margin: -54px 60px -25px;
	}
	
	.navbar .btn-navbar .icon-bar {
		height: 4px;
		width: 30px;
	}
	
	.navbar .btn-navbar {
		margin: -3px 5px 4px;
		padding: 7px 10px;
	}	
	
	.sf-menu li,
	.sf-menu ul,
	.sf-menu ul li{
		border-left: 0;
		border-bottom: 1px solid #BEBEBE;
		width: 100%;
		padding: 4px 0;
		position: relative;
	}
	
	.span12 {
		margin-left: 0;
		padding: 0;
		width: 99%;
	}
	
	.col-md-6.col-md-push-3.col-sm-6,
	.col-md-9.col-md-push-3.col-sm-6 {
		width: 100%;
	}
	
	.page-template-section .leftColumn.col-md-3,
	.page-template-section .rightColumn.col-md-3,
	.page-template-section .rightColumn.col-sm-3.threeColumn{
		width: 46%;
	}
	
	.leftColumn.col-md-3,
	.leftColumn .pw,
	.rightColumn .pw,
	.rightColumn.col-sm-3  {
		float: left;
		width: 96%;
	}
	
	.leftColumn.col-md-3 {
		margin-right: 2%;
	}
	
	.centreColumn h1 {
		margin: 0 0 0 20px
	}

	.centreColumnLeft.pw,
	.centreColumnRight.pw {
		margin: 0 32px 0 20px;
	}
	
	.rightColumn {
		margin: 0 0 0 20px;
	}
	
	.pw {
		border-top: 1px dashed #ccc;
		margin: 0 0 0 20px;
	}
	
	.pb {
		padding: 20px 0 10px;
	}
	
	.pb,
	.centreColumnLeft.pw,
	.centreColumnRight.pw {
		width: 98%;
	}
	
	.pb .pbLinks li, 
	.pb .newsPB li, 
	.pb .widget_categories li,
	.pb pbLinks.newsArchives li {
		border-bottom: 0 none;
		display: inline-table;
		line-height: 1;
		list-style: outside none none;
		padding: 16px 8px 4px 0;
	}
	
	.pb li a, .pb .newsArchives li a, .pb .newsArchives li a:visited {
		border-right: 1px solid #ccc;
		padding: 0 10px 0 0;
	}
	
	.pw.latestNews .pb li a,
	.pb .newsPB li a {
		border-right: 0;
		line-height: 1.5;
	}
	
	.page-header .news:last-child {
  	border-bottom: 0;
	}
		
	ul.pbLinks.newsArchives {
		margin: 0 0 0 0;
	}
	
	ul.pbLinks.newsArchives {
		margin: -10px 0 0;
	}
	
	.page-template-section-php .fixedHeight .pb {
		height: auto;
	}
	
	.page-template-section .centreColumn,
	.rightColumn {
			margin: 0;
	}
	
	.leftColumn .pw {
		padding: 0;
	}
	
	.promoWrapper, .centreColumn {
		border-bottom: 0;
	}
	
	.moreLinkPB {
		margin: 0;
	}
	
	.sliderMain .slider p {
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}
		
	.pb,
	.centreColumnLeft.pw,
	.centreColumnRight.pw {
		width: 99%;
	}
	
	h2 {
		margin-bottom: 8px;
	}
	
	.pb img.promoImage {
		float: left;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 12px;
	}
	
	.pbContent {
		margin: -12px 0 0 0px;
	}
	
	.centreListWrapper {
		margin-left: 20px;
	}
	
	.centreListWrapper.imageSmall .description {
		margin: 0 0 10px;
		width: 82%;
	}
	
	.searchFormLinks, 
	.smallScreens {
		display: none !important;
	}	
	
	.page.links .linkGroup ul {
		margin: 6px 0 0 15px;
	}
	
	.newsStories,
	.reportsList {
		margin: 6px 0 0 12px;
	}
	
	.hentry .entry-content,
	.centreColumnCopy {
		margin: 5px 0 0 20px;
		width: 95%;
	}
		
	pb img.promoImage {
		float: left;
		margin: 20px 10px 10px 0;
		max-width: 100%;
	}
		
	
	h3 {
		margin: 0 0 8px 20px;
	}
		
	.page-template-large-slider .reportsReport	h3 {
		margin: 0 0 8px 0;
	}
	
	.centreColumn .links{
		margin: 0 0 0 20px;
	}
	
	.page-template-last-month h3,
	.centreColumnCopy h3 {
		margin: 0 0 8px 0;
	}
	
	.page-template-briefing-php h3 {
		margin: 0 0 8px 8px;
	}
	
	.centreColumn ul {
		margin: 0 0 10px 38px;
		padding: 0;
	}
	
	.reportsReport {
		width: 100%;
	}
	
	.page-template-large-slider .reportsImage {
		display: block;
	}
	page-template-large-slider .reportsReport {
	  width: 65%;
	}
	
	.campaignsColumn {
			margin: 9px 0 10px 20px;
			width: 45%;
	}
	
	.centreColumn .date, 
	.centreColumn .news .date, 
	.centreColumn .reportsWrapper .date, 
	.centreColumn .page-template-last-month-php .date {
		margin: 3px 8px 4px 0;
	}
	
	.single .entry-content p {
		padding: 0 24px 0 0;
	}
	
	.campaignsColumn .moreLinkPB {
		margin: 0;
	}
	
	.slider .centreColumnRight {
		width: 95%;;
	}
	
	ul.shareIcons {
		margin: 0 3px 12px 0;
	}
	
	.single-reports ul.shareIcons {
		margin: 0 3px 12px 14px;
	}
	
	.fBBriefing ul.shareIcons {
		margin: 0 0 0 4px;
	}

	.page .centreColumnCopy ul.shareIcons {
		margin: 8px 8px 4px 1px;
	}
	
	.single-reports .centreColumn .date {
		margin: 3px 8px 4px 20px;
	}
	
	.centreColumn > div#thumbs {
		margin: 10px 0 0 -17px;
	}
	
	.page-template-section-php .fixedHeight .fixPBContentHeight{
		height: auto;
	}
	
	
	.page-template-section .centreColumn {
		border-bottom: 0;
		margin: 30px 0 0;
	}
	
	
	.fBBriefing {
		margin: 0;
	}
	
	ol {
		margin: 0 0 10px 33px;
		padding: 0;
	}
	
	.reportsWrapper.clearfix {
		border-bottom: 1px dashed #ccc;
		margin: 0 0 10px 20px;
		padding: 8px 0;
		width: 95%;
	}
	
	
	.leftColumn input, .leftColumn textarea, .leftColumn .uneditable-input, .rightColumn input, .rightColumn textarea, .rightColumn .uneditable-input, .centreColumnLeft input, .centreColumnLeft textarea, .centreColumnLeft .uneditable-input, .centreColumnRight input, .centreColumnRight textarea, .centreColumnRight .uneditable-input {
		width: 330px;
	}
	
	.leftColumn select, .rightColumn select, .centreColumnRight select {
		width: 344px;
	}
	
	.submit input, .frm_submit input, .takeAction, .centreColumn .pb div.takeAction input, input.form-submit, input#mc-embedded-subscribe {
		width: 230px;
	}
	
	.page-header .news {
		margin-left: 20px;
		padding: 0 0 20px 0;
	}
	
		.pagination {
		margin: 0 0 0 20px;
		padding-bottom: 8px;
	}
	
	.footerLine {
		border-top: 0 solid #c5c6c7;
	}
	
	.content-info {
		background: none repeat scroll 0 0 #fff;
		font-size: 1.1em;
		padding: 24px 25px 5px 20px;
	}
	
	.socialMedia {
		display: block;
		float: left;
		margin: 0;
	}
	
}


@media (min-width: 1024px) {

	.centreColumn .slider {
		margin: 0;
	}
	
}



