@font-face {
  font-family: 'Fontello';
  src: url('/assets/fonts/mobile/fontello.eot?2599789');
  src: url('/assets/fonts/mobile/fontello.eot?2599789#iefix') format('embedded-opentype'), url('/assets/fonts/mobile/fontello.woff?2599789') format('woff'), url('/assets/fonts/mobile/fontello.ttf?2599789') format('truetype'), url('/assets/fonts/mobile/fontello.svg?2599789#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

:root {
  --sx: 14px;
  --s1: 11px;
  --ff_2: Nuacht Serif Headline,Georgia,serif;
  --ff_3: Nuacht Sans,Helvetica Neue,Arial,sans-serif;
  --c_d1: #000000;
  --c_d1t: var(--c_d1);
  /* ui: black, headers */
  --c_d2: #333333;
  --c_d2t: var(--c_d2);
  /* ui: dark gray, text */
  --c_d6: #e8e8e8;
  --c_d6t: var(--c_d6);
  /* ui: lightest gray, backgrounds */
  --c_green: #14930e;
  --c_red: #cd1400;
}

[class$="-decontain"],
[class*="-decontain "] {
  margin-left: calc(var(--sx) * -1);
  margin-right: calc(var(--sx) * -1);
}

.hr1 {
  border-top: 1px solid;
}

.hr1.-thick {
  border-top-width: 2px;
  width: 150%;
}

.-t\:16,
label {
  font: 16px/1.25 var(--ff_3);
}

.-c\:d1t {
  color: var(--c_d1t);
}

.-mt\:0 {
  margin-top: 0;
}

.-mb\:1 {
  margin-bottom: var(--s1);
}

.-c\:ix {
  color: inherit;
}

.section2 {
  margin-bottom: var(--s1);
  color: var(--c_d1t);
  font: 700 20px/26px var(--ff_2);
}

.section2 a:first-child:last-child {
  display: block;
}

a.section2-title:last-child:before {
  float: right;
  content: '\e315';
  margin: 5px 0 0 5px;
  color: var(--c_d1t);
  font: 18px/1 Icons;
}

.section2-subtitle:not(:first-child):before {
  content: '| ';
}

.table3 {
  width: 100%;
  font-size: 14px;
}

.table3.-equal {
  table-layout: fixed;
}

.table3 th,
.table3 td {
  --t3c: var(--c_d6t);
  border: none;
  padding: 10px 0;
  padding-right: 20px;
  box-shadow: inset 0 -1px var(--t3c);
  background: none;
  font: inherit;
  text-align: left;
  text-transform: none;
  vertical-align: top;
}

.table3 tr > :last-child {
  padding-right: 0;
}

.table3 thead th {
  --t3c: var(--c_d2t);
  padding-top: 0;
}



.elections-a strong {
  color: #222;
}

.elections-a .hxa {
  margin: -10px -10px 15px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background: #f3f3f3;
  color: #222;
  font: 22px/1.1 Georgia,serif;
}

.elections-a .hxb {
  color: #222;
  font: inherit;
  font-size: 14px;
  font-weight: bold;
}

.elections-a .hxc {
  margin: 0 0 5px;
  padding: 0 5px;
  background: #f3f3f3;
  border: 1px solid #ddd;
  border-width: 1px 0;
  color: #444;
  font: inherit;
  font-size: 13px;
  line-height: 18px;
}

.elections-a .hxc.green {
  background-color: #f2f7f0;
  color: #5a8c46;
}

.elections-a .hxc.red {
  background-color: #fbebe9;
  color: #d1300b;
}

.elections-a .header-a:before {
  display: none;
}

.elections-a .header-a >.hx a {
  display: inline;
}

.elections-a .button {
  display: block;
  margin: 0;
  padding: 9px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}

.elections-a .button.icon {
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}

.elections-a .button.icon:before {
  display: inline-block;
  font: 9px Fontello;
  line-height: inherit;
  vertical-align: top;
}

.elections-a .button.icon.close:before {
  content: '\e809';
}

.elections-a .button.icon.search:before {
  content: '\e803';
  font-size: 12px;
}

.elections-a .button.icon span {
  display: none;
}

.elections-a .nums {
  list-style: none;
  padding: 0;
}

.elections-a .nums li {
  margin-bottom: 3px;
  color: #777;
  font-size: 15px;
}

.elections-a .nums li strong {
  color: #222;
}

.elections-a .nums li:before {
  display: none;
}



.elections-a .results .hxb {
  margin-bottom: 10px;
}

.elections-a .data {
  display: none;
  margin-bottom: 0;
}

.elections-a .data.is-active {
  display: block;
}

.elections-a .switch {
  position: relative;
  margin-bottom: 10px;
  padding: 0 29px;
}

.elections-a .switch p {
  height: 30px;
  margin: 0;
  border: 1px solid #ddd;
  line-height: 28px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.elections-a .switch .select-a {
  display: inline-block;
  width: auto;
}

.elections-a .switch select {
  display: inline-block;
  width: auto;
  height: 28px;
  padding-right: 30px;
  padding-left: 15px;
  border-color: transparent;
  font: inherit;
  line-height: 18px;
  text-align: center;
  outline: none;
  box-shadow: none;
}

.elections-a .switch ul {
  margin: 0;
  padding: 0;
}

.elections-a .switch li {
  position: absolute;
  left: 0;
  top: 0;
  width: 29px;
  height: 30px;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  color: #ddd;
}

.elections-a .switch li.next {
  left: auto;
  right: 0;
  border-width: 1px 1px 1px 0;
}

.elections-a .switch li:before {
  display: none;
}

.elections-a .switch li > a {
  display: block;
  overflow: hidden;
  width: 28px;
  height: 28px;
  font-size: 0;
  text-indent: 321%;
  white-space: nowrap;
}

.elections-a .switch li > a {
  color: #222;
}

.elections-a .switch li > a.is-off {
  color: #ccc;
}

.elections-a .switch li > a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  margin: -5px 0 0 -3px;
  border: 5px solid;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.elections-a .switch li.prev > a:before {
  margin-left: -8px;
  border-left-color: transparent;
}

.elections-a .switch li.next > a:before {
  border-right-color: transparent;
}

.elections-a .counts {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
}

.elections-a .counts li {
  overflow: hidden;
  margin-bottom: 1px;
  padding: 0 0 0 5px;
  border-left: 3px solid #333;
  text-align: right;
  text-align: right;
}

.elections-a .counts li.out {
  color: #8e8e8e;
}

.elections-a .counts li:before {
  display: none;
}

.elections-a .counts span:first-child {
  float: left;
  width: 100%;
  margin: 0 -100% 0 0;
  color: #333;
  padding-right: 70px;
  text-align: left;
}

.elections-a .counts .out span:first-child {
  color: inherit;
}

.elections-a .counts span:first-child small {
  display: block;
  font-size: 13px;
}

.elections-a .counts .out strong {
  color: inherit;
  text-decoration: line-through;
}

.elections-a .counts .in strong:after {
  display: inline-block;
  content: '\e82d';
  width: 12px;
  height: 12px;
  margin: 0 0 0 5px;
  border-radius: 50%;
  background: #5a8c46;
  color: #fff;
  font: 7px/12px Fontello;
  text-align: center;
  vertical-align: 3px;
}

.elections-a .counts span + span {
  display: inline-block;
  font-size: 13px;
  vertical-align: top;
}

.elections-a .profile .hxb {
  font-size: 15px;
}

.elections-a .profile p {
  color: #222;
  font-size: 15px;
  font-family: Georgia,serif;
}



.elections-a .areas .tab {
  display: none;
  margin-bottom: 0;
}

.elections-a .areas .tab.is-active {
  display: block;
}

.elections-a .areas .header {
  position: relative;
  margin-bottom: 10px;
  line-height: 26px;
}

.elections-a .areas .header .side {
  position: relative;
  float: right;
  margin: 0;
}

.elections-a .areas .header .side select[data-dropnav] {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 26px;
  opacity: 0;
}

.elections-a .areas .header .tabs {
  margin: 0;
  padding-left: 0;
}

.elections-a .areas .header .tabs li {
  display: inline-block;
  vertical-align: top;
}

.elections-a .areas .header .tabs li:before {
  display: none;
}

.elections-a .areas .header .tabs a {
  display: block;
  height: 26px;
  padding: 0 19px;
  border-radius: 3px;
  border: 1px solid;
  font-size: 13px;
  line-height: 24px;
  font-weight: bold;
  text-decoration: none;
}

.elections-a .areas .header .tabs li:not(.is-active) a {
  border-color: #ddd;
  color: #878787;
}

.elections-a .areas .map-label {
  position: relative;
  bottom: 33px!important;
  margin-top: 30px;
}

.elections-a .areas .map-label .labelrow {
  float: left;
  width: 15px;
  height: 15px;
  margin: 10px 5px 0px 10px;
}

.elections-a .areas .map-label .waiting {
  background: #C9C9C9;
}

.elections-a .areas .map-label .resultin {
  background: #676B6A;
}

.elections-a .areas .map-label .labeltext {
  float: left;
  font-size: 12px;
  margin: 10px 10px 0px 0px;
}

.map {
  border: 1px solid #ddd;
}

/* candidate teaser */

.e16teaser-a {
  margin-bottom: 20px;
  color: #777;
}

.e16teaser-a.is-active + .e16teaser-a {
  margin-top: -20px;
}

.e16teaser-a + .e16teaser-a {
  margin-top: -10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.e16teaser-a > .header {
  overflow: hidden;
  position: relative;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.e16teaser-a > .header .toggler {
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  font: 20px/30px Fontello;
  text-align: center;
}

.e16teaser-a > .header .toggler:before {
  content: '\e826';
}

.e16teaser-a.is-active > .header .toggler:before {
  content: '\e825';
}

.e16teaser-a > .header figure {
  float: left;
  width: 50px;
  margin: 0 15px 0 0;
}

.e16teaser-a > .header figure img {
  display: block;
}

.e16teaser-a > .header .hx {
  margin: 0;
  padding: 5px 0 0;
  color: #222;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}

.e16teaser-a > .header .hx span {
  font-size: 16px;
  font-weight: normal;
  color: #777;
}



.e16teaser-a > .header i {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 3px;
  border-radius: 50%;
  vertical-align: 0;
}

.e16teaser-a > .header a {
  color: inherit;
  text-decoration: none;
}

.e16teaser-a > .more {
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 20px 60px;
  border-top: 1px solid #ddd;
  background: #f7f7f7;
  color: #222;
  font: 15px/1.4 Georgia,serif;
}

.column.single .e16teaser-a > .more {
  padding: 20px 15px;
}

.e16teaser-a.is-active > .more {
  display: block;
}

.e16teaser-a > .more p {
  max-width: 430px;
}

.e16teaser-a > .more a {
  color: #777;
  text-decoration: underline;
}

/* legend */

.e16legend-a {
  margin-top: 15px;
  padding: 0 15px 10px;
}

.e16legend-a ul {
  list-style: none;
  margin: 0;
  padding: 0;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

.e16legend-a li {
  margin-bottom: 5px;
  padding-left: 25px;
}

.e16legend-a i {
  float: left;
  content: '';
  width: 15px;
  height: 15px;
  margin: 4px 0 0 -25px;
  background: #c9c9c9;
}

.elections-a .areas .legend {
  margin-top: 15px;
  padding: 0 15px 10px;
}

.elections-a .areas .legend ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.elections-a .areas .legend li {
  margin-bottom: 5px;
  padding-left: 25px;
}

.elections-a .areas .legend li:before {
  display: none;
}

.elections-a .areas .legend i {
  float: left;
  content: '';
  width: 15px;
  height: 15px;
  margin: 2px 0 0 -25px;
  background: #c9c9c9;
}

.right {
  float: right;
}

.elections-a h3 span {
  font-size: 14px;
  font-weight: normal;
  color: #000;
}



.elections-a .charts ul {
  padding-left: 0;
}



.elections-a .charts li:before {
  display: none;
}

.elections-a .charts a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.elections-a .charts .a {
  font-size: 15px;
}

.elections-a .charts .a li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 7px;
}

.elections-a .charts .a li:before {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: auto;
  height: 2px;
  margin: 0;
  padding: 0;
  border: none;
  background: #f0f0f0;
}

.elections-a .charts .a i {
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 4px;
}

.elections-a .charts .a span {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}

.elections-a .charts .a small {
  position: absolute;
  right: 0;
  top: 0;
  font: inherit;
}

.elections-a .charts .a small span {
  display: none;
}



.elections-a .charts .b .wrap {
  margin: 0 -2px 10px;
}

.elections-a .charts .b ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.elections-a .charts .b li {
  display: table-cell;
  position: relative;
  border: 1px solid transparent;
  border-width: 0 2px;
  text-align: center;
}

.elections-a .charts .b span {
  display: block;
  position: relative;
  width: 100%;
  height: 25px;
}

.elections-a .charts .b i {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}

.elections-a .charts .b strong {
  display: block;
  padding: 5px 0 0;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}

.elections-hide {
  display: none;
}

.e16button-a {
  display: inline-block;
  margin: 0;
  padding: 9px 19px;
  border-radius: 3px;
  border: 1px solid #d5d5d5;
  background: #fff;
  color: #111;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}

.e16button-a.block {
  display: block;
}

.e16button-a.icon {
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 24px;
  text-align: center;
}

.e16button-a.icon:before {
  display: inline-block;
  font: 9px Fontello;
  line-height: inherit;
  vertical-align: top;
}

.e16button-a.icon.close:before {
  content: '\e809';
}

.e16button-a.icon.search:before {
  content: '\e803';
  font-size: 12px;
}

.e16button-a.icon span {
  display: none;
}

.w150 {
  position: relative;
  color: #000;
}

.w150 hr {
  margin: 15px 0;
}

.w150 hr:first-child {
  margin-top: 15px;
}

.w150 hr.thick {
  height: 2px;
  border-top-width: 2px;
}

.w150 .brow {
  position: relative;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  text-transform: uppercase;
}

.w150 .brow .side {
  position: absolute;
  right: 0;
  top: 0;
  color: #666;
  font-size: 15px;
  font-weight: normal;
  text-transform: none;
}

.w150 .brow .side strong {
  color: #333;
}

.w150 .pulsar {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 50%;
  background: #d0021b;
  vertical-align: 0;
  animation: w150pulse 1.5s infinite;
}

.w150 .title {
  margin-bottom: 20px;
  padding: 0 130px;
  font: inherit;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.w150 .title + .results {
  margin-top: -10px;
}

.w150 .title2 {
  margin-bottom: 5px;
  font: inherit;
  font-size: 24px;
  font-weight: bold;
}

.w150 .results {
  position: relative;
  height: 54px;
  margin-top: 55px;
  margin-bottom: 10px;
  border-radius: 4px;
  background: currentColor;
  color: #f3f3f3;
  font-size: 20px;
  font-weight: 600;
  line-height: 54px;
}

.w150 .results p {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0 10px;
  background: currentColor;
}

.w150 .results p.left_bar {
  border-radius: 4px 0 0 3px;
}

.w150 .results p.right_bar {
  left: auto;
  right: 0;
  text-align: right;
}

.w150 .results p span {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
  white-space: nowrap;
}

.w150 .results p.right_bar span {
  left: auto;
  right: 0;
}

.w150 .results p strong {
  color: #000;
}

.w150 .results p small {
  font: inherit;
}

.w150 .results p.left_bar small {
  color: #fff;
}

.w150 .turnout {
  position: relative;
  height: 26px;
  margin: 20px 0 15px;
  border-radius: 4px;
  background: currentColor repeating-linear-gradient(45deg, transparent, transparent 1px, #fff 1px, #fff 3px);
  background-size: 4px 4px;
  font-size: 15px;
  line-height: 26px;
}

.w150 .turnout p {
  display: block;
  height: inherit;
  border-radius: 4px 0 0 4px;
  background: currentColor;
}

.w150 .turnout p span {
  position: absolute;
  left: 10px;
  top: 0;
}

.w150 .details {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666;
  font-size: 15px;
}

.w150 .details strong {
  color: #333;
}

.w150 .hub {
  position: absolute;
  right: 0;
  top: 0;
}

.w150 .controls {
  position: relative;
  margin-bottom: 10px;
}

.w150 .controls .search {
  text-align: right;
  margin: 0;
}

.w150 .controls .tabnav {
  overflow: hidden;
  list-style: none;
  padding: 0;
}

.w150 .controls .search ~ .tabnav {
  position: absolute;
  left: 0;
  top: 0;
}

.w150 .controls .tabnav li {
  float: left;
  margin-right: 10px;
}

.w150 .controls .tabnav li:before {
  display: none;
}

.w150 .controls .tabnav li .button {
  min-width: 100px;
}

.w150 .tabnav .is-active .button {
  border-color: #00605C;
  color: #00605C;
}

.s-belfasttelegraph .w150 .tabnav .is-active .button {
  border-color: #00778b;
  color: #00778b;
}

.w150 .tab {
  display: none;
  margin: 0;
}

.w150 .tab.is-active {
  display: block;
}

.w150 .maptab {
  position: relative;
  overflow: hidden;
  border: 1px solid #cacaca;
  border-radius: 4px;
  width: 100%;
}

.w150 .pop {
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 280px;
  margin: 0;
  padding: 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
  z-index: 100;
}

.w150 .pop-close {
  float: right;
  margin: 0 0 0 5px;
}

.w150 .pop-close a {
  width: 16px;
  height: 16px;
  color: inherit;
  font-size: 24px;
  line-height: 18px;
  text-decoration: none;
}

.w150 .pop-close a:before {
  content: '\00d7';
}

.w150 .pop-close span {
  display: none;
}

.w150 .pop-title {
  margin-bottom: 10px;
  font: inherit;
  font-size: 15px;
  font-weight: bold;
}

.w150 .pop-bar {
  position: relative;
  height: 26px;
  margin-bottom: 30px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 26px;
}

.w150 .pop-bar p {
  position: relative;
  float: left;
  height: inherit;
  margin: 0;
  background: currentColor;
}

.w150 .pop-bar p.left_bar {
  border-radius: 4px 0 0 4px;
  box-shadow: inset -1px 0 #fff;
}

.w150 .pop-bar span {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 5px;
  white-space: nowrap;
}

.w150 .pop-bar strong {
  font-weight: bold;
}

.w150 .pop-bar small {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 3px;
  font: inherit;
  line-height: 1.5;
  font-weight: bold;
}

.w150 .pop-bar p.right_bar.flip {
  position: static;
}

.w150 .pop-bar p.right_bar.flip span {
  left: auto;
  right: 0;
}

.w150 .pop-bar p.right_bar.flip small {
  left: auto;
  right: 0;
}

.w150 .pop-details {
  list-style: none;
  padding: 0;
  font-size: 13px;
}

.w150 .pop-details li {
  margin-bottom: 3px;
}

.w150 .pop-details li:before {
  display: none;
}

.w150 .pop-details strong {
  padding-left: 4px;
  color: #666;
  font-weight: normal;
}

.w150 .legend {
  max-width: 360px;
  margin: 10px auto 15px;
  text-align: center;
}

.w150 .legend .label {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}

.w150 .legend .bar {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-width: 0 25px;
  font-size: 0;
  letter-spacing: -1em;
  line-height: 15px;
  vertical-align: top;
}

.w150 .legend .bar > * {
  font-size: 13px;
  letter-spacing: 0;
}

.w150 .legend .bar > strong {
  position: absolute;
  left: 100%;
  top: 0;
  margin: 0 5px;
  font-weight: 600;
}

.w150 .legend .bar > strong.left_bar {
  left: auto;
  right: 100%;
}

.w150 .legend .bar small {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 30px;
  margin: 0 0 0 -15px;
  color: #666;
  font-size: 12px;
  text-align: center;
}

.w150 .legend .bar small:after {
  display: block;
  content: '';
  width: 1px;
  height: 7px;
  margin: 0 auto;
  background: #ccc;
}

.w150 .legend .bar > span {
  display: inline-block;
  position: relative;
  width: 90px;
  height: 15px;
  margin: 0;
  background: currentColor linear-gradient(to right, transparent 50%, rgba(255,255,255,0.5) 50%);
  vertical-align: top;
}

.w150 .legend .bar > span.right_bar {
  margin-left: 1px;
  background: currentColor linear-gradient(to left, transparent 50%, rgba(255,255,255,0.5) 50%);
}

.w150 .legend .bar > span.right_bar small {
  margin-left: 0;
  text-align: left;
}

.w150 .legend .bar > span.right_bar small:after {
  margin-left: 0;
}

.w150 .legend .bar > span.left_bar small {
  left: auto;
  right: 50%;
  margin-left: 0;
  text-align: right;
}

.w150 .legend .bar > span.left_bar small:after {
  margin-right: 0;
}



.w150 .tops-title {
  margin-bottom: 10px;
  color: #000;
  font: inherit;
  font-size: 18px;
  line-height: 1.1;
  font-weight: bold;
}

.w150 .tops-intro {
  color: #666;
}

.w150 .tops-tabnav {
  overflow: hidden;
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
  border-bottom: 1px solid #e8e7e7;
  text-align: center;
}

.w150 .tops-tabnav li {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}

.w150 .tops-tabnav li.is-active {
  box-shadow: inset 0 -2px;
}

.w150 .tops-tabnav li:before {
  display: none;
}

.w150 .tops-tabnav a {
  display: block;
  padding: 5px 0 7px;
  color: inherit;
  vertical-align: top;
}

.w150 .tops-tabnav a:before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  margin: 2px 7px 0 0;
  border-radius: 50%;
  background: currentColor;
  vertical-align: top;
}

.w150 .tops-tabnav span {
  display: inline-block;
  color: #9b9b9b;
  vertical-align: top;
}

.w150 .tops-tabnav .is-active span {
  color: #000;
}

.w150 .tops-bar {
  margin-bottom: 15px;
  font-size: 15px;
}

.w150 .tops-bar > strong {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.w150 .tops-bar.right_bar > strong {
  text-align: right;
}

.w150 .tops-bar > span {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 22px;
}

.w150 .tops-bar > span:after {
  position: absolute;
  left: 50%;
  top: 2px;
  bottom: 2px;
  content: '';
  width: 1px;
  border-left: 1px dashed #fff;
  opacity: 0.5;
}

.w150 .tops-bar > span > span {
  position: relative;
  float: left;
  height: 22px;
  padding: 0;
  border-radius: 4px 0 0 4px;
  background: currentColor;
  font-weight: bolder;
}

.w150 .tops-bar > span > span:last-child {
  border-radius: 0 4px 4px 0;
  text-align: right;
}

.w150 .tops-bar > span > span > span {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

.w150 .tops-bar > span > span.opposite {
  font-weight: normal;
}

.w150 .tops-bar > span > span.opposite:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: #fff;
}

.w150 .tops-bar > span > span.opposite:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  background: currentColor repeating-linear-gradient(45deg, transparent, transparent 1px, #fff 1px, #fff 3px);
  background-size: 4px 4px;
  opacity: 0.35;
}

.w150 .tops-bar > span > span.opposite > span {
  position: relative;
  z-index: 1;
  color: #666;
}

.w150 .tops-bar > span:before {
  position: absolute;
  right: 0;
  top: 0;
  content: attr(data-opposite);
  padding: 0 10px;
  color: #666;
  font-weight: normal;
}

.w150 .button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  color: inherit;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  transition: border 0.35s;
}

.w150 .button:hover {
  border-color: #666;
}

.w150 .select {
  display: inline-block;
  position: relative;
}

.w150 .select:before {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 40px;
  border-left: 1px solid #cacaca;
  pointer-events: none;
}

.w150 .select:after {
  position: absolute;
  right: 17px;
  top: 15px;
  content: '';
  width: 7px;
  height: 7px;
  border: 1px solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.w150 .select select {
  width: 100%;
  height: 40px;
  padding: 8px 55px 8px 13px;
  border: 1px solid #cacaca;
  border-radius: 4px;
  background: #fff;
  font: inherit;
  font-size: 16px;
  line-height: 20px;
  vertical-align: top;
  text-indent: 1px;
  text-overflow: '';
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.w150 .sea {
  color: #0097a7;
}

.w150 .orange {
  color: #ffa000;
}

.w150 .yellow {
  color: #ffa000;
}

.w150 .blue {
  color: #0a5885;
}

.w150 .green {
  color: #5b8b49;
}

.w150 .magenta {
  color: #b7345b;
}

.w150 .pink {
  color: #b7345b;
}

.w150 .dark_gray {
  color: #CCC;
}

.w150 .gray {
  color: #b0bec5;
}

.w150 .white {
  color: #fff;
}

.w150 .black {
  color: #000;
}

.w150 .blue2 {
  color: #3878a1;
}

.w150 .orange2 {
  color: #eec239;
}

.w150 .x0 {
  width: 0%;
}

.w150 .x5 {
  width: 5%;
}

.w150 .x10 {
  width: 10%;
}

.w150 .x15 {
  width: 15%;
}

.w150 .x20 {
  width: 20%;
}

.w150 .x25 {
  width: 25%;
}

.w150 .x30 {
  width: 30%;
}

.w150 .x35 {
  width: 35%;
}

.w150 .x40 {
  width: 40%;
}

.w150 .x45 {
  width: 45%;
}

.w150 .x50 {
  width: 50%;
}

.w150 .x55 {
  width: 55%;
}

.w150 .x60 {
  width: 60%;
}

.w150 .x65 {
  width: 65%;
}

.w150 .x70 {
  width: 70%;
}

.w150 .x75 {
  width: 75%;
}

.w150 .x80 {
  width: 80%;
}

.w150 .x85 {
  width: 85%;
}

.w150 .x90 {
  width: 90%;
}

.w150 .x95 {
  width: 95%;
}

.w150 .x100 {
  width: 100%;
}

@keyframes w150pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(208,2,27,0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(208,2,27,0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(208,2,27,0);
  }
}

/* mobile and narrower columns */

.mobile .w150 .brow,
.column.single .w150 .brow,
.column.double .w150 .brow {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.mobile .w150 .brow .side,
.column.single .w150 .brow .side {
  display: block;
  margin-top: 5px;
  position: relative;
}

.column.double .w150 .brow + .title {
  margin-top: 20px;
}

.mobile .w150 .title,
.column.single .w150 .title {
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
}

.column.double .w150 .title {
  font-size: 20px;
}

.mobile .w150 .title2,
.column.single .w150 .title2,
.column.double .w150 .title2 {
  font-size: 18px;
}

.mobile .w150 .results,
.column.single .w150 .results {
  margin-top: 40px;
  font-size: 16px;
}

.mobile .w150 .results p span,
.column.single .w150 .results p span {
  font-size: 18px;
  line-height: 20px;
}

.column.double .w150 .results p span {
  font-size: 20px;
}

.mobile .w150 .turnout,
.column.single .w150 .turnout {
  font-size: 14px;
}

.mobile .w150 .turnout {
  background-size: auto auto;
}

.mobile .w150 .details,
.column.single .w150 .details {
  display: block;
  font-size: 14px;
}

.mobile .w150 .details li,
.column.single .w150 .details li {
  margin-bottom: 5px;
}

.mobile .w150 .hub,
.column.single .w150 .hub {
  position: relative;
  margin-top: 15px;
  text-align: center;
}

.mobile .w150 .select,
.column.single .w150 .select {
  display: block;
}

.mobile .w150 .controls .search,
.column.single .w150 .controls .search {
  text-align: left;
}

.mobile .w150 .controls .tabnav,
.column.single .w150 .controls .tabnav {
  position: relative;
  left: auto;
  top: auto;
  margin-top: 15px;
}

.mobile .w150 .pop,
.column.single .w150 .pop {
  left: 10px;
  right: 10px;
  bottom: 10px;
  width: auto;
}

.mobile .w150 .legend,
.column.single .w150 .legend {
  text-align: right;
}

.mobile .w150 .tops-bar > span > span.opposite:after {
  background-size: auto auto;
}

/* amp fonts */

.w150.amp {
  font-family: Roboto,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.w150.amp .title,
.w150.amp .title2,
.w150.amp .tops-title {
  font-family: Roboto Slab,Roboto,Open Sans,Helvetica Neue,Helvetica,Arial,sans-serif;
}

.w150.amp .tops-bar > strong {
  font-weight: 500;
}

/* top Constituencies widges needs a container */

.container * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* @group Base */

.chzn-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  box-shadow: 0 4px 5px rgba(0,0,0,.15);
  z-index: 1010;
}

/* @end */

/* @group Single Chosen */

.chzn-container-single .chzn-single {
  background-color: #ffffff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #aaaaaa;
  -webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 23px;
  line-height: 24px;
  padding: 0 0 0 8px;
  color: #444444;
  text-decoration: none;
}

.chzn-container-single .chzn-default {
  color: #999;
}

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/assets/images/chosen-sprite.png') right top no-repeat;
}

.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}

.chzn-container-single.chzn-disabled .chzn-single abbr:hover {
  background-position: right top;
}

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}

.chzn-container-single .chzn-single div b {
  background: url('/assets/images/chosen-sprite.png') no-repeat 0 0;
  display: block;
  width: 100%;
  height: 100%;
}

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}

.chzn-container-single .chzn-search input {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}

.chzn-container-single .chzn-drop {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */

.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 100%;
  height: 15px;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  -moz-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
  color: #333;
  border: 1px solid #aaaaaa;
  line-height: 13px;
  padding: 3px 20px 3px 5px;
  margin: 3px 0 3px 5px;
  position: relative;
  cursor: default;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  background: url('/assets/images/chosen-sprite.png') right top no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

/* @end */

/* @group Results */

.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}

.chzn-container .chzn-results li {
  display: none;
  line-height: 15px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}

.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should by dynamic with js */
  z-index: 1;
}

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}

.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {
  background: url('/assets/images/chosen-sprite.png') no-repeat -4px -3px;
}

.chzn-container .chzn-results-scroll-up span {
  background: url('/assets/images/chosen-sprite.png') no-repeat -22px -3px;
}

/* @end */

/* @group Active  */

.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow: 0 1px 0 #fff inset;
  -o-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
  background-color: #eee;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}

.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

/* @end */

/* @group Disabled Support */

.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
  cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */

.chzn-rtl {
  text-align: right;
}

.chzn-rtl .chzn-single {
  padding: 0 8px 0 0;
  overflow: visible;
}

.chzn-rtl .chzn-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}

.chzn-rtl .chzn-single div {
  left: 3px;
  right: auto;
}

.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}

.chzn-rtl .chzn-choices .search-field input {
  direction: rtl;
}

.chzn-rtl .chzn-choices li {
  float: right;
}

.chzn-rtl .chzn-choices .search-choice {
  padding: 3px 5px 3px 19px;
  margin: 3px 5px 3px 0;
}

.chzn-rtl .chzn-choices .search-choice .search-choice-close {
  left: 4px;
  right: auto;
  background-position: right top;
}

.chzn-rtl.chzn-container-single .chzn-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chzn-rtl .chzn-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}

.chzn-rtl.chzn-container-active .chzn-single-with-drop div {
  border-right: none;
}

.chzn-rtl .chzn-search input {
  background: #fff url('/assets/images/chosen-sprite.png') no-repeat -38px -22px;
  background: url('/assets/images/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/assets/images/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/assets/images/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/assets/images/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/assets/images/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  background: url('/assets/images/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
  padding: 4px 5px 4px 20px;
  direction: rtl;
}

/* @end */
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
  /*-ms-touch-action: none;
	touch-action: none;*/
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container img {
  max-width: none !important;
}

/* stupid Android 2 doesn't understand "max-width: none" properly */

.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-tile-pane {
  z-index: 2;
}

.leaflet-objects-pane {
  z-index: 3;
}

.leaflet-overlay-pane {
  z-index: 4;
}

.leaflet-shadow-pane {
  z-index: 5;
}

.leaflet-marker-pane {
  z-index: 6;
}

.leaflet-popup-pane {
  z-index: 7;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */

.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
  -o-transition: -o-transform 0.25s cubic-bezier(0,0,0.25,1);
  transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */

.leaflet-clickable {
  cursor: pointer;
}

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* visual tweaks */

.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}

/* general typography */

.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */

.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}

.leaflet-control-zoom-out {
  font-size: 20px;
}

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}

/* layers control */

.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}

/* popup */

.leaflet-popup {
  position: absolute;
  text-align: center;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
@charset "UTF-8";

@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein .8s backwards;
  animation: leaflet-gestures-fadein .8s backwards;
  color: #fff;
  font-family: Roboto,Arial,sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  z-index: 9999;
  pointer-events: none;
}

.leaflet-gesture-handling-scroll-warning:after,
.leaflet-gesture-handling-touch-warning:after {
  -webkit-animation: leaflet-gestures-fadein .8s forwards;
  animation: leaflet-gestures-fadein .8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: 'Use two fingers to move the map';
}

.leaflet-gesture-handling-scroll-warning:after {
  content: 'Use Ctrl + scroll to zoom the map';
}

.leaflet-gesture-handling-scroll-warning.mac:after {
  content: 'Use ⌘ + scroll to zoom the map';
}