/*

Northern Ireland Election 2016 Stylesheet
Created by: roneill
*/
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url('/cstatic/static/ni-election/fonts/OpenSans-Regular.eot') format("embedded-opentype"), url('/cstatic/static/ni-election/fonts/OpenSans-Regular.woff2') format("woff2"), url('/cstatic/static/ni-election/fonts/OpenSans-Regular.woff') format("woff"), url('https://www.irishtimes.com/static/ni-election/fonts/OpenSans-Regular.ttf') format("truetype"), url('https://www.irishtimes.com/static/ni-election/fonts/OpenSans-Regular.svg#Open Sans') format("svg"); }
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url('/cstatic/static/ni-election/fonts/OpenSans-Bold.eot') format("embedded-opentype"), url('/cstatic/static/ni-election/fonts/OpenSans-Bold.woff2') format("woff2"), url('/cstatic/static/ni-election/fonts/OpenSans-Bold.woff') format("woff"), url('https://www.irishtimes.com/static/ni-election/fonts/OpenSans-Bold.ttf') format("truetype"), url('https://www.irishtimes.com/static/ni-election/fonts/OpenSans-Bold.svg#Open Sans') format("svg"); }
.border-right {
  border-right: 1px solid #ddd; }

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

.hide {
  display: none; }

@media (max-width: 600px) {
  .ge_hide-on-mobile {
    display: none; } }

@media (min-width: 600px) {
  .ge_hide-on-desktop {
    display: none; } }

.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; }

.demo-container-940 {
  padding: 0;
  margin-top: 20px;
  margin: 0 auto; }

.demo-container-420 {
  min-width: 420px;
  padding: 0;
  margin-top: 20px; }

.it-btn {
  display: inline-block;
  padding: 0.72em 3.7em;
  border-radius: 0.25em;
  box-sizing: border-box;
  font-family: "DINWeb-Bold",Arial,sans-serif;
  font-size: 1em;
  border: 1px solid;
  line-height: 1em;
  font-weight: 800;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s; }
  .it-btn:hover {
    background: currentColor; }

.it-btn--outline {
  background: transparent;
  border-color: #888;
  color: #888; }
  .it-btn--outline:hover {
    background: #888;
    color: #ffffff; }
  .it-btn--outline:active, .it-btn--outline.is-selected {
    background: #555555;
    color: #fff; }

.it-btn--small {
  padding: 0.5em 2em; }

.ge-page-title {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", bold, normal, "serif";
  font-style: normal;
  font-weight: 400;
  font-size: 3em;
  padding: 0.6em 0 0.3em;
  margin: 0;
  color: #000;
  text-align: center; }
  @media (max-width: 600px) {
    .ge-page-title {
      font-size: 1.6em; } }

.ge-page-desc {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", bold, normal, "serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  padding: 0.32em 0 0.16em;
  margin: 0;
  color: #000;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  text-align: center;
  font-weight: normal;
  margin-bottom: 0.5em; }
  @media (max-width: 600px) {
    .ge-page-desc {
      font-size: 1em; } }

.ge-sub-heading {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", bold, normal, "serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.2em 0 0.1em;
  margin: 0;
  color: #000;
  margin-bottom: 5px; }
  .ge-sub-heading span {
    float: right;
    color: #aeaeae; }
    @media (max-width: 479px) {
      .ge-sub-heading span {
        float: right;
        display: block;
        margin: 3px 0;
        font-size: 0.8em;
        margin-top: -1px; } }

/*

  2. Graphs

*/
.ge__legend {
  font-family: "DINWeb-Bold", "DINWeb-BoldV2", "Helvetica", "Arial", bold, normal, "serif";
  margin-bottom: 2em;
  margin-top: 1em; }
  @media (min-width: 768px) {
    .ge__legend {
      margin-bottom: 1em; } }

.legend__list {
  margin: 0;
  font-family: inherit;
  list-style: none;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media (min-width: 768px) {
    .legend__list {
      flex-direction: row;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding-left: 0px !important; } }

.legend__item {
  text-transform: uppercase;
  float: none;
  width: 100%;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .legend__item:before, .legend__item:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .legend__item:after {
    clear: both; }
  @media (min-width: 767px) {
    .legend__item {
      float: left;
      display: block;
      width: 100%;
      text-align: left;
      padding-top: 0;
      margin-top: 0; } }
  .no-flexboxlegacy .legend__item {
    display: inline-block !important;
    width: 16.666666667%;
    float: none !important; }
  .legend__item span {
    line-height: 1.6;
    display: inline-block;
    text-align: right;
    float: left;
    margin-right: 10px; }
    @media (min-width: 767px) {
      .legend__item span {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        margin-right: 0; } }

.legend__party-pref {
  font-weight: 900;
  font-size: 1em; }

.legend__party-name {
  text-transform: uppercase;
  font-size: 1em; }
  @media (max-width: 768px) {
    .legend__party-name {
      font-size: 100%;
      line-height: 0; } }

.legend__party-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-basis: 1em;
  -moz-flex-basis: 1em;
  flex-basis: 1em;
  -ms-flex-preferred-size: 1em;
  width: 1em;
  max-width: 1em;
  float: left;
  height: 1em; }
  @media (min-width: 768px) {
    .legend__party-color {
      margin-left: 0; } }
  .legend__party-color:before {
    content: none !important;
    background: none; }

.legend__label {
  list-style: none;
  color: #aaaaaa;
  font-family: arial;
  font-size: 80%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0;
  width: 100%;
  line-height: 1.8;
  margin: 15px 0; }
  @media (min-width: 768px) {
    .legend__label {
      width: 20%;
      float: left;
      flex-wrap: wrap;
      margin-top: 0; } }
  .legend__label li {
    display: inline;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 24%;
    float: left;
    text-align: left; }
    .legend__label li:last-child {
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      flex-basis: 25%;
      -ms-flex-preferred-size: 25%; }
    @media (min-width: 768px) {
      .legend__label li {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        float: none;
        display: block;
        width: 100%;
        line-height: 19px;
        text-align: left; }
        .legend__label li:last-child {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          flex-basis: 100%;
          -ms-flex-preferred-size: 100%; } }
  @media (min-width: 768px) {
    .constituency-legend .legend__label li:last-child {
      margin-top: 43px; } }
  @media (min-width: 768px) {
    .national-legend .legend__label li:nth-child(2) {
      margin-top: 23px; } }
  @media (min-width: 768px) {
    .national-legend .legend__label li:nth-child(3) {
      margin-top: 10px; } }

.legend__indicators {
  background: #f5f5f5;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  list-style: none;
  margin: 0 auto;
  font-family: arial;
  text-align: left;
  font-size: 80%;
  line-height: 2; }
  @media (min-width: 468px) {
    .legend__indicators {
      text-align: center; } }
  @media (min-width: 767px) {
    .legend__indicators {
      font-size: 100%;
      line-height: 3; } }
  .legend__indicators li {
    display: block; }
    @media (min-width: 468px) {
      .legend__indicators li {
        display: inline-block;
        margin-right: 1em; } }

.legend__item--importance {
  font-size: 120%; }

.ge__list--pie-chart {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  list-style: none;
  line-height: 1.6; }
  @media (max-width: 667px) {
    .ge__list--pie-chart {
      line-height: 2; } }
  .ge__list--pie-chart .legend__party-color {
    width: 0.7em;
    max-width: 10px;
    height: 0.7em;
    margin-right: 5px;
    vertical-align: top; }
  .ge__list--pie-chart .legend__item {
    float: none;
    font-size: 12px;
    display: inline-grid;
    padding-bottom: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    line-height: 2; }
    .ge__list--pie-chart .legend__item span {
      line-height: 1.6;
      float: left !important;
      vertical-align: middle; }

.ge__legend--constituency li span {
  float: left; }
.ge__legend--constituency .legend__party-name {
  font-size: 100%;
  height: 40px;
  line-height: 18px;
  margin-top: 0;
  -webkit-flex-basis: 40px;
  -moz-flex-basis: 40px;
  flex-basis: 40px;
  -ms-flex-preferred-size: 40px; }
  @media (min-width: 768px) {
    .ge__legend--constituency .legend__party-name {
      margin-top: 5px; } }
.ge__legend--constituency .legend__party-pref {
  font-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin: 0; }
  @media (min-width: 768px) {
    .ge__legend--constituency .legend__party-pref {
      font-size: 85%;
      font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif; } }

.election-hompage-spread:after {
  clear: both;
  content: "";
  display: table; }

@media screen and (max-width: 480px) {
  .national-legend .legend__label li:nth-child(2) {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    text-align: center; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .national-legend .legend__label li:nth-child(2) {
    -webkit-flex-basis: 125%;
    -moz-flex-basis: 125%;
    flex-basis: 125%;
    -ms-flex-preferred-size: 125%;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .national-legend .legend__label li:nth-child(3) {
    -webkit-flex-basis: 57%;
    -moz-flex-basis: 57%;
    flex-basis: 57%;
    -ms-flex-preferred-size: 57%; } }
@media screen and (max-width: 767px) {
  .national-legend .legend__label li:nth-child(3) {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    -ms-flex-preferred-size: 40%; } }

@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span.legend__party-name {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    text-align: left; } }
@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span:nth-child(3) {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%; } }
@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span:last-child {
    flex-basis: 24%; } }
@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span.legend__party-seats {
    -webkit-flex-basis: 37%;
    -moz-flex-basis: 37%;
    flex-basis: 37%;
    -ms-flex-preferred-size: 37%; } }

/*  2.2. Ganimation */
/*  @TODO class name refactor neededed

.ge-ganiamtion{
	&__controls{}
	&__elected-bar{}
	&__eliminated-bar{}
	&__quota-bar{}
}


*/
.ganimation-ctrl-btns button {
  font-size: 0.8em;
  padding: 5px 10px;
  background: #f5f6f8;
  border: 2px solid #eaeef1; }
  @media (max-width: 468px) {
    .ganimation-ctrl-btns button {
      width: 23%;
      padding: 10px 10px;
      font-size: 1em; } }
  .ganimation-ctrl-btns button:disabled {
    opacity: 0.5; }

.ganimation-container {
  max-width: 620px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px; }

.ganimation {
  max-width: 100%;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }

.ganimation-count-id {
  position: relative;
  left: 10px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }

.ganimation-table {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 4%; }
  .ganimation-table .candidate-row {
    position: absolute;
    font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
    width: 100%;
    top: 0;
    left: 0; }
    .ganimation-table .candidate-row td {
      float: left;
      padding: 0; }

.candidate-name {
  width: 20%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #fff; }

.candidate-votes {
  width: 60%;
  /* 60% to allow for votes going over the quota */
  text-shadow: 1px 1px #000; }

.candidate-votes-fill {
  height: 100%;
  display: block;
  color: #FFF;
  font-size: 12px;
  padding-left: 5px;
  border-radius: 0 15px 15px 0;
  max-width: 133.33%; }

.candidate-vote-diff {
  display: none;
  position: absolute; }

.ganimation-border {
  position: absolute; }

.ganimation-quota-bar {
  border-right: 2px dotted rgba(204, 204, 204, 0.5);
  right: 20%;
  height: 100%;
  top: 0; }

.ganimation-elected-bar {
  border-top: 2px dotted rgba(204, 204, 204, 0.5);
  left: 0;
  width: 80%;
  font-family: "Arial", "Helvetica", "Roboto", sans-serif; }
  .ganimation-elected-bar:before {
    content: 'elected';
    float: right;
    top: -14px;
    position: relative;
    font-size: 11px;
    right: -43px; }
  .ganimation-elected-bar:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 13.0px 7.5px 0;
    border-color: transparent #b6b6b6 transparent transparent;
    float: right;
    top: -8px;
    position: relative;
    right: -35px; }

.constituency-stacked-chart-container {
  font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif; }

.ge__spread {
  width: 100%;
  text-align: center; }

.spread__bars {
  height: 50px; }
  @media (max-width: 460px) {
    .spread__bars {
      height: 30px; } }

.spread__slice-empty {
  background-color: #eee;
  color: #aeaeae;
  padding: 2% 0; }

.spread__slice:before {
  content: '' !important; }

.constituency-spread {
  margin-top: 22px; }

.ge__legend {
  font-family: "DINWeb-Bold", "DINWeb-BoldV2", "Helvetica", "Arial", bold, normal, "serif";
  margin-bottom: 2em;
  margin-top: 1em; }
  @media (min-width: 768px) {
    .ge__legend {
      margin-bottom: 1em; } }

.legend__list {
  margin: 0;
  font-family: inherit;
  list-style: none;
  padding-left: 0 !important;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column; }
  @media (min-width: 768px) {
    .legend__list {
      flex-direction: row;
      -webkit-box-orient: horizontal;
      -moz-box-orient: horizontal;
      box-orient: horizontal;
      -webkit-box-direction: normal;
      -moz-box-direction: normal;
      box-direction: normal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      flex-direction: row;
      -ms-flex-direction: row;
      -webkit-box-pack: center;
      -moz-box-pack: center;
      box-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -o-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      padding-left: 0px !important; } }

.legend__item {
  text-transform: uppercase;
  float: none;
  width: 100%;
  zoom: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  .legend__item:before, .legend__item:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .legend__item:after {
    clear: both; }
  @media (min-width: 767px) {
    .legend__item {
      float: left;
      display: block;
      width: 100%;
      text-align: left;
      padding-top: 0;
      margin-top: 0; } }
  .no-flexboxlegacy .legend__item {
    display: inline-block !important;
    float: none !important; }
    .no-flexboxlegacy .sticky-legend .legend__item {
      width: 100%;
    }

  .legend__item span {
    line-height: 1.6;
    display: inline-block;
    text-align: right;
    float: left;
    margin-right: 10px; }
    @media (min-width: 767px) {
      .legend__item span {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
        margin-right: 0; } }

.legend__party-pref {
  font-weight: 900;
  font-size: 1em; }

.legend__party-name {
  text-transform: uppercase;
  font-size: 1em; }
  @media (max-width: 768px) {
    .legend__party-name {
      font-size: 100%;
      line-height: 0; } }

.legend__party-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-flex-basis: 1em;
  -moz-flex-basis: 1em;
  flex-basis: 1em;
  -ms-flex-preferred-size: 1em;
  width: 1em;
  max-width: 1em;
  float: left;
  height: 1em; }
  @media (min-width: 768px) {
    .legend__party-color {
      margin-left: 0; } }
  .legend__party-color:before {
    content: none !important;
    background: none; }

.legend__label {
  list-style: none;
  color: #aaaaaa;
  font-family: arial;
  font-size: 80%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding: 0;
  width: 100%;
  line-height: 1.8;
  margin: 15px 0; }
  @media (min-width: 768px) {
    .legend__label {
      width: 20%;
      float: left;
      flex-wrap: wrap;
      margin-top: 0; } }
  .legend__label li {
    display: inline;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    width: 24%;
    float: left;
    text-align: left; }
    .legend__label li:last-child {
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      flex-basis: 25%;
      -ms-flex-preferred-size: 25%; }
    @media (min-width: 768px) {
      .legend__label li {
        -webkit-flex-basis: 100%;
        -moz-flex-basis: 100%;
        flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        float: none;
        display: block;
        width: 100%;
        line-height: 19px;
        text-align: left; }
        .legend__label li:last-child {
          -webkit-flex-basis: 100%;
          -moz-flex-basis: 100%;
          flex-basis: 100%;
          -ms-flex-preferred-size: 100%; } }
  @media (min-width: 768px) {
    .constituency-legend .legend__label li:last-child {
      margin-top: 43px; } }
  @media (min-width: 768px) {
    .national-legend .legend__label li:nth-child(2) {
      margin-top: 23px; } }
  @media (min-width: 768px) {
    .national-legend .legend__label li:nth-child(3) {
      margin-top: 10px; } }

.legend__indicators {
  background: #f5f5f5;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  list-style: none;
  margin: 0 auto;
  font-family: arial;
  text-align: left;
  font-size: 80%;
  line-height: 2; }
  @media (min-width: 468px) {
    .legend__indicators {
      text-align: center; } }
  @media (min-width: 767px) {
    .legend__indicators {
      font-size: 100%;
      line-height: 3; } }
  .legend__indicators li {
    display: block; }
    @media (min-width: 468px) {
      .legend__indicators li {
        display: inline-block;
        margin-right: 1em; } }

.legend__item--importance {
  font-size: 120%; }

.ge__list--pie-chart {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  list-style: none;
  line-height: 1.6; }
  @media (max-width: 667px) {
    .ge__list--pie-chart {
      line-height: 2; } }
  .ge__list--pie-chart .legend__party-color {
    width: 0.7em;
    max-width: 10px;
    height: 0.7em;
    margin-right: 5px;
    vertical-align: top; }
  .ge__list--pie-chart .legend__item {
    float: none;
    font-size: 12px;
    display: inline-grid;
    padding-bottom: 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    line-height: 2; }
    .ge__list--pie-chart .legend__item span {
      line-height: 1.6;
      float: left !important;
      vertical-align: middle; }

.ge__legend--constituency li span {
  float: left; }
.ge__legend--constituency .legend__party-name {
  font-size: 100%;
  height: 40px;
  line-height: 18px;
  margin-top: 0;
  -webkit-flex-basis: 40px;
  -moz-flex-basis: 40px;
  flex-basis: 40px;
  -ms-flex-preferred-size: 40px; }
  @media (min-width: 768px) {
    .ge__legend--constituency .legend__party-name {
      margin-top: 5px; } }
.ge__legend--constituency .legend__party-pref {
  font-size: 100%;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  margin: 0; }
  @media (min-width: 768px) {
    .ge__legend--constituency .legend__party-pref {
      font-size: 85%;
      font-family: "DINWeb-Medium", Arial, Helvetica, sans-serif; } }

.election-hompage-spread:after {
  clear: both;
  content: "";
  display: table; }

@media screen and (max-width: 480px) {
  .national-legend .legend__label li:nth-child(2) {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%;
    text-align: center; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  .national-legend .legend__label li:nth-child(2) {
    -webkit-flex-basis: 125%;
    -moz-flex-basis: 125%;
    flex-basis: 125%;
    -ms-flex-preferred-size: 125%;
    text-align: center; } }

@media screen and (max-width: 480px) {
  .national-legend .legend__label li:nth-child(3) {
    -webkit-flex-basis: 57%;
    -moz-flex-basis: 57%;
    flex-basis: 57%;
    -ms-flex-preferred-size: 57%; } }
@media screen and (max-width: 767px) {
  .national-legend .legend__label li:nth-child(3) {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    flex-basis: 40%;
    -ms-flex-preferred-size: 40%; } }

@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span.legend__party-name {
    -webkit-flex-basis: 100px;
    -moz-flex-basis: 100px;
    flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    text-align: left; } }
@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span:nth-child(3) {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    flex-basis: 45%;
    -ms-flex-preferred-size: 45%; } }
@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span:last-child {
    flex-basis: 24%; } }
@media (max-width: 767px) {
  .national-legend .ge__legend ul.legend__list li.legend__item span.legend__party-seats {
    -webkit-flex-basis: 37%;
    -moz-flex-basis: 37%;
    flex-basis: 37%;
    -ms-flex-preferred-size: 37%; } }

/* -----------------------------------------

  1. Table Styles

----------------------------------------- */
.constituency-seats {
  display: block;
  position: relative;
  margin-bottom: 2em; }

.constituency-profile__prediction {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-family: "Arial", "Helvetica", "Roboto", sans-serif;
  font-size: 14px;
  list-style: none;
  border-color: #ddd; }
  .constituency-profile__prediction li {
    height: 24px;
    float: left;
    background: none;
    padding: 0 5px;
    line-height: 2;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif;
    font-weight: normal; }
    .constituency-profile__prediction li:before {
      text-align: center;
      vertical-align: center;
      padding: 4px 4px;
      color: #fff;
      margin-right: 4px; }

.constituency-profile__prediction li:first-child {
  padding: 0; }

.constituency-profile__prediction h3 {
  font-family: Helvetica, sans-serif;
  line-height: 1.4em;
  font-size: 100%; }

@media only screen and (max-width: 767px) {
  .constituency-profile__prediction li {
    font-size: 12px; } }
/* prediction and meta data styles */
.constituency-metadata .constituency-profile__table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .constituency-metadata .constituency-profile__table tr.border-right {
    border-right: none; }
  .constituency-metadata .constituency-profile__table td {
    border: 1px solid #ddd;
    font-size: 13px; }
  .constituency-metadata .constituency-profile__table td:first-child {
    font-weight: bold; }

.constituency-profile__table .national-view-card {
  border: none !important;
  background: none;
  margin-top: 0; }

#torso .constituency-profile__table .border-right {
  border-right: 0; }

#torso .constituency-profile__table tr td:first-child {
  font-weight: bold; }

.constituency-meta .national-view-card.national-view-card__seats div {
  -webkit-flex-basis: 15px;
  -moz-flex-basis: 15px;
  flex-basis: 15px;
  -ms-flex-preferred-size: 15px;
  float: left;
  height: 20px;
  width: 15px;
  border-radius: 2px;
  margin-right: 2px; }

@media only screen and (max-width: 979px) and (min-width: 768px) {
  .span3 {
    width: 166px !important; } }
/* table styles */
.constituency-count-table {
  font-family: '$open'; }

.table td:before {
  color: #fff;
  float: left;
  font-family: "DINWeb-Bold", "DINWeb-BoldV2", "Helvetica", "Arial", bold, normal, "serif";
  font-weight: normal;
  width: 25px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 6px; }

.constituency-profile__table tbody td {
  font-size: 14px;
  padding: 6px;
  vertical-align: middle; }
  @media (max-width: 600px) {
    .constituency-profile__table tbody td {
      font-size: 16px; } }

#torso .constituency-profile__table .table-bordered {
  border-botttom: 0; }

#torso .constituency-profile__table tr:nth-child(odd) td {
  background: #fff;
  border-bottom: solid 1px #d2d2d2; }

#torso .constituency-profile__table tr:nth-child(even) {
  background: inherit; }

#torso .constituency-profile__table tfoot tr {
  background: #f6f6f6; }

#torso .constituency-profile__table tr:nth-child(even) td {
  border-bottom: solid 1px #d2d2d2; }

#torso .constituency-profile__table tfoot tr td, #torso .constituency-profile__table thead tr td {
  background: #f6f6f6; }

.constituency-profile__table tr td {
  background: #fff;
  line-height: 1.5;
  vertical-align: middle; }

#torso .constituency-profile__table td:first-child {
  padding-left: 2px;
  text-align: left; }

.constituency-profile__table--candidates h3 {
  font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px; }

.constituency-count-table .tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  border: 1px solid #ddd; }

.constituency-count-table input, .constituency-count-table select {
  font-size: 16px !important; }

.btn.btn-small.btn-select {
  font-size: 12px;
  text-transform: none; }

.tablesaw-bar {
  clear: both;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 7px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc; }

.tablesaw-enhanced .tablesaw-bar .btn {
  background: #fff; }

.tablesaw-bar.mode-swipe {
  background: #f5f5f5;
  border-top: 1px solid gainsboro;
  border-bottom: 1px solid gainsboro;
  height: 38px;
  padding-bottom: 5px;
  padding-top: 2px; }

.tablesaw-enhanced .tablesaw-bar .btn.btn-select {
  background: #fff;
  border: 1px solid #ccc; }

.tablesaw-bar .btn-select.btn-small:after, .tablesaw-bar .btn-select.btn-micro:after {
  line-height: 2; }

.constituency-count-table .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-ascending button:after, .tablesaw-sortable .tablesaw-sortable-head.tablesaw-sortable-descending button:after {
  position: relative;
  right: 0em; }

/* Tablesaw Button */
.tablesaw-sortable th.tablesaw-sortable-head button {
  padding-right: 0 !important;
  padding-left: 0;
  padding-top: 0; }

/* Mobile Styles */
@media only screen and (max-width: 767px) {
  #torso .constituency-profile__table tr td {
    font-size: 11px; }

  .table > tbody > tr > td {
    padding: 4px;
    max-width: 146px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

  table.tablesaw > tbody > tr > td {
    padding: 8px !important; }

  table.tablesaw > tbody > tr > td.tablesaw-cell-persist {
    width: 70% !important; } }
@media only screen and (max-width: 767px) {
  .constituency-profile__prediction li {
    font-size: 12px; } }
@media only screen and (max-width: 767px) {
  .constituency-metadata {
    display: inline-block;
    margin-top: 10px;
    width: 100%; } }
tr.candidate-elected td strong {
  border-bottom: 2px solid #00cd00; }

tr.candidate-eliminated td span {
  text-decoration: line-through; }
  tr.candidate-eliminated td span:before {
    display: block;
    content: '';
    height: 1px;
    position: relative;
    top: 12px;
    width: 53%;
    background: #666; }

#torso .table {
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }

thead {
  font-size: 74%;
  text-align: left; }

#torso .contstitunecy-profile__table tbody td {
  font-size: 0.875em;
  padding: 0.375em;
  vertical-align: middle; }

/* news styling overwrite  */
#torso .constituency-profile__table {
  margin-top: -40px; }
  #torso .constituency-profile__table td:first-child {
    padding-left: 2px;
    text-align: left; }
  #torso .constituency-profile__table thead tr td {
    background: #f6f6f6; }
  #torso .constituency-profile__table tr:nth-child(odd) td {
    background: #fff;
    border-bottom: solid 1px #ddd; }
  #torso .constituency-profile__table tr:nth-child(odd) tr:nth-child(even) {
    background: inherit; }
    #torso .constituency-profile__table tr:nth-child(odd) tr:nth-child(even) td {
      border-bottom: solid 1px #ddd; }

#torso .constituency-profile__table th {
  background: #fff;
  color: #000;
  font-size: 12px;
  padding: 5px; }

.tablesaw-cell-persist {
  border-right: 2px solid #ddd; }

.elected, .not-elected, .eliminated {
  float: right; }

.eliminated {
  color: #ff4d4d; }

.elected {
  color: #00cd00; }

.constituency-metadata ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.constituency-metadata ul li strong {
  font-family: "DINWeb-bold", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.constituency-metadata ul li {
  font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.constituency-profile__map {
  background-repeat: no-repeat;
  width: 300px;
  height: 315px;
  background-size: contain; }

.constituency-profile__title {
  font-family: "DINWeb-Bold", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
  display: inline-block; }

@media only screen and (max-width: 767px) {
  .constituency-metadata {
    display: inline-block;
    margin-top: 10px;
    width: 100%; } }
.constituency-meta .table {
  border-bottom: 1px solid #ccc; }

.national-view-card {
  flex-basis: 23%;
  margin-right: 1%;
  border: 1px solid #ddd;
  background: #fff;
  border-bottom-right-radius: 0.25em;
  border-bottom-left-radius: 0.25em; }
  .national-view-card__title {
    font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
    font-size: 80%;
    position: absolute;
    line-height: 1.8;
    top: 0;
    font-weight: 400;
    left: 0;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    background: #f7f7f7; }
  .national-view-card__main {
    position: relative;
    clear: both;
    cursor: pointer; }
  .national-view-card__heading {
    flex-basis: 70%;
    float: left;
    width: 70%;
    line-height: 1.5;
    font-weight: 200; }
  .national-view-card__seats {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    height: 25px;
    zoom: 1;
    margin-top: -41px; }
    .national-view-card__seats:before, .national-view-card__seats:after {
      content: " ";
      /* 1 */
      display: table;
      /* 2 */ }
    .national-view-card__seats:after {
      clear: both; }
    .no-flexbox .national-view-card__seats {
      margin-top: 30px; }
    .national-view-card__seats div {
      flex-basis: 25px;
      float: left;
      height: 20px;
      width: 25px;
      border-radius: 2px;
      margin-right: 2px; }
  .national-view-card__count {
    flex-basis: 30%;
    align-self: inherit;
    float: left;
    width: 30%;
    margin-top: 20px;
    text-align: right;
    font-family: 'open sans';
    font-weight: 200; }
  .national-view-card__label {
    font-size: 57%;
    font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
    margin-top: 0px;
    text-align: right;
    font-weight: 300;
    letter-spacing: 0.03em; }
  .national-view-card__num {
    font-size: 174%;
    font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }
  .national-view-card__all {
    width: 100%;
    margin-top: 1em; }
  .national-view-card__table {
    margin-top: 1em;
    display: inline-table;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 80%; }
    .national-view-card__table td {
      background: none !important; }
    .national-view-card__table .first-pref {
      font-weight: 900;
      font-size: 110%; }
    .national-view-card__table a {
      width: 100%;
      text-align: center;
      line-height: 1.9em; }
      .national-view-card__table a:visted {
        color: #ddd; }
    .national-view-card__table tr:first-child td {
      border-top: none; }
  .national-view-card__indicator {
    color: #dddddd;
    position: absolute;
    right: -10px;
    top: -20px;
    transition: all 200ms ease 0s; }
    .national-view-card__indicator:hover, .national-view-card__indicator:focus, .national-view-card__indicator .active {
      color: #ccc; }
    .national-view-card__indicator .active {
      transform: rotate(45deg); }
  .national-view-card .it-btn {
    line-height: 2em !important;
    width: 100% !important;
    font-size: 15px !important; }

.region-selectors {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0;
  overflow: hidden; }

.region-selectors .it-btn {
  font-size: 13px;
  height: auto;
  width: auto;
  -webkit-flex-basis: 19%;
  -moz-flex-basis: 19%;
  flex-basis: 19%;
  -ms-flex-preferred-size: 19%;
  width: 19%;
  float: left;
  margin-right: 1%; }
  @media all and (max-width: 767px) {
    .region-selectors .it-btn {
      -webkit-flex-basis: 48%;
      -moz-flex-basis: 48%;
      flex-basis: 48%;
      -ms-flex-preferred-size: 48%;
      width: 48%;
      margin: 1%; } }
  @media all and (min-width: 480px) and (max-width: 767px) {
    .region-selectors .it-btn {
      line-height: 2em; } }

.na {
  background: #ddd -webkit-repeating-linear-gradient(145deg, #ccc, #ccc 2px, #ddd 2px, #ddd 5px) !important;
  background: #ddd repeating-linear-gradient(-55deg, #ccc, #ccc 2px, #ddd 2px, #ddd 5px) !important;
  content: '';
  height: 20px;
  width: 20px; }

.party:before {
  color: #FFF;
  font-family: "DINWeb-bold",Arial,Helvetica,sans-serif;
  font-weight: normal;
  padding: 1px 4px;
  text-transform: uppercase;
  font-size: 12px;
  margin-right: 6px; }

.js .panel-title {
  margin: 0; }

.panel-title a {
  border-bottom: none;
  color: #292929;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  transition: color 200ms ease 0s;
  width: 100% !important;
  box-sizing: border-box;
  padding: 5% 5% 2% 5% !important; }
  .panel-title a .ge-icon--collapse {
    position: absolute;
    top: -1px;
    font-size: 1.5em;
    right: 10px;
    transition: all 200ms ease 0s;
    color: #b7b7b7; }
  .panel-title a:hover, .panel-title a:focus {
    color: #37474f; }
    .panel-title a:hover .icon, .panel-title a:focus .icon {
      color: #cccccc; }
  .panel-title a.active {
    color: #37474f; }
    .panel-title a.active .ge-icon--collapse {
      color: #cccccc;
      transform: rotate(-180deg); }

.js .accordion {
  border-bottom: 1px solid #ddd; }

.accordion .panel-title a {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
  -ms-flex-line-pack: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  width: 88%;
  padding: 5%; }

.ge-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  zoom: 1; }
  .ge-container:before, .ge-container:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .ge-container:after {
    clear: both; }

.ge-col3 {
  -webkit-flex-basis: 31.33333%;
  -moz-flex-basis: 31.33333%;
  flex-basis: 31.33333%;
  -ms-flex-preferred-size: 31.33333%;
  width: 31.333333333%;
  float: left;
  margin: 0.5%;
  /*   @media screen and (min-width:600px) and (max-width: 980px) {
      &:nth-child(2) {
        order: 2;
      }
    } */ }
  @media (max-width: 980px) {
    .ge-col3 {
      -webkit-flex-basis: 47%;
      -moz-flex-basis: 47%;
      flex-basis: 47%;
      -ms-flex-preferred-size: 47%;
      width: 47%;
      float: left; } }
  @media (max-width: 600px) {
    .ge-col3 {
      -webkit-flex-basis: 100%;
      -moz-flex-basis: 100%;
      flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      width: 100%; } }
  .ge-col3 .national-view-card {
    width: 100%;
    max-width: 400px; }

.party-NA {
  background: #ddd -webkit-repeating-linear-gradient(145deg, #ccc, #ccc 2px, #ddd 2px, #ddd 5px) !important;
  background: #ddd repeating-linear-gradient(-55deg, #ccc, #ccc 2px, #ddd 2px, #ddd 5px) !important; }
  .no-flexbox .party-NA {
    background: #ddd !important; }

#torso table.national-view-card__table.table td {
  border-bottom: 1px solid #ddd; }

.national-cards {
  background: white; }

.ge-page-desc--results-hub {
  margin-top: 3em; }
  @media (max-width: 600px) {
    .ge-page-desc--results-hub {
      font-size: 1.6em; } }

#torso h5.ge-page-desc {
  font-family: "DINWeb-Medium", "Helvetica", "Arial", bold, normal, "serif";
  font-style: normal;
  font-weight: 400;
  font-size: 1em;
  padding: 0.2em 0 0.1em;
  margin: 0;
  color: #000;
  background: none;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }
  @media (max-width: 600px) {
    #torso h5.ge-page-desc {
      margin-top: 2em;
      font-size: 0.8em;
      text-transform: none; } }

.live-indicator {
  margin-bottom: 20px; }

.live-msg {
  background: #db3300;
  padding: 0.5% 2%;
  color: #fff;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  font-size: 1.2rem;
  margin-right: 1%; }

.count-msg {
  font-size: 1em;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  line-height: 1;
  color: #5e5e5e;
  font-weight: bold;
  padding: 0;
  text-transform: uppercase;
  display: inline-block; }
  .count-msg--cta {
    font-size: 1em;
    color: #9d9d9d;
    font-weight: 400;
    text-transform: lowercase;
    display: inline-block; }
    @media (max-width: 768px) {
      .count-msg--cta {
        margin-top: 0.5em; } }

section {
  width: 80%;
  margin: 10px auto; }

.live-counts {
  border-top: 4px solid #ddd;
  border-radius: 0.5em;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 2em 0;
  align-items: center;
  border-radius: 0.2em;
  line-height: 1;
  width: auto;
  height: auto;
  cursor: pointer; }
  @media (max-width: 768px) {
    .live-counts {
      display: block; } }

.live-count_icon {
  margin-left: 0.5em;
  color: #c4c4c4;
  font-size: 1.2em; }
  .live-count_icon:hover {
    cursor: pointer;
    color: #919191; }
  .live-count_icon:active {
    color: #919191; }

.live {
  margin-right: 0.5em;
  margin-left: 0.6em;
  margin-top: 0.2em;
  float: left;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background: #db3300;
  cursor: pointer;
  box-shadow: 0 0 0 rgba(219, 51, 0, 0.4);
  animation: pulse 1.5s infinite; }

.live--done {
  background: green;
  box-shadow: 0 0 0 rgba(0, 128, 0, 0.4); }

.live:hover {
  animation: none; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(219, 51, 0, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(219, 51, 0, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(219, 51, 0, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    box-shadow: 0 0 0 0 rgba(219, 51, 0, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 10px rgba(219, 51, 0, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(219, 51, 0, 0); } }

/* Social Share Tools */

.addthis_sharing_toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.addthis_sharing_toolbox a {
  display: inline-block;
  float: left;
  margin: 0px 10px 10px 0px !important;
  cursor: pointer;
  opacity: .8;
  border-radius: 100% !important;
}
.addthis_sharing_toolbox a:hover {
  opacity: 1;
}
.addthis_sharing_toolbox a span {
  border-radius: 100%;
  display: block;
  position: static;
  background-repeat: no-repeat;
  overflow: hidden;
  text-align: center;
  color: #fff;
  pointer-events: none;
}

#torso .bt-container .at-share-tbx-element .at-share-btn:focus,
#torso .bt-container .at-share-tbx-element .at-share-btn:hover {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  outline-offset: 0px;
}

/* remove unused social icons */
a.at-share-btn.at-svc-pinterest_share, a.at-share-btn.at-svc-reddit, a.at-share-btn.at-svc-google_plusone_share, a.at-share-btn.at-svc-linkedin {
  display: none !important; }

a.at-share-btn.at-svc-whatsapp {
  display: none !important; }

@media only screen and (max-width: 767px) {
  .at-share-btn.at-svc-whatsapp {
    display: inline-block !important; } }
.lt-ie9 .at-svc-facebook {
  display: inline-block !important; }



@media screen and (min-width: 700px) {
  .ni-show_mobile {
    display: none; } }

@media screen and (max-width: 700px) {
  .ni-show_desktop {
    display: none; } }

/* NI Header */
.ni-election__header {
  display: flex;
  max-height: 215px;
  align-items: center; }
  @media screen and (min-width: 700px) {
    .ni-election__header {
      border-bottom: 2px solid #ccc; } }

h1 {
  flex-basis: 70%;
  font-size: 5vw;
  font-family: DinWeb-Medium; }
  @media screen and (min-width: 700px) {
    h1 {
      font-size: 3em;
      letter-spacing: -1px; } }

figure {
  overflow: hidden;
  flex-shrink: 3;
  margin: 0; }
  @media screen and (min-width: 700px) {
    figure {
      flex-grow: 2;
      text-align: right; } }
  figure svg {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 700px) {
      figure svg {
        width: 50%;
        height: auto; } }

.sdlp {
  background-color: #2aa82c; }

.sf {
  background-color: #007249; }

.dup {
  background-color: #CB2F7F; }

.uup {
  background-color: #6F0072; }

.ap {
  background-color: #009FC5; }

.io {
  background-color: #000; }

.national-legend, .national-indicators {
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }

.legend__party-pref {
  font-weight: normal; }

.legend__party-seats {
  font-weight: bold; }

.container {
  max-width: 960px;
  margin: 0 auto; }

@media screen and (min-width: 700px) {
  h2.ge-heading {
    font-size: 1em; } }

@media screen and (max-width: 700px) {
  ul.legend__label {
    display: flex;
    align-items: flex-end; } }

@media screen and (max-width: 700px) {
  li.label1 {
    flex-basis: 72%; } }

@media screen and (max-width: 700px) {
  li.label3 {
    flex-basis: 39%;
    text-align: right; } }

.party-sdlp {
  background-color: #2aa82c; }

.sdlp:before {
  content: "sdlp";
  background-color: #2aa82c; }

.party-sf {
  background-color: #007249; }

.sf:before {
  content: "sf";
  background-color: #007249; }

.party-dup {
  background-color: #CB2F7F; }

.dup:before {
  content: "dup";
  background-color: #CB2F7F; }

.party-uup {
  background-color: #6F0072; }

.uup:before {
  content: "uup";
  background-color: #6F0072; }

.party-ap {
  background-color: #009FC5; }

.ap:before {
  content: "ap";
  background-color: #009FC5; }

.party-io {
  background-color: #000; }

.io:before {
  content: "io";
  background-color: #000; }

.none, .none:before {
  content: '';
  height: 20px;
  background: #ddd repeating-linear-gradient(-55deg, #ccc, #ccc 2px, #ddd 2px, #ddd 5px) !important; }

.el-card__main {
  display: block; }

.el-card__heading {
  width: 100%;
  display: block; }

.el-card__seats {
  display: flex;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 0;
  width: auto; }

  .ios8 .el-card__seats {
   display: block;
  }

  .el-card__seats div {
    flex-basis: 16.666666667%;
    height: 30px;
    margin-right: 4%; }
    .ios8 .el-card__seats div {
     width: 16.666666667%;
     float: left;
    }

	.el-card__seats div:last-child {
    margin-right: 0; }

.el-card__meta {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 1em;
  font-size: 0.8em;
  line-height: 3;
  font-family: sans-serif;
  text-align: center;
  border-top: 1px solid #ebebeb; }

  .ios8 .el-card__meta {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  .el-card__meta span {
    flex-basis: 50%;
    font-family: "Open Sans", "Helvetica","Roboto",sans-serif !important;
    text-align: left;
    height: 3em; }
    .el-card__meta span p {
      display: inline;
      float: left;
      text-align: left;
      margin: 0; }
    .el-card__meta span i {
      display: inline;
      float: left;
      margin-top: -10px; }

a.el-card__link {
  text-align: center !important;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  margin: 0 auto;
  color: #898989;
  display: block;
  text-decoration: underline;
  padding-bottom: 1em; }

.accordion .panel-title a {
  display: block;
  padding: 0 !important; }

.national-view-card__table th {
  text-transform: uppercase;
  color: #c4c4c4; }

.national-view-card__title {
  background: transparent;
  line-height: 2;
  font-size: 1em; }

.national-view-card__all {
  margin-top: 0; }

.national-view-card__table {
  margin-top: 0;
  border-top: 1px #ddd solid; }

.table td:before {
  font-size: 10px; }

.table td:nth-child(2) {
  text-align: right; }

.table td:nth-child(3) {
  text-align: right; }

.news .national-view-card__table tr td {
  font-size: 13px;
  padding: 2px 8px 2px 2px;
  line-height: 1.6; }

@media screen and (max-width: 768px) {
  .news .national-view-card__table tr td {
    font-size: 11px;
    line-height: 1.6; }
    .news .national-view-card__table tr td .party:before {
      padding: 0; } }
.national-view-card__table .first-pref {
  font-weight: bolder; }

tr:nth-child(even) {
  background-color: #EFEFEF; }

.complete {
  margin: 0; }

svg:not(:root) {
  display: inline !important; }

.io:before {
  content: "Ind/O";
  background-color: #000;
  width: 27px !important; }

table {
  margin-bottom: 0; }

/*  */
.table-legend {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  text-align: right;
  color: #6F6F6F;
  text-transform: uppercase; }
  .table-legend span {
    -webkit-flex-basis: 35.33333%;
    -moz-flex-basis: 35.33333%;
    flex-basis: 35.33333%;
    -ms-flex-preferred-size: 35.33333%;
    font-size: 11px;
    font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif; }
    .table-legend span.legend_pref {
      -webkit-flex-basis: 25%;
      -moz-flex-basis: 25%;
      flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      padding-right: 2%; }

@media screen and (max-width: 980px) {
  .ge-col3:nth-child(2) > div:first-child .national-view-card__title {
    font-size: 14px; } }
.card-disabled {
  opacity: 0.5; }

.ni-status {
  font-size: 13px;
  margin-top: 12px;
  margin-right: 5px; }

/* Sticky legend */
.sticky-legend-container {
  max-width: 960px;
  bottom: 0px;
  height: calc(2em + 4px);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  transition: all 700ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /* easeInOutCubic */ }
  @media screen and (max-width: 500px) {
    .sticky-legend-container {
      width: 320px; } }
  @media screen and (max-width: 767px) {
    .sticky-legend-container {
      max-width: 460px; } }
  @media screen and (min-width: 768px) and (max-width: 980px) {
    .sticky-legend-container {
      max-width: 750px; } }

/* absolute class for un-sticking legend */
.absolute {
  position: absolute !important;
  bottom: 0; }

.sticky-legend {
  padding-top: 1em;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
  background: #fff;
  line-height: 1.8;
  width: 100%;
  margin: 0;
  border-top: 1px solid #ccc; }
  @media screen and (min-width: 767px) {
    .sticky-legend {
      -webkit-columns: 2;
      -moz-columns: 2;
      columns: 2;
      line-height: 1.2; } }
  @media screen and (min-width: 980px) {
    .sticky-legend {
      -webkit-columns: 3;
      -moz-columns: 3;
      columns: 3;
      -moz-column-count: 3;
      line-height: 1.6; } }
  .sticky-legend li {
    flex-basis: 50%;
    list-style: none;
    font-size: 0.8em; }
  .sticky-legend .legend__item span {
    text-transform: none; }

.legend__party-color {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  margin-right: 0.5em; }

.showHide {
  cursor:pointer;
  display: block;
  height: calc(2em + 4px);
  margin: 0 auto;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 200px;
  font-family: "Open Sans", "Roboto", "Helvetica", "Roboto", sans-serif;
  border: 1px solid #ccc;
  border-bottom: 0;
  box-sizing: border-box;
  color: #cece;
  line-height: 2; }

.showLegend {
  bottom: 0;
  height: 172px; }
  @media screen and (max-width: 767px) {
    .showLegend {
      height: 172px; } }
  @media screen and (min-width: 767px) {
    .showLegend {
      height: 128px; } }
  @media screen and (min-width: 980px) {
    .showLegend {
      height: 120px; } }

.pending, .complete {
  margin: 0 auto;
  text-align: center;
  height: 100%; }

.complete, .pending {
  transform: scale(0.4); }

@keyframes hideshow {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes grow {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.05); } }
#dot1, #dot2, #dot3 {
  animation: hideshow 1s ease-in-out 2; }

#dot1 {
  animation-delay: 1.5s; }

#dot2 {
  animation-delay: 0.75s; }

.tick {
  stroke-dasharray: 60px 60px;
  animation: tick 1.5s ease-in-out 1; }

@keyframes tick {
  0% {
    stroke-dashoffset: 130px; }
  100% {
    stroke-dashoffset: 0px; } }
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }
.progress {
  position: relative; }

.progress-icon circle {
  opacity: 0.1; }
.progress-icon.bar {
  opacity: 0.3;
  stroke-dasharray: 76;
  stroke-dashoffset: 10;
  position: absolute;
  transition: 1000ms stroke-dashoffset;
  stroke-linecap: round; }

.firefox .showLegend {
  height: 105px; }

.firefox .sticky-legend {
  display: flex;
  flex-wrap: wrap; }

.firefox .sticky-legend li {
  flex-basis: 33.333333333%; }

.chrome42 .sticky-legend-container, .chrome43 .sticky-legend-container, .chrome44 .sticky-legend-container {
  display: none; }

/*# sourceMappingURL=ni-styles.css.map */
