@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! 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 {
  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 {
  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: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: #fff;
  -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 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    max-width: none; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -1.25rem;
        margin-right: -1.25rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .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.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.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 {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.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 {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .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 {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .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,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }

  h2 {
    font-size: 2.5rem; }

  h3 {
    font-size: 1.25rem; }

  h4 {
    font-size: 1.125rem; }

  h5 {
    font-size: 1.0625rem; }

  h6 {
    font-size: 1rem; } }
a {
  color: #459999;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #3b8484; }
  a img {
    border: 0; }

hr {
  max-width: rem-calc(1200);
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

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 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #000;
  cursor: help;
  border-bottom: 1px dotted #000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  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,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
[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: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  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: 1px solid #8a8a8a;
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    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: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  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 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  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.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: rem-calc(14);
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .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;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000;
  border: 1px solid #cacaca;
  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: 2.5rem; }

.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.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  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%28138, 138, 138%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @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: #e6e6e6;
    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.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  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.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #459999;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #3b8282;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #459999;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #377a7a;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #459999;
    color: #459999; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #234c4d;
      color: #234c4d; }
    .button.hollow.primary {
      border: 1px solid #459999;
      color: #459999; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #234c4d;
        color: #234c4d; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #000;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #459999; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem; }
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: 50%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: 33.33333%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: 25%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: 20%;
      margin-right: 1px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: 16.66667%;
      margin-right: 1px; }
  .button-group.primary .button {
    background-color: #459999;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #377a7a;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%;
    border-right: 1px solid transparent; }
    .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
      border-bottom: 1px solid #fff; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  position: relative;
  color: #000;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #e1f2f2; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }

.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 {
    vertical-align: middle; }
  .menu > li > a i + span,
  .menu > li > a img + span {
    vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i {
    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 {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fff;
    background: #459999; }

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #459999;
  color: #fff; }
  .label.secondary {
    background: #777;
    color: #fff; }
  .label.success {
    background: #3adb76;
    color: #fff; }
  .label.warning {
    background: #ffae00;
    color: #fff; }
  .label.alert {
    background: #ec5840;
    color: #fff; }

.media-object {
  margin-bottom: 1rem;
  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: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    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: #000;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #459999;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #000; }

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

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #459999; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #459999; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.title-bar {
  background: #000;
  color: #fff;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.hide {
  display: none !important; }

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

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }
.clearfix::after {
  clear: both; }

html {
  font-size: 14px; }

body {
  margin: 0;
  font: normal 16px "Source Sans Pro", sans-serif; }

div.separator {
  background: #2f74b5;
  display: block;
  min-height: 5px;
  margin: 30px 0; }

.display-block {
  display: block !important; }

.position-relative {
  position: relative; }

.hidden {
  display: none; }

.visibility-hidden {
  visibility: hidden;
  height: 0;
  width: 0; }

.hidden-important {
  display: none !important; }

.relative {
  position: relative; }

h1 {
  color: #2f74b5;
  font-size: 24px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 1; }
  h1.border-background {
    background: url("../images/utility/border-background.jpg") center left repeat-x;
    display: block;
    text-align: center; }
    h1.border-background span {
      display: inline-block;
      padding: 0 20px;
      background: #fff;
      color: #f65d0d;
      margin: 0 auto;
      font-weight: bold; }

h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  line-height: 1; }

p {
  margin: 10px 0;
  line-height: 1.4; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }

form.search {
  font-size: 0;
  margin: 0; }
  form.search input {
    background: none;
    border: none;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    outline: none;
    margin: 0; }
    form.search input::-webkit-input-placeholder {
      color: #fff;
      font-style: italic; }
    form.search input::-moz-placeholder {
      color: #fff;
      font-style: italic; }
    form.search input:-moz-placeholder {
      color: #fff;
      font-style: italic; }
    form.search input:-ms-input-placeholder {
      color: #fff;
      font-style: italic; }
    form.search input[type="text"] {
      width: 130px; }
      form.search input[type="text"]:active, form.search input[type="text"]:focus, form.search input[type="text"].state-focused, form.search input[type="text"].focus {
        background: none !important; }
    form.search input[type="image"] {
      margin: 2px 0 0 10px; }

section#header form.search input {
  color: #fff; }

section#header .search > a {
  display: block;
  height: 25px;
  margin-top: 5px; }
  section#header .search > a span {
    margin-left: 5px;
    vertical-align: top; }

ul.social {
  font-size: 0;
  padding: 0; }
  ul.social li {
    display: inline-block;
    margin: 0 0 0 6px;
    padding: 0; }
    ul.social li:first-child {
      margin-left: 0; }
    ul.social li a {
      width: 30px;
      height: 30px;
      display: block;
      padding: 0;
      background-color: #f65d0d;
      background-position: center center;
      background-repeat: no-repeat;
      font-size: 0; }
      ul.social li a.facebook {
        background-image: url("../images/icons/facebook.png"); }
      ul.social li a.twitter {
        background-image: url("../images/icons/twitter.png"); }
      ul.social li a.tumblr {
        background-image: url("../images/icons/tumblr.png"); }
      ul.social li a.google-plus {
        background-image: url("../images/icons/google-plus.png"); }

.links-new-lines li {
  display: block !important;
  margin-bottom: 1px;
  min-width: 90px; }

a.button, input[type="submit"].small {
  color: #fff;
  font-size: 12px;
  background: #2f74b5;
  padding: 3px 5px;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  height: auto; }
  a.button.arrow-right, input[type="submit"].small.arrow-right {
    background-image: url("../images/icons/arrow-right.png");
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 15px; }

.node.teaser.article {
  margin: 20px 0 0 0; }
  .node.teaser.article:first-child {
    margin-top: 0; }
  .node.teaser.article h3 {
    margin: 20px 0 0 0; }
    .node.teaser.article h3 a {
      color: #fff;
      text-decoration: none;
      font-size: 19px; }
  .node.teaser.article p.node-information {
    color: #fff;
    margin-top: 0; }
  .node.teaser.article .button {
    margin: 20px 0 0 0; }

ul.link-list {
  padding: 0;
  margin: 0;
  list-style: none none;
  font-size: 0;
  text-align: right; }
  ul.link-list li {
    margin: 0;
    padding: 0;
    border-top: solid 1px #fff;
    font-size: 14px; }
    ul.link-list li:first-child {
      border-top: none !important;
      padding-top: 0; }
    ul.link-list li a {
      text-decoration: none; }
  ul.link-list.align-right li {
    display: inline-block;
    margin: 0 0 0 10px; }
  ul.link-list.align-left {
    float: left;
    display: inline-block; }
    ul.link-list.align-left li {
      display: inline-block;
      margin: 0 10px 0 0; }
  @media screen and (max-width: 63.9375em) {
    ul.link-list {
      text-align: left !important; }
      ul.link-list li {
        float: left;
        margin-right: 5px; } }

.region-content table {
  width: 100%;
  margin: 20px 0; }
  .region-content table.sticky-header {
    margin: 0;
    z-index: 9999; }
  .region-content table thead {
    background: #f65d0d; }
    .region-content table thead th {
      color: #fff;
      padding: 5px 10px;
      border-bottom-color: #1a4064; }
      .region-content table thead th a {
        color: #fff; }
  .region-content table tbody tr {
    border: none;
    padding: 0;
    background: #70a7da;
    color: #fff; }
    .region-content table tbody tr.odd {
      background: #488ecf; }
    .region-content table tbody tr td {
      padding: 5px 10px; }
      .region-content table tbody tr td .links a {
        color: #fff; }

.region-content table.responsive {
  position: relative; }

.region-content .pinned table.sticky-table thead tr {
  height: auto !important; }

.links-container {
  overflow: hidden; }
  .links-container.contains-quick-filter .element-invisible {
    display: none; }
  .links-container.contains-quick-filter .tabs-primary {
    display: inline-block;
    float: right; }
    @media screen and (max-width: 63.9375em) {
      .links-container.contains-quick-filter .tabs-primary {
        float: none; } }
  .links-container.contains-quick-filter .form-item-quick-filter {
    display: inline-block;
    margin: 0; }
    @media screen and (max-width: 63.9375em) {
      .links-container.contains-quick-filter .form-item-quick-filter {
        display: block;
        text-align: center; } }
    .links-container.contains-quick-filter .form-item-quick-filter select[name="quick-filter"] {
      max-width: 350px; }

body.not-logged-in header #header-nav .wrapper .region-header div.block:first-child {
  width: 0;
  margin: 0; }

header {
  background: #000;
  padding: 25px 40px;
  transition: padding 0.5s ease;
  font-size: 0;
  overflow: hidden; }
  header #header-logo {
    display: inline-block; }
    header #header-logo .branding-logo {
      display: inline-block;
      vertical-align: middle; }
      header #header-logo .branding-logo img {
        height: auto;
        max-width: 150px;
        vertical-align: baseline; }
      header #header-logo .branding-logo .logo-text {
        font-size: 30px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        vertical-align: bottom;
        margin-left: 10px;
        color: #fff; }
        header #header-logo .branding-logo .logo-text i {
          color: #f65d0d;
          font-weight: normal; }
  header #header-nav {
    float: right; }
    header #header-nav .wrapper {
      display: inline-block;
      vertical-align: middle;
      text-align: right; }
      header #header-nav .wrapper div.block {
        margin: 0 31px 0 0;
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
        color: #fff; }
        header #header-nav .wrapper div.block:last-child {
          margin-right: 0; }
        header #header-nav .wrapper div.block > a {
          text-transform: uppercase;
          text-decoration: none; }
          header #header-nav .wrapper div.block > a, header #header-nav .wrapper div.block > a:hover, header #header-nav .wrapper div.block > a:active, header #header-nav .wrapper div.block > a:focus, header #header-nav .wrapper div.block > a:visited {
            color: #fff; }
        header #header-nav .wrapper div.block .search a {
          color: #fff;
          font-size: 14px;
          vertical-align: middle;
          display: inline-block; }
  @media only screen and (max-width: 1162px) and (min-width: 1024px) {
    header #header-logo .branding-logo img {
      max-width: 110px; }
    header #header-logo .branding-logo .logo-text {
      font-size: 22px; } }
  @media screen and (max-width: 63.9375em) {
    header {
      padding: 25px 12px; }
      header #header-logo {
        float: left; }
        header #header-logo .branding-logo img {
          max-width: 75px; }
        header #header-logo .branding-logo .logo-text {
          font-size: 20px; }
      header #header-nav {
        display: none; } }

nav #main-nav-mobile-btn {
  background: #2f74b5;
  border-top: solid 1px #1d4040;
  width: 100%;
  color: #fff; }
  nav #main-nav-mobile-btn .mobile-btn button {
    left: 24px;
    font-weight: bold;
    outline: none;
    font-size: 23px;
    height: 24px;
    margin: 9px 3px 9px 0;
    padding-left: 30px;
    width: 92px; }
    nav #main-nav-mobile-btn .mobile-btn button:hover {
      color: #cacaca; }
    nav #main-nav-mobile-btn .mobile-btn button::after {
      top: 4px;
      left: 0px;
      width: 22px;
      height: 3px; }
nav #main-nav {
  background: #2f74b5; }
  nav #main-nav ul {
    margin: 0;
    padding: 0;
    font-size: 0;
    text-align: center; }
    nav #main-nav ul li {
      display: inline-block;
      margin: 0;
      position: relative; }
      nav #main-nav ul li a {
        display: block;
        box-sizing: border-box;
        margin-top: 5px;
        height: 39px;
        font-size: 16px;
        color: #fff;
        border-bottom: solid 5px #2f74b5;
        padding: 8px 15px;
        text-decoration: none;
        text-transform: uppercase; }
        nav #main-nav ul li a:active, nav #main-nav ul li a.active, nav #main-nav ul li a:hover, nav #main-nav ul li a:focus {
          background: #2f74b5;
          border-bottom-color: #64add8; }
  nav #main-nav .menu > li > .submenu {
    top: 100%;
    left: -1px; }
  @media screen and (min-width: 64em) {
    nav #main-nav .submenu {
      z-index: 100;
      position: absolute;
      margin: 0;
      width: auto;
      top: 100%;
      left: -1px;
      background-color: #357575;
      visibility: hidden;
      opacity: 0.0;
      -webkit-transform: translate3d(0, 0, 0);
      transition: visibility 0s ease-in-out 0.4s, opacity 0.4s ease-in-out; }
      nav #main-nav .submenu > li {
        padding: 0px;
        border-bottom: 1px solid #1d4040;
        min-width: 200px;
        white-space: nowrap;
        background-color: transparent;
        text-align: left;
        border-left: none;
        border-right: none !important;
        border-radius: 2px;
        transition: background-color 0.5s; }
        nav #main-nav .submenu > li:last-of-type {
          border-bottom: none; }
        nav #main-nav .submenu > li:hover {
          background-color: #1d4040; }
      nav #main-nav .submenu a {
        width: 100%;
        display: inline-block;
        border: none; }
    nav #main-nav .has-submenu:hover > .submenu {
      visibility: visible;
      opacity: 1.0;
      transition-delay: 0s;
      transition-property: 0.3s; }
    nav #main-nav .submenu .has-submenu .submenu {
      top: 0;
      left: 100%;
      box-shadow: -5px 0 6px -4px #2f74b5; } }
  @media screen and (max-width: 63.9375em) {
    nav #main-nav .submenu {
      margin-top: 0;
      top: auto;
      left: 0;
      padding-bottom: 0; }
      nav #main-nav .submenu li {
        padding: 0;
        margin: 0; }
        nav #main-nav .submenu li a {
          padding-top: 0;
          padding-bottom: 0;
          padding-left: 47px; } }
  nav #main-nav .navigation-lower {
    background: #1d4040; }
    nav #main-nav .navigation-lower ul {
      margin-top: 0;
      padding-top: 14px; }
      nav #main-nav .navigation-lower ul li:last-child ul.social {
        padding-left: 27px;
        margin-top: 0;
        text-align: left; }
        nav #main-nav .navigation-lower ul li:last-child ul.social li {
          display: inline-block; }
          nav #main-nav .navigation-lower ul li:last-child ul.social li a {
            text-indent: -9999px; }
            nav #main-nav .navigation-lower ul li:last-child ul.social li a:first-child {
              margin-right: 5px; }
            nav #main-nav .navigation-lower ul li:last-child ul.social li a:hover, nav #main-nav .navigation-lower ul li:last-child ul.social li a:focus, nav #main-nav .navigation-lower ul li:last-child ul.social li a:active {
              background-color: #f65d0d; }
    @media screen and (min-width: 64em) and (max-width: 74.9375em) {
      nav #main-nav .navigation-lower {
        display: none; } }
  @media screen and (max-width: 63.9375em) {
    nav #main-nav {
      display: none; }
      nav #main-nav ul {
        margin-top: 42px;
        padding-bottom: 6px; }
        nav #main-nav ul li {
          display: block;
          text-align: left;
          border-left: none; }
          nav #main-nav ul li:first-child {
            margin-top: 8px; }
          nav #main-nav ul li:last-child {
            padding-bottom: 8px; }
          nav #main-nav ul li a {
            padding-left: 27px;
            height: auto;
            border-bottom: none; }
            nav #main-nav ul li a:active, nav #main-nav ul li a.active, nav #main-nav ul li a:hover, nav #main-nav ul li a:focus {
              border-bottom-color: #2f74b5; }
            nav #main-nav ul li a:active, nav #main-nav ul li a:hover {
              background-color: #64add8; } }
section#hero {
margin-top: 30px;
}
  section#hero img {
    display: block;
    margin: 0 auto; }

section#content {
  font-size: 0;
  margin: 30px 0; }
  section#content > div {
    font-size: 14px;
    vertical-align: top;
    box-sizing: border-box; }
  section#content div.main-content h1 {
    font-weight: bold; }
  section#content.left-sidebar > .container > div.main-content {
    padding: 0 0 0 30px; }
  section#content.right-sidebar > .container > div.main-content {
    padding: 0 30px 0 0; }
  section#content .left-sidebar {
    background: #2f74b5; }

.region-content a {
  color: #f65d0d;
  text-decoration: none; }

.region-content #block-block-1 {
  padding-bottom: 10px; }

.analysis-opinion.article {
  margin: 35px 0;
  overflow: hidden;
  position: relative; }
  .analysis-opinion.article:first-child {
    margin-top: 20px; }
  .analysis-opinion.article .left-col {
    width: 100px;
    float: left;
    margin: 0 20px 0 0; }
    .analysis-opinion.article .left-col .placeholder {
      width: 100px;
      height: 100px;
      background: #eeeeee; }
  .analysis-opinion.article .right-col {
    margin: 0 0 0 10px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0; }
    .analysis-opinion.article .right-col a {
      margin: 0; }
    @media screen and (max-width: 63.9375em) {
      .analysis-opinion.article .right-col {
        position: relative;
        float: right;
        clear: both;
        margin-top: 9px; } }
  .analysis-opinion.article .center-col h2 {
    margin-bottom: 0; }
  .analysis-opinion.article .center-col .categories {
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 0.92857rem;
    margin: 5px 0; }
    .analysis-opinion.article .center-col .categories a {
      color: #aaaaaa;
      text-decoration: none; }
  .analysis-opinion.article h2 {
    margin-top: 0; }

.charts-maps .column:last-child:not(:first-child), .charts-maps .columns:last-child:not(:first-child), .charts-maps .columns:last-child:not(:first-child) {
  float: left; }
.charts-maps img {
  border: 2px solid #aaaaaa;
  cursor: pointer;
  width: 100%; }
.charts-maps h3 {
  font-size: 23px;
  font-weight: bold;
  color: #f65d0d;
  text-align: left; }

.item-list ul.term-list, .item-list ul.term-list li ul {
  list-style: none none;
  margin: 0 0 0 10px; }
.item-list ul.term-list li {
  margin: 5px 0;
  padding: 0; }
.item-list ul.term-list a {
  color: #000;
  text-decoration: none; }

.reports-list ul {
  list-style: none none;
  margin-left: 0; }
  .reports-list ul li {
    padding: 0;
    margin: 8px 0;
    list-style: none none; }
  @media screen and (max-width: 63.9375em) {
    .reports-list ul:first-child {
      margin-bottom: 0; }
      .reports-list ul:first-child li:last-child {
        margin-bottom: 0; } }

.gva-interactive-map {
  min-height: 500px;
  margin: 20px 0; }

.toll {
  color: #fff;
  background: #2f74b5; }
  .toll h1 {
    font-family: Arial, sans-serif;
    padding: 20px 0 0;
    color: #fff;
    margin: 0;
    background-color: #000;
    text-align: center;
    font-weight: bold;
    font-size: 29px; }
    .toll h1 i {
      color: #f65d0d;
      font-weight: normal; }
  .toll .head-sub-text {
    font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 13px;
    padding: 0 0 20px;
    color: #fff;
    margin: 0;
    background-color: #000;
    text-align: center;
    width: 100%;
    display: block; }
  .toll .pub_date {
    text-align: center;
    width: 100%;
    display: block;
    margin: 5px 0; }
  .toll ul {
    list-style: none none;
    padding: 0; }
    .toll ul.v1 {
      margin: 0; }
    .toll ul.v2 {
      border-bottom: 2px solid #000000;
      margin: 0 10px;
      border-radius: 1px; }
    .toll ul li.gen1 {
      background: #2f74b5;
      font-size: 18px;
      font-weight: bold;
      overflow: hidden;
      margin: 0 20px; }
      .toll ul li.gen1 a.toll-link:link, .toll ul li.gen1 a.toll-link:visited, .toll ul li.gen1 a.toll-link, .toll ul li.gen1 div.toll-block {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 9px 17px; }
      .toll ul li.gen1 span {
        display: inline-block;
        vertical-align: middle; }
        .toll ul li.gen1 span sup {
          font-size: 14px; }
      .toll ul li.gen1 span:first-child {
        width: 75%; }
      .toll ul li.gen1 span:last-child {
        vertical-align: middle;
        float: none;
        width: 23%;
        text-align: right;
        font-size: 23px; }
      .toll ul li.gen1:nth-child(odd) {
        color: #000;
        background: #64add8; }
    .toll ul li.gen2 {
      background: #2f74b5;
      font-size: 16px;
      font-weight: normal;
      overflow: hidden; }
      .toll ul li.gen2 a.toll-link:link, .toll ul li.gen2 a.toll-link:visited, .toll ul li.gen2 a.toll-link, .toll ul li.gen2 div.toll-block {
        color: #fff;
        text-decoration: none;
        display: block;
        padding: 5px 8px; }
      .toll ul li.gen2 span {
        display: inline-block;
        vertical-align: middle; }
      .toll ul li.gen2 .left {
        width: 62%; }
      .toll ul li.gen2 .right {
        display: inline-block;
        vertical-align: middle;
        width: 37%; }
        .toll ul li.gen2 .right span:first-child {
          vertical-align: middle;
          float: none;
          width: 48%;
          text-align: left; }
        .toll ul li.gen2 .right span:last-child {
          vertical-align: middle;
          float: none;
          width: 49%;
          text-align: right; }
      .toll ul li.gen2.odd {
        color: #000;
        background: #64add8; }
      .toll ul li.gen2:first-of-type {
        font-weight: bold; }
      @media only screen and (max-width: 1204px) and (min-width: 1024px) {
        .toll ul li.gen2 .left {
          width: 57%; }
        .toll ul li.gen2 .right {
          width: 42%; } }
      @media only screen and (max-width: 1023px) and (min-width: 639px) {
        .toll ul li.gen2 {
          font-size: 15px; }
          .toll ul li.gen2 .left {
            width: 56%; }
          .toll ul li.gen2 .right {
            width: 43%; } }
      @media only screen and (max-width: 638px) {
        .toll ul li.gen2 {
          font-size: 15px; }
          .toll ul li.gen2 .left {
            width: 56%; }
          .toll ul li.gen2 .right {
            width: 42%; } }
  .toll div.footnotes {
    padding: 20px 20px 0 20px; }
    .toll div.footnotes p.big {
      font-size: 22px;
      font-weight: bold; }
  .toll div.footer {
    padding: 10px 20px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .toll div.footer div.share {
      display: inline-block;
      float: right;
      cursor: pointer; }
    .toll div.footer .footer-logo {
      color: #fff;
      font-size: 12px;
      display: inline-block; }
      .toll div.footer .footer-logo img {
        height: auto;
        max-width: 70px;
        vertical-align: bottom; }
      .toll div.footer .footer-logo .logo {
        font-size: 19px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        -ms-flex-item-align: end;
            align-self: flex-end; }
        .toll div.footer .footer-logo .logo i {
          color: #f65d0d;
          font-weight: normal; }

.past-toll, .standalone-toll {
  margin-top: 20px; }

.toll-container {
  margin-top: 23px;
  margin-bottom: 43px; }

.not-front:not(.page-congress) .toll ul li a:link, .not-front:not(.page-congress) .toll a:visited {
  text-decoration: none; }
.not-front:not(.page-congress) .toll div.footer div.share {
  display: none; }

#block-gva-homepage-gva-homepage-recent-incidents {
  background: #acaa96;
  padding: 30px 0; }
  #block-gva-homepage-gva-homepage-recent-incidents h1 {
    color: #fff;
    padding-bottom: 20px;
    border-bottom: solid 5px #cdccc0;
    margin-bottom: 20px; }
  #block-gva-homepage-gva-homepage-recent-incidents h2 {
    margin: 0;
    font-size: 16px;
    text-transform: none;
    color: #000; }
  #block-gva-homepage-gva-homepage-recent-incidents .incidents {
    margin: 20px 0; }
    #block-gva-homepage-gva-homepage-recent-incidents .incidents:first-child {
      margin-left: 0; }
    #block-gva-homepage-gva-homepage-recent-incidents .incidents .day {
      padding: 0;
      margin-top: 0; }
      #block-gva-homepage-gva-homepage-recent-incidents .incidents .day:first-child {
        padding-right: 20px; }
      #block-gva-homepage-gva-homepage-recent-incidents .incidents .day:not(:first-child) {
        border-left: solid 1px #cdccc0;
        padding: 0 20px; }
      @media screen and (max-width: 39.9375em) {
        #block-gva-homepage-gva-homepage-recent-incidents .incidents .day:not(:first-child) {
          border-left: 0;
          padding: 0; } }
  #block-gva-homepage-gva-homepage-recent-incidents .node.teaser {
    margin: 0 0 20px 0; }
  #block-gva-homepage-gva-homepage-recent-incidents .all-incidents {
    position: relative;
    float: right; }

#block-gva-homepage-gva-homepage-in-the-news {
  background: #f65d0d;
  padding: 30px 0; }
  #block-gva-homepage-gva-homepage-in-the-news h1 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: solid 5px #FF7D12;
    margin-bottom: 20px; }
  #block-gva-homepage-gva-homepage-in-the-news .articles .article {
    overflow: hidden;
    color: #fff; }
    #block-gva-homepage-gva-homepage-in-the-news .articles .article:first-child {
      margin-left: 0; }
    #block-gva-homepage-gva-homepage-in-the-news .articles .article h2 {
      color: #fff;
      font-size: 24px;
      margin: 0 0 20px 0; }
  @media screen and (max-width: 63.9375em) {
    #block-gva-homepage-gva-homepage-in-the-news .articles .columns {
      margin-top: 16px; } }
  #block-gva-homepage-gva-homepage-in-the-news .related-websites {
    border-left: solid 1px #FF7D12; }
    @media screen and (max-width: 39.9375em) {
      #block-gva-homepage-gva-homepage-in-the-news .related-websites {
        margin-top: 45px; } }
    #block-gva-homepage-gva-homepage-in-the-news .related-websites ul {
      -webkit-margin-before: 0;
      -webkit-margin-after: 0;
      -webkit-margin-start: 0;
      -webkit-margin-end: 0;
      -webkit-padding-start: 0; }
    #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list li {
      text-decoration: none !important;
      list-style-image: none !important;
      list-style-type: none !important;
      display: block; }
      #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list li a {
        color: #fff; }
    #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list li.first.has-children {
      padding-bottom: 0; }
      #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list li.first.has-children > a {
        padding: 15px 0 !important;
        display: block;
        padding-top: 0 !important; }
    #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list > li:first-child a {
      display: block;
      padding: 0 0 15px 0 !important; }
    #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list > li:not(.first) a {
      display: block;
      padding: 15px 0 !important; }
    #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list > li:not(.first), #block-gva-homepage-gva-homepage-in-the-news .related-websites .link-list ul.menu li {
      border-top: solid 1px #FF7D12 !important; }

.homepage-message {
  text-align: center;
  padding: 10px 0; }
  .homepage-message span {
    background: #64add8;
    border: solid 2px #000;
    display: block;
    padding: 10px;
    white-space: nowrap;
    color: #000;
    font-size: 16px;
    overflow-x: hidden; }

#block-gva-homepage-gva-homepage-slideshow {
  padding-bottom: 10px; }
  #block-gva-homepage-gva-homepage-slideshow .share {
    float: right;
    margin-bottom: 3px;
    cursor: pointer; }
  #block-gva-homepage-gva-homepage-slideshow .slider-sync-thumbs .slick-slide {
    text-align: center;
    margin-top: 5px;
    padding: 0 5px;
    outline: none;
    width: 200px; }
    @media screen and (max-width: 39.9375em) {
      #block-gva-homepage-gva-homepage-slideshow .slider-sync-thumbs .slick-slide {
        width: 150px; } }
  #block-gva-homepage-gva-homepage-slideshow .slider-sync-thumbs div.slick-current:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: inline-block;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #f65d0d; }
  #block-gva-homepage-gva-homepage-slideshow .slider-sync-thumbs img {
    display: block;
    margin-top: 13px;
    margin-bottom: 5px; }

footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
  font-size: 12px; }
  footer .branding {
    height: 15px;
    margin: 0 0 20px 0; }
  footer p {
    font-size: 12px; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer .address-items .left:first-child {
    margin-right: 18px; }
  footer .branding-logo {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px; }
    footer .branding-logo img {
      height: auto;
      max-width: 50px;
      vertical-align: baseline; }
    footer .branding-logo .logo-text {
      font-size: 15px;
      font-family: Arial, sans-serif;
      font-weight: bold;
      vertical-align: bottom;
      margin-left: 10px;
      color: #fff; }
      footer .branding-logo .logo-text i {
        color: #f65d0d;
        font-weight: normal; }
  footer .center-column ul {
    padding: 0 10px 0 21px;
    border-left: solid 1px #f65d0d;
    min-height: 105px;
    list-style: none none;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: 127px;
    float: left !important; }
    footer .center-column ul li {
      list-style: none none;
      padding: 0; }
      footer .center-column ul li a, footer .center-column ul li a.link {
        color: #fff;
        font-size: 12px; }
  @media screen and (max-width: 39.9375em) {
    footer .row {
      margin: 0 9px; }
      footer .row #block-gva-general-footer-navigation {
        margin-top: 25px; }
      footer .row #block-gva-general-footer-social {
        margin-top: 25px; }
        footer .row #block-gva-general-footer-social ul.social {
          text-align: left; } }

form {
  margin: 30px 0; }
  form section {
    margin: 20px 0; }
    form section > .row {
      margin: 20px 0; }
  form label {
    font-weight: normal; }
  form .block {
    background: #eeeeee;
    box-sizing: border-box;
    padding: 10px; }
    form .block input[type="text"], form .block .fancy-select-wrapper, form .block textarea {
      background-color: #fff; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

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

.float-right {
  float: right; }

form button.fa {
  outline: none; }

form .button, form input[type="submit"]:not(.fa), button.button {
  border: none;
  background: #f65d0d;
  height: 35px;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  font: normal 15px "Source Sans Pro", sans-serif;
  cursor: pointer;
  outline: none;
  vertical-align: middle; }
  form .button.grey, form input[type="submit"]:not(.fa).grey, button.button.grey {
    background: #aaaaaa; }
  form .button.no-margin, form input[type="submit"]:not(.fa).no-margin, button.button.no-margin {
    margin: 0; }
  form .button.text-only, form input[type="submit"]:not(.fa).text-only, button.button.text-only {
    padding: 0;
    height: auto;
    background: none;
    color: #000;
    text-transform: none;
    font-size: 13px;
    margin: 10px 0; }
    form .button.text-only[class^='icon-'], form .button.text-only[class*=' icon-'], form input[type="submit"]:not(.fa).text-only[class^='icon-'], form input[type="submit"]:not(.fa).text-only[class*=' icon-'], button.button.text-only[class^='icon-'], button.button.text-only[class*=' icon-'] {
      height: 16px;
      box-sizing: border-box;
      padding-left: 21px;
      background-repeat: no-repeat;
      background-position: center left; }
      form .button.text-only[class^='icon-'].icon-add, form .button.text-only[class*=' icon-'].icon-add, form input[type="submit"]:not(.fa).text-only[class^='icon-'].icon-add, form input[type="submit"]:not(.fa).text-only[class*=' icon-'].icon-add, button.button.text-only[class^='icon-'].icon-add, button.button.text-only[class*=' icon-'].icon-add {
        background-image: url("../images/icons/add.png"); }
      form .button.text-only[class^='icon-'].icon-delete, form .button.text-only[class*=' icon-'].icon-delete, form input[type="submit"]:not(.fa).text-only[class^='icon-'].icon-delete, form input[type="submit"]:not(.fa).text-only[class*=' icon-'].icon-delete, button.button.text-only[class^='icon-'].icon-delete, button.button.text-only[class*=' icon-'].icon-delete {
        background-image: url("../images/icons/delete.png"); }
    form .button.text-only[disabled], form input[type="submit"]:not(.fa).text-only[disabled], button.button.text-only[disabled] {
      color: #aaaaaa;
      background-color: transparent; }
  form .button.icon-arrow-right, form input[type="submit"]:not(.fa).icon-arrow-right, button.button.icon-arrow-right {
    padding-right: 30px;
    background: url("../images/icons/arrow-right-filled.png") 85% center no-repeat #f65d0d; }
  form .button.icon-arrow-left, form input[type="submit"]:not(.fa).icon-arrow-left, button.button.icon-arrow-left {
    padding-left: 30px;
    background: url("../images/icons/arrow-left-filled.png") 15% center no-repeat #f65d0d; }
  form .button[disabled], form input[type="submit"]:not(.fa)[disabled], button.button[disabled] {
    background-color: #aaaaaa;
    cursor: default; }

a.button {
  color: #fff; }

form a.button {
  padding: 7px 20px 0 20px; }

form .buttons {
  font-size: 0; }
  form .buttons.row {
    margin: 20px 0; }
  form .buttons .button {
    display: inline-block;
    margin-left: 10px !important; }
    form .buttons .button:first-child {
      margin-left: 0 !important; }

.label-top {
  margin: 10px 0; }
  .label-top legend, .label-top label {
    display: block;
    margin: 0 0 5px 0; }
  .label-top input[type="text"], .label-top textarea {
    width: 100%; }

.row .label-top {
  margin: 0; }

input[type="text"], input[type="password"], .fancy-select-wrapper, textarea, .icheckbox {
  box-sizing: border-box;
  outline: none; }
  input[type="text"]:active, input[type="text"]:focus, input[type="text"].state-focused, input[type="text"].focus, input[type="password"]:active, input[type="password"]:focus, input[type="password"].state-focused, input[type="password"].focus, .fancy-select-wrapper:active, .fancy-select-wrapper:focus, .fancy-select-wrapper.state-focused, .fancy-select-wrapper.focus, textarea:active, textarea:focus, textarea.state-focused, textarea.focus, .icheckbox:active, .icheckbox:focus, .icheckbox.state-focused, .icheckbox.focus {
    background-color: #e1e1e1 !important; }

input[type="text"], input[type="password"], .fancy-select-wrapper, textarea {
  display: inline-block;
  height: 33px;
  line-height: 33px;
  color: #000;
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  background: #eeeeee;
  border: none;
  padding: 0 9px; }
  input[type="text"].numeric, input[type="password"].numeric, .fancy-select-wrapper.numeric, textarea.numeric {
    width: 80px; }
  input[type="text"][disabled], input[type="password"][disabled], .fancy-select-wrapper[disabled], textarea[disabled] {
    opacity: 0.5; }

textarea {
  width: 100%;
  height: 75px; }

.fancy-select-wrapper {
  padding-right: 25px;
  background: url("../images/icons/arrow-down.png") center right no-repeat #eeeeee;
  width: 100%; }
  .fancy-select-wrapper.disabled {
    opacity: 0.75;
    background-image: none; }
  .fancy-select-wrapper .fancy-select-label {
    position: absolute;
    top: 0;
    left: 10px;
    right: 30px;
    white-space: nowrap;
    min-width: 0 !important;
    overflow: hidden; }

.icheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 5px;
  border: solid 1px #f65d0d;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  .icheckbox.checked {
    background: url("../images/icons/check.png") center center no-repeat #fff; }

html.js input.form-autocomplete {
  background-position: 100% -40px; }

.checkboxes {
  margin: 10px 0;
  display: block;
  font-size: 0; }
  .checkboxes > div {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 0 0; }
    .checkboxes > div:last-child {
      margin-right: 0; }
  .checkboxes.checkbox-list > div {
    display: block;
    margin: 0; }

.form-heirarchical-checkboxes {
  list-style: none none;
  padding: 0; }
  .form-heirarchical-checkboxes ul {
    list-style: none none; }
  .form-heirarchical-checkboxes li {
    margin: 10px 0; }

.entry-form .form-heirarchical-checkboxes .has-children > label.option {
  font-weight: bold; }
.entry-form .form-heirarchical-checkboxes ul {
  padding: 0;
  list-style-type: none; }

h2 {
  text-transform: none;
  font-size: 20px;
  font-weight: bold;
  color: #f65d0d;
  margin: 30px 0 20px 0; }
  h2 span {
    font-size: 14px;
    font-weight: normal;
    color: #000; }

h3 {
  text-transform: uppercase; }

.daterangepicker:before, .daterangepicker:after, .daterangepicker *:before,
.daterangepicker *:after {
  box-sizing: border-box; }
.daterangepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
.daterangepicker.dropdown-menu.pull-right {
  right: 0;
  left: auto; }
.daterangepicker.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }
.daterangepicker.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }
.daterangepicker.dropdown-menu > li > a:hover, .daterangepicker.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }
.daterangepicker.dropdown-menu > .active > a, .daterangepicker.dropdown-menu > .active > a:hover, .daterangepicker.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0; }
.daterangepicker.dropdown-menu > .disabled > a, .daterangepicker.dropdown-menu > .disabled > a:hover, .daterangepicker.dropdown-menu > .disabled > a:focus {
  color: #777; }
.daterangepicker.dropdown-menu > .disabled > a:hover, .daterangepicker.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }
.daterangepicker.open > .daterangepicker.dropdown-menu {
  display: block; }
.daterangepicker.open > a {
  outline: 0; }
.daterangepicker.dropdown-menu-right {
  right: 0;
  left: auto; }
.daterangepicker.dropdown-menu-left {
  right: auto;
  left: 0; }
.daterangepicker.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }
.daterangepicker.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990; }
.daterangepicker.pull-right > .daterangepicker.dropdown-menu {
  right: 0;
  left: auto; }
.daterangepicker .calendar {
  max-width: none !important;
  width: auto; }
.daterangepicker .table-condensed > thead > tr > th,
.daterangepicker .table-condensed > tbody > tr > th,
.daterangepicker .table-condensed > tfoot > tr > th,
.daterangepicker .table-condensed > thead > tr > td,
.daterangepicker .table-condensed > tbody > tr > td,
.daterangepicker .table-condensed > tfoot > tr > td {
  padding: 5px; }
.daterangepicker .table-bordered {
  border: 1px solid #ddd; }
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > tbody > tr > th,
.daterangepicker .table-bordered > tfoot > tr > th,
.daterangepicker .table-bordered > thead > tr > td,
.daterangepicker .table-bordered > tbody > tr > td,
.daterangepicker .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }
.daterangepicker .table-bordered > thead > tr > th,
.daterangepicker .table-bordered > thead > tr > td {
  border-bottom-width: 2px; }
.daterangepicker .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }
.daterangepicker .table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }
.daterangepicker table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }
.daterangepicker table td[class*="col-"],
.daterangepicker table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }
.daterangepicker .table > thead > tr > td.active,
.daterangepicker .table > tbody > tr > td.active,
.daterangepicker .table > tfoot > tr > td.active,
.daterangepicker .table > thead > tr > th.active,
.daterangepicker .table > tbody > tr > th.active,
.daterangepicker .table > tfoot > tr > th.active,
.daterangepicker .table > thead > tr.active > td,
.daterangepicker .table > tbody > tr.active > td,
.daterangepicker .table > tfoot > tr.active > td,
.daterangepicker .table > thead > tr.active > th,
.daterangepicker .table > tbody > tr.active > th,
.daterangepicker .table > tfoot > tr.active > th {
  background-color: #f5f5f5; }
.daterangepicker .table-hover > tbody > tr > td.active:hover,
.daterangepicker .table-hover > tbody > tr > th.active:hover,
.daterangepicker .table-hover > tbody > tr.active:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .active,
.daterangepicker .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }
.daterangepicker .table > thead > tr > td.success,
.daterangepicker .table > tbody > tr > td.success,
.daterangepicker .table > tfoot > tr > td.success,
.daterangepicker .table > thead > tr > th.success,
.daterangepicker .table > tbody > tr > th.success,
.daterangepicker .table > tfoot > tr > th.success,
.daterangepicker .table > thead > tr.success > td,
.daterangepicker .table > tbody > tr.success > td,
.daterangepicker .table > tfoot > tr.success > td,
.daterangepicker .table > thead > tr.success > th,
.daterangepicker .table > tbody > tr.success > th,
.daterangepicker .table > tfoot > tr.success > th {
  background-color: #dff0d8; }
.daterangepicker .table-hover > tbody > tr > td.success:hover,
.daterangepicker .table-hover > tbody > tr > th.success:hover,
.daterangepicker .table-hover > tbody > tr.success:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .success,
.daterangepicker .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }
.daterangepicker .table > thead > tr > td.info,
.daterangepicker .table > tbody > tr > td.info,
.daterangepicker .table > tfoot > tr > td.info,
.daterangepicker .table > thead > tr > th.info,
.daterangepicker .table > tbody > tr > th.info,
.daterangepicker .table > tfoot > tr > th.info,
.daterangepicker .table > thead > tr.info > td,
.daterangepicker .table > tbody > tr.info > td,
.daterangepicker .table > tfoot > tr.info > td,
.daterangepicker .table > thead > tr.info > th,
.daterangepicker .table > tbody > tr.info > th,
.daterangepicker .table > tfoot > tr.info > th {
  background-color: #d9edf7; }
.daterangepicker .table-hover > tbody > tr > td.info:hover,
.daterangepicker .table-hover > tbody > tr > th.info:hover,
.daterangepicker .table-hover > tbody > tr.info:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .info,
.daterangepicker .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }
.daterangepicker .table > thead > tr > td.warning,
.daterangepicker .table > tbody > tr > td.warning,
.daterangepicker .table > tfoot > tr > td.warning,
.daterangepicker .table > thead > tr > th.warning,
.daterangepicker .table > tbody > tr > th.warning,
.daterangepicker .table > tfoot > tr > th.warning,
.daterangepicker .table > thead > tr.warning > td,
.daterangepicker .table > tbody > tr.warning > td,
.daterangepicker .table > tfoot > tr.warning > td,
.daterangepicker .table > thead > tr.warning > th,
.daterangepicker .table > tbody > tr.warning > th,
.daterangepicker .table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }
.daterangepicker .table-hover > tbody > tr > td.warning:hover,
.daterangepicker .table-hover > tbody > tr > th.warning:hover,
.daterangepicker .table-hover > tbody > tr.warning:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .warning,
.daterangepicker .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }
.daterangepicker .table > thead > tr > td.danger,
.daterangepicker .table > tbody > tr > td.danger,
.daterangepicker .table > tfoot > tr > td.danger,
.daterangepicker .table > thead > tr > th.danger,
.daterangepicker .table > tbody > tr > th.danger,
.daterangepicker .table > tfoot > tr > th.danger,
.daterangepicker .table > thead > tr.danger > td,
.daterangepicker .table > tbody > tr.danger > td,
.daterangepicker .table > tfoot > tr.danger > td,
.daterangepicker .table > thead > tr.danger > th,
.daterangepicker .table > tbody > tr.danger > th,
.daterangepicker .table > tfoot > tr.danger > th {
  background-color: #f2dede; }
.daterangepicker .table-hover > tbody > tr > td.danger:hover,
.daterangepicker .table-hover > tbody > tr > th.danger:hover,
.daterangepicker .table-hover > tbody > tr.danger:hover > td,
.daterangepicker .table-hover > tbody > tr:hover > .danger,
.daterangepicker .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }
.daterangepicker .table-responsive {
  min-height: .01%;
  overflow-x: auto; }
.daterangepicker .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.daterangepicker .glyphicon-arrow-left:before {
  content: "\e091"; }
.daterangepicker .glyphicon-arrow-right:before {
  content: "\e092"; }
.daterangepicker button {
  border: none;
  background: #c2622f;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font: normal 15px "Source Sans Pro",sans-serif;
  cursor: pointer;
  outline: none;
  vertical-align: middle; }

form.entry-form .row {
  margin: 0 !important; }
form.entry-form .general-information .columns:last-child {
  padding-right: 0; }
form.entry-form .fix-fieldset > legend {
  margin-bottom: 12px;
  font-size: 0.875rem; }
form.entry-form .width-day {
  width: 21.7%; }
form.entry-form .width-year {
  width: 28.3%; }
form.entry-form #edit-general-information-0 > .columns {
  padding-left: 0; }
  form.entry-form #edit-general-information-0 > .columns:last-child {
    padding-right: 0; }
form.entry-form #business-container, form.entry-form #address-container, form.entry-form #participants-container, form.entry-form #participants-container > .row > .columns:first-child {
  padding-left: 0; }
form.entry-form #address-container > .columns > .row > .columns, form.entry-form #business-container,
form.entry-form [id^="edit-general-information-0-incidentlocation-field-city-county-city"] {
  padding-right: 0; }
@media (min-width: 640px) {
  form.entry-form #participants-container {
    margin-top: 68px; } }
form.entry-form section#incident-characteristics-container h3 {
  font-weight: bold; }
form.entry-form section#incident-characteristics-container ul {
  margin: 0; }
form.entry-form section#sources .source-form {
  margin-top: 19px !important; }
  form.entry-form section#sources .source-form input[type='file'] {
    margin-bottom: 18px !important; }
@media screen and (max-width: 39.9375em) {
  form.entry-form section#sources .source-controller {
    margin-top: 18px; } }
@media screen and (max-width: 39.9375em) {
  form.entry-form section.general-information .medium-6, form.entry-form section.general-information .small-12, form.entry-form section.general-information .columns {
    padding: 0; }
  form.entry-form .participant-form > *[class^='medium-'] {
    padding-left: 0;
    padding-right: 0; }
  form.entry-form .participant-form .participant-info {
    margin-top: 17px; }
  form.entry-form section#gun-type input {
    float: none !important; } }

.incident-selector .filters {
  padding-bottom: 20px; }

#edit-relatedincidents-field-filters-top-results-type {
  margin-bottom: 20px; }

.style-select-fancy select {
  -webkit-appearance: button;
  -webkit-border-radius: 0px;
  -webkit-padding-end: 20px;
  -webkit-padding-start: 2px;
  -webkit-user-select: none;
  background: url("../images/icons/arrow-down.png") center right no-repeat #eeeeee;
  background-position: 100% center;
  border: 0px solid #fff;
  color: #000;
  margin: 20px;
  overflow: hidden;
  padding: 5px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  height: 33px;
  font-size: 14px;
  font-family: "Source Sans Pro", sans-serif; }

.block.form-wrapper .style-select-fancy select {
  background: url("../images/icons/arrow-down.png") center right no-repeat #fff; }

.style-select-fancy select:focus {
  background-color: #e1e1e1 !important; }

form.query-form, .incident-selector .filters {
  /*CSS3 extras*/
  /*Media Query for popup to avoid it going off screen*/ }
  form.query-form .help-tip, .incident-selector .filters .help-tip {
    padding: 10px;
    background-color: #e6e6e6;
    position: absolute;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25); }
  form.query-form input[type="text"], form.query-form input[type="text"]:active, form.query-form input[type="text"]:focus, .incident-selector .filters input[type="text"], .incident-selector .filters input[type="text"]:active, .incident-selector .filters input[type="text"]:focus {
    border: 1px solid #8a8a8a; }
  form.query-form #edit-query-results-type > div, .incident-selector .filters #edit-query-results-type > div {
    width: initial;
    display: inline-block; }
  form.query-form .results-type-dropdown, .incident-selector .filters .results-type-dropdown {
    width: 100px;
    margin: 20px 0 0 5px; }
  form.query-form .group-dropdown, .incident-selector .filters .group-dropdown {
    margin-right: 5px; }
  form.query-form .fancy-select-wrapper, form.query-form .fancy-select-wrapper:focus, form.query-form .fancy-select-wrapper:active, form.query-form .group-dropdown, form.query-form .results-type-dropdown, .incident-selector .filters .fancy-select-wrapper, .incident-selector .filters .fancy-select-wrapper:focus, .incident-selector .filters .fancy-select-wrapper:active, .incident-selector .filters .group-dropdown, .incident-selector .filters .results-type-dropdown {
    background-color: #eee;
    border: 1px solid #8a8a8a; }
  form.query-form .column, form.query-form .columns, form.query-form .columns, .incident-selector .filters .column, .incident-selector .filters .columns, .incident-selector .filters .columns {
    padding-right: 5px;
    padding-left: 5px; }
  form.query-form .hidden-filter-select, .incident-selector .filters .hidden-filter-select {
    position: absolute;
    top: -3px;
    left: 50px; }
  form.query-form .ajax-progress .throbber, .incident-selector .filters .ajax-progress .throbber {
    margin-left: 15px; }
  form.query-form .ajax-progress, .incident-selector .filters .ajax-progress {
    visibility: visible; }
  form.query-form .ajax-progress .message, .incident-selector .filters .ajax-progress .message {
    display: none; }
  form.query-form [id*="outer-filter-operations"], .incident-selector .filters [id*="outer-filter-operations"] {
    display: inline-block;
    position: absolute;
    top: 16px;
    right: 7px;
    padding: 0 5px;
    background: transparent; }
  form.query-form .form-type-textfield input, .incident-selector .filters .form-type-textfield input {
    margin-bottom: 0; }
  form.query-form button.fa-times, .incident-selector .filters button.fa-times {
    font-size: 18px;
    color: #db554f; }
  form.query-form .filters-container > div:last-child, .incident-selector .filters .filters-container > div:last-child {
    background-color: transparent !important; }
  form.query-form .group-dropdown, .incident-selector .filters .group-dropdown {
    margin-bottom: 5px; }
  form.query-form .and, form.query-form .or, form.query-form .filter, .incident-selector .filters .and, .incident-selector .filters .or, .incident-selector .filters .filter {
    border: solid 1px #cdccc0;
    margin: 0 0 5px 0;
    padding: 9px 35px 5px 0px !important; }
  form.query-form #filters-ajax-container-edit-query.and, form.query-form #filters-ajax-container-edit-query.or, .incident-selector .filters #filters-ajax-container-edit-query.and, .incident-selector .filters #filters-ajax-container-edit-query.or {
    border: none;
    margin: 0;
    padding: 0 !important; }
  form.query-form #filters-ajax-container-edit-query .filters-container .filter:last-child, .incident-selector .filters #filters-ajax-container-edit-query .filters-container .filter:last-child {
    border: none;
    margin: 10px 0;
    padding: 0 !important; }
    form.query-form #filters-ajax-container-edit-query .filters-container .filter:last-child a.filter-dropdown-trigger, .incident-selector .filters #filters-ajax-container-edit-query .filters-container .filter:last-child a.filter-dropdown-trigger {
      font-size: 16px;
      font-weight: bolder; }
  form.query-form .and .disabled-type-container, form.query-form .or .disabled-type-container,
  form.query-form .and .and fieldset, form.query-form .and .or fieldset, form.query-form .or .or fieldset, form.query-form .or .and fieldset, .incident-selector .filters .and .disabled-type-container, .incident-selector .filters .or .disabled-type-container,
  .incident-selector .filters .and .and fieldset, .incident-selector .filters .and .or fieldset, .incident-selector .filters .or .or fieldset, .incident-selector .filters .or .and fieldset {
    padding-left: 40px !important; }
  form.query-form #filters-ajax-container-edit-query.or > .filters-container > .filter:not(:first-child):not(:last-child):before,
  form.query-form #filters-ajax-container-edit-query.or > .filters-container > .and:not(:first-child):not(:last-child):before,
  form.query-form #filters-ajax-container-edit-query.or > .filters-container > .or:not(:first-child):not(:last-child):before,
  form.query-form .or > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .filter:not(:first-child):not(:last-child):before,
  form.query-form .or > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .and:not(:first-child):not(:last-child):before,
  form.query-form .or > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .or:not(:first-child):not(:last-child):before, .incident-selector .filters #filters-ajax-container-edit-query.or > .filters-container > .filter:not(:first-child):not(:last-child):before,
  .incident-selector .filters #filters-ajax-container-edit-query.or > .filters-container > .and:not(:first-child):not(:last-child):before,
  .incident-selector .filters #filters-ajax-container-edit-query.or > .filters-container > .or:not(:first-child):not(:last-child):before,
  .incident-selector .filters .or > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .filter:not(:first-child):not(:last-child):before,
  .incident-selector .filters .or > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .and:not(:first-child):not(:last-child):before,
  .incident-selector .filters .or > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .or:not(:first-child):not(:last-child):before {
    content: 'OR';
    display: block;
    position: absolute;
    top: 13px;
    left: 11px; }
  form.query-form #filters-ajax-container-edit-query.and > .filters-container > .filter:not(:first-child):not(:last-child):before,
  form.query-form #filters-ajax-container-edit-query.and > .filters-container > .and:not(:first-child):not(:last-child):before,
  form.query-form #filters-ajax-container-edit-query.and > .filters-container > .or:not(:first-child):not(:last-child):before,
  form.query-form .and > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .filter:not(:first-child):not(:last-child):before,
  form.query-form .and > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .and:not(:first-child):not(:last-child):before,
  form.query-form .and > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .or:not(:first-child):not(:last-child):before, .incident-selector .filters #filters-ajax-container-edit-query.and > .filters-container > .filter:not(:first-child):not(:last-child):before,
  .incident-selector .filters #filters-ajax-container-edit-query.and > .filters-container > .and:not(:first-child):not(:last-child):before,
  .incident-selector .filters #filters-ajax-container-edit-query.and > .filters-container > .or:not(:first-child):not(:last-child):before,
  .incident-selector .filters .and > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .filter:not(:first-child):not(:last-child):before,
  .incident-selector .filters .and > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .and:not(:first-child):not(:last-child):before,
  .incident-selector .filters .and > .filter-outer > div[id^="edit-query-filters"] > .query-fieldset > .fieldset-wrapper > div[id^="filters-ajax-container"] > .filters-container > .or:not(:first-child):not(:last-child):before {
    content: 'AND';
    display: block;
    position: absolute;
    top: 13px;
    left: 8px; }
  form.query-form .help-text, .incident-selector .filters .help-text {
    margin: 0 0 20px 0;
    padding: 20px 0;
    border-bottom: solid 1px #cdccc0; }
  form.query-form .form-type-select, .incident-selector .filters .form-type-select {
    display: inline-block; }
  form.query-form .row, .incident-selector .filters .row {
    margin-left: 0 !important;
    margin-right: 0 !important; }
  form.query-form :not(.fieldset-wrapper) > .form-type-select:not(.form-item-query-base-group-base-group-select):not(.form-item-RelatedIncidents-field-filters-top-results-type-select), .incident-selector .filters :not(.fieldset-wrapper) > .form-type-select:not(.form-item-query-base-group-base-group-select):not(.form-item-RelatedIncidents-field-filters-top-results-type-select) {
    width: 100%; }
  form.query-form .group-dropdown, .incident-selector .filters .group-dropdown {
    width: 60px; }
  form.query-form .filter-dropdown, .incident-selector .filters .filter-dropdown {
    position: absolute;
    top: -10px;
    background-color: #e6e6e6;
    max-height: 300px;
    overflow: scroll;
    padding: 15px 20px 0;
    z-index: 999;
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.25); }
    form.query-form .filter-dropdown ul, .incident-selector .filters .filter-dropdown ul {
      list-style: none;
      margin-left: 0; }
      form.query-form .filter-dropdown ul span, .incident-selector .filters .filter-dropdown ul span {
        font-weight: bold; }
      form.query-form .filter-dropdown ul li a, .incident-selector .filters .filter-dropdown ul li a {
        color: #000;
        padding-left: 10px;
        font-weight: normal;
        display: block;
        width: 100%; }
  form.query-form .form-item, .incident-selector .filters .form-item {
    margin: 0; }
    form.query-form .form-item .form-text[size], .incident-selector .filters .form-item .form-text[size] {
      width: 100%; }
  form.query-form .filter-outer.hide-type, .incident-selector .filters .filter-outer.hide-type {
    padding-left: 0;
    padding-right: 0; }
  form.query-form .options-row:not(:first-child), .incident-selector .filters .options-row:not(:first-child) {
    margin-top: 20px;
    border-top: solid 1px #cdccc0;
    padding-top: 10px; }
  form.query-form .options-row, form.query-form .filter-outer, form.query-form .filter-row, .incident-selector .filters .options-row, .incident-selector .filters .filter-outer, .incident-selector .filters .filter-row {
    overflow: visible; }
  form.query-form .options-row .actions .button, .incident-selector .filters .options-row .actions .button {
    margin-left: 20px !important;
    text-transform: none; }
  form.query-form .helper-button, .incident-selector .filters .helper-button {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    cursor: help; }
  form.query-form .helper-button::before, .incident-selector .filters .helper-button::before {
    content: "?";
    left: 0;
    width: 20px;
    height: 20px;
    left: 2px;
    font-size: 20px;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    color: #fff;
    background: #b5b1ba;
    /* css3 */
    border-radius: 16px;
    position: absolute; }
  form.query-form .helper-button:hover, .incident-selector .filters .helper-button:hover {
    text-decoration: none; }
  form.query-form .helper-button .helper-wrapper, .incident-selector .filters .helper-button .helper-wrapper {
    top: -10px;
    width: 258px;
    display: none;
    position: absolute;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden; }
  form.query-form .helper-button .helper-wrapper > span, .incident-selector .filters .helper-button .helper-wrapper > span {
    z-index: 10;
    padding: 14px 10px;
    width: 220px;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #FFFFFF;
    border: 1px solid #646263;
    background: #9b9892; }
  form.query-form .helper-button:hover .helper-wrapper, .incident-selector .filters .helper-button:hover .helper-wrapper {
    display: inline; }
  form.query-form .helper-button .helper-wrapper > span, .incident-selector .filters .helper-button .helper-wrapper > span {
    border-radius: 4px; }
  @media screen and (max-width: 1490px) {
    form.query-form .helper-button .helper-wrapper, .incident-selector .filters .helper-button .helper-wrapper {
      left: -248px;
      text-align: left; } }

.page-query .sticky-table .button, .page-congress-reports .sticky-table .button {
  text-align: center; }
.page-query .sticky-table ul.links.inline, .page-congress-reports .sticky-table ul.links.inline {
  margin-left: 0;
  line-height: 1; }
.page-query .results-top, .page-congress-reports .results-top {
  margin: 10px 0 0 0; }

.page-incident .edit-link, .node-type-incident .edit-link {
  float: right; }

ul.pager {
  margin: 20px 0;
  font-size: 0; }
  ul.pager li {
    margin: 0 3px 5px 5px; }
    ul.pager li.pager-current, ul.pager li a {
      background: #f87e3e;
      padding: 5px 10px;
      text-decoration: none;
      color: #fff;
      font-size: 14px; }
      ul.pager li.pager-current.pager-current, ul.pager li a.pager-current {
        background: #f65d0d; }
        @media screen and (max-width: 39.9375em) {
          ul.pager li.pager-current.pager-current, ul.pager li a.pager-current {
            display: inline-block; } }

.incident-selector {
  margin: 20px 0; }
  .incident-selector .filters .help-text {
    padding-top: 0; }
  .incident-selector .results h4 {
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 14px; }
  .incident-selector .results .results-left, .incident-selector .results .results-right {
    padding: 0 10px; }
    .incident-selector .results .results-left ul, .incident-selector .results .results-right ul {
      list-style: none none;
      padding: 0;
      margin: 0; }
      .incident-selector .results .results-left ul li, .incident-selector .results .results-right ul li {
        list-style: none none;
        padding: 0 5px;
        border-top: solid 1px #eeeeee;
        overflow: hidden; }
        .incident-selector .results .results-left ul li span, .incident-selector .results .results-right ul li span {
          display: inline-block;
          margin: 14px 0 0 0; }
        .incident-selector .results .results-left ul li .button, .incident-selector .results .results-right ul li .button {
          float: right;
          background-color: #eeeeee;
          background-position: 5px 5px;
          padding: 3px 5px 3px 25px;
          vertical-align: middle;
          border-radius: 3px;
          height: auto; }
          .incident-selector .results .results-left ul li .button.icon-delete, .incident-selector .results .results-right ul li .button.icon-delete {
            background-position: 5px; }
        .incident-selector .results .results-left ul li.header, .incident-selector .results .results-right ul li.header {
          border-top: none;
          margin-top: 20px; }
          .incident-selector .results .results-left ul li.header h4, .incident-selector .results .results-right ul li.header h4 {
            margin: 18px 0 0 0;
            display: inline-block; }
        .incident-selector .results .results-left ul li:first-child, .incident-selector .results .results-right ul li:first-child {
          border-top: none; }
        .incident-selector .results .results-left ul li.empty, .incident-selector .results .results-right ul li.empty {
          padding: 10px; }

.standalone-recent-incidents {
  padding: 30px 0; }
  .standalone-recent-incidents h1 {
    display: none; }
  .standalone-recent-incidents h2 {
    margin: 0;
    font-size: 16px;
    text-transform: none;
    color: #000; }
  .standalone-recent-incidents .container > .column-container > .column, .standalone-recent-incidents .container > .column-container > .columns {
    width: 293px;
    margin: 20px 0 0 20px; }
    .standalone-recent-incidents .container > .column-container > .column:nth-child(3n + 1), .standalone-recent-incidents .container > .column-container > .columns:nth-child(3n + 1) {
      margin-left: 0; }
    .standalone-recent-incidents .container > .column-container > .column:nth-child(n + 4), .standalone-recent-incidents .container > .column-container > .columns:nth-child(n + 4) {
      margin-top: 30px !important; }
    .standalone-recent-incidents .container > .column-container > .column.day, .standalone-recent-incidents .container > .column-container > .day.columns {
      margin-top: 0; }
      .standalone-recent-incidents .container > .column-container > .column.day:not(:nth-child(3n + 1)), .standalone-recent-incidents .container > .column-container > .day.columns:not(:nth-child(3n + 1)) {
        border-left: solid 2px #cdccc0;
        padding-left: 20px; }
  .standalone-recent-incidents .node.teaser {
    margin: 0 0 20px 0; }
    .standalone-recent-incidents .node.teaser:last-child {
      margin-bottom: 0; }
  .standalone-recent-incidents .all-incidents {
    display: none; }

/* Foundation v2.1.4 http://foundation.zurb.com */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
table th {
  font-weight: bold; }

table td, table th {
  padding: 9px 10px;
  text-align: left; }

/* Mobile */
@media screen and (max-width: 63.9375em) {
  table.responsive {
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch; }

  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }

  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }

  .pinned table th, .pinned table td {
    white-space: nowrap; }

  .pinned td:last-child {
    border-bottom: 0; }

  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }

  div.table-wrapper div.scrollable {
    margin-left: 35%; }

  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }

  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }

  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none; } }
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  z-index: 99999;
  background-color: white; }
  @media screen and (max-width: 1000px) {
    .modal {
      width: 75%; } }
  @media screen and (max-width: 836px) {
    .modal {
      width: 90%; } }
  .modal .text {
    margin: 40px; }
  .modal button {
    margin: 0 0 40px 40px; }
  .modal .map-x {
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: -22px;
    cursor: pointer; }
    .modal .map-x:before {
      height: 2px;
      width: 15px;
      background: #fff;
      position: absolute;
      top: 7px;
      display: block;
      content: '';
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .modal .map-x:after {
      height: 2px;
      width: 15px;
      background: #fff;
      position: absolute;
      top: 7px;
      display: block;
      content: '';
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.overlay {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.6;
  top: 0;
  left: 0;
  z-index: 99998; }

[class*="page-congress-"] #gva-congress-search-form > div {
  border-bottom: solid 5px #2f74b5; }

.page-congress .ajax-progress {
  position: absolute;
  top: 30px; }
  .page-congress .ajax-progress .throbber {
    margin-top: 10px; }
.page-congress #gva-congress-search-form {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center; }
  .page-congress #gva-congress-search-form .search-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 30px; }
    .page-congress #gva-congress-search-form .search-item#search-button {
      margin-right: 0; }
  .page-congress #gva-congress-search-form .form-type-select {
    width: 200px;
    margin-bottom: 28px; }
    .page-congress #gva-congress-search-form .form-type-select .fancy-select-wrapper {
      height: 35px;
      line-height: 35px; }
  .page-congress #gva-congress-search-form .hidden {
    display: none; }
  .page-congress #gva-congress-search-form .button {
    margin-top: 38px; }
.page-congress .main-content h1.border-background {
  display: none; }
.page-congress .main-content h3 {
  font-size: 40px;
  font-weight: bold;
  color: #2f74b5; }
.page-congress .main-content .legislator {
  margin-bottom: 1rem;
  padding: 15px 20px;
  background-color: #eeeeee; }
  .page-congress .main-content .legislator h4 {
    font-size: 28px;
    font-weight: bold; }
  .page-congress .main-content .legislator p {
    font-size: 18px;
    line-height: 1; }
    .page-congress .main-content .legislator p a {
      color: #2f74b5; }
.page-congress #block-gva-congress-search-gva-congress-lower-tolls {
  background-color: #eeeeee;
  padding: 30px 0; }

.four-o-four {
  padding: 60px 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  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; }
