/* ==========================================================================
   Main.less  -  Constructs final css style sheet
   ========================================================================== */
/* ==========================================================================
   Imports
   ========================================================================== */
/* -----------------------------------------------------------------------------------------------------------------------------------
					MIXINS
-------------------------------------------------------------------------------------------------------------------------------------*/
/*
.curveshadow{
	position: relative;
	background-color: #fff;
	z-index: 4;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.curveshadow:before{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg) skew(-0deg);
	-moz-transform: rotate(-3deg) skew(-0deg);
	-ms-transform: rotate(-3deg) skew(-0deg);
	-o-transform: rotate(-3deg) skew(-0deg);
	transform: rotate(-3deg) skew(-0deg);
}
.curveshadow:after{
	content: '';
	position: absolute;
	z-index: -1;
	bottom: 15px;
	right: 10px;
	width: 50%;
	height: 20%;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(3deg) skew(0deg);
	-moz-transform: rotate(3deg) skew(0deg);
	-ms-transform: rotate(3deg) skew(0deg);
	-o-transform: rotate(3deg) skew(0deg);
	transform: rotate(3deg) skew(0deg);
}
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
body {
  position: relative;
}
/* ==========================================================================
   Prevent Floating Footer
   ========================================================================== */
#primary {
  min-height: 600px;
}
/* ==========================================================================
   Responsive Imaging
   ========================================================================== */
img {
  max-width: 100%;
}
/* ==========================================================================
	Resets
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
/* ==========================================================================
	Mobile min width
   ========================================================================== */
body {
  min-width: 320px;
}
/* ==========================================================================
   Image Replacement
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/* ==========================================================================
   Hide from All
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* ==========================================================================
   Hide from screens but not screen readers
   ========================================================================== */
.screen-reader-text {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* ==========================================================================
   Hide from screen readers
   ========================================================================== */
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   Clearfix
   ========================================================================== */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Fluid embed
   ========================================================================== */
.fluid-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.fluid-embed iframe,
.fluid-embed object,
.fluid-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ==========================================================================
   Mobile Classes
   ========================================================================== */
.mobile-only {
  display: none;
}
/* ==========================================================================
   Icon Font Support
   ========================================================================== */
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
  font-family: 'icomoon';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
/* ==========================================================================
   Global Type
   ========================================================================== */
h1,
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 1.9em;
}
h4 {
  font-size: 1.618em;
}
h5 {
  font-size: 1.3em;
}
h6 {
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}
a {
  text-decoration: none;
}
#content .entry-header h2,
#content .entry-header h1 {
  margin-top: 6px;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 2.2rem 0 1rem;
  line-height: normal;
}
#content {
  line-height: 1.618em;
}
#content p,
#content ul,
#content ol,
#content dl,
#content table,
#content blockquote {
  margin-bottom: 1.418em;
}
#content p:last-child,
#content ul:last-child,
#content ol:last-child,
#content dl:last-child,
#content table:last-child,
#content blockquote:last-child {
  margin-bottom: 0em;
}
#content ul,
#content ol,
#content dl {
  margin-left: 2em;
}
#content blockquote {
  padding: 1em 2em;
  font-style: italic;
}
#content blockquote p {
  display: inline;
}
#content blockquote:before,
blockquote:after {
  color: #666;
  display: block;
  width: 50px;
}
#content blockquote:before {
  content: '\201C';
  height: 0;
  margin-left: -0.55em;
  font-size: 180%;
  position: relative;
  top: -4px;
}
#content blockquote:after {
  content: '\201D';
  font-size: 180%;
  height: 0;
  display: inline;
  line-height: 0.5em;
  position: relative;
  top: 0.3em;
  margin-left: 4px;
}
#content dl dt {
  font-weight: 700;
  font-size: 1.2em;
}
#content dl dd {
  margin-left: 1em;
}
#content hr {
  height: 1px;
  width: 100%;
  background: #bbb;
  border: none;
  margin: 2.96em 0;
}
/*! normalize.css v1.0.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3,
 * and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE 6/7.
 */
/*
 * Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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
   ========================================================================== */
/*
 * Corrects list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
}
/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
  border: none;
  background: none;
}
option {
  border: none;
  outline: none;
}
/*
 * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 * 3. Removes excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 6/7/8/9.
 * 2. Improves 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;
}
/* ==========================================================================
   Main.less  -  Media Queries
   ========================================================================== */
/*-- full page media query --*/
html {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #a52f1e;
}
body {
  position: relative;
  color: #4d4d4d;
}
#page-wrap {
  position: relative;
}
h1,
h2 {
  font-family: 'Crete Round', sans-serif;
  font-weight: normal;
  line-height: 1em !important;
  color: #262626;
}
h1 a,
h2 a {
  color: #262626;
}
.center {
  width: 960px;
  margin: 0 auto;
}
#content {
  background: #ffffff;
  border-top: 12px solid #a73a2b;
}
#content #secondary {
  background: #e5ddc9;
}
#content #secondary .widget.widget_quick_links {
  border: none;
  padding: 0px;
}
#content #secondary .widget_quick_links h3 {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 16px 24px;
  display: block;
  background-color: #2d688f;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d688f), to(#153041));
  background: -webkit-linear-gradient(top, #2d688f, #153041);
  background: -moz-linear-gradient(top, #2d688f, #153041);
  background: -ms-linear-gradient(top, #2d688f, #153041);
  background: -o-linear-gradient(top, #2d688f, #153041);
  margin: 0px;
}
#content #secondary .widget_quick_links ul li a {
  background-color: #f9f9f9;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#c6c6c6));
  background: -webkit-linear-gradient(top, #f9f9f9, #c6c6c6);
  background: -moz-linear-gradient(top, #f9f9f9, #c6c6c6);
  background: -ms-linear-gradient(top, #f9f9f9, #c6c6c6);
  background: -o-linear-gradient(top, #f9f9f9, #c6c6c6);
  color: #1f4761;
  text-shadow: 0px 1px 0px #fff;
}
#content #secondary h3 {
  text-shadow: 0px 1px 0px #fff;
  color: #a52f1e;
  font-family: 'Crete Round', sans-serif;
  font-weight: 400 !important;
  margin: 0px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c2bbaa;
}
#content #secondary .widget {
  border-top: 1px solid #fef5df;
  border-bottom: 1px solid #d4c7a7;
  padding: 24px;
}
footer.page-footer {
  background: #f4f4f4;
  border-top: 1px solid #dbdbdb;
  min-height: 130px;
  position: relative;
  padding-right: 160px;
}
footer.page-footer .footer-seal {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -63px;
}
footer.page-footer .widget ul {
  list-style: none;
}
footer.page-footer .widget .col {
  margin-right: 24px;
}
footer.page-footer .widget h3 {
  font-weight: 400;
  font-family: 'Crete Round', sans-serif;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}
footer.page-footer .widget {
  line-height: 1.48em;
}
footer.page-footer .widget .textwidget {
  color: #666;
}
footer.copyright .widget_social_links {
  float: left;
  width: 35%;
  margin-right: 5%;
}
footer.copyright .widget_social_links ul {
  list-style: none;
  margin: 0px;
}
footer.copyright .widget_social_links ul li {
  margin-right: 24px;
  float: left;
}
footer.copyright .widget_text {
  float: left;
  width: 60%;
  text-align: right;
}
a.button-widget {
  font-size: 1.5em;
  margin: 0px 0px;
  padding: 16px;
  text-align: center;
  font-weight: 700;
  color: #FFFFFF !important;
  letter-spacing: 0.03em;
  display: block;
  background: #a52f1e;
  background-color: #bb3522;
  background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
  background: -webkit-linear-gradient(top, #bb3522, #8f291a);
  background: -moz-linear-gradient(top, #bb3522, #8f291a);
  background: -ms-linear-gradient(top, #bb3522, #8f291a);
  background: -o-linear-gradient(top, #bb3522, #8f291a);
}
a.button-widget:hover {
  background: #a52f1e;
  background-color: #8f291a;
  background: -webkit-gradient(linear, left top, left bottom, from(#8f291a), to(#641d12));
  background: -webkit-linear-gradient(top, #8f291a, #641d12);
  background: -moz-linear-gradient(top, #8f291a, #641d12);
  background: -ms-linear-gradient(top, #8f291a, #641d12);
  background: -o-linear-gradient(top, #8f291a, #641d12);
}
/* FORMS ---- OR ---- */
.soe_main_container #soe_form + h3 {
  text-align: center;
  background: #65696c;
  height: 1px;
  margin: 25px 0;
  display: block;
  font-size: 15px;
}
.soe_main_container #soe_form + h3 b {
  position: relative;
  top: -12px;
  background: #ffffff;
  padding: 0 8px;
  color: #6d6f71;
  text-transform: uppercase;
}
@media only screen and (min-width: 900px) {
  nav#main-nav {
    position: relative;
    z-index: 100;
  }
  nav#main-nav > ul {
    height: 60px;
    position: relative;
    z-index: 100;
  }
  nav#main-nav > ul > li {
    position: relative;
    display: block;
    float: left;
    width: 12.5%;
  }
  nav#main-nav > ul > li > a {
    height: 60px;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    width: 100%;
    padding: 0 12px;
    text-align: center;
    display: table;
  }
  nav#main-nav > ul > li > a > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  nav#main-nav > ul > li > ul {
    position: absolute;
    left: -9999px;
  }
  nav#main-nav > ul > li:hover ul {
    left: 0px;
  }
  nav#main-nav > ul > li > ul > li {
    float: left;
  }
  nav#main-nav > ul > li > ul li a {
    display: block;
  }
  nav#main-nav > ul > li:last-child:hover > ul {
    left: auto;
    right: 0px;
  }
  /* mobile responsive fixes */
  nav#main-nav ul.child-menu {
    display: block !important;
  }
  nav#main-nav ul.child-menu li.mobile-child-nav {
    display: none !important;
  }
  nav#main-nav {
    margin-left: 0px !important;
  }
  nav#quicklinks {
    display: block;
  }
  nav#quicklinks ul {
    height: 144px;
    overflow: hidden;
  }
  nav#quicklinks ul li {
    height: 144px;
    float: left;
    width: 33.33333333%;
    text-align: center;
  }
  nav#quicklinks ul li a {
    padding: 12px 0;
    display: block;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  nav#quicklinks ul li a .ql-title-wrapper {
    display: table;
    height: 72px;
    width: 100%;
  }
  nav#quicklinks ul li a .ql-title-wrapper span {
    padding: 0px 2em;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  nav#quicklinks ul li a img {
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
  }
  #content {
    overflow: hidden;
  }
  #primary {
    position: relative;
    float: left;
    margin-right: -384px;
    width: 100%;
  }
  #primary .post:first-child {
    padding-top: 0;
  }
  #primary .post {
    padding-top: 24px;
  }
  #primary .fluid {
    margin-right: 384px;
    padding: 24px;
  }
  #secondary {
    float: left;
    position: relative;
    width: 360px;
    margin-left: 24px;
  }
  #secondary .widget:first-child {
    padding-top: 0px;
  }
  #secondary .widget {
    padding-top: 24px;
  }
  .single-column #primary {
    float: none;
    margin-right: 0px;
  }
  .single-column #primary .fluid {
    margin-right: 0px;
  }
  .single-column #secondary {
    float: none;
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  /* CSS for jQuery Orbit Plugin 1.4.0
	 * Maintained for Foundation. foundation.zurb.com
	 * Free to use under the MIT license.
	 * http://www.opensource.org/licenses/mit-license.php

	/* CONTAINER
	   ================================================== */
  div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
  }
  div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
  }
  div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  div.orbit a.orbit-slide {
    border: none;
    line-height: 0;
    display: none;
  }
  div.orbit div.orbit-slide {
    width: 100%;
    height: 100%;
  }
  /* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
  /* TIMER
	   ================================================== */
  div.orbit-wrapper div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 300;
  }
  div.orbit-wrapper span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 3;
  }
  div.orbit-wrapper span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
  }
  div.orbit-wrapper span.rotator.move {
    left: 0;
  }
  div.orbit-wrapper span.mask.move {
    width: 40px;
    left: 0;
  }
  div.orbit-wrapper span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
  }
  div.orbit-wrapper div.timer:hover span.pause,
  div.orbit-wrapper span.pause.active {
    opacity: 1;
  }
  /* CAPTIONS
	   ================================================== */
  span.orbit-caption {
    display: none;
  }
  .orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  /* DIRECTIONAL NAV
	   ================================================== */
  div.orbit-wrapper div.slider-nav {
    display: none;
  }
  div.orbit-wrapper div.slider-nav span {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    bottom: 0;
    cursor: pointer;
  }
  div.orbit-wrapper div.slider-nav span.right {
    background: red;
    right: 0;
  }
  div.orbit-wrapper div.slider-nav span.left {
    background: red;
    left: 0;
  }
  /* FLUID LAYOUT
	================================================== */
  div.orbit .fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%;
  }
  div.orbit > img,
  div.orbit > a {
    position: absolute;
    display: block;
    top: 0;
  }
  .orbit-wrapper,
  #featured {
    width: inherit !important;
    height: inherit !important;
  }
  div.orbit,
  div.orbit-wrapper {
    width: 100% !important;
  }
  /* Correct timer in IE 
	.timer { display: none !important; }
	div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; } */
  /* BULLET NAV
	   ================================================== */
  ul.orbit-bullets {
    left: 50%;
    z-index: 60;
    list-style: none;
    bottom: 0px;
    padding: 0;
    position: absolute;
    height: 40px;
    display: none;
  }
  ul.orbit-bullets li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    margin: 0px 4px;
    text-indent: -9999px;
    border-radius: 10px;
  }
  ul.orbit-bullets li.active {
    background: #7c1216;
    background: #999;
    background: rgba(255, 255, 255, 0.5);
    color: #222;
    background-position: -8px 0;
  }
  ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
  }
  ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
  }
  .search-form {
    border: none;
    overflow: hidden;
  }
  .search-form .s {
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border: none;
    height: 31.2px;
    line-height: 31.2px;
    padding-left: 12px;
    padding-right: 42px;
    float: left;
  }
  .search-form .search-submit {
    vertical-align: top;
    cursor: pointer;
    border: none;
    height: 31.2px;
    line-height: 31.2px;
    margin-left: -30px;
    width: 30px;
    padding: 0px;
    top: 0px;
    float: left;
  }
  footer {
    overflow: hidden;
    padding: 24px;
  }
  footer .col {
    /* css3 rec */
    /* ff2 */
    /* ie8 */
    /* safari3 */
    /* konqueror */
    float: left;
    padding-left: 24px;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  footer .col:first-child {
    padding-left: 0px;
  }
  footer.col-count-1 .col {
    width: 100%;
  }
  footer.col-count-2 .col {
    width: 50%;
  }
  footer.col-count-3 .col {
    width: 33.3333%;
  }
  footer.col-count-4 .col {
    width: 25%;
  }
  #content form * {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  #content form {
    padding: 12px;
    margin-bottom: 1.48em;
  }
  #content form .field_wrapper {
    min-height: 96px;
    padding: 12px;
    float: left;
  }
  #content form .field_wrapper.full {
    width: 100%;
  }
  #content form .field_wrapper label {
    display: block;
    margin: 0.3em 0em;
  }
  #content form .field_wrapper input,
  #content form .field_wrapper select,
  #content form .field_wrapper textarea {
    width: 100%;
    border: none;
    padding: 8px;
  }
  #content form .button_wrapper {
    overflow: hidden;
    width: 100%;
    padding: 12px;
  }
  #content form .button_wrapper input {
    float: left;
    padding: 12px 24px;
    margin-right: 12px;
  }
  #content form .field_wrapper .input-meta {
    margin: 0.3em 0;
  }
  #content form .field_wrapper input[type="checkbox"] {
    width: auto;
    padding: 0;
  }
  #content form .field_wrapper {
    width: 50%;
  }
  table {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    width: 100%;
    margin: 0.5em 0;
  }
  table thead {
    width: 100%;
  }
  table thead th {
    padding: 1em 0.8em;
  }
  table caption {
    padding: 1em 0.8em;
  }
  table td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 0.8em;
  }
  #content #secondary .widget_social_links ul {
    list-style: none;
    margin: 0;
  }
  #content #secondary .widget_social_links ul li {
    float: left;
    text-align: center;
  }
  #content #secondary .widget_social_links ul.item-count-6 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-5 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-4 li {
    width: 25%;
  }
  #content #secondary .widget_social_links ul.item-count-3 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-2 li {
    width: 50%;
  }
  #content #secondary .widget_social_links ul.item-count-1 li {
    width: 100%;
  }
  #content #secondary .widget_quick_links ul {
    margin: 0;
    list-style-type: none;
  }
  #content #secondary .widget_quick_links a {
    display: block;
    margin-left: 0px;
  }
  #content #secondary .widget_quick_links a:first-child {
    padding-top: 0px;
  }
  #content #secondary .widget_quick_links a .outerContainer {
    border-bottom: 1px solid #cbc6c1;
    position: relative;
    height: 70px;
    display: table;
    overflow: hidden;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    padding-left: 90px;
    width: 100%;
  }
  #content #secondary .widget_quick_links a .outerContainer:Hover {
    background: #dedede;
    background: rgba(0, 0, 0, 0.1);
  }
  #content #secondary .widget_quick_links a .outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
  }
  #content #secondary .widget_quick_links a .outerContainer .innerContainer .element span {
    text-decoration: none;
    padding: 0px 14px 0px 0px;
    display: block;
  }
  #content #secondary .widget_quick_links a img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
  }
  .al-accordion {
    margin-bottom: 1.48em;
  }
  .accordion-wrap .al-accordion {
    margin-bottom: 0;
  }
  .al-accordion a.al-accordion-title {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 60px 16px 24px;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .al-accordion .al-accordion-content {
    padding: 1.48em;
    display: none;
  }
  /* calendar-event-selecter */
  #content .cal-controls {
    padding: 24px;
    background: #346d93;
    color: #ffffff;
  }
  #content .cal-controls select {
    margin-left: 12px;
    background: #fff;
    color: #333;
    padding: 6px;
  }
  #content .cal-controls select option {
    padding-right: 24px;
  }
  /* calendar-header */
  #content .calendar {
    position: relative;
  }
  #content .calendar .cal-header {
    height: 80px;
    text-align: center;
    position: relative;
  }
  #content .calendar .cal-header nav a {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 50px;
  }
  #content .calendar .cal-header nav a.cal-prev,
  #content .calendar .cal-header nav a.cal-next {
    font-size: 4em;
    line-height: 66px;
  }
  #content .calendar .cal-header nav a.cal-prev {
    left: 0;
  }
  #content .calendar .cal-header nav a.cal-next {
    right: 0;
  }
  #content .calendar .cal-header h2 {
    margin: 0;
    font-weight: bold;
    font-size: 2.4em;
  }
  #content .calendar .cal-header h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
  }
  #content .cal-header .cal-month {
    padding-top: 12px;
    text-transform: uppercase;
  }
  #content .cal-header .cal-year {
    padding-top: 0px;
  }
  /* calendar */
  #content .calendar .cal-legend {
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    height: 40px;
    line-height: 40px;
  }
  #content .calendar .cal-legend .cal-cell {
    border-left: 1px solid #aaaaaa;
    height: 40px;
    line-height: 40px;
  }
  #content .calendar .cal-cell {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    width: 14.28571429%;
    float: left;
    text-align: center;
  }
  #content .calendar .cal-content .cal-week {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    height: 80px;
    overflow: hidden;
    border-right: 1px solid #aaaaaa;
  }
  #content .calendar .cal-content.week-count-6 .cal-week {
    height: 66.66666667px;
  }
  #content .calendar .cal-content.week-count-7 .cal-week {
    height: 57.14285714px;
  }
  #content .calendar .cal-content .cal-week:first-child {
    border-top: 1px solid #aaaaaa;
  }
  #content .calendar .cal-content .cal-week .cal-cell {
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    border-left: 1px solid #aaaaaa;
    height: 100%;
    margin: 0 auto;
  }
  #content .calendar .cal-content .cal-week .cal-cell .number {
    left: 50%;
    border-left: none;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin: -15px 0px 0px -15px;
  }
  #content .calendar .cal-content .cal-week .cal-cell .event-count {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #content .calendar .cal-content .cal-week .cal-cell.has-event {
    cursor: pointer;
  }
  /* full-cal-specifics */
  #content .calendar.cal-full .events-wrap {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    display: none;
    border-bottom: 1px solid #aaaaaa;
  }
  /* listing-cal-specifics */
  #content .calendar.cal-listing .cal-listing-content {
    background: #fff;
  }
  #content .calendar.cal-listing .cal-listing {
    background: #fff;
    min-height: 66px;
    position: relative;
    overflow: hidden;
  }
  #content .calendar.cal-listing .date {
    line-height: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-size: 0.9em;
    background: #ddd;
    padding: 4px;
    display: inline-block;
  }
  #content .calendar.cal-listing .date .date-day {
    font-size: 2.1em;
  }
  #content .calendar.cal-listing .date .date-month {
    color: #555;
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .date .date-dayofweek {
    color: #999;
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .events-wrap {
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border-top: 4px solid #eee;
    float: left;
    background: none;
  }
  #content .calendar.cal-listing .events-wrap .event {
    line-height: 1.2em;
    background: #fff;
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #efefef;
  }
  #content .calendar.cal-listing .events-wrap .event:first-child {
    border: none;
  }
  #content .calendar.cal-listing .events-wrap .inner {
    padding: 0px;
  }
  #content .calendar.cal-listing .events-wrap {
    margin-top: 0px;
    padding: 0 12px 0 88px;
  }
  #content .calendar.cal-listing .events-wrap .event:first-child {
    border-top: none;
  }
  #content .calendar.cal-listing .events-wrap .event .event-title {
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul {
    margin-left: 0px;
    overflow: hidden;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    margin: 0 1em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    float: left;
  }
  .noevents {
    padding: 24px;
    height: 200px;
  }
  /* widget */
  .widget_events .events {
    overflow: hidden;
  }
  .widget_events .events .event-cal-widget-link {
    float: right;
    padding: 12px;
  }
  #content .post p.summary-excerpt {
    margin-bottom: 1.5em;
  }
  #content form.pr-form {
    padding: 10px;
    margin-bottom: 0px;
    text-align: right;
  }
  #content form.pr-form select {
    background: #fff;
    padding: 4px;
    width: 80px;
    margin-left: 8px;
  }
  #content .pr-content {
    background: #f5f5f5;
    padding: 24px 24px 24px 24px;
  }
  #content .pr-content h5 {
    font-size: 2em;
    margin: 24px 0 12px;
  }
  #content .pr-content h5:first-child {
    margin-top: 0;
  }
  .entry-header .post-meta {
    margin-bottom: 24px;
  }
  #page-wrap {
    width: 960px;
    margin: 0 auto;
  }
  body {
    background: url('../img/bg.png') center 0 repeat-x #badced;
  }
  #content #primary .fluid {
    margin-right: 360px;
  }
  header#super-header {
    overflow: hidden;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    color: #fff;
    height: 48px;
    line-height: 48px;
  }
  header#super-header .component-wrapper {
    float: left;
    width: 600px;
    overflow: hidden;
  }
  header#super-header .component-wrapper ul li {
    float: left;
    margin-right: 2em;
    list-style: none;
  }
  header#super-header .search-form {
    width: 240px;
    float: right;
    border-radius: 6px;
    margin-top: 8px;
    border-top: 1px solid #641d12;
  }
  header#super-header .search-form input {
    color: #777;
    background-color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd));
    background: -webkit-linear-gradient(top, #ffffff, #dddddd);
    background: -moz-linear-gradient(top, #ffffff, #dddddd);
    background: -ms-linear-gradient(top, #ffffff, #dddddd);
    background: -o-linear-gradient(top, #ffffff, #dddddd);
    text-shadow: 0px 1px 0px #fff;
  }
  header#super-header .search-form button {
    background-color: #224d69;
    background: -webkit-gradient(linear, left top, left bottom, from(#224d69), to(#183649));
    background: -webkit-linear-gradient(top, #224d69, #183649);
    background: -moz-linear-gradient(top, #224d69, #183649);
    background: -ms-linear-gradient(top, #224d69, #183649);
    background: -o-linear-gradient(top, #224d69, #183649);
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.8);
  }
  header#page-header a {
    position: relative;
    display: block;
    width: 100%;
    height: 192px;
    background: url('../img/header.png') 0 center no-repeat;
  }
  header#page-header a span.page-slug {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-size: 1.2em;
    color: #4b4c4b;
    text-shadow: 1px 0px 0px #d7eaf3, -1px 0px 0px #d7eaf3, 0px -1px 0px #d7eaf3, 0px 1px 0px #d7eaf3;
  }
  header#super-header .btn-language {
    float: right;
    margin: 8px 15px 10px 0;
    line-height: 2.4em;
    background: #1E455E;
    border-radius: 5px;
    padding: 0 12px;
    color: #fff;
  }
  header#super-header .btn-language:hover {
    background: #0a1f2d;
  }
  .ds-wrap {
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.4);
  }
  nav#main-nav {
    font-weight: 700;
    box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.5);
    margin: 0px -10px !important;
    font-size: 0.929em;
  }
  nav#main-nav a {
    color: #fff;
  }
  nav#main-nav > ul {
    *zoom: 1;
    background: #184a6c;
    float: none;
    height: auto;
  }
  nav#main-nav > ul:before,
  nav#main-nav > ul:after {
    content: " ";
    display: table;
  }
  nav#main-nav > ul:after {
    clear: both;
  }
  nav#main-nav > ul {
    border-bottom: 1px solid #0f2d42;
    border-top: 1px solid #216796;
  }
  nav#main-nav > ul > li:first-child {
    border-left: 1px solid #0f2d42;
  }
  nav#main-nav > ul > li {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border-left: 1px solid #216796;
    border-right: 1px solid #0f2d42;
  }
  nav#main-nav > ul > li > a {
    line-height: 1.2em;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    padding-top: 60px;
    height: 120px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  }
  nav#main-nav > ul > li:hover {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    background: #0a1f2d;
  }
  nav#main-nav > ul > li:hover > a {
    background-position: center 7px !important;
  }
  nav#main-nav > ul > li:hover > ul {
    left: -1px;
  }
  nav#main-nav > ul > li.item1 > a {
    background: url('../img/elections-office.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item2 > a {
    background: url('../img/voter-information.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item3 > a {
    background: url('../img/early-voting-information-icon.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item4 > a {
    background: url('../img/election-day-information.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item5 > a {
    background: url('../img/training-and-education.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item6 > a {
    background: url('../img/elected-officials.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item7 > a {
    background: url('../img/election-results-and-maps.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li.item8 > a {
    background: url('../img/related-links-icon.png') center 10px no-repeat;
  }
  nav#main-nav > ul > li > ul {
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    -webkit-transition: 0.25s max-height ease-in-out;
    -moz-transition: 0.25s max-height ease-in-out;
    -o-transition: 0.25s max-height ease-in-out;
    transition: 0.25s max-height ease-in-out;
    max-height: 0px;
    border: 1px solid #193e66;
  }
  nav#main-nav > ul > li:hover > ul {
    max-height: initial;
  }
  nav#main-nav > ul > li > ul > li {
    width: 240px;
  }
  nav#main-nav > ul > li > ul > li a {
    border-top: 1px solid #4387d2;
    border-bottom: 1px solid #22558d;
    background: #2c6eb6;
    -webkit-transition: 0.05s all ease-in-out;
    -moz-transition: 0.05s all ease-in-out;
    -o-transition: 0.05s all ease-in-out;
    transition: 0.05s all ease-in-out;
    color: #fff;
    padding: 16px;
    display: block;
  }
  nav#main-nav > ul > li > ul > li a:hover {
    background: #3179c9;
  }
  nav#main-nav > ul > li > ul > li > ul > li > a {
    border-top: 1px solid #7ea6d1;
    background: #588cc4;
    padding-left: 36px;
  }
  nav#main-nav > ul > li > ul > li > ul > li > a:hover {
    background: #66a1e2;
  }
  nav#main-nav:after {
    position: absolute;
    right: 0;
    display: block;
    content: "";
    background: url('../img/navigation-foldbehind.png') -10px 0 no-repeat;
    width: 10px;
    height: 10px;
  }
  nav#main-nav:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    display: block;
    content: "";
    background: url('../img/navigation-foldbehind.png') 0 0 no-repeat;
    width: 10px;
    height: 10px;
  }
  footer.copyright {
    overflow: hidden;
    padding: 24px 0px;
  }
  .al-accordion a.al-accordion-title {
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background: #448ebf;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle {
    background: url('../img/accordion-toggle-inactive.png') center center no-repeat;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle.active {
    background: url('../img/accordion-toggle-active.png') center center no-repeat;
  }
  .al-accordion .al-accordion-content {
    background: #eeeeee;
  }
  #content #primary form {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    border-radius: 0px;
    background: #cccccc;
  }
  #content #primary form .field_wrapper input,
  #content #primary form .field_wrapper textarea,
  #content #primary form .field_wrapper select {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
    background: #ffffff;
  }
  #content #primary form .button_wrapper input {
    font-weight: 700;
    border-top: 1px solid #5054bf;
    border-bottom: 1px solid #121331;
    color: #ffffff;
    border-radius: 0px;
    background-color: #3b3ea1;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3ea1), to(#1f2257));
    background: -webkit-linear-gradient(top, #3b3ea1, #1f2257);
    background: -moz-linear-gradient(top, #3b3ea1, #1f2257);
    background: -ms-linear-gradient(top, #3b3ea1, #1f2257);
    background: -o-linear-gradient(top, #3b3ea1, #1f2257);
  }
  #content #primary form .button_wrapper input:hover {
    border-top: 1px solid #3b3ea1;
    border-bottom: 1px solid #04050c;
    background-color: #2d307c;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d307c), to(#121331));
    background: -webkit-linear-gradient(top, #2d307c, #121331);
    background: -moz-linear-gradient(top, #2d307c, #121331);
    background: -ms-linear-gradient(top, #2d307c, #121331);
    background: -o-linear-gradient(top, #2d307c, #121331);
  }
  #content #primary .search-form {
    padding: 24px;
  }
  #content #primary .search-widget-wrapper .s {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 0px;
  }
  #content #primary .search-label {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
  }
  #content table {
    line-height: auto;
    border-color: #cccccc;
    background: #efefef;
  }
  #content table colgroup:nth-child(2n+1) {
    background: #e5e5e5;
  }
  #content table td {
    border-color: #cccccc;
  }
  #content table tbody tr:hover {
    background: #dbdbdb;
  }
  #content table thead,
  #content table tr.row_header,
  #content table caption {
    padding: 1em 0.6em;
    text-transform: uppercase;
    font-size: 1.2em;
    background: #448ebf;
    color: #ffffff;
    font-weight: 700;
  }
  #content table tr.row_header:hover {
    background: #35729b;
  }
  #content table thead a,
  #content table tr.row_header a,
  #content table caption a {
    color: #fff;
  }
  #content table thead a {
    text-decoration: underline;
  }
  #content table tr.sub_header {
    background: #dceaf3;
  }
  #content table tr.sub_header:hover {
    background: #b6d3e6;
  }
  #content table tr.row_header td {
    font-size: 1.2em;
    padding: 1em 0.6em;
  }
  /* calendar */
  #content .calendar {
    background: #efefef;
  }
  #content .cal-header {
    background: #448ebf;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  }
  #content .cal-header h2 {
    color: #ffffff;
  }
  #content .cal-header .cal-nav .cal-prev,
  #content .cal-header .cal-nav .cal-next {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 4em;
    line-height: 66px;
    color: #ffffff;
  }
  #content .cal-header .cal-nav .cal-prev:hover,
  #content .cal-header .cal-nav .cal-next:hover {
    color: #f5f5f5;
    background: #3d83b2;
  }
  #content .event-count {
    background: #777;
    color: #fff;
  }
  #content .cal-legend {
    background: #d6d6d6;
  }
  #content .cal-listing .date {
    background: #d6d6d6;
  }
  #content .cal-cell.current_day {
    background: #ffffff;
  }
  #content .cal-cell.active {
    background: #a52f1e;
    color: #fff;
  }
  #content .cal-cell.active:hover {
    background: #7a2316;
    color: #fff;
  }
  #content .cal-cell .event-count {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #content .cal-cell:hover {
    background: #d6d6d6;
  }
  #content .cal-cell.active .event-count {
    background: #fff;
    color: #4d4d4d;
  }
  #content .calendar .events-wrap {
    background: #eee;
  }
  #content .calendar .events-wrap .inner {
    padding: 24px;
  }
  #content .calendar .events-wrap .event {
    margin-top: 24px;
    padding: 24px;
    background: #fefefe;
  }
  #content .calendar .events-wrap .event:first-child {
    margin-top: 0px;
  }
  #content .calendar .events-wrap .event .event-title {
    font-size: 1.618em;
  }
  #content .calendar .events-wrap .event .event-meta ul {
    margin-left: 0px;
    overflow: hidden;
  }
  #content .calendar .events-wrap .event .event-meta ul li {
    color: #808080;
    margin: 0 1em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    float: left;
  }
  #content .calendar.cal-listing .current_day .date {
    background: #b6d3e6;
  }
  #content .widget_events .events .event a {
    font-weight: bold;
    font-size: 1.2em;
  }
  #content .widget_events .events .event .event-meta {
    font-size: 0.9em;
    color: #a5a29b;
  }
  #content .widget_events .events .event-cal-widget-link {
    background: #448ebf;
    background-color: #6aa5cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa5cc), to(#2f6488));
    background: -webkit-linear-gradient(top, #6aa5cc, #2f6488);
    background: -moz-linear-gradient(top, #6aa5cc, #2f6488);
    background: -ms-linear-gradient(top, #6aa5cc, #2f6488);
    background: -o-linear-gradient(top, #6aa5cc, #2f6488);
    color: #fff;
  }
  #content .widget_events .events .event-cal-widget-link:hover {
    background: #35729b;
  }
  #content #secondary aside.widget_events .events .event {
    margin-bottom: 12px;
    background: #f8f4e9;
    padding: 12px 12px;
    border-bottom: 1px solid #ddd;
  }
  .single-event .meta {
    font-size: 0.926em;
    line-height: 1.3em;
    color: #999;
    margin-bottom: 12px;
  }
  /* button styles */
  #content .button1,
  #content .button2,
  #content .button3 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.418em;
    color: #ffffff;
    padding: 0.8em 1.2em;
    display: inline-block;
  }
  #content .button1 {
    background: #a52f1e;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
  }
  #content .button1:hover {
    background: #a52f1e;
    background-color: #8f291a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f291a), to(#641d12));
    background: -webkit-linear-gradient(top, #8f291a, #641d12);
    background: -moz-linear-gradient(top, #8f291a, #641d12);
    background: -ms-linear-gradient(top, #8f291a, #641d12);
    background: -o-linear-gradient(top, #8f291a, #641d12);
  }
  #content .button2 {
    background: blue;
    background-color: #1a1aff;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1aff), to(#0000e6));
    background: -webkit-linear-gradient(top, #1a1aff, #0000e6);
    background: -moz-linear-gradient(top, #1a1aff, #0000e6);
    background: -ms-linear-gradient(top, #1a1aff, #0000e6);
    background: -o-linear-gradient(top, #1a1aff, #0000e6);
  }
  #content .button2:hover {
    background: blue;
    background-color: #0000e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0000e6), to(#0000b3));
    background: -webkit-linear-gradient(top, #0000e6, #0000b3);
    background: -moz-linear-gradient(top, #0000e6, #0000b3);
    background: -ms-linear-gradient(top, #0000e6, #0000b3);
    background: -o-linear-gradient(top, #0000e6, #0000b3);
  }
  #content .button3 {
    background: green;
    background-color: #009a00;
    background: -webkit-gradient(linear, left top, left bottom, from(#009a00), to(#006700));
    background: -webkit-linear-gradient(top, #009a00, #006700);
    background: -moz-linear-gradient(top, #009a00, #006700);
    background: -ms-linear-gradient(top, #009a00, #006700);
    background: -o-linear-gradient(top, #009a00, #006700);
  }
  #content .button3:hover {
    background: green;
    background-color: #006700;
    background: -webkit-gradient(linear, left top, left bottom, from(#006700), to(#003400));
    background: -webkit-linear-gradient(top, #006700, #003400);
    background: -moz-linear-gradient(top, #006700, #003400);
    background: -ms-linear-gradient(top, #006700, #003400);
    background: -o-linear-gradient(top, #006700, #003400);
  }
  /* large page link */
  #content #secondary .large-page-link {
    display: block;
    padding: 1em;
    background: #a52f1e;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
  }
  #content #secondary .large-page-link:hover {
    background-color: #a52f1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#a52f1e), to(#7a2316));
    background: -webkit-linear-gradient(top, #a52f1e, #7a2316);
    background: -moz-linear-gradient(top, #a52f1e, #7a2316);
    background: -ms-linear-gradient(top, #a52f1e, #7a2316);
    background: -o-linear-gradient(top, #a52f1e, #7a2316);
  }
  #content #secondary .large-page-link h4 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    text-align: center;
    color: #fff;
  }
  /* Countdown
	================================================== */
  .countdownHolder {
    padding: 0.3em 0 0 0;
    margin: 0 auto -10px auto;
    font: 40px/1.5 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: -3px;
  }
  .position {
    overflow: hidden;
    display: inline-block;
    height: 1.6em;
    position: relative;
    width: 1.05em;
  }
  .digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: #444;
    border-radius: .2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
  }
  .digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    background-image: linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3a3a3a), color-stop(0.5, #444444));
  }
  .note {
    text-align: center;
  }
  .countSeconds,
  .countMinutes {
    white-space: nowrap;
  }
  .countDiv {
    display: inline-block;
    width: 16px;
    height: 1.6em;
    position: relative;
  }
  .countDiv:before,
  .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
  }
  .countDiv:after {
    top: 0.9em;
  }
  .ie8 .countdownHolder {
    display: none;
  }
  .ie7 .countdownHolder {
    display: none;
  }
  /* Accordion Component Stuff
	================================================== */
  #content ul.toggle-menu {
    margin-left: 0px;
    list-style: none;
  }
  #content ul.toggle-menu {
    padding: 0.5em 0;
  }
  #content ul.toggle-menu .accordion-header {
    font-weight: bold;
    color: #fff;
    background: #44a4e6;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #467ca0;
    border-top: 1px solid #cbe6f8;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 60px 16px 12px;
  }
  #content ul.toggle-menu .accordion-header span.arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/accordion-toggle-inactive.png') center center no-repeat;
  }
  #content ul.toggle-menu .accordion-header.active span.arrow {
    background: url('../img/accordion-toggle-active.png') center center no-repeat;
  }
  #content ul.toggle-menu table {
    margin: 0;
  }
  #content ul.toggle-menu .table-wrapper {
    display: none;
  }
  /* ZZ Topz
	================================================== */
  .component-wrapper h2 {
    text-transform: uppercase;
    background: none;
    border: none;
    font-size: 2em;
    line-height: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: capitalize;
  }
  .select-all-btn input {
    margin-right: 10px;
  }
  .soe_main_container {
    overflow-x: auto;
  }
  #content .component-wrapper table th,
  #content .component-wrapper table tr,
  #content .component-wrapper table caption {
    text-align: left;
    font-size: 12px;
  }
  #content .component-wrapper h4 {
    margin: 0;
    padding: 0.5em 0;
  }
  .component-wrapper .field_wrapper h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .component-wrapper .field_wrapper .select-all-btn {
    margin-bottom: 8px;
  }
  #soe_voter_component fieldset b {
    margin-left: 12px;
  }
  #soe-streetForm-container div div p:first-child {
    margin-bottom: 1.48em;
  }
  #soe-voterStatSearch-container input[type=radio] {
    margin-left: 12px;
  }
  a {
    cursor: pointer;
  }
  #content #soe_votersummary_container ul {
    margin-left: 0;
  }
  table tbody th {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  /*-- dumb... --*/
  #content .elections-election-offices #election-accordion {
    margin: -0.8em;
  }
  #content .elections-election-offices > tbody > tr > td table {
    margin: 0px;
  }
  #content .elections-election-offices h3 {
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #467ca0;
    border-top: 1px solid #cbe6f8;
    cursor: pointer;
    margin: 0;
    background: url('../img/accordion-toggle-inactive.png') right center #9ed0f2 no-repeat;
    padding: 0.8em;
  }
  #content .elections-election-offices h3 a {
    color: #fff;
    font-weight: bold;
  }
  #content .elections-election-offices h3.ui-state-active {
    background: url('../img/accordion-toggle-active.png') right center #5f96ba no-repeat;
  }
  /* BREAD CRUMBS
	================================================== */
  .precinct-location {
    margin-bottom: 1em;
  }
  .soe_crumbs {
    padding: 0.6em 0em;
    color: ;
  }
  .soe_crumbs .soe_crumb {
    color: #25297f;
    margin-right: 4px;
    cursor: pointer;
  }
  .soe_crumbs .crumb_active {
    color: #bbb;
    cursor: auto;
  }
  /* ELECTED OFFICIALS
	================================================== */
  #content #primary .eo-nav {
    margin-left: 0px;
    margin-top: 14px;
  }
  #content #primary .eo-nav li {
    list-style: none;
    margin: 0;
    margin-right: 12px;
    display: inline;
  }
  #content #primary .eo-nav li a {
    margin-bottom: 8px;
    display: inline-block;
    padding: 10px 16px;
    background: #737373;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  }
  /* ELECTIONS
	================================================== */
  .caption-print {
    float: right;
  }
  /* VOTER STATS SEARCH
	================================================== */
  #primary #voter_stats_search #soe-voterStatistics-result {
    margin-top: 14px;
  }
  /* UI-AUTOCOMPLETE
	================================================== */
  .ui-autocomplete {
    border: 3px solid #ddd;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    border-radius: 9px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    max-height: 300px !important;
    overflow-y: auto;
    list-style: none;
    background: white !important;
    text-align: left !important;
    width: 420px !important;
  }
  .ui-autocomplete li {
    margin-left: 0px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
  }
  .ui-autocomplete li:hover {
    background: #efefef;
  }
  .ui-autocomplete li a {
    display: block;
    padding: 10px;
  }
  /*GENERIC FORMS
	================================================== */
  #generic_forms input {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 10px 16px 7px 16px;
    display: inline-block;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  }
  #generic_forms .button1 {
    background: #b4143d;
    color: #fff;
    border-bottom: 4px solid #860f2d;
  }
  #generic_forms .button1:hover {
    background: #860f2d;
    color: #fff;
    border-bottom: 4px solid #580a1e;
  }
  /* REDISTRICTING INFORMATION
	================================================== */
  #soe_RedistrictingInformationDallas_detail select {
    display: block;
    padding: 4px;
    margin-top: 0.3em;
  }
  .templatename_c_redistricting_information #primary li {
    margin-top: 0.8em;
  }
  #soe_RedistrictingInformationDallas_detail .redistrict-footer {
    margin-top: 1.48em;
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail ul {
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail .redistrict-header {
    margin-bottom: 1.48em;
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail .redistricting-wrapper {
    margin-top: 0em;
  }
  /* EARLY VOTING
	================================================== */
  #content #soe_EarlyVotingDallas_detail h3 {
    margin-top: 0px;
    margin-bottom: 1em;
  }
  #content #soe_EarlyVotingDallas_detail h3.header-box-h3 {
    margin-bottom: 4px;
  }
  #content ul.early-voting-links li {
    list-style: none;
    margin-left: 0px;
  }
  #content ul.early-voting-links {
    margin-top: 0px;
  }
  #content #primary .button1 {
    margin-top: 0px;
  }
  .early-voting-header {
    padding-top: 1.48em;
    border-top: 1px solid #b8babe;
    border-bottom: 1px solid #b8babe;
    padding-bottom: 1.48em;
    margin-bottom: 1.48em;
  }
  .early-voting-full-results-test,
  .early-voting-links {
    margin-bottom: 1em;
  }
  .early-voting-select-city-wrapper {
    margin-bottom: 1.4em;
    background: #e6dacc;
    padding: 1.48em;
    border-radius: 6px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #f7f3ee;
    border-bottom: 1px solid #d5c1aa;
  }
  .early-voting-select-city-wrapper select {
    margin-right: 8px;
    padding: 4px;
  }
  .table-overflow {
    overflow-x: auto;
    margin-bottom: 1.48em;
  }
  .early-voting-pagination {
    margin: 0 auto;
    text-align: center;
  }
  .early-voting-pagination .page-left,
  .early-voting-pagination .page-info,
  .early-voting-pagination .page-right {
    display: inline-block;
  }
  .early-voting-pagination .page-left,
  .early-voting-pagination .page-right {
    min-width: 80px;
  }
  .early-voting-pagination .page-info {
    margin: 0px 10px;
  }
  .early-voting-pagination .page-last {
    margin-left: 10px;
  }
  .early-voting-pagination .page-first {
    margin-right: 10px;
  }
  .dayLink {
    margin-right: 10px;
  }
  .early-voting-result-date-wrapper {
    margin-top: 1.48em;
  }
  #content ul.early-voting-date-selector {
    margin-top: 0.5em;
  }
  #page-wrap {
    position: relative;
  }
  .mobile-only {
    display: none !important;
  }
}
/*-- medium page media query --*/
@media only screen and (max-width: 899px) and (min-width: 720px) {
  #content-slide {
    overflow-x: hidden;
  }
  #page-wrap {
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    left: 0px;
    position: relative;
    top: 0;
    padding-top: 40px;
    width: 100%;
  }
  #page-wrap.active {
    left: 240px;
  }
  #mobile-header {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  #mobile-header a {
    font-size: 16px;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    width: 25%;
    text-align: center;
  }
  #mobile-header [data-icon]:before {
    line-height: 40px;
  }
  nav#main-nav {
    position: absolute;
    width: 240px;
    left: -240px;
    top: 0px;
    -webkit-transition: margin-left 0.25s ease-in-out;
    -moz-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
  }
  nav#main-nav #mobile-menu-meta {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
  }
  nav#main-nav #mobile-menu-meta #mobile-home-btn {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    display: block;
    position: relative;
    top: 4px;
    left: 5px;
  }
  nav#main-nav .mobile-child-nav {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: -40px;
    height: 41px;
    line-height: 40px;
    width: 240px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  nav#main-nav .mobile-child-nav a.mobile-nav-back {
    font-size: 12px;
    display: block;
    height: 40px;
    width: 50px;
    float: left;
    margin-right: 14px;
    padding: 0px 0px 0px 6px;
    border: none;
    line-height: 38px;
    margin-left: 6px;
    text-align: center;
  }
  nav#main-nav ul {
    width: 240px;
    position: absolute;
  }
  nav#main-nav ul ul {
    display: none;
    left: 240px;
    top: -1px;
  }
  nav#main-nav li a {
    display: block;
    padding: 12px 30px 12px 10px;
  }
  nav#main-nav li.parent.active ul {
    display: block;
  }
  /* Content above the nav needs to have a positive z-index */
  #intro,
  #content,
  #page-header {
    position: relative;
    z-index: 100;
  }
  #mobile-menu-nav {
    overflow: hidden;
  }
  #mobile-search-wrapper {
    display: none;
    height: 56px;
    position: relative;
    z-index: 200;
    overflow: hidden;
  }
  #mobile-search-wrapper .search-form {
    padding: 12px;
  }
  #mobile-search-wrapper .search-form .s {
    height: 30px;
    line-height: 30px;
    padding-right: 42px;
    padding-left: 12px;
  }
  #mobile-search-wrapper .search-form .search-submit {
    font-size: 16px;
    height: 30px;
    margin-left: -30px;
    width: 30px;
    padding: 0px;
  }
  #mobile-search-wrapper .search-form .search-submit [data-icon]:before {
    line-height: 30px;
    display: block;
  }
  nav#quicklinks {
    display: block;
  }
  #quicklinks ul li a {
    padding: 0px 24px;
  }
  #quicklinks ul li {
    width: 100%;
  }
  #content {
    overflow: hidden;
  }
  #primary {
    position: relative;
    float: left;
    margin-right: -384px;
    width: 100%;
  }
  #primary .post:first-child {
    padding-top: 0;
  }
  #primary .post {
    padding-top: 24px;
  }
  #primary .fluid {
    margin-right: 384px;
    padding: 24px;
  }
  #secondary {
    float: left;
    position: relative;
    width: 360px;
    margin-left: 24px;
  }
  #secondary .widget:first-child {
    padding-top: 0px;
  }
  #secondary .widget {
    padding-top: 24px;
  }
  .single-column #primary {
    float: none;
    margin-right: 0px;
  }
  .single-column #primary .fluid {
    margin-right: 0px;
  }
  .single-column #secondary {
    float: none;
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  #primary {
    margin-right: -312px;
  }
  #primary .fluid {
    margin-right: 312px;
  }
  #secondary {
    width: 312px;
  }
  /* CSS for jQuery Orbit Plugin 1.4.0
	 * Maintained for Foundation. foundation.zurb.com
	 * Free to use under the MIT license.
	 * http://www.opensource.org/licenses/mit-license.php

	/* CONTAINER
	   ================================================== */
  div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
  }
  div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
  }
  div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  div.orbit a.orbit-slide {
    border: none;
    line-height: 0;
    display: none;
  }
  div.orbit div.orbit-slide {
    width: 100%;
    height: 100%;
  }
  /* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
  /* TIMER
	   ================================================== */
  div.orbit-wrapper div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 300;
  }
  div.orbit-wrapper span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 3;
  }
  div.orbit-wrapper span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
  }
  div.orbit-wrapper span.rotator.move {
    left: 0;
  }
  div.orbit-wrapper span.mask.move {
    width: 40px;
    left: 0;
  }
  div.orbit-wrapper span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
  }
  div.orbit-wrapper div.timer:hover span.pause,
  div.orbit-wrapper span.pause.active {
    opacity: 1;
  }
  /* CAPTIONS
	   ================================================== */
  span.orbit-caption {
    display: none;
  }
  .orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  /* DIRECTIONAL NAV
	   ================================================== */
  div.orbit-wrapper div.slider-nav {
    display: none;
  }
  div.orbit-wrapper div.slider-nav span {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    bottom: 0;
    cursor: pointer;
  }
  div.orbit-wrapper div.slider-nav span.right {
    background: red;
    right: 0;
  }
  div.orbit-wrapper div.slider-nav span.left {
    background: red;
    left: 0;
  }
  /* FLUID LAYOUT
	================================================== */
  div.orbit .fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%;
  }
  div.orbit > img,
  div.orbit > a {
    position: absolute;
    display: block;
    top: 0;
  }
  .orbit-wrapper,
  #featured {
    width: inherit !important;
    height: inherit !important;
  }
  div.orbit,
  div.orbit-wrapper {
    width: 100% !important;
  }
  /* Correct timer in IE 
	.timer { display: none !important; }
	div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; } */
  /* BULLET NAV
	   ================================================== */
  ul.orbit-bullets {
    left: 50%;
    z-index: 60;
    list-style: none;
    bottom: 0px;
    padding: 0;
    position: absolute;
    height: 40px;
    display: none;
  }
  ul.orbit-bullets li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    margin: 0px 4px;
    text-indent: -9999px;
    border-radius: 10px;
  }
  ul.orbit-bullets li.active {
    background: #7c1216;
    background: #999;
    background: rgba(255, 255, 255, 0.5);
    color: #222;
    background-position: -8px 0;
  }
  ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
  }
  ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
  }
  ul.orbit-bullets {
    display: none;
  }
  .search-form {
    border: none;
    overflow: hidden;
  }
  .search-form .s {
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border: none;
    height: 31.2px;
    line-height: 31.2px;
    padding-left: 12px;
    padding-right: 42px;
    float: left;
  }
  .search-form .search-submit {
    vertical-align: top;
    cursor: pointer;
    border: none;
    height: 31.2px;
    line-height: 31.2px;
    margin-left: -30px;
    width: 30px;
    padding: 0px;
    top: 0px;
    float: left;
  }
  footer {
    overflow: hidden;
    padding: 24px;
  }
  footer .col {
    width: 100%;
    padding-top: 24px;
  }
  footer .col:first-child {
    padding-top: 0;
  }
  #content form * {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  #content form {
    padding: 12px;
    margin-bottom: 1.48em;
  }
  #content form .field_wrapper {
    min-height: 96px;
    padding: 12px;
    float: left;
  }
  #content form .field_wrapper.full {
    width: 100%;
  }
  #content form .field_wrapper label {
    display: block;
    margin: 0.3em 0em;
  }
  #content form .field_wrapper input,
  #content form .field_wrapper select,
  #content form .field_wrapper textarea {
    width: 100%;
    border: none;
    padding: 8px;
  }
  #content form .button_wrapper {
    overflow: hidden;
    width: 100%;
    padding: 12px;
  }
  #content form .button_wrapper input {
    float: left;
    padding: 12px 24px;
    margin-right: 12px;
  }
  #content form .field_wrapper .input-meta {
    margin: 0.3em 0;
  }
  #content form .field_wrapper input[type="checkbox"] {
    width: auto;
    padding: 0;
  }
  #content form .field_wrapper {
    width: 100%;
  }
  #content form .button_wrapper input {
    width: 100%;
    margin-top: 1em;
  }
  #content form .button_wrapper input:first-child {
    margin-top: 0em;
  }
  #content form .button_wrapper input:first-child {
    margin-left: 0;
  }
  #content form .button_wrapper.button-count-2 input {
    width: 50%;
  }
  #content form .button_wrapper.button-count-3 input {
    width: 33.33333333%;
  }
  table {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    width: 100%;
    margin: 0.5em 0;
  }
  table thead {
    width: 100%;
  }
  table thead th {
    padding: 1em 0.8em;
  }
  table caption {
    padding: 1em 0.8em;
  }
  table td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 0.8em;
  }
  #content #secondary .widget_social_links ul {
    list-style: none;
    margin: 0;
  }
  #content #secondary .widget_social_links ul li {
    float: left;
    text-align: center;
  }
  #content #secondary .widget_social_links ul.item-count-6 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-5 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-4 li {
    width: 25%;
  }
  #content #secondary .widget_social_links ul.item-count-3 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-2 li {
    width: 50%;
  }
  #content #secondary .widget_social_links ul.item-count-1 li {
    width: 100%;
  }
  #content #secondary .widget_quick_links ul {
    margin: 0;
    list-style-type: none;
  }
  #content #secondary .widget_quick_links a {
    display: block;
    margin-left: 0px;
  }
  #content #secondary .widget_quick_links a:first-child {
    padding-top: 0px;
  }
  #content #secondary .widget_quick_links a .outerContainer {
    border-bottom: 1px solid #cbc6c1;
    position: relative;
    height: 70px;
    display: table;
    overflow: hidden;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    padding-left: 90px;
    width: 100%;
  }
  #content #secondary .widget_quick_links a .outerContainer:Hover {
    background: #dedede;
    background: rgba(0, 0, 0, 0.1);
  }
  #content #secondary .widget_quick_links a .outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
  }
  #content #secondary .widget_quick_links a .outerContainer .innerContainer .element span {
    text-decoration: none;
    padding: 0px 14px 0px 0px;
    display: block;
  }
  #content #secondary .widget_quick_links a img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
  }
  .al-accordion {
    margin-bottom: 1.48em;
  }
  .accordion-wrap .al-accordion {
    margin-bottom: 0;
  }
  .al-accordion a.al-accordion-title {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 60px 16px 24px;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .al-accordion .al-accordion-content {
    padding: 1.48em;
    display: none;
  }
  /* calendar-event-selecter */
  #content .cal-controls {
    padding: 24px;
    background: #346d93;
    color: #ffffff;
  }
  #content .cal-controls select {
    margin-left: 12px;
    background: #fff;
    color: #333;
    padding: 6px;
  }
  #content .cal-controls select option {
    padding-right: 24px;
  }
  /* calendar-header */
  #content .calendar {
    position: relative;
  }
  #content .calendar .cal-header {
    height: 80px;
    text-align: center;
    position: relative;
  }
  #content .calendar .cal-header nav a {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 50px;
  }
  #content .calendar .cal-header nav a.cal-prev,
  #content .calendar .cal-header nav a.cal-next {
    font-size: 4em;
    line-height: 66px;
  }
  #content .calendar .cal-header nav a.cal-prev {
    left: 0;
  }
  #content .calendar .cal-header nav a.cal-next {
    right: 0;
  }
  #content .calendar .cal-header h2 {
    margin: 0;
    font-weight: bold;
    font-size: 2.4em;
  }
  #content .calendar .cal-header h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
  }
  #content .cal-header .cal-month {
    padding-top: 12px;
    text-transform: uppercase;
  }
  #content .cal-header .cal-year {
    padding-top: 0px;
  }
  /* calendar */
  #content .calendar .cal-legend {
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    height: 40px;
    line-height: 40px;
  }
  #content .calendar .cal-legend .cal-cell {
    border-left: 1px solid #aaaaaa;
    height: 40px;
    line-height: 40px;
  }
  #content .calendar .cal-cell {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    width: 14.28571429%;
    float: left;
    text-align: center;
  }
  #content .calendar .cal-content .cal-week {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    height: 80px;
    overflow: hidden;
    border-right: 1px solid #aaaaaa;
  }
  #content .calendar .cal-content.week-count-6 .cal-week {
    height: 66.66666667px;
  }
  #content .calendar .cal-content.week-count-7 .cal-week {
    height: 57.14285714px;
  }
  #content .calendar .cal-content .cal-week:first-child {
    border-top: 1px solid #aaaaaa;
  }
  #content .calendar .cal-content .cal-week .cal-cell {
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    border-left: 1px solid #aaaaaa;
    height: 100%;
    margin: 0 auto;
  }
  #content .calendar .cal-content .cal-week .cal-cell .number {
    left: 50%;
    border-left: none;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin: -15px 0px 0px -15px;
  }
  #content .calendar .cal-content .cal-week .cal-cell .event-count {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #content .calendar .cal-content .cal-week .cal-cell.has-event {
    cursor: pointer;
  }
  /* full-cal-specifics */
  #content .calendar.cal-full .events-wrap {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    display: none;
    border-bottom: 1px solid #aaaaaa;
  }
  /* listing-cal-specifics */
  #content .calendar.cal-listing .cal-listing-content {
    background: #fff;
  }
  #content .calendar.cal-listing .cal-listing {
    background: #fff;
    min-height: 66px;
    position: relative;
    overflow: hidden;
  }
  #content .calendar.cal-listing .date {
    line-height: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-size: 0.9em;
    background: #ddd;
    padding: 4px;
    display: inline-block;
  }
  #content .calendar.cal-listing .date .date-day {
    font-size: 2.1em;
  }
  #content .calendar.cal-listing .date .date-month {
    color: #555;
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .date .date-dayofweek {
    color: #999;
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .events-wrap {
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border-top: 4px solid #eee;
    float: left;
    background: none;
  }
  #content .calendar.cal-listing .events-wrap .event {
    line-height: 1.2em;
    background: #fff;
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #efefef;
  }
  #content .calendar.cal-listing .events-wrap .event:first-child {
    border: none;
  }
  #content .calendar.cal-listing .events-wrap .inner {
    padding: 0px;
  }
  #content .calendar.cal-listing .events-wrap {
    margin-top: 0px;
    padding: 0 12px 0 88px;
  }
  #content .calendar.cal-listing .events-wrap .event:first-child {
    border-top: none;
  }
  #content .calendar.cal-listing .events-wrap .event .event-title {
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul {
    margin-left: 0px;
    overflow: hidden;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    margin: 0 1em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    float: left;
  }
  .noevents {
    padding: 24px;
    height: 200px;
  }
  /* widget */
  .widget_events .events {
    overflow: hidden;
  }
  .widget_events .events .event-cal-widget-link {
    float: right;
    padding: 12px;
  }
  #content .calendar .cal-header {
    font-size: 0.8em;
    height: 60px;
  }
  #content .calendar .cal-content .cal-week {
    height: 62.5px;
  }
  #content .calendar .cal-content.week-count-6 .cal-week {
    height: 50px;
  }
  #content .calendar .cal-content.week-count-7 .cal-week {
    height: 41.66666667px;
  }
  #content .calendar .cal-content .cal-week .cal-cell .event-count {
    margin-left: -4px;
    top: auto;
    position: absolute;
    left: 50%;
    bottom: 4px;
    border-radius: 6px;
    width: 8px;
    height: 8px;
    line-height: -9999px;
    overflow: hidden;
    text-indent: -9999px;
  }
  #content .post p.summary-excerpt {
    margin-bottom: 1.5em;
  }
  #content form.pr-form {
    padding: 10px;
    margin-bottom: 0px;
    text-align: right;
  }
  #content form.pr-form select {
    background: #fff;
    padding: 4px;
    width: 80px;
    margin-left: 8px;
  }
  #content .pr-content {
    background: #f5f5f5;
    padding: 24px 24px 24px 24px;
  }
  #content .pr-content h5 {
    font-size: 2em;
    margin: 24px 0 12px;
  }
  #content .pr-content h5:first-child {
    margin-top: 0;
  }
  .entry-header .post-meta {
    margin-bottom: 24px;
  }
  body {
    background: url('../img/bg-texture.jpg') center 0 repeat #badced;
  }
  #page-wrap {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
  }
  #super-header .search-form {
    display: none;
  }
  header#page-header #page-title {
    backdisplay: block;
  }
  #content #primary {
    min-height: auto;
  }
  #content #secondary {
    margin-left: 0px;
  }
  .center {
    width: auto;
  }
  #super-header #voter-stats {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 200;
  }
  #voter-stats {
    display: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    background-color: #a6a6a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -ms-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  #voter-stats ul {
    padding: 24px;
  }
  #mobile-lang {
    background: #6B1509;
    box-sizing: border-box;
    height: auto;
    padding: 5px 7px 6px;
    box-shadow: inset 0px -5px 10px -1px rgba(0, 0, 0, 0.4);
  }
  a.btn-language {
    background: #886F30;
    padding: 5px 10px;
    border-radius: 10px;
    display: block;
    width: 100px;
    /* margin: 5px 12px; */
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    float: right;
    box-shadow: 0px 1px 0px #030f16;
  }
  header#page-header {
    border-bottom: 12px solid #1f4761;
  }
  header#page-header #page-title {
    text-align: center;
    height: 200px;
    background: url('../img/tablet-header.jpg') center center no-repeat;
    display: block;
  }
  header#page-header a span.page-slug {
    display: block;
    padding-top: 140px;
    font-size: 1.2em;
    color: #4b4c4b;
    text-shadow: 1px 0px 0px #d7eaf3, -1px 0px 0px #d7eaf3, 0px -1px 0px #d7eaf3, 0px 1px 0px #d7eaf3;
  }
  .al-accordion a.al-accordion-title {
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background: #448ebf;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle {
    background: url('../img/accordion-toggle-inactive.png') center center no-repeat;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle.active {
    background: url('../img/accordion-toggle-active.png') center center no-repeat;
  }
  .al-accordion .al-accordion-content {
    background: #eeeeee;
  }
  #content #primary form {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    border-radius: 0px;
    background: #cccccc;
  }
  #content #primary form .field_wrapper input,
  #content #primary form .field_wrapper textarea,
  #content #primary form .field_wrapper select {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
    background: #ffffff;
  }
  #content #primary form .button_wrapper input {
    font-weight: 700;
    border-top: 1px solid #5054bf;
    border-bottom: 1px solid #121331;
    color: #ffffff;
    border-radius: 0px;
    background-color: #3b3ea1;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3ea1), to(#1f2257));
    background: -webkit-linear-gradient(top, #3b3ea1, #1f2257);
    background: -moz-linear-gradient(top, #3b3ea1, #1f2257);
    background: -ms-linear-gradient(top, #3b3ea1, #1f2257);
    background: -o-linear-gradient(top, #3b3ea1, #1f2257);
  }
  #content #primary form .button_wrapper input:hover {
    border-top: 1px solid #3b3ea1;
    border-bottom: 1px solid #04050c;
    background-color: #2d307c;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d307c), to(#121331));
    background: -webkit-linear-gradient(top, #2d307c, #121331);
    background: -moz-linear-gradient(top, #2d307c, #121331);
    background: -ms-linear-gradient(top, #2d307c, #121331);
    background: -o-linear-gradient(top, #2d307c, #121331);
  }
  #content #primary .search-form {
    padding: 24px;
  }
  #content #primary .search-widget-wrapper .s {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 0px;
  }
  #content #primary .search-label {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
  }
  #content table {
    line-height: auto;
    border-color: #cccccc;
    background: #efefef;
  }
  #content table colgroup:nth-child(2n+1) {
    background: #e5e5e5;
  }
  #content table td {
    border-color: #cccccc;
  }
  #content table tbody tr:hover {
    background: #dbdbdb;
  }
  #content table thead,
  #content table tr.row_header,
  #content table caption {
    padding: 1em 0.6em;
    text-transform: uppercase;
    font-size: 1.2em;
    background: #448ebf;
    color: #ffffff;
    font-weight: 700;
  }
  #content table tr.row_header:hover {
    background: #35729b;
  }
  #content table thead a,
  #content table tr.row_header a,
  #content table caption a {
    color: #fff;
  }
  #content table thead a {
    text-decoration: underline;
  }
  #content table tr.sub_header {
    background: #dceaf3;
  }
  #content table tr.sub_header:hover {
    background: #b6d3e6;
  }
  #content table tr.row_header td {
    font-size: 1.2em;
    padding: 1em 0.6em;
  }
  /* calendar */
  #content .calendar {
    background: #efefef;
  }
  #content .cal-header {
    background: #448ebf;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  }
  #content .cal-header h2 {
    color: #ffffff;
  }
  #content .cal-header .cal-nav .cal-prev,
  #content .cal-header .cal-nav .cal-next {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 4em;
    line-height: 66px;
    color: #ffffff;
  }
  #content .cal-header .cal-nav .cal-prev:hover,
  #content .cal-header .cal-nav .cal-next:hover {
    color: #f5f5f5;
    background: #3d83b2;
  }
  #content .event-count {
    background: #777;
    color: #fff;
  }
  #content .cal-legend {
    background: #d6d6d6;
  }
  #content .cal-listing .date {
    background: #d6d6d6;
  }
  #content .cal-cell.current_day {
    background: #ffffff;
  }
  #content .cal-cell.active {
    background: #a52f1e;
    color: #fff;
  }
  #content .cal-cell.active:hover {
    background: #7a2316;
    color: #fff;
  }
  #content .cal-cell .event-count {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #content .cal-cell:hover {
    background: #d6d6d6;
  }
  #content .cal-cell.active .event-count {
    background: #fff;
    color: #4d4d4d;
  }
  #content .calendar .events-wrap {
    background: #eee;
  }
  #content .calendar .events-wrap .inner {
    padding: 24px;
  }
  #content .calendar .events-wrap .event {
    margin-top: 24px;
    padding: 24px;
    background: #fefefe;
  }
  #content .calendar .events-wrap .event:first-child {
    margin-top: 0px;
  }
  #content .calendar .events-wrap .event .event-title {
    font-size: 1.618em;
  }
  #content .calendar .events-wrap .event .event-meta ul {
    margin-left: 0px;
    overflow: hidden;
  }
  #content .calendar .events-wrap .event .event-meta ul li {
    color: #808080;
    margin: 0 1em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    float: left;
  }
  #content .calendar.cal-listing .current_day .date {
    background: #b6d3e6;
  }
  #content .widget_events .events .event a {
    font-weight: bold;
    font-size: 1.2em;
  }
  #content .widget_events .events .event .event-meta {
    font-size: 0.9em;
    color: #a5a29b;
  }
  #content .widget_events .events .event-cal-widget-link {
    background: #448ebf;
    background-color: #6aa5cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa5cc), to(#2f6488));
    background: -webkit-linear-gradient(top, #6aa5cc, #2f6488);
    background: -moz-linear-gradient(top, #6aa5cc, #2f6488);
    background: -ms-linear-gradient(top, #6aa5cc, #2f6488);
    background: -o-linear-gradient(top, #6aa5cc, #2f6488);
    color: #fff;
  }
  #content .widget_events .events .event-cal-widget-link:hover {
    background: #35729b;
  }
  #content #secondary aside.widget_events .events .event {
    margin-bottom: 12px;
    background: #f8f4e9;
    padding: 12px 12px;
    border-bottom: 1px solid #ddd;
  }
  .single-event .meta {
    font-size: 0.926em;
    line-height: 1.3em;
    color: #999;
    margin-bottom: 12px;
  }
  /* button styles */
  #content .button1,
  #content .button2,
  #content .button3 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.418em;
    color: #ffffff;
    padding: 0.8em 1.2em;
    display: inline-block;
  }
  #content .button1 {
    background: #a52f1e;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
  }
  #content .button1:hover {
    background: #a52f1e;
    background-color: #8f291a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f291a), to(#641d12));
    background: -webkit-linear-gradient(top, #8f291a, #641d12);
    background: -moz-linear-gradient(top, #8f291a, #641d12);
    background: -ms-linear-gradient(top, #8f291a, #641d12);
    background: -o-linear-gradient(top, #8f291a, #641d12);
  }
  #content .button2 {
    background: blue;
    background-color: #1a1aff;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1aff), to(#0000e6));
    background: -webkit-linear-gradient(top, #1a1aff, #0000e6);
    background: -moz-linear-gradient(top, #1a1aff, #0000e6);
    background: -ms-linear-gradient(top, #1a1aff, #0000e6);
    background: -o-linear-gradient(top, #1a1aff, #0000e6);
  }
  #content .button2:hover {
    background: blue;
    background-color: #0000e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0000e6), to(#0000b3));
    background: -webkit-linear-gradient(top, #0000e6, #0000b3);
    background: -moz-linear-gradient(top, #0000e6, #0000b3);
    background: -ms-linear-gradient(top, #0000e6, #0000b3);
    background: -o-linear-gradient(top, #0000e6, #0000b3);
  }
  #content .button3 {
    background: green;
    background-color: #009a00;
    background: -webkit-gradient(linear, left top, left bottom, from(#009a00), to(#006700));
    background: -webkit-linear-gradient(top, #009a00, #006700);
    background: -moz-linear-gradient(top, #009a00, #006700);
    background: -ms-linear-gradient(top, #009a00, #006700);
    background: -o-linear-gradient(top, #009a00, #006700);
  }
  #content .button3:hover {
    background: green;
    background-color: #006700;
    background: -webkit-gradient(linear, left top, left bottom, from(#006700), to(#003400));
    background: -webkit-linear-gradient(top, #006700, #003400);
    background: -moz-linear-gradient(top, #006700, #003400);
    background: -ms-linear-gradient(top, #006700, #003400);
    background: -o-linear-gradient(top, #006700, #003400);
  }
  /* large page link */
  #content #secondary .large-page-link {
    display: block;
    padding: 1em;
    background: #a52f1e;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
  }
  #content #secondary .large-page-link:hover {
    background-color: #a52f1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#a52f1e), to(#7a2316));
    background: -webkit-linear-gradient(top, #a52f1e, #7a2316);
    background: -moz-linear-gradient(top, #a52f1e, #7a2316);
    background: -ms-linear-gradient(top, #a52f1e, #7a2316);
    background: -o-linear-gradient(top, #a52f1e, #7a2316);
  }
  #content #secondary .large-page-link h4 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    text-align: center;
    color: #fff;
  }
  #mobile-header {
    background-color: #515151;
    background: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#373737));
    background: -webkit-linear-gradient(top, #515151, #373737);
    background: -moz-linear-gradient(top, #515151, #373737);
    background: -ms-linear-gradient(top, #515151, #373737);
    background: -o-linear-gradient(top, #515151, #373737);
    border-bottom: 1px solid #1e1e1e;
  }
  #mobile-header nav#mobile-menu-nav a {
    color: #ffffff;
    border-left: 1px solid #6a6a6a;
    border-right: 1px solid #1e1e1e;
  }
  #mobile-header nav#mobile-menu-nav a:hover,
  #mobile-header nav#mobile-menu-nav a.active {
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#111111));
    background: -webkit-linear-gradient(top, #2b2b2b, #111111);
    background: -moz-linear-gradient(top, #2b2b2b, #111111);
    background: -ms-linear-gradient(top, #2b2b2b, #111111);
    background: -o-linear-gradient(top, #2b2b2b, #111111);
  }
  #mobile-header nav#mobile-menu-nav a:first-child {
    border-left: none;
  }
  #mobile-search-wrapper {
    background-color: #a6a6a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -ms-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  #mobile-search-wrapper .search-form {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #cccccc;
  }
  #mobile-search-wrapper .search-form .s {
    border-radius: 9px;
    background: #ffffff;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #cccccc;
  }
  nav#quicklinks {
    margin: 0 -24px;
  }
  nav#quicklinks ul li a img {
    display: none;
  }
  nav#quicklinks ul li a {
    border-bottom: 1px solid #16365a;
    border-top: 1px solid #2a68ac;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    display: block;
    background: #204f83;
    height: 72px;
    line-height: 72px;
    white-space: nowrap;
    text-overflow: elipsis;
  }
  nav#quicklinks ul li a:hover {
    border-bottom: 1px solid #0c1e31;
    border-top: 1px solid #204f83;
    background: #dedede;
    background: #16365a;
  }
  /*-- Mobile Navigation --*/
  #mobile-menu-meta,
  nav#main-nav ul li.mobile-child-nav {
    color: #ffffff;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
    border-right: 1px solid #de5d4b;
    border-bottom: 1px solid #4f160e;
    border-top: none;
  }
  nav#main-nav ul li.mobile-child-nav:hover {
    color: #ffffff;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
    border-top: none;
    border-right: 1px solid #de5d4b;
    border-bottom: 1px solid #4f160e;
  }
  nav#main-nav ul li.mobile-child-nav .mobile-nav-back {
    background: url('../img/back-btn.png') 0 center no-repeat;
  }
  nav#main-nav ul li {
    background-color: #a6a6a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -ms-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #737373;
  }
  nav#main-nav ul li:hover {
    background-color: #8c8c8c;
    background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #8c8c8c, #8c8c8c);
    background: -moz-linear-gradient(top, #8c8c8c, #8c8c8c);
    background: -ms-linear-gradient(top, #8c8c8c, #8c8c8c);
    background: -o-linear-gradient(top, #8c8c8c, #8c8c8c);
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #595959;
  }
  nav#main-nav ul li a {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
  }
  nav#main-nav ul li.parent > a {
    background: url('../img/mobile-arrow.png') center right no-repeat;
  }
  /* Countdown
	================================================== */
  .countdownHolder {
    padding: 0.3em 0 0 0;
    margin: 0 auto -10px auto;
    font: 40px/1.5 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: -3px;
  }
  .position {
    overflow: hidden;
    display: inline-block;
    height: 1.6em;
    position: relative;
    width: 1.05em;
  }
  .digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: #444;
    border-radius: .2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
  }
  .digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    background-image: linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3a3a3a), color-stop(0.5, #444444));
  }
  .note {
    text-align: center;
  }
  .countSeconds,
  .countMinutes {
    white-space: nowrap;
  }
  .countDiv {
    display: inline-block;
    width: 16px;
    height: 1.6em;
    position: relative;
  }
  .countDiv:before,
  .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
  }
  .countDiv:after {
    top: 0.9em;
  }
  .ie8 .countdownHolder {
    display: none;
  }
  .ie7 .countdownHolder {
    display: none;
  }
  /* Accordion Component Stuff
	================================================== */
  #content ul.toggle-menu {
    margin-left: 0px;
    list-style: none;
  }
  #content ul.toggle-menu {
    padding: 0.5em 0;
  }
  #content ul.toggle-menu .accordion-header {
    font-weight: bold;
    color: #fff;
    background: #44a4e6;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #467ca0;
    border-top: 1px solid #cbe6f8;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 60px 16px 12px;
  }
  #content ul.toggle-menu .accordion-header span.arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/accordion-toggle-inactive.png') center center no-repeat;
  }
  #content ul.toggle-menu .accordion-header.active span.arrow {
    background: url('../img/accordion-toggle-active.png') center center no-repeat;
  }
  #content ul.toggle-menu table {
    margin: 0;
  }
  #content ul.toggle-menu .table-wrapper {
    display: none;
  }
  /* ZZ Topz
	================================================== */
  .component-wrapper h2 {
    text-transform: uppercase;
    background: none;
    border: none;
    font-size: 2em;
    line-height: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: capitalize;
  }
  .select-all-btn input {
    margin-right: 10px;
  }
  .soe_main_container {
    overflow-x: auto;
  }
  #content .component-wrapper table th,
  #content .component-wrapper table tr,
  #content .component-wrapper table caption {
    text-align: left;
    font-size: 12px;
  }
  #content .component-wrapper h4 {
    margin: 0;
    padding: 0.5em 0;
  }
  .component-wrapper .field_wrapper h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .component-wrapper .field_wrapper .select-all-btn {
    margin-bottom: 8px;
  }
  #soe_voter_component fieldset b {
    margin-left: 12px;
  }
  #soe-streetForm-container div div p:first-child {
    margin-bottom: 1.48em;
  }
  #soe-voterStatSearch-container input[type=radio] {
    margin-left: 12px;
  }
  a {
    cursor: pointer;
  }
  #content #soe_votersummary_container ul {
    margin-left: 0;
  }
  table tbody th {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  /*-- dumb... --*/
  #content .elections-election-offices #election-accordion {
    margin: -0.8em;
  }
  #content .elections-election-offices > tbody > tr > td table {
    margin: 0px;
  }
  #content .elections-election-offices h3 {
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #467ca0;
    border-top: 1px solid #cbe6f8;
    cursor: pointer;
    margin: 0;
    background: url('../img/accordion-toggle-inactive.png') right center #9ed0f2 no-repeat;
    padding: 0.8em;
  }
  #content .elections-election-offices h3 a {
    color: #fff;
    font-weight: bold;
  }
  #content .elections-election-offices h3.ui-state-active {
    background: url('../img/accordion-toggle-active.png') right center #5f96ba no-repeat;
  }
  /* BREAD CRUMBS
	================================================== */
  .precinct-location {
    margin-bottom: 1em;
  }
  .soe_crumbs {
    padding: 0.6em 0em;
    color: ;
  }
  .soe_crumbs .soe_crumb {
    color: #25297f;
    margin-right: 4px;
    cursor: pointer;
  }
  .soe_crumbs .crumb_active {
    color: #bbb;
    cursor: auto;
  }
  /* ELECTED OFFICIALS
	================================================== */
  #content #primary .eo-nav {
    margin-left: 0px;
    margin-top: 14px;
  }
  #content #primary .eo-nav li {
    list-style: none;
    margin: 0;
    margin-right: 12px;
    display: inline;
  }
  #content #primary .eo-nav li a {
    margin-bottom: 8px;
    display: inline-block;
    padding: 10px 16px;
    background: #737373;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  }
  /* ELECTIONS
	================================================== */
  .caption-print {
    float: right;
  }
  /* VOTER STATS SEARCH
	================================================== */
  #primary #voter_stats_search #soe-voterStatistics-result {
    margin-top: 14px;
  }
  /* UI-AUTOCOMPLETE
	================================================== */
  .ui-autocomplete {
    border: 3px solid #ddd;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    border-radius: 9px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    max-height: 300px !important;
    overflow-y: auto;
    list-style: none;
    background: white !important;
    text-align: left !important;
    width: 420px !important;
  }
  .ui-autocomplete li {
    margin-left: 0px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
  }
  .ui-autocomplete li:hover {
    background: #efefef;
  }
  .ui-autocomplete li a {
    display: block;
    padding: 10px;
  }
  /*GENERIC FORMS
	================================================== */
  #generic_forms input {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 10px 16px 7px 16px;
    display: inline-block;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  }
  #generic_forms .button1 {
    background: #b4143d;
    color: #fff;
    border-bottom: 4px solid #860f2d;
  }
  #generic_forms .button1:hover {
    background: #860f2d;
    color: #fff;
    border-bottom: 4px solid #580a1e;
  }
  /* REDISTRICTING INFORMATION
	================================================== */
  #soe_RedistrictingInformationDallas_detail select {
    display: block;
    padding: 4px;
    margin-top: 0.3em;
  }
  .templatename_c_redistricting_information #primary li {
    margin-top: 0.8em;
  }
  #soe_RedistrictingInformationDallas_detail .redistrict-footer {
    margin-top: 1.48em;
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail ul {
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail .redistrict-header {
    margin-bottom: 1.48em;
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail .redistricting-wrapper {
    margin-top: 0em;
  }
  /* EARLY VOTING
	================================================== */
  #content #soe_EarlyVotingDallas_detail h3 {
    margin-top: 0px;
    margin-bottom: 1em;
  }
  #content #soe_EarlyVotingDallas_detail h3.header-box-h3 {
    margin-bottom: 4px;
  }
  #content ul.early-voting-links li {
    list-style: none;
    margin-left: 0px;
  }
  #content ul.early-voting-links {
    margin-top: 0px;
  }
  #content #primary .button1 {
    margin-top: 0px;
  }
  .early-voting-header {
    padding-top: 1.48em;
    border-top: 1px solid #b8babe;
    border-bottom: 1px solid #b8babe;
    padding-bottom: 1.48em;
    margin-bottom: 1.48em;
  }
  .early-voting-full-results-test,
  .early-voting-links {
    margin-bottom: 1em;
  }
  .early-voting-select-city-wrapper {
    margin-bottom: 1.4em;
    background: #e6dacc;
    padding: 1.48em;
    border-radius: 6px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #f7f3ee;
    border-bottom: 1px solid #d5c1aa;
  }
  .early-voting-select-city-wrapper select {
    margin-right: 8px;
    padding: 4px;
  }
  .table-overflow {
    overflow-x: auto;
    margin-bottom: 1.48em;
  }
  .early-voting-pagination {
    margin: 0 auto;
    text-align: center;
  }
  .early-voting-pagination .page-left,
  .early-voting-pagination .page-info,
  .early-voting-pagination .page-right {
    display: inline-block;
  }
  .early-voting-pagination .page-left,
  .early-voting-pagination .page-right {
    min-width: 80px;
  }
  .early-voting-pagination .page-info {
    margin: 0px 10px;
  }
  .early-voting-pagination .page-last {
    margin-left: 10px;
  }
  .early-voting-pagination .page-first {
    margin-right: 10px;
  }
  .dayLink {
    margin-right: 10px;
  }
  .early-voting-result-date-wrapper {
    margin-top: 1.48em;
  }
  #content ul.early-voting-date-selector {
    margin-top: 0.5em;
  }
  #page-wrap {
    position: absolute;
  }
  .mobile-only {
    display: block !important;
  }
  .not-mobile {
    display: none !important;
  }
  body {
    vertical-align: top;
  }
}
/*-- small page media query --*/
@media only screen and (max-width: 719px) {
  #content-slide {
    overflow-x: hidden;
  }
  #page-wrap {
    -webkit-transition: left 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out;
    transition: left 0.25s ease-in-out;
    left: 0px;
    position: relative;
    top: 0;
    padding-top: 40px;
    width: 100%;
  }
  #page-wrap.active {
    left: 240px;
  }
  #mobile-header {
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  #mobile-header a {
    font-size: 16px;
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    width: 25%;
    text-align: center;
  }
  #mobile-header [data-icon]:before {
    line-height: 40px;
  }
  nav#main-nav {
    position: absolute;
    width: 240px;
    left: -240px;
    top: 0px;
    -webkit-transition: margin-left 0.25s ease-in-out;
    -moz-transition: margin-left 0.25s ease-in-out;
    -o-transition: margin-left 0.25s ease-in-out;
    transition: margin-left 0.25s ease-in-out;
  }
  nav#main-nav #mobile-menu-meta {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    padding: 0px 10px;
    line-height: 40px;
    height: 40px;
  }
  nav#main-nav #mobile-menu-meta #mobile-home-btn {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    display: block;
    position: relative;
    top: 4px;
    left: 5px;
  }
  nav#main-nav .mobile-child-nav {
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    top: -40px;
    height: 41px;
    line-height: 40px;
    width: 240px;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  nav#main-nav .mobile-child-nav a.mobile-nav-back {
    font-size: 12px;
    display: block;
    height: 40px;
    width: 50px;
    float: left;
    margin-right: 14px;
    padding: 0px 0px 0px 6px;
    border: none;
    line-height: 38px;
    margin-left: 6px;
    text-align: center;
  }
  nav#main-nav ul {
    width: 240px;
    position: absolute;
  }
  nav#main-nav ul ul {
    display: none;
    left: 240px;
    top: -1px;
  }
  nav#main-nav li a {
    display: block;
    padding: 12px 30px 12px 10px;
  }
  nav#main-nav li.parent.active ul {
    display: block;
  }
  /* Content above the nav needs to have a positive z-index */
  #intro,
  #content,
  #page-header {
    position: relative;
    z-index: 100;
  }
  #mobile-menu-nav {
    overflow: hidden;
  }
  #mobile-search-wrapper {
    display: none;
    height: 56px;
    position: relative;
    z-index: 200;
    overflow: hidden;
  }
  #mobile-search-wrapper .search-form {
    padding: 12px;
  }
  #mobile-search-wrapper .search-form .s {
    height: 30px;
    line-height: 30px;
    padding-right: 42px;
    padding-left: 12px;
  }
  #mobile-search-wrapper .search-form .search-submit {
    font-size: 16px;
    height: 30px;
    margin-left: -30px;
    width: 30px;
    padding: 0px;
  }
  #mobile-search-wrapper .search-form .search-submit [data-icon]:before {
    line-height: 30px;
    display: block;
  }
  nav#quicklinks {
    display: block;
  }
  #quicklinks ul li a {
    padding: 0px 24px;
  }
  #quicklinks ul li {
    width: 100%;
  }
  #quicklinks ul li {
    width: 100%;
  }
  #content {
    overflow: hidden;
  }
  #primary {
    position: relative;
    float: left;
    margin-right: -384px;
    width: 100%;
  }
  #primary .post:first-child {
    padding-top: 0;
  }
  #primary .post {
    padding-top: 24px;
  }
  #primary .fluid {
    margin-right: 384px;
    padding: 24px;
  }
  #secondary {
    float: left;
    position: relative;
    width: 360px;
    margin-left: 24px;
  }
  #secondary .widget:first-child {
    padding-top: 0px;
  }
  #secondary .widget {
    padding-top: 24px;
  }
  .single-column #primary {
    float: none;
    margin-right: 0px;
  }
  .single-column #primary .fluid {
    margin-right: 0px;
  }
  .single-column #secondary {
    float: none;
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  #primary {
    margin-right: -312px;
  }
  #primary .fluid {
    margin-right: 312px;
  }
  #secondary {
    width: 312px;
  }
  /* CSS for jQuery Orbit Plugin 1.4.0
	 * Maintained for Foundation. foundation.zurb.com
	 * Free to use under the MIT license.
	 * http://www.opensource.org/licenses/mit-license.php

	/* CONTAINER
	   ================================================== */
  div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative;
  }
  div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden;
  }
  div.orbit .orbit-slide {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  div.orbit a.orbit-slide {
    border: none;
    line-height: 0;
    display: none;
  }
  div.orbit div.orbit-slide {
    width: 100%;
    height: 100%;
  }
  /* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
  /* TIMER
	   ================================================== */
  div.orbit-wrapper div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 300;
  }
  div.orbit-wrapper span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 3;
  }
  div.orbit-wrapper span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
  }
  div.orbit-wrapper span.rotator.move {
    left: 0;
  }
  div.orbit-wrapper span.mask.move {
    width: 40px;
    left: 0;
  }
  div.orbit-wrapper span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    opacity: 0;
  }
  div.orbit-wrapper div.timer:hover span.pause,
  div.orbit-wrapper span.pause.active {
    opacity: 1;
  }
  /* CAPTIONS
	   ================================================== */
  span.orbit-caption {
    display: none;
  }
  .orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    z-index: 30;
    color: #fff;
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
  /* DIRECTIONAL NAV
	   ================================================== */
  div.orbit-wrapper div.slider-nav {
    display: none;
  }
  div.orbit-wrapper div.slider-nav span {
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    position: absolute;
    z-index: 30;
    bottom: 0;
    cursor: pointer;
  }
  div.orbit-wrapper div.slider-nav span.right {
    background: red;
    right: 0;
  }
  div.orbit-wrapper div.slider-nav span.left {
    background: red;
    left: 0;
  }
  /* FLUID LAYOUT
	================================================== */
  div.orbit .fluid-placeholder {
    visibility: hidden;
    position: static;
    display: block;
    width: 100%;
  }
  div.orbit > img,
  div.orbit > a {
    position: absolute;
    display: block;
    top: 0;
  }
  .orbit-wrapper,
  #featured {
    width: inherit !important;
    height: inherit !important;
  }
  div.orbit,
  div.orbit-wrapper {
    width: 100% !important;
  }
  /* Correct timer in IE 
	.timer { display: none !important; }
	div.caption { background:transparent; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);zoom: 1; } */
  /* BULLET NAV
	   ================================================== */
  ul.orbit-bullets {
    left: 50%;
    z-index: 60;
    list-style: none;
    bottom: 0px;
    padding: 0;
    position: absolute;
    height: 40px;
    display: none;
  }
  ul.orbit-bullets li {
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: #444;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    margin: 0px 4px;
    text-indent: -9999px;
    border-radius: 10px;
  }
  ul.orbit-bullets li.active {
    background: #7c1216;
    background: #999;
    background: rgba(255, 255, 255, 0.5);
    color: #222;
    background-position: -8px 0;
  }
  ul.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
  }
  ul.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000;
  }
  ul.orbit-bullets {
    display: none;
  }
  .search-form {
    border: none;
    overflow: hidden;
  }
  .search-form .s {
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border: none;
    height: 31.2px;
    line-height: 31.2px;
    padding-left: 12px;
    padding-right: 42px;
    float: left;
  }
  .search-form .search-submit {
    vertical-align: top;
    cursor: pointer;
    border: none;
    height: 31.2px;
    line-height: 31.2px;
    margin-left: -30px;
    width: 30px;
    padding: 0px;
    top: 0px;
    float: left;
  }
  footer {
    overflow: hidden;
    padding: 24px;
  }
  footer .col {
    width: 100%;
    padding-top: 24px;
  }
  footer .col:first-child {
    padding-top: 0;
  }
  #content form * {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  #content form {
    padding: 12px;
    margin-bottom: 1.48em;
  }
  #content form .field_wrapper {
    min-height: 96px;
    padding: 12px;
    float: left;
  }
  #content form .field_wrapper.full {
    width: 100%;
  }
  #content form .field_wrapper label {
    display: block;
    margin: 0.3em 0em;
  }
  #content form .field_wrapper input,
  #content form .field_wrapper select,
  #content form .field_wrapper textarea {
    width: 100%;
    border: none;
    padding: 8px;
  }
  #content form .button_wrapper {
    overflow: hidden;
    width: 100%;
    padding: 12px;
  }
  #content form .button_wrapper input {
    float: left;
    padding: 12px 24px;
    margin-right: 12px;
  }
  #content form .field_wrapper .input-meta {
    margin: 0.3em 0;
  }
  #content form .field_wrapper input[type="checkbox"] {
    width: auto;
    padding: 0;
  }
  #content form .field_wrapper {
    width: 100%;
  }
  #content form .button_wrapper input {
    width: 100%;
    margin-top: 1em;
  }
  #content form .button_wrapper input:first-child {
    margin-top: 0em;
  }
  #content form .button_wrapper input:first-child {
    margin-left: 0;
  }
  #content form .button_wrapper.button-count-2 input {
    width: 50%;
  }
  #content form .button_wrapper.button-count-3 input {
    width: 33.33333333%;
  }
  table {
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-collapse: separate;
    width: 100%;
    margin: 0.5em 0;
  }
  table thead {
    width: 100%;
  }
  table thead th {
    padding: 1em 0.8em;
  }
  table caption {
    padding: 1em 0.8em;
  }
  table td {
    border-style: solid;
    border-width: 0 1px 1px 0;
    padding: 0.8em;
  }
  #content #secondary .widget_social_links ul {
    list-style: none;
    margin: 0;
  }
  #content #secondary .widget_social_links ul li {
    float: left;
    text-align: center;
  }
  #content #secondary .widget_social_links ul.item-count-6 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-5 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-4 li {
    width: 25%;
  }
  #content #secondary .widget_social_links ul.item-count-3 li {
    width: 33.33333333%;
  }
  #content #secondary .widget_social_links ul.item-count-2 li {
    width: 50%;
  }
  #content #secondary .widget_social_links ul.item-count-1 li {
    width: 100%;
  }
  #content #secondary .widget_quick_links ul {
    margin: 0;
    list-style-type: none;
  }
  #content #secondary .widget_quick_links a {
    display: block;
    margin-left: 0px;
  }
  #content #secondary .widget_quick_links a:first-child {
    padding-top: 0px;
  }
  #content #secondary .widget_quick_links a .outerContainer {
    border-bottom: 1px solid #cbc6c1;
    position: relative;
    height: 70px;
    display: table;
    overflow: hidden;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    padding-left: 90px;
    width: 100%;
  }
  #content #secondary .widget_quick_links a .outerContainer:Hover {
    background: #dedede;
    background: rgba(0, 0, 0, 0.1);
  }
  #content #secondary .widget_quick_links a .outerContainer .innerContainer {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: left;
  }
  #content #secondary .widget_quick_links a .outerContainer .innerContainer .element span {
    text-decoration: none;
    padding: 0px 14px 0px 0px;
    display: block;
  }
  #content #secondary .widget_quick_links a img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -30px;
  }
  .al-accordion {
    margin-bottom: 1.48em;
  }
  .accordion-wrap .al-accordion {
    margin-bottom: 0;
  }
  .al-accordion a.al-accordion-title {
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 60px 16px 24px;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
  }
  .al-accordion .al-accordion-content {
    padding: 1.48em;
    display: none;
  }
  /* calendar-event-selecter */
  #content .cal-controls {
    padding: 24px;
    background: #346d93;
    color: #ffffff;
  }
  #content .cal-controls select {
    margin-left: 12px;
    background: #fff;
    color: #333;
    padding: 6px;
  }
  #content .cal-controls select option {
    padding-right: 24px;
  }
  /* calendar-header */
  #content .calendar {
    position: relative;
  }
  #content .calendar .cal-header {
    height: 80px;
    text-align: center;
    position: relative;
  }
  #content .calendar .cal-header nav a {
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 50px;
  }
  #content .calendar .cal-header nav a.cal-prev,
  #content .calendar .cal-header nav a.cal-next {
    font-size: 4em;
    line-height: 66px;
  }
  #content .calendar .cal-header nav a.cal-prev {
    left: 0;
  }
  #content .calendar .cal-header nav a.cal-next {
    right: 0;
  }
  #content .calendar .cal-header h2 {
    margin: 0;
    font-weight: bold;
    font-size: 2.4em;
  }
  #content .calendar .cal-header h3 {
    margin: 0;
    font-weight: 400;
    font-size: 1.2em;
  }
  #content .cal-header .cal-month {
    padding-top: 12px;
    text-transform: uppercase;
  }
  #content .cal-header .cal-year {
    padding-top: 0px;
  }
  /* calendar */
  #content .calendar .cal-legend {
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    height: 40px;
    line-height: 40px;
  }
  #content .calendar .cal-legend .cal-cell {
    border-left: 1px solid #aaaaaa;
    height: 40px;
    line-height: 40px;
  }
  #content .calendar .cal-cell {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    width: 14.28571429%;
    float: left;
    text-align: center;
  }
  #content .calendar .cal-content .cal-week {
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    height: 80px;
    overflow: hidden;
    border-right: 1px solid #aaaaaa;
  }
  #content .calendar .cal-content.week-count-6 .cal-week {
    height: 66.66666667px;
  }
  #content .calendar .cal-content.week-count-7 .cal-week {
    height: 57.14285714px;
  }
  #content .calendar .cal-content .cal-week:first-child {
    border-top: 1px solid #aaaaaa;
  }
  #content .calendar .cal-content .cal-week .cal-cell {
    border-bottom: 1px solid #aaaaaa;
    position: relative;
    border-left: 1px solid #aaaaaa;
    height: 100%;
    margin: 0 auto;
  }
  #content .calendar .cal-content .cal-week .cal-cell .number {
    left: 50%;
    border-left: none;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin: -15px 0px 0px -15px;
  }
  #content .calendar .cal-content .cal-week .cal-cell .event-count {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 15px;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #content .calendar .cal-content .cal-week .cal-cell.has-event {
    cursor: pointer;
  }
  /* full-cal-specifics */
  #content .calendar.cal-full .events-wrap {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    display: none;
    border-bottom: 1px solid #aaaaaa;
  }
  /* listing-cal-specifics */
  #content .calendar.cal-listing .cal-listing-content {
    background: #fff;
  }
  #content .calendar.cal-listing .cal-listing {
    background: #fff;
    min-height: 66px;
    position: relative;
    overflow: hidden;
  }
  #content .calendar.cal-listing .date {
    line-height: 1.4em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    font-size: 0.9em;
    background: #ddd;
    padding: 4px;
    display: inline-block;
  }
  #content .calendar.cal-listing .date .date-day {
    font-size: 2.1em;
  }
  #content .calendar.cal-listing .date .date-month {
    color: #555;
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .date .date-dayofweek {
    color: #999;
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .events-wrap {
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
    border-top: 4px solid #eee;
    float: left;
    background: none;
  }
  #content .calendar.cal-listing .events-wrap .event {
    line-height: 1.2em;
    background: #fff;
    padding: 12px;
    margin: 0px;
    border-top: 1px solid #efefef;
  }
  #content .calendar.cal-listing .events-wrap .event:first-child {
    border: none;
  }
  #content .calendar.cal-listing .events-wrap .inner {
    padding: 0px;
  }
  #content .calendar.cal-listing .events-wrap {
    margin-top: 0px;
    padding: 0 12px 0 88px;
  }
  #content .calendar.cal-listing .events-wrap .event:first-child {
    border-top: none;
  }
  #content .calendar.cal-listing .events-wrap .event .event-title {
    font-size: 0.9em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul {
    margin-left: 0px;
    overflow: hidden;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    margin: 0 1em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    float: left;
  }
  .noevents {
    padding: 24px;
    height: 200px;
  }
  /* widget */
  .widget_events .events {
    overflow: hidden;
  }
  .widget_events .events .event-cal-widget-link {
    float: right;
    padding: 12px;
  }
  #content .calendar .cal-header {
    font-size: 0.8em;
    height: 60px;
  }
  #content .calendar .cal-content .cal-week {
    height: 62.5px;
  }
  #content .calendar .cal-content.week-count-6 .cal-week {
    height: 50px;
  }
  #content .calendar .cal-content.week-count-7 .cal-week {
    height: 41.66666667px;
  }
  #content .calendar .cal-content .cal-week .cal-cell .event-count {
    margin-left: -4px;
    top: auto;
    position: absolute;
    left: 50%;
    bottom: 4px;
    border-radius: 6px;
    width: 8px;
    height: 8px;
    line-height: -9999px;
    overflow: hidden;
    text-indent: -9999px;
  }
  #content .post p.summary-excerpt {
    margin-bottom: 1.5em;
  }
  #content form.pr-form {
    padding: 10px;
    margin-bottom: 0px;
    text-align: right;
  }
  #content form.pr-form select {
    background: #fff;
    padding: 4px;
    width: 80px;
    margin-left: 8px;
  }
  #content .pr-content {
    background: #f5f5f5;
    padding: 24px 24px 24px 24px;
  }
  #content .pr-content h5 {
    font-size: 2em;
    margin: 24px 0 12px;
  }
  #content .pr-content h5:first-child {
    margin-top: 0;
  }
  .entry-header .post-meta {
    margin-bottom: 24px;
  }
  body {
    background: url('../img/bg-texture.jpg') center 0 repeat #badced;
  }
  #page-wrap {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.5);
  }
  #super-header .search-form {
    display: none;
  }
  header#page-header #page-title {
    backdisplay: block;
  }
  #content #primary {
    min-height: auto;
  }
  #content #secondary {
    margin-left: 0px;
  }
  .center {
    width: auto;
  }
  #super-header #voter-stats {
    width: 100%;
    position: absolute;
    top: 40px;
    z-index: 200;
  }
  #voter-stats {
    display: none;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.6);
    background-color: #a6a6a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -ms-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  #voter-stats ul {
    padding: 24px;
  }
  #mobile-lang {
    background: #6B1509;
    box-sizing: border-box;
    height: auto;
    padding: 5px 7px 6px;
    box-shadow: inset 0px -5px 10px -1px rgba(0, 0, 0, 0.4);
  }
  a.btn-language {
    background: #886F30;
    padding: 5px 10px;
    border-radius: 10px;
    display: block;
    width: 100px;
    /* margin: 5px 12px; */
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    float: right;
    box-shadow: 0px 1px 0px #030f16;
  }
  #intro {
    padding: 0;
  }
  #intro aside {
    margin-top: 0px;
  }
  #intro #intro-wrapper {
    margin-bottom: 0px;
  }
  #intro #slider {
    margin: 0 auto;
    display: none;
  }
  nav#quicklinks {
    margin: 0 !important;
  }
  header#page-header {
    border-bottom: 12px solid #1f4761;
  }
  header#page-header #page-title {
    text-align: center;
    height: 160px;
    background: url('../img/mobile-header.jpg') center center no-repeat;
    display: block;
  }
  header#page-header a span.page-slug {
    display: block;
    padding-top: 114px;
    font-size: 1em;
    color: #4b4c4b;
    text-shadow: 1px 0px 0px #d7eaf3, -1px 0px 0px #d7eaf3, 0px -1px 0px #d7eaf3, 0px 1px 0px #d7eaf3;
  }
  .al-accordion a.al-accordion-title {
    font-weight: bold;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    background: #448ebf;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle {
    background: url('../img/accordion-toggle-inactive.png') center center no-repeat;
  }
  .al-accordion a.al-accordion-title span.al-accordion-toggle.active {
    background: url('../img/accordion-toggle-active.png') center center no-repeat;
  }
  .al-accordion .al-accordion-content {
    background: #eeeeee;
  }
  #content #primary form {
    border-bottom: 1px solid #999999;
    border-top: 1px solid #ffffff;
    border-radius: 0px;
    background: #cccccc;
  }
  #content #primary form .field_wrapper input,
  #content #primary form .field_wrapper textarea,
  #content #primary form .field_wrapper select {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0px;
    background: #ffffff;
  }
  #content #primary form .button_wrapper input {
    font-weight: 700;
    border-top: 1px solid #5054bf;
    border-bottom: 1px solid #121331;
    color: #ffffff;
    border-radius: 0px;
    background-color: #3b3ea1;
    background: -webkit-gradient(linear, left top, left bottom, from(#3b3ea1), to(#1f2257));
    background: -webkit-linear-gradient(top, #3b3ea1, #1f2257);
    background: -moz-linear-gradient(top, #3b3ea1, #1f2257);
    background: -ms-linear-gradient(top, #3b3ea1, #1f2257);
    background: -o-linear-gradient(top, #3b3ea1, #1f2257);
  }
  #content #primary form .button_wrapper input:hover {
    border-top: 1px solid #3b3ea1;
    border-bottom: 1px solid #04050c;
    background-color: #2d307c;
    background: -webkit-gradient(linear, left top, left bottom, from(#2d307c), to(#121331));
    background: -webkit-linear-gradient(top, #2d307c, #121331);
    background: -moz-linear-gradient(top, #2d307c, #121331);
    background: -ms-linear-gradient(top, #2d307c, #121331);
    background: -o-linear-gradient(top, #2d307c, #121331);
  }
  #content #primary .search-form {
    padding: 24px;
  }
  #content #primary .search-widget-wrapper .s {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #ffffff;
    background: #ffffff;
    border-radius: 0px;
  }
  #content #primary .search-label {
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 0.5em;
    display: block;
  }
  #content table {
    line-height: auto;
    border-color: #cccccc;
    background: #efefef;
  }
  #content table colgroup:nth-child(2n+1) {
    background: #e5e5e5;
  }
  #content table td {
    border-color: #cccccc;
  }
  #content table tbody tr:hover {
    background: #dbdbdb;
  }
  #content table thead,
  #content table tr.row_header,
  #content table caption {
    padding: 1em 0.6em;
    text-transform: uppercase;
    font-size: 1.2em;
    background: #448ebf;
    color: #ffffff;
    font-weight: 700;
  }
  #content table tr.row_header:hover {
    background: #35729b;
  }
  #content table thead a,
  #content table tr.row_header a,
  #content table caption a {
    color: #fff;
  }
  #content table thead a {
    text-decoration: underline;
  }
  #content table tr.sub_header {
    background: #dceaf3;
  }
  #content table tr.sub_header:hover {
    background: #b6d3e6;
  }
  #content table tr.row_header td {
    font-size: 1.2em;
    padding: 1em 0.6em;
  }
  /* calendar */
  #content .calendar {
    background: #efefef;
  }
  #content .cal-header {
    background: #448ebf;
    color: #ffffff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  }
  #content .cal-header h2 {
    color: #ffffff;
  }
  #content .cal-header .cal-nav .cal-prev,
  #content .cal-header .cal-nav .cal-next {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-size: 4em;
    line-height: 66px;
    color: #ffffff;
  }
  #content .cal-header .cal-nav .cal-prev:hover,
  #content .cal-header .cal-nav .cal-next:hover {
    color: #f5f5f5;
    background: #3d83b2;
  }
  #content .event-count {
    background: #777;
    color: #fff;
  }
  #content .cal-legend {
    background: #d6d6d6;
  }
  #content .cal-listing .date {
    background: #d6d6d6;
  }
  #content .cal-cell.current_day {
    background: #ffffff;
  }
  #content .cal-cell.active {
    background: #a52f1e;
    color: #fff;
  }
  #content .cal-cell.active:hover {
    background: #7a2316;
    color: #fff;
  }
  #content .cal-cell .event-count {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #content .cal-cell:hover {
    background: #d6d6d6;
  }
  #content .cal-cell.active .event-count {
    background: #fff;
    color: #4d4d4d;
  }
  #content .calendar .events-wrap {
    background: #eee;
  }
  #content .calendar .events-wrap .inner {
    padding: 24px;
  }
  #content .calendar .events-wrap .event {
    margin-top: 24px;
    padding: 24px;
    background: #fefefe;
  }
  #content .calendar .events-wrap .event:first-child {
    margin-top: 0px;
  }
  #content .calendar .events-wrap .event .event-title {
    font-size: 1.618em;
  }
  #content .calendar .events-wrap .event .event-meta ul {
    margin-left: 0px;
    overflow: hidden;
  }
  #content .calendar .events-wrap .event .event-meta ul li {
    color: #808080;
    margin: 0 1em;
  }
  #content .calendar.cal-listing .events-wrap .event .event-meta ul li {
    float: left;
  }
  #content .calendar.cal-listing .current_day .date {
    background: #b6d3e6;
  }
  #content .widget_events .events .event a {
    font-weight: bold;
    font-size: 1.2em;
  }
  #content .widget_events .events .event .event-meta {
    font-size: 0.9em;
    color: #a5a29b;
  }
  #content .widget_events .events .event-cal-widget-link {
    background: #448ebf;
    background-color: #6aa5cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#6aa5cc), to(#2f6488));
    background: -webkit-linear-gradient(top, #6aa5cc, #2f6488);
    background: -moz-linear-gradient(top, #6aa5cc, #2f6488);
    background: -ms-linear-gradient(top, #6aa5cc, #2f6488);
    background: -o-linear-gradient(top, #6aa5cc, #2f6488);
    color: #fff;
  }
  #content .widget_events .events .event-cal-widget-link:hover {
    background: #35729b;
  }
  #content #secondary aside.widget_events .events .event {
    margin-bottom: 12px;
    background: #f8f4e9;
    padding: 12px 12px;
    border-bottom: 1px solid #ddd;
  }
  .single-event .meta {
    font-size: 0.926em;
    line-height: 1.3em;
    color: #999;
    margin-bottom: 12px;
  }
  /* button styles */
  #content .button1,
  #content .button2,
  #content .button3 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 1.418em;
    color: #ffffff;
    padding: 0.8em 1.2em;
    display: inline-block;
  }
  #content .button1 {
    background: #a52f1e;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
  }
  #content .button1:hover {
    background: #a52f1e;
    background-color: #8f291a;
    background: -webkit-gradient(linear, left top, left bottom, from(#8f291a), to(#641d12));
    background: -webkit-linear-gradient(top, #8f291a, #641d12);
    background: -moz-linear-gradient(top, #8f291a, #641d12);
    background: -ms-linear-gradient(top, #8f291a, #641d12);
    background: -o-linear-gradient(top, #8f291a, #641d12);
  }
  #content .button2 {
    background: blue;
    background-color: #1a1aff;
    background: -webkit-gradient(linear, left top, left bottom, from(#1a1aff), to(#0000e6));
    background: -webkit-linear-gradient(top, #1a1aff, #0000e6);
    background: -moz-linear-gradient(top, #1a1aff, #0000e6);
    background: -ms-linear-gradient(top, #1a1aff, #0000e6);
    background: -o-linear-gradient(top, #1a1aff, #0000e6);
  }
  #content .button2:hover {
    background: blue;
    background-color: #0000e6;
    background: -webkit-gradient(linear, left top, left bottom, from(#0000e6), to(#0000b3));
    background: -webkit-linear-gradient(top, #0000e6, #0000b3);
    background: -moz-linear-gradient(top, #0000e6, #0000b3);
    background: -ms-linear-gradient(top, #0000e6, #0000b3);
    background: -o-linear-gradient(top, #0000e6, #0000b3);
  }
  #content .button3 {
    background: green;
    background-color: #009a00;
    background: -webkit-gradient(linear, left top, left bottom, from(#009a00), to(#006700));
    background: -webkit-linear-gradient(top, #009a00, #006700);
    background: -moz-linear-gradient(top, #009a00, #006700);
    background: -ms-linear-gradient(top, #009a00, #006700);
    background: -o-linear-gradient(top, #009a00, #006700);
  }
  #content .button3:hover {
    background: green;
    background-color: #006700;
    background: -webkit-gradient(linear, left top, left bottom, from(#006700), to(#003400));
    background: -webkit-linear-gradient(top, #006700, #003400);
    background: -moz-linear-gradient(top, #006700, #003400);
    background: -ms-linear-gradient(top, #006700, #003400);
    background: -o-linear-gradient(top, #006700, #003400);
  }
  /* large page link */
  #content #secondary .large-page-link {
    display: block;
    padding: 1em;
    background: #a52f1e;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
  }
  #content #secondary .large-page-link:hover {
    background-color: #a52f1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#a52f1e), to(#7a2316));
    background: -webkit-linear-gradient(top, #a52f1e, #7a2316);
    background: -moz-linear-gradient(top, #a52f1e, #7a2316);
    background: -ms-linear-gradient(top, #a52f1e, #7a2316);
    background: -o-linear-gradient(top, #a52f1e, #7a2316);
  }
  #content #secondary .large-page-link h4 {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    margin: 0;
    text-align: center;
    color: #fff;
  }
  #mobile-header {
    background-color: #515151;
    background: -webkit-gradient(linear, left top, left bottom, from(#515151), to(#373737));
    background: -webkit-linear-gradient(top, #515151, #373737);
    background: -moz-linear-gradient(top, #515151, #373737);
    background: -ms-linear-gradient(top, #515151, #373737);
    background: -o-linear-gradient(top, #515151, #373737);
    border-bottom: 1px solid #1e1e1e;
  }
  #mobile-header nav#mobile-menu-nav a {
    color: #ffffff;
    border-left: 1px solid #6a6a6a;
    border-right: 1px solid #1e1e1e;
  }
  #mobile-header nav#mobile-menu-nav a:hover,
  #mobile-header nav#mobile-menu-nav a.active {
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#111111));
    background: -webkit-linear-gradient(top, #2b2b2b, #111111);
    background: -moz-linear-gradient(top, #2b2b2b, #111111);
    background: -ms-linear-gradient(top, #2b2b2b, #111111);
    background: -o-linear-gradient(top, #2b2b2b, #111111);
  }
  #mobile-header nav#mobile-menu-nav a:first-child {
    border-left: none;
  }
  #mobile-search-wrapper {
    background-color: #a6a6a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -ms-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
  }
  #mobile-search-wrapper .search-form {
    border-bottom: 1px solid #666666;
    border-top: 1px solid #cccccc;
  }
  #mobile-search-wrapper .search-form .s {
    border-radius: 9px;
    background: #ffffff;
    border-top: 1px solid #666666;
    border-bottom: 1px solid #cccccc;
  }
  nav#quicklinks {
    margin: 0 -24px;
  }
  nav#quicklinks ul li a img {
    display: none;
  }
  nav#quicklinks ul li a {
    border-bottom: 1px solid #16365a;
    border-top: 1px solid #2a68ac;
    color: #fff;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    display: block;
    background: #204f83;
    height: 72px;
    line-height: 72px;
    white-space: nowrap;
    text-overflow: elipsis;
  }
  nav#quicklinks ul li a:hover {
    border-bottom: 1px solid #0c1e31;
    border-top: 1px solid #204f83;
    background: #dedede;
    background: #16365a;
  }
  /*-- Mobile Navigation --*/
  #mobile-menu-meta,
  nav#main-nav ul li.mobile-child-nav {
    color: #ffffff;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
    border-right: 1px solid #de5d4b;
    border-bottom: 1px solid #4f160e;
    border-top: none;
  }
  nav#main-nav ul li.mobile-child-nav:hover {
    color: #ffffff;
    background-color: #bb3522;
    background: -webkit-gradient(linear, left top, left bottom, from(#bb3522), to(#8f291a));
    background: -webkit-linear-gradient(top, #bb3522, #8f291a);
    background: -moz-linear-gradient(top, #bb3522, #8f291a);
    background: -ms-linear-gradient(top, #bb3522, #8f291a);
    background: -o-linear-gradient(top, #bb3522, #8f291a);
    border-top: none;
    border-right: 1px solid #de5d4b;
    border-bottom: 1px solid #4f160e;
  }
  nav#main-nav ul li.mobile-child-nav .mobile-nav-back {
    background: url('../img/back-btn.png') 0 center no-repeat;
  }
  nav#main-nav ul li {
    background-color: #a6a6a6;
    background: -webkit-gradient(linear, left top, left bottom, from(#a6a6a6), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -moz-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -ms-linear-gradient(top, #a6a6a6, #8c8c8c);
    background: -o-linear-gradient(top, #a6a6a6, #8c8c8c);
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #737373;
  }
  nav#main-nav ul li:hover {
    background-color: #8c8c8c;
    background: -webkit-gradient(linear, left top, left bottom, from(#8c8c8c), to(#8c8c8c));
    background: -webkit-linear-gradient(top, #8c8c8c, #8c8c8c);
    background: -moz-linear-gradient(top, #8c8c8c, #8c8c8c);
    background: -ms-linear-gradient(top, #8c8c8c, #8c8c8c);
    background: -o-linear-gradient(top, #8c8c8c, #8c8c8c);
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #595959;
  }
  nav#main-nav ul li a {
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
    color: #ffffff;
  }
  nav#main-nav ul li.parent > a {
    background: url('../img/mobile-arrow.png') center right no-repeat;
  }
  /* Countdown
	================================================== */
  .countdownHolder {
    padding: 0.3em 0 0 0;
    margin: 0 auto -10px auto;
    font: 40px/1.5 'Open Sans Condensed', sans-serif;
    text-align: center;
    letter-spacing: -3px;
  }
  .position {
    overflow: hidden;
    display: inline-block;
    height: 1.6em;
    position: relative;
    width: 1.05em;
  }
  .digit {
    position: absolute;
    display: block;
    width: 1em;
    background-color: #444;
    border-radius: .2em;
    text-align: center;
    color: #fff;
    letter-spacing: -1px;
  }
  .digit.static {
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.35);
    background-image: linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -o-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -moz-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -webkit-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -ms-linear-gradient(bottom, #3a3a3a 50%, #444444 50%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, #3a3a3a), color-stop(0.5, #444444));
  }
  .note {
    text-align: center;
  }
  .countSeconds,
  .countMinutes {
    white-space: nowrap;
  }
  .countDiv {
    display: inline-block;
    width: 16px;
    height: 1.6em;
    position: relative;
  }
  .countDiv:before,
  .countDiv:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #444;
    border-radius: 50%;
    left: 50%;
    margin-left: -3px;
    top: 0.5em;
    box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
    content: '';
  }
  .countDiv:after {
    top: 0.9em;
  }
  .ie8 .countdownHolder {
    display: none;
  }
  .ie7 .countdownHolder {
    display: none;
  }
  /* Accordion Component Stuff
	================================================== */
  #content ul.toggle-menu {
    margin-left: 0px;
    list-style: none;
  }
  #content ul.toggle-menu {
    padding: 0.5em 0;
  }
  #content ul.toggle-menu .accordion-header {
    font-weight: bold;
    color: #fff;
    background: #44a4e6;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #467ca0;
    border-top: 1px solid #cbe6f8;
    cursor: pointer;
    position: relative;
    display: block;
    padding: 16px 60px 16px 12px;
  }
  #content ul.toggle-menu .accordion-header span.arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../img/accordion-toggle-inactive.png') center center no-repeat;
  }
  #content ul.toggle-menu .accordion-header.active span.arrow {
    background: url('../img/accordion-toggle-active.png') center center no-repeat;
  }
  #content ul.toggle-menu table {
    margin: 0;
  }
  #content ul.toggle-menu .table-wrapper {
    display: none;
  }
  /* ZZ Topz
	================================================== */
  .component-wrapper h2 {
    text-transform: uppercase;
    background: none;
    border: none;
    font-size: 2em;
    line-height: auto;
    margin: 0;
    padding: 0;
    text-shadow: none;
    text-transform: capitalize;
  }
  .select-all-btn input {
    margin-right: 10px;
  }
  .soe_main_container {
    overflow-x: auto;
  }
  #content .component-wrapper table th,
  #content .component-wrapper table tr,
  #content .component-wrapper table caption {
    text-align: left;
    font-size: 12px;
  }
  #content .component-wrapper h4 {
    margin: 0;
    padding: 0.5em 0;
  }
  .component-wrapper .field_wrapper h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .component-wrapper .field_wrapper .select-all-btn {
    margin-bottom: 8px;
  }
  #soe_voter_component fieldset b {
    margin-left: 12px;
  }
  #soe-streetForm-container div div p:first-child {
    margin-bottom: 1.48em;
  }
  #soe-voterStatSearch-container input[type=radio] {
    margin-left: 12px;
  }
  a {
    cursor: pointer;
  }
  #content #soe_votersummary_container ul {
    margin-left: 0;
  }
  table tbody th {
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 0 1px 1px 0;
  }
  /*-- dumb... --*/
  #content .elections-election-offices #election-accordion {
    margin: -0.8em;
  }
  #content .elections-election-offices > tbody > tr > td table {
    margin: 0px;
  }
  #content .elections-election-offices h3 {
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid #467ca0;
    border-top: 1px solid #cbe6f8;
    cursor: pointer;
    margin: 0;
    background: url('../img/accordion-toggle-inactive.png') right center #9ed0f2 no-repeat;
    padding: 0.8em;
  }
  #content .elections-election-offices h3 a {
    color: #fff;
    font-weight: bold;
  }
  #content .elections-election-offices h3.ui-state-active {
    background: url('../img/accordion-toggle-active.png') right center #5f96ba no-repeat;
  }
  /* BREAD CRUMBS
	================================================== */
  .precinct-location {
    margin-bottom: 1em;
  }
  .soe_crumbs {
    padding: 0.6em 0em;
    color: ;
  }
  .soe_crumbs .soe_crumb {
    color: #25297f;
    margin-right: 4px;
    cursor: pointer;
  }
  .soe_crumbs .crumb_active {
    color: #bbb;
    cursor: auto;
  }
  /* ELECTED OFFICIALS
	================================================== */
  #content #primary .eo-nav {
    margin-left: 0px;
    margin-top: 14px;
  }
  #content #primary .eo-nav li {
    list-style: none;
    margin: 0;
    margin-right: 12px;
    display: inline;
  }
  #content #primary .eo-nav li a {
    margin-bottom: 8px;
    display: inline-block;
    padding: 10px 16px;
    background: #737373;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  }
  /* ELECTIONS
	================================================== */
  .caption-print {
    float: right;
  }
  /* VOTER STATS SEARCH
	================================================== */
  #primary #voter_stats_search #soe-voterStatistics-result {
    margin-top: 14px;
  }
  /* UI-AUTOCOMPLETE
	================================================== */
  .ui-autocomplete {
    border: 3px solid #ddd;
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    border-radius: 9px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.5);
    max-height: 300px !important;
    overflow-y: auto;
    list-style: none;
    background: white !important;
    text-align: left !important;
    width: 420px !important;
  }
  .ui-autocomplete li {
    margin-left: 0px;
    cursor: pointer;
    border-bottom: 1px solid #efefef;
  }
  .ui-autocomplete li:hover {
    background: #efefef;
  }
  .ui-autocomplete li a {
    display: block;
    padding: 10px;
  }
  /*GENERIC FORMS
	================================================== */
  #generic_forms input {
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding: 10px 16px 7px 16px;
    display: inline-block;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  }
  #generic_forms .button1 {
    background: #b4143d;
    color: #fff;
    border-bottom: 4px solid #860f2d;
  }
  #generic_forms .button1:hover {
    background: #860f2d;
    color: #fff;
    border-bottom: 4px solid #580a1e;
  }
  /* REDISTRICTING INFORMATION
	================================================== */
  #soe_RedistrictingInformationDallas_detail select {
    display: block;
    padding: 4px;
    margin-top: 0.3em;
  }
  .templatename_c_redistricting_information #primary li {
    margin-top: 0.8em;
  }
  #soe_RedistrictingInformationDallas_detail .redistrict-footer {
    margin-top: 1.48em;
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail ul {
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail .redistrict-header {
    margin-bottom: 1.48em;
    display: block;
  }
  #soe_RedistrictingInformationDallas_detail .redistricting-wrapper {
    margin-top: 0em;
  }
  /* EARLY VOTING
	================================================== */
  #content #soe_EarlyVotingDallas_detail h3 {
    margin-top: 0px;
    margin-bottom: 1em;
  }
  #content #soe_EarlyVotingDallas_detail h3.header-box-h3 {
    margin-bottom: 4px;
  }
  #content ul.early-voting-links li {
    list-style: none;
    margin-left: 0px;
  }
  #content ul.early-voting-links {
    margin-top: 0px;
  }
  #content #primary .button1 {
    margin-top: 0px;
  }
  .early-voting-header {
    padding-top: 1.48em;
    border-top: 1px solid #b8babe;
    border-bottom: 1px solid #b8babe;
    padding-bottom: 1.48em;
    margin-bottom: 1.48em;
  }
  .early-voting-full-results-test,
  .early-voting-links {
    margin-bottom: 1em;
  }
  .early-voting-select-city-wrapper {
    margin-bottom: 1.4em;
    background: #e6dacc;
    padding: 1.48em;
    border-radius: 6px;
    box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #f7f3ee;
    border-bottom: 1px solid #d5c1aa;
  }
  .early-voting-select-city-wrapper select {
    margin-right: 8px;
    padding: 4px;
  }
  .table-overflow {
    overflow-x: auto;
    margin-bottom: 1.48em;
  }
  .early-voting-pagination {
    margin: 0 auto;
    text-align: center;
  }
  .early-voting-pagination .page-left,
  .early-voting-pagination .page-info,
  .early-voting-pagination .page-right {
    display: inline-block;
  }
  .early-voting-pagination .page-left,
  .early-voting-pagination .page-right {
    min-width: 80px;
  }
  .early-voting-pagination .page-info {
    margin: 0px 10px;
  }
  .early-voting-pagination .page-last {
    margin-left: 10px;
  }
  .early-voting-pagination .page-first {
    margin-right: 10px;
  }
  .dayLink {
    margin-right: 10px;
  }
  .early-voting-result-date-wrapper {
    margin-top: 1.48em;
  }
  #content ul.early-voting-date-selector {
    margin-top: 0.5em;
  }
  #primary {
    float: none;
    margin-right: 0px;
  }
  #primary .fluid {
    margin-right: 0px;
  }
  .mobile-only {
    display: block !important;
  }
  .not-mobile {
    display: none !important;
  }
  #secondary {
    float: none;
    width: 100%;
    box-sizing: border-box;
    /* css3 rec */
    -moz-box-sizing: border-box;
    /* ff2 */
    -ms-box-sizing: border-box;
    /* ie8 */
    -webkit-box-sizing: border-box;
    /* safari3 */
    -khtml-box-sizing: border-box;
    /* konqueror */
  }
  body {
    vertical-align: top;
  }
}
/*-- retina --*/
/* ==========================================================================
  Browser Specific Queries
   ========================================================================== */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  [selected] {
    color: black;
  }
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .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;
    /* h5bp.com/t */
  }
  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;
  }
}
/* ==========================================================================
   Standard Full Navigation
   ========================================================================== */
/* ==========================================================================
   Quicklink Across Navigation
   ========================================================================== */
/* ==========================================================================
   Header.less
   ========================================================================== */
/* ==========================================================================
   Fixed or Full Page Design
   ========================================================================== */
/* ==========================================================================
   Footer.less
   ========================================================================== */
/* ==========================================================================
   Columned Footer
   ========================================================================== */
/* ==========================================================================
   Elements.less
   ========================================================================== */
/* ==========================================================================
   Fluid Search
   ========================================================================== */
/* ==========================================================================
   Standard Forms
   ========================================================================== */
/* ==========================================================================
   Standard Tables
   ========================================================================== */
/* ==========================================================================
   Slider.less
   ========================================================================== */
/* ==========================================================================
   Theme Components
   ========================================================================== */
/* ==========================================================================
   Old SOE Component Styles
   ========================================================================== */
/* ==========================================================================
   Skins
   ========================================================================== */
/* ==========================================================================
   Theme.less
   ========================================================================== */
/* ==========================================================================
   Load Modules
   ========================================================================== */
/* ==========================================================================
   Load Component Skins
   ========================================================================== */
.print {
  display: none;
}
/* ==========================================================================
   Build Layout
   ========================================================================== *

/*-- media query breakpoints --*/
/*-- full-page-layout --*/
/*-- font layout --*/
/*-- main navigation --*/
/*-- quick link navigation --*/
/*-- search form --*/
/*-- page layout --*/
/* ==========================================================================
   Build Styles
   ========================================================================== */
/*-- Mobile Menu --*/
/*-- Mobile Menu --*/
/*-- Mobile Nav --*/
/*-- Accordion --*/
/*-- Event Calendar - Uses table styling --*/
/*-- Content Features --*/
/* ==========================================================================
   Load and Apply Fonts
   ========================================================================== */
/*-- Icomoon Mandatory for Mobile Icons --*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon.svg#icomoon') format('svg'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*-- Custom Imported Fonts --*/
/* ==========================================================================
   Global Theme Styles (Across all Queries)
   ========================================================================== */
/* ==========================================================================
   Full Page Layout (Full Query)
   ========================================================================== */
/* ==========================================================================
   Mobile Page Layout (Medium and Small Query)
   ========================================================================== */
/* ==========================================================================
   Medium Page Adjustments (Medium Query)
   ========================================================================== */
/* ==========================================================================
   Small Page Adjustments (Small Query)
   ========================================================================== */
/* ==========================================================================
   Webkit Only Adjustments
   ========================================================================== */
/* ==========================================================================
   IE Only Adjustments (IE 9+, old IE adjustments to be made in main.ie.less )
   ========================================================================== */
/* ==========================================================================
   Retina Page Adjustments
   ========================================================================== */
/* ==========================================================================
   Icky
   ========================================================================== */
