@import url("https://www.irrawaddy.com/wp-includes/css/dist/block-library/style.min.css");
@import url("https://www.irrawaddy.com/wp-content/themes/irrawaddy-skin/css/style.min.css");
@import url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.min.css");

/******************************************************************
Site Name: Irrawaddy Election Site
Author: The Irrawaddy
Stylesheet: Main Stylesheet
Version 1.96
******************************************************************/
/* ==========================================================================
   NEW SITE CLEANUP
   ========================================================================== */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Colour and Font Variables
******************************************************************/
/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Typography
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "Irrawaddy";
  src: url("font/flaticon.eot");
  src: url("font/flaticon.eot#iefix") format("embedded-opentype"), url("font/flaticon.woff") format("woff"), url("font/flaticon.ttf") format("truetype"), url("font/flaticon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="irrawaddy-"]:before, [class*=" irrawaddy-"]:before,
[class^="irrawaddy-"]:after, [class*=" irrawaddy-"]:after {
  font-family: Irrawaddy;
  font-size: 1em;
  font-style: normal;
  margin-left: 0px; }

.irrawaddy-down:before {
  content: "\e004"; }

.irrawaddy-right:before {
  content: "\e00a"; }

.irrawaddy-left:before {
  content: "\e015"; }

.irrawaddy-camera:before {
  content: "\e000"; }

.irrawaddy-clock:before {
  content: "\e021"; }

.irrawaddy-comment:before {
  content: "\e001"; }

.irrawaddy-comment-alt:before {
  content: "\e010"; }

.irrawaddy-download:before {
  content: "\e009"; }

.irrawaddy-maybe:before {
  content: "\e006"; }

.irrawaddy-maybe-alt:before {
  content: "\e005"; }

.irrawaddy-close:before {
  content: "\e002"; }

.irrawaddy-close-alt:before {
  content: "\e003"; }

.irrawaddy-facebook:before {
  content: "\e008"; }

.irrawaddy-facebook-circle:before {
  content: "\e007"; }

.irrawaddy-info:before {
  content: "\e00b"; }

.irrawaddy-link:before {
  content: "\e00d"; }

.irrawaddy-twitter-circle:before {
  content: "\e01d"; }

.irrawaddy-marker:before {
  content: "\e013"; }

.irrawaddy-menu:before {
  content: "\e011"; }

.irrawaddy-pie:before {
  content: "\e012"; }

.irrawaddy-quote:before {
  content: "\e00c"; }

.irrawaddy-no:before {
  content: "\e017"; }

.irrawaddy-search:before {
  content: "\e00e"; }

.irrawaddy-yes:before {
  content: "\e018"; }

.irrawaddy-rss-circle:before {
  content: "\e016"; }

.irrawaddy-speaker:before {
  content: "\e020"; }

.irrawaddy-star-empty:before {
  content: "\e01a"; }

.irrawaddy-star:before {
  content: "\e019"; }

.irrawaddy-tag:before {
  content: "\e01c"; }

.irrawaddy-twitter:before {
  content: "\e01e"; }

.irrawaddy-user:before {
  content: "\e014"; }

.irrawaddy-video:before {
  content: "\e00f"; }

.irrawaddy-rss:before {
  content: "\e01b"; }

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

address {
  text-align: right;
  font-style: normal;
  white-space: pre-line; }

.mobile-menu-text {
  font-family: Verdana;
  font-weight: 800;
  font-size: 20px;
  line-height: 20px;
  color: white; }
  .mobile-menu-text:hover, .mobile-menu-text:focus, .mobile-menu-text:visited {
    color: #ffffff; }

a.mobile-menu-text {
  border-bottom: 1px solid #EC4C51;
  display: block;
  padding: 7px 0; }

a {
  text-decoration: none; }

/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Sass Functions
******************************************************************/
/*********************
COLOR FUNCTIONS
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
*********************/
/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Sass Mixins
******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
PLACEHOLDER STYLING
*********************/
/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Grid Stylesheet
******************************************************************/
.last-col {
  float: right !important;
  padding-right: 0 !important; }

@media (max-width: 767px) {
  .m-0 {
    display: none; }

  .m-all {
    width: 100%;
    padding-right: 0; }

  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; } }
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-0 {
    display: none; }

  .t-all {
    width: 100%;
    padding-right: 0; }

  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; } }
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-0 {
    display: none; }

  .d-all {
    width: 100%;
    padding-right: 0; }

  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%; }

  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%; }

  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%; }

  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%; }

  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%; }

  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%; }

  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%; }

  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%; }

  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%; }

  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%; }

  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%; }

  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%; }

  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%; }

  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%; }

  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%; }

  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%; }

  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%; }

  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%; }

  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%; }

  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%; }

  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%; } }
/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Alert Styles
******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

hr.third {
  width: 33%;
  margin: 20px 0;
  border-bottom: 3px solid #D12023;
  border-top: 0;
  border-left: 0;
  border-right: 0; }

/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Button Styles
******************************************************************/
/*********************
BUTTON DEFAULTS
*********************/
.blue-btn, .comment-reply-link, #submit, .primary-btn {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  line-height: 34px;
  font-weight: normal;
  padding: 0 20px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .primary-btn:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus, .primary-btn:focus {
    color: #ffffff;
    text-decoration: none;
    outline: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active, .primary-btn:active {
    top: 1px; }
  .blue-btn i, .comment-reply-link i, #submit i, .primary-btn i {
    margin-right: 2px; }

.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

.primary-btn {
  background-color: #E44746;
  color: #ffffff; }
  .primary-btn:hover, .primary-btn:focus {
    background-color: #e13534;
    color: #ffffff !important; }
  .primary-btn:active {
    background-color: #e13130;
    color: #ffffff !important; }

a.primary-btn, a.primary-btn:visited {
  color: #ffffff; }

/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #4A4A4A;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #808080;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #8a8a8a;
    outline: none; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: #ffffff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: #ffffff;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/******************************************************************
Site Name: Irrawaddy Election Site
Author: Pixel on Pixel - www.pixelonpixel.net
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #4A4A4A;
  background-color: #ffffff;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: margin 0.2s ease-out;
  -webkit-transition: margin 0.2s ease-out;
  padding-bottom: 78px; }

.footer-fluid {
  padding-bottom: 0; }

body.menu-on {
  margin: 0;
  padding-bottom: 0; }
  body.menu-on #container {
    overflow: hidden;
    height: 100vh; }

#container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
  overflow: auto; }

/********************
WORDPRESS BODY CLASSES
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 100%;
  margin: 0 auto; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #4A4A4A;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #333333; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

.entry-content a, .entry-content a:visited {
  color: #E44746; }
  .entry-content a:hover, .entry-content a:focus, .entry-content a:visited:hover, .entry-content a:visited:focus {
    color: #333333; }
  .entry-content a:link, .entry-content a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, Geneva, sans-serif; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.25em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em; }

h5, .h5 {
  font-size: 0.91em; }

h6, .h6 {
  font-size: 0.83em;
  line-height: 1.75em; }

.u {
  text-transform: uppercase; }

.b {
  font-weight: 700; }

.i {
  font-style: italic; }

/*********************
HEADER STYLES
*********************/
.search-bar {
  display: none; }

#desktop-nav {
  display: none; }

.header {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(50, 57, 68, 0.1);
  font-size: 16px;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  z-index: 100; }
  .header #inner-header {
    position: relative; }
  .header .toggle-menu {
    margin-left: -10px;
    padding: 0 10px;
    color: #E44746;
    line-height: 55px;
    display: inline-block;
    cursor: pointer; }
  .header #logo {
    display: inline-block; }
    .header #logo svg {
      vertical-align: middle;
      width: 140px; }
  .header .subtitle {
    float: right;
    line-height: 55px;
    color: #808080;
    margin: 0;
    font-weight: 400; }

.mobile-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: black;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-out; }

.menu-on .mobile-overlay {
  visibility: visible;
  opacity: 0.5;
  z-index: 101; }

.menu-on #mobile-navigation {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0); }

.menu-off #mobile-navigation {
  visibility: hidden;
  opacity: 0; }

#mobile-navigation {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  background-color: #E44746;
  z-index: 102;
  color: white;
  padding: 17px 20px 10px;
  font-weight: bold;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translate3d(305px, 0, 0);
  transition: translate 0.2s ease-out;
  box-shadow: 0 0 10px #000;
  visibility: hidden;
  opacity: 0; }
  #mobile-navigation #mobile-nav ul {
    margin: 15px 0 10px; }
    #mobile-navigation #mobile-nav ul li {
      border-bottom: 1px solid #EC4C51; }
      #mobile-navigation #mobile-nav ul li a {
        color: inherit;
        text-decoration: none;
        font-weight: inherit;
        font-size: inherit;
        display: block;
        padding: 7px 0; }
  #mobile-navigation #searchform {
    padding: 7px 0 0; }
    #mobile-navigation #searchform input[type=text],
    #mobile-navigation #searchform input[type=search] {
      box-sizing: border-box;
      background-color: #ffffff;
      color: #E44746;
      border-radius: 3px; }
    #mobile-navigation #searchform input[placeholder]::-webkit-input-placeholder {
      color: #E44746; }
    #mobile-navigation #searchform input[placeholder]:-moz-placeholder {
      color: #E44746; }
    #mobile-navigation #searchform input[placeholder]::-moz-placeholder {
      color: #E44746; }
    #mobile-navigation #searchform input[placeholder]:-ms-input-placeholder {
      color: #E44746; }
  #mobile-navigation .x {
    position: absolute;
    top: 15px;
    right: -5px;
    display: block;
    cursor: pointer; }

.x {
  height: 27px;
  width: 33px;
  display: block;
  position: relative;
  border: 2px solid white;
  background-color: white;
  padding-right: 20px; }
  .x:before, .x:after {
    content: '';
    height: 3px;
    width: 15px;
    display: block;
    background: #E44746;
    border-radius: 1px;
    position: absolute;
    top: 10px;
    left: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); }
  .x:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }

/*********************
NAVIGATION STYLES
*********************/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 0.75em; }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px; }

/* end .nav */
/*********************
FRONT PAGE
*********************/
.top-bar {
  display: none; }

.image-background {
  display: none; }

.section {
  padding: 20px 10px; }
  .section ul {
    list-style-type: none; }

.section-title {
  border-bottom: 1px solid #E44746;
  color: #ffffff;
  margin-bottom: 10px; }
  .section-title h6 {
    background-color: #E44746;
    color: #ffffff;
    padding: 3px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0; }

.top-story .top-story-featured, .roll-featured .featured-figure {
  margin: -10px -10px 0; }

.roll-featured {
  position: relative;
  padding: 10px; }
  .roll-featured.featured-story {
    padding: 0;
    margin: 40px 0 20px; }
    .roll-featured.featured-story .featured-story-featured {
      border: 0; }
      .roll-featured.featured-story .featured-story-featured figcaption {
        bottom: 10px; }
        .roll-featured.featured-story .featured-story-featured figcaption h2 {
          font-size: 1em; }
  .roll-featured.front-top-story {
    padding-bottom: 0; }
    .roll-featured.front-top-story .featured-figure h2 {
      background-color: rgba(255, 255, 255, 0.9); }
  .roll-featured figure {
    position: relative;
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
    margin: -20px -20px 0;
    border-bottom: 4px solid #E44746; }
    .roll-featured figure figcaption {
      position: absolute;
      bottom: -4px;
      padding: 0 20px;
      width: 100%; }
      .roll-featured figure figcaption .h2 {
        background: #ffffff;
        margin: 0;
        padding: 10px;
        color: #323944; }
        .roll-featured figure figcaption .h2 a {
          color: #323944; }
      .roll-featured figure figcaption .h6 {
        background-color: #E44746;
        color: #ffffff;
        display: inline-block;
        padding: 0px 10px;
        margin: 0 0 3px; }

.election-front .roll-featured figure {
  border: none; }
  .election-front .roll-featured figure figcaption {
    bottom: 0; }

.breaking-news {
  width: 100%;
  height: 38px;
  overflow: hidden;
  background: #E44746;
  color: #ffffff; }
  .breaking-news .breaking-title {
    position: absolute;
    width: 50px;
    padding: 0 10px;
    line-height: 38px;
    background: #D12023; }
  .breaking-news .breaking-title:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 15px solid #D12023;
    right: -15px;
    top: 0; }
  .breaking-news .breaking-items {
    margin: 0;
    line-height: 38px;
    padding-left: 75px;
    width: 100%;
    display: block;
    font-size: 0.83em;
    position: relative; }
    .breaking-news .breaking-items .breaking-item {
      position: absolute;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      display: block;
      top: 50px;
      left: 75px;
      right: 0;
      transition: top 0.4s ease-out, opacity 0.2s ease-out;
      opacity: 0; }
      .breaking-news .breaking-items .breaking-item.active {
        display: block;
        top: 0 !important;
        opacity: 1; }
      .breaking-news .breaking-items .breaking-item.next {
        top: -50px;
        opacity: 0; }
      .breaking-news .breaking-items .breaking-item a {
        color: inherit; }

.roll-item {
  margin: 10px 0 30px;
  display: block; }
  .roll-item .roll-comments {
    float: right;
    font-size: 0.83em;
    padding-top: 8px;
    color: #4A4A4A;
    font-family: Verdana, Geneva, sans-serif; }
  .roll-item .roll-title {
    display: block;
    font-weight: bold;
    text-decoration: none; }
    .roll-item .roll-title a {
      color: #353535; }
  .roll-item .roll-entry p {
    margin: 0; }
  .roll-item .roll-entry i {
    font-size: 1.5em;
    line-height: 1em; }
  .roll-item .roll-entry.the-quote {
    margin-top: 20px;
    font-style: italic;
    font-size: 0.91em; }
  .roll-item .roll-entry .the-quote a:hover {
    color: #E44746; }
  .roll-item.quote-item .roll-entry, .roll-item.quote-item .roll-byline {
    color: #808080;
    padding-left: 100px; }
    .roll-item.quote-item .roll-entry a, .roll-item.quote-item .roll-byline a {
      color: inherit; }
  .roll-item .quotee-avatar {
    float: left;
    width: 85px;
    margin: 18px 5px 0 0; }
    .roll-item .quotee-avatar img {
      width: 100%;
      height: auto;
      margin: 0; }
  .roll-item .roll-byline {
    color: #808080;
    margin: 10px 0; }

.star {
  display: none;
  position: absolute;
  z-index: 10;
  font-size: 54px;
  line-height: 1;
  top: -32px;
  left: 50%;
  margin-left: -27px;
  color: #E44746; }

.regions-party .regions-map {
  padding-top: 10px; }
  .regions-party .regions-map .regions .h3 {
    font-weight: bold; }
  .regions-party .regions-map .regions .regions-items {
    margin: 0;
    list-style-type: none; }
  .regions-party .regions-map .map img {
    width: 100%;
    height: auto; }
.regions-party .parties {
  margin: 20px 10px 0; }
  .regions-party .parties .party-select {
    background-color: #ffffff;
    border: 1px solid #808080;
    margin-bottom: 0; }

.roll-quote {
  text-align: center;
  color: #F76B6A; }
  .roll-quote i {
    font-size: 54px;
    display: block; }
  .roll-quote .quote {
    font-size: 1.25em;
    margin-bottom: 20px; }
  .roll-quote .quotee {
    font-size: 0.91em;
    color: #808080; }
    .roll-quote .quotee h6 {
      margin: 0; }

.front-gallery {
  position: relative;
  margin-bottom: 20px; }

.mfp-title {
  font-size: 14px;
  padding: 5px; }

.gallery .gallery-item {
  height: 275px;
  background-size: cover;
  background-position: 50% 50%; }
.gallery .owl-prev, .gallery .owl-next {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  background-color: white;
  text-align: center; }
.gallery .owl-prev {
  left: 0; }
.gallery .owl-next {
  right: 0; }

.election-front .video-roll, .election-front .gallery-roll {
  border: 0;
  padding: 0;
  position: relative; }
  .election-front .video-roll .image-count, .election-front .video-roll .gallery-entry, .election-front .gallery-roll .image-count, .election-front .gallery-roll .gallery-entry {
    display: none; }
.election-front .media-byline {
  padding: 5px; }

.gallery-roll .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }
  .gallery-roll .overlay i {
    font-size: 54px;
    color: #ffffff;
    opacity: 0.75;
    border: 4px solid;
    width: 100px;
    height: 100px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    line-height: 88px;
    left: 50%;
    position: absolute;
    margin-left: -50px;
    top: 50%;
    margin-top: -50px; }
  .gallery-roll .overlay:hover > i, .gallery-roll .overlay:focus > i {
    color: #E44746;
    transition: 0.5s ease; }
.gallery-roll .media-entry a {
  color: #E44746; }

.poll-section {
  margin-bottom: 30px; }

.mobile .front-poll .answers .width-control {
  display: none; }

.roll-poll {
  margin-bottom: 0;
  padding-bottom: 50px; }
  .roll-poll .weblator-poll-container {
    margin-top: 20px;
    position: relative; }
  .roll-poll .width-control {
    width: 100% !important; }
    .roll-poll .width-control ul {
      position: absolute; }
  .roll-poll .q {
    display: block;
    text-align: center;
    font-size: 44px;
    color: #323944;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold;
    margin-bottom: 10px; }
  .roll-poll .panel {
    border: 0;
    box-shadow: 0 0 0; }
    .roll-poll .panel .panel-body {
      margin: 0;
      padding: 0; }
    .roll-poll .panel .panel-footer {
      padding: 0;
      text-align: center;
      border: 0;
      background: transparent;
      margin-top: 20px; }
  .roll-poll.poll-item {
    min-height: 160px; }
    .roll-poll.poll-item .question {
      padding-top: 30px; }
    .roll-poll.poll-item .poll-smilies {
      display: none; }
  .roll-poll .answers {
    text-align: center;
    margin: 20px 0;
    position: relative; }
    .roll-poll .answers .weblator-view-results,
    .roll-poll .answers .width-cotrol {
      display: none !important; }
    .roll-poll .answers .poll-answer {
      width: 90px;
      text-align: center;
      display: inline-block;
      color: #E44746; }
      .roll-poll .answers .poll-answer label {
        display: block; }
        .roll-poll .answers .poll-answer label input {
          visibility: hidden;
          position: absolute; }
        .roll-poll .answers .poll-answer label input + div {
          padding: 5px; }
        .roll-poll .answers .poll-answer label input:checked + div {
          color: #ffffff;
          background-color: #E44746;
          border-radius: 10px; }
      .roll-poll .answers .poll-answer i {
        font-size: 64px;
        line-height: 1.1em; }
      .roll-poll .answers .poll-answer span {
        font-size: 0.83em;
        display: block;
        text-transform: uppercase; }
    .roll-poll .answers .poll-response {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.9);
      z-index: -1;
      font-size: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transition: opacity 0.2s ease-out;
      -webkit-transition: opacity 0.2s ease-out;
      flex-direction: column; }
      .roll-poll .answers .poll-response.active {
        opacity: 1;
        z-index: 1; }
      .roll-poll .answers .poll-response .answer-test {
        font-size: 0.83em;
        color: #E44746; }

.mini-item {
  margin-bottom: 20px; }
  .mini-item .comment-count {
    position: absolute;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #E44746; }
    .mini-item .comment-count span {
      position: absolute;
      font-size: 14px;
      top: -2px;
      text-align: center;
      width: 40px;
      left: 0; }
  .mini-item .post-entry {
    padding-left: 50px; }
    .mini-item .post-entry .post-title {
      font-size: 0.83em;
      line-height: 1.4em;
      display: block;
      font-weight: bold;
      border-left: 1px solid #dddddd;
      padding-left: 10px; }
    .mini-item .post-entry .post-byline {
      font-size: 0.71em;
      padding-top: 10px;
      padding-left: 10px;
      border-left: 1px solid #dddddd; }

.button-container {
  text-align: center;
  display: block; }
  .button-container .primary-btn.negative {
    background-color: transparent;
    color: #E44746;
    border: 1px solid #E44746; }
    .button-container .primary-btn.negative i {
      font-size: 1.25em;
      line-height: 1em; }
    .button-container .primary-btn.negative:visited, .button-container .primary-btn.negative:link {
      background-color: transparent;
      color: #E44746;
      border: 1px solid #E44746; }
    .button-container .primary-btn.negative:hover {
      background-color: #E44746; }

/*********************
ARCHIVE
*********************/
.sorters {
  display: block;
  text-align: center;
  margin: 40px auto 40px; }
  .sorters a {
    margin: 0;
    color: #ffffff; }
    .sorters a:visited, .sorters a:focus, .sorters a:active {
      color: #ffffff; }

/*********************
ARCHIVE: QUOTES
*********************/
.main-quote {
  margin-top: -100px;
  position: relative; }
  .main-quote p {
    background: white;
    margin: 0;
    padding: 10px;
    color: #323944;
    min-height: 4.5em;
    font-size: 1em;
    line-height: 1.5em; }
    .main-quote p a {
      color: #323944; }
    .main-quote p i {
      font-size: 1.5em;
      line-height: 1em; }
  .main-quote .h6 {
    background-color: #E44746;
    color: #ffffff;
    display: inline-block;
    padding: 0px 10px;
    margin: 0 0 3px; }

/*********************
TEMPLATE: EDUCATION
*********************/
.entry-content .links-items {
  list-style-type: none;
  margin: 20px 0 0; }
  .entry-content .links-items .link-item {
    margin-bottom: 20px; }
    .entry-content .links-items .link-item a span {
      display: block; }
    .entry-content .links-items .link-item a .h6 {
      margin: 0; }
.entry-content #files, .entry-content #links {
  height: auto !important; }
.entry-content .files-items .file-item {
  padding: 16px 10px; }

/*********************
TEMPLATE: GALLERY
*********************/
#galleries {
  margin: 50px 0; }
  #galleries .front-gallery {
    margin-bottom: 50px; }
  #galleries .gallery-roll {
    position: relative;
    margin-bottom: 50px; }
    #galleries .gallery-roll .image-count {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 10; }
      #galleries .gallery-roll .image-count i {
        color: #E44746;
        padding-right: 5px; }
  #galleries .gallery-entry {
    border-bottom: 1px solid #F76B6A;
    display: block;
    margin-bottom: 20px;
    padding: 5px 5px 10px;
    height: auto; }
    #galleries .gallery-entry .gallery-title {
      display: block;
      font-weight: bold;
      font-size: 1.1em;
      margin: 0 0 5px; }
  #galleries .gallery {
    position: relative; }
    #galleries .gallery .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%; }
      #galleries .gallery .overlay i {
        font-size: 54px;
        color: #ffffff;
        opacity: 0.75;
        border: 4px solid;
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        line-height: 88px;
        left: 50%;
        position: absolute;
        margin-left: -50px;
        top: 50%;
        margin-top: -50px; }
      #galleries .gallery .overlay:hover > i, #galleries .gallery .overlay:focus > i {
        color: #E44746;
        transition: 0.5s ease; }

/*********************
TEMPLATE: VOICES
*********************/
#voices .more-link {
  margin-top: 20px; }

.voices-roll {
  position: relative;
  max-height: 220px;
  margin-bottom: 20px; }
  .voices-roll .voice-source {
    position: absolute;
    left: 0;
    width: 60px;
    bottom: 0;
    top: 0;
    text-align: center;
    font-size: 34px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .voices-roll .voice-source.facebook {
    background-color: #48649E;
    color: white; }
  .voices-roll .voice-source.twitter {
    background-color: #55ACEE;
    color: white; }
  .voices-roll .voice-entry {
    padding: 5px 0 5px 70px; }
    .voices-roll .voice-entry .voice-name {
      font-size: 1em;
      font-weight: bold; }
    .voices-roll .voice-entry .voice-content {
      margin: 10px 0;
      font-size: 0.91em; }
    .voices-roll .voice-entry .voice-byline {
      font-size: 0.83em; }

/*********************
TEMPLATE: MEDIA
*********************/
.video-roll {
  border-bottom: 1px solid #F76B6A;
  margin-bottom: 20px; }
  .video-roll .video {
    height: 275px;
    width: 100%;
    position: relative; }
    .video-roll .video figure {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .video-roll .video .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%; }
      .video-roll .video .overlay i {
        font-size: 54px;
        color: #ffffff;
        opacity: 0.75;
        border: 4px solid;
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        line-height: 88px;
        left: 50%;
        position: absolute;
        margin-left: -50px;
        top: 50%;
        margin-top: -50px; }
      .video-roll .video .overlay:hover > i, .video-roll .video .overlay:focus > i {
        color: #E44746;
        transition: 0.5s ease; }
  .video-roll .media-byline {
    margin: 5px 10px; }

.audio-roll {
  border-bottom: 1px solid #F76B6A;
  margin-bottom: 20px;
  padding-bottom: 10px; }
  .audio-roll .audio-title {
    font-weight: bold; }
  .audio-roll .audio-entry {
    font-size: 0.91em;
    margin: 5px 0 20px; }
  .audio-roll .audio {
    margin-bottom: 10px; }
  .audio-roll audio {
    width: 100%; }

/*********************
SINGLE: REGION
*********************/
.region-townships .townships-items {
  margin-left: 0; }
  .region-townships .townships-items .township-item {
    list-style-type: disc;
    width: 33%;
    float: left;
    list-style-position: inside;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.91em; }

.roll-list-container .roll-list {
  margin: 0 0 20px;
  list-style-type: none; }
  .roll-list-container .roll-list li {
    font-size: 0.91em;
    padding: 5px;
    position: relative; }
    .roll-list-container .roll-list li a {
      color: inherit; }
    .roll-list-container .roll-list li i.right {
      font-size: 0.72em;
      position: absolute;
      right: 5px;
      line-height: 25px;
      top: 5px; }
    .roll-list-container .roll-list li i.left {
      margin-right: 5px; }
    .roll-list-container .roll-list li span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      padding-right: 20px;
      line-height: 25px; }
    .roll-list-container .roll-list li:nth-child(even) {
      background-color: #F5F5F5; }
    .roll-list-container .roll-list li:nth-child(odd) {
      background-color: #ffffff; }

.region-parties .parties-items {
  margin: 0;
  list-style-type: none; }
  .region-parties .parties-items li {
    font-size: 0.91em;
    padding: 5px;
    position: relative; }
    .region-parties .parties-items li a {
      color: inherit; }
    .region-parties .parties-items li i {
      font-size: 0.72em;
      position: absolute;
      right: 5px;
      line-height: 25px;
      top: 5px; }
    .region-parties .parties-items li span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      padding-right: 20px;
      line-height: 25px; }

/*********************
SINGLE: PARTY
*********************/
.logo-flag .flexed {
  display: flex;
  display: -webkit-flex;
  height: 130px;
  text-align: center;
  padding: 15px 0;
  justify-content: center;
  -webkit-justify-content: center; }
  .logo-flag .flexed img {
    height: 100%;
    width: auto;
    padding: 0 5px; }

.party-information dl {
  font-size: 0.91em;
  padding: 10px; }
  .party-information dl dt {
    width: 135px;
    position: absolute;
    font-weight: bold; }
    .party-information dl dt dfn {
      font-style: normal; }
  .party-information dl dd {
    padding-left: 140px;
    margin-bottom: 10px;
    padding-top: 3px; }
.party-information .slogan {
  margin: 20px 0; }
  .party-information .slogan::after, .party-information .slogan::before {
    content: "";
    background-color: #e1e1e1;
    height: 1px;
    width: 100px;
    display: block;
    margin: 0 auto; }
  .party-information .slogan span {
    color: black;
    text-align: center;
    padding: 10px;
    margin: 10px 0;
    display: block;
    font-size: 1.5em;
    font-style: italic;
    font-family: georgia; }

.party-candidates .candidates-items {
  list-style-type: none;
  margin: 0; }
  .party-candidates .candidates-items .candidate-item {
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(247, 107, 106, 0.4);
    min-height: 110px; }
    .party-candidates .candidates-items .candidate-item img {
      position: absolute;
      width: 85px;
      height: auto;
      background-color: #e1e1e1; }
    .party-candidates .candidates-items .candidate-item .candidate-details {
      padding-left: 95px;
      font-size: 0.83em; }
      .party-candidates .candidates-items .candidate-item .candidate-details p {
        margin: 0; }
      .party-candidates .candidates-items .candidate-item .candidate-details .candidate-name {
        font-weight: bold;
        margin-bottom: 10px;
        display: block; }
.party-candidates .minor-candidates-items {
  list-style-type: none;
  margin: 20px 0 0; }
  .party-candidates .minor-candidates-items li {
    font-size: 0.91em;
    padding: 5px;
    position: relative; }
    .party-candidates .minor-candidates-items li i {
      font-size: 0.72em;
      position: absolute;
      right: 5px;
      line-height: 25px;
      top: 5px; }
    .party-candidates .minor-candidates-items li span {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      padding-right: 20px;
      line-height: 25px; }
    .party-candidates .minor-candidates-items li:nth-child(even) {
      background-color: #F5F5F5; }
    .party-candidates .minor-candidates-items li:nth-child(odd) {
      background-color: #ffffff; }

/*********************
ARCHIVE: PARTIES
*********************/
#major-parties {
  margin-top: 30px; }
  #major-parties .major-party-item {
    margin: 10px 0;
    border-bottom: 1px solid rgba(247, 107, 106, 0.4);
    padding: 10px 0; }
    #major-parties .major-party-item:last-of-type {
      border-bottom: 0; }
    #major-parties .major-party-item p {
      margin: 0; }
    #major-parties .major-party-item .major-party-title {
      font-weight: bold;
      margin-bottom: 5px; }
    #major-parties .major-party-item .major-party-entry {
      font-size: 0.91em; }
    #major-parties .major-party-item img {
      width: 85px;
      height: auto;
      float: left;
      background-color: #e1e1e1;
      margin: 5px 10px 5px 0; }

#minor-parties {
  margin-top: 30px;
  margin-bottom: 30px; }
  #minor-parties .minor-parties-items {
    list-style-type: none;
    margin: 0; }
    #minor-parties .minor-parties-items li {
      font-size: 0.91em;
      padding: 5px;
      position: relative; }
      #minor-parties .minor-parties-items li i {
        font-size: 0.72em;
        position: absolute;
        right: 5px;
        line-height: 25px;
        top: 5px; }
      #minor-parties .minor-parties-items li span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding-right: 20px;
        line-height: 25px; }
      #minor-parties .minor-parties-items li:nth-child(even) {
        background-color: #F5F5F5; }
      #minor-parties .minor-parties-items li:nth-child(odd) {
        background-color: #ffffff; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  padding-top: 54px; }

.featured-credit {
  margin: 15px 0; }
  .featured-credit .credit-title {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    border-top: 1px solid whitesmoke;
    padding: 5px 0 0; }
  .featured-credit .credit-caption {
    font-size: 11px; }

.single-featured {
  height: 360px;
  margin: -10px -10px 0;
  background-position: 50% 50%;
  background-size: cover;
  position: relative;
  border-bottom: 4px solid #E44746; }
  .single-featured figcaption {
    position: absolute;
    bottom: -4px;
    margin: 0 20px; }
    .single-featured figcaption .single-title {
      background: #ffffff;
      color: #323944;
      margin: 0;
      padding: 10px;
      font-weight: 700;
      font-size: 1.5em;
      line-height: 1.8em; }
    .single-featured figcaption .single-category {
      background-color: #E44746;
      color: #ffffff;
      display: inline-block;
      padding: 0px 10px;
      margin: 0 0 3px; }
      .single-featured figcaption .single-category a {
        color: inherit; }

.hentry {
  background-color: #ffffff; }
  .hentry header {
    padding: 10px; }
  .hentry footer {
    padding: 20px;
    text-align: center; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post subtitle */
.subtitle {
  color: #808080;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.8em; }

/* post meta */
.byline {
  color: #808080;
  margin: 0; }
  .byline .comments {
    float: right; }

/* post tags */
.tags {
  color: #E44746; }
  .tags i {
    font-size: 28px;
    display: block; }
  .tags a {
    color: #E44746; }

/* post nav */
.post-nav {
  margin: 30px 0 10px; }

/* Gallery */
.single-gallery {
  margin: 30px -10px;
  position: relative; }
  .single-gallery .overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%; }
    .single-gallery .overlay i {
      font-size: 54px;
      color: #ffffff;
      opacity: 0.75;
      border: 4px solid;
      width: 100px;
      height: 100px;
      display: inline-block;
      text-align: center;
      border-radius: 50px;
      line-height: 88px;
      left: 50%;
      position: absolute;
      margin-left: -50px;
      top: 50%;
      margin-top: -50px; }
    .single-gallery .overlay:hover > i, .single-gallery .overlay:focus > i {
      color: #E44746;
      transition: 0.5s ease; }
  .single-gallery .gallery-item {
    margin: 0;
    position: relative; }
  .single-gallery .byline {
    font-size: 0.83em;
    margin: 0 10px;
    padding: 10px 0;
    color: brighten(#4A4A4A, 10%);
    border-bottom: 1px solid #dddddd; }
  .single-gallery .description {
    margin: 0 10px;
    padding: 10px 0;
    font-size: 0.91em;
    color: brighten(#4A4A4A, 5%); }

/* entry content */
.entry-content {
  padding: 10px 10px 0; }
  .entry-content .section {
    padding: 0 0 30px; }
  .entry-content p {
    margin: 0 0 1.8em; }
  .entry-content ul, .entry-content ol {
    margin-left: 30px;
    list-style-type: auto; }
  .entry-content ul {
    list-style-type: disc; }
  .entry-content ol {
    list-style-type: decimal; }
  .entry-content table {
    width: 100%;
    border: 1px solid #808080;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #808080; }
    .entry-content tr:nth-child(even) {
      background-color: #dddddd; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #808080; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #dddddd;
    border-bottom: 1px solid #808080;
    border-right: 1px solid #808080; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0;
    color: #F76B6A;
    font-size: 1.15em; }
    .entry-content blockquote p:before {
      content: "\e00c";
      font-family: Irrawaddy;
      font-size: 50px;
      line-height: 1em;
      padding-right: 10px; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #dddddd;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  margin-bottom: 1.5em;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.loader {
  display: inline; }
  .loader div {
    background-color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    background: transparent !important;
    display: inline-block;
    -webkit-animation: rotate 0.75s 0s linear infinite;
    animation: rotate 0.75s 0s linear infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
#infscr-loading {
  background-color: #E44746;
  color: white;
  padding: 10px;
  text-align: center;
  opacity: 0.6;
  clear: both; }
  #infscr-loading img {
    display: none; }

.more-link,
#infc {
  text-align: center;
  display: block;
  margin: 0 0 20px; }
  .more-link a,
  #infc a {
    color: inherit; }
    .more-link a i,
    #infc a i {
      display: block;
      line-height: 1;
      margin-top: 5px; }

.ajax-message {
  display: none;
  text-align: center;
  background-color: #E44746;
  color: white;
  padding: 5px;
  margin: 10px 0; }
  .ajax-message.active {
    display: block; }

.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  display: none;
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: #ffffff;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #808080; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: #ffffff; }
  .pagination .current {
    cursor: default;
    color: #4A4A4A; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: #ffffff;
      color: #4A4A4A; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  margin: 20px 20px 0;
  /* number of comments span */ }

.comment-notes {
  font-size: 0.81em; }

.commentlist {
  margin: 20px;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #dddddd;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
    .comment .comment-author i {
      position: absolute;
      left: 20px;
      font-size: 54px;
      top: 10px;
      color: #E44746; }
  .comment .vcard {
    margin-left: 60px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: #ffffff; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 0.91em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
  background: #E44746; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px 0 0;
  text-decoration: none;
  font-size: 0.9em; }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 20px; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #4A4A4A; }

.comment-form-email,
.comment-form-author,
.comment-form-comment {
  margin: 0.75em 0 0.75em; }

.comment-form-comment {
  clear: both; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #dddddd;
  font-size: 0.9em; }

#commentform textarea, #commentform input[type=text] {
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0; }
#commentform textarea {
  padding-top: 5px; }

.comments-notes {
  font-size: 0.83em; }

/* comment submit button */
#submit {
  background: #E44746;
  font-size: 1em;
  width: 100%; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-color: #ffffff;
  color: #808080;
  border-top: 4px solid #D12023;
  position: fixed;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: bottom 0.2m ease-out;
  -webkit-transition: bottom 0.2m ease-out; }

.footer-invisible .footer {
  bottom: -200px; }

.footer-fluid .footer {
  position: relative;
  bottom: auto;
  left: 0; }

#footer-social {
  display: block;
  text-align: center;
  font-size: 28px;
  margin: 0 auto;
  padding: 10px 0; }
  #footer-social a {
    color: #F76B6A; }
  #footer-social .social-text {
    color: #F76B6A;
    font-size: 12px;
    text-align: center; }

.footer-copy {
  font-size: 12px;
  padding: 0 30px;
  text-align: center;
  height: 60px; }
  .footer-copy .designed-by {
    margin-top: 5px;
    display: block; }

/* end .footer-links */
/*********************
JETPACK FIX
*********************/
#wpstats {
  display: none !important; }

/*********************
	BURMESE OVERIDES
*********************/
.pixel-election a:hover {
  font-size: inherit !important;
  line-height: inherit !important; }
.pixel-election .desktop-title {
  font-family: Verdana, Geneva, sans-serif !important; }
.pixel-election .widget-social a:hover {
  font-size: 2em !important; }
.pixel-election .header #desktop-nav .nav li a:hover {
  font-size: 0.91em !important; }
.pixel-election .top-bar .social a:hover {
  font-size: 1.15em !important; }
.pixel-election .footer-main #desktop-footer-nav .menu-item a:hover {
  font-size: 0.91em !important; }
.pixel-election #submit:hover,
.pixel-election .blue-btn:hover,
.pixel-election .comment-reply-link:hover,
.pixel-election #submit:hover,
.pixel-election .comment-reply-link:hover,
.pixel-election .primary-btn:hover {
  font-size: 0.9em !important;
  line-height: 34px !important; }
.pixel-election .roll-top figcaption a:hover,
.pixel-election .roll-top figcaption a:hover {
  font-size: inherit !important;
  line-height: inherit !important; }

/*********************
RESULTS PAGE
*********************/
.results-page .tabs select {
  background-color: #e75d5c;
  color: #ffffff; }
.results-page .tabs .results-grid {
  width: 100%; }
  .results-page .tabs .results-grid tr {
    padding: 3px 0; }
  .results-page .tabs .results-grid tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.03); }
  .results-page .tabs .results-grid th {
    color: #808080;
    border-bottom: 1px solid #dddddd; }
  .results-page .tabs .results-grid th,
  .results-page .tabs .results-grid td {
    padding: 5px; }
  .results-page .tabs .results-grid .circle {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .results-page .tabs .results-grid .code {
    text-align: left; }
  .results-page .tabs .results-grid .numbers {
    text-align: center; }
.results-page .region-note {
  margin-top: 2.5em; }

@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name: Irrawaddy Election Site
  Author: Pixel on Pixel - www.pixelonpixel.net
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /* end .footer-links */ }
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name: Irrawaddy Election Site
  Author: Pixel on Pixel - www.pixelonpixel.net
  Stylesheet: Desktop Stylesheet (bigger than iPad)
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    padding: 0; }

  #container {
    box-shadow: 0 0 0; }

  .wrap {
    width: 100vw;
    position: relative;
    margin: 0 auto; }

  .abs-wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -520px; }

  .container {
    position: relative; }

  /*********************
  HEADER STYLES
  *********************/
  .submenu-on .header #submenu-bar {
    opacity: 1;
    visibility: visible; }

  #mobile-navigation {
    display: none; }

  .mobile-overly {
    display: none; }

  .header {
    position: relative;
    z-index: 100;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    padding: 0;
    transition: none;
    -webkit-transition: none; }
    .header.is-sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
    .header.active {
      background: #E44746; }
    .header #submenu-bar {
      position: absolute;
      background-color: #F76B6A;
      left: 0;
      top: 60px;
      width: 100%;
      height: 60px;
      opacity: 0;
      visibility: hidden;
      transtion: opacity 0.15s ease-out; }
    .header #inner-header {
      height: 60px;
      background-color: #ffffff;
      padding: 0 20px; }
    .header .toggle-menu {
      display: inline-block; }
    .header #logo {
      position: absolute;
      line-height: 60px; }
      .header #logo svg {
        width: 200px; }
    .header .subtitle {
      display: none; }
    .header #desktop-nav {
      display: none;
      margin-left: 230px;
      position: relative; }
      .header #desktop-nav .nav li {
        padding: 0;
        margin: 0 10px;
        position: static;
        float: left; }
        .header #desktop-nav .nav li a {
          color: #323944;
          text-transform: uppercase;
          font-size: 0.91em;
          padding: 0; }
        .header #desktop-nav .nav li .sub-menu {
          margin-top: 0;
          position: absolute;
          visibility: hidden;
          opacity: 0;
          z-index: 8999;
          left: 0;
          right: 0;
          transition: opacity 0.25s ease-out; }
          .header #desktop-nav .nav li .sub-menu .menu-item a {
            color: #ffffff; }
        .header #desktop-nav .nav li.menu-item-has-children:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 18px solid transparent;
          border-right: 18px solid transparent;
          border-bottom: 13px solid #F76B6A;
          bottom: 0;
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.15s ease-out; }
        .header #desktop-nav .nav li.menu-item-has-children.hover:after {
          opacity: 1;
          visibility: visible; }
        .header #desktop-nav .nav li.menu-item-has-children.hover .sub-menu {
          opacity: 1;
          visibility: visible; }

  .search-bar {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #E44746; }
    .search-bar.active {
      left: 0; }
      .search-bar.active #search {
        display: block;
        padding-top: 15px;
        padding-right: 100px; }
        .search-bar.active #search fieldset {
          border: 0; }
        .search-bar.active #search input[type=search] {
          box-shadow: 0 0 0;
          text-shadow: 0 0 0;
          width: 100%;
          background: none;
          background-color: transparent;
          border-bottom: 1px solid #F76B6A;
          border-radius: 0;
          font-size: 1.5em;
          line-height: 1em;
          height: 40px;
          padding: 5px 10px;
          margin: -15px 0 0;
          color: #ffffff;
          max-width: 100%; }
        .search-bar.active #search input[placeholder]::-webkit-input-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[placeholder]:-moz-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[placeholder]::-moz-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[placeholder]:-ms-input-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[type=image] {
          display: none; }
      .search-bar.active .toggle-search .on {
        display: none; }
      .search-bar.active .toggle-search .off {
        display: block; }
    .search-bar .toggle-search {
      color: #E44746;
      display: block;
      position: absolute;
      right: 0; }
      .search-bar .toggle-search:hover {
        color: #F76B6A; }
        .search-bar .toggle-search:hover .off {
          color: #ffffff; }
      .search-bar .toggle-search i {
        font-size: 2em; }
      .search-bar .toggle-search .on {
        display: block;
        position: absolute;
        right: 20px; }
      .search-bar .toggle-search .off {
        display: none;
        position: absolute;
        right: 20px;
        color: #f2f2f2; }
    .search-bar #search {
      display: none; }

/* NEWSITE */
.search-bar .screen-reader-text { display: none; }
.search-bar .search-submit { display: none; }


  .main-panel {
    padding: 20px;
    background-color: #ffffff; }

  /*********************
  FRONT PAGE
  *********************/
  #desktop-front-main {
    border-top: 4px solid #E44746;
    margin-top: -20px; }

  .page .election-front #desktop-front-main {
    border-top: none; }

  .image-background {
    display: block;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98.05vh;
    z-index: -1;
    opacity: 1;
    overflow: hidden;
    border-bottom: 4px solid #E44746; }

  .page-template-page-front .image-background {
    height: calc(100vh+80px); }

  .image-background .inner {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vh;
    left: -1vw;
    width: 102vw;
    height: 110vh;
    -webkit-filter: blur(8px);
    transtion: opacity 0.5s ease-out; }
    .image-background .inner.active {
      opacity: 0.9; }
    .image-background .inner.inactive {
      opacity: 0; }

  .image-background::before {
    width: 100vw;
    position: absolute;
    left: 50%;
    margin-left: -520px;
    height: 100%;
    z-index: 100;
    content: "";
    opacity: 1;
    box-shadow: 0 0 20px #000; }

  .image-background::after {
    background-color: #ffffff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAU0lEQVQIHQXBwRGDIBAAwO2/AMcCDHAcPjIRxjJ8Je1kl1uqUgphsWu6w0sIG6npLpcUBql4e/wsVRKabrkNTacIYbMrwsF06rqUhsnXVKVT+Hj+Ue4rPSONk4kAAAAASUVORK5CYII=);
    width: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    opacity: 0.6;
    position: absolute; }

  .top-bar {
    background-color: #E44746;
    display: block; }
    .top-bar .breaking-news.desktop {
      display: block;
      height: 46px; }
      .top-bar .breaking-news.desktop .breaking-title {
        width: 480px;
        line-height: 46px;
        margin-left: -400px;
        padding-left: 420px; }
      .top-bar .breaking-news.desktop .breaking-title:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 15px solid #D12023;
        right: -15px;
        top: 0; }
      .top-bar .breaking-news.desktop .breaking-items .breaking-item {
        left: 110px;
        right: 150px;
        line-height: 46px; }
    .top-bar .social {
      position: absolute;
      top: 0;
      line-height: 46px;
      right: 20px;
      color: #ffffff; }
      .top-bar .social span {
        text-transform: uppercase;
        font-size: 0.83em;
        margin-right: 5px; }
      .top-bar .social a {
        color: #ffffff;
        font-size: 1.15em;
        margin: 0 1px; }

  .section {
    padding: 20px 10px; }
    .section ul {
      list-style-type: none;
      margin: 0; }

  .section-title {
    border-bottom: 1px solid #E44746;
    color: #ffffff;
    margin-bottom: 10px; }
    .section-title h6 {
      background-color: #E44746;
      color: #ffffff;
      padding: 3px 10px;
      text-transform: uppercase;
      display: inline-block;
      margin: 0; }

  .top-story-featured {
    max-height: 585px; }

  .top-story-slider .owl-stage-outer .owl-item {
    padding-bottom: 20px; }
  .top-story-slider .front-top-story.roll-featured figure {
    height: 450px;
    margin: -10px -10px 0;
    padding-bottom: 20px; }
    .top-story-slider .front-top-story.roll-featured figure figcaption {
      width: 100%;
      padding: 0 50px;
      bottom: 0px; }
      .top-story-slider .front-top-story.roll-featured figure figcaption .h2 {
        font-size: 1.5em;
        width: 500px;
        padding: 20px; }
        .top-story-slider .front-top-story.roll-featured figure figcaption .h2 a {
          color: #323944; }
      .top-story-slider .front-top-story.roll-featured figure figcaption .subtitle {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0 20px 20px;
        color: #323944;
        font-size: 0.91em;
        width: 500px;
        font-weight: normal; }
      .top-story-slider .front-top-story.roll-featured figure figcaption .control-bar {
        background: #E44746;
        line-height: 40px;
        padding: 0 20px;
        position: relative;
        margin-bottom: -20px; }
        .top-story-slider .front-top-story.roll-featured figure figcaption .control-bar .byline {
          font-size: 0.91em;
          color: #ffffff; }
  .top-story-slider .owl-controls {
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0; }
    .top-story-slider .owl-controls .owl-nav {
      float: right;
      color: #ffffff; }
      .top-story-slider .owl-controls .owl-nav .owl-prev, .top-story-slider .owl-controls .owl-nav .owl-next {
        display: inline-block;
        margin: 0 3px; }
  .top-story-slider .owl-dots {
    display: table;
    height: 40px;
    margin: 0 auto; }
    .top-story-slider .owl-dots .owl-dot {
      display: table-cell;
      vertical-align: middle;
      padding: 0 2px; }
    .top-story-slider .owl-dots .owl-dot span {
      background-color: #D12023;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      display: block; }
    .top-story-slider .owl-dots .owl-dot.active span {
      background-color: #D12023;
      opacity: 0.5; }

  .desktop-title {
    font-size: 3em;
    text-transform: uppercase;
    padding: 50px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold; }
    .desktop-title .burma {
      color: #353535; }
    .desktop-title .election {
      color: #E44746; }

  .breaking-news {
    display: none; }

  .roll-item {
    margin: 10px 0 10px;
    display: block;
    height: 300px; }
    .roll-item.video-roll, .roll-item.gallery-roll, .roll-item.audio-roll {
      height: auto; }
    .roll-item.grid {
      overflow: hidden; }
    .roll-item.odd {
      padding-right: 10px; }
    .roll-item.even {
      padding-left: 10px;
      padding-right: 0; }
    .roll-item.quote-item {
      height: 330px; }
      .roll-item.quote-item .roll-entry, .roll-item.quote-item .roll-byline {
        padding-left: 100px; }
    .roll-item .roll-comments {
      float: right;
      font-size: 0.83em;
      padding-top: 8px;
      color: #4A4A4A;
      font-family: Verdana, Geneva, sans-serif; }
    .roll-item .roll-title {
      display: block;
      font-weight: bold;
      text-decoration: none; }
      .roll-item .roll-title a {
        color: #353535; }
    .roll-item .roll-entry p {
      margin: 0; }
    .roll-item .roll-entry i {
      font-size: 1.5em;
      line-height: 1em; }
    .roll-item .roll-entry.the-quote {
      margin-top: 20px;
      font-style: italic;
      font-size: 0.91em; }
    .roll-item .quotee-avatar {
      position: absolute;
      margin-top: 10px; }
      .roll-item .quotee-avatar img {
        width: 85px;
        height: auto;
        margin: 0; }
    .roll-item .roll-byline {
      margin: 10px 0; }

  .roll-featured {
    position: relative;
    padding: 10px; }
    .roll-featured.featured-story {
      padding: 10px;
      margin: 0; }
    .roll-featured figure {
      border-bottom: 0; }
    .roll-featured .featured-figure {
      height: 250px;
      margin: -10px; }
      .roll-featured .featured-figure figcaption {
        width: 100%;
        padding: 0 20px;
        bottom: 10px;
        z-index: 99; }
        .roll-featured .featured-figure figcaption .h2 {
          font-size: 1em; }
          .roll-featured .featured-figure figcaption .h2 a {
            color: #323944; }
        .roll-featured .featured-figure figcaption .subtitle {
          background-color: rgba(255, 255, 255, 0.8);
          padding: 20px;
          color: #323944;
          width: 500px; }
        .roll-featured .featured-figure figcaption .control-bar {
          background: #353535;
          line-height: 40px;
          padding: 0 20px; }
          .roll-featured .featured-figure figcaption .control-bar .byline {
            font-size: 0.91em;
            color: #ffffff; }

  .page .election-front .desktop-featured-story {
    margin: 0 -20px 20px;
    box-shadow: 0px 0px 18px 1px #ececec; }

  .desktop-featured-story {
    margin: 0 -20px 20px; }
    .desktop-featured-story .featured-story-entry .inner {
      padding: 30px 20px 0px 30px; }
    .desktop-featured-story .featured-story-entry .entry-subtitle {
      font-size: 0.95em;
      font-weight: bold; }
      .desktop-featured-story .featured-story-entry .entry-subtitle p {
        font-weight: normal; }
    .desktop-featured-story .featured-story-entry a {
      color: #E44746;
      margin: 10px 0;
      float: right; }

  .star {
    position: absolute;
    z-index: 10;
    font-size: 54px;
    line-height: 1;
    top: 50%;
    right: -27px;
    color: #E44746;
    margin-top: -32px;
    left: auto;
    display: none; }

  .section.roll-quote, .roll-quote {
    padding: 50px 15%; }

  .desktop-media {
    margin: 0 -20px 50px; }
    .desktop-media .gallery-roll.odd {
      padding: 0; }

  .front-gallery {
    position: relative;
    margin-bottom: 20px;
    padding: 0; }
    .front-gallery .media-byline {
      margin: 5px 10px; }

  .gallery {
    position: relative; }
    .gallery .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(50, 57, 68, 0.2);
      height: 100%;
      width: 100%; }
      .gallery .overlay i {
        font-size: 54px;
        color: #ffffff;
        opacity: 0.75;
        border: 4px solid;
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        line-height: 88px;
        left: 50%;
        position: absolute;
        margin-left: -50px;
        top: 50%;
        margin-top: -50px; }
      .gallery .overlay:hover > i, .gallery .overlay:focus > i {
        color: #E44746;
        transition: 0.5s ease; }
    .gallery .gallery-item {
      height: 275px;
      background-size: cover;
      background-position: 50% 50%; }
    .gallery .owl-prev, .gallery .owl-next {
      position: absolute;
      top: 50%;
      width: 20px;
      height: 40px;
      line-height: 40px;
      margin-top: -20px;
      background-color: white;
      text-align: center; }
    .gallery .owl-prev {
      left: 0; }
    .gallery .owl-next {
      right: 0; }

  .front-video .video {
    height: 275px;
    width: 100%;
    position: relative; }
    .front-video .video figure {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .front-video .video .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%; }
      .front-video .video .overlay i {
        font-size: 54px;
        color: #ffffff;
        opacity: 0.75;
        border: 4px solid;
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        line-height: 88px;
        left: 50%;
        position: absolute;
        margin-left: -50px;
        top: 50%;
        margin-top: -50px; }
      .front-video .video .overlay:hover > i, .front-video .video .overlay:focus > i {
        color: #E44746;
        transition: 0.5s ease; }
  .front-video .media-byline {
    margin: 5px 10px; }

  .page .election-front .video-roll, .page .election-front .gallery-roll {
    border: 0;
    padding: 0;
    position: relative; }
    .page .election-front .video-roll .image-count, .page .election-front .video-roll .gallery-entry, .page .election-front .gallery-roll .image-count, .page .election-front .gallery-roll .gallery-entry {
      display: none; }
  .page .election-front .media-byline {
    padding: 5px; }

  .roll-poll {
    margin-bottom: 0;
    position: relative; }
    .roll-poll .weblator-poll-container {
      margin-top: 20px; }
      .roll-poll .weblator-poll-container .width-control ul {
        position: absolute;
        left: 20px; }
    .roll-poll .poll-results {
      position: relative; }
    .roll-poll .a, .roll-poll .q {
      position: absolute;
      display: block;
      text-align: center;
      font-size: 44px;
      color: #323944;
      font-family: Verdana, Geneva, sans-serif;
      font-weight: bold;
      margin-bottom: 10px; }
    .roll-poll .question {
      padding-left: 60px;
      display: block;
      padding-top: 30px;
      margin-bottom: 30px;
      text-align: left; }
    .roll-poll.poll-item {
      min-height: 160px; }
      .roll-poll.poll-item .question {
        padding-top: 30px; }
      .roll-poll.poll-item .poll-smilies {
        display: block;
        color: #E44746;
        text-align: center;
        border-right: 1px solid #F76B6A; }
        .roll-poll.poll-item .poll-smilies span, .roll-poll.poll-item .poll-smilies i {
          display: block; }
        .roll-poll.poll-item .poll-smilies i {
          font-size: 58px;
          line-height: 1em;
          margin-bottom: 10px; }
        .roll-poll.poll-item .poll-smilies span {
          text-transform: uppercase;
          font-size: 1em; }
    .roll-poll .answers {
      text-align: center;
      margin: 0 0;
      position: relative; }
      .roll-poll .answers .weblator-hide-poll,
      .roll-poll .answers .width-control {
        display: none !important; }
      .roll-poll .answers .poll-answer {
        width: 90px;
        text-align: center;
        display: inline-block;
        color: #E44746; }
        .roll-poll .answers .poll-answer i {
          font-size: 64px;
          line-height: 1.1em; }
        .roll-poll .answers .poll-answer span {
          font-size: 0.83em;
          display: block;
          text-transform: uppercase; }
      .roll-poll .answers .poll-response {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: -1;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.2s ease-out;
        -webkit-transition: opacity 0.2s ease-out;
        flex-direction: column; }
        .roll-poll .answers .poll-response.active {
          opacity: 1;
          z-index: 1; }
        .roll-poll .answers .poll-response .answer-test {
          font-size: 0.83em;
          color: #E44746; }
    .roll-poll .button-container {
      text-align: center; }
      .roll-poll .button-container a {
        background-color: transparent;
        color: #E44746;
        border: 1px solid #E44746; }
        .roll-poll .button-container a i {
          font-size: 1.25em;
          line-height: 1em; }

  /*********************
  TEMPLATE: MEDIA
  *********************/
  #galleries {
    margin-top: 0; }
    #galleries .gallery-roll {
      margin-bottom: auto; }
      #galleries .gallery-roll .star {
        display: none; }
      #galleries .gallery-roll .gallery-byline {
        padding: 5px 5px 10px; }
        #galleries .gallery-roll .gallery-byline .image-count {
          float: right;
          position: relative;
          right: auto;
          top: auto; }
          #galleries .gallery-roll .gallery-byline .image-count i {
            color: #E44746;
            padding-right: 5px; }
      #galleries .gallery-roll .gallery-entry {
        display: block;
        border-bottom: 1px solid #F76B6A;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 5px;
        height: 240px; }
    #galleries .top-gallery .gallery .gallery-item {
      height: 450px; }
    #galleries .top-gallery .gallery-byline {
      padding: 5px 5px 10px;
      margin-bottom: 20px;
      border: 0; }
      #galleries .top-gallery .gallery-byline .image-count {
        float: right;
        position: relative;
        right: auto;
        top: auto; }
        #galleries .top-gallery .gallery-byline .image-count i {
          color: #E44746;
          padding-right: 5px; }
    #galleries .top-gallery .gallery-entry {
      border-bottom: 1px solid #F76B6A;
      display: block;
      margin-bottom: 20px;
      padding: 5px 5px 10px;
      height: auto; }

  /*********************
  TEMPLATE: MEDIA
  *********************/
  #videos .inner {
    margin-bottom: 50px; }
  #videos .video-roll {
    height: auto;
    border-bottom: 0; }

  #audio .inner {
    margin-bottom: 50px; }
  #audio .audio-roll {
    height: auto;
    border-bottom: 0; }

  /*********************
  MAP STUFF
  *********************/
  .map-tooltip {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: black;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 2px #000; }
    .map-tooltip.active {
      visibility: visible;
      opacity: 1; }
    .map-tooltip .tooltip-entry {
      text-transform: capitalize; }

  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content {
    padding-top: 0px; }

  #main .article-header {
    border-bottom: 4px solid #E44746; }

  .entry {
    padding-top: 10px; }

  .entry-content .section {
    padding: 0 0 50px; }

  .single-post .roll-featured .featured-figure {
    border: 0; }
  .single-post #desktop-front-main {
    border: 0; }
  .single-post .entry-content {
    min-width: 600px;
    margin-left: 35px;
    max-width: 760px; }
  .single-post #comments {
    min-width: 600px;
    margin-left: 35px;
    max-width: 760px;
    clear: both; }
  .single-post .entry-meta,
  .single-post .subtitle {
    padding: 0 25% 0 45px;
    font-size: 1em;
    line-height: 1.8em; }
  .single-post .entry-meta {
    position: relative; }
    .single-post .entry-meta .shares {
      position: absolute;
      right: 20px;
      top: 0; }
      .single-post .entry-meta .shares .share {
        margin: 0 5px;
        color: #E44746;
        font-size: 2em; }
  .single-post hr {
    margin: 20px 25% 20px 45px; }
  .single-post .single-gallery {
    margin: 50px 0; }
  .single-post .gallery .gallery-item {
    height: 475px; }
  .single-post .star {
    left: 50%;
    top: 0;
    right: auto;
    margin-left: -27px; }
  .single-post .widget-most-commented {
    width: 25%;
    position: absolute;
    right: 15px; }
    .single-post .widget-most-commented ul {
      list-style-type: none;
      margin: 0; }

  .single-featured {
    height: 450px;
    margin: -10px -10px 0;
    background-position: 50% 50%;
    background-size: cover;
    position: relative; }
    .single-featured figcaption {
      position: absolute;
      width: 840px; }
      .single-featured figcaption .single-title {
        font-size: 2.5em;
        padding: 20px; }

  .top-post-meta {
    margin: 20px; }
    .top-post-meta .subtitle {
      color: #808080;
      font-size: 1.75em;
      font-weight: bold; }

  .post.roll-featured figcaption {
    width: 100%;
    padding: 0 25% 0 20px;
    bottom: 0; }
    .post.roll-featured figcaption .h2 {
      font-size: 2.5em;
      padding: 10px 20px; }

  .page .election-front #desktop-front-main {
    margin-top: -20px; }

  .page #desktop-front-main, .single #desktop-front-main {
    margin-top: 0; }
  .page .roll-top figcaption, .single .roll-top figcaption {
    width: 100%;
    padding: 0 25% 0 20px;
    bottom: -10px; }
    .page .roll-top figcaption .h2, .single .roll-top figcaption .h2 {
      font-size: 2.5em;
      padding: 10px 20px; }
  .page .featured-credit, .single .featured-credit {
    margin: 15px 0; }
    .page .featured-credit .credit-title, .single .featured-credit .credit-title {
      display: block;
      font-weight: bold;
      text-transform: uppercase;
      font-size: 10px;
      border-top: 1px solid whitesmoke;
      padding: 5px 0 0; }
    .page .featured-credit .credit-caption, .single .featured-credit .credit-caption {
      font-size: 11px; }

  .page .single-quote {
    width: 66%;
    margin: 50px auto; }

  /*********************
  TEMPLATE: VOICES
  *********************/
  .voices-roll {
    max-height: 220px;
    margin: 0; }
    .voices-roll .voice-source {
      width: 100px;
      line-height: 220px;
      font-size: 44px; }
    .voices-roll .voice-entry {
      padding: 0 0 0 110px; }
      .voices-roll .voice-entry .voice-name {
        font-size: 1.15em;
        font-weight: bold; }
      .voices-roll .voice-entry .voice-content {
        margin: 10px 0;
        font-size: 1em; }
      .voices-roll .voice-entry .voice-byline {
        font-size: 0.91em; }

  /*********************
  SINGLE: PARTY
  *********************/
  .logo-flag .flexed {
    height: 250px; }
    .logo-flag .flexed img {
      padding: 0 20px; }

  .party-map #map .active {
    fill: #F76B6A; }

  .party-candidates .candidates-items {
    margin: 30px 0; }
    .party-candidates .candidates-items .candidate-item {
      margin: 0;
      padding: 10px 0;
      border-bottom: 0; }
      .party-candidates .candidates-items .candidate-item .inner {
        border-bottom: 1px solid rgba(247, 107, 106, 0.4);
        margin: 0 10px;
        padding: 0 0 10px;
        min-height: 100px; }
        .party-candidates .candidates-items .candidate-item .inner.c3, .party-candidates .candidates-items .candidate-item .inner.c4 {
          border-bottom: 0; }

  .minor-candidates {
    margin-top: 30px;
    margin-bottom: 30px; }
    .minor-candidates .minor-candidates-items {
      list-style-type: none;
      margin: 0; }
      .minor-candidates .minor-candidates-items li.dark {
        color: #323944; }
      .minor-candidates .minor-candidates-items li:nth-child(even), .minor-candidates .minor-candidates-items li:nth-child(odd) {
        background-color: transparent; }

  /*********************
  SINGLE: REGION
  *********************/
  .region-map {
    position: relative; }
    .region-map .map {
      padding: 20px 30px; }
      .region-map .map path {
        fill: #fffdf8;
        stroke-width: 5px !important;
        stroke: #E44746;
        transition: 0.5s ease; }
        .region-map .map path:hover, .region-map .map path:focus {
          fill: #F76B6A !important;
          transition: 0.5s ease; }

  /*********************
  ARCHIVE
  *********************/
  .sorters {
    margin: 40px 0 20px; }
    .sorters a {
      margin: 0 20px; }

  .archive .desktop-featured-story, .single .desktop-featured-story {
    margin: 30px 0;
    box-shadow: 0px 0px 18px 1px #ececec; }

  #infc {
    margin: 20px 0 20px; }

  /*********************
  ARCHIVE: QUOTES
  *********************/
  .main-panel .main-quote {
    margin-top: -190px;
    margin-right: -20px; }
    .main-panel .main-quote .the-quote {
      font-size: 1.5em;
      padding: 20px;
      min-height: 4.5em; }
  .main-panel .quote-byline {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1em; }
  .main-panel .quote-section-title {
    margin: 0 10px 30px; }

  /*********************
  ARCHIVE: PARTIES
  *********************/
  .parties .regions .region-overlay {
    position: absolute; }

  #major-parties {
    margin-top: 30px; }
    #major-parties .major-party-item {
      margin: 0;
      padding: 10px 0;
      border-bottom: 0;
      height: auto; }
      #major-parties .major-party-item.odd {
        padding-left: 0;
        padding-right: 10px; }
      #major-parties .major-party-item.even {
        padding-left: 10px;
        padding-right: 0; }
      #major-parties .major-party-item .inner {
        border-bottom: 1px solid rgba(247, 107, 106, 0.4);
        margin: 0 10px;
        padding: 0 0 10px;
        height: 220px; }
        #major-parties .major-party-item .inner.clast {
          border-bottom: 0; }
    #major-parties .button-container {
      margin: 20px 0 0;
      text-align: center; }
      #major-parties .button-container .primary-btn {
        background-color: transparent;
        color: #E44746;
        border: 1px solid #E44746; }

  #minor-parties {
    margin-top: 30px;
    margin-bottom: 30px; }
    #minor-parties .minor-parties-items {
      list-style-type: none;
      margin: 0; }
      #minor-parties .minor-parties-items li.dark {
        color: #323944; }
      #minor-parties .minor-parties-items li:nth-child(even), #minor-parties .minor-parties-items li:nth-child(odd) {
        background-color: transparent; }

  .regions {
    position: relative; }
    .regions .region-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      display: none;
      opacity: 0;
      transition: opacity 0.2s ease-out; }
      .regions .region-overlay .section {
        padding-bottom: 30px; }
      .regions .region-overlay.active {
        display: block;
        opacity: 1; }
        .regions .region-overlay.active .loading {
          opacity: 0;
          z-index: -1;
          display: flex; }
      .regions .region-overlay.transition {
        display: block;
        opacity: 0.9; }
        .regions .region-overlay.transition .close {
          display: none; }
        .regions .region-overlay.transition .loading {
          display: flex;
          opacity: 0.9;
          z-index: 1; }
      .regions .region-overlay .close {
        display: block;
        position: absolute;
        top: 20px;
        right: -10px; }
      .regions .region-overlay .loading {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ffffff;
        opacity: 0;
        display: none; }
      .regions .region-overlay .loader {
        display: block; }
        .regions .region-overlay .loader div {
          background-color: #353535;
          border-color: #353535;
          border-bottom-color: transparent;
          width: 48px;
          height: 48px; }
        .regions .region-overlay .loader span {
          display: block;
          padding: 10px;
          font-size: 0.91em; }
      .regions .region-overlay .more {
        margin-top: 10px;
        text-align: center; }

  .region-overlay .more a {
    color: #ffffff !important; }

#seats-graph h3 {
    color: #353535;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 0.375em;
    text-align: center; }
  #seats-graph .seats-lower,
  #seats-graph .seats-upper {
    margin-bottom: 50px; }
    #seats-graph .seats-lower span,
    #seats-graph .seats-upper span {
      width: 16px;
      height: 16px;
      border-radius: 8px;
      display: inline-block; }




  /*********************
  SIDEBAR
  *********************/
  aside.left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #F2F0EB;
    padding: 50px 0 20px 0px; }
    aside.left .sticky.fixed {
      position: fixed; }

  aside.right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F0EB;
    padding: 50px 0 20px 0px; }
    aside.right .sticky.fixed {
      position: fixed; }

  aside .inner {
    position: relative; }
  aside .posts-list {
    padding: 0 10px; }

  .aside-widget {
    margin-bottom: 30px; }

  .widget-voter-voice .widget-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 20px; }
  .widget-voter-voice .voices-items .voice-item {
    height: auto;
    position: relative; }
    .widget-voter-voice .voices-items .voice-item .voice-source {
      position: absolute;
      width: 45px;
      text-align: center;
      font-size: 30px;
      color: #E44746;
      top: 50%;
      margin-top: -25px; }
    .widget-voter-voice .voices-items .voice-item.odd {
      background: #EBE9E6; }
    .widget-voter-voice .voices-items .voice-item .voice-entry {
      padding: 10px 10px 10px 45px; }
      .widget-voter-voice .voices-items .voice-item .voice-entry .voice-name {
        font-weight: bold; }
      .widget-voter-voice .voices-items .voice-item .voice-entry .voice-content {
        margin: 5px 0 10px;
        font-size: 0.83em; }
      .widget-voter-voice .voices-items .voice-item .voice-entry .voice-byline {
        font-size: 0.71em; }

  .widget-social {
    text-align: center; }
    .widget-social a {
      font-size: 2em;
      margin: 0 5px;
      color: #E44746; }

  .widget-most-commented .widget-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 20px; }
  .widget-most-commented .post-item {
    margin-bottom: 20px; }
    .widget-most-commented .post-item .comment-count {
      position: absolute;
      left: 15px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 30px;
      color: #E44746; }
      .widget-most-commented .post-item .comment-count span {
        position: absolute;
        font-size: 14px;
        top: -1px;
        text-align: center;
        width: 40px;
        left: -5px; }
    .widget-most-commented .post-item .post-entry {
      padding-left: 50px; }
      .widget-most-commented .post-item .post-entry .post-title {
        font-size: 0.83em;
        line-height: 1.4em;
        display: block;
        font-weight: bold; }
      .widget-most-commented .post-item .post-entry .post-byline {
        font-size: 0.71em;
        padding-top: 10px; }

  .single-post .widget-most-commented .post-entry {
    padding-left: 60px; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    clear: both;
    background-color: #ffffff;
    color: #808080;
    border-top: 4px solid #D12023;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10; }

  .supporters {
    width: 95%;
    padding: 15px 0;
    opacity: 0.75; }

  .footer-invisible .footer {
    bottom: auto; }

  .footer-fluid .footer {
    position: relative;
    bottom: auto;
    left: 0; }

  .single-post .footer-sidebar {
    background-color: transparent; }

  .footer-sidebar {
    padding: 20px 20px 50px;
    background-color: #F2F0EB; }
    .footer-sidebar address {
      font-size: 0.91em; }
      .footer-sidebar address span {
        color: #E44746; }
    .footer-sidebar.right address {
      text-align: left; }

  .footer-main {
    padding: 20px 20px 0 20px; }
    .footer-main.right #desktop-footer-nav {
      margin-right: -10px; }
      .footer-main.right #desktop-footer-nav ul {
        float: right; }
        .footer-main.right #desktop-footer-nav ul li {
          float: left; }
    .footer-main.right #footer-social {
      text-align: right; }
    .footer-main.right .footer-copy {
      text-align: right; }
    .footer-main #desktop-footer-nav {
      margin-left: -10px;
      margin-top: -10px; }
      .footer-main #desktop-footer-nav .menu-item a {
        color: #E44746;
        float: left;
        font-size: 0.91em; }
    .footer-main #footer-social {
      display: block;
      font-size: 30px;
      width: auto;
      margin: 0;
      padding: 0;
      text-align: left; }
      .footer-main #footer-social a {
        color: #E44746; }
    .footer-main .footer-copy {
      padding: 5px 0;
      text-align: left;
      font-size: 0.91em; }
      .footer-main .footer-copy .designed-by {
        margin-top: 5px;
        display: block; }

  /* Dirty Hacks */
  .page-template-page-quotes .roll-item {
    height: 400px; } }

/*********************
  RESULTS PAGE
  *********************/
  .page-template-page-results .footer-sidebar {
    background-color: #ffffff !important; }

  .results-page .map .map-instructions {
    text-align: center; }
  .results-page .map .region-overlay {
    padding: 15px; }
  .results-page .map .close {
    right: 0 !important; }
  .results-page .tabs {
    padding-right: 3.5em; }
    .results-page .tabs .results-grid {
      margin-top: 3em; }
      .results-page .tabs .results-grid .party {
        text-align: left; } }







@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name: Irrawaddy Election Site
  Author: Pixel on Pixel - www.pixelonpixel.net
  Stylesheet: Desktop Stylesheet (bigger than iPad)
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  body {
    padding: 0; }

  #container {
    box-shadow: 0 0 0; }

  .wrap {
    width: 1040px;
    position: relative;
    margin: 0 auto; }

  .abs-wrap {
    width: 1040px;
    position: relative;
    left: 50%;
    margin-left: -520px; }

  .container {
    position: relative; }

  /*********************
  HEADER STYLES
  *********************/
  .submenu-on .header #submenu-bar {
    opacity: 1;
    visibility: visible; }

  .header {
    position: relative;
    z-index: 100;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    padding: 0;
    transition: none;
    -webkit-transition: none; }
    .header.is-sticky {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%; }
    .header.active {
      background: #E44746; }
    .header #submenu-bar {
      position: absolute;
      background-color: #F76B6A;
      left: 0;
      top: 60px;
      width: 100%;
      height: 60px;
      opacity: 0;
      visibility: hidden;
      transtion: opacity 0.15s ease-out; }
    .header #inner-header {
      height: 60px;
      background-color: #ffffff;
      padding: 0 20px; }
    .header .toggle-menu {
      display: none; }
    .header #logo {
      position: absolute;
      line-height: 60px; }
      .header #logo svg {
        width: 200px; }
    .header .subtitle {
      display: none; }
    .header #desktop-nav {
      display: inline-block;
      margin-left: 230px;
      position: relative; }
      .header #desktop-nav .nav li {
        padding: 0;
        margin: 0 10px;
        position: static;
        float: left; }
        .header #desktop-nav .nav li a {
          color: #323944;
          text-transform: uppercase;
          font-size: 0.91em;
          padding: 0; }
        .header #desktop-nav .nav li .sub-menu {
          margin-top: 0;
          position: absolute;
          visibility: hidden;
          opacity: 0;
          z-index: 8999;
          left: 0;
          right: 0;
          transition: opacity 0.25s ease-out; }
          .header #desktop-nav .nav li .sub-menu .menu-item a {
            color: #ffffff; }
        .header #desktop-nav .nav li.menu-item-has-children:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          border-left: 18px solid transparent;
          border-right: 18px solid transparent;
          border-bottom: 13px solid #F76B6A;
          bottom: 0;
          opacity: 0;
          visibility: hidden;
          transition: opacity 0.15s ease-out; }
        .header #desktop-nav .nav li.menu-item-has-children.hover:after {
          opacity: 1;
          visibility: visible; }
        .header #desktop-nav .nav li.menu-item-has-children.hover .sub-menu {
          opacity: 1;
          visibility: visible; }

  .search-bar {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    background: #E44746; }
    .search-bar.active {
      left: 0; }
      .search-bar.active #search {
        display: block;
        padding-top: 15px;
        padding-right: 100px; }
        .search-bar.active #search input {
          background-color: transparent;
          border-bottom: 1px solid #F76B6A;
          border-radius: 0;
          font-size: 1.5em;
          line-height: 1em;
          height: 1em;
          padding: 5px 10px;
          margin: 0;
          color: #ffffff;
          max-width: 100%; }
        .search-bar.active #search input[placeholder]::-webkit-input-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[placeholder]:-moz-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[placeholder]::-moz-placeholder {
          color: #ffffff; }
        .search-bar.active #search input[placeholder]:-ms-input-placeholder {
          color: #ffffff; }
      .search-bar.active .toggle-search .on {
        display: none; }
      .search-bar.active .toggle-search .off {
        display: block; }
    .search-bar .toggle-search {
      color: #E44746;
      display: block;
      position: absolute;
      right: 0; }
      .search-bar .toggle-search:hover {
        color: #F76B6A; }
        .search-bar .toggle-search:hover .off {
          color: #ffffff; }
      .search-bar .toggle-search i {
        font-size: 2em; }
      .search-bar .toggle-search .on {
        display: block;
        position: absolute;
        right: 20px; }
      .search-bar .toggle-search .off {
        display: none;
        position: absolute;
        right: 20px;
        color: #f2f2f2; }
    .search-bar #search {
      display: none; }

  .main-panel {
    padding: 20px;
    background-color: #ffffff; }

  /*********************
  FRONT PAGE
  *********************/
  #desktop-front-main {
    border-top: 4px solid #E44746;
    margin-top: -20px; }

  .home #desktop-front-main {
    border-top: none; }

  .image-background {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98.05vh;
    z-index: -1;
    opacity: 1;
    overflow: hidden;
    border-bottom: 4px solid #E44746; }

  .page-template-page-front .image-background {
    height: calc(100vh+80px); }

  .image-background .inner {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: -1vh;
    left: -1vw;
    width: 102vw;
    height: 110vh;
    -webkit-filter: blur(8px);
    transtion: opacity 0.5s ease-out; }
    .image-background .inner.active {
      opacity: 0.9; }
    .image-background .inner.inactive {
      opacity: 0; }

  .image-background::before {
    width: 1040px;
    position: absolute;
    left: 50%;
    margin-left: -520px;
    height: 100%;
    z-index: 100;
    content: "";
    opacity: 1;
    box-shadow: 0 0 20px #000; }

  .image-background::after {
    background-color: #ffffff;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAQAAABuBnYAAAAAU0lEQVQIHQXBwRGDIBAAwO2/AMcCDHAcPjIRxjJ8Je1kl1uqUgphsWu6w0sIG6npLpcUBql4e/wsVRKabrkNTacIYbMrwsF06rqUhsnXVKVT+Hj+Ue4rPSONk4kAAAAASUVORK5CYII=);
    width: 100%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    opacity: 0.6;
    position: absolute; }

  .top-bar {
    background-color: #E44746; }
    .top-bar .breaking-news.desktop {
      display: block;
      height: 46px; }
      .top-bar .breaking-news.desktop .breaking-title {
        width: 460px;
        line-height: 46px;
        margin-left: -400px;
        padding-left: 400px; }
      .top-bar .breaking-news.desktop .breaking-title:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-top: 23px solid transparent;
        border-bottom: 23px solid transparent;
        border-left: 15px solid #D12023;
        right: -15px;
        top: 0; }
      .top-bar .breaking-news.desktop .breaking-items .breaking-item {
        left: 85px;
        right: 150px;
        line-height: 46px; }
    .top-bar .social {
      position: absolute;
      top: 0;
      line-height: 46px;
      right: 20px;
      color: #ffffff; }
      .top-bar .social span {
        text-transform: uppercase;
        font-size: 0.83em;
        margin-right: 5px; }
      .top-bar .social a {
        color: #ffffff;
        font-size: 1.15em;
        margin: 0 1px; }

  .section {
    padding: 20px 10px; }
    .section ul {
      list-style-type: none;
      margin: 0; }

  .section-title {
    border-bottom: 1px solid #E44746;
    color: #ffffff;
    margin-bottom: 10px; }
    .section-title h6 {
      background-color: #E44746;
      color: #ffffff;
      padding: 3px 10px;
      text-transform: uppercase;
      display: inline-block;
      margin: 0; }

  .top-story-featured {
    max-height: 585px; }

  .top-story-slider .owl-stage-outer .owl-item {
    padding-bottom: 20px; }
  .top-story-slider .front-top-story.roll-featured figure {
    height: 450px;
    margin: -10px -10px 0;
    padding-bottom: 20px; }
    .top-story-slider .front-top-story.roll-featured figure figcaption {
      width: 100%;
      padding: 0 50px;
      bottom: 0px; }
      .top-story-slider .front-top-story.roll-featured figure figcaption .h2 {
        font-size: 1.5em;
        width: 500px;
        padding: 20px; }
        .top-story-slider .front-top-story.roll-featured figure figcaption .h2 a {
          color: #323944; }
      .top-story-slider .front-top-story.roll-featured figure figcaption .subtitle {
        background-color: rgba(255, 255, 255, 0.9);
        padding: 0 20px 20px;
        color: #323944;
        font-size: 0.91em;
        width: 500px;
        font-weight: normal; }
      .top-story-slider .front-top-story.roll-featured figure figcaption .control-bar {
        background: #E44746;
        line-height: 40px;
        padding: 0 20px;
        position: relative;
        margin-bottom: -20px; }
        .top-story-slider .front-top-story.roll-featured figure figcaption .control-bar .byline {
          font-size: 0.91em;
          color: #ffffff; }
  .top-story-slider .owl-controls {
    line-height: 40px;
    padding: 0 20px;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0; }
    .top-story-slider .owl-controls .owl-nav {
      float: right;
      color: #ffffff; }
      .top-story-slider .owl-controls .owl-nav .owl-prev, .top-story-slider .owl-controls .owl-nav .owl-next {
        display: inline-block;
        margin: 0 3px; }
  .top-story-slider .owl-dots {
    display: table;
    height: 40px;
    margin: 0 auto; }
    .top-story-slider .owl-dots .owl-dot {
      display: table-cell;
      vertical-align: middle;
      padding: 0 2px; }
    .top-story-slider .owl-dots .owl-dot span {
      background-color: #D12023;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      display: block; }
    .top-story-slider .owl-dots .owl-dot.active span {
      background-color: #D12023;
      opacity: 0.5; }

  .desktop-title {
    font-size: 3em;
    text-transform: uppercase;
    padding: 50px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: bold; }
    .desktop-title .burma {
      color: #353535; }
    .desktop-title .election {
      color: #E44746; }

  .breaking-news {
    display: none; }

  .roll-item {
    margin: 10px 0 10px;
    display: block;
    height: 300px; }
    .roll-item.video-roll, .roll-item.gallery-roll, .roll-item.audio-roll {
      height: auto; }
    .roll-item.grid {
      overflow: hidden; }
    .roll-item.odd {
      padding-right: 10px; }
    .roll-item.even {
      padding-left: 10px;
      padding-right: 0; }
    .roll-item.quote-item {
      height: 330px; }
      .roll-item.quote-item .roll-entry, .roll-item.quote-item .roll-byline {
        padding-left: 100px; }
    .roll-item .roll-comments {
      float: right;
      font-size: 0.83em;
      padding-top: 8px;
      color: #4A4A4A;
      font-family: Verdana, Geneva, sans-serif; }
    .roll-item .roll-title {
      display: block;
      font-weight: bold;
      text-decoration: none; }
      .roll-item .roll-title a {
        color: #353535; }
    .roll-item .roll-entry p {
      margin: 0; }
    .roll-item .roll-entry i {
      font-size: 1.5em;
      line-height: 1em; }
    .roll-item .roll-entry.the-quote {
      margin-top: 20px;
      font-style: italic;
      font-size: 0.91em; }
    .roll-item .quotee-avatar {
      position: absolute;
      margin-top: 10px; }
      .roll-item .quotee-avatar img {
        width: 85px;
        height: auto;
        margin: 0; }
    .roll-item .roll-byline {
      margin: 10px 0; }

  .roll-featured {
    position: relative;
    padding: 10px; }
    .roll-featured.featured-story {
      padding: 10px;
      margin: 0; }
    .roll-featured figure {
      border-bottom: 0; }
    .roll-featured .featured-figure {
      height: 250px;
      margin: -10px; }
      .roll-featured .featured-figure figcaption {
        width: 100%;
        padding: 0 20px;
        bottom: 10px;
        z-index: 99; }
        .roll-featured .featured-figure figcaption .h2 {
          font-size: 1em; }
          .roll-featured .featured-figure figcaption .h2 a {
            color: #323944; }
        .roll-featured .featured-figure figcaption .subtitle {
          background-color: rgba(255, 255, 255, 0.8);
          padding: 20px;
          color: #323944;
          width: 500px; }
        .roll-featured .featured-figure figcaption .control-bar {
          background: #353535;
          line-height: 40px;
          padding: 0 20px; }
          .roll-featured .featured-figure figcaption .control-bar .byline {
            font-size: 0.91em;
            color: #ffffff; }

  .home .desktop-featured-story {
    margin: 0 -20px 20px;
    box-shadow: 0px 0px 18px 1px #ececec; }

  .desktop-featured-story {
    margin: 0 -20px 20px; }
    .desktop-featured-story .featured-story-entry .inner {
      padding: 30px 20px 0px 30px; }
    .desktop-featured-story .featured-story-entry .entry-subtitle {
      font-size: 0.95em;
      font-weight: bold; }
      .desktop-featured-story .featured-story-entry .entry-subtitle p {
        font-weight: normal; }
    .desktop-featured-story .featured-story-entry a {
      color: #E44746;
      margin: 10px 0;
      float: right; }

  .star {
    position: absolute;
    z-index: 10;
    font-size: 54px;
    line-height: 1;
    top: 50%;
    right: -27px;
    color: #E44746;
    margin-top: -32px;
    left: auto; }

  .section.roll-quote, .roll-quote {
    padding: 50px 15%; }

  .desktop-media {
    margin: 0 -20px 50px; }

  .front-gallery {
    position: relative;
    margin-bottom: 20px;
    padding: 0; }
    .front-gallery .media-byline {
      margin: 5px 10px; }

  .gallery {
    position: relative; }
    .gallery .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(50, 57, 68, 0.2);
      height: 100%;
      width: 100%; }
      .gallery .overlay i {
        font-size: 54px;
        color: #ffffff;
        opacity: 0.75;
        border: 4px solid;
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        line-height: 88px;
        left: 50%;
        position: absolute;
        margin-left: -50px;
        top: 50%;
        margin-top: -50px; }
      .gallery .overlay:hover > i, .gallery .overlay:focus > i {
        color: #E44746;
        transition: 0.5s ease; }
    .gallery .gallery-item {
      height: 275px;
      background-size: cover;
      background-position: 50% 50%; }
    .gallery .owl-prev, .gallery .owl-next {
      position: absolute;
      top: 50%;
      width: 20px;
      height: 40px;
      line-height: 40px;
      margin-top: -20px;
      background-color: white;
      text-align: center; }
    .gallery .owl-prev {
      left: 0; }
    .gallery .owl-next {
      right: 0; }

  .front-video .video {
    height: 275px;
    width: 100%;
    position: relative; }
    .front-video .video figure {
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .front-video .video .overlay {
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%; }
      .front-video .video .overlay i {
        font-size: 54px;
        color: #ffffff;
        opacity: 0.75;
        border: 4px solid;
        width: 100px;
        height: 100px;
        display: inline-block;
        text-align: center;
        border-radius: 50px;
        line-height: 88px;
        left: 50%;
        position: absolute;
        margin-left: -50px;
        top: 50%;
        margin-top: -50px; }
      .front-video .video .overlay:hover > i, .front-video .video .overlay:focus > i {
        color: #E44746;
        transition: 0.5s ease; }
  .front-video .media-byline {
    margin: 5px 10px; }

  .home .video-roll, .home .gallery-roll {
    border: 0;
    padding: 0;
    position: relative; }
    .home .video-roll .image-count, .home .video-roll .gallery-entry, .home .gallery-roll .image-count, .home .gallery-roll .gallery-entry {
      display: none; }
  .home .media-byline {
    padding: 5px; }

  .roll-poll {
    margin-bottom: 0;
    position: relative; }
    .roll-poll .weblator-poll-container {
      margin-top: 20px; }
      .roll-poll .weblator-poll-container .width-control ul {
        position: absolute;
        left: 20px; }
    .roll-poll .poll-results {
      position: relative; }
    .roll-poll .a, .roll-poll .q {
      position: absolute;
      display: block;
      text-align: center;
      font-size: 44px;
      color: #323944;
      font-family: Verdana, Geneva, sans-serif;
      font-weight: bold;
      margin-bottom: 10px; }
    .roll-poll .question {
      padding-left: 60px;
      display: block;
      padding-top: 30px;
      margin-bottom: 30px;
      text-align: left; }
    .roll-poll.poll-item {
      min-height: 160px; }
      .roll-poll.poll-item .question {
        padding-top: 30px; }
      .roll-poll.poll-item .poll-smilies {
        display: block;
        color: #E44746;
        text-align: center;
        border-right: 1px solid #F76B6A; }
        .roll-poll.poll-item .poll-smilies span, .roll-poll.poll-item .poll-smilies i {
          display: block; }
        .roll-poll.poll-item .poll-smilies i {
          font-size: 58px;
          line-height: 1em;
          margin-bottom: 10px; }
        .roll-poll.poll-item .poll-smilies span {
          text-transform: uppercase;
          font-size: 1em; }
    .roll-poll .answers {
      text-align: center;
      margin: 0 0;
      position: relative; }
      .roll-poll .answers .weblator-hide-poll,
      .roll-poll .answers .width-control {
        display: none !important; }
      .roll-poll .answers .poll-answer {
        width: 90px;
        text-align: center;
        display: inline-block;
        color: #E44746; }
        .roll-poll .answers .poll-answer i {
          font-size: 64px;
          line-height: 1.1em; }
        .roll-poll .answers .poll-answer span {
          font-size: 0.83em;
          display: block;
          text-transform: uppercase; }
      .roll-poll .answers .poll-response {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        z-index: -1;
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.2s ease-out;
        -webkit-transition: opacity 0.2s ease-out;
        flex-direction: column; }
        .roll-poll .answers .poll-response.active {
          opacity: 1;
          z-index: 1; }
        .roll-poll .answers .poll-response .answer-test {
          font-size: 0.83em;
          color: #E44746; }
    .roll-poll .button-container {
      text-align: center; }
      .roll-poll .button-container a {
        background-color: transparent;
        color: #E44746;
        border: 1px solid #E44746; }
        .roll-poll .button-container a i {
          font-size: 1.25em;
          line-height: 1em; }

  /*********************
  TEMPLATE: MEDIA
  *********************/
  #galleries {
    margin-top: 0; }
    #galleries .gallery-roll {
      margin-bottom: auto; }
      #galleries .gallery-roll .star {
        display: none; }
      #galleries .gallery-roll .gallery-byline {
        padding: 5px 5px 10px; }
        #galleries .gallery-roll .gallery-byline .image-count {
          float: right;
          position: relative;
          right: auto;
          top: auto; }
          #galleries .gallery-roll .gallery-byline .image-count i {
            color: #E44746;
            padding-right: 5px; }
      #galleries .gallery-roll .gallery-entry {
        display: block;
        border-bottom: 1px solid #F76B6A;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 5px;
        height: 240px; }
    #galleries .top-gallery .gallery .gallery-item {
      height: 450px; }
    #galleries .top-gallery .gallery-byline {
      padding: 5px 5px 10px;
      margin-bottom: 0;
      border: 0; }
      #galleries .top-gallery .gallery-byline .image-count {
        float: right;
        position: relative;
        right: auto;
        top: auto; }
        #galleries .top-gallery .gallery-byline .image-count i {
          color: #E44746;
          padding-right: 5px; }
    #galleries .top-gallery .gallery-entry {
      border-bottom: 1px solid #F76B6A;
      display: block;
      margin-bottom: 20px;
      padding-bottom: 5px 5px 10px;
      height: auto; }

  /*********************
  TEMPLATE: MEDIA
  *********************/
  #videos .inner {
    margin-bottom: 50px; }
  #videos .video-roll {
    height: auto;
    border-bottom: 0; }

  #audio .inner {
    margin-bottom: 50px; }
  #audio .audio-roll {
    height: auto;
    border-bottom: 0; }

  /*********************
  MAP STUFF
  *********************/
  .results-tooltip,
  .map-tooltip {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: black;
    padding: 5px 20px;
    color: white;
    border-radius: 5px;
    box-shadow: 0 0 2px #000; }
    .results-tooltip.active,
    .map-tooltip.active {
      visibility: visible;
      opacity: 1;
      z-index: 30; }
    .results-tooltip .tooltip-entry,
    .map-tooltip .tooltip-entry {
      text-transform: capitalize; }
    .results-tooltip span,
    .map-tooltip span {
      display: block; }
      
      
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  #content {
    padding-top: 0px; }

  #main .article-header {
    border-bottom: 4px solid #E44746; }

  .entry {
    padding-top: 10px; }

  .entry-content .section {
    padding: 0 0 50px; }

  .single-post .roll-featured .featured-figure {
    border: 0; }
  .single-post #desktop-front-main {
    border: 0; }
  .single-post .entry-content {
    width: 50%;
    margin: 0 auto;
    max-width: 9999px;
    min-width: 0px; }
  .single-post #comments {
    width: 75%;
    clear: both;
    max-width: 9999px;
    min-width: 0px; }
  .single-post .entry-meta,
  .single-post .subtitle {
    padding: 0 25% 0 45px;
    font-size: 1em;
    line-height: 1.8em; }
  .single-post .entry-meta {
    position: relative; }
    .single-post .entry-meta .shares {
      position: absolute;
      right: 20px;
      top: 0; }
      .single-post .entry-meta .shares .share {
        margin: 0 5px;
        color: #E44746;
        font-size: 2em; }
  .single-post hr {
    margin: 20px 25% 20px 45px; }
  .single-post .single-gallery {
    margin: 50px 0; }
  .single-post .gallery .gallery-item {
    height: 475px; }
  .single-post .star {
    left: 50%;
    top: 0;
    right: auto;
    margin-left: -27px; }
  .single-post .widget-most-commented {
    width: 25%;
    position: absolute;
    right: 15px; }
    .single-post .widget-most-commented ul {
      list-style-type: none;
      margin: 0; }

  .single-featured {
    height: 450px;
    margin: -10px -10px 0;
    background-position: 50% 50%;
    background-size: cover;
    position: relative; }
    .single-featured figcaption {
      position: absolute;
      width: 840px; }
      .single-featured figcaption .single-title {
        font-size: 2.5em;
        padding: 20px; }

  .top-post-meta {
    margin: 20px; }
    .top-post-meta .subtitle {
      color: #808080;
      font-size: 1.75em;
      font-weight: bold; }

  .post.roll-featured figcaption {
    width: 100%;
    padding: 0 25% 0 20px;
    bottom: 0; }
    .post.roll-featured figcaption .h2 {
      font-size: 2.5em;
      padding: 10px 20px; }

  .home.page #desktop-front-main {
    margin-top: -20px; }

  .page #desktop-front-main, .single #desktop-front-main {
    margin-top: 0; }
  .page .roll-top figcaption, .single .roll-top figcaption {
    width: 100%;
    padding: 0 25% 0 20px;
    bottom: -10px; }
    .page .roll-top figcaption .h2, .single .roll-top figcaption .h2 {
      font-size: 2.5em;
      padding: 10px 20px; }

  .page .single-quote {
    width: 66%;
    margin: 50px auto; }

  /*********************
  SINGLE: PARTY
  *********************/
  .logo-flag .flexed {
    height: 250px; }
    .logo-flag .flexed img {
      padding: 0 20px; }

  .party-map #map .active {
    fill: #F76B6A; }

  .party-candidates .candidates-items {
    margin: 30px 0; }
    .party-candidates .candidates-items .candidate-item {
      margin: 0;
      padding: 10px 0;
      border-bottom: 0; }
      .party-candidates .candidates-items .candidate-item .inner {
        border-bottom: 1px solid rgba(247, 107, 106, 0.4);
        margin: 0 10px;
        padding: 0 0 10px;
        min-height: 100px; }
        .party-candidates .candidates-items .candidate-item .inner.c3, .party-candidates .candidates-items .candidate-item .inner.c4 {
          border-bottom: 0; }

  .minor-candidates {
    margin-top: 30px;
    margin-bottom: 30px; }
    .minor-candidates .minor-candidates-items {
      list-style-type: none;
      margin: 0; }
      .minor-candidates .minor-candidates-items li.dark {
        color: #323944; }
      .minor-candidates .minor-candidates-items li:nth-child(even), .minor-candidates .minor-candidates-items li:nth-child(odd) {
        background-color: transparent; }

  /*********************
  SINGLE: REGION
  *********************/
  .region-map {
    position: relative; }
    .region-map .map {
      padding: 20px 30px; }
      .region-map .map path {
        fill: #fffdf8;
        stroke-width: 5px !important;
        stroke: #E44746;
        transition: 0.5s ease; }
        .region-map .map path:hover, .region-map .map path:focus {
          fill: #F76B6A !important;
          transition: 0.5s ease; }

  /*********************
  ARCHIVE
  *********************/
  .sorters {
    margin: 40px 0 20px; }
    .sorters a {
      margin: 0 20px; }

  .archive .desktop-featured-story, .single .desktop-featured-story {
    margin: 30px 0;
    box-shadow: 0px 0px 18px 1px #ececec; }

  #infc {
    margin: 20px 0 20px; }

  /*********************
  ARCHIVE: QUOTES
  *********************/
  .main-panel .main-quote {
    margin-top: -190px;
    margin-right: -20px; }
    .main-panel .main-quote .the-quote {
      font-size: 1.5em;
      padding: 20px; }
  .main-panel .quote-byline {
    margin-bottom: 30px;
    padding: 20px;
    font-size: 1em; }
  .main-panel .quote-section-title {
    margin: 0 10px 30px; }

  /*********************
  ARCHIVE: PARTIES
  *********************/
  #major-parties {
    margin-top: 30px; }
    #major-parties .major-party-item {
      margin: 0;
      padding: 10px 0;
      border-bottom: 0;
      height: auto; }
      #major-parties .major-party-item.odd {
        padding-left: 0;
        padding-right: 10px; }
      #major-parties .major-party-item.even {
        padding-left: 10px;
        padding-right: 0; }
      #major-parties .major-party-item .inner {
        border-bottom: 1px solid rgba(247, 107, 106, 0.4);
        margin: 0 10px;
        padding: 0 0 10px;
        height: 180px; }
        #major-parties .major-party-item .inner.clast {
          border-bottom: 0; }
    #major-parties .button-container {
      margin: 20px 0 0;
      text-align: center; }
      #major-parties .button-container .primary-btn {
        background-color: transparent;
        color: #E44746;
        border: 1px solid #E44746; }

  #minor-parties {
    margin-top: 30px;
    margin-bottom: 30px; }
    #minor-parties .minor-parties-items {
      list-style-type: none;
      margin: 0; }
      #minor-parties .minor-parties-items li.dark {
        color: #323944; }
      #minor-parties .minor-parties-items li:nth-child(even), #minor-parties .minor-parties-items li:nth-child(odd) {
        background-color: transparent; }

/*
  .regions {
    position: relative; }
    .regions .region-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      display: none;
      opacity: 0;
      transition: opacity 0.2s ease-out; }
      .regions .region-overlay .section {
        padding-bottom: 30px; }
      .regions .region-overlay.active {
        display: block;
        opacity: 1; }
        .regions .region-overlay.active .loading {
          opacity: 0;
          z-index: -1;
          display: flex; }
      .regions .region-overlay.transition {
        display: block;
        opacity: 0.9; }
        .regions .region-overlay.transition .close {
          display: none; }
        .regions .region-overlay.transition .loading {
          display: flex;
          opacity: 0.9;
          z-index: 1; }
      .regions .region-overlay .close {
        display: block;
        position: absolute;
        top: 20px;
        right: -10px; }
      .regions .region-overlay .loading {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ffffff;
        opacity: 0;
        display: none; }
      .regions .region-overlay .loader {
        display: block; }
        .regions .region-overlay .loader div {
          background-color: #353535;
          border-color: #353535;
          border-bottom-color: transparent;
          width: 48px;
          height: 48px; }
        .regions .region-overlay .loader span {
          display: block;
          padding: 10px;
          font-size: 0.91em; }
      .regions .region-overlay .more {
        margin-top: 10px;
        text-align: center; }

  .region-overlay .more a {
    color: #ffffff !important; }
*/
.map,
  .regions {
    position: relative; }
    .map .region-overlay,
    .regions .region-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #ffffff;
      display: none;
      opacity: 0;
      transition: opacity 0.2s ease-out; }
      .map .region-overlay .section,
      .regions .region-overlay .section {
        padding-bottom: 30px; }
      .map .region-overlay.active,
      .regions .region-overlay.active {
        display: block;
        opacity: 1; }
        .map .region-overlay.active .loading,
        .regions .region-overlay.active .loading {
          opacity: 0;
          z-index: -1;
          display: flex; }
      .map .region-overlay.transition,
      .regions .region-overlay.transition {
        display: block;
        opacity: 0.9; }
        .map .region-overlay.transition .close,
        .regions .region-overlay.transition .close {
          display: none; }
        .map .region-overlay.transition .loading,
        .regions .region-overlay.transition .loading {
          display: flex;
          opacity: 0.9;
          z-index: 1; }
      .map .region-overlay .close,
      .regions .region-overlay .close {
        display: block;
        position: absolute;
        top: 20px;
        right: -10px;
        z-index: 20; }
      .map .region-overlay .loading,
      .regions .region-overlay .loading {
        width: 100%;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        background-color: #ffffff;
        opacity: 0;
        display: none; }
      .map .region-overlay .loader,
      .regions .region-overlay .loader {
        display: block; }
        .map .region-overlay .loader div,
        .regions .region-overlay .loader div {
          background-color: #353535;
          border-color: #353535;
          border-bottom-color: transparent;
          width: 48px;
          height: 48px; }
        .map .region-overlay .loader span,
        .regions .region-overlay .loader span {
          display: block;
          padding: 10px;
          font-size: 0.91em; }
      .map .region-overlay .more,
      .regions .region-overlay .more {
        margin-top: 10px;
        text-align: center; }

  .map .region-overlay .maps {
    position: relative; }
    .map .region-overlay .maps .tabs {
      position: absolute;
      overflow: visible;
      margin: 0;
      height: 0;
      top: 50%;
      z-index: 20; }
      .map .region-overlay .maps .tabs .tab {
        position: absolute; }
        .map .region-overlay .maps .tabs .tab:first-of-type {
          left: 0; }
        .map .region-overlay .maps .tabs .tab:last-of-type {
          right: 0; }
  .map .region-overlay .figures {
    position: relative;
    overflow: hidden; }
  .map .region-overlay figure {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0; }
    .map .region-overlay figure figcaption {
      margin-top: 22px;
      margin-bottom: 22px;
      text-align: center; }
    .map .region-overlay figure.upper {
      position: relative; }
    .map .region-overlay figure.active {
      opacity: 1;
      z-index: 10; }
    .map .region-overlay figure svg {
      width: auto;
      max-width: 100%;
      height: auto;
      max-height: 450px;
      display: block; }
      .map .region-overlay figure svg path {
        stroke-width: 5px !important; }

  .region-overlay .more a {
    color: #ffffff !important; }

  #seats-graph .seats-lower,
  #seats-graph .seats-upper {
    margin-bottom: 50px; }
    #seats-graph .seats-lower span,
    #seats-graph .seats-upper span {
      width: 16px;
      height: 16px;
      border-radius: 8px;
      display: inline-block; }
  /*********************
  SIDEBAR
  *********************/
  aside.left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #F2F0EB;
    padding: 50px 0 20px 0px; }
    aside.left .sticky.fixed {
      position: fixed; }

  aside.right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #F2F0EB;
    padding: 50px 0 20px 0px; }
    aside.right .sticky.fixed {
      position: fixed; }

  aside .inner {
    position: relative; }
  aside .posts-list {
    padding: 0 10px; }

  .aside-widget {
    margin-bottom: 30px; }

  .widget-voter-voice .widget-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 20px; }
  .widget-voter-voice .voices-items .voice-item {
    height: auto;
    position: relative; }
    .widget-voter-voice .voices-items .voice-item .voice-source {
      position: absolute;
      width: 45px;
      text-align: center;
      font-size: 30px;
      color: #E44746;
      top: 50%;
      margin-top: -25px; }
    .widget-voter-voice .voices-items .voice-item.odd {
      background: #EBE9E6; }
    .widget-voter-voice .voices-items .voice-item .voice-entry {
      padding: 10px 10px 10px 45px; }
      .widget-voter-voice .voices-items .voice-item .voice-entry .voice-name {
        font-weight: bold; }
      .widget-voter-voice .voices-items .voice-item .voice-entry .voice-content {
        margin: 5px 0 10px;
        font-size: 0.83em; }
      .widget-voter-voice .voices-items .voice-item .voice-entry .voice-byline {
        font-size: 0.71em; }

  .widget-social {
    text-align: center; }
    .widget-social a {
      font-size: 2em;
      margin: 0 5px;
      color: #E44746; }

  .widget-most-commented .widget-title {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 20px; }
  .widget-most-commented .post-item {
    margin-bottom: 20px; }
    .widget-most-commented .post-item .comment-count {
      position: absolute;
      left: 15px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      font-size: 30px;
      color: #E44746; }
      .widget-most-commented .post-item .comment-count span {
        position: absolute;
        font-size: 14px;
        top: -1px;
        text-align: center;
        width: 40px;
        left: -5px; }
    .widget-most-commented .post-item .post-entry {
      padding-left: 50px; }
      .widget-most-commented .post-item .post-entry .post-title {
        font-size: 0.83em;
        line-height: 1.4em;
        display: block;
        font-weight: bold; }
      .widget-most-commented .post-item .post-entry .post-byline {
        font-size: 0.71em;
        padding-top: 10px; }

  .single-post .widget-most-commented .post-entry {
    padding-left: 60px; }

  /*********************
  FOOTER STYLES
  *********************/
  .footer {
    clear: both;
    background-color: #ffffff;
    color: #808080;
    border-top: 4px solid #D12023;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 10; }

  .footer-invisible .footer {
    bottom: auto; }

  .footer-fluid .footer {
    position: relative;
    bottom: auto;
    left: 0; }

  .single-post .footer-sidebar {
    background-color: transparent; }

  .footer-sidebar {
    padding: 20px 20px 50px;
    background-color: #F2F0EB; }
    .footer-sidebar address {
      font-size: 0.91em; }
      .footer-sidebar address span {
        color: #E44746; }
    .footer-sidebar.right address {
      text-align: left; }

  .footer-main {
    padding: 20px 20px 0 20px; }
    .footer-main.right #desktop-footer-nav {
      margin-right: -10px; }
      .footer-main.right #desktop-footer-nav ul {
        float: right; }
    .footer-main.right #footer-social {
      text-align: right; }
    .footer-main.right .footer-copy {
      text-align: right; }
    .footer-main #desktop-footer-nav {
      margin-left: -10px;
      margin-top: -10px; }
      .footer-main #desktop-footer-nav .menu-item a {
        color: #E44746;
        font-size: 0.91em; }
    .footer-main #footer-social {
      display: block;
      font-size: 30px;
      width: auto;
      margin: 0;
      padding: 0;
      text-align: left; }
      .footer-main #footer-social a {
        color: #E44746; }
    .footer-main .footer-copy {
      padding: 5px 0;
      text-align: left;
      font-size: 0.91em; }
      .footer-main .footer-copy .designed-by {
        margin-top: 5px;
        display: block; } }
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: Irrawaddy Election Site
  Author: Pixel on Pixel - www.pixelonpixel.net
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  #container {
    box-shadow: 0 0 0; }

  .wrap {
    width: 1170px;
    position: relative;
    margin: 0 auto; }

  .abs-wrap {
    width: 1170px;
    position: relative;
    left: 50%;
    margin-left: -570px; }

  .container {
    position: relative; }

  /*********************
  HEADER STYLES
  *********************/
  .header {
    position: relative;
    z-index: 100;
    height: 60px;
    line-height: 60px;
    background-color: #ffffff;
    padding: 0; }
    .header #inner-header {
      height: 60px;
      background-color: #ffffff;
      padding: 0 20px; }
    .header .toggle-menu {
      display: none; }
    .header #logo {
      position: absolute;
      line-height: 60px; }
      .header #logo svg {
        width: 200px; }
    .header .subtitle {
      display: none; }
    .header #desktop-nav {
      display: inline-block;
      margin-left: 230px; }
      .header #desktop-nav .nav li {
        padding: 0;
        margin: 0 10px; }
        .header #desktop-nav .nav li a {
          color: #4A4A4A;
          text-transform: uppercase;
          font-size: 0.91em;
          padding: 0; }

  .main-panel {
    padding: 20px;
    background-color: #ffffff; }

  /*********************
  FRONT PAGE
  *********************/
  .image-background::before {
    width: 1170px;
    left: 50%;
    margin-left: -585px; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: Irrawaddy Election Site
  Author: Pixel on Pixel - www.pixelonpixel.net
  Stylesheet: Retina Screens & Devices Stylesheet
  ******************************************************************/ }
/*********************
MAP STYLES
*********************/
.map {
  padding: 20px 10px; }

.region-map svg path,
#burma path {
  fill: #fffdf8;
  stroke-width: 1px;
  stroke: #E44746;
  transition: 0.5s ease; }
  .region-map svg path:hover, .region-map svg path:focus,
  #burma path:hover,
  #burma path:focus {
    fill: #F76B6A;
    transition: 0.5s ease; }

@media print {
  /******************************************************************
  Site Name: Irrawaddy Election Site
  Author: Pixel on Pixel - www.pixelonpixel.net
  Stylesheet: Print Stylesheet
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
