@import 'reset.css';
@import 'qtip.css';
@import 'jqueryui.css';
.trans-visible {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: opacity 0.5s linear;
}
.trans-invisible {
  visibility: hidden;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  transition: visibility 0s 0.2s, opacity 0.2s linear;
  height: 0;
  padding: 0;
  margin: 0;
}
/* ====== STYLE BASELINES ========================*/
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1.125em;
  margin: 0;
  padding: 0;
}
div#wrapper {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
a {
  text-decoration: none;
}
.mobile {
  display: none;
}
/* ====== FONT STYLES ==========================*/
.ptsans {
  font-family: 'PT Sans', sans-serif;
}
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.ptmono {
  font-family: 'PT Mono', sans-serif;
}
/* ====== GENERAL LAYOUT ========================*/
/* ==== top advert ==== */
#advert-wrapper {
  background-color: #1a1617;
  height: 6.000em;
  width: 100%;
  border-bottom: 1px solid #ffffff;
  -webkit-box-shadow: 0px 1px 4px #c9c9c9;
  -moz-box-shadow: 0px 1px 4px #c9c9c9;
  box-shadow: 0px 1px 4px #c9c9c9;
}
#advert-wrapper div {
  width: 41.813em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2px;
  height: 5.750em;
  z-index: 3;
}
#advert-wrapper div a {
  display: block;
  width: 41.813em;
  height: 5.750em;
}
#advert-wrapper div a img {
  max-width: 100%;
}
/* ==== site header ==== */
header#top {
  max-width: 60.000em;
  height: auto;
  margin: 0 auto;
  padding: 1em 0 1.563em;
  *zoom: 1;
}
header#top:before,
header#top:after {
  content: "";
  display: table;
}
header#top:after {
  clear: both;
}
header#top a#logo {
  float: left;
  display: block;
  height: 5.875em;
  width: 5.875em;
}
header#top a#logo img {
  width: 100%;
  height: 100%;
}
header#top #header-collateral {
  float: left;
  margin: 1.25em 0 0 7%;
  height: auto;
}
header#top #header-collateral .strapline {
  font-weight: 700;
  font-size: 1.250em;
  color: #000;
  font-family: 'PT Sans', sans-serif;
  margin-bottom: 1.063em;
}
header#top #header-collateral .highlight-link {
  font-weight: 700;
  font-size: 1em;
}
header#top #header-collateral .mobile-link {
  display: none;
}
header#top .header-right {
  float: right;
}
header#top #header-tools {
  float: right;
  margin-top: 1.25em;
  white-space: nowrap;
}
header#top #header-tools nav {
  float: left;
  margin-bottom: 0.625em;
}
header#top #header-tools nav ul li {
  display: inline;
}
header#top #header-tools nav ul li a {
  border-right: 1px solid #000;
  display: inline-block;
  font-size: 0.75em;
  color: #000;
  padding: 0 0.5em;
  line-height: 0.75em;
}
header#top #header-tools nav ul li:last-child a {
  border-right: 0;
}
header#top #header-tools #font-sizer {
  float: left;
  margin-bottom: 10px;
  padding-left: 5px;
}
header#top #header-tools #font-sizer a {
  font-weight: bold;
  cursor: pointer;
  padding: 0 0.1em;
}
header#top #header-tools #font-sizer .small {
  font-size: 0.75em;
}
header#top #header-tools #font-sizer .large {
  font-size: 1.2em;
}
header#top #site-search {
  text-align: left;
  width: 17.500em;
  margin-top: 50px;
}
header#top #site-search div {
  position: relative;
}
header#top #site-search div input#search-field {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
  font-size: 11px;
  color: #b5b5b5;
  padding: 0px 15% 0px 5%;
  width: 79%;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 30px;
  height: 30px;
  color: #000;
}
header#top #site-search div button {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  display: -moz-inline-stack;
  vertical-align: top;
  position: absolute;
  line-height: 30px;
  top: 0;
  right: 0;
  z-index: 100;
  background: #000000 url('../../images/site/icon_search.png') center center no-repeat;
  height: 32px;
  font-size: 11px;
  padding: 0px 0.75em;
  border: 1px solid #000;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
/* ==== site main navigation ==== */
div#nav-wrapper {
  padding: 0 0 1em;
  position: relative;
  z-index: 1000;
  background: #f8f8f8;
  width: 100%;
}
div#nav-wrapper nav {
  background: #000;
  height: auto;
  padding: 0;
  -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.3);
}
div#nav-wrapper nav a.main-nav-toggle {
  display: none;
  background: #000;
  padding: 0.75em 1.20em;
  text-align: center;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1em;
  font-family: 'PT Sans', sans-serif;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
ul#main-nav {
  display: block;
  max-width: 60.000em;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #535353;
  *zoom: 1;
}
ul#main-nav:before,
ul#main-nav:after {
  content: "";
  display: table;
}
ul#main-nav:after {
  clear: both;
}
ul#main-nav a:hover {
  color: #000;
  background-color: #ff0000;
}
ul#main-nav > li {
  position: relative;
  float: left;
  background-color: #000;
  border-right: 1px solid #535353;
}
ul#main-nav > li a {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 0.813em;
  padding: 0.85em 1.2em;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
ul#main-nav > li a:hover {
  color: #000;
  background-color: #ff0000;
}
ul#main-nav > li.hover > ul {
  left: 0;
  z-index: 100;
}
ul#main-nav > li li.hover > ul {
  left: 100%;
  top: 0;
  z-index: 200;
}
ul#main-nav > li.active > a {
  color: #000;
  background-color: #ff0000;
}
ul#main-nav li ul {
  position: absolute;
  left: -9999px;
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.4);
}
ul#main-nav li li {
  background-color: #2d2d2d;
  border-top: 1px solid #535353;
  position: relative;
}
ul#main-nav li li a {
  display: block;
  white-space: nowrap;
  color: #FFF;
  text-align: left;
  font-size: 0.813em;
  font-family: 'PT Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
ul#main-nav li li ul {
  top: 0px;
}
ul#main-nav li li li {
  background-color: #404040;
  border-top: 1px solid #535353;
}
ul#main-nav li li li a {
  display: block;
  white-space: nowrap;
  color: #FFF;
  text-align: left;
  font-size: 0.813em;
}
/* ==== central content ==== */
#center-wrapper {
  background: #f8f8f8;
  height: auto;
  width: 100%;
}
#center-wrapper .center {
  position: relative;
  max-width: 60.000em;
  min-height: 400px;
  height: auto;
  margin: 0 auto;
  *zoom: 1;
  padding: 0 0 1.5em 0;
}
#center-wrapper .center:before,
#center-wrapper .center:after {
  content: "";
  display: table;
}
#center-wrapper .center:after {
  clear: both;
}
#center-wrapper .center a.upper-twitter-follow {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 0;
  border: 1px solid #ccc;
  color: #000;
  font-weight: bold;
  font-size: 0.813em;
  white-space: nowrap;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 0.25em 1em 0.25em 0.35em;
  background: #fefefe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdbdb), color-stop(1, #fefefe));
  background: -ms-linear-gradient(bottom, #dbdbdb, #fefefe);
  background: -moz-linear-gradient(center bottom, #dbdbdb 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
  -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.25);
}
#center-wrapper .center a.upper-twitter-follow span {
  display: block;
  float: left;
  width: 25px;
  height: 18px;
  background: url('../../images/site/icon_twitter_button.png') left bottom no-repeat;
}
/* ==== site footer ==== */
footer#bottom {
  width: 100%;
}
footer#bottom #upper-wrapper {
  background: #3a3d40;
  height: auto;
}
footer#bottom #upper-wrapper .footer-container {
  max-width: 60.000em;
  height: auto;
  margin: 0 auto;
  padding: 1.5em 0;
  color: #bfbfbf;
  *zoom: 1;
}
footer#bottom #upper-wrapper .footer-container:before,
footer#bottom #upper-wrapper .footer-container:after {
  content: "";
  display: table;
}
footer#bottom #upper-wrapper .footer-container:after {
  clear: both;
}
footer#bottom #upper-wrapper .footer-container section {
  float: left;
  width: 25%;
  padding: 1em 0;
  line-height: 1.5em;
}
footer#bottom #upper-wrapper .footer-container section h5 {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
footer#bottom #upper-wrapper .footer-container section ul {
  margin-top: 1.25em;
}
footer#bottom #upper-wrapper .footer-container section ul li {
  font-size: 0.813em;
}
footer#bottom #upper-wrapper .footer-container section ul li a {
  color: #bfbfbf;
}
footer#bottom #upper-wrapper .footer-container section ul li a:hover {
  color: #FFF;
}
footer#bottom #upper-wrapper .footer-container section#contacts {
  width: 18%;
  margin-left: 7%;
}
footer#bottom #upper-wrapper .footer-container section#contacts a {
  color: #bfbfbf;
}
footer#bottom #upper-wrapper .footer-container section#contacts a:hover {
  color: #FFF;
}
footer#bottom #lower-wrapper {
  background: #000;
  width: 100%;
  padding: 0.5em 0;
}
footer#bottom #lower-wrapper .footer-container {
  max-width: 960px;
  height: auto;
  margin: 0 auto;
  *zoom: 1;
}
footer#bottom #lower-wrapper .footer-container:before,
footer#bottom #lower-wrapper .footer-container:after {
  content: "";
  display: table;
}
footer#bottom #lower-wrapper .footer-container:after {
  clear: both;
}
footer#bottom #lower-wrapper a {
  display: inline-block;
  color: #bfbfbf;
  font-family: 'PT Sans', sans-serif;
  padding: 0 0 0 2.5em;
  font-size: 0.875em;
  line-height: 2em;
  font-weight: bold;
}
footer#bottom #lower-wrapper a:hover {
  color: #FFF;
}
footer#bottom #lower-wrapper a.footer-follow-twitter {
  background: url('../../images/site/icon_footer_twitter.png') left center no-repeat;
}
footer#bottom #lower-wrapper a.footer-rss {
  background: url('../../images/site/icon_footer_rss.png') left center no-repeat;
  margin-left: 9.5em;
}
footer#bottom #lower-wrapper div.footer-shares {
  float: right;
  font-size: 0.875em;
  line-height: 2em;
  font-weight: bold;
  color: #bfbfbf;
}
footer#bottom #lower-wrapper div.footer-shares a {
  display: inline-block;
  width: 27px;
  height: 25px;
  margin: 0 0 0 0.5em;
  padding: 0;
}
footer#bottom #lower-wrapper div.footer-shares a.footer-share-facebook {
  background: url('../../images/site/icon_footer_facebook.png') left center no-repeat;
}
footer#bottom #lower-wrapper div.footer-shares a.footer-share-twitter {
  background: url('../../images/site/icon_footer_twitter.png') left center no-repeat;
}
footer#bottom #lower-wrapper div.footer-shares a.footer-share-email {
  width: 32px;
  background: url('../../images/site/icon_footer_mail.png') left center no-repeat;
}
section#contacts p {
  margin: 1.25em 0;
  line-height: 1.5em;
  font-size: 0.813em;
}
section#contacts div {
  line-height: 1.5em;
  font-size: 0.813em;
}
section#contacts div.phone {
  padding-left: 1em;
  background: url('../../images/site/icon_mini_phone.png') left center no-repeat;
}
section#contacts div.email {
  padding-left: 1em;
  background: url('../../images/site/icon_mini_email.png') left center no-repeat;
}
/* ====== HOMEPAGE ELEMENTS ========================*/
/* ==== core structure ==== */
.column {
  display: inline;
  float: left;
  width: 31.25%;
  margin: 0 0 1em 0;
  height: auto;
}
.mid {
  margin: 0 3.125%;
}
aside.column {
  visibility: visible;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  transition: opacity 0.5s linear;
}
/* ==== box classes ==== */
.links-box {
  position: relative;
  background-color: #FFF;
}
.links-box header {
  position: relative;
  background-color: #f8f8f8;
  border-bottom: 1px solid #ff0000;
  padding: 0.40em 0;
}
.links-box header h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  font-weight: bold;
  text-transform: uppercase;
}
.links-box header .more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #ff0000;
  padding: 2px 10px;
  border: 1px solid #ff0000;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.25);
}
.links-box header .more a {
  color: #FFF;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}
.links-box div {
  padding: 1.2em 1.2em 0.5em 1.2em;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
.black-box {
  background-color: #000;
  padding: 1em;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.black-box h2 {
  color: #ff0000;
  font-family: 'PT Sans', sans-serif;
  font-weight: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.188em;
  margin: 0;
  padding: 0;
}
.white-box {
  background: #FFF;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
.transparent-box {
  background: transparent;
  padding: 1em;
}
.transparent-box h2 {
  font-size: 0.813em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.40em 0 0.75em;
}
/* ==== homepage slider ==== */
#latest-news {
  position: relative;
  margin: 2em 0;
}
#latest-news h1 {
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-size: 1.188em;
}
#slider {
  position: relative;
  height: auto;
  width: 97%;
  padding: 1.5% 1.5% 2.5% 1.5%;
  margin: 0.75em 0 0;
  border: 1px solid #e9e9e9;
  *zoom: 1;
  background: #FFF;
}
#slider:before,
#slider:after {
  content: "";
  display: table;
}
#slider:after {
  clear: both;
}
#slider .slides > div {
  width: 100%;
  margin-right: 2%;
}
#slider .slides > div .main {
  float: left;
  position: relative;
  width: 67%;
  height: auto;
  display: inline-block;
}
#slider .slides > div .main img {
  max-width: 100%;
}
#slider .slides > div .main a {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  width: 30%;
  height: auto;
  max-height: 20%;
  z-index: 10;
  padding: 2%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  font-weight: bold;
  font-size: 1em;
  text-transform: uppercase;
}
#slider .slides > div .main a span {
  display: none;
  margin: 0.5em 0;
  text-transform: none;
  font-size: 0.75em;
  font-weight: normal;
  text-overflow: ellipsis;
}
#slider .slides > div .main:hover a {
  max-height: 100%;
}
#slider .slides > div .main:hover a span {
  display: block;
}
#slider .slides > div .additional {
  float: right;
  width: 32%;
  padding: 0;
  position: relative;
  max-height: 133px;
  overflow: hidden;
}
#slider .slides > div .additional img {
  max-width: 100%;
}
#slider .slides > div .additional a {
  overflow: hidden;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 30%;
  z-index: 10;
  padding: 3%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
  color: #000;
  font-weight: bold;
  font-size: 0.855em;
  text-transform: uppercase;
}
#slider .slides > div .additional a span {
  display: none;
  margin: 3% 0;
  text-transform: none;
  font-weight: normal;
  font-size: 0.9em;
  text-overflow: ellipsis;
}
#slider .slides > div .additional:hover a {
  height: 86%;
}
#slider .slides > div .additional:hover a span {
  display: block;
  color: #000;
}
#slider .slides > div .middle {
  margin: 1% 0;
}
#slider .bx-controls-direction a {
  font-family: Courier, sans-serif;
  position: absolute;
  z-index: 200;
  display: block;
  border: 1px solid #fff;
  background: #000;
  top: 40%;
  font-size: 5em;
  font-weight: bold;
  color: #fff;
  height: auto;
  width: auto;
  line-height: 1em;
  padding: 0 0.1em;
  text-align: center;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#slider .bx-controls-direction a.bx-next {
  right: -58px;
}
#slider .bx-controls-direction a.bx-prev {
  left: -58px;
}
#slider .bx-pager {
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 1.5%;
  right: 12px;
  z-index: 100;
}
#slider .bx-pager div {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#slider .bx-pager div a {
  width: 11px;
  height: 11px;
  display: block;
  background: #a9a9a9;
  cursor: pointer;
  font-size: 0;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
#slider .bx-pager div .active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
/* ==== box content styles ==== */
#campaigns article {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
  margin-top: 1em;
}
#campaigns article h3 {
  font-weight: bold;
  font-size: 0.75em;
  margin: 1.2em 0;
}
#campaigns article h3 a {
  text-transform: uppercase;
  color: #000;
}
#campaigns article h3 a:hover {
  color: #ff0000;
}
#campaigns article img {
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.25);
  max-width: 100%;
}
#campaigns article p {
  color: #000;
  font-size: 0.75em;
  margin: 0.5em 0 1.5em 0;
}
#campaigns article p a {
  font-weight: bold;
  text-transform: none;
  color: #000;
}
#campaigns article p a:hover {
  color: #ff0000;
}
#campaigns article a.highlight-link {
  font-weight: bold;
  text-transform: uppercase;
  color: #FFF;
  font-size: 1em;
}
#campaigns article a.highlight-link:hover {
  color: #fbe269;
}
#campaigns article:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#home-video video {
  max-width: 100%;
  max-height: 100%;
  -webkit-box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -1px 1px 2px 1px rgba(0, 0, 0, 0.25);
}
#home-video p {
  font-size: 0.813em;
  margin: 0.75em 0;
}
#home-video p a {
  color: #000;
  font-weight: bold;
}
#yourgmb article {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
#yourgmb article h3 {
  font-weight: bold;
  font-size: 0.813em;
}
#yourgmb article h3 a {
  color: #000;
}
#yourgmb article h3 a:hover {
  color: #ff0000;
}
#yourgmb article p {
  color: #000;
  font-size: 0.75em;
}
#yourgmb article p a {
  font-weight: bold;
  text-transform: none;
  color: #000;
}
#yourgmb article p a:hover {
  color: #ff0000;
}
#hot-issues ul {
  list-style-image: url('../../images/site/icon_hot_issues.png');
  line-height: 1.3em;
  margin: 1em 0 0 1.8em;
}
#hot-issues ul li {
  color: #fff;
  font-size: 0.813em;
}
#hot-issues ul li a {
  color: #fff;
}
#login-box {
  margin-top: 1.25em;
  padding: 1em 1em 0.75em 1em;
}
#login-box h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.188em;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 0.5em;
}
#login-box div {
  padding: 0 0 0.5em;
  *zoom: 1;
}
#login-box div:before,
#login-box div:after {
  content: "";
  display: table;
}
#login-box div:after {
  clear: both;
}
#login-box div input {
  padding: 0.5em 0.5em 0.5em 2.3em;
  font-size: 0.75em;
  border: 1px solid #dbdbdb;
  width: 75%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
}
#login-box div #login-box-username {
  background: url('../../images/site/icon_username.png') 4px center no-repeat;
}
#login-box div #login-box-password {
  background: url('../../images/site/icon_password.png') 4px center no-repeat;
}
#login-box div.login-box-extra {
  *zoom: 1;
  margin-top: 0.4em;
}
#login-box div.login-box-extra:before,
#login-box div.login-box-extra:after {
  content: "";
  display: table;
}
#login-box div.login-box-extra:after {
  clear: both;
}
#login-box div.login-box-extra button#login-box-submit {
  float: left;
  border: 1px solid #cfcfcf;
  color: #000;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.3em 0.5em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fefefe;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dbdbdb), color-stop(1, #fefefe));
  background: -ms-linear-gradient(bottom, #dbdbdb, #fefefe);
  background: -moz-linear-gradient(center bottom, #dbdbdb 0%, #fefefe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
  margin: 0.3em 1em 0 0;
  cursor: pointer;
}
#login-box div.login-box-extra a {
  display: inline-block;
  color: #000;
  font-size: 0.688em;
  font-weight: bold;
  margin-top: 0.6em;
}
#reset-form span.login-help,
#password-form span.login-help,
#login-form span.login-help,
#login-box span.login-help {
  background: url('../../images/site/icon_login_help.png') center center no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  margin: 2px 0 0 5px;
  float: left;
  cursor: pointer;
}
#reset-form div.required-field,
#password-form div.required-field,
#login-form div.required-field,
#login-box div.required-field {
  text-align: right;
  color: #ff0000;
  font-size: 0.688em;
}
#reset-form .weak,
#password-form .weak,
#login-form .weak,
#login-box .weak {
  color: red;
}
#reset-form .moderate,
#password-form .moderate,
#login-form .moderate,
#login-box .moderate {
  color: orange;
}
#reset-form .good,
#password-form .good,
#login-form .good,
#login-box .good {
  color: green;
}
#reset-form .strong,
#password-form .strong,
#login-form .strong,
#login-box .strong {
  color: green;
}
#login-response {
  font-size: 0.75em;
}
#fact-file {
  margin-top: 1.5em;
}
#fact-file ul {
  margin: 1em 0;
  color: #fff;
  font-size: 0.813em;
}
#fact-file ul li {
  padding: 0 0.5em 0;
  margin: 0 0 1em;
  min-height: 5.5em;
  font-size: 0.813em;
  font-family: 'PT Mono', sans-serif;
  font-weight: bold;
  *zoom: 1;
}
#fact-file ul li:before,
#fact-file ul li:after {
  content: "";
  display: table;
}
#fact-file ul li:after {
  clear: both;
}
#fact-file ul li div.fact-icon {
  float: left;
  width: 30%;
  margin-right: 2%;
}
#fact-file ul li div.fact-icon img {
  max-width: 100%;
  max-height: 100%;
}
#fact-file ul li div.fact-text {
  font-family: 'PT Mono', sans-serif;
  float: right;
  width: 68%;
}
#fact-file ul:last-child {
  margin: 0;
}
#fact-file div {
  *zoom: 1;
}
#fact-file div:before,
#fact-file div:after {
  content: "";
  display: table;
}
#fact-file div:after {
  clear: both;
}
#fact-file div a {
  float: right;
  font-weight: bold;
  font-size: 0.875em;
}
#magazines {
  margin-top: 0em;
}
#magazines a {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  background: url('../../images/site/GMB_magazines.jpg') right top no-repeat;
  padding: 0.75em 1em;
  line-height: 1em;
}
#press-office p {
  font-size: 0.85em;
  color: #003366;
}
#press-office p a {
  color: #003366;
}
#helpline {
  margin-bottom: 1em;
}
#helpline a {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #fff;
  background: #000000 url('../../images/site/GMB_academies.png') right top no-repeat;
  padding: 0.75em 1em;
  line-height: 1em;
}
#publicationsonline {
  margin-top: 2em;
}
#publicationsonline a {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  background: url('../../images/site/publications_online.jpg') right top no-repeat;
  padding: 0.75em 1em;
  line-height: 1em;
}
#payline {
  margin-top: 2em;
}
#payline a {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  background: url('../../images/site/publications_online.jpg') right top no-repeat;
  padding: 0.75em 1em;
  line-height: 1em;
}
#apps {
  margin-top: 1em;
}
#apps a {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  background: url('../../images/site/GMB_apps.jpg') right bottom no-repeat;
  padding: 0.75em 1em 6.8em 1em;
  line-height: 1em;
}
#apps-sidebar {
  margin: 1em 0 2em;
}
#apps-sidebar a {
  display: block;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  background: url('../../images/site/GMB_apps_side.jpg') right bottom no-repeat;
  padding: 0.75em 1em 6.8em 1em;
  line-height: 1em;
}
#competition {
  margin: -1em 0 2em 0;
  background: #FFF;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: #ffffff url('../../images/site/aygo_spec.jpg') right bottom no-repeat;
  padding: 0.75em 16.5em 1.75em 1em;
}
#competition h3 {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  line-height: 1em;
  margin-bottom: 0.6em;
}
#competition p {
  font-size: 0.75em;
  padding-bottom: 1.5em;
  color: #8A8A8A;
}
#competition a {
  font-weight: bold;
  cursor: pointer;
}
#competition div {
  color: #FF0000;
  font-size: 0.8em;
  font-weight: bold;
}
#app-feature {
  position: relative;
  margin: 1.5em 0 0.5em 0;
  background: #FFF;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: #ffffff url('../../images/site/app_feature.jpg') right bottom no-repeat;
  padding: 0.75em 10em 1.75em 1em;
}
#app-feature p {
  font-size: 0.75em;
  padding-bottom: 1em;
  color: #8A8A8A;
}
#app-feature ul {
  list-style-type: square;
  padding: 0 0 0 1em ;
  margin: 0 0 0.5em 1em ;
  font-size: 0.75em;
  padding-bottom: 1em;
  color: #8A8A8A;
}
#app-feature div.shares {
  position: relative;
  margin-bottom: 1em;
}
#app-feature div.shares .twitter-share {
  position: absolute;
  top: 0;
  left: 45%;
}
#app-feature div.shares .facebook-like {
  position: absolute;
  top: 0;
  left: 20%;
}
#app-feature div.shares .googleplus-one {
  position: absolute;
  top: 0;
  left: 0%;
}
#competition-feature {
  margin: 1.5em 0 2em 0;
  background: #FFF;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  background: #ffffff url('../../images/site/aygo_prize.jpg') right bottom no-repeat;
  padding: 0.75em 16.5em 1.75em 1em;
}
#competition-feature h1 {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  line-height: 1em;
  margin-bottom: 0.6em;
}
#competition-feature p {
  font-size: 0.75em;
  padding-bottom: 1em;
  color: #8A8A8A;
}
#competition-feature a.highlight-link {
  font-weight: bold;
  cursor: pointer;
}
#competition-feature div {
  position: relative;
  padding: 1em 0;
}
#competition-feature div .twitter-share {
  position: absolute;
  top: 0;
  left: 45%;
}
#competition-feature div .facebook-like {
  position: absolute;
  top: -1em;
  left: 20%;
}
#competition-feature div .googleplus-one {
  position: absolute;
  top: 0;
  left: 0%;
}
.competition-box {
  border: 1px solid #e9e9e9;
  padding: 1.5em;
  background: #fff;
  color: #444444;
  font-size: 0.75em;
  margin-top: 1.5em;
}
.competition-box h2 {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 1.250em;
  color: #000;
  line-height: 1em;
  margin: 1em 0;
}
.competition-box p {
  padding-bottom: 1em;
}
.competition-box a {
  color: #003366;
}
.competition-box ul {
  list-style-type: square;
  padding: 0 0 0 1em ;
  margin: 1em 0 1em 1em ;
}
#banner-shares {
  position: relative;
  height: 1.5em;
  margin-top: 1em;
}
#banner-shares .socialite {
  position: absolute;
  top: 0;
}
#banner-shares .twitter-share {
  left: 0;
}
#banner-shares .facebook-like {
  right: 0;
}
#banner-shares .googleplus-one {
  left: 40%;
}
/* ====== CONTENT ELEMENTS ========================*/
/* ==== breadcrumbs ==== */
#breadcrumbs {
  font-size: 0.688em;
  width: 100%;
  margin-top: 1em;
  *zoom: 1;
}
#breadcrumbs:before,
#breadcrumbs:after {
  content: "";
  display: table;
}
#breadcrumbs:after {
  clear: both;
}
#breadcrumbs div {
  float: left;
}
#breadcrumbs ul {
  float: left;
  margin-left: 0.75em;
}
#breadcrumbs ul li {
  display: inline;
}
#breadcrumbs ul li a {
  display: inline-block;
  color: #ff0000;
  padding: 0 1em 0 0.5em;
  background: url('../../images/site/breadcrumb_seperator.gif') center right no-repeat;
}
#breadcrumbs ul li .active {
  color: #464646;
  background: none;
}
/* ==== content sub navigation ==== */
nav#sub-nav {
  position: absolute;
  top: 4em;
  left: 0;
  width: 16%;
  height: auto;
  margin: 0 0 2em 0;
}
nav#sub-nav h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: bold;
  padding: 0.5em 0;
  text-transform: uppercase;
}
nav#sub-nav > ul {
  font-size: 0.750em;
  border-top: 1px solid #e9e9e9;
}
nav#sub-nav > ul .active {
  color: #ff0000;
}
nav#sub-nav > ul li.active > a {
  color: #ff0000;
}
nav#sub-nav > ul li a {
  display: block;
  padding: 0.5em 0;
  color: #464646;
  border-bottom: 1px solid #e9e9e9;
}
nav#sub-nav > ul li a:hover {
  color: #ff0000;
}
nav#sub-nav > ul li ul li a {
  font-size: 0.9em;
  padding: 0.5em 0 0.5em 2em;
  background: url('../../images/site/sub_nav_spacer.png') 8px 13px no-repeat;
}
/* ==== article content ==== */
article#article-wrapper {
  float: left;
  width: 51%;
  margin: 2em 1.5% 2em 17.5%;
  height: auto;
}
article#article-wrapper h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  font-weight: bold;
  margin: 0.5em 0;
}
/* ==== content area ==== */
div#content {
  background: #fff;
  border-top: 1px solid red;
  font-size: 0.813em;
  padding: 1.2em 1.2em 3em 1.2em;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  color: #464646;
  line-height: 1.75em;
}
div#content div.main-image {
  margin: -1em -1.2em 1em -1.2em;
}
div#content div.main-image img {
  max-width: 100%;
}
div#content h2 {
  font-weight: bold;
  margin: 2em 0 0 0;
  font-size: 1.25em;
}
div#content p {
  margin: 1.5em 0;
}
div#content p:first-child {
  font-weight: bold;
}
div#content ul {
  list-style-type: square;
  padding: 0 0 0 1em ;
  margin: 0 0 0 1em ;
}
div#content a {
  color: #003366;
}
div#content a:hover {
  color: #ff0000;
}
/* ==== content shares and tools ==== */
div#content-shares {
  position: relative;
  width: 100%;
  margin: 3.5em 2em 0 2em;
  font-size: 0.9em;
  height: 2em;
}
div#content-shares .twitter-share {
  position: absolute;
  top: 0;
  left: 60%;
}
div#content-shares .facebook-like {
  position: absolute;
  top: 0;
  left: 25%;
}
div#content-shares .googleplus-one {
  position: absolute;
  top: 0;
  left: 44%;
}
section#attached-resources {
  margin-top: 2em;
}
section#attached-resources header h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  font-weight: bold;
  margin: 0.5em 0;
}
section#attached-resources div.resource {
  padding-top: 1em;
  border-bottom: 1px dotted #ccc;
}
section#attached-resources div.resource:first-child {
  padding-top: 0;
}
section#attached-resources div.resource:last-child {
  border-bottom: 0;
}
section#attached-resources div.resource h3 {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
}
section#attached-resources div.resource h3 a {
  color: #000;
}
section#attached-resources div.resource p {
  font-size: 0.75em;
  margin: 0.75em 0;
}
footer#content-tools {
  padding: 1em 0;
}
footer#content-tools ul {
  width: 80%;
  margin: 0 auto;
  *zoom: 1;
}
footer#content-tools ul:before,
footer#content-tools ul:after {
  content: "";
  display: table;
}
footer#content-tools ul:after {
  clear: both;
}
footer#content-tools ul li {
  float: left;
}
footer#content-tools ul li a {
  display: inline-block;
  font-size: 0.688em;
  font-weight: bold;
  color: #464646;
  padding: 0.25em 0 0.25em 2em;
  margin: 0 1em 0 0;
  width: auto;
}
footer#content-tools ul li .send-link {
  background: url('../../images/site/icon_email_page.png') left center no-repeat;
}
footer#content-tools ul li .print-link {
  background: url('../../images/site/icon_print_page.png') left center no-repeat;
}
footer#content-tools ul li .pdf-link {
  background: url('../../images/site/icon_pdf_page.png') left center no-repeat;
}
.right-column {
  margin: 2em 0 4em;
  padding: 2em 0 0;
  float: right;
  width: 29%;
  height: auto;
}
.right-column section.black-box {
  margin: 0 0 2em;
}
.right-column section.links-box {
  margin: 0 0 2em;
}
.right-column section.links-box header h2 {
  font-size: 1em;
}
.right-column section.links-box header .more {
  top: 6px;
}
.right-column section.links-box div ul {
  list-style-image: url('../../images/site/grey_link_arrow.png');
  margin: 0 0 1em 1em;
}
.right-column section.links-box div ul li {
  font-size: 0.813em;
  padding: 0.15em 0;
}
.right-column section.links-box div ul li a {
  color: #003366;
}
.right-column section.links-box div ul li a:hover {
  color: #ff0000;
}
/* ====== NEWSROOM AND CAMPAIGNS MAIN LAYOUT ========================*/
.wide-column {
  overflow: hidden;
  width: 68%;
  float: left;
}
.article-box {
  background: #FFF;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: auto;
  padding: 1em;
  *zoom: 1;
}
.article-box:before,
.article-box:after {
  content: "";
  display: table;
}
.article-box:after {
  clear: both;
}
.red-top-border {
  border-top: 1px solid red;
}
.date {
  font-size: 0.7em;
  padding: 0.75em 0 0;
}
section#top-feature {
  margin-top: 2em;
  position: relative;
}
section#top-feature h1 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
  margin: 1em 0;
  text-transform: capitalize;
}
section#top-feature div div.main-image {
  float: left;
  margin-right: 1.5em;
  max-width: 20em;
}
section#top-feature div div.main-image img {
  max-width: 100%;
  border: 1px solid #f0f0f0;
}
section#top-feature div article {
  width: auto;
}
section#top-feature div article h2 {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
}
section#top-feature div article h2 a {
  color: #000;
}
section#top-feature div article div {
  overflow: hidden;
}
section#top-feature div article div p {
  font-size: 0.75em;
  margin: 0.75em 0;
}
section#top-feature div article div p:first-child {
  font-weight: bold;
}
section#top-feature div article div a {
  font-weight: bold;
  color: #000;
}
.additional-items {
  margin-top: 2em;
}
.additional-items header {
  position: relative;
  margin: 1em 0 0;
  padding: 0 0 0.4em;
}
.additional-items header h2 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
}
.additional-items header .more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background-color: #ff0000;
  padding: 2px 10px;
  border: 1px solid #ff0000;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px -1px 2px 1px rgba(0, 0, 0, 0.25);
}
.additional-items header .more a {
  color: #FFF;
  font-family: 'PT Sans', sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-transform: uppercase;
}
.additional-items div div.row {
  height: auto;
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 1em;
  margin: 0 0 1.5em;
}
.additional-items div div.row:before,
.additional-items div div.row:after {
  content: "";
  display: table;
}
.additional-items div div.row:after {
  clear: both;
}
.additional-items div div.row:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.additional-items div div.row article:nth-child(2) {
  border: inset 1px solid #ccc;
  margin: 0 2%;
}
.additional-items div div.row article {
  float: left;
  width: 32%;
  min-height: 18em;
}
.additional-items div div.row article h3 {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  min-height: 3em;
}
.additional-items div div.row article h3 a {
  color: #000;
}
.additional-items div div.row article img {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  margin: 1em 0 0;
}
.additional-items div div.row article p {
  font-size: 0.75em;
  margin: 0.75em 0;
}
.additional-items div div.row article a {
  font-weight: bold;
  color: #000;
}
section#resources h1 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
  margin: 1em 0;
  text-transform: capitalize;
}
section#resources div div.resource {
  float: left;
  width: 32%;
  min-height: 12em;
}
section#resources div div.resource h3 {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
}
section#resources div div.resource h3 a {
  color: #000;
}
section#resources div div.resource p {
  font-size: 0.75em;
  margin: 0.75em 0;
}
section#resources div div.resource:nth-child(2) {
  margin: 0 2%;
}
section#campaigns-featured {
  margin-top: 2em;
}
section#campaigns-featured h1 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
  margin: 1em 0;
}
.members-items {
  margin-top: 2em;
}
.members-items header {
  position: relative;
  margin: 1em 0 0;
  padding: 0 0 0.4em;
}
.members-items header h2 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
}
.members-items div div.row {
  height: auto;
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 1em;
  margin: 0 0 1.5em;
}
.members-items div div.row:before,
.members-items div div.row:after {
  content: "";
  display: table;
}
.members-items div div.row:after {
  clear: both;
}
.members-items div div.row:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
.members-items div div.row article:nth-child(2) {
  border: inset 1px solid #ccc;
  margin: 0 2%;
}
.members-items div div.row article {
  float: left;
  width: 32%;
}
.members-items div div.row article h3 {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
  min-height: 2.5em;
}
.members-items div div.row article h3 a {
  color: #000;
}
.members-items div div.row article img {
  border: 1px solid #f0f0f0;
  max-width: 100%;
  margin: 1em 0 0;
}
.members-items div div.row article p {
  font-size: 0.75em;
  margin: 0.75em 0;
}
.members-items div div.row article a {
  font-size: 0.75em;
  font-weight: normal;
  color: #003366;
}
/* ====== ARCHIVE ========================*/
section#archive h1 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
  margin: 1em 0;
  text-transform: capitalize;
}
div.pagination {
  margin: 1em 0;
  text-align: center;
}
div.pagination ul {
  list-style-type: none;
}
div.pagination ul li {
  display: inline;
}
div.pagination ul li a {
  display: inline-block;
  border: 1px solid #e9e9e9;
  background-color: #FFF;
  padding: 0.25em 0.5em;
  margin: 0 0.25em;
  cursor: pointer;
  font-size: 0.750em;
  color: #444;
}
div.pagination ul li a:hover {
  border: 1px solid #ccc;
}
div.pagination ul li a.active {
  border: 1px solid #ff0000;
}
/* ====== SEARCH RESULTS ========================*/
section#results h1 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
  margin: 1.5em 0 1em 0;
  text-transform: capitalize;
}
section#results div.results-box {
  background: #FFF;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: auto;
  padding: 1em;
}
section#results div.results-box div.result {
  padding: 1em 0;
  border-bottom: 1px dotted #ccc;
}
section#results div.results-box div.result h3 {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: bold;
}
section#results div.results-box div.result h3 a {
  color: #000;
}
section#results div.results-box div.result div {
  font-size: 0.813em;
  color: #464646;
  line-height: 1.75em;
}
section#results div.results-box div.result:last-child {
  border: 0;
}
/* ====== ERROR PAGE ========================*/
section#error h1 {
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'PT Sans', sans-serif;
  margin: 1.5em 0 1em 0;
  text-transform: capitalize;
}
section#error div {
  background: #FFF;
  border-top: 1px solid #ff0000;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: auto;
  padding: 1em;
}
/* ====== MEMBERS PROFILE ========================*/
.profile-top {
  margin: 0 0 2.5em;
  background: #FFF;
  border: 1px solid #e9e9e9;
  width: auto;
  height: auto;
  padding: 1.5em;
  font-size: 0.813em;
  color: #464646;
  line-height: 1.5em;
}
#profile {
  border-top: 1px solid #dcdcdc;
}
#profile p {
  font-size: 0.813em;
  color: #8a8a8a;
  line-height: 1.5em;
  padding-top: 0.5em;
}
#profile ul.tabs {
  width: auto;
  *zoom: 1;
  background: #f6f6f6;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dedede), color-stop(1, #f6f6f6));
  background: -ms-linear-gradient(bottom, #dedede, #f6f6f6);
  background: -moz-linear-gradient(center bottom, #dedede 0%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#dedede', GradientType=0);
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
#profile ul.tabs:before,
#profile ul.tabs:after {
  content: "";
  display: table;
}
#profile ul.tabs:after {
  clear: both;
}
#profile ul.tabs li {
  float: left;
  border-right: 1px solid #dcdcdc;
  padding: 0.15em;
}
#profile ul.tabs li a {
  display: block;
  padding: 0.75em 0.5em;
  font-family: 'PT Sans', sans-serif;
  color: #8a8a8a;
  font-size: 0.813em;
  text-align: center;
  cursor: pointer;
}
#profile ul.tabs li:last-child {
  border-right: 0;
}
#profile ul.tabs li.active-tab {
  background: #fff;
}
#profile ul.tabs li.active-tab a {
  color: #303337;
  background: #f2f2f2;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #f2f2f2));
  background: -ms-linear-gradient(bottom, #ffffff, #f2f2f2);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#ffffff', GradientType=0);
}
#profile .profile-note {
  background: #fff;
  padding: 1.5em 2em;
  color: #464646;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
#profile .profile-note img {
  float: left;
  margin-right: 1em;
}
#profile .tabs-content .profile-wrapper {
  background: #fff;
  padding: 1em;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
#profile .tabs-content .profile-wrapper h2 {
  color: #000;
  font-size: 0.938em;
  font-weight: bold;
  margin-bottom: 1em;
}
#profile .tabs-content .profile-wrapper ul.profile-data {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em;
  border-bottom: 1px solid #d9d9d9;
}
#profile .tabs-content .profile-wrapper ul.profile-data li {
  padding: 0.5em 0 0.5em 0;
  font-size: 0.750em;
  color: #464646;
  *zoom: 1;
}
#profile .tabs-content .profile-wrapper ul.profile-data li:before,
#profile .tabs-content .profile-wrapper ul.profile-data li:after {
  content: "";
  display: table;
}
#profile .tabs-content .profile-wrapper ul.profile-data li:after {
  clear: both;
}
#profile .tabs-content .profile-wrapper ul.profile-data li div {
  width: auto;
  float: left;
}
#profile .tabs-content .profile-wrapper ul.profile-data li div.field {
  width: 12em;
  float: left;
  margin: 0 0.5em 0;
  color: #8a8a8a;
}
#profile .tabs-content .profile-wrapper ul.profile-data li:nth-child(odd) {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #fafafa;
}
#profile .tabs-content .profile-wrapper ul.profile-data li:last-child {
  border-bottom: 0;
}
/* ====== FORMS ========================*/
.opensans {
  font-family: 'Open Sans', sans-serif;
}
.form-column {
  position: relative;
  float: left;
  width: 51%;
  margin: 2em 1.5% 2em 17.5%;
  height: auto;
}
.form-column h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.188em;
  font-weight: bold;
  padding: 0.5em 0;
  border-bottom: 1px solid #ff0000;
}
.form-column a {
  color: #003366;
}
#step1 fieldset div {
  margin: 0 0 0.25em 9em;
  font-size: 0.75em;
}
.form-steps {
  background: #fff;
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  height: auto;
  margin: 0 0 2.5em;
  font-size: 0.9em;
}
.form-steps ul {
  *zoom: 1;
}
.form-steps ul:before,
.form-steps ul:after {
  content: "";
  display: table;
}
.form-steps ul:after {
  clear: both;
}
.form-steps ul li {
  float: left;
  width: auto;
  border-right: 1px dotted #e0e0e0;
}
.form-steps ul li div {
  padding: 1.5em 2em 1.5em 3.5em;
  font-family: 'PT Sans', sans-serif;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}
.form-steps ul li .step1 {
  background: url('../../images/site/icon_form_step1.png') 1em center no-repeat;
}
.form-steps ul li .step2 {
  background: url('../../images/site/icon_form_step2.png') 1em center no-repeat;
}
.form-steps ul li .step3 {
  background: url('../../images/site/icon_form_step3.png') 1em center no-repeat;
}
.form-steps ul li .active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.form-steps ul li:last-child {
  border: 0;
}
.required-note {
  color: #ff0000;
  position: absolute;
  right: 0;
  top: 10em;
  font-size: 0.813em;
}
fieldset {
  margin: 0 0 2.5em;
  background: #FFF;
  border: 1px solid #e9e9e9;
  width: auto;
  height: auto;
  padding: 1em;
}
fieldset legend {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  background: #ff0000;
  color: #FFF;
  text-transform: uppercase;
  padding: 0.25em 0.7em;
  -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.2);
}
fieldset p {
  padding: 0 0 1em 0;
  font-size: 0.750em;
  color: #8a8a8a;
}
fieldset ul.form-wrapper li {
  z-index: 1;
  *zoom: 1;
  padding: 0.7em 0;
  width: auto;
}
fieldset ul.form-wrapper li:before,
fieldset ul.form-wrapper li:after {
  content: "";
  display: table;
}
fieldset ul.form-wrapper li:after {
  clear: both;
}
fieldset ul.form-wrapper li label {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 3%;
  color: #8a8a8a;
  font-size: 0.813em;
  padding-top: 0.4em;
}
fieldset ul.form-wrapper li span {
  color: #ff0000;
}
fieldset ul.form-wrapper li div.not-label {
  width: 30%;
  float: left;
  text-align: right;
  padding-right: 3%;
  color: #8a8a8a;
  font-size: 0.813em;
  line-height: 1.7;
}
fieldset ul.form-wrapper li div.not-label span {
  color: #ff0000;
}
fieldset ul.form-wrapper li label.radio {
  float: left;
  text-align: left;
  padding: 0.1em 5% 0.1em 2%;
  margin-top: 0.35em;
  width: auto;
  line-height: 1.7;
}
fieldset ul.form-wrapper li label.checkbox {
  float: left;
  text-align: left;
  padding: 0.1em 5px 0.1em 0;
  margin-top: 0.35em;
  width: auto;
  line-height: 1.7;
}
fieldset ul.form-wrapper li button.lookup {
  line-height: 1.8em;
  cursor: pointer;
  font-size: 0.813em;
  margin-left: 0.25em;
  padding: 3px 10px;
  border: 1px solid #cecece;
}
fieldset ul.form-wrapper li .select-wrapper {
  position: relative;
  float: left;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  width: 15.8em;
  height: 2em;
}
fieldset ul.form-wrapper li .select-wrapper .handle {
  position: absolute;
  top: 0.15em;
  right: 0.25em;
  background: url('../../images/site/icon_form_select.png') center center no-repeat;
  width: 1em;
  height: 1.5em;
}
fieldset ul.form-wrapper li .select-wrapper select {
  border: 1px solid #cecece;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  padding: 0.5em;
  font-size: 0.750em;
  -webkit-appearance: none;
  outline: none;
}
fieldset ul.form-wrapper li .select-wrapper select:focus {
  border: 1px solid #878686;
}
fieldset ul.form-wrapper li .select-wrapper select.error {
  border: 1px solid red;
}
fieldset ul.form-wrapper li .date-dropdowns {
  position: relative;
  float: left;
  width: 15.8em;
  height: 2em;
}
fieldset ul.form-wrapper li .date-dropdowns select {
  border: 1px solid #cecece;
  z-index: 1;
  position: relative;
  margin-right: 10px;
  background: #f5f5f5 url('../../images/site/icon_form_select.png') no-repeat 94% 50%;
  width: auto;
  padding: 0.5em 1.5em 0.5em 0.5em;
  font-size: 0.750em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
fieldset ul.form-wrapper li .date-dropdowns select:focus {
  border: 1px solid #878686;
}
fieldset ul.form-wrapper li .date-dropdowns select.error {
  border: 1px solid red;
}
fieldset ul.form-wrapper li .date-dropdowns select:nth-of-type(3) {
  margin-right: 0;
}
fieldset ul.form-wrapper li.hidden {
  display: none;
}
#password-response {
  padding: 0.5em 0 0.5em 2em;
  margin-left: 12em;
  font-size: 0.75em;
}
.loading {
  color: #444;
  background: transparent url('../../images/site/icon_loading.gif') left center no-repeat;
}
.success {
  color: green;
  background: transparent url('../../images/site/icon_field_valid.png') left center no-repeat;
}
.rerror {
  color: red;
  background: transparent url('../../images/site/icon_field_error.png') left center no-repeat;
}
div.manual-btn {
  margin-top: 5px;
  font-size: 0.6em;
  margin-left: 33%;
  color: #8A8A8A;
  cursor: pointer;
}
.postcode-container {
  display: none;
  position: absolute;
  z-index: 100000;
  left: 34%;
  height: 10em;
  overflow: auto;
  border: 1px solid #878686;
  background: #fff;
  font-size: 0.750em;
  width: 20em;
}
.postcode-container div {
  cursor: pointer;
  padding: 0.25em 0 0.25em 0.5em;
}
.postcode-container div:nth-child(even) {
  background: #EEEEEE;
}
form #step2,
form #step3,
form #step4 {
  display: none;
}
#step1 fieldset p:first-child {
  color: #464646;
  font-size: 0.813em;
}
#step1 fieldset p {
  font-size: 0.75em;
  margin: 0.5em 0 0.5em;
}
#step1 fieldset div {
  margin: 0 0 0.25em 9em;
  font-size: 0.75em;
}
#step1 fieldset div label {
  color: #8a8a8a;
}
#step1 div {
  font-size: 0.75em;
  color: #8a8a8a;
  margin: 0 0 0.3em;
}
.form-help {
  float: left;
  width: 1em;
  background: url('../../images/site/icon_help.png') center center no-repeat;
  margin: 0.5em;
  cursor: pointer;
}
.form-additional {
  float: left;
  margin-left: 0.5em;
  color: #8a8a8a;
  font-size: 0.813em;
  padding-top: 0.6em;
}
.form-wrapper input[type="radio"],
.form-wrapper input[type="checkbox"] {
  float: left;
  height: 15px;
  width: 15px;
  outline: none;
  border: 0;
  padding: 0;
  border: 1px solid #cecece;
}
.form-wrapper textarea {
  font-family: Arial, Helvetica, sans-serif;
  width: 20em;
  height: 6em;
  border: 1px solid #cecece;
  padding: 0.52em;
  font-size: 0.750em;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  color: #464646;
  outline: none;
  resize: none;
  line-height: 1.5em;
}
.form-wrapper input {
  float: left;
  position: relative;
  width: 20em;
  padding: 0.52em;
  font-size: 0.750em;
  border: 1px solid #cecece;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  color: #464646;
  outline: none;
  z-index: 0;
}
.form-wrapper input:focus {
  border: 1px solid #878686;
}
.button {
  color: #fff;
  width: auto;
  padding: 0.25em 2.5em;
  font-size: 0.813em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.button:hover {
  color: #fbe269;
}
.start-btn {
  color: #fff;
  width: auto;
  padding: 0.25em 2.5em;
  font-size: 0.813em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  margin-left: 9em;
  margin-top: 2em;
  background: #ff0000 url('../../images/site/red_link_arrow.png') 90% center no-repeat;
}
.start-btn:hover {
  color: #fbe269;
}
.red {
  background: #ff0000 url('../../images/site/red_link_arrow.png') 90% center no-repeat;
}
.form-navigation {
  margin: 1em 0;
}
.next-btn,
.profile-btn {
  color: #fff;
  width: auto;
  padding: 0.25em 2.5em;
  font-size: 0.813em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: #000000 url('../../images/site/red_link_arrow.png') 90% center no-repeat;
  float: right;
}
.next-btn:hover,
.profile-btn:hover {
  color: #fbe269;
}
.back-btn {
  color: #fff;
  width: auto;
  padding: 0.25em 2.5em;
  font-size: 0.813em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  background: #000000 url('../../images/site/red_link_arrow_back.png') 10% center no-repeat;
  float: left;
}
.back-btn:hover {
  color: #fbe269;
}
input.error,
select.error,
.error {
  border: 1px solid red;
}
#pwindicator {
  float: right;
  position: relative;
}
#pwindicator div {
  font-size: 0.75em;
  color: #8a8a8a;
}
#pwstrength {
  clear: both;
  float: none;
  margin: 0.25em;
}
.is0 {
  background: url('../../images/site/password.png') no-repeat 0 0;
  width: 138px;
  height: 7px;
}
.is10 {
  background-position: 0 -7px;
}
.is20 {
  background-position: 0 -14px;
}
.is30 {
  background-position: 0 -21px;
}
.is40 {
  background-position: 0 -28px;
}
.is50 {
  background-position: 0 -35px;
}
.is60 {
  background-position: 0 -42px;
}
.is70 {
  background-position: 0 -49px;
}
.is80 {
  background-position: 0 -56px;
}
.is90 {
  background-position: 0 -63px;
}
.is100 {
  background-position: 0 -70px;
}
#direct-debit-guarantee-uk,
#direct-debit-guarantee-roi {
  border: 1px solid #878686;
  padding: 1em;
  margin-bottom: 1em;
}
#direct-debit-guarantee-uk h2,
#direct-debit-guarantee-roi h2 {
  color: #000;
  font-weight: bold;
  padding-bottom: .75em;
}
#direct-debit-guarantee-uk ul,
#direct-debit-guarantee-roi ul {
  display: block;
  list-style-type: square;
  padding: 0;
  margin: 1em 0 0 1em;
}
#direct-debit-guarantee-uk ul li,
#direct-debit-guarantee-roi ul li {
  padding: 0.5em 0 0.5em 0;
  font-size: 0.750em;
  color: #8a8a8a;
}
fieldset#confirm h2 {
  margin: 1em 0 0.75em;
  font-weight: bold;
  font-size: 1em;
}
fieldset#confirm p {
  color: #464646;
  margin-top: 0.85em;
}
fieldset#confirm ul.confirm-wrapper {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 0 2em;
  border-bottom: 1px solid #d9d9d9;
}
fieldset#confirm ul.confirm-wrapper li {
  padding: 0.5em 0 0.5em 0;
  font-size: 0.750em;
  color: #464646;
  *zoom: 1;
}
fieldset#confirm ul.confirm-wrapper li:before,
fieldset#confirm ul.confirm-wrapper li:after {
  content: "";
  display: table;
}
fieldset#confirm ul.confirm-wrapper li:after {
  clear: both;
}
fieldset#confirm ul.confirm-wrapper li div {
  padding-left: 0.5em;
  max-width: 27em;
  float: left;
}
fieldset#confirm ul.confirm-wrapper li div.field {
  width: 30%;
  float: left;
  margin: 0 0.5em 0;
  color: #8a8a8a;
  padding-left: 0;
}
fieldset#confirm ul.confirm-wrapper li:nth-child(odd) {
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  background: #fafafa;
}
fieldset#confirm ul.confirm-wrapper li:last-child {
  border-bottom: 0;
}
#dob,
#home_postcode,
#work_postcode,
#work_number {
  width: 9em;
}
#work_hours {
  width: 4em;
}
.file-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f5f5), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f5f5, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f5f5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #CECECE;
  width: 16em;
  float: left;
}
.file-wrapper input {
  cursor: pointer;
  font-size: 0.8em;
  height: 1.3em;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  opacity: 0.01;
  position: absolute;
  right: 0;
  top: 0;
}
.file-wrapper .file-button {
  background: #000;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding: 0.6em 1em;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  float: right;
}
.file-wrapper .file-display {
  color: #464646;
  font-size: 0.75em;
  display: block;
  float: left;
  margin: 0.52em;
  width: 14.5em;
  overflow: hidden;
}
/* ====== LOADING OVERLAY ========================*/
#loading {
  padding: 0 0 0 0.5em;
  margin: 0;
}
#loading div {
  background: url('../../images/site/loader.gif') left center no-repeat;
  font-size: 1em;
  padding: 1em 0 1em 3.5em;
}
/* ====== SEND TO A FRIEND ========================*/
.sendfade {
  position: absolute;
  background-color: #FFF;
}
div.send {
  width: 30em;
  position: fixed;
  background-color: #ffffff;
  text-align: left;
  border: solid 1px #d2d2d1;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 6px 4px rgba(0, 0, 0, 0.25);
  padding: 0;
}
div.send .sendtitle {
  font-weight: bold;
  color: #464646;
  background: #f1f1f1 url('../../images/site/icon_email_page.png') 10px center no-repeat;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 1.5em 0 1.5em 2.75em;
  font-size: 0.75em;
  line-height: 1.250em;
  border-bottom: 1px solid #d2d2d1;
}
div.send .sendclose {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5em;
  cursor: pointer;
  color: #bbbbbb;
  font-weight: bold;
  padding: 1em 0.7em;
  text-align: center;
  font-size: 1.05em;
  border-left: 1px solid  #d2d2d1;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.send .sendclose:hover {
  background: #e0e0e0;
  color: #f1f1f1;
}
div.send .sendbuttons {
  text-align: right;
  padding: 1em 0;
  background-color: transparent;
}
div.send .sendbuttons button {
  padding: 0.5em 1em;
  margin: 0 10px;
  background-color: #2F6073;
  border: solid 1px #f4f4f4;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.85em;
  cursor: pointer;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
div.send .sendbuttons button:hover {
  background-color: #728A8C;
}
div.send .sendmessage {
  padding: 0;
}
div.send .sendmessage .dialog p {
  font-size: 0.813em;
  margin: 1em;
}
div.send .sendmessage form#send-form {
  padding: 0;
}
div.send .sendmessage form#send-form div {
  border-bottom: 1px solid #d2d2d1;
  padding: 0;
  *zoom: 1;
}
div.send .sendmessage form#send-form div:before,
div.send .sendmessage form#send-form div:after {
  content: "";
  display: table;
}
div.send .sendmessage form#send-form div:after {
  clear: both;
}
div.send .sendmessage form#send-form div label {
  display: block;
  font-size: 0.750em;
  width: 6em;
  color: #666666;
  float: left;
  padding: 0.85em 0 0 1em;
}
div.send .sendmessage form#send-form div input {
  float: left;
  width: 23em;
  padding: 0.75em;
  border: 1px solid #fff;
  font-size: 0.750em;
  color: #000;
  outline: 0;
}
div.send .sendmessage form#send-form div #share-url {
  width: 28em;
}
div.send .sendmessage form#send-form div #counter {
  text-align: right;
  font-size: 0.688em;
  color: #999;
  border-bottom: none;
  padding-right: 1em;
  width: 15em;
  float: right;
  padding: 0.95em 1em;
}
div.send .sendmessage form#send-form div #counter .exceeded {
  color: #ff0000;
}
div.send .sendmessage form#send-form div textarea {
  font-family: Arial, Helvetica, sans-serif;
  padding: 1em;
  border: none;
  font-size: 0.750em;
  color: #000;
  width: 38em;
  height: 6em;
  margin: 0;
  resize: none;
}
div.send .sendmessage form#send-form div div.show-error {
  overflow: hidden;
  padding: 0.95em 1em 0.95em 1.75em;
  color: #ff0000;
  font-size: 0.688em;
  border: none;
  float: left;
  width: auto;
  margin-left: 0.5em;
  background: url('../../images/site/icon_field_error.png') left center no-repeat;
}
div.send .sendmessage form#send-form div div.show-valid {
  overflow: hidden;
  width: auto;
  margin-left: 0.5em;
  font-size: 0.688em;
  padding: 0.95em 1em 0.95em 1.75em;
  border: none;
  float: left;
  background: url('../../images/site/icon_field_valid.png') left center no-repeat;
}
/* ====== FORMS ========================*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
/* ====== STYLE ELEMENTS ========================*/
a.highlight-link,
a.logout-link {
  display: inline;
  background: #ff0000 url('../../images/site/red_link_arrow.png') 94% center no-repeat;
  color: #fff;
  padding: 4px 25px 4px 10px;
  font-size: 0.813em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  -moz-box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  box-shadow: 1px 1px 3px 1px rgba(1, 1, 1, 0.4);
  font-family: 'PT Sans', sans-serif;
  white-space: nowrap;
}
a.highlight-link:hover,
a.logout-link:hover {
  color: #fbe269;
}
a.logout-link {
  position: absolute;
  top: -0.25em;
  right: 0.25em;
  text-transform: uppercase;
  font-weight: bold;
}
a.active {
  background: #ff0000;
  color: #000;
}
/* ====== MEDIA QUERIES ========================*/
@media only screen and (max-width: 740px) {
  .mobile {
    display: block;
  }
  div#advert-wrapper {
    display: none;
  }
  div#wrapper {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background: #f8f8f8;
  }
  /* ==== site header ==== */
  header#top {
    position: relative;
    padding: 4%;
    width: 92%;
  }
  header#top a#logo {
    height: 5.5em;
    width: 5.5em;
    float: left;
    margin: 0;
  }
  header#top #header-collateral {
    float: left;
    margin: 0 0 0 2em;
    width: 50%;
    padding-top: 0.5em;
  }
  header#top #header-collateral .strapline {
    font-size: 1.25em;
    margin-bottom: 0.8em;
  }
  header#top #tool-links {
    display: none;
  }
  header#top #font-sizer {
    display: block;
    position: absolute;
    top: 10em;
    right: 0;
  }
  header#top #font-sizer a {
    color: #fff;
  }
  header#top #site-search {
    display: none;
  }
  .members-items div div.row article {
    float: none;
    width: 100%;
  }
  /* ==== congress temp overrides ==== */
  #temp-container {
    float: none;
    width: 100%;
    margin: 0;
  }
  #left-col {
    width: 48%;
  }
  #mid-col {
    width: 48%;
    margin-right: 0;
  }
  #congress,
  #right-col {
    display: none;
  }
  /* ==== site navigation ==== */
  div#nav-wrapper {
    width: 100%;
    height: auto;
    margin: 0;
    *zoom: 1;
    background: #f8f8f8;
  }
  div#nav-wrapper:before,
  div#nav-wrapper:after {
    content: "";
    display: table;
  }
  div#nav-wrapper:after {
    clear: both;
  }
  ul#main-nav > li {
    position: relative;
    width: 100%;
    float: none;
    background-color: #000;
    border-bottom: 1px solid #535353;
  }
  ul#main-nav > li a {
    text-align: left;
    color: #FFF;
    width: 100%;
  }
  ul#main-nav > li div {
    position: absolute;
    display: block;
    top: 0.5em;
    right: 0.5em;
    width: 1.5em;
    height: 1.5em;
    color: #fff;
    cursor: pointer;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #232323;
    text-align: center;
  }
  ul#main-nav > li div span.down {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../../images/mobile/nav_arrow_down.jpg') center center no-repeat;
  }
  ul#main-nav > li div span.up {
    display: block;
    width: 1.5em;
    height: 1.5em;
    background: url('../../images/mobile/nav_arrow_up.jpg') center center no-repeat;
  }
  ul#main-nav > li.hover > ul {
    position: static;
    display: block;
  }
  ul#main-nav li li.hover ul {
    position: static;
    display: block;
  }
  ul#main-nav li li a {
    padding-left: 10%;
    text-transform: none;
  }
  ul#main-nav li li li a {
    padding-left: 15%;
    text-transform: none;
  }
  /* ==== footer elements ==== */
  footer#bottom #upper-wrapper .footer-container {
    width: 92%;
    padding: 0 4%;
  }
  footer#bottom #upper-wrapper .footer-container #get-involved {
    display: none;
  }
  footer#bottom #upper-wrapper .footer-container #membership {
    display: none;
  }
  footer#bottom #upper-wrapper .footer-container section#sitemap {
    float: none;
    width: 100%;
  }
  footer#bottom #upper-wrapper .footer-container section#sitemap h5 {
    display: none;
  }
  footer#bottom #upper-wrapper .footer-container section#sitemap ul li {
    font-size: 1em;
  }
  footer#bottom #upper-wrapper .footer-container section#contacts {
    margin: 1em 0 1.5em;
    padding: 0;
    float: none;
    width: 100%;
  }
  footer#bottom #lower-wrapper {
    display: none;
  }
  /* ====== HOMEPAGE ELEMENTS ========================*/
  /* ==== homepage elements ==== */
  #center-wrapper .center {
    width: 92%;
    padding: 0 4% 1.5em 4%;
  }
  #center-wrapper .center a.upper-twitter-follow {
    display: none;
  }
  .column {
    float: none;
    width: 100%;
    height: auto;
  }
  #campaigns {
    margin-bottom: 1.5em;
  }
  #campaigns h2 {
    text-transform: none;
  }
  #yourgmb h2 {
    text-transform: none;
  }
  #home-video {
    display: none;
  }
  #fact-file {
    display: none;
  }
  #latest-news {
    display: none;
  }
  .wide-column {
    width: 100%;
    float: none;
  }
  section#top-feature {
    margin-top: 1em;
  }
  section#top-feature div div.main-image {
    float: none;
    width: 100%;
  }
  section#top-feature div article {
    width: 100%;
  }
  section#top-feature div article h2 {
    margin-top: 1em;
  }
  section#featured-news {
    margin-bottom: 1.5em;
  }
  .right-column {
    display: none;
  }
  .additional-items div div.row {
    height: auto;
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .additional-items div div.row:last-child {
    border: 0;
    padding: 0;
    margin: 0;
  }
  .additional-items div div.row article:nth-child(2) {
    margin: 0;
  }
  .additional-items div div.row article {
    float: none;
    width: 100%;
    min-height: none;
    margin: 0;
    border-bottom: 1px dotted #ccc;
  }
  .additional-items div div.row article h3 {
    min-height: 0;
    margin-top: 1em;
  }
  .additional-items div div.row article p {
    padding-bottom: 1.5em;
  }
  .additional-items div div.row article:last-child {
    border: 0;
  }
  /* ====== CONTENT ELEMENTS ========================*/
  #sub-nav {
    display: none;
  }
  article#article-wrapper {
    float: none;
    width: 100%;
    margin: 2em 0 0;
  }
  div#content-shares,
  footer#content-tools {
    height: auto;
    margin: 0;
  }
  div#content-shares div,
  footer#content-tools div,
  div#content-shares .twitter-share,
  footer#content-tools .twitter-share,
  div#content-shares .twitter-share,
  footer#content-tools .twitter-share,
  div#content-shares .googleplus-one,
  footer#content-tools .googleplus-one,
  div#content-shares .facebook-like,
  footer#content-tools .facebook-like {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1em;
  }
  #content-page .right-column {
    display: block;
    width: 100%;
    float: none;
    margin: 0 0 2em;
  }
  /* ====== FORM ELEMENTS ========================*/
  .required-note {
    top: 20em;
  }
  #step1 fieldset div {
    margin: 0 0 0.25em 4em;
  }
  .start-btn {
    margin-left: 4em;
  }
  .form-steps ul li {
    width: 100%;
    float: none;
    border-right: 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .form-steps ul li .step1 {
    background: url('../../images/site/icon_form_step1.png') 0.5em center no-repeat;
  }
  .form-steps ul li .step2 {
    background: url('../../images/site/icon_form_step2.png') 0.5em center no-repeat;
  }
  .form-steps ul li .step3 {
    background: url('../../images/site/icon_form_step3.png') 0.5em center no-repeat;
  }
  .form-column {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: none;
  }
  fieldset ul.form-wrapper li {
    width: 100%;
  }
  fieldset ul.form-wrapper li label {
    text-align: left;
    width: 100%;
    display: block;
    float: none;
  }
  fieldset ul.form-wrapper li input {
    width: 95%;
    clear: both;
    float: none;
  }
  fieldset ul.form-wrapper li div {
    float: none;
  }
  fieldset ul.form-wrapper li div.not-label {
    width: 100%;
    text-align: left;
  }
  fieldset ul.form-wrapper li button.lookup {
    margin-top: 0.25em;
    margin-left: 0em;
  }
  fieldset ul.form-wrapper li .select-wrapper {
    width: 100%;
  }
  .postcode-container {
    left: 0;
    width: 100%;
  }
  .form-additional {
    position: absolute;
    top: 1.75em;
    right: 9em;
  }
  .form-help {
    display: none;
  }
  #dob,
  #home_postcode,
  #work_postcode,
  #work_number {
    width: 95%;
  }
  #password,
  #password2 {
    width: 95%;
  }
  #work_hours {
    width: 30%;
  }
  #pwstrength {
    margin: 1.50em 0 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1024px) {
  header#top {
    padding-left: 2%;
  }
  header#top #header-collateral .strapline {
    font-size: 1em;
  }
  header#top .header-right {
    right: 10px;
  }
  #center-wrapper .center {
    padding: 0 2% 1.5em 2%;
  }
  /* ==== homepage slider ==== */
  #slider .bxslider > li .main a {
    width: 50%;
  }
  #slider .bxslider > li .additional a {
    padding: 3%;
    width: 75%;
    height: auto;
    line-height: 1.25em;
    font-size: 0.75em;
  }
  #slider .bxslider > li .additional:hover a {
    height: 85%;
  }
  #slider .bx-controls-direction a {
    font-size: 3.5em;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  #slider .bx-controls-direction a:hover {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #slider .bx-controls-direction a.bx-next {
    right: -10px;
  }
  #slider .bx-controls-direction a.bx-prev {
    left: -10px;
  }
  div#content-shares,
  footer#content-tools {
    height: auto;
    margin: 0;
  }
  div#content-shares div,
  footer#content-tools div,
  div#content-shares .twitter-share,
  footer#content-tools .twitter-share,
  div#content-shares .twitter-share,
  footer#content-tools .twitter-share,
  div#content-shares .googleplus-one,
  footer#content-tools .googleplus-one,
  div#content-shares .facebook-like,
  footer#content-tools .facebook-like {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 1em;
  }
}
/* ====== HELPERS ========================*/
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.clear {
  clear: both;
  float: none;
}
b,
strong {
  font-weight: bold;
}
.forceZIndex {
  z-index: 1000002 !important;
}
/* ====== PASSWORD STRENGTH ========================*/
.pw-toggle {
  float: none;
  clear: both;
  margin-left: 33%;
  font-size: 0.7rem;
  color: #8A8A8A;
  margin-top: 0.3em;
}
.kv-meter {
  text-align: center;
  float: left;
}
.kv-disabled {
  opacity: .65;
  cursor: not-allowed;
}
.kv-scorebar-border {
  border: 1px solid #444;
  height: 16px;
  width: 120px;
  margin: 0 auto;
  border-radius: 4px;
}
.kv-scorebar {
  background-image: url(../../images/bg_strength_gradient.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 120px;
  height: 16px;
  z-index: 0;
  border-radius: 2px;
}
.kv-score {
  font-weight: bold;
  font-size: 75%;
  position: absolute;
  width: 120px;
  z-index: 10;
  border-radius: 2px;
}
.kv-score-0,
.kv-score-1,
.kv-score-5 {
  color: #fff;
}
.kv-score-2,
.kv-score-3,
.kv-score-4 {
  color: #333;
}
.kv-verdict {
  width: 100%;
  font-size: 0.75rem;
}
