﻿@charset "UTF-8";
/*!
Theme Name: DC Council
Theme URI: dccouncil.us
Author: Blue State Digital
Author URI: http://www.bluestatedigital.com
Description: Custom theme for DC Council 2017 redesign
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }
  
/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1, .h1, .cta-panel__header {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small, .text-small, #mc_embed_signup .indicates-required {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 0.875rem !important;
  box-sizing: border-box; }


*,
*::before,
*::after {
  box-sizing: inherit; }


body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: normal;
  font-size: 0.875rem !important;
  line-height: 1.3 !important;
  color: #000000 !important;
  background: #FFFFFF !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row-new {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto; }
  .row-new::before, .row-new::after {
    content: ' ';
    display: table; }
  .row-new::after {
    clear: both; }
  .row-new.collapse > .column, .row-new.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row-new .row-new {
    margin-left: -1.42857rem;
    margin-right: -1.42857rem; }
    .row-new .row-new.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row-new.expanded {
    max-width: none; }
    .row-new.expanded .row-new {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1.42857rem;
  padding-right: 1.42857rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row-new.row-new, .row-new.row-new.columns {
  float: none; }

.row-new .column.row-new.row-new, .row-new .row-new.row-new.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row-new {
  margin-left: 0;
  margin-right: 0; }

.expanded.row-new .small-collapse.row-new {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.42857rem;
  padding-right: 1.42857rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row-new {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row-new .medium-collapse.row-new {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.42857rem;
    padding-right: 1.42857rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row-new {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row-new .large-collapse.row-new {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.42857rem;
    padding-right: 1.42857rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
.h1,
.cta-panel__header,
h2,
.h2,
h3,
.h3,
.page-summary,
#___gcse_0 .gs-result.gs-no-results-result .gs-snippet,
h4,
.h4,
.gse-sort-placeholder .gsc-orderby-label,
#mc_embed_signup label,
.carousel-subhead,
h5,
.h5,
h6,
.h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 1.07143rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small, .text-small, #mc_embed_signup .indicates-required {
  font-size: 80%;
  line-height: inherit; }

h1, .h1, .cta-panel__header,
h2,
.h2,
h3,
.h3,
.page-summary,
#___gcse_0 .gs-result.gs-no-results-result .gs-snippet,
h4,
.h4,
.gse-sort-placeholder .gsc-orderby-label,
#mc_embed_signup label,
.carousel-subhead,
h5,
.h5,
h6,
.h6 {
  font-family: "Droid Serif", serif;
  font-weight: normal;
  font-style: normal;
  color: #000000;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.71429rem;
  line-height: 1.25; }
  h1 small, .h1 small, .cta-panel__header small, h1 .text-small, .h1 .text-small, .cta-panel__header .text-small, h1 #mc_embed_signup .indicates-required, #mc_embed_signup h1 .indicates-required, .h1 #mc_embed_signup .indicates-required, #mc_embed_signup .h1 .indicates-required, .cta-panel__header #mc_embed_signup .indicates-required, #mc_embed_signup .cta-panel__header .indicates-required,
  h2 small, .h2 small,
  h2 .text-small, .h2 .text-small,
  h2 #mc_embed_signup .indicates-required, #mc_embed_signup
  h2 .indicates-required, .h2 #mc_embed_signup .indicates-required, #mc_embed_signup .h2 .indicates-required,
  h3 small, .h3 small, .page-summary small, #___gcse_0 .gs-result.gs-no-results-result .gs-snippet small,
  h3 .text-small, .h3 .text-small, .page-summary .text-small, #___gcse_0 .gs-result.gs-no-results-result .gs-snippet .text-small,
  h3 #mc_embed_signup .indicates-required, #mc_embed_signup
  h3 .indicates-required, .h3 #mc_embed_signup .indicates-required, #mc_embed_signup .h3 .indicates-required, .page-summary #mc_embed_signup .indicates-required, #mc_embed_signup .page-summary .indicates-required, #___gcse_0 .gs-result.gs-no-results-result .gs-snippet #mc_embed_signup .indicates-required, #mc_embed_signup #___gcse_0 .gs-result.gs-no-results-result .gs-snippet .indicates-required,
  h4 small, .h4 small, .gse-sort-placeholder .gsc-orderby-label small, #mc_embed_signup label small, .carousel-subhead small,
  h4 .text-small, .h4 .text-small, .gse-sort-placeholder .gsc-orderby-label .text-small, #mc_embed_signup label .text-small, .carousel-subhead .text-small,
  h4 #mc_embed_signup .indicates-required, #mc_embed_signup
  h4 .indicates-required, .h4 #mc_embed_signup .indicates-required, #mc_embed_signup .h4 .indicates-required, .gse-sort-placeholder .gsc-orderby-label #mc_embed_signup .indicates-required, #mc_embed_signup .gse-sort-placeholder .gsc-orderby-label .indicates-required, #mc_embed_signup label .indicates-required, .carousel-subhead #mc_embed_signup .indicates-required, #mc_embed_signup .carousel-subhead .indicates-required,
  h5 small, .h5 small,
  h5 .text-small, .h5 .text-small,
  h5 #mc_embed_signup .indicates-required, #mc_embed_signup
  h5 .indicates-required, .h5 #mc_embed_signup .indicates-required, #mc_embed_signup .h5 .indicates-required,
  h6 small, .h6 small,
  h6 .text-small, .h6 .text-small,
  h6 #mc_embed_signup .indicates-required, #mc_embed_signup
  h6 .indicates-required, .h6 #mc_embed_signup .indicates-required, #mc_embed_signup .h6 .indicates-required {
    color: #000000;
    line-height: 0; }

h1, .h1, .cta-panel__header {
  font-size: 1.85714rem; }

h2, .h2 {
  font-size: 1.57143rem; }

h3, .h3, .page-summary, #___gcse_0 .gs-result.gs-no-results-result .gs-snippet {
  font-size: 1.28571rem; }

h4, .h4, .gse-sort-placeholder .gsc-orderby-label, #mc_embed_signup label, .carousel-subhead {
  font-size: 0.85714rem; }

h5, .h5 {
  font-size: 1.21429rem; }

h6, .h6 {
  font-size: 1.14286rem; }

@media screen and (min-width: 40em) {
  h1, .h1, .cta-panel__header {
    font-size: 2.14286rem; }
  h2, .h2 {
    font-size: 1.78571rem; }
  h3, .h3, .page-summary, #___gcse_0 .gs-result.gs-no-results-result .gs-snippet {
    font-size: 1.42857rem; }
  h4, .h4, .gse-sort-placeholder .gsc-orderby-label, #mc_embed_signup label, .carousel-subhead {
    font-size: 0.85714rem; }
  h5, .h5 {
    font-size: 1.42857rem; }
  h6, .h6 {
    font-size: 1.14286rem; } }

@media screen and (min-width: 64em) {
  h1, .h1, .cta-panel__header {
    font-size: 2.85714rem; }
  h2, .h2 {
    font-size: 2.14286rem; }
  h3, .h3, .page-summary, #___gcse_0 .gs-result.gs-no-results-result .gs-snippet {
    font-size: 1.42857rem; }
  h4, .h4, .gse-sort-placeholder .gsc-orderby-label, #mc_embed_signup label, .carousel-subhead {
    font-size: 0.85714rem; }
  h5, .h5 {
    font-size: 1.42857rem; }
  h6, .h6 {
    font-size: 1.14286rem; } }

a {
    color: #4E89C3;
    text-decoration: none;
    line-height: inherit;
    outline: none !important;
    box-shadow: none !important;
    cursor: pointer;
}
  a:hover, a:focus {
    color: #000000;
    outline:none;
    box-shadow:none;
  }
  a img {
    border: 0; }

hr {
  max-width: 90rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 5px solid #000000;
  border-left: 0;
  margin: 3.57143rem 0 2.14286rem;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.5;
  margin-bottom: 1.07143rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 0; }

ol {
  margin-left: 0; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1.07143rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #000000; }
  blockquote, blockquote p {
    line-height: 1.5;
    color: #000000; }

cite {
  display: block;
  font-size: 0.92857rem;
  color: #000000; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #000000;
  cursor: help;
  border-bottom: 1px dotted #000000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
  background-color: #f0f0f0;
  border: 1px solid #000000;
  padding: 0.14286rem 0.35714rem 0.07143rem; }

kbd {
  padding: 0.14286rem 0.28571rem 0;
  margin: 0;
  background-color: #f0f0f0;
  color: #000000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000000; }

.lead {
  font-size: 1.09375rem;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  .h2,
  h3,
  .h3,
  .page-summary,
  #___gcse_0 .gs-result.gs-no-results-result .gs-snippet {
    orphans: 3;
    widows: 3; }
  h2, .h2,
  h3,
  .h3,
  .page-summary,
  #___gcse_0 .gs-result.gs-no-results-result .gs-snippet {
    page-break-after: avoid; } }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #FFFFFF;
    background: #000000; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.flex-video {
  position: relative;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 1.14286rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.hide {
  display: none
}

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.07143rem;
  padding: 0.57143rem;
  border: 2px solid #D8D2CC;
  margin: 0 0 1.14286rem;
  font-family: inherit;
  font-size: 1.42857rem;
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: none;
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 2px solid #D8D2CC;
    background-color: #FFFFFF;
    outline: none;
    box-shadow: 0 0 5px #D8D2CC;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A9A8B1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A9A8B1; }

input::placeholder,
textarea::placeholder {
  color: #A9A8B1; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.14286rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.57143rem;
  margin-right: 1.14286rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.57143rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000000; }
  label.middle {
    margin: 0 0 1.14286rem;
    padding: 0.71429rem 0; }

.help-text {
  margin-top: -0.57143rem;
  font-size: 0.92857rem;
  font-style: italic;
  color: #000000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.14286rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f0f0f0;
  color: #000000;
  border: 1px solid #000000;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 3.14286rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.57143rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #D8D2CC;
  padding: 1.42857rem;
  margin: 1.28571rem 0; }
  .fieldset legend {
    background: #FFFFFF;
    padding: 0 0.21429rem;
    margin: 0;
    margin-left: -0.21429rem; }

select {
  height: 3.07143rem;
  padding: 0.57143rem;
  border: 2px solid #D8D2CC;
  margin: 0 0 1.14286rem;
  font-size: 1.42857rem;
  font-family: inherit;
  line-height: normal;
  color: #000000;
  background-color: #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%280, 0, 0%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 5px !important; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.57143rem;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button, #tribe_events_filters_reset {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.92857rem 2.14286rem;
  margin: 0.71429rem 0 0 0;
  font-size: 0.9rem;
  border: 1px solid #4E89C3;
  color: #4E89C3; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] #tribe_events_filters_reset {
    outline: 0; }
  .button, #tribe_events_filters_reset, .button:hover, #tribe_events_filters_reset:hover, .button:focus, #tribe_events_filters_reset:focus {
    background-color: transparent; }
  .button:hover, #tribe_events_filters_reset:hover, .button:focus, #tribe_events_filters_reset:focus {
    border-color: #234566;
    color: #234566; }
  .button.tiny, .tiny#tribe_events_filters_reset {
    font-size: 0.6rem; }
  .button.small, .small#tribe_events_filters_reset {
    font-size: 0.75rem; }
  .button.large, .large#tribe_events_filters_reset {
    font-size: 1.25rem; }
  .button.expanded, .expanded#tribe_events_filters_reset {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary, .primary#tribe_events_filters_reset {
    border: 1px solid #000000;
    color: #000000; }
    .button.primary:hover, .primary#tribe_events_filters_reset:hover, .button.primary:focus, .primary#tribe_events_filters_reset:focus {
      border-color: black;
      color: black; }
  .button.primary.dropdown::after, .primary.dropdown#tribe_events_filters_reset::after {
    border-top-color: #000000; }
  .button.secondary, .secondary#tribe_events_filters_reset {
    border: 1px solid #4E89C3;
    color: #4E89C3; }
    .button.secondary:hover, .secondary#tribe_events_filters_reset:hover, .button.secondary:focus, .secondary#tribe_events_filters_reset:focus {
      border-color: #234566;
      color: #234566; }
  .button.secondary.dropdown::after, .secondary.dropdown#tribe_events_filters_reset::after {
    border-top-color: #4E89C3; }
  .button.success, .success#tribe_events_filters_reset {
    border: 1px solid #3adb76;
    color: #3adb76; }
    .button.success:hover, .success#tribe_events_filters_reset:hover, .button.success:focus, .success#tribe_events_filters_reset:focus {
      border-color: #157539;
      color: #157539; }
  .button.success.dropdown::after, .success.dropdown#tribe_events_filters_reset::after {
    border-top-color: #3adb76; }
  .button.warning, .warning#tribe_events_filters_reset {
    border: 1px solid #ffae00;
    color: #ffae00; }
    .button.warning:hover, .warning#tribe_events_filters_reset:hover, .button.warning:focus, .warning#tribe_events_filters_reset:focus {
      border-color: #805700;
      color: #805700; }
  .button.warning.dropdown::after, .warning.dropdown#tribe_events_filters_reset::after {
    border-top-color: #ffae00; }
  .button.alert, .alert#tribe_events_filters_reset {
    border: 1px solid #ec5840;
    color: #ec5840; }
    .button.alert:hover, .alert#tribe_events_filters_reset:hover, .button.alert:focus, .alert#tribe_events_filters_reset:focus {
      border-color: #881f0e;
      color: #881f0e; }
  .button.alert.dropdown::after, .alert.dropdown#tribe_events_filters_reset::after {
    border-top-color: #ec5840; }
  .button.disabled, .disabled#tribe_events_filters_reset, .button[disabled], [disabled]#tribe_events_filters_reset {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .disabled#tribe_events_filters_reset:hover, .button.disabled:focus, .disabled#tribe_events_filters_reset:focus, .button[disabled]:hover, [disabled]#tribe_events_filters_reset:hover, .button[disabled]:focus, [disabled]#tribe_events_filters_reset:focus {
      background-color: #000000;
      color: #4E89C3; }
    .button.disabled.primary, .disabled.primary#tribe_events_filters_reset, .button[disabled].primary, [disabled].primary#tribe_events_filters_reset {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .disabled.primary#tribe_events_filters_reset:hover, .button.disabled.primary:focus, .disabled.primary#tribe_events_filters_reset:focus, .button[disabled].primary:hover, [disabled].primary#tribe_events_filters_reset:hover, .button[disabled].primary:focus, [disabled].primary#tribe_events_filters_reset:focus {
        background-color: #000000;
        color: #4E89C3; }
    .button.disabled.secondary, .disabled.secondary#tribe_events_filters_reset, .button[disabled].secondary, [disabled].secondary#tribe_events_filters_reset {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .disabled.secondary#tribe_events_filters_reset:hover, .button.disabled.secondary:focus, .disabled.secondary#tribe_events_filters_reset:focus, .button[disabled].secondary:hover, [disabled].secondary#tribe_events_filters_reset:hover, .button[disabled].secondary:focus, [disabled].secondary#tribe_events_filters_reset:focus {
        background-color: #4E89C3;
        color: #4E89C3; }
    .button.disabled.success, .disabled.success#tribe_events_filters_reset, .button[disabled].success, [disabled].success#tribe_events_filters_reset {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .disabled.success#tribe_events_filters_reset:hover, .button.disabled.success:focus, .disabled.success#tribe_events_filters_reset:focus, .button[disabled].success:hover, [disabled].success#tribe_events_filters_reset:hover, .button[disabled].success:focus, [disabled].success#tribe_events_filters_reset:focus {
        background-color: #3adb76;
        color: #4E89C3; }
    .button.disabled.warning, .disabled.warning#tribe_events_filters_reset, .button[disabled].warning, [disabled].warning#tribe_events_filters_reset {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .disabled.warning#tribe_events_filters_reset:hover, .button.disabled.warning:focus, .disabled.warning#tribe_events_filters_reset:focus, .button[disabled].warning:hover, [disabled].warning#tribe_events_filters_reset:hover, .button[disabled].warning:focus, [disabled].warning#tribe_events_filters_reset:focus {
        background-color: #ffae00;
        color: #4E89C3; }
    .button.disabled.alert, .disabled.alert#tribe_events_filters_reset, .button[disabled].alert, [disabled].alert#tribe_events_filters_reset {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .disabled.alert#tribe_events_filters_reset:hover, .button.disabled.alert:focus, .disabled.alert#tribe_events_filters_reset:focus, .button[disabled].alert:hover, [disabled].alert#tribe_events_filters_reset:hover, .button[disabled].alert:focus, [disabled].alert#tribe_events_filters_reset:focus {
        background-color: #ec5840;
        color: #4E89C3; }
  .button.dropdown::after, .dropdown#tribe_events_filters_reset::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #FFFFFF transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 2.14286rem;
    display: inline-block; }
  .button.dropdown::after, .dropdown#tribe_events_filters_reset::after {
    border-top-color: #4E89C3; }
  .button.arrow-only::after, .arrow-only#tribe_events_filters_reset::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.media-object {
  margin-bottom: 1.42857rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1.42857rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: auto; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1.42857rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1.42857rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.pagination {
  margin-left: 0;
  margin-bottom: 0; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 1rem;
    margin-right: 0.07143rem;
    border-radius: 0;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #000000;
    display: block;
    padding: 0.21429rem 0.35714rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: none; }
  .pagination .current {
    padding: 0.21429rem 0.35714rem;
    background: none;
    color: #ED4641;
    cursor: default; }
  .pagination .disabled {
    padding: 0.21429rem 0.35714rem;
    color: #f0f0f0;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.21429rem 0.35714rem;
    color: #000000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("assets/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media screen and (min-width: 64em) {
  .tooltips {
    display: inline-block;
    position: relative;
    z-index: 0; }
    .tooltips:before {
      background: #4E89C3;
      bottom: -2px;
      content: '';
      height: 2px;
      left: 0;
      position: absolute;
      transition: height 200ms ease-in-out, background 300ms ease;
      width: 100%;
      z-index: -1; }
    .tooltips:hover:before, .tooltips:focus:before {
      background-color: rgba(78, 137, 195, 0.2);
      height: 105%; } }

.Zebra_Tooltip {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif !important; }
  @media screen and (min-width: 64em) {
    .Zebra_Tooltip {
      left: auto !important;
      right: 2%; } }
  .Zebra_Tooltip .Zebra_Tooltip_Message {
    background: #f0f0f0 !important;
    border-radius: 0 !important;
    border-left: #4E89C3 2px solid;
    box-shadow: none !important;
    font-weight: bold !important; }
  @media screen and (max-width: 64em), screen and (pointer: course) {
    .Zebra_Tooltip {
      display: none; } }
  .touchevents .Zebra_Tooltip {
    display: none; }

.Zebra_Tooltip_Arrow {
  display: none; }

.global-content-wrap {
  position: relative; }
  @media screen and (min-width: 64em) {
    .global-content-wrap {
      margin-top: -2.14286rem; } }
  .error404 .global-content-wrap {
    background: #195177;
    color: #FFFFFF;
    padding: 7.14286rem 0 11.42857rem; }

.error404 h1, .error404 .h1, .error404 .cta-panel__header,
.error404 h3,
.error404 .h3,
.error404 .page-summary,
.error404 #___gcse_0 .gs-result.gs-no-results-result .gs-snippet, #___gcse_0 .gs-result.gs-no-results-result
.error404 .gs-snippet,
.error404 p {
  color: #FFFFFF; }

::-moz-selection {
  background: #ED4641;
  color: #FFFFFF; }

::selection {
  background: #ED4641;
  color: #FFFFFF; }

a {
  transition: all 200ms ease-in-out; }

h4, .h4, .gse-sort-placeholder .gsc-orderby-label, #mc_embed_signup label, .carousel-subhead {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
/*
  letter-spacing: 3px;
  text-transform: uppercase; 
*/
}

.strong {
  font-weight: bold; }

.case-cap {
  text-transform: capitalize; }

.case-low {
  text-transform: lowercase; }

.page-summary {
  font-size: 1.28571rem;
  line-height: 1.4; }
  @media screen and (min-width: 64em) {
    .page-summary p:first-of-type {
      font-size: 1.42857rem;
      line-height: 1.5; } }
  .page-summary ul, .page-summary ol {
    padding-left: 1.42857rem; }
  .page-summary blockquote {
    margin: 0; }

.contact-link {
  color: #000000; }
  .contact-link:hover, .contact-link:focus {
    text-decoration: underline; }

.byline {
  margin-bottom: 0.71429rem; }

.byline-label {
  font-weight: 600; }

.article-header {
  margin-bottom: 2.14286rem; }
  @media screen and (min-width: 64em) {
    .article-header {
      margin-bottom: 3.57143rem; } }
  .content-block__callout .article-header {
    margin-bottom: 2.14286rem; }
  .article-header .page-title,
  .article-header .byline,
  .article-header .page-tags {
    margin-bottom: 0.71429rem; }
  .article-header .media-object-section:first-child {
    padding-right: 1.78571rem; }
  .article-header .media-object-section:last-of-type {
    padding-bottom: 0; }

.article a {
  text-decoration: underline; }

.base ul:not(.icon-links) {
  overflow: hidden;
  padding-left: 1.42857rem; }
  .base ul:not(.icon-links) li {
    margin-bottom: 0.71429rem;
    line-height: 1.4; }

.tags-list {
  list-style: none;
  margin-left: 0; }
  .tags-list li {
    display: inline-block;
    margin: 0 0.35714rem 0 0;
    padding: 0; }
  .tags-list a,
  .tags-list .button-text-link {
    padding: 0;
    text-decoration: none; }

.unstyled-list {
  margin: 0; }
  .unstyled-list li {
    list-style: none; }

.block-list .column, .block-list .columns {
  margin: 0.35714rem 0; }

.block-list .column-block {
  margin: 0 0 1.42857rem 0; }

blockquote {
  border: none;
  margin: 2.14286rem 0;
  padding: 1.42857rem 0;
  position: relative; }
  @media screen and (min-width: 64em) {
    .entry-content blockquote {
      padding: 5.71429rem 0 0 0; } }
  .entry-content blockquote:before {
    background: transparent url("./assets/img/HashedLines_darker.png") repeat;
    content: '';
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100vw; }
  blockquote p {
    background: #FFFFFF;
    color: #000000;
    font-family: "Droid Serif", serif;
    font-size: 1.42857rem;
    line-height: 1.3;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 1.42857rem;
    position: relative;
    text-align: center; }
    @media screen and (min-width: 64em) {
      .entry-content blockquote p {
        font-size: 2.14286rem;
        line-height: 1.5;
        margin-left: -10%;
        margin-right: -10%;
        padding: 40px 11% 40px 11%; } }
    blockquote p:before {
      content: '\201C';
      display: block;
      font-size: 4.28571rem;
      line-height: 0.4; }
      @media screen and (min-width: 64em) {
        blockquote p:before {
          font-size: 6.42857rem; } }

.page__section {
  padding: 2.85714rem 0 2.14286rem; }
  @media screen and (min-width: 64em) {
    .page__section {
      padding: 5rem 0 4.28571rem; } }
  .page__section.section--medium {
    padding: 2.14286rem 0; }
    @media screen and (min-width: 64em) {
      .page__section.section--medium {
        padding: 4.28571rem 0 2.85714rem; } }
  .page__section.section--large {
    padding-bottom: 4.28571rem; }
    @media screen and (min-width: 64em) {
      .page__section.section--large {
        padding-bottom: 6.42857rem; } }

.page-subsection {
  margin-bottom: 1.07143rem; }
  @media screen and (min-width: 64em) {
    .page-subsection {
      margin-bottom: 2.14286rem; } }

.page-content {
  background: #FFFFFF; }

.page-content__aside {
  margin-top: 1.42857rem; }
  @media screen and (min-width: 64em) {
    .page-content__aside {
      margin-top: 2.14286rem; } }

.aside-section {
  margin-bottom: 1.42857rem; }
  .aside-section + .aside-section {
    margin-top: 3.21429rem; }

.page--interior {
  overflow: hidden;
  padding-top: 5.71429rem;
  position: relative; }
  @media screen and (min-width: 64em) {
    .page--interior {
      padding-top: 10.71429rem; } }
  .page--interior:before {
    background: transparent url("./assets/img/HashedLines_darker.png") repeat;
    content: '';
    height: 140px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    @media screen and (min-width: 64em) {
      .page--interior:before {
        height: 180px; } }
  .page--interior .page-content {
    margin-top: -2.85714rem;
    padding: 2.14286rem 1.42857rem 3.57143rem;
    position: relative; }
    @media screen and (min-width: 64em) {
      .page--interior .page-content {
        margin-top: -5.71429rem;
        padding: 3.21429rem 5.71429rem 5.71429rem; } }
  .page--interior.page-layout--sidebar {
    padding: 0; }

.page-layout--sidebar {
  position: relative; }
  .page-layout--sidebar:before {
    background: #f0f0f0;
    content: '';
    display: none;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0; }
    @media screen and (min-width: 64em) {
      .page-layout--sidebar:before {
        display: block; } }
  .page-layout--sidebar .page-content {
    background: #f0f0f0;
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
    padding: 5.71429rem 1.42857rem 4.28571rem; }
    @media screen and (min-width: 64em) {
      .page-layout--sidebar .page-content {
        -ms-flex-order: 2;
            order: 2;
        padding: 8.57143rem 1.42857rem 5.71429rem 5.71429rem; }
        .page-layout--sidebar .page-content.large-9 {
          width: 74.5%; } }
  .page-layout--sidebar__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .page-layout--sidebar .content-block {
    margin: 10px 0; }

.page-aside {
  background: #FFFFFF;
  -ms-flex-order: 2;
      order: 2;
  padding: 2.85714rem 1.42857rem 4.28571rem;
  z-index: 1; }
  @media screen and (min-width: 40em) {
    .page-aside {
      padding: 4.28571rem 1.42857rem 4.28571rem; } }
  @media screen and (min-width: 64em) {
    .page-aside {
      -ms-flex-order: 1;
          order: 1;
      padding: 10rem 2.85714rem 5.71429rem 0.71429rem; } }
  .post-type-archive-tribe_events .page-aside {
    -ms-flex-order: 1;
        order: 1;
    padding-bottom: 30px;
    padding-top: 60px; }
    @media screen and (min-width: 64em) {
      .post-type-archive-tribe_events .page-aside {
        padding: 10rem 2.85714rem 5.71429rem 0.71429rem; } }
  .page-template-template-search .page-aside {
    display: none; }
    @media screen and (min-width: 64em) {
      .page-template-template-search .page-aside {
        display: block; } }
  .page-aside h2, .page-aside .h2 {
    letter-spacing: -0.6px; }
    @media screen and (min-width: 64em) {
      .page-aside h2, .page-aside .h2 {
        font-size: 28px; } }
  .page-aside hr {
    border-bottom-width: 2px;
    border-color: #f0f0f0;
    margin: 1.42857rem 0; }
    @media screen and (min-width: 64em) {
      .page-aside hr {
        margin: 40px 0; } }

/* Listing pages for archive templates */
.listing-post {
  margin-bottom: 2.14286rem; }
  .listing-post h3, .listing-post .h3, .listing-post .page-summary, .listing-post #___gcse_0 .gs-result.gs-no-results-result .gs-snippet, #___gcse_0 .gs-result.gs-no-results-result .listing-post .gs-snippet {
    margin-bottom: 0.35714rem; }
  .listing-post a {
    text-decoration: underline; }

.listing-grid .listing-post {
  margin-bottom: 2.14286rem; }
  @media screen and (min-width: 64em) {
    .listing-grid .listing-post {
      margin-bottom: 3.57143rem; } }

.listing-grid .byline a {
  color: #000000;
  text-decoration: none; }

.listing-grid + .pagination-block {
  margin-top: 0; }

.page-content .listing-grid__card {
  margin: 1.42857rem 0; }

.content-block .listing-grid__card {
  padding: 2.14286rem 0.71429rem; }

.listing-grid__card .card-heading {
  margin-bottom: 1.42857rem; }

.listing-grid__card .legislation-block {
  color: #000000;
  font-weight: 600;
  text-decoration: none; }

.card-rule {
  border-top: solid #000000 2px;
  letter-spacing: 2.5px;
  margin-bottom: 1.07143rem;
  padding-top: 1.07143rem; }

.listing-event {
  margin-bottom: 2.85714rem;
  padding-bottom: 3.57143rem;
  position: relative; }
  .listing-event:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0; }
    .listing-event:last-of-type:before {
      display: none; }
  .listing-event:before {
    background: #FFFFFF;
    bottom: 0;
    content: '';
    height: 6px;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    right: 50%;
    width: 100vw; }

.listing-header {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 64em) {
    .listing-header {
      margin-bottom: 1.07143rem;
      padding: 0 1.42857rem; } }

.listing-header__heading {
  font-family: "Droid Serif", serif;
  font-size: 4.28571rem;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 0.8; }
  @media screen and (min-width: 64em) {
    .listing-header__heading {
      font-size: 5.14286rem; } }
  .listing-status--active .listing-header__heading {
    color: #ED4641; }

.listing-header__subhead {
  color: #4A4B5A;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
  text-transform: uppercase; }
  @media screen and (min-width: 64em) {
    .listing-header__subhead {
      font-size: 1.42857rem; } }

.menu-list {
  list-style: none;
  margin: 1.42857rem 0; }
  .menu-list:last-of-type {
    margin-bottom: 0; }
  .menu-list .button-text-link {
    line-height: 1.3; }

.menu-list__item {
  border-top: solid 2px #000000;
  margin-bottom: 1.42857rem;
  padding: 0.71429rem 0 1.42857rem; }
  @media screen and (min-width: 64em) {
    .menu-list__item {
      border-top: solid 5px #000000;
      padding: 1.42857rem 0 2.14286rem; } }

.menu-section {
  margin-bottom: 1.42857rem; }
  .menu-section:last-of-type {
    margin-bottom: 0; }

.menu--has-image .thumbnail {
  float: left;
  margin: 0 1.07143rem 0 0; }

.menu--has-image.menu-large .thumbnail {
  float: none;
  margin-bottom: 0.71429rem; }
  @media screen and (min-width: 40em) {
    .menu--has-image.menu-large .thumbnail {
      float: left;
      margin-bottom: 0; } }

@media screen and (min-width: 64em) {
  .template--landing .page-content {
    padding-bottom: 4.28571rem; } }

.template--landing .article-header {
  margin-bottom: 0; }

.template--landing .page-feature-blocks {
  margin-top: 2.85714rem; }

.content-block .tribe-events-notices {
  background: #000000;
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  margin: 0;
  padding: 0 20px 10px;
  text-shadow: none; }
  @media screen and (min-width: 64em) {
    .content-block .tribe-events-notices {
      position: absolute;
      right: 0;
      top: -2px; } }

.event-meta {
  margin: 2.14286rem 0; }
  @media screen and (min-width: 64em) {
    .event-meta {
      margin: 2.85714rem 0; } }
  .event-meta .button, .event-meta #tribe_events_filters_reset {
    margin: 0; }

.events-pagination {
  padding-top: 1.42857rem;
  position: relative;
  margin-top: 2.85714rem; }
  .events-pagination:before {
    background: #FFFFFF;
    content: '';
    height: 6px;
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: absolute;
    right: 50%;
    top: 0;
    width: 100vw; }
  .events-pagination li {
    line-height: 1.3; }
    @media screen and (max-width: 40em) {
      .events-pagination li {
        margin-top: 20px; }
        .events-pagination li.paginate--left {
          padding-right: 7.14286rem; }
        .events-pagination li.paginate--right {
          padding-left: 7.14286rem; } }

#tribe-events-bar #tribe-bar-form {
  background: #f0f0f0; }

#tribe-events-bar #tribe-bar-views {
  display: none; }

#tribe-events-bar #tribe-bar-collapse-toggle {
  width: 100%; }
  #tribe-events-bar #tribe-bar-collapse-toggle:hover, #tribe-events-bar #tribe-bar-collapse-toggle:focus {
    background: #f0f0f0; }

#tribe-events-bar #tribe-bar-form #tribe-bar-views + .tribe-bar-filters {
  right: auto;
  width: 100%; }

#tribe-events-bar #tribe-bar-form .tribe-bar-submit .tribe-events-button {
  background: #4E89C3; }
  #tribe-events-bar #tribe-bar-form .tribe-bar-submit .tribe-events-button:hover, #tribe-events-bar #tribe-bar-form .tribe-bar-submit .tribe-events-button:focus {
    background: #195177; }

#tribe-events-header {
  display: none; }

#tribe-events-content .tribe-events-notices {
  border-color: #e51c16;
  background: #ED4641;
  border-radius: 0;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 0;
  padding: 5px 10px;
  position: relative;
  text-shadow: none; }
  #tribe-events-content .tribe-events-notices ul, #tribe-events-content .tribe-events-notices li {
    margin: 0; }

#tribe-events-content .tribe-events-page-title {
  font-weight: 400;
  text-align: left; }

#tribe-events-content .tribe-events-calendar thead th,
#tribe-events-content .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .column,
#tribe-events-content .tribe-events-grid .tribe-grid-header .tribe-grid-content-wrap .columns,
#tribe-events-content .tribe-grid-header {
  background: #000000;
  border: none; }

#tribe-events-content .tribe-events-sub-nav li a {
  background: none; }

#tribe-events-content a,
#tribe-events-content .tribe-events-event-meta a {
  color: #4E89C3; }
  #tribe-events-content a:hover, #tribe-events-content a:focus,
  #tribe-events-content .tribe-events-event-meta a:hover,
  #tribe-events-content .tribe-events-event-meta a:focus {
    color: #000000; }

#tribe-events-content .tribe-events-calendar {
  border: solid 1px #000000; }

#tribe-events-content .tribe-events-ical.tribe-events-button {
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 10px; }
  #tribe-events-content .tribe-events-ical.tribe-events-button:hover, #tribe-events-content .tribe-events-ical.tribe-events-button:focus {
    background: #195177; }

@media screen and (max-width: 768px) {
  #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
  #tribe-events-content .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a,
  #tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] {
    background: transparent; } }

.tribe-mini-calendar-wrapper .tribe-mini-calendar-grid-wrapper {
  margin-bottom: 2.14286rem; }

.tribe-mini-calendar-wrapper .tribe-mini-calendar thead {
  background: transparent; }

.tribe-mini-calendar-wrapper .tribe-mini-calendar-nav td {
  background: #000000;
  border-color: #000000; }

.tribe-mini-calendar-wrapper .tribe-mini-calendar th {
  color: #FFFFFF;
  background: #000000;
  border-color: #000000;
  font-weight: bold;
  padding: 5px 0; }

.tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-date {
  background: #000000; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar-event .list-date .list-dayname {
    background: #FFFFFF;
    color: #000000; }

.tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth {
  background: #f0f0f0; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar .tribe-events-othermonth .tribe-mini-calendar-no-event {
    color: #b2b2b2; }

.tribe-mini-calendar-wrapper .tribe-mini-calendar td.tribe-events-has-events {
  background: #195177; }
  .tribe-mini-calendar-wrapper .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present, .tribe-mini-calendar-wrapper .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today {
    background: #000000; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-content {
  background: transparent;
  border: none; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-label {
  display: none; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe_events_filter_item {
  border: none;
  margin-bottom: 1.07143rem; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filter-group li {
  background: #f0f0f0; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filter-group {
  border: none; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper.tribe-events-filters-vertical {
  float: none;
  position: relative;
  width: 100%; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-group-heading {
  background: #f0f0f0;
  border: none;
  color: #4A4B5A;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1rem; }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filters-group-heading:before {
    border: none;
    color: #4E89C3;
    content: '\203A';
    font-size: 1.85714rem;
    font-weight: 600;
    height: 1.85714rem;
    margin-top: 4px;
    right: 1.42857rem;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: transform 500ms ease;
    top: 3px;
    width: 0.71429rem; }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .closed .tribe-events-filters-group-heading:before {
  top: 5px;
  transform: rotate(90deg); }

#tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filter-checkboxes .checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: solid 2px #4E89C3;
  height: 1.07143rem;
  margin-right: 0.71429rem;
  transition: all 200ms ease-in-out;
  width: 1.07143rem; }
  #tribe-events-content-wrapper #tribe_events_filters_wrapper .tribe-events-filter-checkboxes .checkbox:checked {
    background: #4E89C3; }

#tribe_events_filters_wrapper #tribe_events_filters_reset {
  padding: 9px 15px; }

@media only screen and (max-width: 767px) {
  #tribe-events-content-wrapper #tribe_events_filter_control #tribe_events_filters_toggle {
    background: #4E89C3;
    border: none;
    color: #FFFFFF; }
    #tribe-events-content-wrapper #tribe_events_filter_control #tribe_events_filters_toggle:hover, #tribe-events-content-wrapper #tribe_events_filter_control #tribe_events_filters_toggle:focus {
      background: #195177; } }

#google_translate_element {
  display: inline-block;
margin-top: 0px !important;  }
  #google_translate_element:hover .goog-te-gadget-simple, #google_translate_element:focus .goog-te-gadget-simple {
    background: #4E89C3;
    border-color: #4E89C3; }
  #google_translate_element .goog-te-menu-value {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.28571rem; }
    @media screen and (min-width: 64em) {
      #google_translate_element .goog-te-menu-value {
        font-size: 0.78571rem; } }
    #google_translate_element .goog-te-menu-value span {
      border: none !important;
      color: #A9A8B1 !important;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif; }
      @media screen and (min-width: 64em) {
        #google_translate_element .goog-te-menu-value span {
          color: #FFFFFF !important;
          font-size: 0.78571rem; } }
      #google_translate_element .goog-te-menu-value span:last-of-type {
        font-size: 0.64286rem; }
    #google_translate_element .goog-te-menu-value img {
      margin-right: 0; }
  #google_translate_element .goog-te-gadget-simple {
    background: transparent;
    border: none;
    padding: 0 6px;
	margin-top: 0px !important;
    transition: all 200ms ease-in-out; }
  #google_translate_element .goog-te-gadget-icon {
    display: none; }

.utility-nav {
  background: #000000;
  max-height: 100%;
  text-align:right !important;
  }

.utility-nav__list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }
  .utility-nav__list .utility-nav-item {
    display: inline-block; }
    .utility-nav__list .utility-nav-item a {
      color: #FFFFFF;
      display: inline-block;
      font-size: 0.78571rem;
      font-weight: bold;
      line-height: 1;
      padding: 0.71429rem 0.85714rem 0.57143rem; }
      .utility-nav__list .utility-nav-item a:hover, .utility-nav__list .utility-nav-item a:focus {
        text-decoration: none;
        color: #4E89C3; }
    .utility-nav__list .utility-nav-item .social-icon {
      height: auto;
      margin: 0;
      width: auto; }
  .utility-nav__list .social-nav-item {
    border-left: solid #FFFFFF 1px; }
    .utility-nav__list .social-nav-item:last-of-type {
      border-right: solid #FFFFFF 1px; }

.utility-label {
  background: #4E89C3;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-block;
  font-size: smaller;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 2px 5px;
  padding: 2px 5px;
  text-transform: uppercase; }
    .utility-label a:hover, .utility-label a:focus{
        outline:none;
        box-shadow:none;
    }

    .utility-copy {
        color: #FFFFFF;
        font-size: 11px;
        font-weight: 600;
        margin: 4px 0 0 0;
    }

.main-header {
  position: relative;
  transition: transform 200ms ease-in-out;
  width: 100%;
  z-index: 9999; }
  @media screen and (min-width: 64em) {
    .main-header.is-stuck {
      transform: translateY(-33px) translate3d(0, 0, 0); } }

.main-header-container {
  max-height: 11.42857rem; }

.main-header-container .new-main-nav li:hover{
  background:none !important;
  box-shadow:none !important;
}

.main-nav__wrap {
  -ms-flex-align: end;
      align-items: flex-end;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .is-stuck .main-nav__wrap {
    -ms-flex-align: center;
        align-items: center; }

.main-header-container .new-main-nav{
    width:100%;
    padding: 1.42857rem 0; /*New skin changes*/
}

.new-main-nav {
  margin-left:auto !important;
  margin-right:auto !important;
  background: #FFFFFF;
  border-top: 5px solid #000000;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.3);
  color: #000000;
  margin: 0;
  padding: 0.71429rem 1.42857rem;
  transition: all 200ms ease;
  width: 100%; }
  @media screen and (min-width: 40em) {
    .new-main-nav {
      padding: 1.07143rem 2.14286rem; } }
  @media screen and (min-width: 64em) {
    .new-main-nav {
      border-top: 10px solid #FFFFFF;
      padding: 1.42857rem 0; } }
  @media screen and (min-width: 64em) {
    .new-main-header .is-stuck .new-main-nav {
      border-top-color: #000000;
      padding: 0.35714rem 0 0;
      border-top: 10px solid #FFFFFF;	  } }
  .new-main-nav .ico-close-search {
    display: none;
    font-size: 1.85714rem;
    position: relative; }

.header-logo-container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  padding-left: 5.35714rem;
  position: relative;
  transition: all 300ms ease 100ms;
  width: 100%; }

    .header-logo-container a:hover, .header-logo-container a:focus {
        outline:none;
        box-shadow:none;
    }


    @media screen and (min-width: 40em) {
        .header-logo-container {
            padding-left: 7.14286rem;
        }
		
		.main-header-container .new-main-nav {
			width: 100%;
			padding: 1.42857rem 1.42857rem;
		}

		.search-input{
			height:40px !important;
		}
    }

    @media screen and (min-width: 64em) {
        .header-logo-container {
            max-width: 40%;
            padding-left: 13.57143rem;
        }

        .is-stuck .header-logo-container {
            max-width: 30%;
        }
		
		.search-input{
			height:40px !important;
		}
    }

    .header-logo-container .header-logo {
        background: transparent url("./assets/img/dc_seal_black.png") no-repeat top center;
        background-size: contain;
        display: block;
        height: 5.35714rem;		
        left: -10px;
        margin: 0;
        position: absolute;
        transition: 300ms ease all;
        top: -5px;
        width: 5.35714rem;
    }

    @media screen and (min-width: 40em) {
        .header-logo-container .header-logo {
            height: 6.42857rem;			
            left: 0;
            top: 0;
            width: 6.42857rem;
        }
    }

    @media screen and (min-width: 64em) {
        .header-logo-container .header-logo {
            background: transparent url("./assets/img/dc_seal_border_bw.png") no-repeat center;
            background-size: contain;
            height: 10rem;
            top: -1.64286rem;
            width: 10rem;
        }
    }

    @media screen and (min-width: 75em) {
        .header-logo-container .header-logo {           
            height: 11.78571rem;
            width: 11.78571rem;
        }
		
		.search-input{
			height:40px !important;
		}
    }

    @media screen and (min-width: 64em) {
        .is-stuck .header-logo-container .header-logo {
            transform: scale(0.7);
            transform-origin: left center;			
        }
		
		.search-input{
			height:40px !important;
		}
    }

    .header-logo-container .header-title {
        background: transparent url("./assets/img/dccouncil_typemark.svg") no-repeat left center;
        background-size: contain;
        display: block;
        height: 30px;
        width: 175px;
        transition: all 300ms ease 100ms;
    }

    @media screen and (min-width: 64em) {
        .header-logo-container .header-title {
            padding-top: 10px;
            height: 60px;
            width: 250px;
        }

        .is-stuck .header-logo-container .header-title {
            opacity: 0;
        }
    }

    .header-logo-container .title-heading,
    .header-logo-container .title-subhead {
        color: #000000;
        display: block;
        visibility: hidden;
    }

    .header-logo-container .title-heading {
        font-family: "Droid Serif", serif;
        font-size: 1.14286rem;
        font-weight: normal;
        letter-spacing: -0.6px;
        line-height: 1.45;
    }

    @media screen and (min-width: 40em) {
        .header-logo-container .title-heading {
            font-size: 1.57143rem;
        }
    }

    @media screen and (min-width: 64em) {
        .header-logo-container .title-heading {
            font-size: 1.71429rem;
        }
    }

    @media screen and (min-width: 75em) {
        .header-logo-container .title-heading {
            font-size: 1.85714rem;
        }
    }

    .header-logo-container .title-subhead {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 0.71429rem;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 1.2;
        text-transform: uppercase;
    }

    @media screen and (min-width: 40em) {
        .header-logo-container .title-subhead {
            font-size: 0.85714rem;
        }
    }

    @media screen and (min-width: 64em) {
        .header-logo-container .title-subhead {
            font-size: 1rem;
        }
    }

    @media screen and (min-width: 75em) {
        .header-logo-container .title-subhead {
            font-size: 1.11429rem;
            letter-spacing: 2.7px;
        }
    }

    .main-menu {
        display: inline-block;
        max-width: 60%;
        position: relative;
        transition: all 300ms ease 100ms;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .is-stuck .main-menu {
            max-width: 70%;
        }

		.is-stuck .main-menu a {
			/*margin: 0 1.42857rem;*/
		}
    }

    @media screen and (min-width: 64em) {
        .main-menu {
            padding-right: 3.21429rem;
        }
    } /*New skin  changes*/

    .main-menu .main-menu-item {
        display: inline-block;
    }
 
    .main-menu a {
        color: #000000 !important;
        font-size: 18px !important; /*New skin  changes*/
        font-weight: bold;
        line-height: 1.1;
    }

    .main-menu a:hover, .main-menu a:focus {
        text-decoration: none;
        color: #ED4641 !important;
        outline:none;
        box-shadow:none;
    }

    .main-menu .item--search {
        vertical-align: text-bottom;
    }

	.main-menu .item--search a {
		font-size: 1.42857rem !important;
		margin: 0;
		padding: 0;
	}

    .search-modal-icon {
        position: absolute;
        right: 0;
        top: 6px;
    }

    .main-menu__mobile .mobile-menu-item {
        display: block;
    }

    .main-menu__mobile .mobile-menu-links {
        color: #FFFFFF !important;
    }

    .mobile-nav-trigger {
        max-width: 10%;
        position: relative;
        text-align: right;
        width: 100%;
        right: -2px !important;  /*New skin changes*/
    }

    .mobile-nav-container {
        position: relative;
    }

    .mobile-nav-overlay {
        background: #000000;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: scroll;
        padding-bottom: 2.85714rem;
        padding-top: 4.28571rem;
        position: fixed;
        text-align: center;
        top: 0;
        transition: all 200ms ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 2;
    }

    @media screen and (min-width: 64em) {
        .mobile-nav-overlay {
            padding-top: 7.14286rem;
        }
    }

    .mobile-nav--active .mobile-nav-overlay {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-overlay .social-icons.rounded-icons {
        margin-top: 0;
    }

    .mobile-nav__section {
        border-bottom: solid 1px rgba(255, 255, 255, 0.6);
        display: block;
        margin: 0;
        max-width: 100%;
        padding: 3.57143rem 1.42857rem 2.85714rem;
        text-align: center;
    }

        .mobile-nav__section:last-of-type {
            border-bottom: none;
        }

        .mobile-nav__section li {
            margin-bottom: 2.14286rem;
            padding: 0;
        }

            .mobile-nav__section li:last-of-type {
                margin-bottom: 0;
            }

        .mobile-nav__section a {
            font-size: 1.28571rem;
            font-weight: bold;
        }

        .mobile-nav__section .secondary-nav-links {
            color: #A9A8B1;
        }

    .hamburger-icon {
        border: none;
        height: 30px !important;;
        margin: 0;
        padding: 0;
        position: relative;
        text-align: justify;
        width: 28px;
    }

    @media screen and (min-width: 40em) {
        .hamburger-icon {
            width: 40px;
        }
    }

    .hamburger-icon:hover, .hamburger-icon:focus {
        background: none;
    }

    .hamburger-icon .icon__x,
    .hamburger-icon .icon__bars {
        background-color: #000000;
        position: absolute;
        top: 15px;
        transition: 300ms transform ease-in-out;
        transform-origin: 0px 0px;
        width: 40px;
    }

    .hamburger-icon .icon__bars {
        height: 2.5px;
        right: 0;
        width: 25px;
    }

    @media screen and (min-width: 40em) {
        .hamburger-icon .icon__bars {
            width: 40px;
        }
    }

    .hamburger-icon .icon__bars:before, .hamburger-icon .icon__bars:after {
        background: #000000;
        content: '';
        height: 2.5px;
        transition-duration: 0.5s;
        position: absolute;
        width: 25px;
    }

    @media screen and (min-width: 40em) {
        .hamburger-icon .icon__bars:before, .hamburger-icon .icon__bars:after {
            width: 40px;
        }
    }

    .hamburger-icon .icon__bars:before {
        top: -8px;
    }

    .hamburger-icon .icon__bars:after {
        top: 8px;
    }

    .hamburger-icon .icon__x {
        height: 0px;
        transform: scaleY(0);
    }

    @media screen and (min-width: 40em) {
        .hamburger-icon .icon__x {
            left: 15px;
        }
    }

    .hamburger-icon .icon__x:before, .hamburger-icon .icon__x:after {
        background: #ED4641;
        content: '';
        height: 2.5px;
        left: 5px;
        transition-duration: 0.5s;
        position: absolute;
        width: 20px;
    }

    @media screen and (min-width: 40em) {
        .hamburger-icon .icon__x:before, .hamburger-icon .icon__x:after {
            left: -5px;
        }
    }

    .hamburger-icon .icon__x:before {
        top: -20px;
        transform: rotateZ(45deg) scaleX(1.25) translate(11px, 13px);
    }

    .hamburger-icon .icon__x:after {
        top: 20px;
        transform: rotateZ(-45deg) scaleX(1.25) translate(12px, -15px);
    }

    .hamburger-icon.icon--open .icon__bars {
        transform: scaleY(0);
    }

    .hamburger-icon.icon--open .icon__x {
        transform: scaleY(1);
    }

    .site-footer .row-new, .main-header .row-new {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .site-footer ul {
        margin: 0;
    }

    .main-header .collapse {
        height: inherit;
    }

    .site-footer {
        background: #000000;
        color: #FFFFFF;
        padding: 0 1.42857rem 2.14286rem;
        text-align: center;
    }

        .site-footer p {
            font-size: 14px;
            line-height: 1.5;
            margin-bottom: 1.07143rem;
            text-rendering: optimizeLegibility;
            color: #FFFFFF;
            font-family: inherit;
        }

    .footer-logo {
        background: transparent url("./assets/img/dc_seal_black.png") no-repeat center;
        background-size: contain;
        display: block;
        height: 5.35714rem;
        margin: -37px auto 30px;
        position: relative;
        width: 5.35714rem;
        z-index: 2;
    }

    @media screen and (min-width: 64em) {
        .footer-logo {
            height: 7.92857rem;
            margin: -55px auto 45px;
            width: 7.92857rem;
        }
    }

    .footer-nav {
        display: block;
        margin: 0 0 1.42857rem 0;
        padding: 0px !important;
    }

    @media screen and (min-width: 64em) {
        .footer-nav {
            display: inline-block;
            margin: 0 2.14286rem;
        }
    }

    .footer-nav li {
        display: block;
    }

    @media screen and (min-width: 64em) {
        .footer-nav li {
            display: inline-block;
        }
    }

    .footer-nav-links {
        color: #FFFFFF !important;
        display: inline-block;
        font-size: 20px !important;
        font-weight: bold;
        line-height: 1;
        padding: 0.71429rem 0.85714rem 0.57143rem;
    }

        .footer-nav-links:hover, .footer-nav-links:focus {
            text-decoration: none;
            color: #4E89C3 !important;
            font-size: 20px !important;
        }

    .social-icons {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .social-icons.rounded-icons {
            margin: 2.14286rem 0;
        }

    .page-aside .social-icons.rounded-icons {
        margin: 1.07143rem 0;
    }

    .social-icons.rounded-icons .social-icon {
        background: transparent;
        border: solid 2px;
        border-radius: 50%;
        margin: 0 0.85714rem;
    }

    .page-aside .social-icons.rounded-icons .social-icon {
        margin: 0 0.71429rem 0 0;
    }

    .social-nav-item {
        display: inline-block;
    }

    .social-icon {
        -ms-flex-align: center;
        align-items: center;
        background: transparent;
        display: -ms-flexbox;
        display: flex;
        color: #FFFFFF;
        font-size: 1.28571rem;
        height: 36px;
        line-height: 0.5;
        margin: 0 5px 8px;
        padding: 0;
        text-align: center;
        text-decoration: none;
        width: 36px;
    }

    .no-flexbox .social-icon {
        padding-top: 5px;
    }

    .page-aside .social-icon {
        color: #4E89C3;
    }

    .social-icon:before {
        margin: 0 auto;
    }

    .no-flexbox .social-icon:before,
    .ie .social-icon:before {
        display: inline-block;
        padding-left: 0.21429rem;
        vertical-align: sub;
    }

    .social-icon:hover, .social-icon:focus {
        text-decoration: none;
        color: #FFFFFF;
    }

        .social-icon:hover.ico-facebook, .social-icon:focus.ico-facebook {
            color: #3b5998;
        }

        .social-icon:hover.ico-twitter, .social-icon:focus.ico-twitter {
            color: #00aced;
        }

        .social-icon:hover.ico-instagram, .social-icon:focus.ico-instagram {
            color: #517fa4;
        }

        .social-icon:hover.ico-gplus, .social-icon:focus.ico-gplus {
            color: #dd4b39;
        }

        .social-icon:hover.ico-pinterest, .social-icon:focus.ico-pinterest {
            color: #cb2027;
        }

        .social-icon:hover.ico-flickr, .social-icon:focus.ico-flickr {
            color: #ff0084;
        }

        .social-icon:hover.ico-youtube, .social-icon:focus.ico-youtube {
            color: #bb0000;
        }

        .social-icon:hover.ico-linkedin, .social-icon:focus.ico-linkedin {
            color: #007bb6;
        }

    .search-overlay {
        -ms-flex-align: center;
        align-items: center;
        background: #195177;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: scroll;
        padding: 5.71429rem 4.28571rem 11.42857rem;
        position: fixed;
        top: 0;
        transition: all 200ms ease-in-out;
        visibility: hidden;
        width: 100%;
        z-index: 2;
    }

    .search--active .search-overlay {
        opacity: 1;
        visibility: visible;
    }

    .search--active .ico-close-search {
        display: block;
    }

    .search--active .ico-search-default {
        display: none;
    }

    .mobile-menu-item .search-form {
        margin: 0 auto !important;
        max-width: 80% !important;
		height: auto !important;
    }
	
	.mobile-menu-item .search-input {     
		height: 40px !important;
		font-size: 1.14286rem !important;
    }

    .search-fieldwrap {
        margin: 0 auto;
        max-width: 55.71429rem;
        position: relative;
    }

    .search-input,
    .search-submit {
        background: transparent;
        color: #FFFFFF;
        margin: 0;
    }

    .search-input {
        border: none;
        border-bottom: solid #FFFFFF 2px;
        box-shadow: none;
        font-family: "Droid Serif", serif;
        font-size: 2.85714rem;
        height: auto;
        padding: 0.71429rem 4.28571rem 0.71429rem 0.21429rem;
    }

        .search-input::-webkit-input-placeholder {
            color: #FFFFFF;
            font-style: italic;
        }

        .search-input:focus {
            background: transparent;
            border: none;
            border-bottom: solid #FFFFFF 2px;
            box-shadow: none;
        }

            .search-input:focus + .search-submit {
                background: rgba(255, 255, 255, 0.7);
                color: #195177;
            }

    .search-submit {
        border: none;
        padding: 1.42857rem;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 1.71429rem;
        transition: all 200ms ease-in-out;
    }

	.search-submit:hover, .search-submit:focus {
		background: #FFFFFF;
		color: #195177;
	}

    .search-label {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 1rem;
        text-align: left;
    }

    .search-form--mobile .search-fieldwrap {
        max-width: 250px;
    }

    .search-form--mobile .search-input {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.14286rem;
        padding-right: 34px;
    }

    .search-form--mobile .search-submit {
        font-size: 1.42857rem;
        padding: 8px 5px;
        top: 2px;
    }

	.search-form--mobile .search-submit:hover, .search-form--mobile .search-submit:focus {
		background: #ED4641;
		color: #FFFFFF;
	}

    #___gcse_0 input.gsc-input {
        background: none !important;
        border: none;
        border-bottom: solid 2px #000000;
        color: #000000;
        font-family: "Droid Serif", serif;
        font-size: 1.42857rem;
        height: auto;
        margin: 0;
        padding: 0.71429rem 0;
    }

    @media screen and (min-width: 64em) {
        #___gcse_0 input.gsc-input {
            font-size: 2.85714rem;
            padding: 1.42857rem 0;
        }
    }

    #___gcse_0 input.gsc-input::-webkit-input-placeholder {
        color: #4A4B5A;
        font-family: "Droid Serif", serif;
        font-size: 1.42857rem;
        font-style: italic;
        text-transform: lowercase;
    }

    @media screen and (min-width: 64em) {
        #___gcse_0 input.gsc-input::-webkit-input-placeholder {
            font-size: 2.85714rem;
        }
    }

    #___gcse_0 .cse .gsc-control-cse,
    #___gcse_0 .gsc-table-result {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    }

    #___gcse_0 .cse .gsc-control-cse,
    #___gcse_0 .gsc-control-cse,
    #___gcse_0 .gsc-search-box {
        padding: 0;
    }

    #___gcse_0 .gsc-above-wrapper-area {
        border: none;
        padding: 0;
        margin-bottom: 2.14286rem;
    }

    #___gcse_0 .gsc-result-info {
        color: #000000;
        font-size: 1rem;
        padding: 0;
    }

    #___gcse_0 input.gsc-search-button {
        border: none;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        text-transform: uppercase;
    }

        #___gcse_0 input.gsc-search-button:hover, #___gcse_0 input.gsc-search-button:focus {
            background: #4E89C3;
        }

    #___gcse_0 .gs-spelling,
    #___gcse_0 .gs-title,
    #___gcse_0 .gs-title * {
        font-size: inherit;
    }

    #___gcse_0 .gs-title {
        font-family: "Droid Serif", serif;
        font-size: 1.42857rem;
        letter-spacing: -0.2px;
    }

    #___gcse_0 .gsc-result {
        margin-bottom: 1.42857rem;
        padding: 0;
    }

    @media screen and (min-width: 64em) {
        #___gcse_0 .gsc-result {
            margin-bottom: 2.14286rem;
        }
    }

    #___gcse_0 .gsc-thumbnail {
        padding: 0 1.07143rem 0 0;
    }

    @media screen and (min-width: 64em) {
        #___gcse_0 .gsc-thumbnail {
            padding: 0 2.14286rem 0 0;
        }
    }

    #___gcse_0 .gs-result.gs-no-results-result .gs-snippet {
        border: none;
        background-color: transparent;
        font-style: italic;
        margin: 0;
    }

    #___gcse_0 .gs-error-result .gs-snippet {
        padding: 5px;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    }

    #___gcse_0 .gsc-above-wrapper-area-container {
        display: none;
    }

    @media screen and (min-width: 64em) {
        #___gcse_0 .gsc-above-wrapper-area-container {
            display: table;
        }
    }

    .gse-sort-placeholder .gsc-option-menu-container,
    .gse-sort-placeholder .gsc-orderby-label {
        display: block;
    }

    .gse-sort-placeholder .gsc-option-menu {
        background: #f0f0f0;
        max-width: 239px;
    }

    .gse-sort-placeholder .gsc-selected-option-container {
        background: #f0f0f0;
        border-radius: 0;
        box-shadow: none;
        color: #4A4B5A;
        font-size: 12px;
        height: auto;
        padding: 0.35714rem 1.42857rem;
        text-align: left;
        width: 100%;
    }

    .gse-sort-placeholder .gsc-option-selector {
        background: url("//ssl.gstatic.com/ui/v1/disclosure/small-grey-disclosure-arrow-down.png") center no-repeat;
        height: 10px;
        padding: 0 5px 0 5px;
        position: absolute;
        right: 10px;
        top: 13px;
        width: 10px;
        background-size: contain;
    }

    .gse-sort-placeholder .gsc-option-menu-item {
        font-size: 12px;
        padding: 3px 20px;
    }

    .gse-sort-placeholder .gsc-option-menu-item {
        color: #4E89C3;
    }

    .gse-sort-placeholder .gsc-option-menu-item-highlighted {
        color: #4E89C3;
        font-weight: bold;
    }

    #mc_embed_signup .asterisk {
        color: #ED4641;
    }

    #mc_embed_signup #mce-EMAIL {
        margin: 0;
    }

        #mc_embed_signup #mce-EMAIL.mce_inline_error {
            border-color: #ED4641;
        }

    #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
        background-color: #ED4641;
    }

    #mc_embed_signup .indicates-required {
        margin-bottom: -14px;
        text-align: right;
    }

    #mc-embedded-subscribe {
        font-size: 1.14286rem;
        margin: 0;
    }

    .councilmember-form {
        -ms-flex-align: center;
        align-items: center;
        background: #f0f0f0 url("./assets/img/district_outline.png") no-repeat center;
        background-size: cover;
        border: solid 2px #D8D2CC;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        width: 100%;
    }

	.councilmember-form input.text {
		margin: 0;
	}

		.councilmember-form input.text:focus + .search-submit {
			background: #f0f0f0;
		}

	.councilmember-form .search-submit {
		background: transparent;
		border: none;
		color: #4E89C3;
		padding: 10px;
		position: absolute;
		right: 1px;
		top: 1px;
		transition: all 200ms ease-in-out;
	}

	.councilmember-form .search-submit:hover, .councilmember-form .search-submit:focus {
		background: #D8D2CC;
		color: #195177;
	}

    .inline-fieldwrap {
        display: block;
        position: relative;
    }

    .block-form-container {
        padding: 2.85714rem 1.42857rem;
        margin: 0 auto;
        max-width: 42.85714rem;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .block-form-container {
            padding: 4.28571rem 2.85714rem;
        }
    }

    .block-form-header {
        letter-spacing: -0.83px;
        text-align: center;
    }

    button,
    .button,
    #tribe_events_filters_reset {
        background: transparent;
        border: solid 2px #4E89C3;
        color: #4E89C3;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1.42857rem;
        font-weight: bold;
        transition: all 200ms ease-in-out;
    }

        button:hover, button:focus,
        .button:hover,
        #tribe_events_filters_reset:hover,
        .button:focus,
        #tribe_events_filters_reset:focus {
            background: #4E89C3;
            border-color: #4E89C3;
            color: #FFFFFF;
        }

        button.medium,
        .button.medium,
        #tribe_events_filters_reset {
            font-size: 1rem;
            padding-bottom: 0.57143rem;
            padding-top: 0.57143rem;
        }

        button.button--action,
        .button.button--action,
        .button--action#tribe_events_filters_reset {
            border-color: #ED4641;
            color: #ED4641;
        }

            button.button--action:hover, button.button--action:focus,
            .button.button--action:hover,
            .button--action#tribe_events_filters_reset:hover,
            .button.button--action:focus,
            .button--action#tribe_events_filters_reset:focus {
                background: #ED4641;
                color: #FFFFFF;
            }

    .bucket-links {
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .bucket-links {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
    }

    .bucket-links .bucket {
        padding: 0 1.42857rem;
    }

    @media screen and (min-width: 64em) {
        .bucket-links .bucket {
            padding: 0;
            width: 30%;
        }
    }

    .button-bucket {
        background: #f0f0f0;
        border: none;
        border-bottom: solid 10px #4E89C3;
        color: #000000;
        font-family: "Droid Serif", serif;
        font-size: 1.28571rem;
        font-weight: normal;
        margin-bottom: 2.14286rem;
        padding: 1.42857rem;
        position: relative;
        text-align: center;
        width: 100%;
    }

        .button-bucket:hover, .button-bucket:focus {
            background: #4E89C3;
            border-color: #195177;
            color: #FFFFFF;
        }

            .button-bucket:hover .bucket-icon, .button-bucket:focus .bucket-icon {
                border-color: #195177;
            }

            .button-bucket:hover .bucket-svg__fill, .button-bucket:focus .bucket-svg__fill {
                fill: #195177;
                transition: all 200ms ease-in-out;
            }

    @media screen and (min-width: 64em) {
        .button-bucket {
            border-bottom: solid 5px #4E89C3;
            font-size: 1.42857rem;
            margin-bottom: 0;
            padding: 2.5rem;
        }
    }

    .bucket-icon {
        background: #FFFFFF;
        border: #4E89C3 solid 2px;
        border-radius: 50%;
        display: inline-block;
        height: 2.5rem;
        width: 2.5rem;
    }

    @media screen and (min-width: 64em) {
        .bucket-icon {
            height: 4.28571rem;
            width: 4.28571rem;
        }
    }

    .bucket-icon__wrap {
        bottom: -1.64286rem;
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .bucket-icon__wrap {
            bottom: -2.71429rem;
        }
    }

    .bucket-svg {
        height: 100%;
        transform: scale(0.5);
    }

    @media screen and (min-width: 64em) {
        .bucket-svg {
            transform: scale(1);
        }
    }

    .button-text-link {
        color: #4E89C3;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: bold;
    }

    @media screen and (min-width: 64em) {
        .button-text-link:hover, .button-text-link:focus {
            color: #000000;
        }

        .article .button-text-link {
            font-size: 1.28571rem;
        }
    }

    .button-text-link.text--large {
        font-size: 1.14286rem;
    }

    @media screen and (min-width: 64em) {
        .button-text-link.text--large {
            font-size: 1.42857rem;
        }
    }

    /**
* Quote/testimonial module
*/
    .quote {
        padding: 1em;
    }

    .quote__text {
        font-size: 1.25em;
    }

        .quote__text:before {
            content: '\201C';
        }

        .quote__text:after {
            content: '\201D';
        }

    .quote__attribution {
        font-size: 0.75em;
        font-style: italic;
        color: #000000;
    }

    .cta-panel {
        background-color: #195177;
        color: #FFFFFF;
        padding: 2.85714rem 1.42857rem 4.28571rem;
        text-align: center;
    }

    @media screen and (min-width: 64em) {
        .cta-panel {
            padding: 3.92857rem 1.42857rem 5.71429rem;
        }
    }

    .cta-panel:before {
        opacity: 0.1;
    }

    .cta-panel__header {
        color: #FFFFFF;
        margin-bottom: 1.78571rem;
    }

    @media screen and (min-width: 64em) {
        .cta-panel p {
            font-size: 1.14286rem;
        }
    }

    .cta-panel__button {
        background-color: #195177;
        border-color: #FFFFFF;
        color: #FFFFFF;
    }

        .cta-panel__button:hover, .cta-panel__button:focus {
            background-color: #FFFFFF;
            border-color: #FFFFFF;
            color: #195177;
        }

    .cta-wrapper {
        max-width: 67.14286rem;
        padding: 0 1.42857rem;
    }

    .feature-hero__img {
        background: #000000 no-repeat center;
        background-size: cover;
        height: 11.78571rem;
        margin: 0;
        width: 100%;
    }

    @media screen and (min-width: 40em) {
        .feature-hero__img {
            height: 20rem;
        }
    }

    @media screen and (min-width: 64em) {
        .feature-hero__img {
            height: 23.57143rem;
        }
    }

    .hero-content {
        margin-top: -2.14286rem;
    }

    @media screen and (min-width: 64em) {
        .hero-content {
            margin-top: -5rem;
        }
    }

    .hero-caption {
        background: #FFFFFF;
        float: none;
        margin: 0 auto;
        padding: 1.42857rem 2.14286rem;
        text-align: center;
    }

    @media screen and (min-width: 64em) {
        .hero-caption {
            float: left;
            margin: 0;
            padding: 2.14286rem 5.71429rem;
        }
    }

    .hero-location {
        padding: 10px 0 0 20px;
    }

    .hero-location__copy {
        color: #FFFFFF;
        font-size: 1rem;
        line-height: 1.25;
        margin: 0;
        padding-left: 1.78571rem;
        position: relative;
        text-shadow: 1px 1px 3px #000000;
    }

        .hero-location__copy strong {
            display: block;
        }

        .hero-location__copy:hover, .hero-location__copy:focus {
            text-decoration: underline;
        }

            .hero-location__copy:hover .hero-location__icon, .hero-location__copy:focus .hero-location__icon {
                animation: floating 1s;
                animation-iteration-count: infinite;
            }

    .hero-location__icon {
        font-size: 2.5rem;
        left: -4px;
        position: absolute;
        top: 0;
        transition: transform 200ms ease;
        width: 2.14286rem;
    }

    .hero-copy {
        letter-spacing: -0.83px;
    }

    .content-block {
        background: #FFFFFF;
        position: relative;
    }

        .content-block h1, .content-block .h1, .content-block .cta-panel__header,
        .content-block .h1,
        .content-block .cta-panel__header,
        .content-block h2,
        .content-block .h2,
        .content-block .h2 {
            letter-spacing: -0.83px;
        }

        .content-block h2, .content-block .h2,
        .content-block .h2 {
            margin-bottom: 1.42857rem;
        }

        .content-block hr {
            margin: 1.42857rem 0;
            border-bottom: 2px solid #f0f0f0;
        }

    .block__content {
        padding: 2.14286rem 1.42857rem;
    }

    .block__content--large a:not(.button):not(#tribe_events_filters_reset):not(.button-text-link):not(.legislation-block):not(.icon-link) {
        text-decoration: underline;
    }

    @media screen and (min-width: 64em) {
        .block__content--large {
            padding: 2.85714rem 4.28571rem;
        }
    }

    .content-block__default {
        border: solid 1px #D8D2CC;
        padding: 2.85714rem 1.42857rem;
    }

    @media screen and (min-width: 64em) {
        .content-block__default {
            padding: 2.85714rem;
        }
    }

    .content-block__default p:not(.h1):not(.cta-panel__header) {
        font-size: 1rem;
    }

    .content-block__callout {
        background: #FFFFFF;
        border: none;
        border-top: 10px solid #000000;
    }

        .content-block__callout.status--active {
            border-color: #ED4641;
        }

        .content-block__callout + .content-block__callout {
            margin-top: 2.85714rem;
        }

        .content-block__callout .block__feature-image {
            background: #000000 center no-repeat;
            background-size: cover;
            margin: 0;
            padding: 50% 0 0 0;
            width: 100%;
        }

        .content-block__callout .read-more {
            display: block;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
            font-size: 1rem;
        }

        .content-block__callout .content-preview .read-more {
            margin-top: 10px;
        }

        .content-block__callout h3, .content-block__callout .h3, .content-block__callout .page-summary, .content-block__callout #___gcse_0 .gs-result.gs-no-results-result .gs-snippet, #___gcse_0 .gs-result.gs-no-results-result .content-block__callout .gs-snippet,
        .content-block__callout .h4,
        .content-block__callout .gse-sort-placeholder .gsc-orderby-label, .gse-sort-placeholder
        .content-block__callout .gsc-orderby-label,
        .content-block__callout #mc_embed_signup label, #mc_embed_signup
        .content-block__callout label {
            margin-bottom: 0.71429rem;
        }

    .columned-blocks.column, .columned-blocks.columns {
        margin-bottom: 1.42857rem;
    }

        .columned-blocks.column:last-of-type, .columned-blocks.columns:last-of-type {
            margin-bottom: 0;
        }

    @media screen and (min-width: 64em) {
        .columned-blocks.column, .columned-blocks.columns {
            padding: 0;
        }

            .columned-blocks.column:nth-of-type(1), .columned-blocks.columns:nth-of-type(1) {
                padding-right: 10px;
            }

            .columned-blocks.column:nth-of-type(2), .columned-blocks.columns:nth-of-type(2) {
                padding-left: 10px;
            }
    }

    .recent-updates-block {
        margin-bottom: 2.14286rem;
    }

    @media screen and (min-width: 64em) {
        .recent-updates-block {
            margin-bottom: 0;
        }
    }

    .recent-updates-block .block__content {
        border: solid 1px #FFFFFF;
        border-bottom: 2px solid #f0f0f0;
    }

        .recent-updates-block .block__content:last-of-type {
            border: none;
        }

    .recent-updates-block .byline {
        margin: 0;
    }

    .recent-updates-block a:not(.button-text-link) {
        color: #000000;
    }

        .recent-updates-block a:not(.button-text-link):hover, .recent-updates-block a:not(.button-text-link):focus {
            color: #4E89C3;
        }

    .recent-updates-block .updates-link {
        margin: -10px 0 0 0;
        padding: 0 0 1.42857rem 1.42857rem;
    }

    @media screen and (min-width: 64em) {
        .recess-block .block__content {
            padding: 4.28571rem;
        }
    }

    .recess-block h2, .recess-block .h2 {
        color: #ED4641;
        letter-spacing: -0.62px;
    }

    .recess-block p {
        font-size: 1.42857rem;
    }

    .tertiary-block {
        background: #E5EEF6;
        height: 100%;
        padding: 1.42857rem 1.78571rem;
        width: 100%;
    }

        .tertiary-block p {
            margin-bottom: 0.35714rem;
        }

    .tertiary-block__row {
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    @media screen and (min-width: 64em) {
        .tertiary-block__row {
            margin-left: -1.42857rem;
            margin-right: -1.42857rem;
        }
    }

    .tertiary-block__column {
        -ms-flex: 50%;
        flex: 50%;
        padding: 0 0 1.07143rem 0;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .tertiary-block__column {
            max-width: 50%;
            padding: 0 1.42857rem 1.42857rem;
        }

            .tertiary-block__column:nth-of-type(even) {
                padding-left: 10px;
            }

            .tertiary-block__column:nth-of-type(odd) {
                padding-right: 10px;
            }
    }

    .block__content--large .tertiary-block__column .tertiary-block a {
        text-decoration: none;
    }

    a.legislation-block {
        background-color: rgba(78, 137, 195, 0.2);
        display: block;
        line-height: 1;
        margin: 0.71429rem 0;
        padding: 1.42857rem 1.42857rem 1.07143rem;
    }

        a.legislation-block:hover, a.legislation-block:focus {
            background-color: rgba(78, 137, 195, 0.5);
        }

        a.legislation-block:last-of-type {
            margin-bottom: 2.14286rem;
        }

    .content-block__callout a.legislation-block {
        margin: 0;
        padding: 0.71429rem;
    }

    .legislation__num,
    .legislation__name {
        color: #000000;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    }

    @media screen and (min-width: 64em) {
        .legislation__num,
        .legislation__name {
            display: inline-block;
            vertical-align: middle;
        }
    }

    .legislation__num {
        font-weight: bold;
        padding-right: 10px;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .legislation__num {
            width: 15%;
        }
    }

    @media screen and (min-width: 64em) {
        .legislation__name {
            width: 84%;
        }
    }

    .pagination-block {
        border-top: solid 2px #D8D2CC;
        margin-top: 3.57143rem;
        padding: 1.42857rem 0;
        text-align: center;
    }

    .pagination li {
        margin: 0;
        padding: 0;
    }

    .pagination a {
        padding: 3px 5px;
    }

        .pagination a:hover, .pagination a:focus {
            color: #ED4641;
        }

    .pagination .current {
        color: #ED4641;
        font-weight: bold;
    }

    #___gcse_0 .gsc-cursor-box {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        margin: 3.57143rem 0 2.14286rem 0;
        text-align: center;
    }

        #___gcse_0 .gsc-cursor-box .gsc-cursor-page {
            border: none;
            background: none;
            color: #000000;
            padding: 3px 5px;
            text-decoration: none;
        }

            #___gcse_0 .gsc-cursor-box .gsc-cursor-page:hover, #___gcse_0 .gsc-cursor-box .gsc-cursor-page:focus {
                color: #ED4641;
            }

            #___gcse_0 .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
                color: #ED4641;
                font-weight: bold;
                padding: 3px 5px;
                text-shadow: none;
            }

    .icon-links {
        list-style: none;
        margin: 0.71429rem 0 1.42857rem 0;
        padding: 0;
    }

    @media screen and (min-width: 64em) {
        .icon-links.icon-links--large {
            font-size: 1.42857rem;
        }

            .icon-links.icon-links--large li:last-of-type {
                margin: 0;
            }
    }

    .icon-links li {
        line-height: 1.3;
        margin: 0 0 0.71429rem 0;
        padding: 0 0 0 40px;
    }

    @media screen and (min-width: 64em) {
        .icon-links .column:nth-of-type(odd), .icon-links .columns:nth-of-type(odd) {
            padding-right: 1.42857rem;
        }
    }

    .block__content .icon-links {
        margin: 0;
    }

    .icon-link {
        color: #4E89C3;
        position: relative;
    }

    .icon-link,
    .article .icon-link {
        text-decoration: none;
    }

    @media screen and (min-width: 64em) {
        .icon-link:hover, .icon-link:focus {
            color: #000000;
        }
    }

    .icon-link:before {
        color: #195177;
        content: '';
        display: inline-block;
        font-size: 0.71429rem;
        font-weight: bold;
        height: 22px;
        left: -2.85714rem;
        position: absolute;
        text-align: right;
        text-decoration: none;
        text-transform: uppercase;
        top: 3px;
        width: 25px;
    }

    .icon-link.icon--pdf:before {
        content: 'pdf';
    }

    .icon-link.icon--other:before {
        content: 'url';
    }

    .icon-link.icon--lims-icon {
        font-weight: bold;
    }

        .icon-link.icon--lims-icon:before {
            background: transparent url("./assets/img/icons.svg") 2px -2px no-repeat;
            background-size: 110%;
            content: '';
        }

    .icon-link.icon--lims:before {
        content: 'lims';
    }

    .icon-link.icon--dccode:before {
        content: 'dc';
    }

    .icon-link.icon--calendar {
        font-weight: bold;
    }

        .icon-link.icon--calendar:before {
            background: transparent url(./assets/img/icons.svg) 2px -72px no-repeat;
            background-size: 100%;
            top: 0;
        }

    .icon-links--large .icon-link.icon--calendar:before {
        background-size: 103%;
        top: 1px;
        height: 25px;
    }

    .icon-link.icon--list-view {
        font-weight: bold;
    }

        .icon-link.icon--list-view:before {
            background: transparent url(./assets/img/icons.svg) -4px -221px no-repeat;
            background-size: 175%;
            top: 0;
            border-bottom: solid 2px #4E89C3;
            border-top: 5px solid #4E89C3;
        }

    figure {
        margin: 0;
    }

    .feature-img {
        margin: 0.71429rem 0 1.42857rem 0;
        position: relative;
    }

    @media screen and (min-width: 64em) {
        .feature-img {
            -ms-flex-align: end;
            align-items: flex-end;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: 2.85714rem;
            margin-left: -9%;
            margin-right: -9%;
            margin-top: 2.85714rem;
        }
    }

    .feature-img img {
        margin: 0 auto;
    }

    .feature-img__caption {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 0.85714rem;
        font-weight: bold;
        padding: 5px 0;
        width: 100%;
    }

    @media screen and (min-width: 64em) {
        .feature-img__caption {
            background: #FFFFFF;
            bottom: 3.57143rem;
            max-width: 15rem;
            padding: 2.85714rem;
            position: absolute;
            right: -12%;
        }
    }

    .video-embed {
        margin: 1.42857rem 0;
        padding-top: 1.42857rem;
        position: relative;
    }

    @media screen and (min-width: 64em) {
        .entry-content .video-embed {
            margin-left: -10%;
            margin-right: -10%;
            padding-top: 2.85714rem;
        }
    }

    .entry-content .video-embed:before {
        background: transparent url("./assets/img/HashedLines_darker.png") repeat;
        content: '';
        height: 90%;
        left: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        position: absolute;
        right: 50%;
        top: 0;
        width: 100vw;
    }

    .video-embed .flex-video {
        margin-bottom: 0;
        padding-bottom: 58%;
    }

    .video-caption {
        background: #FFFFFF;
        padding: 5px;
        position: relative;
    }

    .stacking-table {
        width: 100%;
    }

        .stacking-table th {
            font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
            font-weight: bold;
            letter-spacing: 3px;
            text-align: left;
            text-transform: uppercase;
        }

        .stacking-table td {
            text-align: left;
        }

        .stacking-table tr {
            display: inline-block;
            margin-bottom: 15px;
            width: 100%;
        }

    @media screen and (min-width: 64em) {
        .stacking-table .large-2 {
            width: 13%;
        }
    }

    @media screen and (min-width: 64em) {
        .stacking-table .large-8 {
            width: 66%;
        }
    }

    @media screen and (min-width: 64em) {
        .stacking-table .vote-date {
            width: 11%;
        }
    }

    @media screen and (min-width: 64em) {
        .stacking-table .vote-result {
            width: 8%;
        }
    }

    .table-spacer {
        display: none;
    }

    @media screen and (min-width: 64em) {
        .table-spacer {
            display: block;
            width: 2%;
        }
    }

    .table-heading--mobile {
        font-weight: bold;
    }

    @media screen and (min-width: 64em) {
        .table-heading--mobile {
            font-weight: normal;
        }
    }

    .accordion {
        border-bottom: solid 2px #f0f0f0;
        padding: 2.85714rem 1.42857rem;
    }

        .accordion.accordion__list {
            padding: 2.14286rem 0.71429rem;
        }

        .accordion:last-of-type {
            border: none;
        }

        .accordion .caret-icon:hover, .accordion .caret-icon:focus {
            transform: rotate(180deg);
        }

    .accordion-header .heading {
        margin: 0;
    }

    .accordion-header .heading-link {
        margin: 1.07143rem 0 0;
    }

        .accordion-header .heading-link:hover, .accordion-header .heading-link:focus {
            color: #4E89C3;
        }

    .status--active .accordion-header .heading-link:hover, .status--active .accordion-header .heading-link:focus {
        color: #ED4641;
    }

    .accordion-header p {
        margin: 0;
    }

        .accordion-header p.h4, .accordion-header .gse-sort-placeholder p.gsc-orderby-label, .gse-sort-placeholder .accordion-header p.gsc-orderby-label {
            line-height: 1.5;
        }

    .accordion-header time {
        display: inline-block;
        margin-bottom: 10px;
        letter-spacing: 1.5px;
    }

    @media screen and (min-width: 64em) {
        .accordion-header time {
            margin: 0;
        }
    }

    .accordion-header .accordion-header__p {
        margin-top: 10px;
    }

    .accordion-meta {
        font-size: 0.85714rem;
    }

    .accordion-body {
        opacity: 0;
        overflow: hidden;
        max-height: 0;
        transition: max-height 200ms ease-in-out, opacity 150ms ease-in-out 50ms;
    }

    .accordion--expanded .accordion-body {
        opacity: 1;
        max-height: 999px;
    }

    .accordion-body .base {
        margin-top: 2.14286rem;
    }

    .accordion--expanded .caret-icon {
        background: #4E89C3;
        transform: rotate(180deg);
    }

        .accordion--expanded .caret-icon .icon-path {
            stroke: #FFFFFF;
        }

    .status--active .accordion--expanded .caret-icon {
        background: #ED4641;
    }

        .status--active .accordion--expanded .caret-icon .icon-path {
            stroke: #FFFFFF;
        }

    .accordion--expanded .accordion-list {
        padding-top: 0.71429rem;
    }

    .list-column {
        padding-bottom: 3px;
        padding-top: 3px;
    }

    .accordion-list-item {
        padding: 5px 10px;
    }

        .accordion-list-item a {
            font-weight: bold;
            word-break: break-word;
        }

        .accordion-list-item:nth-of-type(even) {
            background: rgba(240, 240, 240, 0.5);
        }

        .accordion-list-item .column:last-child:not(:first-child), .accordion-list-item .columns:last-child:not(:first-child),
        .accordion-list-item .columns:last-child:not(:first-child) {
            float: left;
        }

    .carousel {
        padding: 0 2.14286rem;
        margin-bottom: 2.85714rem;
    }

    @media screen and (min-width: 1300px) {
        .carousel {
            padding: 0;
        }
    }

    .carousel-block {
        background: #FFFFFF;
        border: solid 1px #f0f0f0;
        height: 25rem;
        margin-top: 0.71429rem;
        padding: 1.42857rem;
        position: relative;
    }

    @media screen and (min-width: 75em) {
        .carousel-block {
            height: 28.57143rem;
            padding: 1.42857rem 2.85714rem;
        }
    }

    .carousel-block.carousel--active:before {
        background: #ED4641;
        content: '';
        height: 10px;
        left: 0;
        position: absolute;
        top: -10px;
        width: 100%;
    }

    .carousel-block a {
        text-decoration: underline;
    }

    .carousel-block .active-link {
        color: #000000;
        text-decoration: none;
    }

        .carousel-block .active-link:hover, .carousel-block .active-link:focus {
            color: #4E89C3;
        }

    .carousel-block p {
        line-height: 1.4;
    }

    .carousel-heading {
        font-family: "Droid Serif", serif;
        font-size: 2.57143rem;
        font-weight: bold;
        text-align: center;
    }

    @media screen and (min-width: 64em) {
        .carousel-heading {
            font-size: 4.28571rem;
        }
    }

    .carousel--active .carousel-heading {
        color: #ED4641;
    }

    .carousel-subhead {
        font-size: 10px;
    }

    @media screen and (min-width: 64em) {
        .carousel-subhead {
            font-size: 14px;
        }
    }

    .carousel__arrow {
        background: #FFFFFF;
        position: absolute;
        top: 45%;
    }

    @media screen and (min-width: 75em) {
        .carousel__arrow.caret-icon {
            height: 4.28571rem;
            width: 4.28571rem;
        }
    }

    .carousel__arrow.arrow--prev {
        left: 10px;
    }

    @media screen and (min-width: 1300px) {
        .carousel__arrow.arrow--prev {
            left: -35px;
        }
    }

    .carousel__arrow.arrow--next {
        right: 10px;
    }

    @media screen and (min-width: 1300px) {
        .carousel__arrow.arrow--next {
            right: -35px;
        }
    }

    .carousel__arrow .caret-svg {
        top: -3px;
    }

    .carousel__arrow.slick-disabled {
        cursor: default;
        opacity: 0;
        visibility: hidden;
    }

    /**
* Utility classes
*/
    .no-scroll {
        overflow: hidden;
    }

    .flex-equalizer {
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .browser--safari .flex-equalizer {
        display: block;
    }

    .flex-equalizer > .column, .flex-equalizer > .columns,
    .flex-equalizer > .columns {
        margin: 0.71429rem 0 1.07143rem;
    }

    @media screen and (min-width: 64em) {
        .flex-equalizer > .column, .flex-equalizer > .columns,
        .flex-equalizer > .columns {
            margin: 0;
        }
    }

    .flex-equalizer .content-block {
        height: 100%;
    }

    .visually-hidden {
        opacity: 0;
        transition: all 200ms ease-in-out;
        visibility: hidden;
    }

    .clearfix::before, .menu--has-image::before, .clearfix::after, .menu--has-image::after {
        content: ' ';
        display: table;
    }

    .clearfix:after, .menu--has-image:after {
        clear: both;
    }

    .no-margin {
        margin: 0;
    }

    .mobile-padding {
        padding: 0 1.42857rem;
    }

    @media screen and (min-width: 64em) {
        .mobile-padding {
            padding: 0;
        }
    }

    .js-hide {
        display: none;
    }

    .alert {
        background: #ED4641;
        color: #FFFFFF;
        padding: 5px 10px;
    }

    .text-alert {
        color: #ED4641;
    }

    @media screen and (min-width: 64em) {
        .text-right--large {
            text-align: right;
        }
    }

    .background--ltgray {
        background: #f0f0f0;
    }

    .background--ltblue {
        background: #E5EEF6;
    }

        .background--ltblue hr {
            border-color: #FFFFFF;
        }

    .border--white {
        border: solid 2px #FFFFFF;
    }

    .hashedlines--gray {
        position: relative;
    }

        .hashedlines--gray:before {
            background: transparent url("./assets/img/HashedLines_darker.png") repeat;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .hashedlines--gray > * {
            position: relative;
        }

    .caret-icon {
        -ms-flex-align: center;
        align-items: center;
        border: solid 1px #4E89C3;
        border-radius: 50%;
        color: #4E89C3;
        cursor: pointer;
        display: -ms-flexbox;
        display: flex;
        height: 2.14286rem;
        margin: 0 auto;
        text-align: center;
        transition: ease-in-out all 350ms;
        width: 2.14286rem;
    }

        .caret-icon:hover, .caret-icon:focus {
            background: #4E89C3;
            color: #FFFFFF;
            outline: none;
        }

            .caret-icon:hover .icon-path, .caret-icon:focus .icon-path {
                stroke: #FFFFFF;
            }

        .status--active .caret-icon, .caret-icon.icon--red {
            border-color: #ED4641;
            color: #ED4641;
        }

            .status--active .caret-icon .icon-path, .caret-icon.icon--red .icon-path {
                stroke: #ED4641;
            }

            .status--active .caret-icon:hover, .status--active .caret-icon:focus, .caret-icon.icon--red:hover, .caret-icon.icon--red:focus {
                background: #ED4641;
                color: #FFFFFF;
            }

                .status--active .caret-icon:hover .icon-path, .status--active .caret-icon:focus .icon-path, .caret-icon.icon--red:hover .icon-path, .caret-icon.icon--red:focus .icon-path {
                    stroke: #FFFFFF;
                }

    .caret-svg {
        margin: auto;
        position: relative;
    }

	.caret-svg.caret--right {
		transform: rotate(90deg);
	}

	.caret-svg.caret--left {
		transform: rotate(-90deg);
	}

    .loading {
        display: block;
        min-height: 100px;
        position: relative;
        transition: all 200ms ease-in-out;
    }

	.loading:after {
		-ms-flex-align: center;
		align-items: center;
		background: #FFFFFF url("./assets/img/loading.gif") center no-repeat;
		color: #195177;
		content: 'Loading...';
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

    .wp-caption {
        margin: 0.71429rem 0 1.42857rem 0;
        max-width: 100%;
    }

    .alignright {
        float: none;
    }

    @media screen and (min-width: 64em) {
        .alignright {
            float: right;
            margin: 1.42857rem 0 1.42857rem 1.42857rem;
            margin-right: -9%;
        }
    }

    .alignleft {
        float: none;
    }

    @media screen and (min-width: 64em) {
        .alignleft {
            float: left;
            margin: 1.42857rem 1.42857rem 1.42857rem 0;
            margin-left: -9%;
        }
    }

    .aligncenter {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption-text, .video-caption {
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 0.85714rem;
        font-weight: bold;
        margin: 0;
        padding: 10px 0 5px 0;
    }

    @keyframes bounce {
        0% {
            transform: translateY(0%) scaleY(0.6);
        }

        60% {
            transform: translateY(-100%) scaleY(1.1);
        }

        70% {
            transform: translateY(0%) scaleY(0.95) scaleX(1.05);
        }

        80% {
            transform: translateY(0%) scaleY(1.05) scaleX(1);
        }

        90% {
            transform: translateY(0%) scaleY(0.95) scaleX(1);
        }

        100% {
            transform: translateY(0%) scaleY(1) scaleX(1);
        }
    }

    @keyframes floating {
        0% {
            transform: translateY(0%);
        }

        50% {
            transform: translateY(8%);
        }

        100% {
            transform: translateY(0%);
        }
    }

    /*# sourceMappingURL=style.css.map */


    /* Overwrite original css */
    .LIMS_Header {
        color: black !important;
    }


    #basicSearch a {
        color: #4E89C3;
        font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: bold;
    }

        #basicSearch a:hover, #basicSearch a:focus {
            color: #000000;
        }


    /* new template implementations*/
    .search-input {
        background: none !important;
    }

    .search-input {
        display: inline-block;
        height: 80px !important;
        padding: 4px 6px;
        margin-bottom: 10px;
        font-size: 2.85714rem !important;
        line-height: initial;
        color: #555;
        vertical-align: unset;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .search-input {
        border: none !important;
        border-bottom: solid #FFFFFF 2px !important;
        box-shadow: none;
        font-family: "Droid Serif", serif;
        font-size: 2.85714rem;
        padding: 0.71429rem 4.28571rem 0.71429rem 0.21429rem;
    }

    .search-form--mobile .search-submit {
        font-size: 1.42857rem;
        /* width: 100%; */
        padding: 8px 0;
        top: 2px;
        display: flex;
        justify-content: flex-end;
        align-content: flex-end;
    }

    .search-submit {
        min-width: 0;
        border: none;
        padding: 1.42857rem;
        position: absolute;
        right: 0;
        top: 0;
        font-size: 1.71429rem;
        transition: all 200ms ease-in-out;
    }
	
    .search-submit:hover, .search-submit:focus {
        background: #FFFFFF;
        color: #195177;
        border: none !important;
    }


    @media screen and (max-width: 595px) and (min-width: 300px) {

        .mobile-nav-trigger {
            max-width: 10%;
            position: relative;
            right: 35px;
            text-align: right;
            width: 100%;
        }

        .hamburger-icon {
            border: none;
            height: 30px !important;
            margin: 0;
            padding: 0;
            position: unset !important;
            text-align: justify;
            width: auto !important;
        }

		.hamburger-icon .icon__bars {
			height: 2.5px;
			width: 25px;
		}

		.hamburger-icon .icon__x, .hamburger-icon .icon__bars {
			background-color: #000000;
			position: absolute !important;
			top: inherit !important;
			transition: 300ms transform ease-in-out;
			transform-origin: 0px 0px;
			width: 25px !important; /*New skin changes*/
		}

		.hamburger-icon .icon__bars:before, .hamburger-icon .icon__bars:after {
			background: #000000;
			content: '';
			height: 2.5px;
			/*transition-duration: 0.5s;*/ /*New skin changes*/
			position: absolute;
			width: 25px !important; /*New skin changes*/
		}

        .search-input {
			background: none !important;
            display: inline-block;
            height: 40px !important;
            padding: 4px 6px;
            line-height: initial;
            color: #555;
            vertical-align: unset;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .search-input {
            border: none !important;
            border-bottom: solid #FFFFFF 2px !important;
            box-shadow: none;
            font-family: "Droid Serif", serif;
            font-size: 1.85714rem !important;
            padding: 0.71429rem 4.28571rem 0.71429rem 0.21429rem;
        }

        .search-form--mobile .search-submit {
            font-size: 1.42857rem;
            /* width: 100%; */
            padding: 8px 5px;
            top: 2px;
            display: flex;
            justify-content: flex-end;
            align-content: flex-end;
        }

        .search-form {
            margin: 0 auto !important;
            max-width: 80% !important;
        }

        #basicSearch a {
            color: #4E89C3;
            font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
            font-size: 1rem;
            font-weight: 500;
        }

        .footer-nav-links {
            color: #FFFFFF;
            display: inline-block;
            /*font-size: 1.042857rem;*/
            font-weight: bold;
            line-height: 1;
            padding: 0.71429rem 0.85714rem 0.57143rem;
        }


        .footer-nav {
            display: block;
            margin: 0 0 1.42857rem 0;
            padding: 0;
        }
        .main-header-container .new-main-nav {
            width: 100%;
            padding: 1.42857rem 1.42857rem;
        }
        .is-stuck .new-main-nav {
            border-top: 5px solid #000000 !important;
            padding: 1.42857rem 1.42857rem !important;
        }  
	}

	.is-stuck .new-main-nav {
		border-top: 10px solid #000000;
		padding: 5px 5px 0;
	}

	.tax-counter{
		font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	}

	.utility-nav p {
		line-height: 1.5;
	}

	#tax-number {
		font-weight: inherit !important;
	}
	
	#SearchButton{
		box-sizing: content-box;
	}
	
	.search-form--mobile .search-input {
		font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
		font-size: 1.14286rem;
		padding-right: 34px;
		color: #fff;
	}
	
	/*Mobile Fix*/
	.search-form--mobile .search-form {
		margin: 0 auto;
		max-width: 80%;
	}
	.search-form--mobile .search-fieldwrap {
		max-width: 250px;
	}
	.search-label {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1rem;
		text-align: left;
	}
	.show-for-sr, .show-on-focus {
		position: absolute !important;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}
	
	.search-fieldwrap .search-input {
		color: #fff!important;
	}
	
	#votingInformation{
		top: 180px;
	}

	/* .main-menu menu li:last-child {width:45px !important;} */
	/* Advance search text box alignment issue*/
	#advancedSearch .input-block-level {
		  padding: 0px 0 0 10px;
	}
    #VotingSearch .input-block-level {
		  padding: 0px 0 0 10px;
	}
   @media screen and (max-width: 1048px) and (min-width: 948px) {
    .page--interior .page-content {
       margin-top: -5.71429rem;
       padding: 3.21429rem 0.71429rem 5.71429rem;
    }

    .form-horizontal .controls {
        margin-left: 140px;
    }

    #exportlists .btn-group {
        min-width: 140px;
    } 
    .box-content #searchbutton {
        margin-left: 28px;
    }      
    }
    
    .search-form-center{
    height: 35px;
    margin: 0 auto !important;
    }
  .page__section {
padding: 5rem 0 0 0 !important;
}
    @media screen and (max-width: 2000px) and (min-width: 1440px) {
        .container-fluid-inner {
    max-width: 1500px !important;
    margin: 0 auto 0 auto;
    padding-right: 0;
    padding-left: 0;
}
        .box-content #searchbutton {
        margin-left: 28px;
    }  
    }
