/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 13px; line-height: 1.462; font-family: Arial, sans-serif; color: #696969;
}

::-moz-selection { background: #85b7d8; color: #fff; text-shadow: none; }
::selection { background: #85b7d8; color: #fff; text-shadow: none; }

a { color: #2980bc; text-decoration: none;}
a:visited { color: #2980bc; text-decoration: none; }
a:hover { color: #2980bc; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; max-width: 100%; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ---------------------------- your styles start here ---------------------------- */

html {
  overflow-y: scroll;
  background: url(../images/assets/bg.png) top left repeat-x #fafafa;
}

body {
  font: 13px/1.462 "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 940px;
  margin: 0 auto;
  color: #3d3d3d;
}

.wrapper {
  width: 940px;
  overflow: hidden;
}

.siteOuterWrapper {
  max-width: 100%;
  margin: 0px auto;
  min-height: 100%;
  width: 100%;
  position: relative;
}

@media only screen
and (min-width : 0px)
and (max-width : 990px) {

  #responsive .siteOuterWrapper {
    overflow: hidden;
  }

}

.siteInnerWrapper {
  width: 100%;
}

@media only screen
and (min-width : 0px)
and (max-width : 990px) {

  #responsive .wrapper {
    width: 100%;
    max-width:960px;
    min-width: 220px;
  }

}

@media only screen
and (min-width : 0px)
and (max-width : 960px) {

  body {
    min-width: 100%;
    max-width: 100%;
  }

  #content {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  /* Set all grid elements to be 100% */
  #responsive .grid_1, #responsive .grid_2, #responsive .grid_3, #responsive .grid_4, #responsive .grid_5, #responsive .grid_6,
  #responsive .grid_7, #responsive .grid_8, #responsive .grid_9, #responsive .grid_10, #responsive .grid_11, #responsive .grid_12 {
    width: 100%;
  }

}

.header {
  overflow: hidden;
}

.footer, .content {
  width: 100%;
  overflow: hidden;
}

.sub {
  border: 1px solid #d9d8d8;
  overflow: hidden;
  background: url(../images/assets/subbg.jpg) top left repeat-x #fff;

}

.main {
  width: 574px;
  padding: 13px 25px;
  float: left;
  overflow: hidden;
}

.sidebar {
  float: left;
  width: 314px;
  margin: 0 0 1em 0;
}

.lt-ie7 .sidebar {
  overflow: hidden;
}

.el {
  float: left;
  width: 100%;
  position: relative;
  margin: 0; padding: 0;
  display: block;
}

@media only screen
and (min-width : 0px)
and (max-width : 960px) {

  #responsive .main {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive .main img {
    width: 100%;
    height: auto;
  }

  #responsive .sidebar {
    display: none;
  }

  #responsive .supporters li {
    float: left;
    width: 45%;
    padding: 2%;
    margin: 0;
    height: auto;
  }

  #responsive .supporters li a {
    display: block;
  }

}
/* ---------------------------- helper styles ---------------------------- */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.nolist {
  list-style: none;
}

.list {
  font-weight: normal;
  margin: 1.5em 0 0 0;
}

/* ---------------------------- typography ---------------------------- */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold-webfont.eot');
    src: url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Bold-webfont.svg#OpenSansBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg#OpenSansBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

.os {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #004482;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em 0;
}

h1 {
  font-size: 1.615em;
  line-height: 1.192em;
  text-transform: uppercase;
}

h2 {
  font-size: 1.462em;
}

h3 {
  font-size: 1.308em;
}

h4 {
  font-size: 1.154em;
}

h5, h6 {
  font-size: 1.077em;
}

p, .vcard, .vevent, table, li, blockquote, .answer {
  font-size: 1em;
  margin: 0 0 1.462em 0;
  line-height: 1.462em;
  widows: 2;
  orphans: 3;
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 0 20px;
}

ol ul {
  margin: 8px 0 0 15px;
}

ul {
  list-style: none;
}

.main ul li {
  background: url(../images/assets/bullet.jpg) left 5px no-repeat;
  padding: 0 0 0 15px;
}

.main ul ul {
  margin: 1em 0 0 0;
}

.main ul ul li {
  background: url(../images/assets/subbullet.jpg) left 5px no-repeat;
}

blockquote {
  margin-left: 20px;
}

:lang(en-gb) > q {
    quotes:"\201C" "\201D" "\2018" "\2019";
}

q::before {
  content:open-quote;
}

q::after {
  content:close-quote;
}

a {
  text-decoration: none;
  color: #003b7c;
}

a:hover, a:active {
    outline: 0;
}

small {
  font-size: 0.846em;
  line-height: 1.182;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.news time {
  display: block;
  border: 1px solid #dbdbdb;
  float: left;
  width: 42px;
  font-size: 1.923em;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  color: #074b89;
  margin: 0 18px 0 0;
  padding: 2px 0;
  line-height: 1;
}

time small {
  font-size: .520em;
  color: #009ee1;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .news time {
    float:left;
    display: block;
    width: 15%;
    max-width:42px;
    margin-right: 4%;
  }

  #responsive .news-snip {
    float: left;
    display: block;
    width: 80%;
  }
}


mark {
  background: #003B7C;
    color: #000;
}

i, em {
  font-style: italic;
  font-weight: normal;
}

b, strong {
  font-weight: bold;
}

ins {
  text-decoration: none;
  color: #003B7C;
  font-size: 1.154em;
  font-weight: bold;
  text-transform: uppercase;
}

del, s {
  text-decoration: line-through;
  color: #a5a5a5;
}

code, samp {
  font: 0.875em/90% Menlo,Monaco,'Courier New',Courier,monospace;
}

code {
    color:#369;
}

kbd {
    color:#666;
    font:normal normal 0.875em/90% sans-serif; /* 14px/90% */
    background-color:#dcd6c6;
    margin:0 0.25em; /* 0 4px */
    border:1px solid #ccc6b6;
    border-radius:4px;
    padding:0.1429em 0.4286em; /* 2px 6px */
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top: 1px solid #dadada;
    margin:1em 0;
    padding:0;
  clear: both;
}

abbr[title="Required"] {
  color: #434343;
}

abbr[title]:hover, dfn:hover {
  border-bottom:1px dotted rgba(0,0,0,0.2);
  cursor:help;
}

dfn {
  border-bottom:1px dotted rgba(0,0,0,0.2);
}

mark {
  color: #fff;
  padding: 1px;
}

figcaption, caption {
    color:#666;
    font-size:0.846em; /* 14px */
    line-height:1.182; /* 16px */
    text-align:left;
    caption-side:bottom;
    margin:0.818em 0; /* 12px 0 */
}

figure {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 15px;
  border: 1px solid #e5e4e4;
  background: #ebeaea;
}

dl {
  overflow: hidden;
  width: 100%;
  font-weight: normal;
  margin: 0 0 1em 0;
}

dt, dd {
  display: block;
}

dt {
  font-weight: bold;
  float: left;
}

dd {
  padding: 0 0 0 20px;
  margin: 0 0 .5em 0;
  float: left;
}

cite, var {
  font-style: italic;
}

.main table {
  width: 100%;
}

.main tr:nth-child(even) {
  background: #ebf0f6;
}

th, td {
  text-align: left;
  padding: 5px;
}

td p {
  margin: 0;
}

.main th {
  border-bottom: 1px solid #fff;
  background: #1b5a92;
  color: #fff;
}

.main td {
  border-bottom: 1px solid #D9D8D8;
}

.main table ul li {
  background: none;
  padding: 0;
  margin: 0;
}

/* ---------------------------- form styles ---------------------------- */

.success, .error {
  background: #DFF0D8;
  color: #468847;
  border: 1px solid #D6E9C6;
  padding: 5px;
  border-radius: 4px;
  margin: 0 0 1em 0;
}

.success li, .error li, .main .success li, .main .error li {
  background: none;
  padding: 0;
  margin: 0;
}

.error {
  background: #F2DEDE;
  color: #B94A48;
  border: 1px solid #EED3D7;
  margin: 0 0 1em 0;
}

fieldset {
  clear: both;
  width: 100%;
  overflow: hidden;
}

label {
  float: left;
  clear: both;
  width: 15%;
  margin: 0 0 1em 0;
  color: #434343;
}

input, textarea, select {
  border: 1px solid #e3e3e4;
  background: #fff;
  padding: 0 6px;
  line-height: 2.7em;
  color: #848484;
  float: left;
  margin: 0 0 1em 0;
}

textarea {
  height: 150px;
}

input.submit, input.radio, input.checkbox {
  border: none;
  background: none;
}

input.submit {
  height: 25px;
  background: #376a9c;
  color: #fff;
}

a.button, input.submit {
  background: #024481;
  background: url(../images/assets/buttonbg.jpg) bottom left repeat-x #004482;
  background: -moz-linear-gradient(top, #024481 0%, #004787 24%, #0456a0 72%, #0458a1 79%, #08569e 83%, #0059af 86%, #0959a0 90%, #0258a5 93%, #0a5599 97%, #26639a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024481), color-stop(24%,#004787), color-stop(72%,#0456a0), color-stop(79%,#0458a1), color-stop(83%,#08569e), color-stop(86%,#0059af), color-stop(90%,#0959a0), color-stop(93%,#0258a5), color-stop(97%,#0a5599), color-stop(100%,#26639a));
  background: -webkit-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  background: -o-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  background: -ms-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  background: linear-gradient(to bottom, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.923em;
  color: #fff;
  border-radius: 4px;
  padding: 0 9px;
  line-height: 2;
  margin-right: 10px;
}

a.button:hover, input.submit:hover {
  opacity: 0.85;
}

.contact input {
  text-transform: none;
}

.row {
  clear: both;
}

/* ---------------------------- header styles ---------------------------- */

.header {
  text-transform: uppercase;
  /*z-index: 2000;*/
  position: relative;
  float: left;
  width: 100%;
}

.logo {
  display: block;
  float: left;
  width: 85px;
  margin: 20px 10px 10px 0;
  /*background: url(../images/logo-new.png) top left no-repeat;*/
  height: 82px;
}

.logo.share {
  padding: 0;
  margin-right: 10px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 138px;
}

.mobile {
  display: none;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive #header .logo {
    display: none;
  }

  #responsive #mobileHeader .logo {
    padding: 6px;
    margin:  0 auto;
    float: left;
    height: auto;
    display:block;
    width: 65px;
  }

  #responsive #mobileHeader .logo.share {
    width:120px;
    padding: 2px;
  }


  #responsive #mobileHeader .pageTitle {
    text-align: center;
    font-size: 1.3em;
    display: block;
    margin: 0 auto;
    padding: 13px 0;
    width: 70%;
  }

  #responsive #header .logo img {
    margin:0 auto;
    padding: 0;
    display:block;
    max-width: 70%;
  }

  #responsive #header .miniBasket {
    display: none;
  }

  #responsive .mobile {
    display: block;
  }

  #responsive .register {
      display: block;
      color: #FFF;
      background: #f1f1f1;
      padding: 5px;
      text-transform: uppercase;
      text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
      font-weight: normal;
      text-align: left;
      font-size: 0.8em;
      z-index: 1000;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
  }
    #responsive .register .inner {
      padding: 15px 0;
      border: 2px solid #148134;
      background: url("/images/greenbtn.jpg") repeat-x scroll 0 0 transparent;
      box-shadow: 1px 1px 2px rgba(255,255,255,0.2) inset;
      padding-left: 10%;
    }

    #responsive .register span {
      font-weight: bold;
      display: block;
      font-size: 1.65em;
    }

    #responsive .register i {
      display: block;
      position: absolute;
      top: 18px;
      right: 10%;
      font-size: 4.5em;
      color: rgba(255,255,255,0.2);
      text-shadow: none;
    }

}

@media only screen
and (min-width : 0px)
and (max-width : 960px) {

  #responsive #header .logo {
    margin: 5px 0px 0 0;
  }

}

.sub-nav, .connect {
  float: left;
  font-size: 0.769em;
  margin: 22px 34px 0 0;
}

.sub-nav a {
  color: #4e4e4e;
  display: block;
  padding: 0 1.7em 0 0;
}

.connect {
  margin: 18px 0 0 0;
  overflow: hidden;
  float: right;
  width: 343px;
}

.connect ul {
  float: left;
  padding: 0;
  margin: 0;
}

.connect li {
  margin: 0 8px 0 0;
  line-height: 2.2;
  float:left;
  display:inline;
}

.connect a {
  display: block;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/icons/fb.png) top left no-repeat;
  width: 22px;
  height: 22px;
}

.connect a.fb {
  background: url(../images/icons/fb.png) top left no-repeat;
}

.connect a.tw {
  background: url(../images/icons/tw.png) top left no-repeat;
}

.connect a.li {
  background: url(../images/icons/li.png) top left no-repeat;
}

.connect a.rss {
  background: url(../images/icons/rss.png) top left no-repeat;
}

.connect form {
  float: right;
}

.header input {
  float: left;
  width: 103px;
  height: 23px;
  line-height: 23px;
  text-transform: uppercase;
  -webkit-appearance:none;
  border-radius: 0;
}

.header .button {
  background:  #376a9c;
  border: 0;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  float: left;
  border-radius: 0;
  font-size: 11px;
}

#header .topnav {
  clear: none;
  float: right;
  width: 500px;
  position: absolute;
  right: 0;
  top: 85px;
}

  .lt-ie9 #head .topnav {
    width: 530px;
  }

#header .topnav li{
  text-align: right;
  padding-left: 25px;
  float: right;
}

#header .topnav li a{
  text-transform: uppercase;
  font-size: 0.846em;
  color: #5e5e5e;
  padding-right: 18px;
  background: url(/images/icons/smallbluebubble.png) right top no-repeat;
}

#mobileHeader {
  display: none;
}

@media
only screen and (max-width:640px) {

  #responsive .connect,
  #responsive .topnav {
    width: 100%;
    float: right;
    margin: 0;
  }

     #responsive .connect ul{
      float: none;
      width: 100%;
      position: absolute;
      right: 12px;
      top: 7px;
     }

        #responsive .connect ul li {
          float: right
        }

        #responsive .connect ul li:first-child {
          display: none;
        }

    #responsive .connect form {
      width: 100%;
      border: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 20px;
      background: #fff;
    }

        #responsive .connect form input {
          width: 80%;
          margin: 0;
          padding: 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: 40px;
          border: 1px solid #DDD;
          border-right: 0;
          border-radius: 0;
        }

         #responsive .connect form .button {
          width: 20%;
          border: 1px solid #376a9c;
          height: 40px;
          font-size: 14px;
        }

        #responsive #header .topnav li a {
          padding-left: 20px;
          background: url(/images/icons/smallbluebubble.png) left top no-repeat;
        }

    #responsive #header .topnav {
      position: static;
      margin-top: 10px;
    }

      #responsive #header .topnav  li{
        padding: 5px 20px;
        display: block;
        width: 100%;
        text-align: left;
        margin: 0;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
      }


  #responsive #mobileHeader {
    display: block;
    padding: 0;
    min-height: 50px;
    z-index:5000;
    position:relative;
    width: 100%;
    border-bottom: 1px solid #DDD;
    background: #FAFAFA;
  }

  #responsive .headerDetails {
    position: static;
    top: 0;
    right: 0;
    width: 100%;
  }

  #responsive #searchForm {
    float:none;
    padding: 0 20px;
    margin:0;
    display:block;
    width:100%;
    position: relative;
    top: 0;
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #DDD;
    background-color: #f1f1f1;
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .connect,
  #responsive .topnav {
    margin-right: 10px;
  }

  #responsive .topnav {
    margin-top: 10px;
    top: 50px;
  }

}

/* ---------------------------- navigation ---------------------------- */

.nav {
  clear: both;
  width: 940px;
  background: #084B91; /* Old browsers */
  background: url(../images/assets/navbg.png) top left repeat-x;
  background: -moz-linear-gradient(top, #34699b 0%, #376b9d 4%, #376b9d 31%, #326897 37%, #2e6399 42%, #275e94 46%, #285f95 47%, #246094 47%, #225d95 50%, #1e5993 51%, #1f5c93 52%, #1c5990 53%, #1d5a91 54%, #185991 55%, #16578f 57%, #12538b 58%, #13548c 59%, #0f5088 62%, #11528a 62%, #0e4e8b 64%, #104e8b 66%, #094e89 68%, #064a87 71%, #064a87 98%, #084b91 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#34699b), color-stop(4%,#376b9d), color-stop(31%,#376b9d), color-stop(37%,#326897), color-stop(42%,#2e6399), color-stop(46%,#275e94), color-stop(47%,#285f95), color-stop(47%,#246094), color-stop(50%,#225d95), color-stop(51%,#1e5993), color-stop(52%,#1f5c93), color-stop(53%,#1c5990), color-stop(54%,#1d5a91), color-stop(55%,#185991), color-stop(57%,#16578f), color-stop(58%,#12538b), color-stop(59%,#13548c), color-stop(62%,#0f5088), color-stop(62%,#11528a), color-stop(64%,#0e4e8b), color-stop(66%,#104e8b), color-stop(68%,#094e89), color-stop(71%,#064a87), color-stop(98%,#064a87), color-stop(100%,#084b91));
  background: -webkit-linear-gradient(top, #34699b 0%,#376b9d 4%,#376b9d 31%,#326897 37%,#2e6399 42%,#275e94 46%,#285f95 47%,#246094 47%,#225d95 50%,#1e5993 51%,#1f5c93 52%,#1c5990 53%,#1d5a91 54%,#185991 55%,#16578f 57%,#12538b 58%,#13548c 59%,#0f5088 62%,#11528a 62%,#0e4e8b 64%,#104e8b 66%,#094e89 68%,#064a87 71%,#064a87 98%,#084b91 100%);
  background: -o-linear-gradient(top, #34699b 0%,#376b9d 4%,#376b9d 31%,#326897 37%,#2e6399 42%,#275e94 46%,#285f95 47%,#246094 47%,#225d95 50%,#1e5993 51%,#1f5c93 52%,#1c5990 53%,#1d5a91 54%,#185991 55%,#16578f 57%,#12538b 58%,#13548c 59%,#0f5088 62%,#11528a 62%,#0e4e8b 64%,#104e8b 66%,#094e89 68%,#064a87 71%,#064a87 98%,#084b91 100%);
  background: -ms-linear-gradient(top, #34699b 0%,#376b9d 4%,#376b9d 31%,#326897 37%,#2e6399 42%,#275e94 46%,#285f95 47%,#246094 47%,#225d95 50%,#1e5993 51%,#1f5c93 52%,#1c5990 53%,#1d5a91 54%,#185991 55%,#16578f 57%,#12538b 58%,#13548c 59%,#0f5088 62%,#11528a 62%,#0e4e8b 64%,#104e8b 66%,#094e89 68%,#064a87 71%,#064a87 98%,#084b91 100%);
  background: linear-gradient(to bottom, #34699b 0%,#376b9d 4%,#376b9d 31%,#326897 37%,#2e6399 42%,#275e94 46%,#285f95 47%,#246094 47%,#225d95 50%,#1e5993 51%,#1f5c93 52%,#1c5990 53%,#1d5a91 54%,#185991 55%,#16578f 57%,#12538b 58%,#13548c 59%,#0f5088 62%,#11528a 62%,#0e4e8b 64%,#104e8b 66%,#094e89 68%,#064a87 71%,#064a87 98%,#084b91 100%);
  border-bottom: 3px solid #008CC7;
  border-top: 1px solid #1b5a92;
  height: 40px;
  padding: 0;
  margin: 0;
  display:table;
}

.lt-ie7 .nav {
  width: 910px;
}

.nav li {
  margin: 0;
  padding:0;
  background: url(../images/assets/navborder.png) center right no-repeat;
  position: relative;
  display:table-cell;
}

.nav li:first-child {
  display: none;
}

.lt-ie7 .nav li {
  float: left;
  display:inline;
}

.nav li a {
  display:block;
  color:#fff;
  font-weight:bold;
  padding: 1em 0.65em;
  text-align:center;
}

.nav li a:hover {
  background:#008CC7;
}

.lt-ie7 .header .nav a:visited {
  color: #fff;
}

/* Sub Nav */

.nav ul  {
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  z-index: 1000;
  border: 1px solid #004685;
  border-top: none;
  line-height: 1;
  width: 200px;
  background: url(../images/assets/subnavbg.jpg) top left no-repeat #fff;
  padding: 5px 0 0 0;
}

.nav ul li {
  float: none;
  margin: 0;
  background: none;
}

.nav li li a {
  color: #004685;
  display: block;
  border-bottom: 1px solid #88a7c4;
  padding: 5px 17px;
  line-height: 1.462;
}

.nav li li:last-child a {
  border: none;
}

.nav li:hover ul {
  display: block;
}

.flyout {
  display:none;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .nav {
    background: none;
    border-bottom: 1px solid #DDD;
  }

  #responsive .nav li {
    background: none;
  }

  #responsive .nav li a {
    text-align: left;
    font-size: 0.9em;
    font-weight: normal;
  }

  #responsive .nav li a:after {
    display: block;
    font-family: FontAwesome;
    content: "\f0da";
    width: 4px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 21px;
  }

  #responsive #header .headline {
    text-transform: uppercase;
    background: #F1F1F1;
    color: #666;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    padding: 10px 20px;
  }

  #responsive .nav li a:hover {
    background: none;
  }

  #responsive .mainMenuWrap .edgenav {
    display:block;
  }

  #responsive .mainMenuWrap ul li {
    display:block;
    width:100%;
    text-align:left;
    padding:0 20px;
  }

  #responsive .mainMenuWrap ul li ul {
    position:static;
    display:none;
    background:#fff;
  }

  /* Some overrides to get flyout menu and such working */
  #responsive html {
    overflow-x: hidden;
  }

  #responsive body {
    position: relative;
  }

  /* Reshape navigation to present a flyout menu */
  #responsive .flyout {
    position: absolute;
    display: block;
    right: 7px;
    top: 7px;
    background: #008CC7;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
  }

  #responsive .flyout a {
    display: block;
    width: 26px;
    height: 26px;
    position: relative;
    font-size: 2em;
    line-height: 1;
    color: #FFF;
    float: right;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
        #responsive.menuLeft .flyout {
            left: 0;
            border-left: 0;
            border-right: 1px solid #DDD;
        }

  #responsive .flyout a span {
    display: block;
    width: 100%;
    height: 4px;
    background: #FFF;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    opacity: 1;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
  }

  #responsive .flyout a:before,
  #responsive .flyout a:after {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 120%;
    height: 4px;
    background: #FFF;
    content: '';
    -webkit-transition: -webkit-transform 0.5s, background 0.5s;
    -moz-transition: -moz-transform 0.5s, background 0.5s;
    transition: transform 0.5s, background 0.5s;
  }

  #responsive .flyout a:after {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-3px);
    transform: translateY(-5px);
  }

  #responsive .flyout a:before {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }

  #responsive .flyout a:after {
    bottom: 0;
    top: auto;
  }

  #responsive .flyout.alive a:before {
    -webkit-transform: rotate(45deg) translateY(9px) translateX(6px);
    -moz-transform: rotate(45deg) translateY(9px) translateX(6px);
    transform: rotate(45deg) translateY(9px) translateX(6px);
  }

  #responsive .flyout.alive a:after {
    -webkit-transform: rotate(-45deg) translateY(-10px) translateX(6px);
    -moz-transform: rotate(-45deg) translateY(-10px) translateX(6px);
    transform: rotate(-45deg) translateY(-10px) translateX(6px);
  }

  #responsive .flyout.alive a span {
    opacity: 0;
  }

  #responsive .closeFlyout {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 2em;
    color: #FFF;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index:140;
  }

  #responsive .flyout > span {
    font-size: 0.7em;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
    width: 27px;
  }

  #responsive #header {
    min-height: 100%;
    width: 80%;
    right: -80%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #FFF;
    border-left: 1px solid #E6E6E6;
    padding: 0;
    z-index: 5001;
  }
       #responsive.menuLeft #header {
           left: -80%;
           right: auto;
           border-right: 1px solid #E6E6E6;
           border-left: 0;
       }

  #responsive .mainMenuWrap {
    background: #FFF;
  }

  #responsive .mainMenuWrap ul {
    display: block;
    float: none;
    width: 100%;
    margin:0;
    padding:0;
    border:0;
  }

  #responsive .mainMenuWrap ul ul li {
    background: #F6F6F6;
  }

  #responsive .mainMenuWrap ul li {
    float: left;
    width: 100%;
    clear: both;
    margin:0;
    padding:0;
  }

  #responsive .mainMenuWrap ul li a {
    color:#666;
    border-bottom:1px solid #DDD;
    padding:10px 20px;
  }

  #responsive .mainMenuWrap ul ul {
    display: block;
    position: static;
    opacity: 1;
  }

  #responsive .mainMenuWrap > .wrapper > ul > li > a:after {
    content: "\f105";
    position:relative;
    float: right;
    right: 15px;
    top: 2px;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    color: #666;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }

  #responsive .mainMenuWrap > ul > li.open {
    background: #DEDDDB;
  }

  #responsive .mainMenuWrap > .wrapper > ul > li.open > a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .nav {
    width: 100%;
  }

  #responsive .nav li a {
    padding: 1em 0.2em;
    font-size: 0.9em;
  }

}

/* ---------------------------- homepage ---------------------------- */

.featured {
  position: relative;
  overflow:hidden;
  height:386px;
  clear: both;
}

.featured .text, .featured .share {
  background: #fff;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 30px;
    width: 345px;
    z-index: 888;
}

.featured .text h1 {
  color: #2CB2E8;
    font-size: 52px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}

.featured .text h2 {
  font-size: 19px;
    margin: 10px 0;
}

.featured .text a {
   background: url("/images/greenbtn.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #208944;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    font-size: 2.2em;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
}

.featured .share {
  height: 19px;
    overflow: hidden;
    padding: 10px;
    top: 290px;
    width: 365px;
  position:absolute;
  z-index: 888;
}

.featured ul {
  margin: 0;
  padding: 0;
}

.featured .share li {
  display: block;
    float: left;
    height: 19px;
    padding: 0;
    text-align: left;
}

.featured .share li.tell {
  height: 19px;
    overflow: hidden;
    padding: 10px;
    top: 290px;
  color: #2980BC;
    font-size: 1.1em;
    font-weight: bold;
    padding-right: 17px;
    text-transform: uppercase;
  padding: 0 15px 0 0;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .featured {
    height: 305px;
  }

  #responsive .featured .text, #responsive .featured .share {
    display: none;
  }

  #responsive .largeshare {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive .largeshare a {
    width:48%;
    float: left;
    color: #FFF;
    padding: 14px 15px 11px 15px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 15px 1% 0 1%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
    white-space: nowrap;
  }

  #responsive .largeshare a.addthis_button_facebook {
    background: #3C5A98;
    border: 2px solid #26427b;
  }

  #responsive .largeshare a.addthis_button_twitter {
    background: #00abf0;
    border: 2px solid #049ad7;
  }

  #responsive .largeshare a i {
    vertical-align: middle;
    color: rgba(255,255,255,0.2);
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 5em;
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .featured {
    height: 375px;
  }

  #responsive .featured .text, #responsive .featured .share {
    width: 200px;
  }

  #responsive .featured .text a {
    font-size: 1.6em;
    height: 45px;
    line-height: 45px;
  }

  #responsive .featured .text h1 {
    font-size: 34px
  }

  #responsive .featured .share {
    width: 221px;
    top: 260px;
    height: 42px;
    text-align: center;
  }

  #responsive .featured .share li.tell {
    padding: 0 0 5px 0;
    margin: 0;
    width: 100%;
  }

  #responsive .featured .share li {
    width: 50%;
  }

}

.slides {
  height: 352px;
  position: absolute;
  left:0;
  top:0;
  width:2820px;
}

.slides li {
  float:left;
}

.slidetext {
  position: absolute !important;
  top: 125px;
  left: 0;
  z-index: 1000;
}

.slideinfo {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 408px;
  padding: 19px;
  display: none;
}

.slideinfo li {
  position: absolute;
  left: -450px;
  top: 130px;
  width:400px;
  background: #376a9c;
  background: rgba(55,106,156,0.94);
  padding:20px;
}

.slidebars {
  position:absolute;
  bottom:256px;
  width:440px;
  height:10px;
  display: none !important;
}

.slidebars div {
  display:none;
}

.slidebar1, .slidebar2, .slidebar3, .slidebar4, .slidebar5, .slidebar6, .slidebar7, .slidebar8 {
  background:#4271a1;
  width:63px;
  position:absolute;
  left:400px;
  bottom:0;
}

.slidebar1 { left:0px; height:12px; opacity:0.7; }
.slidebar2 { left:60px; height:60px; opacity:0.8; }
.slidebar3 { left:111px; height:42px; opacity:0.6; }
.slidebar4 { left:180px; height:82px; opacity:0.9; }
.slidebar5 { left:250px; height:100px; opacity:0.9; }
.slidebar6 { left:283px; height:60px; opacity:0.9; }
.slidebar7 { left:330px; height:42px; opacity:0.9; }
.slidebar8 { left:377px; height:82px; opacity:0.8; }

.slideinfo h1 {
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  font-weight:bold;
  text-transform:uppercase;
  margin-bottom:20px;
}

.slideinfo h1, .slideinfo a {
  color: #fff;
}

.slideinfo li .text {
  font-size:13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:19px;
  margin-bottom:15px;
}

.slideinfo li .readmore {
  font-size:13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height:19px;
  font-weight:bold;
}

.slidebar {
  display: block;
  width: 30px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background: #376a9c;
  background: rgba(55,106,156,0.94);
  opacity: 0;
}

.pager {
  clear: both;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  height: 37px;
  position: absolute;
  top:352px;
  z-index: 100;
  margin: 0;
}

.pager a {
  list-style: none;
  float: left;
  width: 50%;
  background: #376a9c;
  border-color: #376a9c;
  line-height: 2.313;
  position: relative;
  margin: 0;
  height: 35px;
}

.pager a:nth-child(2) {
  background: #008cc7;
  border-color: #008cc7;
}

.pager a:nth-child(3) {
  background: #009ee1;
  border-color: #009ee1;
}

.pager .active:after {
  border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom-width: 9px;
  border-bottom-style: solid;
  border-bottom-color: inherit;
    top: -9px;
    content: "";
    display: block;
    height: 0;
    left: 48%;
    position: absolute;
    width: 0;
    z-index:10;
}

.pager a {
  color: #fff;
  display: block;
  border-color: #376a9c;
}

.pager a:visited {
  color: #fff;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .slides {
    height: 307px;
    width: 100%;
    white-space: nowrap;
  }

    #responsive .slides li {
      width: 100%;
      height: 270px;
      display: inline-block;
      float: none;
    }

    #responsive .slides img {
      height: 270px;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      max-width: inherit;
      margin-top: 0;
    }

    #responsive .slides li a {
      overflow: hidden;
      width: 100%;
      height: 270px;
      position: relative;
      display: block;
    }

  #responsive .pager {
    top: 270px;
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .slides {
    height: 355px;
    width: 100%;
    white-space: nowrap;
  }

    #responsive .slides li {
      width: 100%;
      height: 335px;
      display: inline-block;
      float: none;
    }

    #responsive .slides img {
      min-height: 335px;
      max-width: 390px;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      max-width: inherit;
      margin-top: -20px;
    }

    #responsive .slides li a {
      overflow: hidden;
      width: 100%;
      height: 335px;
      position: relative;
      display: block;
    }

  #responsive .pager {
    top: 335px;
  }

}

.greybox {
  position: relative;
  width: 90%;
  padding: 5%;
  top:0;
  background: none;
  box-shadow: none;
  right: 0;
}

.lt-ie9 .greybox{
  border: 1px solid #ccc;
}

  #content .greybox h1{
    font-size: 45px;
  }

  #content .greybox h2{
    margin-bottom: 5px;
  }

  #content .greybox p{
    font-size: 0.9em;
  }

  #content .greybox a{
    height: 60px; line-height: 60px;
  }


.sections {
  width: 100%;
  overflow: hidden;
  margin: 17px 0;
}

.sections li {
  float: left;
  width: 300px;
  margin: 0 17px 0 0;
  overflow: hidden;
  border: 1px solid #d9d8d8;
  position: relative;
  height: 144px;
}

.sections li a {
    display: block;
}

.sections li.questions {
  float: right;
  margin: 0;
}

.sections h4 {
  background: url(../images/assets/arrow.jpg) top right no-repeat #f5f5f5;
  text-transform: uppercase;
  line-height: 2;
  margin: 0;
}

.sections p {
  width: 192px;
  margin: 0 0 10px 0;
  font-size: 0.769em;
}

.sections a {
  font-weight: bold;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .sections {
    overflow: visible;
    margin: 5px 0;
  }

  #responsive .sections li {
    float: left;
    width: 32%;
    margin: 10px 0.9% 10px 0;
    overflow: hidden;
    border: 1px solid #d9d8d8;
    position: relative;
    height: auto;
    padding-bottom: 30px;
    overflow: visible;
  }

  #responsive .sections li:last-child {
    float: right;
    margin-right: 0;
  }

  #responsive .slideup {
    bottom: -1px;
    font-size: 0.75em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    padding: 0 5px;
  }

  #responsive .slideup span {
    display: none;
  }

  #responsive .sections h4 {
    padding: 4px 0 0 0;
    /*background-position: 106% -1px;*/
   background: none;
   text-align: center;
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .sections {
    overflow: visible;
    margin: 5px 0;
  }

  #responsive .slideup {
    bottom: -1px;
    font-size: 0.75em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
    padding: 0 5px;
  }

  #responsive .sections h4 {
    padding: 4px 0 0 0;
  }

}
@media only screen
and (min-width : 0px)
and (max-width : 960px) {


  #responsive .sections li {
    float: left;
    width: 49%;
    margin: 10px 2% 10px 0;
    overflow: hidden;
    border: 1px solid #d9d8d8;
    position: relative;
    height: auto;
    padding-bottom: 30px;
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive .sections li.questions {
      margin-right: 0;
  }

  #responsive .sections li img {
      width: 100%;
  }

  #responsive .sections li.counter {
      width: 100%;
      clear: both;
      padding: 0;
      background: url(/images/layout/counterBg.png) repeat-x;
  }

  #responsive .sections .registrationsCounter {
      margin: 0 auto;
  }
}

.slideup {
  background: url(../images/layout/sectionsbg.jpg) bottom right no-repeat #f5f5f5;
  padding: 0 10px;
  width: 97%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  height: 29px;
}

.news-stream, .regions {
  float: left;
  width: 300px;
  border: 1px solid #d9d8d8;
  background: #f5f5f5;
  position: relative;
  margin: 0 17px 17px 0;
}

.news-stream h1, .regions h1, .gosharelogo h1 {
  font-size: 1.538em;
  text-transform: uppercase;
  line-height: 2.3;
  border-bottom: 1px solid #d9d8d8;
  text-indent: 18px;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .news-stream, #responsive .regions {
    width: 100%;
    float: none;
    margin: 20px 0 0 0;
  }

  #responsive .regions .speech {
    float: none;
    width: 100%;
    margin: 0;
    margin: 10px 0 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
  }

  #responsive .speech li:first-child {
    margin: 9px 0;
  }

  #responsive .news-stream h1, #responsive .regions h1,   #responsive .gosharelogo h1, #responsive .map-regions h1 {
    font-size: 1.138em;
  }

  #responsive .gosharelogo {
    display: none;
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .news-stream {
    width: 35%;
    float: left;
    margin: 0 2% 0 0;
  }

  #responsive .regions {
    width: 62%;
    float: right;
    margin: 0;
  }

  #responsive .regions .speech {
    float: none;
    width: 100%;
    margin: 0;
    margin: 10px 0 20px 0;
    padding: 10px 0;
    border-bottom: 1px solid #DDD;
    border-top: 1px solid #DDD;
  }

  #responsive .gosharelogo {
    display: none;
  }

}


.gosharelogo h1 {
  margin-bottom:0;
}

.news-stream {
  float: left;
}

.news-stream ul {
  padding: 0;
}

.news-stream li {
  padding: 0 18px;
  margin: 0 0 1em 0;
}

.news-stream b:after {
  content:" // ";
}

.news-stream p {
  margin: 0;
}

.news-stream a {
  font-weight: bold;
}

.news-prev, .news-next {
  display: block;
  width: 16px;
  height: 10px;
  background: url(../images/icons/up.jpg) top left no-repeat;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  right: 51px;
  top: 18px;
}

.news-next {
  right: 31px;
  background: url(../images/icons/down.jpg) top left no-repeat;
}

.regions {
  width: 619px;
  margin: 0;
  overflow: hidden;
  float: right
}

.regions h3 {
  border: none;
  float: left;
  text-indent: 0;
}

.regions .column1 {
  float: left;
  padding: 0 18px;
}

.regions .column2 {
  float: right;
  width: 242px;
  padding: 0 18px 0 0;
}

.regions .speech {
  width: 300px;
  margin: 0 0 10px 10px;
}

.speech li {
  list-style: none;
  background: url(/images/smbluespeech.jpg) left center no-repeat;
  padding-left: 35px;
  margin: 9px 0;
  font-size: 11px;
}

.speech li.pink {
  background: url(/images/smpinkspeech.jpg) left center no-repeat;
}

.speech li:first-child{
  margin: 0;
}

.speech li.purple {
  background: url(/images/smpuspeech.jpg) left center no-repeat;
}

.speech li.green {
  background: url(/images/smgrspeech.jpg) left center no-repeat;
}

.speech li.yellow {
  background: url(/images/smyelspeech.jpg) left center no-repeat;
}

#myElement {
  width: 100%;
  height: auto;
  max-width: 535px;
  overflow: hidden;
}


/* ---------------------------- sub pages ---------------------------- */

.breadcrumbs, .pagination {
  width: 100%;
  overflow: hidden;
  list-style: none;
  font-size: 0.846em;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}

.breadcrumbs li, .pagination li {
  float: left;
  line-height: 4.455em;
  margin: 0 5px 0 0;
}

.breadcrumbs li:last-child a:after {
  content: "";
}

.main ul.supporters li {
  background: none;
  padding: 0;
  float: left;
  margin: 0 59px 20px 0;
  height: 150px;
}

@media
only screen and (max-width:640px) {

  #responsive .breadcrumbs {
    margin: 10px 0;
  }

  #responsive .breadcrumbs li , #responsive .pagination li {
    line-height: 1.55em;
  }

}

/* ---------------------------- sidebar ---------------------------- */



.sidebar h3, .sidebar h4 {
  background: #004482;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 0 11px 1em;
  margin: 0;
}

.sidebar h4 {
  background: none;
  color: #074b89;
  border: 1px solid #d2d2d2;
  border-right: none;
  border-bottom: none;
}

.sidebar ul {
  border-left: 1px solid #dadada;
  margin: 0 0 10px 0;
}

.sidebar ul ul {
  border: none;
  margin: 0;
}

.sidebar li {
  margin: 0;
  font-weight: bold;
  font-size: 1.077em;
  padding: 7px 18px;
  border-bottom: 1px solid #dadada;
}

.sidebar li li {
  border: none;
  font-size: .929em;
}

.sidebar li a {
  display: block;
}

.excellence {
  background: url(../images/assets/excellencebg.jpg) bottom left no-repeat #ebf0f6;
}

.box p {
  font-size: 1.154em;
  padding: 22px 22px 0 22px;
  color: #1b3b57;
}

.sidebar .box a.button {
  display: block;
  margin: 0 22px 22px 22px;
  float: left;
}

.side-contact {
  background: url(../images/layout/contactbg.jpg) bottom left no-repeat #ebf0f6;
}

.side-contact h3 {
  background: #008cc7;
}

.sidebar .box {
  margin: 0 10px 0 0;
  display: block;
}

.sidebar .box h1 {
  padding: 11px 0 11px;
}

/* ---------------------------- news pages ---------------------------- */

.news {
  clear: both;
  width: 100%;
  list-style: none;
}

.main .list li, .post {
  border-bottom: 1px solid #dadada;
  width: 100%;
  overflow: hidden;
  background: none;
  padding: 0;
  background: none;
}

.post {
  margin: 0 0 1em 0;
}

.list li:last-child {
  border: none;
  margin: 0;
}

.list .more {
  display: block;
  font-weight: bold;
}

.news-snip {
  float: left;
  width: 505px;
}

/*
.post img {
  margin: 0 0 10px 10px;
}
*/
/* ---------------------------- events page ---------------------------- */

.event-list dt, .event-list dd {
  background: #dee7ef;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: bold;
  color: #295d90;
  line-height: 1.923;
  padding: 0 3px 0 11px;
}

.event-list .date {
  background: url(../images/icons/calendar.jpg) 9px center no-repeat #dee7ef;
  padding-left: 40px;
}

.event-list dd {
  margin: 0 18px 0 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0 11px 0 0;
}

.event-list .more {
  font-weight: bold;
  display: block;
  margin: 1em 0 0 0;
}

/* ---------------------------- researchers ---------------------------- */

.list-image {
  float: left;
  margin: 0 20px 20px 0;
}

.main .float p:first-of-type {
  clear: none;
}

.float h2, .float p, .float .more {
  float: left;
  width: 440px;
  display: block;
}

/* ---------------------------- case studies page ---------------------------- */

.studies-list {
  width: 100%;
  clear: both;
}

#content .sidebar .speech{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  text-align: center;
    z-index: 888;
  margin: 1em 10px 1em 0;
  padding: 10px;
}

#content .sidebar .speech h1{
  color: #e74e6d;
  font-size: 45px;
  margin: 0;
}

#content .sidebar .register-speech h1 {
  font-size: 18px;
  text-transform: none;
  margin: 0 0 1em 0;
}

#content .sidebar .speech h2{
  color: #3e8cc2;
  font-size: 18px;
  margin: 0;
}

#content .sidebar .register-speech h2 {
  font-size: 36px;
  text-transform: none;
}

#content .sidebar .speech p {
  font-size: 1em;
  padding: 1em 0 0 0;
}

#content .sidebar .speech a {
  background: url("/images/greenbtn.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #208944;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF !important;
    font-size: 2.2em;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
  display: block;
}

.sidebar .speech .speechmark {
  position: absolute;
  bottom: -27px;
  right: 100px;
}

/* ---------------------------- register page ---------------------------- */

#forename {
  margin: 0 15px 0 0;
}

form .telephone .prefered {
  font-size: 0.85em;
    height: 91px;
    position: absolute;
    left: 55%;
    top: -77px;
    width: 265px;
}

form .telephone .prefered label span {
  display: none;
}

form .telephone .prefered label {
  clear: left;
  width: auto;
    padding: 29px 0 0 0;
}

form .telephone .prefered label input {
  width: 15px;
  height: 15px;
}

form .telephone .prefered p {
  float: right;
  width: 85%;
  margin-top: 75px;
}

#register_form .row.sl h2 {
  display: block;
  float: left;
  width: 20%;
  font-weight: bold;
  height: 33px;
  line-height: 33px;
  font-size: 1.1em;
  margin: 0;
}

#register_form .row.sl label {
  width: 80%;
  clear: none;
}

#register_form .hear label {
  width: 250px;
}

#register_form .hear select {
  width: 300px;
}

#register_form p.agree {
  display: none;
}

#register_form .singlecheckboxrow p {
  float: right;
  width: 90%;
}

/* form .row input.checkbox, form .row input.radio {
    height: 15px;
    margin-top: 10px;
    width: 15px;
} */



#register_form h2 {
  margin: 2em 0 .5em 0;
}

#register_form .row label small {
  display: none;
}

@media
only screen and (max-width:640px) {

  #responsive #register_form h2 {
    margin: 0;
    padding: 20px 0;
  }

  #responsive #register_form fieldset {
    overflow: visible;
  }

  #responsive #register_form .row {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive #register_form .row label {
    width: 100%;
    margin-bottom: 0;
    height: auto;
  }

  #responsive #register_form .row label small {
    display: block;
    float:right;
    font-size: 0.9em;
    color: #666;
  }

  #responsive #register_form .row .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    outline: 0;
    width: 100%;
    height: 47px;
  }

  #responsive #register_form .row .text:focus {
    box-shadow: 0 0 3px #2980bc;
    border: 1px solid #2980bc;
  }

  #responsive #register_form .row .third_length,
  #responsive #register_form .row select.third_length {
    width: 32% !important;
    padding: 5px;
    text-align: center;
    height: auto;
    margin-right: 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
    margin-bottom: 5px;
  }

  #responsive #register_form .mobile label {
    display: none;
  }

  #responsive #register_form .row select {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 47px;
    height: auto;
  }

  #responsive #register_form .telephone .prefered {
    font-size: 1em;
    height: auto;
    position: static;
    width: 100%;
    margin-top: 10px;
  }

  #responsive #register_form .telephone .prefered b {
    font-size: 1.1em;
  }

  #responsive #register_form .telephone .prefered label {
    width: 100%;
    clear: none;
    line-height: 2.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #CCC;
  }

  #responsive #register_form .telephone .prefered label span {
    display: inline;
  }

  #responsive #register_form .telephone .prefered label.selected {
    box-shadow: 0 0 3px #2980bc;
    border: 1px solid #2980bc;
  }

  #responsive #register_form .telephone .prefered input {
    float: right;
    margin: 8px 2% 0 0;
  }

  #responsive #register_form .telephone .prefered p {
    width: 100%;
    margin-top: 0;
  }

  #responsive #register_form .row.sl h2 {
    padding: 0;
  }

  #responsive #register_form .agreement label {
    width: 100%;
    clear: none;
    line-height: 2.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #008cc7;
    color: #0d668c;
    background: #a9cede;
  }

  #responsive #register_form .agreement input.checkbox {
    float: left;
    width: 10%;
    margin: 3px 10px 10px 0;
  }

  #responsive #register_form .agreement p {
    float: left;
    width: 80%;
    margin: 0px;
  }

  #responsive #register_form .terms {
    margin: 20px 0 10px 0;
  }

  #responsive #register_form .terms p {
    margin: 0;
  }

  #responsive #register_form .singlecheckboxrow {
    background: #f7f7f7;
    border: 1px solid #ddd;
    padding: 4%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive #register_form .singlecheckboxrow .agree {
    float: left;
    width: 88%;
    margin: 0px;
    font-weight:  normal;
  }

  #responsive #register_form .singlecheckboxrow input#gosharetermsagree {
    float: left;
    margin: -3px 10px 10px 0;
    display: block;
  }

  #responsive #register_form .row .mobileButton {
    background: #024481;
    background: -moz-linear-gradient(top, #024481 0%, #004787 24%, #0456a0 72%, #0458a1 79%, #08569e 83%, #0059af 86%, #0959a0 90%, #0258a5 93%, #0a5599 97%, #26639a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024481), color-stop(24%,#004787), color-stop(72%,#0456a0), color-stop(79%,#0458a1), color-stop(83%,#08569e), color-stop(86%,#0059af), color-stop(90%,#0959a0), color-stop(93%,#0258a5), color-stop(97%,#0a5599), color-stop(100%,#26639a));
    background: -webkit-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
    background: -o-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
    background: -ms-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
    background: linear-gradient(to bottom, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    padding: 20px 0 20px;
    line-height: 2;
    display: block;
    width: 100%;
    margin: 20px 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
  }
}
/* ---------------------------- form styles ---------------------------- */

form .row {
   display: block;
   float: left;
   width: 100%;
   margin: 4px 0;
   position: relative;
}

form .regi .left, form .regi .right {
    clear: none;
    width: 193px;
}

form .regi .left {
    margin-right: 20px;
    width: 355px;
}


.emsg {
    background: none repeat scroll 0 0 #E74E6D;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    float: right;
    padding: 4%;
    width: 80%;
}

.emsg .pointer {
    background: url("/images/msgmark.jpg") repeat scroll 0 0 transparent;
    height: 16px;
    left: -28px;
    position: absolute;
    top: 15px;
    width: 30px;
}

form .regi .left p {
    font-style: italic;
}

#registershare_488732 {
    left: 40px;
    position: absolute;
    top: 5px;
    width: 20px;
    z-index: -999;
}

form .regi .left .arg .checkbox {
    float: left;
}

form .regi .left .arg label {
    color: #3E8CC2;
    line-height: 1.462;
    width: 85%;
  clear: none;
  height: auto;
}

form .regi .right a.button {
  width: auto;
}

.regi .right .submit {
  float: right;
}

form .row label {
  display: block;
  float: left;
  width: 20%;
  font-weight: bold;
  height: 33px; line-height: 33px;
  font-size: 1.1em;
}

form .row input.text, form .row textarea, form .row select,  form .row input.checkbox {
  float: left;
  display: block;
  width: 30%;
  border: 1px solid #ccc;
  padding: 8px;
/*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
*/
  margin-right: 15px;
}

form .row input.text, form .row textarea {
  /* behavior: url(/PIE.htc); */
}

form .row .radio, form .row .checkbox {
  width: 10px; height: 10px;
}

.lt-ie9 form .row .radio, .lt-ie9 form .row .checkbox {
  width: auto;
  height: auto;
  border: none;
  line-height: 1;
}

.lt-ie7 form .row .radio, .lt-ie7 form .row .checkbox {
  width: 15px;
  height: 15px;
  border: none;
  line-height: 1;
  margin-top: 10px;
}

form .row .textarea {
  height: 120px;
}

form .row select {
  height: 33px;
}

form .row input.checkbox, form .row input.radio {
  width: 15px; height: 15px;
  margin-top: 10px;
}

form .row input.checkbox {
  box-sizing:content-box;
  border:0;
  margin:7px;
  padding:0;
}

.ie9 form .row input.checkbox, .ie9 form .row input.radio {
  width: auto;
  height: auto;
  border: none;
}

.ie9 form .row.sl input.checkbox {
  margin: 0;
}

form .sl span{
  height: 36px; line-height: 36px;
  display: block;
  float: left;
}

form .hello {
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  top:10px; right: 130px;
  z-index: 10;
}

/* ---------------------------- search forms ---------------------------- */

.search-form {
  margin: 2em 0;
  position: relative;
}

.search-form input, .search-form select {
  width: 40%;
  text-transform: none;
}

.search-form select {
  line-height: 1;
  height: auto;
  padding: 5px;
  width: 42.3%;
}

.search-form input.button {
  width: auto;
  margin: 0 0 0 275px;
  display: inline;
  float: left;
}

.sidebar form {
  padding: 0 17px;
  overflow: hidden;
}

.studies-search label {
  width: 30%;
  line-height: 29px;
}

.studies-search .search-form input.button {
  margin: 0;
  float: right;
}

.studies-search input {
  width: 63%;
}

.studies-search select {
  width: 70%;
}

/* ---------------------------- staff page ---------------------------- */

.staff {
  width: 100%;
  overflow: hidden;
}

.staff img {
  float: left;
  margin: 0 15px 1em 0;
}

.staff-info {
  float: left;
  width: 425px;
}

/* ---------------------------- contact page ---------------------------- */

.contact textarea {
  width: 82.5%;
  float: right;
}

.contact-info {
  width: 50%;
}

.vcard {
  background: url(../images/layout/vcardbg.jpg) top right no-repeat #f4f8fa;
  width: 218px;
  padding: 1em;
  overflow: hidden;
}

.vcard span {
  display: block;
  width: 95%;
}

.vcard span.tel {
  display: inline;
}

#map {
  height: 314px;
  width: 293px;
  border: 1px solid #d2d2d2;
  border-right: none;
}

.cform .submit {
  clear: both;
}

iframe {
  margin: 0 0 1em 0;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive.contact iframe {
    width: 100%;
  }

  #responsive.contact img {
    width: auto;
  }

  #responsive.contact form .row input.text, #responsive.contact form .row textarea, #responsive.contact form .row select, #responsive.contact form .row input.checkbox {
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
  }

  #responsive.contact form .row textarea {
    min-height: 150px;
  }

  #responsive.contact form .row label {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 0;
  }

  #responsive.contact a.button, #responsive.contact input.submit {
    padding: 20px;
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.3em;
  }

}

/* ---------------------------- footer ---------------------------- */

.footer {
  border-top: 1px solid #dadada;
  padding: 1em 0;
  margin: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer .nav {
  background: none;
  width: 100%;
  overflow: hidden;
  border: none;
  height: auto;
}

.footer ul {
  margin: 0;
}

.footer li {
  float: left;
  background: none;
  text-transform: uppercase;
}

.footer .nav a {
  color: #4e4e4e;
  font-size: 0.833em;
  line-height: 1.462;
  padding: 0 9px 0 0;
}

.footer small {
  float: left;
}

.copyright {
  font-weight: bold;
}

.footer small.mtc {
  float: right;
}

.footer small.mtc a {
  color: #3d3d3d;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .footer {
    border: 0;
    margin: 0;
    padding: 10px;
  }

  #responsive .footer small,
  #responsive .footer small.mtc {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  #responsive .footer .nav {
    display: block;
    margin: 10px 0 0 0;
  }

  #responsive .footer .nav li.headline {
    border-bottom: 1px solid #DDD;
  }

  #responsive .footer .nav li.headline {
    display: block;
    border: 1px solid #DDD;
    border-bottom: 0;
    width: 100%;
    position: relative;
    padding: 10px;
  }

  #responsive .footer .nav li.headline:after {
    display: block;
    float: right;
    content: "\f0d7";
    font-family: FontAwesome;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
  }

  #responsive .footer .nav.show li.headline:after {
    content: "\f0d8";
  }

  #responsive .footer .nav {
    overflow: hidden;
    display: block;
    padding: 0;
  }

  #responsive .footer .nav.show  {
    height: auto;
  }

  #responsive .footer .nav li {
    border: 1px solid #DDD;
    border-bottom: 0;
    width: 100%;
    margin: 0;
    display: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive .footer .nav.show li {
    display: block;
  }

  #responsive .footer .nav li a {
    display: block;
    padding: 10px;
  }

  #responsive .footer .topnav {
    display: table;
    width: 100%;
  }

  #responsive .footer .topnav li {
    display: table-cell;
    text-align: center;
    float: none;
    padding: 10px 0;
  }

  #responsive .footer .topnav li a {
    padding: 0 2px;
    font-size: 0.9em;
  }

}

@media only screen
and (min-width : 640px)
and (max-width : 960px) {

  #responsive .footer {
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive .footer .topnav,
  #responsive .footer .nav {
    display: table;
    width: 100%;
    top: 0;
    margin-top: 0;
  }

  #responsive .footer .topnav li,
  #responsive .footer .nav li {
    display: table-cell;
    text-align: center;
    float: none;
    padding: 10px 0;
  }

  #responsive .footer .nav li:first-child {
    display: none;
  }
}

/* Go Sahre Logo */

.gosharelogo {
  float: left;
  width: 300px;
  border: 1px solid #d9d8d8;
  background: #f5f5f5;
  position: relative;
  margin: 0 17px 17px 0;
}

.map-regions {
  width: 619px;
  margin: 15px 0 0;
  overflow: hidden;
  min-height: 305px;
  float:right;
  border: 1px solid #d9d8d8;
  background: #f5f5f5;
  position:relative;
}

.map-region-info {
  float: left;
  width: 100%;
  position: relative;
}

.map-region-info .more {
  display: block;
  position: absolute;
  left: 16px;
  bottom: -44px;
}

.map-regions h1 {
  font-size: 1.538em;
  text-transform: uppercase;
  line-height: 2.3;
  border-bottom: 1px solid #d9d8d8;
  text-indent: 18px;
  clear: both;
  margin:0;
  padding:0;
}

.map-regions tr, .regions tr:nth-child(even), .regions th {
  background: none;
}

.map-regions th {
  color: #a9a9a9;
  text-transform: uppercase;
  border: none;
}

.map-regions td {
  border: none;
}

.map-regions li {
  margin: 0 0 5px 0;
}

.map-regions .text {
  position:absolute;
  top:150px;
  left:15px;
}

.map-regions .text h2 {
  text-transform:uppercase;
  font-size:28px;
  margin-bottom:15px;
}

.map-region-map {
  background: url(../images/regions/bluemap2.jpg) bottom right no-repeat;
  width: 327px;
  height: 305px;
  float: right;
  position: relative;
  margin:0;
  padding:0;
}

.map-region-map a {
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.map-region-map a.north {
  right: 50px;
  height: 132px;
  width: 251px;
  top: 15px;
}

.map-region-map a.east {
  right: 89px;
  top: 157px;
  height: 47px;
  width: 65px;
}

.map-region-map a.west {
  right: 135px;
  top: auto;
  bottom: 0;
  height: 78px;
  width: 69px;
}

.map-region-map a.south-east {
  right: 79px;
  top: auto;
  bottom: 53px;
  height: 50px;
  width: 53px;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .map-regions {
    width: 100%;
  }

  #responsive .map-regions .text {
    display: block;
    position: static;
    margin-bottom: 20px;
    padding: 20px;
    clear: both;
    margin: 0 auto;
    width: 100%;
    max-width: 365px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #responsive .map-region-map {
    margin: 0 auto;
    float: none;
    width: 100%;
    max-width: 365px;
  }

  #responsive .inner-region-wrap {
    width: 100%;
  }

  #responsive .inner-region-circle {
    display: none;
  }

  #responsive #fancybox-wrap {
    width: 90% !important;
    left: 4% !important;
    padding: 0;
  }

  #responsive  #fancybox-content {
    width: 100% !important;
  }

}

@media only screen
and (min-width : 0px)
and (max-width : 960px) {

  #responsive .map-regions {
    width: 100%;
  }

}

/* Region Inner styles */

.inner-region-wrap {
  width:500px;
  background:#fff;
}

.inner-region-wrap h2 {
  margin-top:20px;
  margin-left:20px;
  font-size:19px;
  text-transform:uppercase;
}

.inner-region-wrap p {
  padding-right:20px;
  padding-left:20px;
}

.inner-region-circle {
  float:right;
  margin:15px;
}

.inner-region-wrap-title {
  font-size:15px;
  text-transform:uppercase;
  border-top:1px solid #dddcdc;
  border-bottom:1px solid #dddcdc;
  padding:10px 20px;
  margin-bottom:20px;
}

.inner-region-wrap-title strong {
  font-weight:bold;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .inner-region-wrap h2 {
    width: 80%;
  }

  #responsive .inner-region-wrap-title strong {
    max-width: 60%;
    display: inline-block;
  }

}

#fancybox-content {
  border-width:0 !important;
}

#fancybox-wrap {
  width:auto !important;
}

#fancybox-close {
  top:18px !important;
  right:20px !important;
  border-radius:2px;
  width:22px !important;
  height:22px !important;
  background:#004482 url('../images/fancybox-close.png') no-repeat center center !important;
}

.main .menutabs {
   margin:0;
  padding:0;
  overflow:hidden;
  margin-bottom:15px;
  z-index:5;
  position: relative;
}

.tabmenuwrap {
  background:url('../images/dot.jpg') repeat-x left bottom;
  height:40px;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  z-index:0;
}

.tabmenuwrapwrap {
  position:relative;
}

.main .menutabs li {
  float:left;
  display:inline;
  list-style-type:none;
  background:0;
  text-align:center;
  font-size:13px;
  text-transform:uppercase;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin:0 10px -1px 0;
  padding:0;
  border:1px solid #ddd;
  z-index:5;
}

.main .menutabs li.active {
  background: #f0f4f7; /* Old browsers */
  background: -moz-linear-gradient(top,  #f0f4f7 0%, #f4f5f9 9%, #f1f4fb 15%, #f3f6fd 18%, #f5f6fa 21%, #f4f7fc 33%, #f8f9fb 48%, #f7fbfe 55%, #fefefe 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f4f7), color-stop(9%,#f4f5f9), color-stop(15%,#f1f4fb), color-stop(18%,#f3f6fd), color-stop(21%,#f5f6fa), color-stop(33%,#f4f7fc), color-stop(48%,#f8f9fb), color-stop(55%,#f7fbfe), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f0f4f7 0%,#f4f5f9 9%,#f1f4fb 15%,#f3f6fd 18%,#f5f6fa 21%,#f4f7fc 33%,#f8f9fb 48%,#f7fbfe 55%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f0f4f7 0%,#f4f5f9 9%,#f1f4fb 15%,#f3f6fd 18%,#f5f6fa 21%,#f4f7fc 33%,#f8f9fb 48%,#f7fbfe 55%,#fefefe 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f0f4f7 0%,#f4f5f9 9%,#f1f4fb 15%,#f3f6fd 18%,#f5f6fa 21%,#f4f7fc 33%,#f8f9fb 48%,#f7fbfe 55%,#fefefe 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #f0f4f7 0%,#f4f5f9 9%,#f1f4fb 15%,#f3f6fd 18%,#f5f6fa 21%,#f4f7fc 33%,#f8f9fb 48%,#f7fbfe 55%,#fefefe 100%); /* W3C */
  border-bottom:1px solid #fff;
}

.main .menutabs li a {
  color:#004382;
  display:block;
  padding:10px 25px;

}

.faqtab {
  padding:5px;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {

  #responsive .faqs h1 {
    border-top: 1px solid #EEE;
    padding-top: 10px;
  }

   #responsive .faq h5 {
    border: 1px solid #EEE;
    padding: 10px;
    background: #f8f8f8;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
  }

   #responsive .faq h5:after {
    display: block;
    content: "\f055";
    font-family: 'FontAwesome';
    font-weight: normal;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 30%;
  }

   #responsive .faq h5.open:after {
    content: "\f056";
  }

}

/* Tayside Form */

.singlecheckboxrow {
  overflow:hidden;
}

.singlecheckboxrow input {
  float:left;
  display:inline;
}

form .singlecheckboxrow label {
  display: block;
  float: right;
  width: 100%;
  font-weight: bold;
  height: auto;
  line-height: 1em;
  font-size: 13px;
}

#registerBtn {
  margin-right:10px;
}

/* Cancel button */

.cancelbutton {
  background: #024481;
  background: url(../images/assets/buttonbg.jpg) bottom left repeat-x #004482;
  background: -moz-linear-gradient(top, #024481 0%, #004787 24%, #0456a0 72%, #0458a1 79%, #08569e 83%, #0059af 86%, #0959a0 90%, #0258a5 93%, #0a5599 97%, #26639a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024481), color-stop(24%,#004787), color-stop(72%,#0456a0), color-stop(79%,#0458a1), color-stop(83%,#08569e), color-stop(86%,#0059af), color-stop(90%,#0959a0), color-stop(93%,#0258a5), color-stop(97%,#0a5599), color-stop(100%,#26639a));
  background: -webkit-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  background: -o-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  background: -ms-linear-gradient(top, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  background: linear-gradient(to bottom, #024481 0%,#004787 24%,#0456a0 72%,#0458a1 79%,#08569e 83%,#0059af 86%,#0959a0 90%,#0258a5 93%,#0a5599 97%,#26639a 100%);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.923em;
  color: #fff;
  border-radius: 4px;
  padding: 1px 9px 0;
  line-height: 2;
  display:block;
  float:left;
  display:inline;
}

.fullwidthrow {
  margin-bottom:15px;
  overflow:hidden;
}

.fullwidthrow input {
  float:left;
  display:inline;
}

form a.cancelbutton {
  color:#fff;
}

form .fullwidthrow label {
  width:80%;
  float:left;
  display:inline;
  clear:none;
  line-height:22px;
}

.register_tayside {
  display:none;
}

/* ---------------------------- end of your styles ---------------------------- */


@media only screen and (min-width: 35em) {


}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Box */

.extracontactdetails {
  padding:15px;
  border:1px solid #ddd;
  background:#f7f7f7;
  font-size:11px;
}


form .row .third_length {
  width:9.35em !important;
  height: 45px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.icon-facebook-sign, .icon-twitter-sign {
  font-size: 30px;
}

.icon-facebook-sign {
  color: #3C5A98;
}

.icon-twitter-sign {
  color: #00ABF0;
}

form .regi .left .query {
    border-bottom:1px dotted #ccc;
    padding-bottom: 10px;
    margin-top: 0;
}

form .regi .left .query div.el {
    font-style: normal;
    margin: 0 0 5px 0;
    position: relative;
}

.js form .regi .left .query span {
    display: none;
    margin-bottom: 20px;
}

/* Registration counter start */
.registrationsCounter {
    width: 300px;
    height: 145px;
    position: relative;
    background-image: url('/images/counter_background.png');
}

.registrationsDigits {
    top: 19px;
    left: 15px;
    position: absolute;
    padding-left: 2px;
}

.registrationsDigit {
    padding: 0;
    display: block;
    float: left;
    margin: 0px 1px;
    width: 43px;
    height: 72px;
    background-image: url('/images/counter_digits.png');
}

.digit1 {
    background-position: -43px 0;
}

.digit2 {
    background-position: -86px 0;
}

.digit3 {
    background-position: -129px 0;
}

.digit4 {
    background-position: -172px 0;
}

.digit5 {
    background-position: -215px 0;
}

.digit6 {
    background-position: -258px 0;
}

.digit7 {
    background-position: -301px 0;
}

.digit8 {
    background-position: -344px 0;
}

.digit9 {
    background-position: -387px 0;
}

.digit0 {
    background-position: 0 0;
}

/* Responsive fix for counter*/
#responsive .mobile_counter {
	display:none;
	background: #008cc7;
}

#responsive .mobile_counter span {
	display:block;
	color: #fff;
	width:60%;
	height:30%;
	position:absolute;
	left:20%;
	top:30%;
	background: #008cc7;
	text-align: center;
	font-size:3em;
}

#responsive .mobile_counter h4 {
	color: #fff;
	text-align: center;
}

@media only screen
and (min-width : 0px)
and (max-width : 960px) {

#responsive .mobile_counter {
	display:block;
}

}
/* Registration counter end */

/* --------------------------------
 *  Survey Styles
 ---------------------------------*/

  form .regi .left .query {
    border-bottom:1px dotted #ccc;
        padding-bottom: 10px;
    margin-top: 0;
  }

  form .regi .left .query div.el {
    font-style: normal;
    margin: 0 0 5px 0;
    position: relative;
  }

  .js form .regi .left .query span {
    display: none;
    margin-bottom: 20px;
  }


form .FEQuestion {
    margin-top: 20px;
    float: left;
    width: 100%;
}

form .FEQuestion .question {
    width: 65%;
    line-height: 20px;
    margin: 0;
    font-weight: bold;
    float: left;
}

form .FEQuestion .questionInput {
    float: right;
    margin: 0;
}

form .FEQuestion .tickboxtable input {
    margin: 0;
}

.FEQuestion .tickboxtable label {
    height: auto;
    width: auto;
    float: right;
    margin-right: 10px;
}

.survey {
    width: 100%;
}

.survey .imageWrap {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.survey .info {
    width: 50%;
    float: left;
}


/* --------------------------------
 *  T33497
 ---------------------------------*/

#gosharetermsagree {
    float: left;
    height: 15px;
    width: 15px;
    margin: 0.25em 0 0 1em;
}

form .singlecheckboxrow label em {
    font-weight: bold;
}

.tinymce-simple ul li {
    list-style-type: square!important;
    padding-left: 5px;
}

#tinymce ul,ol {
    padding-left: 30px;
}

#tinymce ul {
    list-style-type: square;
}

/*
 * T57945 - Young person questionaire form
 */

.child input[type="radio"] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-top: 4px;
    clear: both;
}

.child label {
    display: inline-block;
    float: none;
    width: auto;
}

form .row.child .text, form .row.child textarea {
    width: 50%;
}

form .row.singlecheckboxrow.child {
    margin-bottom: 20px;
}

form .row.singlecheckboxrow.child input {
    position: relative;
    top: -5px;
}

form .row.singlecheckboxrow.child label {
    position: relative;
    display: inline-block;
    width: calc(100% - 60px);
    float: none;
    padding-left: 20px;
    margin-left: 10px;
    line-height: 1.5;
}

form .row.singlecheckboxrow.child label span {
    position: absolute;
    left: 0;
}
