
/*  new/css/blue/buttons.less  */
.buttonwrapper button {
  border: 0 none;
  margin: 0px;
  padding: 0px;
  background: none;
  cursor: pointer;
}
.buttonwrapper button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.buttonwrapper button span {
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  float: left !important;
}
.buttonwrapper button em {
  float: left !important;
  margin: 0;
  padding: 0;
}
.buttonwrapper button.small span {
  background: url("/stat/new/images/blue/button_20.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 0 0 14px;
}
.buttonwrapper button.small em {
  background: url("/stat/new/images/blue/button_20.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  height: 20px;
  width: 28px;
}
.buttonwrapper button.medium span {
  background: url("/stat/new/images/blue/button_33.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  height: 33px;
  font-size: 14px;
  line-height: 33px;
  padding: 0 0 0 18px;
}
.buttonwrapper button.medium em {
  background: url("/stat/new/images/blue/button_33.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  height: 33px;
  width: 35px;
}
.buttonwrapper button.large span {
  background: url("/stat/new/images/blue/button_40.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  height: 40px;
  font-size: 17px;
  line-height: 40px;
  padding: 0 0 0 44px;
}
.buttonwrapper button.large em {
  background: url("/stat/new/images/blue/button_40.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  height: 40px;
  width: 54px;
}
.buttonwrapper button.extra_large span {
  background: url("/stat/new/images/blue/button_50.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  height: 50px;
  font-size: 25px;
  line-height: 40px;
  padding: 0 0 0 44px;
}
.buttonwrapper button.extra_large em {
  background: url("/stat/new/images/blue/button_50.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  height: 50px;
  width: 54px;
}
.buttonwrapper button:hover span,
.buttonwrapper button.active span {
  background-position: left bottom !important;
}
.buttonwrapper button:hover em,
.buttonwrapper button.active em {
  background-position: right bottom !important;
}
.empty_pointer {
  width: 31px;
  height: 25px;
  text-indent: -999px;
  outline: 0 none;
  border: 0 none;
  cursor: pointer;
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: -225px -167px;
}
.empty_pointer:hover,
.empty_pointer.active {
  background-position: -225px -192px;
}
.rtl .buttonwrapper .form-submit {
  background: none;
}
.rtl .buttonwrapper button.small span {
  background: url("/stat/new/images/blue/button_20_rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  padding: 0 0 0 28px;
}
.rtl .buttonwrapper button.small em {
  background: url("/stat/new/images/blue/button_20_rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  width: 14px;
}
.rtl .buttonwrapper button.medium span {
  background: url("/stat/new/images/blue/button_33_rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  padding: 0 0 0 34px;
}
.rtl .buttonwrapper button.medium em {
  background: url("/stat/new/images/blue/button_33_rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  width: 18px;
  margin-right: -17px;
}
.rtl .buttonwrapper button.large span {
  background: url("/stat/new/images/blue/button_40_rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  padding-left: 56px;
  padding-right: 15px;
}
.rtl .buttonwrapper button.large em {
  background: url("/stat/new/images/blue/button_40_rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
  width: 22px;
  margin-right: -22px;
}
.rtl .empty_pointer {
  background: url("/stat/new/images/blue/sprite/button_sprite.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: -265px -167px;
}
.rtl .empty_pointer:hover,
.rtl .empty_pointer.active {
  background-position: -265px -192px;
}
.pink-button-gradient {
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
}
.blue-button-gradient {
  background: #00aeef;
  background: -moz-linear-gradient(top,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#00aeef),color-stop(34%,#00aeef),color-stop(69%,#009cd7),color-stop(96%,#008cc1));
  background: -o-linear-gradient(top,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
  background: -ms-linear-gradient(top,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
  background: linear-gradient(180deg,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
}
.fb-gradient {
  background: #496ea6;
  background: -moz-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#496ea6),color-stop(20%,#496ea6),color-stop(69%,#1a488f),color-stop(96%,#104089));
  background: -webkit-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -o-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -ms-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: linear-gradient(to bottom,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
}
.buttonwrapper.new_version button {
  border: 0 none;
  margin: 0px;
  padding: 0px;
  background: none;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.buttonwrapper.new_version button table {
  dir: ltr;
  direction: ltr;
}
.buttonwrapper.new_version button em,
.buttonwrapper.new_version button span {
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  float: none !important;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}
.buttonwrapper.new_version button .button_td1 {
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  float: none;
}
.buttonwrapper.new_version button .button_td2 {
  float: left !important;
  position: none;
  margin: 0;
  padding: 0;
}
.buttonwrapper.new_version button .button_fb_td1 {
  background: url("/stat/new/images/blue/action/share_fb1.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  height: 40px;
  font-size: 14px;
  padding: 0 0 0 12px;
  width: 37px;
}
.buttonwrapper.new_version button .button_fb_td2 {
  background: url("/stat/new/images/blue/action/share_fb-rt.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  float: none;
  height: 40px;
  line-height: 37px;
  min-width: 100px;
}
.buttonwrapper.new_version button.small {
  margin-right: 0px;
  padding: 0 14px;
  height: 20px;
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.buttonwrapper.new_version button.small .button_td1 {
  font-size: 12px;
  line-height: 20px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.small .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 5px;
  height: 20px;
  width: 15px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.medium {
  margin-right: 0px;
  padding: 0 18px;
  height: 33px;
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.buttonwrapper.new_version button.medium .button_td1 {
  font-size: 14px;
  line-height: 33px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.medium .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 11px;
  height: 33px;
  width: 15px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.large {
  margin-right: 0px;
  padding: 0 35px;
  height: 40px;
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.buttonwrapper.new_version button.large .button_td1 {
  width: auto;
  font-size: 17px;
  line-height: 40px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.large .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 15px;
  height: 40px;
  width: 15px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.extra_large {
  margin-right: 0px;
  height: 50px;
  padding: 0 60px;
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.buttonwrapper.new_version button.extra_large .button_td1 {
  font-size: 25px;
  line-height: 40px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.extra_large .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 15px;
  height: 40px;
  width: 15px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.extra_extra_large {
  margin-right: 0px;
  height: 60px;
  padding: 0 60px;
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.buttonwrapper.new_version button.extra_extra_large .button_td1 {
  font-size: 25px;
  line-height: 40px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.extra_extra_large .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 15px;
  height: 40px;
  width: 15px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.new_version_rounded {
  border: 3px solid #dfdedf;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.buttonwrapper.new_version button.new_version_rounded .button_td2 {
  -webkit-transform: skew(32deg);
  -moz-transform: skew(32deg);
  -ms-transform: skew(32deg);
  -o-transform: skew(32deg);
  transform: skew(32deg);
}
.buttonwrapper.new_version button.new_version_rounded_v2 {
  border: 3px solid rgba(242,4,82,0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f20476;
  background: -moz-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f20476),color-stop(100%,#e50470));
  background: -webkit-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: -o-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: -ms-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: linear-gradient(to bottom,#f20476 0%,#e50470 100%);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.buttonwrapper.new_version button.new_version_rounded_v2 .button_td2 {
  -webkit-transform: skew(32deg);
  -moz-transform: skew(32deg);
  -ms-transform: skew(32deg);
  -o-transform: skew(32deg);
  transform: skew(32deg);
}
.buttonwrapper.new_version button.new_version_rounded_v2:hover {
  background: #00aeef;
  background: -moz-linear-gradient(top,#00aeef 0%,#009cd7 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00aeef),color-stop(100%,#009cd7));
  background: -webkit-linear-gradient(top,#00aeef 0%,#009cd7 100%);
  background: -o-linear-gradient(top,#00aeef 0%,#009cd7 100%);
  background: -ms-linear-gradient(top,#00aeef 0%,#009cd7 100%);
  background: linear-gradient(to bottom,#00aeef 0%,#009cd7 100%);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.buttonwrapper.new_version button.sending {
  padding: 0 20px;
}
.buttonwrapper.new_version button.sending table {
  width: 100%;
}
.buttonwrapper.new_version button.sending .button_td1 {
  text-align: left;
}
.buttonwrapper.new_version button.sending .button_td2 {
  width: 1px;
}
.buttonwrapper.new_version button.new_version_smoky_blue {
  background: #6fafc8;
}
.buttonwrapper.new_version button.new_version_smoky_blue .button_td2 {
  -webkit-transform: skew(32deg);
  -moz-transform: skew(32deg);
  -ms-transform: skew(32deg);
  -o-transform: skew(32deg);
  transform: skew(32deg);
}
.buttonwrapper.new_version button.new_version_smoky_blue.new_version_rounded {
  border-color: #d0cecf;
}
.buttonwrapper.new_version button.core-style {
  margin: 0;
  border: 3px solid rgba(0,0,0,0.1);
  border-radius: 3px;
  background: #f20476;
  background: -moz-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f20476),color-stop(100%,#e50470));
  background: -webkit-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: -o-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: -ms-linear-gradient(top,#f20476 0%,#e50470 100%);
  background: linear-gradient(to bottom,#f20476 0%,#e50470 100%);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.buttonwrapper.new_version button.core-style table {
  dir: ltr;
  direction: ltr;
  margin: 0;
}
.buttonwrapper.new_version button.core-style .button_td1 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  width: auto;
  font-size: 17px;
  vertical-align: top;
  white-space: nowrap;
}
.buttonwrapper.new_version button.core-style .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 50%;
  -webkit-transform: skew(32deg);
  -moz-transform: skew(32deg);
  -ms-transform: skew(32deg);
  -o-transform: skew(32deg);
  transform: skew(32deg);
}
.buttonwrapper.new_version button.core-style.large {
  padding: 0 35px;
  height: 40px;
}
.buttonwrapper.new_version button.core-style.large .button_td1 {
  font-size: 17px;
  line-height: 40px;
}
.buttonwrapper.new_version button.core-style.large .button_td2 {
  height: 40px;
  padding-left: 15px;
}
.buttonwrapper.new_version button.core-style.medium {
  margin-right: 0;
  padding: 0 18px;
  height: 33px;
}
.buttonwrapper.new_version button.core-style.medium .button_td1 {
  font-size: 15px;
  line-height: 33px;
}
.buttonwrapper.new_version button.core-style.medium .button_td2 {
  height: 33px;
  padding-left: 15px;
}
.buttonwrapper.new_version button.core-style.arrow-style-2 .button_td2 {
  background: url("/stat/new/images/do_blue/arrow-style-2.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 100% 50%;
  padding-left: 20px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.buttonwrapper.new_version button.core-style.disabled:hover,
.buttonwrapper.new_version button.core-style.disabled {
  background: #d1d1d1;
  background: -moz-linear-gradient(top,#d1d1d1 0%,#8d8d8d 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d1d1d1),color-stop(100%,#8d8d8d));
  background: -webkit-linear-gradient(top,#d1d1d1 0%,#8d8d8d 100%);
  background: -o-linear-gradient(top,#d1d1d1 0%,#8d8d8d 100%);
  background: -ms-linear-gradient(top,#d1d1d1 0%,#8d8d8d 100%);
  background: linear-gradient(to bottom,#d1d1d1 0%,#8d8d8d 100%);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.buttonwrapper.new_version button.core-style.disabled:hover .button_td1,
.buttonwrapper.new_version button.core-style.disabled .button_td1 {
  color: #fff;
}
.buttonwrapper.new_version button.core-style-v2 {
  border-color: rgba(242,4,82,0.3);
}
.buttonwrapper.new_version button.large.sign-fb-petition-button.fb_sign {
  margin-right: 0px;
  background: #496ea6;
  background: -moz-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#496ea6),color-stop(20%,#496ea6),color-stop(69%,#1a488f),color-stop(96%,#104089));
  background: -webkit-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -o-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -ms-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: linear-gradient(to bottom,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  padding: 0 35px 0 0;
}
.buttonwrapper.new_version button.large.sign-fb-petition-button.fb_sign .button_td1 {
  padding: 0 0 0 35px;
  background: url("/stat/new/images/blue/fb-icon.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll 8px 9px transparent;
  background-size: 20px;
}
.buttonwrapper.new_version button.large.janrain-done-button {
  margin-right: 0px;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#ffffff),color-stop(32%,#ffffff),color-stop(85%,#f8f8f8),color-stop(96%,#f8f8f8));
  background: -webkit-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: -o-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: -ms-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: linear-gradient(to bottom,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  height: 40px;
  border: 1px solid #00aeef;
  padding: 0px;
}
.buttonwrapper.new_version button.large.janrain-done-button .button_td1 {
  font-size: 17px;
  line-height: 40px;
  padding: 0 0 0 46px;
  color: #333;
}
.buttonwrapper.new_version button.large.janrain-done-button .button_td2 {
  background: url("/stat/new/images/blue/action/more-new-black.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px 15px;
  height: 42px;
  width: 54px;
}
.buttonwrapper.new_version button.large.janrain-done-button:hover {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk2JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#ffffff),color-stop(32%,#ffffff),color-stop(85%,#f8f8f8),color-stop(96%,#f8f8f8));
  background: -webkit-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: -o-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: -ms-linear-gradient(top,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
  background: linear-gradient(to bottom,#ffffff 2%,#ffffff 32%,#f8f8f8 85%,#f8f8f8 96%);
}
.buttonwrapper.new_version button.large.janrain-share {
  margin-right: 18px;
  margin-top: -7px;
  margin-left: 18px;
  height: 27px;
  background: #496ea6;
  background: -moz-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#496ea6),color-stop(20%,#496ea6),color-stop(69%,#1a488f),color-stop(96%,#104089));
  background: -webkit-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -o-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -ms-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: linear-gradient(to bottom,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  padding: 0 20px;
}
.buttonwrapper.new_version button.large.janrain-share .button_td1 {
  background: url("/stat/new/images/blue/fb-icon.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left 5px transparent;
  font-size: 12px;
  line-height: 27px;
  padding: 0 0 0 32px;
  background-size: 18px;
}
.buttonwrapper.new_version button.large.janrain-share .button_td2 {
  height: 20px;
  background-position-y: 8px;
}
.buttonwrapper.new_version button.large.janrain-share:hover {
  background: #496ea6;
  background: -moz-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#496ea6),color-stop(20%,#496ea6),color-stop(69%,#1a488f),color-stop(96%,#104089));
  background: -webkit-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -o-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: -ms-linear-gradient(top,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
  background: linear-gradient(to bottom,#496ea6 2%,#496ea6 20%,#1a488f 69%,#104089 96%);
}
.buttonwrapper.new_version button.small:hover,
.buttonwrapper.new_version button.medium:hover,
.buttonwrapper.new_version button.large:hover,
.buttonwrapper.new_version button.extra_large:hover,
.buttonwrapper.new_version button.extra_extra_large:hover,
.buttonwrapper.new_version button.active {
  background: #00aeef;
  background: -moz-linear-gradient(top,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#00aeef),color-stop(34%,#00aeef),color-stop(69%,#009cd7),color-stop(96%,#008cc1));
  background: -o-linear-gradient(top,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
  background: -ms-linear-gradient(top,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
  background: linear-gradient(180deg,#00aeef 2%,#00aeef 34%,#009cd7 69%,#008cc1 96%);
}
.buttonwrapper.new_version button.sending:hover {
  background: #fc418c;
  background: -moz-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#fc418c),color-stop(33%,#f40479),color-stop(69%,#ee0471),color-stop(95%,#e20561));
  background: -o-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: -ms-linear-gradient(top,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
  background: linear-gradient(180deg,#fc418c 2%,#f40479 33%,#ee0471 69%,#e20561 95%);
}
.buttonwrapper.new_version button.new_version_smoky_blue:hover {
  background: #5b92a7;
}
.buttonwrapper.new_version button.core-style:hover {
  background: #e30067;
  background: -moz-linear-gradient(top,#e30067 0%,#d60061 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#e30067),color-stop(100%,#d60061));
  background: -webkit-linear-gradient(top,#e30067 0%,#d60061 100%);
  background: -o-linear-gradient(top,#e30067 0%,#d60061 100%);
  background: -ms-linear-gradient(top,#e30067 0%,#d60061 100%);
  background: linear-gradient(to bottom,#e30067 0%,#d60061 100%);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.node-photoalbum .nav .buttonwrapper {
  float: right;
  padding-right: 10px;
}
.node-twitter form .buttonwrapper {
  float: right;
}
.form-donatemultistage .buttonwrapper {
  border: 0 none;
  margin: 0px;
  padding: 0px;
  background: none;
  cursor: pointer;
  text-align: center;
}
.form-donatemultistage .buttonwrapper .sustainer_td1 {
  padding: 0 0 0 13px !important;
}
.form-donatemultistage .buttonwrapper .sustainer_td2 {
  padding: 0 0 0 13px !important;
}
.form-donatemultistage .buttonwrapper .large {
  background: #ff4e8a;
  background: -moz-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#ff4e8a),color-stop(40%,#f72a73),color-stop(78%,#f72a73),color-stop(96%,#e9255d));
  background: -webkit-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: -o-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: -ms-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: linear-gradient(to bottom,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.form-donatemultistage .buttonwrapper .large .button_td1 {
  height: 40px;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 60px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.form-donatemultistage .buttonwrapper .large .button_td1 .amount_button_period {
  font-weight: normal;
  font-size: 10px;
}
.form-donatemultistage .amounts.pressed {
  border-color: rgba(194,231,247,0.8);
  background: #22a5dc;
  background: -moz-linear-gradient(top,#22a5dc 2%,#0599d8 41%,#0599d8 78%,#0189c2 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#22a5dc),color-stop(41%,#0599d8),color-stop(78%,#0599d8),color-stop(96%,#0189c2));
  background: -webkit-linear-gradient(top,#22a5dc 2%,#0599d8 41%,#0599d8 78%,#0189c2 96%);
  background: -o-linear-gradient(top,#22a5dc 2%,#0599d8 41%,#0599d8 78%,#0189c2 96%);
  background: -ms-linear-gradient(top,#22a5dc 2%,#0599d8 41%,#0599d8 78%,#0189c2 96%);
  background: linear-gradient(to bottom,#22a5dc 2%,#0599d8 41%,#0599d8 78%,#0189c2 96%);
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.form-donatemultistage .amounts.pressed .button_td1 {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.form-donatemultistage .amounts {
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  float: none;
  border: 3px solid rgba(222,4,82,0.3);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #ff4e8a;
  background: -moz-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(2%,#ff4e8a),color-stop(40%,#f72a73),color-stop(78%,#f72a73),color-stop(96%,#e9255d));
  background: -webkit-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: -o-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: -ms-linear-gradient(top,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  background: linear-gradient(to bottom,#ff4e8a 2%,#f72a73 40%,#f72a73 78%,#e9255d 96%);
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.form-donatemultistage .amounts .button_td1 {
  height: 40px;
  font-size: 18px;
  line-height: 1.2;
  padding: 0 25px;
  color: white;
  font-weight: bold;
  text-align: center;
  width: 60px;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.form-donatemultistage .amounts .button_td1 .amount_button_period {
  font-weight: normal;
  font-size: 10px;
}
*[dir="rtl"] .form-donatemultistage .amounts {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .form-donatemultistage .amounts .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .form-donatemultistage .buttonwrapper.amounts table {
  direction: ltr;
}
.fb-select-friends .sub-column .buttonwrapper {
  margin-right: 5px;
}
.select-friends-container .buttonwrapper {
  margin-top: 5px;
  margin-right: 10px;
}
.social_share_button {
  display: table;
  border-spacing: 0px;
  margin: 0 auto;
}
.social_share_button a {
  float: left;
  display: table;
  color: #fff;
  font-size: 17px;
  border: 3px solid transparent;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
.social_share_button a .button_td1 {
  display: table-cell;
  width: auto;
  vertical-align: middle;
  font-weight: bold;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.social_share_button a .button_td2 {
  display: table-cell;
  background: url("/stat/new/images/blue/more-non-transform.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 100% 50%;
  width: 20px;
  vertical-align: middle;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
.social_share_button a:hover {
  text-decoration: none;
}
.social_share_button.facebook_share_button a {
  border-color: #909fc1;
  background: #39589d;
  background: -moz-linear-gradient(top,#39589d 0%,#284585 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#39589d),color-stop(100%,#284585));
  background: -webkit-linear-gradient(top,#39589d 0%,#284585 100%);
  background: -o-linear-gradient(top,#39589d 0%,#284585 100%);
  background: -ms-linear-gradient(top,#39589d 0%,#284585 100%);
  background: linear-gradient(to bottom,#39589d 0%,#284585 100%);
}
.social_share_button.facebook_share_button a:hover {
  border-color: #8695b7;
  background: #2f4e93;
  background: -moz-linear-gradient(top,#2f4e93 0%,#1e3b7b 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2f4e93),color-stop(100%,#1e3b7b));
  background: -webkit-linear-gradient(top,#2f4e93 0%,#1e3b7b 100%);
  background: -o-linear-gradient(top,#2f4e93 0%,#1e3b7b 100%);
  background: -ms-linear-gradient(top,#2f4e93 0%,#1e3b7b 100%);
  background: linear-gradient(to bottom,#2f4e93 0%,#1e3b7b 100%);
}
.social_share_button.facebook_share_button.has_icon .button_td1 {
  background: url("/stat/new/images/blue/fb-icon-button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 10px 50%;
}
.social_share_button.email_share_button a {
  border-color: #ecb7d1;
  background: #f20476;
}
.social_share_button.email_share_button a:hover {
  border-color: #e2adc7;
  background: #e8006c;
}
.social_share_button.email_share_button.has_icon .button_td1 {
  background: url("/stat/new/images/blue//email-icon-button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 10px 50%;
}
.social_share_button.twitter_share_button a {
  border-color: #b6e1f2;
  background: #00a9e9;
  background: -moz-linear-gradient(top,#00a9e9 0%,#0090cf 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#00a9e9),color-stop(100%,#0090cf));
  background: -webkit-linear-gradient(top,#00a9e9 0%,#0090cf 100%);
  background: -o-linear-gradient(top,#00a9e9 0%,#0090cf 100%);
  background: -ms-linear-gradient(top,#00a9e9 0%,#0090cf 100%);
  background: linear-gradient(to bottom,#00a9e9 0%,#0090cf 100%);
}
.social_share_button.twitter_share_button a:hover {
  border-color: #acd7e8;
  background: #009fdf;
  background: -moz-linear-gradient(top,#009fdf 0%,#0086c5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#009fdf),color-stop(100%,#0086c5));
  background: -webkit-linear-gradient(top,#009fdf 0%,#0086c5 100%);
  background: -o-linear-gradient(top,#009fdf 0%,#0086c5 100%);
  background: -ms-linear-gradient(top,#009fdf 0%,#0086c5 100%);
  background: linear-gradient(to bottom,#009fdf 0%,#0086c5 100%);
}
.social_share_button.twitter_share_button.has_icon .button_td1 {
  background: url("/stat/new/images/blue/tw-icon-button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 10px 50%;
}
.social_share_button.copy_share_button a {
  border-color: #c7e0eb;
  background: #91d2ef;
  background: -moz-linear-gradient(top,#91d2ef 0%,#62badf 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#91d2ef),color-stop(100%,#62badf));
  background: -webkit-linear-gradient(top,#91d2ef 0%,#62badf 100%);
  background: -o-linear-gradient(top,#91d2ef 0%,#62badf 100%);
  background: -ms-linear-gradient(top,#91d2ef 0%,#62badf 100%);
  background: linear-gradient(to bottom,#91d2ef 0%,#62badf 100%);
}
.social_share_button.copy_share_button a:hover {
  border-color: #bdd6e1;
  background: #87c8e5;
  background: -moz-linear-gradient(top,#87c8e5 0%,#58b0d5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#87c8e5),color-stop(100%,#58b0d5));
  background: -webkit-linear-gradient(top,#87c8e5 0%,#58b0d5 100%);
  background: -o-linear-gradient(top,#87c8e5 0%,#58b0d5 100%);
  background: -ms-linear-gradient(top,#87c8e5 0%,#58b0d5 100%);
  background: linear-gradient(to bottom,#87c8e5 0%,#58b0d5 100%);
}
.social_share_button.copy_share_button.has_icon .button_td1 {
  background: url("/stat/new/images/blue/copy-icon-button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 10px 50%;
}
.social_share_button.tumblr_share_button a {
  border-color: #b1bfc9;
  background: #476c89;
  background: -moz-linear-gradient(top,#476c89 0%,#305069 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#476c89),color-stop(100%,#305069));
  background: -webkit-linear-gradient(top,#476c89 0%,#305069 100%);
  background: -o-linear-gradient(top,#476c89 0%,#305069 100%);
  background: -ms-linear-gradient(top,#476c89 0%,#305069 100%);
  background: linear-gradient(to bottom,#476c89 0%,#305069 100%);
}
.social_share_button.tumblr_share_button a:hover {
  border-color: #b1bfc9 -c 10;
  background: #3d627f;
  background: -moz-linear-gradient(top,#3d627f 0%,#26465f 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3d627f),color-stop(100%,#26465f));
  background: -webkit-linear-gradient(top,#3d627f 0%,#26465f 100%);
  background: -o-linear-gradient(top,#3d627f 0%,#26465f 100%);
  background: -ms-linear-gradient(top,#3d627f 0%,#26465f 100%);
  background: linear-gradient(to bottom,#3d627f 0%,#26465f 100%);
}
.social_share_button.tumblr_share_button.has_icon .button_td1 {
  background: url("/stat/new/images/blue/tumblr-icon-button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 10px 50%;
}
.social_share_button.vk_share_button a {
  border-color: #b1bfc9;
  background: #5f85ac;
  background: -moz-linear-gradient(top,#5f85ac 0%,#365d87 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5f85ac),color-stop(100%,#365d87));
  background: -webkit-linear-gradient(top,#5f85ac 0%,#365d87 100%);
  background: -o-linear-gradient(top,#5f85ac 0%,#365d87 100%);
  background: -ms-linear-gradient(top,#5f85ac 0%,#365d87 100%);
  background: linear-gradient(to bottom,#5f85ac 0%,#365d87 100%);
}
.social_share_button.vk_share_button a:hover {
  border-color: #a7b5bf;
  background: #557ba2;
  background: -moz-linear-gradient(top,#557ba2 0%,#2c537d 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#557ba2),color-stop(100%,#2c537d));
  background: -webkit-linear-gradient(top,#557ba2 0%,#2c537d 100%);
  background: -o-linear-gradient(top,#557ba2 0%,#2c537d 100%);
  background: -ms-linear-gradient(top,#557ba2 0%,#2c537d 100%);
  background: linear-gradient(to bottom,#557ba2 0%,#2c537d 100%);
}
.social_share_button.vk_share_button.has_icon .button_td1 {
  background: url("/stat/new/images/blue/vk-icon-button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 10px 50%;
}
.social_share_button.small a {
  padding: 0 25px;
}
.social_share_button.small a .button_td1 {
  font-size: 14px;
  height: 30px;
}
.social_share_button.small.has_icon a {
  padding: 0 15px 0 0;
}
.social_share_button.small.has_icon a .button_td1 {
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  padding-left: 40px;
}
.social_share_button.large a {
  padding: 0 30px;
}
.social_share_button.large a .button_td1 {
  font-size: 17px;
  height: 40px;
}
.social_share_button.extra-large a {
  padding: 0 35px;
}
.social_share_button.extra-large a .button_td1 {
  font-size: 20px;
  height: 54px;
}
.social_share_button.has_icon a {
  padding: 0 20px 0 0;
}
.social_share_button.has_icon a .button_td1 {
  padding-left: 50px;
}
.social_share_button.has_icon a .button_td2 {
  width: 1px;
}
*[dir="rtl"] .buttonwrapper.new_version button table {
  direction: rtl;
}
*[dir="rtl"] .buttonwrapper.new_version button em,
*[dir="rtl"] .buttonwrapper.new_version button span {
  color: white;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  float: none !important;
  background: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}
*[dir="rtl"] .buttonwrapper.new_version button.small {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.small .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.small .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0px 10px;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.medium {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.medium .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.medium .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0px 10px;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.large {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.large .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.large .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0px 15px;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.extra_large {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.extra_large .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.extra_large .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0px 15px;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.extra_extra_large {
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.extra_extra_large .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.extra_extra_large .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0px 15px;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.new_version_rounded .button_td2 {
  -webkit-transform: skew(-32deg);
  -moz-transform: skew(-32deg);
  -ms-transform: skew(-32deg);
  -o-transform: skew(-32deg);
  transform: skew(-32deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.core-style table {
  direction: rtl;
}
*[dir="rtl"] .buttonwrapper.new_version button.core-style .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.core-style .button_td2 {
  background: url("/stat/new/images/blue/action/more-new.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0px 15px;
  -webkit-transform: skew(-32deg);
  -moz-transform: skew(-32deg);
  -ms-transform: skew(-32deg);
  -o-transform: skew(-32deg);
  transform: skew(-32deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.core-style.arrow-style-2 .button_td2 {
  background: url("/stat/new/images/do_blue/arrow-style-2.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0 50%;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .buttonwrapper.new_version button.large.sign-fb-petition-button.fb_sign {
  padding: 0 0 0 35px;
}
*[dir="rtl"] .buttonwrapper.new_version button.large.sign-fb-petition-button.fb_sign .button_td1 {
  background-position-x: 50px;
  padding: 0 50px 0 0;
}
*[dir="rtl"] .buttonwrapper.new_version button.large.sign-fb-petition-button.fb_sign .button_td2 {
  background-position-x: left;
}
*[dir="rtl"] .buttonwrapper.new_version button.janrain-done-button {
  margin-right: 0px;
}
*[dir="rtl"] .buttonwrapper.new_version button.janrain-done-button .button_td1 {
  background: url("/stat/new/images/blue/janrain-done-button.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
}
*[dir="rtl"] .buttonwrapper.new_version button.janrain-done-button .button_td2 {
  background: url("/stat/new/images/blue/janrain-done-button.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
}
*[dir="rtl"] .buttonwrapper.new_version button.janrain-share {
  margin-right: 15px;
  margin-left: 15px;
}
*[dir="rtl"] .buttonwrapper.new_version button.janrain-share .button_td1 {
  background: url("/stat/new/images/blue/janrain-share-button.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left top transparent;
}
*[dir="rtl"] .buttonwrapper.new_version button.janrain-share .button_td2 {
  background: url("/stat/new/images/blue/janrain-share-button.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right top transparent;
}
*[dir="rtl"] .social_share_button a {
  direction: rtl;
  -webkit-transform: skew(18deg);
  -moz-transform: skew(18deg);
  -ms-transform: skew(18deg);
  -o-transform: skew(18deg);
  transform: skew(18deg);
}
*[dir="rtl"] .social_share_button a .button_td1 {
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
}
*[dir="rtl"] .social_share_button a .button_td2 {
  background: url("/stat/new/images/blue/more-non-transform-rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0 50%;
  -webkit-transform: skew(-18deg);
  -moz-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  -o-transform: skew(-18deg);
  transform: skew(-18deg);
  direction: rtl;
}
*[dir="rtl"] .social_share_button.vk_share_button.has_icon .button_td1,
*[dir="rtl"] .social_share_button.tumblr_share_button.has_icon .button_td1,
*[dir="rtl"] .social_share_button.copy_share_button.has_icon .button_td1,
*[dir="rtl"] .social_share_button.twitter_share_button.has_icon .button_td1,
*[dir="rtl"] .social_share_button.email_share_button.has_icon .button_td1,
*[dir="rtl"] .social_share_button.facebook_share_button.has_icon .button_td1 {
  background-position: 95% 50%;
}
*[dir="rtl"] .social_share_button.small.has_icon a {
  padding: 0 0 0 15px;
}
*[dir="rtl"] .social_share_button.small.has_icon a .button_td1 {
  padding-right: 40px;
  padding-left: 0;
}
*[dir="rtl"] .social_share_button.has_icon a {
  padding: 0 0 0 20px;
}
*[dir="rtl"] .social_share_button.has_icon a .button_td1 {
  padding-right: 50px;
  padding-left: 0;
}
button.doublepink,
#amount_container button.doublepink {
  border-color: #f794c4;
  box-shadow: 0px 0px 0px 3px #f8bcda;
}

/*  new/css/blue/ribbon.less  */
.pink-ribbon-gradient {
  background: #e40272;
  background: -moz-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fc6c9b),color-stop(100%,#e40272));
  background: -webkit-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: -o-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: -ms-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: linear-gradient(left,#fc6c9b 0%,#e40272 100%);
}
.blue-ribbon-gradient {
  background: #00adef;
  background: -moz-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#6bbede),color-stop(100%,#1daadf));
  background: -webkit-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: -o-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: -ms-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: linear-gradient(left,#6bbede 0%,#1daadf 100%);
}
.brow-ribbon-gradient {
  background: #505050;
}
.pink-ribbon-gradient-rtl {
  background: #e40272;
  background: -moz-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e40272),color-stop(100%,#fc6c9b));
  background: -webkit-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: -o-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: -ms-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: linear-gradient(left,#e40272 0%,#fc6c9b 100%);
}
.blue-ribbon-gradient-rtl {
  background: #00adef;
  background: -moz-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#1daadf),color-stop(100%,#6bbede));
  background: -webkit-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: -o-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: -ms-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: linear-gradient(left,#1daadf 0%,#6bbede 100%);
}
.transform-right {
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
.transform-left {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
}
div .title-ribbon {
  position: absolute;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  background: #00ADEF;
  padding-right: 13px;
  margin-top: 8px;
  margin-right: 19px;
  margin-left: 6px;
  height: 31px;
  z-index: 4;
}
div .title-ribbon:after {
  content: " ";
  width: 11px;
  height: 22px;
  position: absolute;
  top: 100%;
  left: 4px;
  background: url("/stat/new/images/blue/action/ribbon_blue.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom left;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
}
div .title-ribbon h2.title,
div .title-ribbon a.title {
  padding: 6px 8px 7px 19px;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  color: white;
  min-width: 80px;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  background: none;
}
div .title-ribbon h2.title a {
  color: white;
}
div[class *= "block-feature"] .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-blue-focus.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
div[class *= "block-feature"].block-pink .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-pink-focus.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
.section-home div .title-ribbon {
  background: #00adef;
  background: -moz-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#6bbede),color-stop(100%,#1daadf));
  background: -webkit-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: -o-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: -ms-linear-gradient(left,#6bbede 0%,#1daadf 100%);
  background: linear-gradient(left,#6bbede 0%,#1daadf 100%);
}
.section-home div .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-blue.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom left;
}
body[class *= "20mm"] .title-ribbon,
body[class *= "petition"] .title-ribbon {
  margin-top: 0;
}
.section-home .block-pink .title-ribbon,
.block-pink .title-ribbon {
  background: #e40272;
  background: -moz-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fc6c9b),color-stop(100%,#e40272));
  background: -webkit-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: -o-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: -ms-linear-gradient(left,#fc6c9b 0%,#e40272 100%);
  background: linear-gradient(left,#fc6c9b 0%,#e40272 100%);
}
.section-home .block-pink .title-ribbon:after,
.block-pink .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-pink.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
.block-brown .title-ribbon {
  background: #505050;
}
.block-brown .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_brown.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom left;
}
.block .photo-ribbon {
  position: absolute;
  margin-left: 8px;
  background: url("/stat/new/images/blue/bg_block_photoribbon.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  width: 94px;
  height: 94px;
}
.block.block-photo-ribbon .content {
  padding-top: 10px;
  background: url("/stat/new/images/blue/ribbon_tl-lw-blue.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 91px top;
}
.block.block-photo-ribbon .photowrap {
  float: left;
  width: 81px;
  height: 69px;
}
.block-photo-head .content,
.block-photo-ribbon .content,
.block-ribbontitle .content {
  padding-left: 11px;
}
.block-ribbontitle-do .title-ribbon-do {
  position: absolute;
  height: 31px;
  padding-right: 13px;
  margin-left: 6px;
  background: #00AEEF;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  float: left;
  z-index: 4;
}
.block-ribbontitle-do .title-ribbon-do .title {
  padding: 6px 8px 7px 19px;
  color: white;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  min-width: 70px;
  background: none;
}
.block-ribbontitle-do .title-ribbon-do-left {
  margin-top: 30px;
  margin-left: 0px;
  float: left;
  border-top: 22px solid #0089bd;
  border-left: 10px solid transparent;
  width: 0;
  height: 0;
  position: absolute;
  z-index: 4;
}
.block-ribbontitle-do .content {
  background: none;
}
.node .block-ribbontitle .title-ribbon {
  margin-left: 11px;
  _margin-right: 9px;
}
.node .block-ribbontitle .title-ribbon:after {
  left: 4px;
}
.node .block-ribbontitle .content {
  padding: 0px;
  padding-left: 11px;
}
.lightbox_all .title-ribbon-middle {
  float: left;
  background: url("/stat/new/images/blue/title-ribbon-middle-sub.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  padding: 0 0 30px 15px;
  overflow: hidden;
  margin: -12px 0 -12px -16px;
  position: relative;
}
.lightbox_all .title-ribbon-middle h1,
.lightbox_all .title-ribbon-middle h2 {
  float: left;
  color: #fff;
  border-bottom: none;
  padding: 0 45px 0 15px;
  font: normal 24px/1.75 "archivo_narrowbold", sans-serif;
  background: url("/stat/new/images/blue/title-ribbon-middle-main.png/dbdc7a4aac81f9ea903c4e2329314e11") 100% 0 no-repeat;
  text-transform: uppercase;
  max-width: 470px;
}
.lightbox_all .address_book_container .title-ribbon-middle {
  margin: -11px 0 -11px -25px;
}
*[dir="rtl"] div .title-ribbon {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  padding-right: 0;
  padding-left: 13px;
  margin-right: 6px;
  margin-left: 19px;
}
*[dir="rtl"] div .title-ribbon:after {
  left: auto;
  right: 4px;
  background: url("/stat/new/images/blue/action/ribbon_blue.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom right;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
*[dir="rtl"] div .title-ribbon h2.title,
*[dir="rtl"] div .title-ribbon a.title {
  padding: 6px 19px 7px 8px;
  background: none;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
*[dir="rtl"] .section-home div .title-ribbon {
  background: #00adef;
  background: -moz-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#1daadf),color-stop(100%,#6bbede));
  background: -webkit-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: -o-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: -ms-linear-gradient(left,#1daadf 0%,#6bbede 100%);
  background: linear-gradient(left,#1daadf 0%,#6bbede 100%);
}
*[dir="rtl"] .section-home div .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-blue.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom right;
}
*[dir="rtl"] .section-home .block-pink .title-ribbon,
*[dir="rtl"] .block-pink .title-ribbon {
  background: #e40272;
  background: -moz-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e40272),color-stop(100%,#fc6c9b));
  background: -webkit-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: -o-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: -ms-linear-gradient(left,#e40272 0%,#fc6c9b 100%);
  background: linear-gradient(left,#e40272 0%,#fc6c9b 100%);
}
*[dir="rtl"] .section-home .block-pink .title-ribbon:after,
*[dir="rtl"] .block-pink .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-pink.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
}
*[dir="rtl"] .block-brown .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_brown.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom right;
}
*[dir="rtl"] div[class *= "block-feature"] .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-blue-focus.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
}
*[dir="rtl"] div[class *= "block-feature"].block-pink .title-ribbon:after {
  background: url("/stat/new/images/blue/ribbon_bl-uw-pink-focus.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
}
*[dir="rtl"] .block-ribbontitle-do .title-ribbon-do {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  padding-right: 0;
  padding-left: 13px;
  margin-right: 6px;
  margin-left: 0px;
}
*[dir="rtl"] .block-ribbontitle-do .title-ribbon-do .title {
  padding: 6px 19px 7px 8px;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
}
*[dir="rtl"] .block-ribbontitle-do .title-ribbon-do-left {
  border-right: 10px solid transparent;
  border-left: none;
}
*[dir="rtl"] .block .photo-ribbon {
  margin: 0;
  padding-right: 8px;
  background-image: url("/stat/new/images/blue/bg_block_photoribbon.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11");
  background-position: top left;
}
*[dir="rtl"] .block-photo-ribbon .content {
  background-image: url("/stat/new/images/blue/ribbon_tl-lw-blue.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11");
  background-position: 196px top;
}
*[dir="rtl"] .block-photo-ribbon .photowrap {
  float: right;
}
*[dir="rtl"] .block-photo-head .content,
*[dir="rtl"] .block-photo-ribbon .content,
*[dir="rtl"] .block-ribbontitle .content {
  padding-left: 0;
  padding-right: 11px;
}
body.c20mm #block_lightbox_20mm .welcome_popup .ribbon_triangle_lightbox {
  width: 0;
  height: 0;
  border-top: 27px solid #0f7ea8;
  border-left: 12px solid transparent;
  margin-top: 29px;
  float: left;
  display: none;
}
body.c20mm #block_lightbox_20mm .welcome_popup .ribbon_title_lightbox {
  float: left;
}
body.c20mm #block_lightbox_20mm .welcome_popup .ribbon_title_lightbox .title-ribbon {
  min-width: 100px;
  height: 31px;
  box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  border: none;
  margin-left: 7px;
  background: #00adef;
}
body.c20mm #block_lightbox_20mm .welcome_popup .ribbon_title_lightbox .title-ribbon .title {
  line-height: 29px;
  text-transform: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: white;
  padding: 1px 15px 1px 19px;
}
body.c20mm #block_lightbox_20mm .welcome_popup .lighbox_text_content .block-inner .title-ribbon {
  background: #00adef;
}

/*  new/css/blue/global.less  */
@charset "utf-8";
.width-full {
  width: 970px;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@font-face {
  font-family: 'archivo_narrowregular';
  src: url('/stat/new/images/blue/fonts/archivonarrow-regular-webfont.eot/dbdc7a4aac81f9ea903c4e2329314e11');
  src: url('/stat/new/images/blue/fonts/archivonarrow-regular-webfont.eot/dbdc7a4aac81f9ea903c4e2329314e11?#iefix') format('embedded-opentype'), url('/stat/new/images/blue/fonts/archivonarrow-regular-webfont.woff/dbdc7a4aac81f9ea903c4e2329314e11') format('woff'), url('/stat/new/images/blue/fonts/archivonarrow-regular-webfont.ttf/dbdc7a4aac81f9ea903c4e2329314e11') format('truetype'), url('/stat/new/images/blue/fonts/archivonarrow-regular-webfont.svg/dbdc7a4aac81f9ea903c4e2329314e11#archivo_narrowregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
a {
  color: #FF0099;
  text-decoration: none;
  font-weight: bold;
}
a :hover {
  text-decoration: underline;
}
a img {
  border: 0;
}
hr {
  display: none;
  height: 0;
}
div.divhr {
  width: 100%;
  height: 1px;
  background: transparent;
  border-top: 1px solid #d5d5d5;
}
.h1-css {
  font-size: xx-large;
  color: #FF0099;
  width: 396px;
  display: block;
  line-height: 38px;
}
.h2-css {
  font-size: large;
  color: #00ACEC;
}
.h3-css {
  font-size: large;
  color: #FF0099;
}
.clearfix {
  clear: both;
  overflow: hidden;
  font-size: 0;
  line-height: 0px;
  height: 0px;
}
html,
body {
  height: 100%;
}
body {
  background: white url("/stat/new/images/blue/bg.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-x;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #121F24;
}
#bgfocus {
  margin: 0 auto;
  width: 100%;
  height: 301px;
  background: url("/stat/new/images/blue/bg_focus.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center 126px;
}
#page {
  margin: -301px auto 0;
  width: 970px;
  text-align: left;
  min-height: 100%;
}
#header,
#focus-wrap,
#main {
  clear: both;
  width: 970px;
}
#header {
  height: 115px;
  overflow: hidden;
}
#header #logo {
  float: left;
  padding-left: 15px;
  width: 250px;
}
#header-blocks {
  float: right;
  width: 705px;
}
#header-top {
  background: url("/stat/new/images/blue/bg_header-top.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
  height: 57px;
}
#header-top #lang-select {
  float: right;
  padding: 5px 10px 0 0;
  width: 560px;
  height: 44px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 1.5em;
  _line-height: 1.4em;
}
#header-top #lang-select a {
  padding: 0.1em 6px;
  white-space: nowrap;
  color: #00ACEC;
  display: inline-block;
}
#header-top #lang-select .ar {
  font-size: 14px;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#header-top #lang-select .cs,
#header-top #lang-select .ct,
#header-top #lang-select .jp {
  font-weight: normal;
  font-size: 11px;
}
#header-top #lang-select .he {
  font-size: 11px;
}
#header-top #signup {
  float: right;
  background: url("/stat/new/images/blue/bg_header_signup.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  padding-right: 15px;
  width: 118px;
  height: 57px;
}
#header-top #signup a.link_createpetition {
  display: block;
  width: 118px;
  height: 44px;
  color: black;
  outline: 0;
  text-indent: -999em;
  cursor: pointer;
}
#header-top #signup a.link_actionsignup {
  display: block;
  background: url("/stat/new/images/blue/link_actionsignup.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  width: 118px;
  height: 44px;
  color: black;
  outline: 0;
  text-indent: -999em;
  cursor: pointer;
}
#header-top #signup a.link_actionsignup :hover {
  background-position: center left;
}
#header-top #signup a.active,
#header-top #signup a.active:hover {
  background-position: bottom left;
}
#header-top #signup.active {
  background: transparent;
}
#header-top #box-action-signup {
  position: absolute;
  z-index: 1000;
  width: 250px;
  margin-left: -158px;
}
#header-top #box-action-signup .content-top {
  background: url("/stat/new/images/blue/bg_box_actionsignup_content-top.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  width: 250px;
  height: 15px;
}
#header-top #box-action-signup .content-mid {
  background: url("/stat/new/images/blue/bg_box_actionsignup_content-mid.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y top left;
  width: 230px;
  padding: 0 10px;
}
#header-top #box-action-signup .content-btm {
  background: url("/stat/new/images/blue/bg_box_actionsignup_content-btm.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  width: 250px;
  height: 15px;
}
#header-top #box-action-signup #form-actionsignup {
  margin: 0;
  padding: 0;
}
#header-top #box-action-signup #form-actionsignup .container {
  padding: 4px 0;
}
#header-top #box-action-signup #form-actionsignup .container-inline {
  padding: 0;
}
#header-top #box-action-signup #form-actionsignup .textwrapper {
  background: url("/stat/new/images/blue/form_text-actionsignup.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
  padding-bottom: 3px;
  width: 215px;
}
#header-top #box-action-signup #form-actionsignup .text-postal {
  width: 108px;
}
#header-top #box-action-signup #form-actionsignup .form-submit {
  float: right;
  margin-right: 2px;
  background: url("/stat/new/images/blue/form_submit-actionsignup.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  border: 0;
  width: 34px;
  height: 22px;
  text-indent: -999em;
  cursor: pointer;
}
#header-top #box-action-signup #form-actionsignup .form-submit :hover {
  background-position: bottom left;
}
body.lang-ar #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_ar.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-cs #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_cs.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-ct #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_ct.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-de #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_de.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-en #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_en.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-es #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_es.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-fr #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_fr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-he #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_he.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-it #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_it.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-jp #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_jp.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-kr #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_kr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-nl #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_nl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-po #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_po.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-ru #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_ru.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-tr #header-top #signup a.link_actionsignup {
  background: url("/stat/new/images/blue/btn_joinavaaz_tr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
body.lang-ar #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_ar.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-de #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_de.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-en #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_en.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-es #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_es.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-fr #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_fr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-it #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_it.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-jp #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_jp.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-kr #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_kr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-po #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_po.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-ru #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_ru.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-tr #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_tr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-he #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_he.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-el #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_el.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-ro #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_ro.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-pl #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_pl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
body.lang-nl #header-top #signup a.link_createpetition {
  background: url("/stat/new/images/blue/btn_startpetition_nl.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: center top;
}
#lang-select,
.lang-select {
  font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
}
#lang-select .ar,
.lang-select .ar {
  font-size: 14px;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, sans-serif;
}
#lang-select .cs,
#lang-select .ct,
#lang-select .jp,
.lang-select .cs,
.lang-select .ct,
.lang-select .jp {
  font-weight: normal;
  font-size: 11px;
}
#lang-select .he,
.lang-select .he {
  font-size: 11px;
}
#header-btm {
  height: 58px;
}
#header-btm #nav {
  width: 721px;
  float: right;
  padding-top: 6px;
}
#header-btm #nav li {
  background: url("/stat/new/images/blue/li_nav.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center left;
  padding-left: 7px;
  padding-right: 5px;
}
#header-btm #nav li.first {
  background: transparent;
}
#header-btm #nav a {
  display: block;
  font-family: 'archivo_narrowregular', helvetica, arial, sans-serif;
  height: 38px;
  color: #FF0099;
  outline: 0;
  text-decoration: none;
  font-size: 19px;
  line-height: 38px;
  text-transform: uppercase;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
  background: url("/stat/new/images/blue/nav-hover.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat -9999px -9999px;
}
#header-btm #nav a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 7px;
  background: url("/stat/new/images/blue/nav-hover.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat -9999px -9999px;
}
#header-btm #nav li.active a,
#header-btm #nav a:hover {
  background-position: 0 100%;
}
#header-btm #nav li.active a:after,
#header-btm #nav a:hover:after {
  background-position: 100% 0;
}
#focus-wrap {
  background: #00A8E7 url("/stat/new/images/blue/bg_focuswrap.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom right;
  height: 433px;
  overflow: hidden;
  position: relative;
}
#focus-wrap #focus-mn {
  position: absolute;
  padding-top: 11px;
  width: 735px;
  height: 422px;
  background: url("/stat/new/images/blue/bg_focus-top.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
#focus-campaign-headline {
  overflow: hidden;
  height: 31px;
  padding-left: 23px;
  background: black url("/stat/new/images/blue/bg_focuscampaignheadline.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  font-size: 0.85em;
  position: relative;
}
#focus-campaign-headline a {
  display: block;
  margin-right: 140px;
  font-weight: bold;
  line-height: 31px;
  color: #00ACEC;
  outline: 0;
  overflow: hidden;
}
#focus-campaign-headline a :hover {
  text-decoration: none;
}
#focus-campaign-headline a :hover .action {
  color: white;
}
#focus-campaign-headline a strong {
  color: white;
  text-transform: uppercase;
}
#focus-campaign-headline a .action {
  color: #FF0099;
  font-weight: bold;
}
#focus-campaign-headline .ribbon_controls {
  position: absolute;
  right: 45px;
  top: 5px;
  text-align: right;
  width: 85px;
}
#focus-campaign-headline .ribbon_controls a {
  margin: 0;
  padding: 0 5px;
  display: inline;
  line-height: 6px !important;
  outline: 0 none;
}
#focus-campaign-headline .ribbon_controls a span {
  margin: 0;
  padding: 0 !important;
  background: transparent url("/stat/new/images/blue/arrows_pink_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat -12px 0px;
  width: 7px;
  height: 6px;
  text-indent: 9999px;
  display: inline-block !important;
  line-height: 6px !important;
}
#focus-campaign-headline .ribbon_controls a.next span {
  background-position: -19px 0;
}
#focus-campaign-headline .ribbon_controls span.count {
  font-weight: bold;
  margin: 0 5px;
  color: #fff;
}
#focus-photo-feature {
  width: 631px;
  height: 356px;
  padding: 35px 55px 0 49px;
  background: url("/stat/new/images/blue/bg_focusphotofeature.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom right;
}
#focus-photo-feature .wrap {
  width: 631px;
  height: 316px;
  overflow: hidden;
  position: relative;
}
.slideshow_controls {
  display: none;
}
#focus-sd {
  background: #FF0099 url("/stat/new/images/blue/bg_focussd.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  width: 220px;
  height: 433px;
  overflow: hidden;
  position: absolute;
  right: 15px;
}
#focus-sd .mid {
  background: url("/stat/new/images/blue/bg_focussd-mid.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom center;
  width: 220px;
  height: 16px;
}
#focus-sd .btm {
  background: url("/stat/new/images/blue/bg_focussd-btm.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom center;
  width: 220px;
  height: 26px;
}
#focus-sd #intro-text {
  position: relative;
  overflow: hidden;
  height: 239px;
  width: 220px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
#focus-sd #intro-text p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
}
#focus-sd #intro-text a {
  display: block;
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 10px;
  color: white;
  outline: 0;
}
#focus-sd #intro-text a :hover {
  text-decoration: none;
}
#focus-sd #intro-text a img {
  padding-bottom: 0.2em;
}
#focus-sd #action-avaaz {
  overflow: hidden;
  padding-left: 10px;
  width: 210px;
  height: 152px;
  color: black;
  font-size: 12px;
}
#focus-sd #action-avaaz #member-counter {
  padding-right: 10px;
}
#focus-sd #action-avaaz #member-counter p {
  margin-top: 0;
  line-height: 1.2em;
}
#focus-sd #action-avaaz #member-counter p strong {
  font-size: 37px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1px;
  color: white;
}
#focus-sd #action-avaaz #form-signup {
  margin: 0;
  padding-right: 1px;
}
#focus-sd #action-avaaz #form-signup h2.title {
  padding-bottom: 0;
}
#focus-sd #action-avaaz #form-signup .container-inline {
  margin-top: -5px;
  background: url("/stat/new/images/blue/bg_form_signup.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right center;
  padding-top: 12px;
  padding-bottom: 0;
  height: 34px;
}
#focus-sd #action-avaaz #form-signup .textwrapper {
  float: left;
  width: 157px;
  height: 19px;
  background: #EFEFEF;
}
#focus-sd #action-avaaz #form-signup .form-text {
  font-size: 11px;
}
#focus-sd #action-avaaz #form-signup .form-submit {
  _float: left;
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: -266px -167px;
  border: 0;
  width: 30px;
  height: 22px;
  text-indent: -999em;
  cursor: pointer;
  outline: 0;
}
#focus-sd #action-avaaz #form-signup .form-submit :hover {
  background-position: -266px -189px;
}
#main {
  background: url("/stat/new/images/blue/bg_main.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat left 11px;
  padding-bottom: 212px;
  overflow: auto;
}
#main-inner {
  float: left;
  background: url("/stat/new/images/blue/bg_maininner.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat left 186px;
  padding-bottom: 50px;
}
#main-content {
  clear: both;
  float: left;
  width: 655px;
}
#content-header {
  background: url("/stat/new/images/blue/bg_focus-top.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
  padding-top: 11px;
  padding-left: 23px;
  height: 111px;
  overflow: hidden;
}
#content-header h2.section-title,
#content-header .breadcrumb {
  float: left;
  margin: 9px 0 0;
  padding: 0;
  line-height: 33px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #121F24;
}
#content-header h2.section-title a,
#content-header .breadcrumb a {
  padding: 0 0.2em;
  color: #086992;
}
#content-header .breadcrumb {
  padding-left: 16px;
  background: url("/stat/new/images/blue/bg_breadcrumb.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center left;
}
#content-header .section-intro {
  clear: both;
  position: relative;
  margin-top: -3px;
  font-weight: bold;
  font-size: 19px;
  line-height: 1em;
  color: white;
}
#content-body {
  clear: both;
  padding-top: 10px;
  background: url("/stat/new/images/blue/bg_contentbody.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 15px top;
}
.one_column #content-body {
  background-image: none;
}
#main-sidebar {
  float: right;
  width: 315px;
}
#secondary-nav {
  margin-bottom: 30px;
  width: 300px;
  min-height: 185px;
  background: url("/stat/new/images/blue/bg_secondarynav.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y top left;
  border-bottom: 1px solid #B90567;
  color: white;
}
#secondary-nav h2.title {
  padding: 0 0 0 24px;
  background: url("/stat/new/images/blue/bg_secondarynav_title.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  line-height: 40px;
}
#secondary-nav ul {
  float: left;
  width: 299px;
  margin: 0;
  padding: 8px 0 10px;
  list-style-type: none;
}
#secondary-nav li {
  clear: both;
  margin: 0;
  padding: 0;
  background: url("/stat/new/images/blue/bg_secondarynav_li.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top center;
  font-size: 1em;
  line-height: 1em;
  _font-size: 0;
  _line-height: 0;
}
#secondary-nav li ul {
  padding: 0 0 0.6em 24px;
  width: 275px;
  _padding-bottom: 5px;
}
#secondary-nav li li {
  background: transparent;
  font-size: 0.9em;
  line-height: 1em;
  _font-size: 1em;
  _line-height: 1em;
}
#secondary-nav li li a {
  padding-top: 3px;
  padding-bottom: 3px;
  background-position: 13px 0.5em;
  _font-size: 13px;
  _line-height: 1em;
}
#secondary-nav li.first {
  background: transparent;
}
#secondary-nav li a:hover,
#secondary-nav li.active a,
#secondary-nav li.active li a:hover,
#secondary-nav li.active li.active a {
  text-decoration: underline;
}
#secondary-nav li a,
#secondary-nav li.active li a {
  text-decoration: none;
}
#secondary-nav a {
  display: block;
  padding: 7px 0 8px 24px;
  background: url("/stat/new/images/blue/li_secondarynav.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 13px 0.8em;
  color: white;
  outline-color: #fc8dc4;
  _padding: 0 0 0 24px;
  _font-size: 14px;
  _line-height: 2em;
}
#secondary-nav .sd {
  float: right;
  width: 1px;
  height: 145px;
  background: url("/stat/new/images/blue/bg_secondarynav_sd.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
#footer {
  clear: both;
  background: #121F24;
  text-align: left;
  padding-bottom: 70px;
  font-size: 0.85em;
  color: #999;
  margin-top: -212px;
  height: 142px;
  position: relative;
}
#footer .start-a-petition-plus-image {
  float: right;
  margin-left: -3px;
  position: relative;
  top: -2px;
}
#footer-inner {
  margin: 0 auto;
  width: 970px;
  padding-top: 26px;
}
#nav-footer {
  float: left;
  padding-left: 13px;
  padding-right: 17px;
  width: 605px;
}
#nav-footer li {
  border-right: 1px solid #666;
  line-height: 1.4em;
}
#nav-footer li.last {
  border-right: 0;
}
#nav-footer a {
  color: #FF0099;
  padding: 0.1em 10px;
}
.rtl #nav-footer {
  float: left;
  padding-right: 10px;
  padding-left: 20px;
  width: 605px;
}
.rtl #nav-footer li {
  line-height: 1.4em;
}
.rtl #nav-footer li.last {
  border-right: 0;
}
.rtl #nav-footer a {
  color: #FF0099;
  padding: 0.1em 10px;
}
#share-links {
  float: left;
  padding-left: 20px;
  padding-right: 15px;
  width: 205px;
  color: #00ACEC;
}
#share-links p {
  float: left;
  margin: 0;
  padding: 0;
}
#share-links li {
  border-right: 1px solid #666;
  padding: 0 6px;
}
#share-links li.last {
  border-right: 0;
}
#share-links a {
  display: block;
  background: no-repeat top left;
  height: 23px;
  width: 24px;
  color: #FF0099;
  text-decoration: none;
  text-indent: -999em;
  outline: 0;
}
#share-links a.fb {
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: 0px 0px;
}
#share-links a.fb :hover {
  background-position: 0px -23px;
}
#share-links a.tw {
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: -24px 0px;
}
#share-links a.tw :hover {
  background-position: -24px -23px;
}
#logo-footer {
  float: right;
  padding-right: 14px;
  padding-left: 14px;
  padding-top: 3px;
}
#footer-message {
  clear: both;
  padding-right: 15px;
  padding-left: 23px;
  padding-top: 5em;
  font-size: 10px;
  line-height: 1.2em;
}
#footer-message img {
  vertical-align: middle;
  margin-top: -4px;
  padding: 0px;
}
.rtl #footer-message {
  clear: both;
  padding-right: 17px;
  padding-left: 23px;
  padding-top: 5em;
  font-size: 10px;
  line-height: 1.2em;
}
.rtl #footer-message img {
  vertical-align: middle;
  margin-top: -4px;
  padding: 0px;
}
div.cc_ico {
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll;
  background-position: -53px -3px;
  display: inline;
  padding-bottom: 5px;
  padding-left: 10px;
}
div.cc_text {
  display: inline;
  padding-left: 5px;
}
div.logo-footer-img {
  width: 65px;
  height: 17px;
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll;
  background-position: -72px 0px;
}
.block h2.title {
  padding: 0;
  line-height: 1em;
}
.block .content {
  width: 300px;
}
.block .content-top {
  background: #f1f1f1;
  background: -moz-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e4e4e4),color-stop(22%,#f1f1f1),color-stop(62%,#f1f1f1),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -o-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -ms-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: linear-gradient(to right,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  border-right: 1px solid #d6d6d6;
  height: 15px;
  width: 300px;
  font-size: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block .content-mid {
  background: #f1f1f1;
  background: -moz-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e4e4e4),color-stop(22%,#f1f1f1),color-stop(62%,#f1f1f1),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -o-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -ms-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: linear-gradient(to right,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  border-right: 1px solid #d6d6d6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  padding: 0 10px;
  font-size: 0.85em;
  line-height: 1.2em;
}
.block .content-btm {
  background: #f1f1f1;
  background: -moz-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#e4e4e4),color-stop(22%,#f1f1f1),color-stop(62%,#f1f1f1),color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -o-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: -ms-linear-gradient(left,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  background: linear-gradient(to right,#e4e4e4 0%,#f1f1f1 22%,#f1f1f1 62%,#e5e5e5 100%);
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  height: 15px;
  width: 300px;
  font-size: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-sidebar .block {
  margin: 0px 0 45px;
}
#main-sidebar .block-ribbontitle,
#main-sidebar .block-form {
  margin-left: -11px;
  _margin-left: 0;
}
#main-sidebar .row-first {
  margin-top: 0;
}
#main-sidebar .fixed_height {
  height: 180px;
}
#main-sidebar .nav {
  height: 1px;
  padding: 0;
  width: 280px;
  border-bottom: 1px solid #D5D5D5;
  padding-top: 5px;
  margin-right: 10px;
  margin-bottom: 30px;
}
.block-ribbontitle .block-inner .content:before {
  left: 15px;
}
.block-ribbontitle .content-top {
  background: #dfdfdf;
  background: -moz-linear-gradient(top,#dfdfdf 0%,#d8d8d8 40%,#c3c4c5 96%,#c3c4c5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#dfdfdf),color-stop(40%,#d8d8d8),color-stop(96%,#c3c4c5),color-stop(100%,#c3c4c5));
  background: -webkit-linear-gradient(top,#dfdfdf 0%,#d8d8d8 40%,#c3c4c5 96%,#c3c4c5 100%);
  background: -o-linear-gradient(top,#dfdfdf 0%,#d8d8d8 40%,#c3c4c5 96%,#c3c4c5 100%);
  background: -ms-linear-gradient(top,#dfdfdf 0%,#d8d8d8 40%,#c3c4c5 96%,#c3c4c5 100%);
  background: linear-gradient(to bottom,#dfdfdf 0%,#d8d8d8 40%,#c3c4c5 96%,#c3c4c5 100%);
  height: 28px;
  position: relative;
  z-index: 3;
}
.block-ribbontitle .content-top:before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 26px;
  left: 0px;
  height: 2px;
  width: 90px;
  -webkit-box-shadow: 0 9px 6px #000000;
  -moz-box-shadow: 0 9px 6px #000000;
  box-shadow: 0 9px 6px #000000;
  -webkit-transform: rotate(-3deg) skew(13deg);
  -moz-transform: rotate(-3deg) skew(13deg);
  -ms-transform: rotate(-3deg) skew(13deg);
  -o-transform: rotate(-3deg) skew(13deg);
  transform: rotate(-3deg) skew(13deg);
}
.block-ribbontitle .content-mid {
  padding-top: 18px;
}
.block-style-1 {
  position: relative;
  margin-top: -6px;
  background: url("/stat/new/images/blue/bg_block1.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
.block-style-1 .block-inner {
  padding-top: 6px;
}
.block-style-1 .content-top {
  background-image: url("/stat/new/images/blue/bg_block-top1.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.block-style-1 .content-mid {
  background: transparent;
}
.block-style-1 .content-btm {
  background: transparent;
}
.block-style-2 .content {
  position: relative;
  margin-bottom: 10px;
}
.block-style-2 .content:before,
.block-style-2 .content:after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 5px;
  width: 50%;
  height: 30px;
  max-width: 300px;
  -webkit-box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-3deg) skew(-7deg);
  -moz-transform: rotate(-3deg) skew(-7deg);
  -ms-transform: rotate(-3deg) skew(-7deg);
  -o-transform: rotate(-3deg) skew(-7deg);
  transform: rotate(-3deg) skew(-7deg);
}
.block-style-2 .content:after {
  right: 5px;
  left: auto;
  -webkit-transform: rotate(3deg) skew(7deg);
  -moz-transform: rotate(3deg) skew(7deg);
  -ms-transform: rotate(3deg) skew(7deg);
  -o-transform: rotate(3deg) skew(7deg);
  transform: rotate(3deg) skew(7deg);
}
.block-style-2 .content-top {
  border-right-color: #dbdbdb;
  box-shadow: -5px 0 5px -5px rgba(119,119,119,0.7);
  background: #eeeeee;
  background: -moz-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(50%,#e4e5e5),color-stop(100%,#e9e9e9),color-stop(100%,#f7f8f8),color-stop(100%,#f7f8f8),color-stop(100%,#d2d3d4));
  background: -webkit-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -o-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -ms-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: linear-gradient(to bottom,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
}
.block-style-2 .content-mid {
  box-shadow: -5px 0 5px -5px rgba(119,119,119,0.7);
  padding-top: 18px;
  background: #f7f8f8;
  background: -moz-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ffffff),color-stop(60%,#ffffff),color-stop(100%,#f7f8f8),color-stop(100%,#f7f8f8),color-stop(100%,#207cca));
  background: -webkit-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -o-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -ms-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: linear-gradient(to right,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  border-right-color: #f0f1f1;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 2;
}
.block-style-2 .content-btm {
  background: transparent;
  display: none;
}
.block-style-2-wide {
  width: 655px;
}
.block-style-2-wide .content {
  position: relative;
  margin-bottom: 10px;
}
.block-style-2-wide .content:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 5px;
  width: 50%;
  height: 30px;
  max-width: 500px;
  -webkit-box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  -webkit-transform: rotate(-2deg) skew(-10deg);
  -moz-transform: rotate(-2deg) skew(-10deg);
  -ms-transform: rotate(-2deg) skew(-10deg);
  -o-transform: rotate(-2deg) skew(-10deg);
  transform: rotate(-2deg) skew(-10deg);
}
.block-style-2-wide .content:after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 50%;
  height: 30px;
  max-width: 500px;
  right: 5px;
  -webkit-box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  -moz-box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  box-shadow: 0 9px 7px rgba(0,0,0,0.7);
  -webkit-transform: rotate(2deg) skew(10deg);
  -moz-transform: rotate(2deg) skew(10deg);
  -ms-transform: rotate(2deg) skew(10deg);
  -o-transform: rotate(2deg) skew(10deg);
  transform: rotate(2deg) skew(10deg);
}
.block-style-2-wide .content-top {
  border-right-color: #dbdbdb;
  box-shadow: -5px 0 5px -5px rgba(119,119,119,0.7);
  background: #eeeeee;
  background: -moz-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(50%,#e4e5e5),color-stop(100%,#e9e9e9),color-stop(100%,#f7f8f8),color-stop(100%,#f7f8f8),color-stop(100%,#d2d3d4));
  background: -webkit-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -o-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -ms-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: linear-gradient(to bottom,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
}
.block-style-2-wide .content-mid {
  box-shadow: -5px 0 5px -5px rgba(119,119,119,0.7);
  padding-top: 18px;
  background: #f7f8f8;
  background: -moz-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ffffff),color-stop(60%,#ffffff),color-stop(100%,#f7f8f8),color-stop(100%,#f7f8f8),color-stop(100%,#207cca));
  background: -webkit-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -o-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -ms-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: linear-gradient(to right,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  border-right-color: #f0f1f1;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 2;
  padding-bottom: 15px;
}
.block-style-2-wide .content-btm {
  background: transparent;
  display: none;
}
.block-feature {
  padding-left: 4px;
  padding-right: 0;
  margin-bottom: 3em;
  width: 651px;
  overflow: hidden;
  background: url("/stat/new/images/blue/bg_contentbody_block.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 11px 306px;
}
.block-feature .block-inner {
  padding-right: 20px;
  padding-bottom: 1em;
  background: url("/stat/new/images/blue/bg_contentbody_block-btm.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat -4px bottom;
}
.block-feature .content {
  width: 600px;
  padding-left: 21px;
  padding-right: 10px;
}
.block-features {
  padding-left: 4px;
  padding-right: 0;
  margin-bottom: 3em;
  width: 651px;
  background: url("/stat/new/images/blue/bg_contentbody_block2.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 11px 306px;
}
.block-features .block-inner {
  padding-right: 20px;
  padding-bottom: 1em;
  background: url("/stat/new/images/blue/bg_contentbody_block-btm2.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat -4px bottom;
}
.block-features .content {
  width: 620px;
  padding-left: 11px;
  padding-right: 0;
}
.block-features .feature {
  clear: both;
  padding: 15px 10px;
  font-size: 12px;
  line-height: 1.4em;
}
.block-features .feature .h3a {
  text-decoration: none;
  color: #000000;
}
.block-features .feat-first {
  padding-top: 0;
  font-size: 13px;
  line-height: 1.4em;
}
.block-features .feat-first h3.headline {
  padding: 0.8em 0;
  font-size: 24px;
  line-height: 1.1em;
}
.block-features .feat-first .photo-head {
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 1.5em;
}
.block-features .feat-first .map {
  clear: both;
  float: left;
  padding-right: 10px;
}
.block-features .first-last {
  padding-bottom: 0;
}
.block-features .feat-style-1 .feature-content {
  float: left;
  width: 370px;
}
.block-features .feat-style-1 .photo-head {
  padding-bottom: 0.8em;
  padding-right: 15px;
}
.block-features .feat-style-1 .map {
  float: left;
  padding-bottom: 0.8em;
}
.block-features .feat-style-1 h3.headline {
  clear: both;
}
.block-features .feat-style-2 h3.headline {
  padding-top: 0.2em;
}
.block-features .feat-style-2 .photo-head {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.block-features .feat-style-2 .map {
  float: right;
  padding-left: 10px;
}
.block-features h3.headline {
  font-size: 20px;
  line-height: 1.1em;
}
.block-features .photo-head {
  float: left;
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 1em;
}
.block-features .map {
  padding-top: 0.3em;
}
.block-features .international-coverage {
  float: right;
  margin-left: 10px;
  border-left: 1px solid #D5D5D5;
  padding-left: 9px;
  padding-right: 0;
  width: 210px;
  font-size: 12px;
  line-height: 1.4em;
}
.block-features .international-coverage h2 {
  padding: 1em 0 2em;
  font-size: 11px;
  line-height: 1.2em;
}
.padding-right-0 {
  padding-right: 0px;
}
.padding-right-10 {
  padding-right: 10px;
}
.photo-block {
  float: left;
  width: 185px;
  height: 170px;
  padding-right: 10px;
  padding-bottom: 24px;
}
.photo-block .photo-content {
  padding-bottom: 12px;
  padding-top: 8px;
}
.photo-block .photo-content-next-line {
  width: 24px;
}
.flickr-block {
  float: left;
  width: 284px;
  height: 220px;
}
.flickr-block .view-link {
  padding-top: 5px;
}
.block-features-adv {
  padding-left: 4px;
  padding-right: 0;
  margin-bottom: 3em;
  width: 651px;
}
.block-features-adv .pict_without_X {
  width: 205px !important;
}
.block-features-adv .block-inner {
  padding-right: 20px;
  padding-bottom: 1em;
  background: url("/stat/new/images/blue/bg_contentbody_block-btm2.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat -4px bottom;
}
.block-features-adv .content {
  width: 633px;
  padding-left: 11px;
  padding-right: 0;
  background: url("/stat/new/images/blue/bg_contentbody_block3.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y scroll 7px 0px transparent;
}
.block-features-adv .feature {
  clear: both;
  padding: 15px 24px 15px 25px;
  font-size: 12px;
  line-height: 1.4em;
}
.block-features-adv .feat-first {
  padding-top: 0;
  font-size: 13px;
  line-height: 1.4em;
}
.block-features-adv .feat-first h3.headline {
  font-size: 24px;
  line-height: 1.1em;
  color: #00acec;
}
.block-features-adv .feat-first .photo-head {
  padding-left: 0;
  padding-right: 15px;
  padding-bottom: 1.5em;
}
.block-features-adv .feat-first .map {
  clear: both;
  float: left;
  padding-right: 10px;
}
.block-features-adv .first-last {
  padding-bottom: 0;
}
.block-features-adv .feat-style-1 .feature-content {
  float: left;
  width: 355px;
}
.block-features-adv .feat-style-1 .photo-head {
  padding-bottom: 0.8em;
  padding-right: 15px;
}
.block-features-adv .feat-style-1 .map {
  float: left;
  padding-bottom: 0.8em;
}
.block-features-adv .feat-style-1 h3.headline {
  clear: both;
  color: #00acec;
}
.block-features-adv .feat-style-2 .feature-content {
  width: 622px;
}
.block-features-adv .feat-style-2 h3.headline {
  padding-top: 0.2em;
  color: #00acec;
  font-size: 20px;
  padding-bottom: 14px;
}
.block-features-adv .feat-style-2 .photo-head {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.block-features-adv .feat-style-2 .map {
  float: right;
  padding-left: 10px;
}
.block-features-adv h3.headline {
  font-size: 20px;
  line-height: 1.1em;
}
.block-features-adv .photo-head {
  float: left;
  padding-left: 0;
  padding-right: 20px;
  padding-bottom: 1em;
}
.block-features-adv .map {
  padding-top: 0.3em;
}
.block-features-adv .international-coverage {
  float: right;
  padding-right: 0;
  width: 210px;
  font-size: 12px;
  line-height: 1.4em;
}
.block-features-adv .international-coverage h2 {
  padding: 1em 0 2em;
  font-size: 11px;
  line-height: 1.2em;
}
.block-features-adv h2.page-title {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
  font-size: 2.1em;
  line-height: 1em;
  color: #00ACEC;
}
.block-features-adv .intro-content {
  font-size: 1em;
}
.block-features-adv .intro-content p {
  padding-bottom: 1.5em;
}
.block-features-adv .intro-content big {
  font-size: 1.35em;
  line-height: 1.2em;
  font-weight: bold;
}
.block-features-adv .block-header {
  padding: 0px 36px;
}
.block-features-adv .image-border {
  border: 1px solid #cccccc;
}
.nodes h3.nodes-section-title {
  padding: 0 15px 0.5em;
  font-size: 18px;
  line-height: 1.2em;
  color: #00ACEC;
}
.nodes .node-row {
  padding-top: 2.2em;
  padding-bottom: 1.4em;
  background: url("/stat/new/images/blue/bg_nodes_row.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top center;
}
.node-block {
  padding-bottom: 0px;
}
.node-block .node-inner {
  padding-right: 20px;
  padding-left: 11px;
}
.node-block .content {
  padding: 0 10px;
}
.node-block h3.headline {
  font-size: 22px;
  line-height: 1em;
  color: #00ACEC;
}
.node-block dl dt {
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: bold;
}
.node-block dl dt .step {
  color: #00ACEC;
  padding-right: 0.7em;
  border-right: 1px solid #D5D5D5;
  margin-right: 0.5em;
}
.node-block dl dd {
  margin: 0 0 1.7em;
}
.node-page {
  padding: 0 20px 35px 15px;
  width: 620px;
}
.node-page .node-inner {
  width: 600px;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px solid #D5D5D5;
}
.node-page h2.page-title {
  margin-bottom: 20px;
  padding: 15px 0;
  border-bottom: 1px solid #D5D5D5;
  font-size: 2.1em;
  line-height: 1em;
  color: #00ACEC;
}
.node-page h2.page-title2 {
  border-bottom: 0px;
}
.node-page .intro-content {
  font-size: 1em;
}
.node-page .intro-content p {
  padding-bottom: 1.5em;
}
.node-page .intro-content big {
  font-size: 1.35em;
  line-height: 1.2em;
  font-weight: bold;
}
.node-page .content {
  padding-bottom: 10px;
}
.node-page .content h3 {
  padding-bottom: 1.5em;
  font-size: 18px;
  line-height: 1.2em;
  color: #00ACEC;
}
.node-page .content p {
  padding-bottom: 1.5em;
}
.node-page .embed-video {
  padding-bottom: 1.5em;
}
.node-page .quote {
  float: left;
  padding-right: 20px;
  width: 300px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  color: #00ACEC;
}
.node-page .quote blockquote {
  margin: 0;
}
.node-page .quote blockquote :first-letter {
  position: relative;
  padding-left: 0;
  margin-left: -0.5em;
  _margin-left: 0;
}
.node-page .quote .source {
  font-size: 12px;
  line-height: 1.8em;
  text-transform: uppercase;
}
.node-page .photo-caption {
  background: white;
  font-size: 0.8em;
  line-height: 1.25em;
  color: #00ACEC;
}
.node-page .photo-width-half {
  float: right;
  padding-left: 10px;
  width: 290px;
}
.node-page .photo-width-twothirds .photo {
  float: left;
  padding-top: 0.2em;
  padding-right: 18px;
}
.node-campaign-teaser {
  clear: both;
}
.node-campaign-teaser .node-inner {
  padding-left: 4px;
  padding-right: 4px;
}
.node-campaign-teaser .block {
  float: left;
  margin-top: 0.3em;
  padding-right: 10px;
}
.node-campaign-teaser .block .title-ribbon {
  _margin-left: -471px;
}
.node-campaign-teaser .block .content {
  float: left;
  width: 460px;
  padding-left: 10px;
  padding-right: 0;
  font-size: 0.9em;
}
.node-campaign-teaser .content {
  float: left;
  width: 460px;
  padding-left: 10px;
  padding-right: 11px;
  font-size: 0.9em;
}
.node-campaign-teaser h3.headline {
  padding-bottom: 0.5em;
  font-size: 24px;
  line-height: 1.1em;
}
.node-campaign-teaser h3.headline a {
  color: #00ACEC;
}
.node-campaign-teaser .campaign-info {
  float: left;
  width: 160px;
}
.node-campaign-teaser .campaign-info .map {
  padding: 0 0 1em;
}
.node-campaign-teaser .campaign-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0 20px 1em 0;
}
.node-campaign-teaser .campaign-info li {
  background: url("/stat/new/images/blue/li_campaigninfo.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom left;
  padding-left: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #00ACEC;
}
.node-campaign-teaser .campaign-info li.first {
  background-image: url("/stat/new/images/blue/li_campaigninfo-fr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.node-campaign-teaser .campaign-info li.last {
  background-image: url("/stat/new/images/blue/li_campaigninfo-lt.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.node-campaign-teaser .campaign-info li.last.first {
  background-image: url("/stat/new/images/blue/li_campaigninfo-fr-lt.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.node-campaign-teaser .campaign-info .quote {
  padding-right: 20px;
  padding-left: 0.2em;
  padding-bottom: 1em;
  font-weight: bold;
}
.node-campaign-teaser .campaign-info .quote blockquote {
  margin: 0 0 0.4em;
  font-size: 1em;
  line-height: 1.2em;
}
.node-campaign-teaser .campaign-info .quote blockquote :first-letter {
  position: relative;
  padding-left: 0;
  margin-left: -0.3em;
}
.node-campaign-teaser .campaign-info .quote .source {
  font-size: 10px;
  line-height: 1em;
  text-transform: uppercase;
}
.node-campaign-teaser p a {
  font-weight: bold;
}
.node-comments {
  margin: 0 0 5em 4px;
  width: 651px;
  background: url("/stat/new/images/blue/bg_block_content-mid-wide.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y top left;
}
.node-comments .node-inner {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 20px;
  width: 620px;
  background: url("/stat/new/images/blue/bg_block_content-btm-wide.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center bottom;
}
.node-comments .change-lang {
  float: right;
  padding-right: 15px;
  width: 40%;
  color: #00ACEC;
}
.node-comments .change-lang p {
  padding: 0;
  font-size: 10px;
  line-height: 1em;
  text-align: right;
  font-weight: bold;
}
.node-comments .change-lang a {
  cursor: pointer;
  font-weight: normal;
}
.node-comments .change-lang .lang-select {
  display: none;
  position: absolute;
  margin-top: 5px;
  margin-left: -59px;
  width: 300px;
  padding: 10px;
  border-top: 1px solid #eee;
  border-left: 1px solid #ddd;
  border-right: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  background: white;
}
.node-comments .change-lang .lang-select ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.node-comments .change-lang .lang-select li {
  float: left;
  width: 70px;
  padding-right: 5px;
  font-size: 0.8em;
  line-height: 1.4em;
}
.node-comments .change-lang .lang-select a {
  font-weight: bold;
}
.node-comments .change-lang .lang-select.active {
  display: block;
}
.node-comments h2.title {
  float: left;
  padding-left: 10px;
  width: 40%;
  color: #00ACEC;
}
.node-comments .content {
  clear: both;
  width: 610px;
  padding-left: 10px;
}
.node-comments ul#comments-scroller {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.node-comments ul#comments-scroller li {
  clear: both;
  margin-right: 15px;
  padding: 1em 0;
  width: 580px;
  border-top: 1px solid #D5D5D5;
  font-size: 12px;
  line-height: 1.4em;
}
.node-comments ul#comments-scroller li .flag,
.node-comments ul#comments-scroller li .info,
.node-comments ul#comments-scroller li .comment {
  float: left;
}
.node-comments ul#comments-scroller li .flag {
  width: 35px;
  padding-bottom: 5px;
}
.node-comments ul#comments-scroller li .info {
  padding-top: 0.5em;
  width: 160px;
}
.node-comments ul#comments-scroller li .info p {
  padding: 0;
}
.node-comments ul#comments-scroller li .info .person {
  padding-bottom: 0.4em;
  font-size: 11px;
  line-height: 1.1em;
  color: #666;
}
.node-comments ul#comments-scroller li .info .person big {
  font-size: 12px;
  color: #00ACEC;
  font-weight: bold;
}
.node-comments ul#comments-scroller li .info .date {
  font-size: 10px;
  line-height: 1.2em;
  color: #121F24;
  font-weight: bold;
}
.node-comments ul#comments-scroller li .comment {
  padding-left: 35px;
  width: 350px;
  padding-top: 5px;
  background: url("/stat/new/images/blue/quote_pink.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 7px top;
}
.node-comments ul#comments-scroller li.first {
  border-top: 0;
}
.node-comments .comments-scroller-btm {
  background: url("/stat/new/images/blue/bg_comments-btm.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 3px bottom;
  _background-image: url("/stat/new/images/blue/bg_comments-btm.ie6.png/dbdc7a4aac81f9ea903c4e2329314e11");
  position: relative;
  margin-top: -10px;
  _margin-top: -15px;
  _filter: alpha(opacity=80);
  height: 10px;
  width: 600px;
}
.node-comments .pagination {
  padding: 1.5em 15px;
  color: #00ACEC;
  font-size: 10px;
  line-height: 1.4em;
  text-align: right;
  font-weight: bold;
}
.node-comments .pagination a {
  padding: 0.2em 0.2em;
  font-size: 1.2em;
}
.node-comments .pagination a.active {
  color: #121F24;
}
.cols {
  overflow: hidden;
}
.cols .col {
  float: left;
}
.col-fullwidth {
  clear: both;
}
.col-2-blocks .col {
  width: 311px;
}
.col-3-blocks .col-lt {
  padding-left: 4px;
  width: 320px;
}
.col-3-blocks .col-mid {
  width: 320px;
}
.col-3-blocks .col-rt {
  width: 326px;
}
.col-3-blocks .col-2-blocks {
  float: left;
  padding-left: 4px;
  width: 640px;
}
.col-3-blocks .col-2-blocks .col-lt {
  padding-left: 0;
  width: 320px;
}
ul.links {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.links li {
  float: left;
  margin-left: 0;
}
ul.links li.first {
  border-left: 0;
}
ul.links li.last {
  border-right: 0;
}
#nav ul.links {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0 16px 0 0;
}
form .message {
  font-size: 10px;
  line-height: 1.2em;
  color: #00ACEC;
}
.container {
  clear: both;
}
.container {
  padding-bottom: 10px;
}
.container-inline {
  padding-bottom: 10px;
}
.container-inline .selectwrapper,
.container-inline .textwrapper {
  float: left;
}
.textwrapper {
  padding-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
.textwrapper .form-text {
  background: transparent;
  border: 0;
  width: 100%;
  font-size: 11px;
  color: #333;
  outline: 0;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
}
.textwrapper textarea {
  line-height: 1.2em;
  resize: none;
}
.textarea {
  background: #EFEFEF;
}
.selectwrapper {
  padding-bottom: 3px;
}
.selectwrapper select {
  width: 100%;
  font-size: 11px;
  outline: 0;
}
.box-popup {
  display: none;
}
.box-expand {
  display: block;
}
caption,
th,
td,
input,
textarea,
select,
option,
legend,
fieldset,
button {
  font-family: Helvetica, Arial, sans-serif;
}
pre,
code {
  font-family: "Lucida Console", "Monaco", "Courier", monospace;
  font-size: 1.1em;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
  padding-bottom: 1em;
}
h1 {
  margin: 6px 0px 0px 0px;
}
h2.title {
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0.4em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}
h3.headline {
  padding-bottom: 0.3em;
  font-size: 20px;
  line-height: 1.1em;
}
h3.headline a {
  color: #121F24;
}
.hr {
  clear: both;
  background: url("/stat/new/images/blue/bg_contentbody_hr.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center center;
  width: 620px;
  height: 8px;
}
hr {
  display: none;
  height: 0;
}
.more img {
  vertical-align: middle;
  _vertical-align: baseline;
}
.block-form {
  background: transparent none repeat-y scroll 11px top;
}
.block-form .block-inner {
  background: no-repeat top left;
  margin-left: 11px;
  width: 298px;
}
.block-form .content {
  background: transparent;
  padding-top: 1em;
  width: 298px;
  font-size: 0.85em;
  line-height: 1.4em;
}
.block-form .content h3 {
  padding: 0 10px 0.2em;
  font-size: 1em;
  line-height: 1.2em;
  color: white;
}
.block-form .content p {
  padding: 0 10px;
}
.block-form form {
  margin: 0;
}
.block-form .form-text {
  font-size: 11px;
}
.block-pink.block-form .block-inner {
  background-image: url("/stat/new/images/blue/bg_block_pink-top.jpg/dbdc7a4aac81f9ea903c4e2329314e11");
  border-bottom: 1px solid #BC0569;
  border-left: 1px solid #FB85C2;
  border-right: 1px solid #C6056F;
}
.block-pink.block-form {
  background-image: url("/stat/new/images/blue/bg_block_pink.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.h2_blue_width {
  width: 290px;
  float: left;
}
.h3_blue {
  color: #00ACEC;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 13px;
}
.margin_bottom_0 {
  margin-bottom: 0px !important;
}
.line_height {
  line-height: 28px;
}
.highslide:hover {
  text-decoration: none;
}
#main2 {
  background: url("/stat/new/images/blue/bg_main_sub.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left 11px transparent;
  padding-bottom: 212px;
  overflow: auto;
}
.content-body-margin-top {
  margin-top: -58px;
}
.p_story_h1 {
  margin-top: -2px;
  padding-bottom: 19px !important;
}
#main-sidebar #block-about-avaaz {
  margin-bottom: 35px;
}
.section-contact .one_column #content-body {
  width: 948px;
  padding: 15px 6px 0;
  min-height: 450px;
}
.labeloverlaywrapper {
  position: relative;
}
.labeloverlay {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  line-height: normal;
}
.labeloverlay.alerts {
  color: #333;
  font-weight: bold;
}
.labeloverlay.joinus {
  top: 1;
  left: 1;
  padding-left: 11px;
  padding-top: 7px;
}
.flag-place {
  width: 27px;
  height: 31px;
  position: relative;
}
.user_activity_flag23x14 {
  position: absolute;
  width: 23px;
  height: 14px;
  background-image: url("/stat/new/images/flags_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11");
  top: 7px;
  left: 3px;
}
.ua-flag-overground {
  position: absolute;
  width: 27px;
  height: 31px;
  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  background-position: -172px 0px;
}
#page.iframe {
  min-height: 100px;
}
#page.iframe #main {
  padding-bottom: 0px;
}
#page.iframe #main #content-body.my-content-body {
  min-height: 100px !important;
}
.h1_h2_font h1 {
  font-size: 20px;
}
.h1_h2_font h2 {
  font-size: 16px;
}
.action2_form {
  overflow: hidden;
  padding-bottom: 6px;
  margin-bottom: 15px;
}
.action2_form h1 {
  padding: 0.1em 0 13px;
  margin-bottom: .25em;
  color: #00acec;
  font-size: 25px;
}
.action2_form .container-styles-1 {
  overflow: hidden;
  padding-left: 10px;
}
.action2_form .container-styles-1 .sub-container-styles-1 {
  padding: 15px 0px 0;
  border-top: 1px solid #d5d5d5;
}
body.highlights {
  background: url("/stat/new/images/blue/bg-hightlights.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-x 0px 125px;
}
div.long-form-label {
  width: 320px;
  float: left;
  padding-right: 15px;
}
#block_daily_briefing .block-inner .content .photo-head {
  margin-bottom: 0px;
}
#block_daily_briefing .block-inner .content .content-mid {
  margin-top: -4px;
}
#block_daily_briefing .block-inner .content .content-mid #db_news_container {
  padding-top: 0.5em;
  list-style-type: none;
  padding-left: 15px;
}
#block_daily_briefing .block-inner .content .content-mid #db_news_container .headline_item {
  border-top: 1px solid #aaa;
  margin-left: -10px;
  width: 270px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#block_daily_briefing .block-inner .content .content-mid #db_news_container .headline_item .img_headline {
  float: left;
  margin-right: 6px;
}
#block_daily_briefing .block-inner .content .content-mid #db_news_container .headline_item .headline_title {
  display: block;
  float: left;
  width: 160px;
  font-size: 12px;
  line-height: 1.2;
}
#block_daily_briefing .block-inner .content .content-mid #db_news_container .headline_item .headline_text {
  width: 270px;
  padding-bottom: 5px;
}
#block_daily_briefing .block-inner .content .content-mid #db_news_container .headline_item .headline_text .more {
  margin-left: 5px;
}

/*  new/css/blue/styles.less  */
@charset "utf-8";
@font-face {
  font-family: 'archivo_narrowbold';
  src: url('/stat/new/images/blue/fonts/archivonarrow-bold-webfont.eot/dbdc7a4aac81f9ea903c4e2329314e11');
  src: url('/stat/new/images/blue/fonts/archivonarrow-bold-webfont.eot/dbdc7a4aac81f9ea903c4e2329314e11?#iefix') format('embedded-opentype'), url('/stat/new/images/blue/fonts/archivonarrow-bold-webfont.woff/dbdc7a4aac81f9ea903c4e2329314e11') format('woff'), url('/stat/new/images/blue/fonts/archivonarrow-bold-webfont.ttf/dbdc7a4aac81f9ea903c4e2329314e11') format('truetype'), url('/stat/new/images/blue/fonts/archivonarrow-bold-webfont.svg/dbdc7a4aac81f9ea903c4e2329314e11#archivo_narrowbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.width-full {
  width: 970px;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.section-home {
  background-image: url("/stat/new/images/blue/bg_home.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.section-home #bgfocus {
  height: 508px;
  background: url("/stat/new/images/blue/bg_focus_home.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center 157px;
}
.section-home #page {
  margin-top: -508px;
}
.section-home #main {
  background: transparent;
}
.section-home #main-inner {
  padding-top: 39px;
  padding-bottom: 46px;
  background: transparent;
}
.section-home .cols {
  margin-bottom: 0;
}
.section-home .col-multirows .block {
  margin-bottom: 33px;
}
.section-home .col-multirows .row-last {
  margin-bottom: 0;
}
.section-subpage #main {
  background: url("/stat/new/images/blue/bg_main_sub.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat left 11px;
}
.section-subpage #main-inner {
  background: url("/stat/new/images/blue/bg_maininner_sub.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat left 186px;
}
.section-subpage #content-header {
  height: 53px;
}
#main-sidebar #block-about-avaaz.row-first,
#main-sidebar #block-media-contact.row-first {
  margin-bottom: 0;
}
#main-sidebar #block-about-avaaz.row-first {
  margin-top: 8px;
}
#main-sidebar #block-accuracy-quote {
  margin-bottom: 30px;
}
#block-media-contact .block-inner .content {
  padding-bottom: 30px;
}
#block-about-avaaz .block-inner .content {
  padding-left: 10px;
  padding-top: 35px;
  padding-right: 10px;
}
#block-about-avaaz .content {
  width: 280px;
}
#block-about-avaaz p big {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: bold;
}
#block-about-avaaz p big img {
  padding-bottom: 0.3em;
}
#block-about-avaaz .member-counter h4 {
  float: left;
  padding: 10px 0;
  width: 60px;
  font-size: 11px;
  line-height: 1.2em;
  text-transform: uppercase;
}
#block-about-avaaz .member-counter p {
  float: left;
  margin: 0 10px;
  padding: 7px 10px;
  border-left: 1px solid #D5D5D5;
  width: 179px;
  font-size: 12px;
  line-height: 1.2em;
}
#block-about-avaaz .member-counter p strong {
  font-size: 35px;
  line-height: 1em;
  color: #00ACEC;
}
#block-add-comment {
  margin-left: 4px;
  width: 651px;
}
#block-add-comment .block-inner {
  background-image: url("/stat/new/images/blue/bg_block_content-btm-wide-comments.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
#block-add-comment .content,
#block-add-comment .content-top,
#block-add-comment .content-btm {
  width: 620px;
}
#block-add-comment .content {
  width: 620px;
}
#block-add-comment .content-mid {
  padding-top: 10px;
  width: 600px;
}
#block-add-comment form .message {
  clear: both;
  padding: 0;
  margin: 0;
}
#block-add-comment .container-inline .textwrapper {
  padding-right: 10px;
  padding-top: 4px;
  width: 290px;
  height: 20px;
  background: url("/stat/new/images/blue/form_text.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
#block-add-comment .container-inline .selectwrapper {
  padding: 2px 0;
  width: 290px;
  height: 16px;
}
#block-add-comment select {
  font-size: 13px;
  outline: 0;
}
#block-add-comment .buttonwrapper {
  float: right;
  margin-top: 14px;
}
#block-annual-reports ul {
  list-style-type: none;
  margin: 0pt;
  padding: 0pt;
}
#block-annual-reports li a {
  font-size: 1.4em;
  line-height: 1.7em;
}
#block-annual-reports li {
  border-bottom: 1px solid #C8C8C8;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0.5em 0pt;
}
#block-annual-reports li.last {
  border-bottom: 0pt none;
  padding-bottom: 0.5em;
}
#block-avaaz-numbers h2.title {
  float: left;
  padding: 0.2em 10px 0;
  width: 60px;
  font-size: 0.8em;
  line-height: 1.2em;
}
#block-avaaz-numbers h2.title img {
  margin-top: 0.5em;
}
#block-avaaz-numbers .content {
  float: left;
  padding: 0 10px 0 0;
  width: 214px;
}
#block-avaaz-numbers ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-avaaz-numbers li {
  border-bottom: 1px solid #D5D5D5;
  padding: 0.5em 0 0.5em 10px;
  font-size: 0.85em;
  line-height: 1.2em;
}
#block-avaaz-numbers li p {
  padding: 0;
}
#block-avaaz-numbers li p strong {
  font-size: 35px;
  line-height: 1em;
  color: #00ACEC;
}
#block-avaaz-numbers li.first {
  padding-top: 0;
}
#block-avaaz-numbers li.last {
  border-bottom: none;
}
#block-encourage-the-movement .content-mid {
  padding-bottom: 18px;
}
#block-encourage-the-movement p {
  padding-bottom: 1em;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  color: #00ACEC;
}
#block-encourage-the-movement .label {
  padding-bottom: 0.7em;
  font-size: 12px;
}
#block-encourage-the-movement ul {
  padding: 0 0 1em;
}
#block-encourage-the-movement li {
  float: left;
  border-right: 1px solid #D5D5D5;
  font-size: 12px;
}
#block-encourage-the-movement li a {
  display: block;
  margin: 0 15px;
  height: 26px;
  background: no-repeat top left;
}
#block-encourage-the-movement li a :hover {
  background-position: bottom left;
}
#block-encourage-the-movement li.first a {
  margin-left: 0.2em;
}
#block-encourage-the-movement li.last {
  border-right: 0;
}
#block-encourage-the-movement a.fb {
  background-image: url("/stat/new/images/blue/ico_facebook.png/dbdc7a4aac81f9ea903c4e2329314e11");
  width: 70px;
}
#block-encourage-the-movement a.tw {
  background-image: url("/stat/new/images/blue/ico_twitter.png/dbdc7a4aac81f9ea903c4e2329314e11");
  width: 80px;
}
#block-featured-campaign .photo-head .ph-content h3 {
  display: block;
  padding: 8px 0.2em 0.3em;
  font-size: 24px;
  line-height: 1em;
}
#block-featured-campaign .content {
  font-size: 0.9em;
  line-height: 1.4em;
}
#block-featured-campaign .content p {
  padding-left: 0.2em;
}
#block-featured-campaign .content .map {
  float: right;
  padding-left: 20px;
}
#block-featured-campaign .photo-head {
  padding-bottom: 10px;
  width: 600px;
}
#block-featured-campaign .photo-head .overlay {
  position: relative;
  margin-top: -40px;
  width: 100%;
  height: 40px;
  background: white;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#block-featured-campaign .photo-head .ph-content {
  position: relative;
  margin-top: -40px;
  height: 40px;
}
#block-featured-campaign .photo-head .ph-content a {
  display: block;
  padding: 8px 0.2em 0.3em;
  font-size: 1.9em;
  line-height: 1em;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-happening-live .content-top {
  border-right-color: #dbdbdb;
  box-shadow: -5px 0 5px -5px rgba(119,119,119,0.7);
  background: #eeeeee;
  background: -moz-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#eeeeee),color-stop(50%,#e4e5e5),color-stop(100%,#e9e9e9),color-stop(100%,#f7f8f8),color-stop(100%,#f7f8f8),color-stop(100%,#d2d3d4));
  background: -webkit-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -o-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: -ms-linear-gradient(top,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
  background: linear-gradient(to bottom,#eeeeee 0%,#e4e5e5 50%,#e9e9e9 100%,#f7f8f8 100%,#f7f8f8 100%,#d2d3d4 100%);
}
#block-happening-live .content-mid {
  background: transparent;
  padding: 18px 0 0;
  overflow: hidden;
  box-shadow: -5px 0 5px -5px rgba(119,119,119,0.7);
  background: #fefefe;
  background: -moz-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#ffffff),color-stop(60%,#ffffff),color-stop(100%,#f7f8f8),color-stop(100%,#f7f8f8),color-stop(100%,#207cca));
  background: -webkit-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -o-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: -ms-linear-gradient(left,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  background: linear-gradient(to right,#ffffff 0%,#ffffff 60%,#f7f8f8 100%,#f7f8f8 100%,#207cca 100%);
  border-right-color: #f0f1f1;
  border-bottom: 1px solid #eee;
  position: relative;
}
#block-happening-live .content-btm {
  position: relative;
  margin-top: -10px;
  margin-left: -11px;
  margin-right: -9px;
  width: 320px;
  height: 10px;
  opacity: 0.8;
  border: none;
  background: none;
}
#block-happening-live .content-btm:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 15px;
  box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.8);
}
#block-happening-live ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-happening-live li {
  clear: both;
  background: url("/stat/new/images/blue/bg_block-happeninglive_li.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  padding: 8px 10px 0;
  margin: 0;
}
#block-happening-live li p {
  padding: 0;
}
#block-happening-live li .time-ago {
  float: left;
  padding-top: 0.6em;
  padding-right: 6px;
  padding-bottom: 5px;
  width: 56px;
  font-size: 10px;
  line-height: 1em;
  color: #333;
  text-align: right;
}
#block-happening-live li .time-ago big {
  font-size: 1.1em;
}
#block-happening-live li .flag {
  float: left;
  width: 36px;
  padding-bottom: 5px;
}
#block-happening-live li .info {
  float: left;
  padding-top: 0.2em;
  padding-bottom: 5px;
  width: 181px;
}
#block-happening-live li .person {
  font-size: 11px;
  line-height: 1.2em;
  color: #666;
}
#block-happening-live li .person big {
  font-size: 13px;
  color: #1F1F1F;
}
#block-happening-live li .action {
  font-size: 11px;
  line-height: 1.2em;
  color: #00ACEC;
}
#block-happening-live li.first {
  background: transparent;
}
*[dir="rtl"] #block-happening-live .content-top {
  background-image: url("/stat/new/images/blue/bg_block-top_happeninglive.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
*[dir="rtl"] #block-happening-live li {
  background-image: url("/stat/new/images/blue/bg_block-happeninglive_li.rtl.png/dbdc7a4aac81f9ea903c4e2329314e11");
  background-position: top right;
}
*[dir="rtl"] #block-happening-live li .time-ago {
  padding-right: 0;
  padding-left: 5px;
  padding-top: 0.2em;
}
*[dir="rtl"] #block-happening-live li .time-ago,
*[dir="rtl"] #block-happening-live li .person,
*[dir="rtl"] #block-happening-live li .action {
  font-size: 0.9em;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-blockquote h2.title,
#block-accuracy-quote h2.title {
  _width: 80px;
}
#block-blockquote .content-mid,
#block-accuracy-quote .content-mid {
  padding-right: 94px;
}
#block-blockquote .content-mid blockquote,
#block-accuracy-quote .content-mid blockquote {
  margin: 0;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: bold;
}
#block-blockquote .content-mid .source,
#block-accuracy-quote .content-mid .source {
  padding: 0 10px;
  color: #00ACEC;
}
#block-blockquote .photo-inset,
#block-accuracy-quote .photo-inset {
  position: relative;
  float: right;
  right: 0;
  padding-right: 15px;
  margin-top: -97px;
  z-index: 4;
}
.col-lt #block-blockquote .photo-inset,
.col-lt #block-accuracy-quote .photo-inset {
  padding-right: 10px;
}
*[dir="rtl"] #block-blockquote #block-blockquote .content-mid {
  padding-left: 94px;
  padding-right: 10px;
}
*[dir="rtl"] #block-blockquote #block-blockquote .photo-inset {
  float: left;
  padding-left: 20px;
  padding-right: 0;
}
#block-in-the-media ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0.5em 0;
}
#block-in-the-media li {
  border-bottom: 1px solid #D5D5D5;
  padding: 0.5em 0;
  font-size: 1.1em;
  line-height: 1.2em;
}
#block-in-the-media li p {
  padding: 0;
}
#block-in-the-media li .source {
  padding: 0.2em 0;
  font-size: 0.85em;
  line-height: 1.2em;
  font-weight: bold;
}
#block-in-the-media li.last {
  border-bottom: 0;
}
#block-media-contact .block-inner {
  padding-right: 15px;
  margin: 0 10px;
}
#block-media-contact h2.title {
  padding-bottom: 1.2em;
  font-size: 11px;
  line-height: 1.2em;
}
#block-media-contact .content {
  width: 265px;
}
#block-media-contact ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-media-contact li {
  padding: 0.2em 0 0.3em;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
}
#block-media-contact li img {
  padding-right: 0.5em;
}
#block-media-contact.block-ribbontitle .block-inner {
  padding-right: 0;
  margin: 0;
}
#block-media-contact.block-ribbontitle h2.title {
  padding-bottom: 7px;
  font-size: 12px;
  line-height: 18px;
}
.more-holder {
  padding: 0 0 10px 10px;
}
#block-last-news {
  margin-bottom: 10px;
}
#block-last-news .content {
  padding-top: 35px;
}
#block-last-news .content .feature {
  color: #121213;
  font-size: 13px;
  line-height: 18px;
  padding-right: 20px;
}
#block-last-news .photo-head {
  float: right;
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 5px;
}
#block-last-news .photo-head img {
  display: block;
}
#block-last-news .heading .date {
  display: block;
  font-size: 10px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: bold;
}
#block-last-news .heading h3 {
  font-size: 22px;
  line-height: 26px;
  color: #323232;
  padding: 0 0 10px;
}
#block-last-news p {
  padding-bottom: 9px;
}
#block-last-news p .full-story {
  font-size: 9px;
  text-transform: uppercase;
}
.marker-title h5 {
  float: left;
  background: #767676;
  color: #fff;
  padding: 0 20px 0 10px;
  margin: 0 0 10px;
  font: normal 12px/20px "archivo_narrowbold", sans-serif;
  position: relative;
  text-transform: uppercase;
}
.marker-title h5:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 8px solid #767676;
  border-bottom: 10px solid transparent;
}
#block-media-goodies .content-mid {
  padding-bottom: 0.5em;
}
#block-media-goodies ul {
  padding: 0.5em 0;
}
#block-media-goodies li {
  padding: 0.3em 1em 0.5em;
  border-right: 1px solid #C6C6C6;
  font-size: 13px;
}
#block-media-goodies li.first {
  padding-left: 0;
}
#block-media-goodies li.last {
  padding-right: 0;
  border-right: 0;
}
#block-member-quote .content-mid {
  margin-top: -4px;
  line-height: 1.4em;
}
#block-member-quote .content-mid .quote {
  float: left;
  width: 199px;
}
#block-member-quote .content-mid .source {
  padding: 0 10px;
  font-size: 0.9em;
  line-height: 1.2em;
  color: #666;
}
#block-member-quote .content-mid .source strong {
  font-size: 1.1em;
  color: #00ACEC;
}
#block-recent-press-releases ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 0.5em 0;
}
#block-recent-press-releases li {
  border-bottom: 1px solid #D5D5D5;
  padding: 0.5em 0;
  font-size: 1.1em;
  line-height: 1.2em;
}
#block-recent-press-releases li p {
  padding: 0;
}
#block-recent-press-releases li .date {
  padding: 0.2em 0;
  font-size: 0.85em;
  line-height: 1.2em;
  font-weight: bold;
}
#block-recent-press-releases li.last {
  border-bottom: 0;
}
#block-signup-media-alerts {
  background: url("/stat/new/images/blue/bg_block_pink.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y 11px top;
}
#block-signup-media-alerts .block-inner {
  background: url("/stat/new/images/blue/bg_block_pink-top.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  margin-left: 11px;
  border-right: 1px solid #C6056F;
  border-left: 1px solid #FB85C2;
  border-bottom: 1px solid #BC0569;
  width: 298px;
}
#block-signup-media-alerts .content {
  background: transparent;
  padding-top: 1em;
  width: 299px;
  font-size: 12px;
  line-height: 1.4em;
}
#block-signup-media-alerts .content h3 {
  padding: 0 10px 0.2em;
  font-size: 12px;
  line-height: 1.2em;
  color: white;
}
#block-signup-media-alerts .content p {
  padding: 0 10px;
}
#block-signup-media-alerts form {
  margin: 0;
}
#block-signup-media-alerts .container-inline {
  background: url("/stat/new/images/blue/bg_form_signupmediaalerts.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right center;
  padding: 1em 10px 0;
  height: 42px;
}
#block-signup-media-alerts .textwrapper {
  float: left;
  padding-top: 5px;
  width: 231px;
  height: 21px;
  background: #EFEFEF;
}
#block-signup-media-alerts .form-text {
  font-size: 11px;
}
#block-signup-media-alerts .form-submit {
  _float: left;
  background: url("/stat/new/images/blue/form_submit-signupmediaalerts.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  border: 0;
  width: 36px;
  height: 26px;
  text-indent: -999em;
  cursor: pointer;
  outline: 0;
}
#block-signup-media-alerts .form-submit :hover {
  background-position: bottom left;
}
#block-signup-action-alerts {
  background: url("/stat/new/images/blue/bg_block_pink.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y 11px top;
}
#block-signup-action-alerts .block-inner {
  background: url("/stat/new/images/blue/bg_block_pink-top.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  margin-left: 11px;
  border-right: 1px solid #C6056F;
  border-left: 1px solid #FB85C2;
  border-bottom: 1px solid #BC0569;
  width: 298px;
}
#block-signup-action-alerts .content {
  background: transparent;
  padding-top: 1em;
  width: 299px;
  font-size: 12px;
  line-height: 1.4em;
  color: white;
}
#block-signup-action-alerts .content h3 {
  padding: 0 10px 0.2em;
  font-size: 14px;
  line-height: 1.2em;
  color: white;
}
#block-signup-action-alerts .content p {
  padding: 0 10px;
}
#block-signup-action-alerts form {
  margin: 0;
}
#block-signup-action-alerts .fcontainer {
  padding: 2px 0px 4px 10px;
  clear: both;
}
#block-signup-action-alerts .container-inline {
  padding: 2px 0px 4px 10px;
}
#block-signup-action-alerts .textwrapper {
  padding-top: 5px;
  margin-top: 3px;
  width: 261px;
  height: 21px;
  background: #EFEFEF;
  background: url("/stat/new/images/blue/form_submit-signupmediaalerts2.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
}
#block-signup-action-alerts .text-postal {
  width: 111px;
}
#block-signup-action-alerts .selectwrapper {
  padding-bottom: 0px;
}
#block-signup-action-alerts .selectwrapper select {
  font-size: 11px;
  outline: 0 none;
  width: auto;
}
#block-signup-action-alerts .form-text {
  font-size: 11px;
}
#block-signup-action-alerts .button-container {
  float: right;
  position: relative;
  padding-right: 18px;
  margin-top: 3px;
}
#block-signup-action-alerts .button-container .button-right-corner {
  position: absolute;
  height: 26px;
  width: 20px;
  right: 100%;
  background: url("/stat/new/images/blue/bg_submit_text_button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
#block-signup-action-alerts .button-container :hover .button-right-corner {
  background-position: left -52px;
}
#block-signup-action-alerts .button-container :hover .form-submit {
  background-position: right -52px;
}
#block-signup-action-alerts .form-submit {
  _float: left;
  background: url("/stat/new/images/blue/bg_submit_text_button.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
  border: 0;
  padding-right: 18px;
  color: white;
  font-weight: bold;
  height: 26px;
  cursor: pointer;
  outline: 0;
}
#block-signup-action-alerts .form-submit :hover {
  background-position: right -52px;
}
#block-take-action h2.title a {
  color: white;
  text-decoration: none;
}
#block-take-action .content-mid {
  position: relative;
  margin-top: -4px;
  line-height: 1.4em;
  min-height: 130px;
}
#block-take-action .content-mid .more {
  font-weight: bold;
}
#block-take-action .do-take-action-content-mid {
  position: relative;
  margin-top: -4px;
  line-height: 1.4em;
  min-height: 0px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
}
#block-take-action .do-take-action-content-mid .container-submit {
  text-align: center;
}
#block-take-action .content-btm {
  position: relative;
  margin-top: -5px;
}
#block-take-action h3.headline {
  padding-bottom: 0.3em;
}
.reset-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-viral-campaigns .content-mid {
  line-height: 1.4em;
}
#block-viral-campaigns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#block-viral-campaigns li {
  padding-top: 1em;
  border-bottom: 1px solid #C6C6C6;
}
#block-viral-campaigns li.first {
  padding-top: 0.5em;
}
#block-viral-campaigns li.last {
  border-bottom: 0;
}
#block-viral-campaigns h3.headline {
  font-size: 1.2em;
  line-height: 1.1em;
}
#block-viral-campaigns h3.headline img {
  float: left;
  margin-top: 0.3em;
  padding-right: 10px;
  padding-bottom: 0.5em;
}
#block-viral-campaigns .date {
  color: #00ACEC;
  font-size: 0.90em;
  _font-size: 0.85em;
  line-height: 1.2em;
  padding-bottom: 0.5em;
  font-weight: bold;
}
#community-map .content {
  width: auto;
}
#community-map .wrapper {
  position: relative;
}
#community-map .wrapper .community-map-overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 550px;
  background: rgba(255,255,255,0.5);
}
#community-map .wrapper .community-map-overlay a {
  display: block;
  color: #121F24;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: normal;
}
#community-map .wrapper .community-map-overlay a b {
  display: block;
  font-size: 16px;
}
.h2_blue {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  color: #00acec;
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 5px;
}
.text {
  font-family: Helvetica, serif;
  font-size: 14px;
  color: #000000;
}
.ul_blue {
  font-family: Helvetica, serif;
  font-size: 14px;
  color: #000000;
  list-style-image: url("/stat/new/images/blue/list.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.h1_ping {
  color: #ff0198;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 29px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5d5d5;
}
.h1_blue {
  color: #3ca9f0;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 29px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d5d5d5;
}
.h3_blue {
  color: #00ACEC;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 13px;
}
#block-what-we-do .photo-head {
  padding-bottom: 1.5em;
}
#block-what-we-do blockquote {
  float: left;
  margin: 0;
  padding: 0 20px 1em 0;
  width: 290px;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: bold;
  color: #00ACEC;
}
.lightbox_all {
  width: 578px;
  background-color: #fff;
}
.lightbox_all .lighttbox {
  position: relative;
  padding: 21px 25px 31px;
  text-align: left;
}
.lightbox_all .error-div {
  display: none;
  font-size: 10px;
  color: #FF0099;
  position: absolute;
  text-align: right;
  right: 40px;
  top: 23px;
}
.lightbox_all .error-img {
  float: left;
  margin: -5px 10px 0px 0px;
}
.lightbox_all .h1_blue_lightbox {
  color: #3ca9f0;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 29px;
  text-align: left;
  padding-bottom: 14px;
}
.lightbox_all .after {
  background: url("/stat/new/images/blue/shadow_small.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat;
  height: 10px;
  display: block;
  margin-bottom: 15px;
}
.lightbox_all .p_lightbox {
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  padding-bottom: 14px;
}
.lightbox_all .input_lightbox {
  background-color: #efefef;
  border: thin solid #e1e1e1;
  width: 240px;
  height: 30px;
  padding-left: 10px;
  font-size: 14px;
}
.lightbox_all .select_lightbox {
  width: 233px;
  font-size: 14px;
}
.lightbox_all .note_lightbox {
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 18px;
}
.lightbox_all .button_lightbox {
  border: none;
  float: right;
  margin-top: 18px;
}
.lightbox_all .table_lightbox {
  padding: 0px;
  border: 0px;
  text-align: left;
}
.lightbox_all .a_not_lightbox {
  color: #fa2d95;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
.lightbox_all .no_border li {
  border: 0px;
  padding: 0px;
}
.lightbox_all .no_border_a_lightbox {
  color: #3caaeb;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  width: 215px;
  margin-left: 12px;
  display: block;
  float: right;
}
.lightbox_all form .container-submit {
  margin: 0 -15px;
}
.lightbox_all form .error {
  background: #eec2db;
}
.lightbox_all form .button_lightbox .buttonwrapper {
  float: right;
  background: none;
  text-align: right;
}
#block-donate-to-avaaz .block-inner {
  background: transparent none repeat scroll 0%;
  width: 298px;
  margin-left: 11px;
}
#block-donate-to-avaaz .content h3.title {
  padding: 0 10px 0.2em;
  font-size: 12px;
}
#block-donate-to-avaaz .content {
  background: transparent url("/stat/new/images/blue/bg_block-donateavaaz.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll left bottom;
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 12px;
}
#block-donate-to-avaaz .content p {
  padding: 0 10px;
}
#block-donate-to-avaaz {
  color: white;
}
.share-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.share-links li {
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 12px;
  padding-right: 19px;
  border-left: 1px solid #D5D5D5;
}
.share-links li.first {
  border-left: 0;
  padding-left: 0;
}
.share-links p {
  clear: both;
  margin: 0;
  padding: 0;
}
.share-links .cols-2 li {
  width: 448px;
  padding-bottom: 10px;
}
.share-links .cols-2 li.last {
  width: 428px;
}
.share-links .cols-2 .cnt {
  margin-right: 7px;
}
.share-links .cols-2 .desc {
  clear: none;
}
.share-links .cols-3 li {
  width: 288px;
}
.share-links .cols-3 li.last {
  width: 268px;
}
.share-links .cols-4 li {
  width: 208px;
}
.share-links .cols-4 li.last {
  padding-right: 0;
}
.share-links .fb,
.share-links .tw,
.share-links .email,
.share-links .or {
  float: left;
  display: block;
  background: no-repeat top left;
  height: 39px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
}
.share-links .fb .rt,
.share-links .tw .rt,
.share-links .email .rt,
.share-links .or .rt {
  margin-left: 49px;
  display: inline-block;
  background: no-repeat top right;
  padding-right: 14px;
  padding-left: 5px;
  height: 39px;
  line-height: 39px;
  min-width: 55px;
  cursor: pointer;
}
.share-links .fb:hover,
.share-links .tw:hover,
.share-links .email:hover,
.share-links .or:hover {
  text-decoration: none;
}
.share-links .fb {
  background-image: url("/stat/new/images/blue/action/share_fb1.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .fb :hover {
  background-image: url("/stat/new/images/blue/action/share_fb_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .fb :hover .rt {
  background-image: url("/stat/new/images/blue/action/share_fb-rt_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .fb .rt {
  background-image: url("/stat/new/images/blue/action/share_fb-rt.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .tw {
  background-image: url("/stat/new/images/blue/action/share_tw.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .tw :hover {
  background-image: url("/stat/new/images/blue/action/share_tw_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .tw :hover .rt {
  background-image: url("/stat/new/images/blue/action/share_tw-rt_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .tw .rt {
  background-image: url("/stat/new/images/blue/action/share_tw-rt.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .email {
  background-image: url("/stat/new/images/blue/action/share_email.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .email :hover {
  background-image: url("/stat/new/images/blue/action/share_email_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .email :hover .rt {
  background-image: url("/stat/new/images/blue/action/share_email-rt_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .email .rt {
  background-image: url("/stat/new/images/blue/action/share_email-rt.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .or {
  background-image: url("/stat/new/images/blue/action/share_or.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .or :hover {
  background-image: url("/stat/new/images/blue/action/share_or_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .or :hover .rt {
  background-image: url("/stat/new/images/blue/action/share_or-rt_ovr.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .or .rt {
  background-image: url("/stat/new/images/blue/action/share_or-rt.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
.share-links .cnt {
  float: left;
  display: block;
  position: relative;
  margin-left: -5px;
  background: url("/stat/new/images/blue/action/share_cnt.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  height: 39px;
  font-size: 1.6em;
  line-height: 1em;
  font-weight: bold;
}
.share-links .cnt .rt {
  margin-left: 17px;
  display: inline-block;
  background: url("/stat/new/images/blue/action/share_cnt-rt.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
  padding-right: 14px;
  height: 39px;
  line-height: 39px;
}
.share-links .desc {
  float: none;
  clear: both;
  padding-top: 4px;
  font-size: 0.85em;
  line-height: 1.2em;
  color: #FF0099;
}
.share-links .desc a {
  font-weight: normal;
}
#block-welcome-to-avaaz .block-inner {
  background: transparent none repeat scroll 0%;
  width: 298px;
  margin-left: 11px;
}
#block-welcome-to-avaaz .content h3.title {
  padding: 0 10px 0.2em;
  font-size: 14px;
  font-weight: bold;
}
#block-welcome-to-avaaz .content {
  padding-bottom: 1em;
  padding-top: 1em;
  font-size: 12px;
}
#block-welcome-to-avaaz .content p {
  padding: 0 10px;
}
#block-welcome-to-avaaz {
  background-image: url("/stat/new/images/blue/fon-pink.png/dbdc7a4aac81f9ea903c4e2329314e11");
  color: white;
}
#block-welcome-to-avaaz .share_block {
  width: 215px;
  margin-left: 38px;
  margin-right: 40px;
  display: block;
}
#block-welcome-to-avaaz .desc,
#block-welcome-to-avaaz .desc a {
  color: #fff;
  font-family: Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
#block-welcome-to-avaaz .desc {
  width: 185px;
  display: block;
  padding-top: 5px !important;
}
#block-welcome-to-avaaz .cnt {
  color: #000;
}
.section-contact {
  background: white url("/stat/new/images/blue/action/bg.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-x left 126px;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #121F24;
}
.section-contact #bgfocus {
  background: none;
}
.section-contact #main {
  background: url("/stat/new/images/blue/action/bg_main.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center 186px;
  padding-top: 55px;
}
.section-contact #main-inner {
  margin: 0 5px;
  background: white;
  width: 960px;
}
.section-contact #content-body {
  clear: both;
  width: 960px;
  min-height: 600px;
  padding-top: 10px;
}
.section-contact h1,
.section-contact h2,
.section-contact h3,
.section-contact h4,
.section-contact p {
  margin: 0;
  padding-bottom: 1em;
  line-height: 23px;
}
.section-contact h2.page-title {
  width: 940px;
  padding: 0.1em 10px 5px;
  margin-bottom: 20px;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: -1px;
  color: #00ACEC;
}
.section-contact h3 {
  color: #00ACEC;
}
.section-contact .under-title {
  display: block;
  margin: auto;
  width: 945px;
  border-bottom: 1px solid #D5D5D5;
}
.section-contact .one_column .under-title {
  width: 930px;
  margin-bottom: 10px;
}
.section-contact .contentbody {
  padding: 10px;
}
.section-contact-test {
  background: url("/stat/new/images/blue/action/bg_contact.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-x scroll left -56px white;
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  color: #121F24;
}
.section-contact-test .bold_text {
  font-weight: bold;
}
.section-contact-test #bgfocus {
  background: url("/stat/new/images/blue/bg_focus_contact.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll center 122px transparent;
}
.section-contact-test #main {
  background: url("/stat/new/images/blue/action/bg_main.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center 130px;
  padding-top: 60px;
}
.section-contact-test #main-inner {
  margin: 0 5px;
  background: white;
  width: 960px;
}
.section-contact-test #content-body {
  background: none;
  clear: both;
  width: 960px;
  min-height: 600px;
  padding-top: 10px;
}
.section-contact-test h1,
.section-contact-test h2,
.section-contact-test h3,
.section-contact-test h4,
.section-contact-test p {
  margin: 0;
  padding-bottom: 1em;
}
.section-contact-test h2.page-title {
  width: 940px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 0px;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: 2.1em;
  line-height: 1em;
  letter-spacing: -1px;
  color: #00ACEC;
}
.section-contact-test h3 {
  color: #00ACEC;
}
.section-contact-test .under-title {
  display: block;
  margin: auto;
  width: 945px;
  border-bottom: 1px solid #D5D5D5;
}
.section-contact-test .contentbody {
  padding: 20px;
}
.section-contact-test .ul {
  list-style-image: url("/stat/new/images/blue/list.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
#block-contactus {
  margin-left: 4px;
  width: 956px;
}
#block-contactus .hide {
  display: none;
}
#block-contactus .right-column {
  float: left;
  width: 380px;
  padding-left: 15px;
  position: relative;
}
#block-contactus .left-column {
  float: left;
  width: 490px;
  border-right: 1px solid #D5D5D5;
  position: relative;
  top: -20px;
  padding-top: 20px;
}
#block-contactus .content,
#block-contactus .content-top,
#block-contactus .content-btm {
  width: 924px;
}
#block-contactus .content-mid {
  padding-top: 20px;
  width: 924px;
  min-height: 200px;
}
#block-contactus #contactus_form_errors {
  color: #ff0099;
  width: 200px;
  background: #fff;
}
#block-contactus form .message {
  clear: both;
  padding: 0;
  margin: 0;
}
#block-contactus .container-inline .textwrapper {
  padding-right: 10px;
  padding-top: 4px;
  padding-left: 0px;
  padding-bottom: 4px;
  height: 20px;
  background: none;
}
#block-contactus .container-inline .textwrapper .form-text {
  background: #EFEFEF;
  border: none;
  padding: 4px 6px;
  width: 209px;
  height: 21px;
  font-size: 14px;
  font-weight: normal;
}
#block-contactus .container-inline .textwrapper .error {
  background: #eec2db;
}
#block-contactus .container-inline .selectwrapper {
  padding: 2px 0;
  width: 290px;
  height: 16px;
}
#block-contactus .container-inline .selectwrapper .error {
  background: #eec2db;
}
#block-contactus select {
  font-size: 13px;
  outline: 0;
  width: 222px;
}
#block-contactus select.error {
  background: #eec2db;
}
#block-contactus .buttonwrapper {
  float: right;
  margin-top: 0px;
}
#block-contactus .short-line {
  border-bottom: 1px solid #D5D5D5;
  width: 475px;
  margin-top: 10px;
  margin-bottom: 15px;
}
#block-contactus .choose-topic-area label {
  float: left;
  width: 48%;
  padding: 3px 0;
}
#block-contactus .textwrapper .txt-text {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  outline: 0 none;
  width: 100%;
}
.h2_blue_width {
  width: 280px;
  float: left;
  padding-right: 10px;
}
.node-member-stories .photo-head {
  float: left;
  padding: 0.2em 20px 0 10px;
  width: 130px;
}
.node-member-stories .photo-head img {
  border: 1px solid #ccc;
}
.node-member-stories .content {
  float: left;
  padding-right: 10px;
  width: 450px;
  font-size: 0.9em;
  line-height: 1.55em;
}
.node-member-stories .member-info .name {
  color: #00acec;
  padding-bottom: 0.3em;
}
.node-member-stories .member-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.node-member-stories .member-info li {
  font-size: 0.95em;
  line-height: 1.2em;
  color: #00acec;
}
.node-member-stories .member-info strong {
  font-size: 0.85em;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #121f24;
}
.node-member-stories .member-info .map {
  padding: 1em 0 0;
}
.node-member-stories .member-info {
  float: left;
  width: 150px;
  padding-right: 10px;
}
.node-member-stories.node-row-last .content {
  padding: 0 10px;
  width: 600px;
}
.node-member-stories.node-row-last p {
  font-size: 1em;
  line-height: 1.4em;
}
.node-member-stories.node-row-last {
  padding-top: 1em;
}
#feature-our-global-community .wrapper {
  padding: 0 10px;
}
#feature-our-global-community h2.title {
  padding: 0.6em 0 0;
  font-size: 2.1em;
  line-height: 1em;
  color: #00acec;
  text-transform: none;
}
#feature-our-global-community .features .feature {
  float: left;
  position: relative;
  width: 600px;
  height: 387px;
  _position: absolute;
}
#feature-our-global-community .features .howto {
  position: absolute;
  background: url("/stat/new/images/blue/bg_feature_slide.png/dbdc7a4aac81f9ea903c4e2329314e11");
  padding: 0.3em 0;
  width: 450px;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
}
#feature-our-global-community .features .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/stat/new/images/blue/bg_feature_slide.png/dbdc7a4aac81f9ea903c4e2329314e11");
  padding: 0.5em 0;
  width: 600px;
  font-size: 11px;
  line-height: 1.2em;
  color: #00acec;
}
#feature-our-global-community .features {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 600px;
  height: 387px;
  overflow: hidden;
}
#feature-our-global-community .feature-controls .prev,
#feature-our-global-community .feature-controls .next {
  float: left;
  height: 27px;
  padding-top: 15px;
  font-size: 0;
}
#feature-our-global-community .feature-controls .prev {
  padding-left: 1em;
}
#feature-our-global-community .feature-controls .next {
  background: url("/stat/new/images/blue/sep.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center left;
  padding-left: 20px;
  padding-right: 1em;
}
#feature-our-global-community .feature-controls .prev a,
#feature-our-global-community .feature-controls .next a {
  display: block;
  width: 10px;
  height: 9px;
  background: no-repeat top left;
}
#feature-our-global-community .feature-controls .prev a:hover,
#feature-our-global-community .feature-controls .next a:hover {
  background-position: bottom left;
}
#feature-our-global-community .feature-controls .prev a {
  background-image: url("/stat/new/images/blue/bg_feature_more-prev.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
#feature-our-global-community .feature-controls .next a {
  background-image: url("/stat/new/images/blue/bg_feature_more-next.png/dbdc7a4aac81f9ea903c4e2329314e11");
}
#feature-our-global-community .feature-controls .stoppause a {
  color: #00acec;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
}
#feature-our-global-community .feature-controls .stoppause a:hover {
  color: #ff0099;
}
#feature-our-global-community .feature-controls .stoppause {
  float: right;
  text-transform: uppercase;
  font-size: 11px;
}
#feature-our-global-community .feature-controls ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#feature-our-global-community .feature-controls li a img {
  float: left;
}
#feature-our-global-community .feature-controls li {
  float: left;
  background: url("/stat/new/images/blue/sep.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center left;
  padding-left: 20px;
  padding-right: 3px;
  height: 37px;
  padding-top: 5px;
}
#feature-our-global-community .feature-controls {
  border-top: 1px solid #d5d5d5;
  margin: 10px 10px 0;
  padding: 10px 0 15px;
  font-size: 0.85em;
  line-height: 2em;
  font-weight: bold;
}
#feature-our-global-community {
  padding: 0 20px 0 15px;
  margin-bottom: 30px;
  background: url("/stat/new/images/blue/bg_feature2.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom center;
}
#node-our-global-community .node-inner {
  padding-left: 15px;
}
#node-our-global-community .content {
  padding: 0;
}
#node-our-global-community .col-2-blocks .col {
  width: 300px;
}
#node-our-global-community .col-2-blocks .col-lt {
  padding-right: 20px;
}
#node-our-global-community h4 {
  padding-left: 10px;
  padding-bottom: 2em;
  font-size: 1.3em;
  line-height: 1.2em;
}
#block-signup-for-alerts {
  color: white;
}
#block-signup-for-alerts .container,
#block-signup-for-alerts .container-inline {
  padding: 8px 10px 0;
}
#block-signup-for-alerts .content p {
  color: #000;
}
#block-signup-for-alerts .container-inline {
  height: 33px;
}
#block-signup-for-alerts .container-inline .textwrapper {
  float: left;
  width: 110px;
}
#block-signup-for-alerts .textwrapper {
  padding-top: 4px;
  width: 268px;
  height: 18px;
  background: url("/stat/new/images/blue/form_text-pink.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
}
#block-signup-for-alerts .bluewraper {
  background: url("/stat/new/images/blue/form_text-blue.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top right;
}
#block-signup-for-alerts .error {
  background-color: #ccffff;
}
#block-signup-for-alerts .selectwrapper select {
  font-weight: bold;
  color: #333333;
}
#block-signup-for-alerts .buttonwrapper {
  float: right;
  padding-right: 7px;
}
.margin_bottom {
  margin-bottom: 50px;
}
.margin_top_5 {
  margin-top: 5px;
}
.section-home-no-ribbon {
  background: url("/stat/new/images/blue/bg_home.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-x scroll 0 -31px white;
}
.section-home-no-ribbon #bgfocus {
  height: 508px;
  background: url("/stat/new/images/blue/bg_focus_home.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat center 126px;
}
.section-home-no-ribbon #page {
  margin-top: -508px;
}
.section-home-no-ribbon #main {
  background: transparent;
}
.section-home-no-ribbon #main-inner {
  padding-top: 39px;
  padding-bottom: 46px;
  background: transparent;
}
.section-home-no-ribbon .cols {
  margin-bottom: 0;
}
.section-home-no-ribbon .col-multirows .block {
  margin-bottom: 33px;
}
.section-home-no-ribbon .col-multirows .row-last {
  margin-bottom: 0;
}
.section-home-no-ribbon #focus-wrap {
  background: #00A8E7 url("/stat/new/images/blue/bg_focuswrap.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom right;
  height: 402px;
  overflow: hidden;
}
.section-home-no-ribbon #focus-wrap #focus-mn {
  float: left;
  padding-top: 11px;
  width: 735px;
  height: 422px;
  background: url("/stat/new/images/blue/bg_focus-top.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
}
.section-home-no-ribbon #focus-sd {
  float: left;
  background: #FF0099 url("/stat/new/images/blue/bg_focussd.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat top left;
  width: 220px;
  height: 394px;
  overflow: hidden;
}
.section-home-no-ribbon #focus-sd .mid {
  background: url("/stat/new/images/blue/bg_focussd-mid.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom center;
  width: 220px;
  height: 16px;
}
.section-home-no-ribbon #focus-sd .btm {
  background: url("/stat/new/images/blue/bg_focussd-btm.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat bottom center;
  width: 220px;
  height: 26px;
}
.section-home-no-ribbon #focus-sd #intro-text {
  position: relative;
  overflow: hidden;
  height: 239px;
  width: 220px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  letter-spacing: -1px;
}
.section-home-no-ribbon #focus-sd #intro-text p {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.section-home-no-ribbon #focus-sd #intro-text a {
  display: block;
  padding-top: 11px;
  padding-right: 20px;
  padding-bottom: 17px;
  padding-left: 10px;
  color: white;
  outline: 0;
}
.section-home-no-ribbon #focus-sd #intro-text a :hover {
  text-decoration: none;
}
.section-home-no-ribbon #focus-sd #intro-text a img {
  padding-bottom: 0.2em;
}
.section-home-no-ribbon #focus-sd #action-avaaz {
  overflow: hidden;
  padding-left: 10px;
  width: 210px;
  height: 158px;
  color: black;
  font-size: 12px;
}
.section-home-no-ribbon #focus-sd #action-avaaz #member-counter {
  padding-right: 10px;
}
.section-home-no-ribbon #focus-sd #action-avaaz #member-counter p {
  margin-top: 0;
  line-height: 1.2em;
}
.section-home-no-ribbon #focus-sd #action-avaaz #member-counter p strong {
  font-size: 37px;
  line-height: 1em;
  font-weight: bold;
  letter-spacing: -1px;
  color: white;
}
.section-home-no-ribbon #focus-sd #action-avaaz #form-signup {
  margin: 0;
  padding-right: 1px;
}
.section-home-no-ribbon #focus-sd #action-avaaz #form-signup h2.title {
  padding-bottom: 0;
}
.section-home-no-ribbon #focus-sd #action-avaaz #form-signup .container-inline {
  margin-top: -5px;
  background: url("/stat/new/images/blue/bg_form_signup.jpg/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat right center;
  padding-top: 12px;
  padding-bottom: 0;
  height: 34px;
}
.section-home-no-ribbon #focus-sd #action-avaaz #form-signup .textwrapper {
  float: left;
  width: 157px;
  height: 19px;
  background: #EFEFEF;
}
.section-home-no-ribbon #focus-sd #action-avaaz #form-signup .form-text {
  font-size: 11px;
}
.tweet_list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.tweet_list li {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0.5em;
  list-style-type: none;
}
.tweet_list .tweet_avatar {
  padding-right: .5em;
  float: left;
}
.tweet_list .tweet_avatar img {
  vertical-align: middle;
}
.international-coverage h3.headline {
  color: #00ACEC;
}
.do_blue.buttonwrapper {
  float: left;
}
.do_blue.buttonwrapper a {
  display: block;
  text-decoration: none;
}
.do_blue.buttonwrapper a table {
  margin: 0 19px;
}
.do_blue.buttonwrapper a a:hover {
  text-decoration: none;
}
.do_blue.buttonwrapper a .button_td1 {
  position: relative;
  font-family: 'archivo_narrowbold';
  font-size: 23px;
  color: white;
  text-transform: uppercase;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
}
.do_blue.buttonwrapper a.small {
  line-height: 33px;
  height: 32px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #fb6c98;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmM5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjBhNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fb6c98),color-stop(100%,#e60a75));
  background: -webkit-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -o-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -ms-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb6c98',endColorstr='#e60a75',GradientType=1);
  -webkit-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  border: none;
}
.do_blue.buttonwrapper a.small .button_td1 {
  font-size: 16px;
  padding-right: 20px;
  padding-left: 20px;
}
.do_blue.buttonwrapper a.large {
  line-height: 40px;
  height: 39px;
  font-weight: normal;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #fb6c98;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmM5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjBhNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fb6c98),color-stop(100%,#e60a75));
  background: -webkit-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -o-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -ms-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  -webkit-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  border: none;
  margin-top: 5px;
}
.do_blue.buttonwrapper a.large .button_td1 {
  font-size: 27px;
  padding-right: 40px;
  padding-left: 40px;
}
.do_blue.buttonwrapper a.medium {
  height: 47px;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  background: #fb6c98;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiNmM5OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNjBhNzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -webkit-gradient(linear,left top,right top,color-stop(0%,#fb6c98),color-stop(100%,#e60a75));
  background: -webkit-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -o-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: -ms-linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  background: linear-gradient(left,#fb6c98 0%,#e60a75 100%);
  line-height: 47px;
  -webkit-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  -moz-box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  box-shadow: 3px 4px 12px rgba(0,0,0,0.2);
  border: none;
  margin-top: 5px;
}
.do_blue.buttonwrapper a.medium .button_td1 {
  font-size: 23px;
  padding-right: 20px;
  padding-left: 20px;
}
.centre-button {
  float: right;
  margin-right: 22px;
  margin-bottom: 7px;
}
.community-petitions {
  margin-bottom: 35px;
  margin-top: -5px;
}
.community-petitions .block-inner {
  background: url("/stat/new/images/blue/bg_block_content-mid_happeninglive.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y top left;
}
.community-petitions .content {
  padding-left: 10px;
  padding-right: 10px;
}
.community-petitions .content-mid {
  background: transparent;
  width: 300px;
  padding: 0;
  overflow: hidden;
  border-top: 1px solid #e7e8e9;
}
.community-petitions .content-btm {
  background: url("/stat/new/images/blue/bg_block_content-btm_happeninglive.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y top center;
  _background-image: url("/stat/new/images/blue/bg_block_content-btm_happeninglive.ie6.png/dbdc7a4aac81f9ea903c4e2329314e11");
  position: relative;
  margin-top: -10px;
  margin-left: -11px;
  margin-right: -9px;
  width: 320px;
  height: 10px;
  opacity: 0.8;
}
.community-petitions .divider {
  background: url("/stat/new/images/blue/bg-divider-community-petition.png/dbdc7a4aac81f9ea903c4e2329314e11") repeat-y top center;
  _background-image: url("/stat/new/images/blue/bg-divider-community-petition.png/dbdc7a4aac81f9ea903c4e2329314e11");
  position: relative;
  width: 280px;
  height: 8px;
  opacity: 0.8;
}
.community-petitions ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.community-petitions li {
  clear: both;
  padding: 8px 10px 0;
  margin: 0;
}
.community-petitions li .headline a {
  color: #33a9d5;
  font-size: 16px;
  font-family: "Helvetica";
}
.community-petitions li p {
  padding: 0;
}
.community-petitions li .time-ago {
  float: left;
  padding-top: 0.6em;
  padding-right: 6px;
  padding-bottom: 5px;
  width: 56px;
  font-size: 10px;
  line-height: 1em;
  color: #333;
  text-align: right;
}
.community-petitions li .time-ago big {
  font-size: 1.1em;
}
.community-petitions li .flag {
  float: left;
  width: 36px;
  padding-bottom: 5px;
}
.community-petitions li .info {
  float: left;
  padding-top: 0.2em;
  padding-bottom: 5px;
  width: 182px;
}
.community-petitions li .person {
  font-size: 11px;
  line-height: 1.2em;
  color: #666;
}
.community-petitions li .person big {
  font-size: 13px;
  color: #1F1F1F;
}
.community-petitions li .action {
  font-size: 11px;
  line-height: 1.2em;
  color: #00ACEC;
}
.community-petitions li.first {
  background: transparent;
}
.community-petitions li.first a img {
  float: left;
  margin-bottom: 10px;
}
.community-petitions li.first .link-first {
  float: right;
  width: 140px;
  padding-bottom: 10px;
}
#block-what-we-do {
  margin-bottom: 0;
}
#unsubscribe_form input {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 8px 6px;
  width: 250px;
  margin-right: 8px;
  float: left;
  font-size: 12px;
  height: 13px;
}
#unsubscribe_form div.buttonwrapper {
  float: left;
}
.additional_media {
  float: left;
  padding-left: 10px;
  margin-top: 15px;
}
.rtl #unsubscribe_form input {
  background: #efefef;
  border: 1px solid #ccc;
  padding: 8px 6px;
  width: 250px;
  margin-right: 0px;
  float: right;
  font-size: 12px;
  height: 13px;
}
.rtl #unsubscribe_form div.buttonwrapper {
  float: right;
  margin-right: -25px;
  margin-top: -2px;
}
#donate-error-dialog .error_messages {
  color: black;
  font-size: 16px;
  font-weight: bold;
}
#privacy-notice {
  background-color: #EEEEEE;
  font-size: 0.85em;
  line-height: 1.2em;
  padding: 0 0 10px 10px;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
#privacy-notice div.close-button-container {
  float: right;
  width: 15px;
}
.illustration-inset {
  float: left;
  margin: 4px 10px 5px 0;
}
*[dir="rtl"] .marker-title h5 {
  float: right;
  padding: 0 10px 0 20px;
}
*[dir="rtl"] .marker-title h5:after {
  right: 100%;
  left: auto;
  top: 0;
  border-right: 8px solid #767676;
  border-left: none;
}
*[dir="rtl"] .illustration-inset {
  float: right;
  margin: 4px 0 5px 10px;
}
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results ul li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  font: menu;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  overflow: hidden;
}
.ac_results ul li .ac_odd {
  background-color: #eee;
}
.ac_results ul li .ac_over {
  background-color: #0A246A;
  color: white;
}
.ac_loading {
  background: white url('/images/upload_mini.gif?s=dbdc7a4aac81f9ea903c4e2329314e11') right center no-repeat;
}
#map_container {
  position: relative;
}
#map_container p {
  position: absolute;
  background: white;
  font-size: 11px;
  height: 17px;
  padding: 3px 6px 0px;
  min-width: 100px;
}

/*  new/css/blue/colorbox.css  */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:7777; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:visible !important;} /* was overflow:auto; changed for ribbons titles */
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;opacity:0.65;}

#colorbox{}
    #cboxContent{margin-top:32px;}
        #cboxLoadedContent{background:none; padding:1px;}
        #cboxLoadingGraphic{background:url("/stat/images/loadingAnimation.gif/dbdc7a4aac81f9ea903c4e2329314e11") center center no-repeat;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{
	  text-indent:-9999px;
	  width:20px;
	  height:20px;
	  position:absolute;
	  top:-20px;
	  background: url("/stat/new/images/blue/sprite/button_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat scroll;
	}
        #cboxPrevious{
	  background-position:0px -335px;
	  right:44px;
	}
        #cboxPrevious.hover{
	  background-position:0px -360px;
	}
        #cboxNext{
	  background-position:-25px -335px; right:22px;
	}
        #cboxNext.hover{
	  background-position:-25px -360px;
	}
        #cboxClose{
	    background-position: -137px 0px;
            cursor:pointer;
            height:36px;
            right:-15px;
            position:absolute;
            width:35px;
            z-index:9999;
        }
        #cboxClose.hover{}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{
	  right:66px;
	}
        .cboxSlideshow_on #cboxSlideshow{
	  background-position:-75px -360px;
	  right:44px;
	}
        .cboxSlideshow_on #cboxSlideshow.hover{
	  background-position:-100px -360px;
	}
        .cboxSlideshow_off #cboxSlideshow{
	  background-position:-100px -335px; right:44px;
	}
        .cboxSlideshow_off #cboxSlideshow.hover{
	  background-position:-75px -360px;
	}
#cboxClose.hidden {
    display: none;
}

#cboxClose,
#cboxWrapper,
#colorbox {
  outline: none; /* avoid focus box */
}

#cboxClose {
  border: none;
}

/*
  Colorbox's additional styles for
  #008fce heading background and
  #f4f4f4 background of content part
*/
.popup-title {
    background: #008fce;
    padding: 10px 30px;
}

.popup-title h2 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    line-height: 25px;
}

.popup-container {
    background: #f4f4f4;
    min-height: 145px;
    padding: 17px 30px;
}
/*  new/css/blue/slideshow.less  */
.slideshow_wrap {
  width: 631px;
  position: absolute;
  height: 316px;
  top: 0;
  left: -631px;
}
.slideshow_wrap .slideshow_item {
  overflow: hidden;
  width: 631px;
  height: 316px;
  float: left;
  position: relative;
}
.slideshow_wrap .slideshow_item .slideshow_image {
  width: 100%;
  height: 100%;
  text-align: center;
}
.slideshow_wrap .slideshow_item .slideshow_content {
  height: 115px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 38px;
  _line-height: 0.6em;
  letter-spacing: -1px;
  color: white;
  overflow: hidden;
}
.slideshow_wrap .slideshow_item .slideshow_content :hover {
  text-decoration: none;
}
.slideshow_wrap .slideshow_item .slideshow_content .slideshow_overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.slideshow_wrap .slideshow_item .slideshow_content .slideshow_link {
  margin: 0 14px;
  position: absolute;
  bottom: 5px;
  height: 98px;
}
#slideshow_controls {
  position: relative;
  text-align: center;
  width: 631px;
  color: white;
  margin: 10px 0;
}
#slideshow_controls .controls {
  width: 30px;
  float: right;
  text-align: right;
  margin-left: 15px;
}
#slideshow_controls .controls a {
  text-indent: 9999px;
}
#slideshow_controls .bullets {
  overflow: hidden;
}
#slideshow_controls a {
  margin: 4px 15px 4px 0;
  padding: 0;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  display: inline-block;
  outline: 0 none;
  background: transparent url("/stat/new/images/blue/sprite/slideshow_controls_sprite.png/dbdc7a4aac81f9ea903c4e2329314e11") no-repeat 0 -22px;
}
#slideshow_controls a:hover,
#slideshow_controls a.active {
  background-position: -11px -22px;
}
#slideshow_controls a.prev {
  background-position: 0 -11px;
  margin-right: 20px;
  width: 22px;
}
#slideshow_controls a.prev :hover {
  background-position: 0 -11px !important;
}
#slideshow_controls a.next {
  background-position: -28px -11px;
  margin: 4px 0 4px 5px;
  width: 22px;
}
#slideshow_controls a.next :hover {
  background-position: -28px -11px !important;
}
#slideshow_controls a.pause {
  background-position: -33px -22px;
  width: 8px;
}
#slideshow_controls a.pause :hover {
  background-position: -33px -22px !important;
}
#slideshow_controls a.play {
  background-position: -28px -11px;
  width: 11px;
  margin: 4px 14px 4px 0px;
}
#slideshow_controls a.play :hover {
  background-position: -28px -11px !important;
}
.campaign #focus-photo-feature div.wrap {
  overflow: hidden;
  position: relative;
  height: 230px;
}
.campaign #focus-photo-feature div.slideshow_wrap {
  width: 460px;
  height: 230px;
  left: 461px;
}
.campaign #focus-photo-feature div.slideshow_wrap div.slideshow_item {
  width: 460px;
  height: 230px;
}
.campaign #focus-photo-feature div.slideshow_wrap div.slideshow_item div.slideshow_content {
  height: 45px;
  font-size: 14px;
  line-height: 14px;
}
.campaign #focus-photo-feature div.slideshow_wrap div.slideshow_item div.slideshow_content .slideshow_link {
  margin: 0 14px;
  height: 32px;
}
.campaign #focus-photo-feature div.slideshow_wrap div.slideshow_item img.empty_pointer {
  margin: 0;
}
.campaign #focus-photo-feature #slideshow_controls {
  width: 460px;
}
.campaign #focus-photo-feature #slideshow_controls .controls {
  width: 95px;
}
.campaign #focus-photo-feature #slideshow_controls a:hover,
.campaign #focus-photo-feature #slideshow_controls a.active {
  background-position: -22px -22px;
}
.campaign #focus-photo-feature #slideshow_controls a.prev {
  background-position: 0 0;
}
.campaign #focus-photo-feature #slideshow_controls a.prev :hover {
  background-position: 0 0 !important;
}
.campaign #focus-photo-feature #slideshow_controls a.next {
  background-position: -28px 0;
}
.campaign #focus-photo-feature #slideshow_controls a.next :hover {
  background-position: -28px 0 !important;
}
.campaign #focus-photo-feature #slideshow_controls a.pause {
  background-position: -42px -22px;
}
.campaign #focus-photo-feature #slideshow_controls a.pause :hover {
  background-position: -42px -22px !important;
}
.campaign #focus-photo-feature #slideshow_controls a.play {
  background-position: -22px 0;
  width: 6px;
  margin: 4px 16px 4px 1px;
}
.campaign #focus-photo-feature #slideshow_controls a.play :hover {
  background-position: -22px 0 !important;
}
body.rtl .slideshow_wrap .slideshow_link {
  right: 0;
}
body.rtl #slideshow_controls .bullets {
  direction: rtl;
}
body.rtl.campaign #slideshow_controls a {
  text-indent: -9999px !important;
}

/*  new/css/flags.css  */
.flag-ad { background-position: -0px -0px; }
.flag-ae { background-position: -23px -0px; }
.flag-af { background-position: -46px -0px; }
.flag-ag { background-position: -69px -0px; }
.flag-ai { background-position: -92px -0px; }
.flag-al { background-position: -115px -0px; }
.flag-am { background-position: -138px -0px; }
.flag-an { background-position: -161px -0px; }
.flag-ao { background-position: -184px -0px; }
.flag-ar { background-position: -207px -0px; }
.flag-as { background-position: -0px -14px; }
.flag-at { background-position: -23px -14px; }
.flag-au { background-position: -46px -14px; }
.flag-aw { background-position: -69px -14px; }
.flag-ax { background-position: -92px -14px; }
.flag-az { background-position: -115px -14px; }
.flag-ba { background-position: -138px -14px; }
.flag-bb { background-position: -161px -14px; }
.flag-bd { background-position: -184px -14px; }
.flag-be { background-position: -207px -14px; }
.flag-bf { background-position: -0px -28px; }
.flag-bg { background-position: -23px -28px; }
.flag-bh { background-position: -46px -28px; }
.flag-bi { background-position: -69px -28px; }
.flag-bj { background-position: -92px -28px; }
.flag-bm { background-position: -115px -28px; }
.flag-bn { background-position: -138px -28px; }
.flag-bo { background-position: -161px -28px; }
.flag-br { background-position: -184px -28px; }
.flag-bs { background-position: -207px -28px; }
.flag-bt { background-position: -0px -42px; }
.flag-bv { background-position: -23px -42px; }
.flag-bw { background-position: -46px -42px; }
.flag-by { background-position: -69px -42px; }
.flag-bz { background-position: -92px -42px; }
.flag-ca { background-position: -115px -42px; }
.flag-catalonia { background-position: -138px -42px; }
.flag-cc { background-position: -161px -42px; }
.flag-cd { background-position: -184px -42px; }
.flag-cf { background-position: -207px -42px; }
.flag-cg { background-position: -0px -56px; }
.flag-ch { background-position: -23px -56px; }
.flag-ci { background-position: -46px -56px; }
.flag-ck { background-position: -69px -56px; }
.flag-cl { background-position: -92px -56px; }
.flag-cm { background-position: -115px -56px; }
.flag-cn { background-position: -138px -56px; }
.flag-co { background-position: -161px -56px; }
.flag-cr { background-position: -184px -56px; }
.flag-cs { background-position: -207px -252px; }
.flag-cu { background-position: -0px -70px; }
.flag-cv { background-position: -23px -70px; }
.flag-cx { background-position: -46px -70px; }
.flag-cy { background-position: -69px -70px; }
.flag-cz { background-position: -92px -70px; }
.flag-de { background-position: -115px -70px; }
.flag-dj { background-position: -138px -70px; }
.flag-dk { background-position: -161px -70px; }
.flag-dm { background-position: -184px -70px; }
.flag-do { background-position: -207px -70px; }
.flag-dz { background-position: -0px -84px; }
.flag-ec { background-position: -23px -84px; }
.flag-ee { background-position: -46px -84px; }
.flag-eg { background-position: -69px -84px; }
.flag-eh { background-position: -92px -84px; }
.flag-endland { background-position: -115px -84px; }
.flag-er { background-position: -138px -84px; }
.flag-es { background-position: -161px -84px; }
.flag-et { background-position: -184px -84px; }
.flag-eu { background-position: -207px -84px; }
.flag-fi { background-position: -0px -98px; }
.flag-fj { background-position: -23px -98px; }
.flag-fk { background-position: -46px -98px; }
.flag-fm { background-position: -69px -98px; }
.flag-fo { background-position: -92px -98px; }
.flag-fr { background-position: -115px -98px; }
.flag-ga { background-position: -138px -98px; }
.flag-gb { background-position: -161px -98px; }
.flag-gd { background-position: -184px -98px; }
.flag-ge { background-position: -207px -98px; }
.flag-gf { background-position: -115px -98px; }
.flag-gh { background-position: -23px -112px; }
.flag-gi { background-position: -46px -112px; }
.flag-gl { background-position: -69px -112px; }
.flag-gm { background-position: -92px -112px; }
.flag-gn { background-position: -115px -112px; }
.flag-gp { background-position: -138px -112px; }
.flag-gq { background-position: -161px -112px; }
.flag-gr { background-position: -184px -112px; }
.flag-gs { background-position: -207px -112px; }
.flag-gt { background-position: -0px -126px; }
.flag-gu { background-position: -23px -126px; }
.flag-gw { background-position: -46px -126px; }
.flag-gy { background-position: -69px -126px; }
.flag-hk { background-position: -92px -126px; }
.flag-hm { background-position: -115px -126px; }
.flag-hn { background-position: -138px -126px; }
.flag-hr { background-position: -161px -126px; }
.flag-ht { background-position: -184px -126px; }
.flag-hu { background-position: -207px -126px; }
.flag-id { background-position: -0px -140px; }
.flag-ie { background-position: -23px -140px; }
.flag-il { background-position: -46px -140px; }
.flag-im { background-position: -69px -140px; }
.flag-in { background-position: -92px -140px; }
.flag-io { background-position: -115px -140px; }
.flag-iq { background-position: -138px -140px; }
.flag-ir { background-position: -161px -140px; }
.flag-is { background-position: -184px -140px; }
.flag-it { background-position: -207px -140px; }
.flag-je { background-position: -0px -154px; }
.flag-jm { background-position: -23px -154px; }
.flag-jo { background-position: -46px -154px; }
.flag-jp { background-position: -69px -154px; }
.flag-ke { background-position: -92px -154px; }
.flag-kg { background-position: -115px -154px; }
.flag-kh { background-position: -138px -154px; }
.flag-ki { background-position: -161px -154px; }
.flag-km { background-position: -184px -154px; }
.flag-kn { background-position: -207px -154px; }
.flag-kp { background-position: -0px -168px; }
.flag-kr { background-position: -23px -168px; }
.flag-kv { background-position: -46px -168px; }
.flag-kw { background-position: -69px -168px; }
.flag-ky { background-position: -92px -168px; }
.flag-kz { background-position: -115px -168px; }
.flag-la { background-position: -138px -168px; }
.flag-lb { background-position: -161px -168px; }
.flag-lc { background-position: -184px -168px; }
.flag-li { background-position: -207px -168px; }
.flag-lk { background-position: -0px -182px; }
.flag-lr { background-position: -23px -182px; }
.flag-ls { background-position: -46px -182px; }
.flag-lt { background-position: -69px -182px; }
.flag-lu { background-position: -92px -182px; }
.flag-lv { background-position: -115px -182px; }
.flag-ly { background-position: -138px -182px; }
.flag-ma { background-position: -161px -182px; }
.flag-mc { background-position: -184px -182px; }
.flag-md { background-position: -207px -182px; }
.flag-me { background-position: -0px -196px; }
.flag-mg { background-position: -23px -196px; }
.flag-mh { background-position: -46px -196px; }
.flag-mk { background-position: -69px -196px; }
.flag-ml { background-position: -92px -196px; }
.flag-mm { background-position: -115px -196px; }
.flag-mn { background-position: -138px -196px; }
.flag-mo { background-position: -161px -196px; }
.flag-mp { background-position: -184px -196px; }
.flag-mq { background-position: -207px -196px; }
.flag-mr { background-position: -0px -210px; }
.flag-ms { background-position: -23px -210px; }
.flag-mt { background-position: -46px -210px; }
.flag-mu { background-position: -69px -210px; }
.flag-mv { background-position: -92px -210px; }
.flag-mw { background-position: -115px -210px; }
.flag-mx { background-position: -138px -210px; }
.flag-my { background-position: -161px -210px; }
.flag-mz { background-position: -184px -210px; }
.flag-na { background-position: -207px -210px; }
.flag-nc { background-position: -0px -224px; }
.flag-ne { background-position: -23px -224px; }
.flag-nf { background-position: -46px -224px; }
.flag-ng { background-position: -69px -224px; }
.flag-ni { background-position: -92px -224px; }
.flag-nl { background-position: -115px -224px; }
.flag-no { background-position: -138px -224px; }
.flag-np { background-position: -161px -224px; }
.flag-nr { background-position: -184px -224px; }
.flag-nu { background-position: -207px -224px; }
.flag-nz { background-position: -0px -238px; }
.flag-om { background-position: -23px -238px; }
.flag-pa { background-position: -46px -238px; }
.flag-pe { background-position: -69px -238px; }
.flag-pf { background-position: -92px -238px; }
.flag-pg { background-position: -115px -238px; }
.flag-ph { background-position: -138px -238px; }
.flag-pk { background-position: -161px -238px; }
.flag-pl { background-position: -184px -238px; }
.flag-pm { background-position: -207px -238px; }
.flag-pn { background-position: -0px -252px; }
.flag-pr { background-position: -23px -252px; }
.flag-ps { background-position: -46px -252px; }
.flag-pt { background-position: -69px -252px; }
.flag-pw { background-position: -92px -252px; }
.flag-py { background-position: -115px -252px; }
.flag-qa { background-position: -138px -252px; }
.flag-re { background-position: -161px -252px; }
.flag-ro { background-position: -184px -252px; }
.flag-rs { background-position: -207px -252px; }
.flag-ru { background-position: -0px -266px; }
.flag-rw { background-position: -23px -266px; }
.flag-sa { background-position: -46px -266px; }
.flag-sb { background-position: -69px -266px; }
.flag-sc { background-position: -92px -266px; }
.flag-scotland { background-position: -115px -266px; }
.flag-sd { background-position: -138px -266px; }
.flag-se { background-position: -161px -266px; }
.flag-sg { background-position: -184px -266px; }
.flag-sh { background-position: -207px -266px; }
.flag-si { background-position: -0px -280px; }
.flag-sj { background-position: -23px -280px; }
.flag-sk { background-position: -46px -280px; }
.flag-sl { background-position: -69px -280px; }
.flag-sm { background-position: -92px -280px; }
.flag-sn { background-position: -115px -280px; }
.flag-so { background-position: -138px -280px; }
.flag-sr { background-position: -161px -280px; }
.flag-ss { background-position: -184px -280px; }
.flag-st { background-position: -207px -280px; }
.flag-sv { background-position: -0px -294px; }
.flag-sy { background-position: -23px -294px; }
.flag-sz { background-position: -46px -294px; }
.flag-tc { background-position: -69px -294px; }
.flag-td { background-position: -92px -294px; }
.flag-tf { background-position: -115px -294px; }
.flag-tg { background-position: -138px -294px; }
.flag-th { background-position: -161px -294px; }
.flag-tj { background-position: -184px -294px; }
.flag-tk { background-position: -207px -294px; }
.flag-tl { background-position: -0px -308px; }
.flag-tm { background-position: -23px -308px; }
.flag-tn { background-position: -46px -308px; }
.flag-to { background-position: -69px -308px; }
.flag-tr { background-position: -92px -308px; }
.flag-tt { background-position: -115px -308px; }
.flag-tv { background-position: -138px -308px; }
.flag-tw { background-position: -161px -308px; }
.flag-tz { background-position: -184px -308px; }
.flag-ua { background-position: -207px -308px; }
.flag-ug { background-position: -0px -322px; }
.flag-um { background-position: -23px -322px; }
.flag-us { background-position: -46px -322px; }
.flag-uy { background-position: -69px -322px; }
.flag-uz { background-position: -92px -322px; }
.flag-va { background-position: -115px -322px; }
.flag-vc { background-position: -138px -322px; }
.flag-ve { background-position: -161px -322px; }
.flag-vg { background-position: -184px -322px; }
.flag-vi { background-position: -207px -322px; }
.flag-vn { background-position: -0px -336px; }
.flag-vu { background-position: -23px -336px; }
.flag-wales { background-position: -46px -336px; }
.flag-wf { background-position: -69px -336px; }
.flag-ws { background-position: -92px -336px; }
.flag-ye { background-position: -115px -336px; }
.flag-yt { background-position: -138px -336px; }
.flag-za { background-position: -161px -336px; }
.flag-zm { background-position: -184px -336px; }
.flag-zw { background-position: -207px -336px; }
