/* CONCATENATED CSS USING CHALK CSS */
/* ./css/styles.css */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* 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,
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/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 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.
 */

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

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

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

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

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

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

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

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

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

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  CUSTOM VARIABLES

  Overrides default Cityscape variables.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  VARIABLES - Cityscape

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* city image behind Quick Links */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  RESPONSIVE LAYOUT

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TYPOGRAPHY

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UNirkOUuhs.ttf) format('truetype');
}

@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-pika.css" rel="stylesheet" />
*/

/*
@font-face {
  font-family: "SSPika";
  src: url('ss-pika.eot');
  src: url('ss-pika.eot?#iefix') format('embedded-opentype'),
       url('ss-pika.woff') format('woff'),
       url('ss-pika.ttf')  format('truetype'),
       url('ss-pika.svg#SSPika') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}

.ss-cursor:before,.ss-cursor.right:after{content:''}.ss-crosshair:before,.ss-crosshair.right:after{content:'⌖'}.ss-search:before,.ss-search.right:after{content:'🔎'}.ss-zoomin:before,.ss-zoomin.right:after{content:''}.ss-zoomout:before,.ss-zoomout.right:after{content:''}.ss-screenshot:before,.ss-screenshot.right:after{content:''}.ss-binoculars:before,.ss-binoculars.right:after{content:''}.ss-view:before,.ss-view.right:after{content:'👀'}.ss-attach:before,.ss-attach.right:after{content:'📎'}.ss-link:before,.ss-link.right:after{content:'🔗'}.ss-move:before,.ss-move.right:after{content:''}.ss-write:before,.ss-write.right:after{content:'✎'}.ss-writingdisabled:before,.ss-writingdisabled.right:after{content:''}.ss-erase:before,.ss-erase.right:after{content:'✐'}.ss-compose:before,.ss-compose.right:after{content:'📝'}.ss-draw:before,.ss-draw.right:after{content:'✏'}.ss-lock:before,.ss-lock.right:after{content:'🔒'}.ss-unlock:before,.ss-unlock.right:after{content:'🔓'}.ss-key:before,.ss-key.right:after{content:'🔑'}.ss-backspace:before,.ss-backspace.right:after{content:'⌫'}.ss-ban:before,.ss-ban.right:after{content:'🚫'}.ss-nosmoking:before,.ss-nosmoking.right:after{content:'🚭'}.ss-trash:before,.ss-trash.right:after{content:''}.ss-target:before,.ss-target.right:after{content:'◎'}.ss-new:before,.ss-new.right:after{content:'🆕'}.ss-tag:before,.ss-tag.right:after{content:''}.ss-pricetag:before,.ss-pricetag.right:after{content:''}.ss-flowertag:before,.ss-flowertag.right:after{content:''}.ss-bookmark:before,.ss-bookmark.right:after{content:'🔖'}.ss-flag:before,.ss-flag.right:after{content:'⚑'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-dislike:before,.ss-dislike.right:after{content:'👎'}.ss-heart:before,.ss-heart.right:after{content:'♥'}.ss-halfheart:before,.ss-halfheart.right:after{content:''}.ss-emptyheart:before,.ss-emptyheart.right:after{content:'♡'}.ss-star:before,.ss-star.right:after{content:'⋆'}.ss-halfstar:before,.ss-halfstar.right:after{content:''}.ss-medal:before,.ss-medal.right:after{content:''}.ss-ribbon:before,.ss-ribbon.right:after{content:'🎀'}.ss-bullseye:before,.ss-bullseye.right:after{content:'🎯'}.ss-sample:before,.ss-sample.right:after{content:''}.ss-crop:before,.ss-crop.right:after{content:''}.ss-layers:before,.ss-layers.right:after{content:''}.ss-gridlines:before,.ss-gridlines.right:after{content:''}.ss-pen:before,.ss-pen.right:after{content:'✒'}.ss-feather:before,.ss-feather.right:after{content:''}.ss-rubbereraser:before,.ss-rubbereraser.right:after{content:''}.ss-paintroller:before,.ss-paintroller.right:after{content:''}.ss-rubberstamp:before,.ss-rubberstamp.right:after{content:''}.ss-checkclipboard:before,.ss-checkclipboard.right:after{content:''}.ss-linechartclipboard:before,.ss-linechartclipboard.right:after{content:''}.ss-clockwise:before,.ss-clockwise.right:after{content:'⥁'}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-phonedisabled:before,.ss-phonedisabled.right:after{content:''}.ss-headset:before,.ss-headset.right:after{content:''}.ss-megaphone:before,.ss-megaphone.right:after{content:'📢'}.ss-rss:before,.ss-rss.right:after{content:''}.ss-facetime:before,.ss-facetime.right:after{content:''}.ss-reply:before,.ss-reply.right:after{content:'↩'}.ss-send:before,.ss-send.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-inbox:before,.ss-inbox.right:after{content:'📥'}.ss-outbox:before,.ss-outbox.right:after{content:'📤'}.ss-wifimail:before,.ss-wifimail.right:after{content:''}.ss-chat:before,.ss-chat.right:after{content:'💬'}.ss-user:before,.ss-user.right:after{content:'👤'}.ss-femaleuser:before,.ss-femaleuser.right:after{content:'👧'}.ss-users:before,.ss-users.right:after{content:'👥'}.ss-usergroup:before,.ss-usergroup.right:after{content:''}.ss-adduser:before,.ss-adduser.right:after{content:''}.ss-removeuser:before,.ss-removeuser.right:after{content:''}.ss-deleteuser:before,.ss-deleteuser.right:after{content:''}.ss-userprofile:before,.ss-userprofile.right:after{content:''}.ss-businessuser:before,.ss-businessuser.right:after{content:''}.ss-cart:before,.ss-cart.right:after{content:''}.ss-addcart:before,.ss-addcart.right:after{content:''}.ss-removecart:before,.ss-removecart.right:after{content:''}.ss-deletecart:before,.ss-deletecart.right:after{content:''}.ss-downloadcart:before,.ss-downloadcart.right:after{content:''}.ss-emptycart:before,.ss-emptycart.right:after{content:''}.ss-basket:before,.ss-basket.right:after{content:''}.ss-gift:before,.ss-gift.right:after{content:'🎁'}.ss-apple:before,.ss-apple.right:after{content:'🍏'}.ss-cashregister:before,.ss-cashregister.right:after{content:''}.ss-store:before,.ss-store.right:after{content:'🏬'}.ss-searchbarcode:before,.ss-searchbarcode.right:after{content:''}.ss-notepad:before,.ss-notepad.right:after{content:''}.ss-creditcard:before,.ss-creditcard.right:after{content:'💳'}.ss-safe:before,.ss-safe.right:after{content:''}.ss-digitalsafe:before,.ss-digitalsafe.right:after{content:''}.ss-atm:before,.ss-atm.right:after{content:'🏧'}.ss-dispensecash:before,.ss-dispensecash.right:after{content:''}.ss-banknote:before,.ss-banknote.right:after{content:'💵'}.ss-coins:before,.ss-coins.right:after{content:''}.ss-bankcheck:before,.ss-bankcheck.right:after{content:''}.ss-piggybank:before,.ss-piggybank.right:after{content:''}.ss-moneybag:before,.ss-moneybag.right:after{content:'💰'}.ss-tip:before,.ss-tip.right:after{content:''}.ss-calculator:before,.ss-calculator.right:after{content:''}.ss-percent:before,.ss-percent.right:after{content:'%'}.ss-bank:before,.ss-bank.right:after{content:'🏦'}.ss-scales:before,.ss-scales.right:after{content:'⚖'}.ss-piechart:before,.ss-piechart.right:after{content:''}.ss-piechartthirds:before,.ss-piechartthirds.right:after{content:''}.ss-barchart:before,.ss-barchart.right:after{content:'📊'}.ss-upwardsbarchart:before,.ss-upwardsbarchart.right:after{content:''}.ss-downwardsbarchart:before,.ss-downwardsbarchart.right:after{content:''}.ss-horizontalbarchart:before,.ss-horizontalbarchart.right:after{content:''}.ss-analytics:before,.ss-analytics.right:after{content:''}.ss-upwardslinechart:before,.ss-upwardslinechart.right:after{content:'📈'}.ss-downwardslinechart:before,.ss-downwardslinechart.right:after{content:'📉'}.ss-linecharts:before,.ss-linecharts.right:after{content:''}.ss-scatterchart:before,.ss-scatterchart.right:after{content:''}.ss-stock:before,.ss-stock.right:after{content:''}.ss-form:before,.ss-form.right:after{content:''}.ss-box:before,.ss-box.right:after{content:'📦'}.ss-crate:before,.ss-crate.right:after{content:''}.ss-deliveryvan:before,.ss-deliveryvan.right:after{content:''}.ss-deliverytruck:before,.ss-deliverytruck.right:after{content:''}.ss-forklift:before,.ss-forklift.right:after{content:''}.ss-cargoship:before,.ss-cargoship.right:after{content:''}.ss-hook:before,.ss-hook.right:after{content:''}.ss-weight:before,.ss-weight.right:after{content:''}.ss-containers:before,.ss-containers.right:after{content:''}.ss-fragile:before,.ss-fragile.right:after{content:''}.ss-thissideup:before,.ss-thissideup.right:after{content:''}.ss-home:before,.ss-home.right:after{content:'⌂'}.ss-building:before,.ss-building.right:after{content:'🏢'}.ss-lodging:before,.ss-lodging.right:after{content:'🏨'}.ss-earth:before,.ss-earth.right:after{content:'🌎'}.ss-globe:before,.ss-globe.right:after{content:'🌐'}.ss-garage:before,.ss-garage.right:after{content:''}.ss-warehouse:before,.ss-warehouse.right:after{content:''}.ss-floorplan:before,.ss-floorplan.right:after{content:''}.ss-address:before,.ss-address.right:after{content:''}.ss-searchhouse:before,.ss-searchhouse.right:after{content:''}.ss-housesale:before,.ss-housesale.right:after{content:''}.ss-navigate:before,.ss-navigate.right:after{content:''}.ss-compass:before,.ss-compass.right:after{content:''}.ss-signpost:before,.ss-signpost.right:after{content:''}.ss-map:before,.ss-map.right:after{content:''}.ss-gps:before,.ss-gps.right:after{content:''}.ss-compassnavigate:before,.ss-compassnavigate.right:after{content:''}.ss-compassarrow:before,.ss-compassarrow.right:after{content:''}.ss-location:before,.ss-location.right:after{content:''}.ss-pin:before,.ss-pin.right:after{content:'📍'}.ss-pushpin:before,.ss-pushpin.right:after{content:'📌'}.ss-maplocation:before,.ss-maplocation.right:after{content:''}.ss-globelocation:before,.ss-globelocation.right:after{content:''}.ss-puzzle:before,.ss-puzzle.right:after{content:''}.ss-floppydisk:before,.ss-floppydisk.right:after{content:'💾'}.ss-firewall:before,.ss-firewall.right:after{content:''}.ss-database:before,.ss-database.right:after{content:''}.ss-hdd:before,.ss-hdd.right:after{content:''}.ss-music:before,.ss-music.right:after{content:'♫'}.ss-eighthnote:before,.ss-eighthnote.right:after{content:'♪'}.ss-mic:before,.ss-mic.right:after{content:'🎤'}.ss-volume:before,.ss-volume.right:after{content:'🔈'}.ss-lowvolume:before,.ss-lowvolume.right:after{content:'🔉'}.ss-highvolume:before,.ss-highvolume.right:after{content:'🔊'}.ss-radio:before,.ss-radio.right:after{content:'📻'}.ss-stereo:before,.ss-stereo.right:after{content:''}.ss-airplay:before,.ss-airplay.right:after{content:''}.ss-vinylrecord:before,.ss-vinylrecord.right:after{content:''}.ss-disc:before,.ss-disc.right:after{content:'💿'}.ss-camera:before,.ss-camera.right:after{content:'📷'}.ss-picture:before,.ss-picture.right:after{content:'🌄'}.ss-video:before,.ss-video.right:after{content:'📹'}.ss-playvideo:before,.ss-playvideo.right:after{content:''}.ss-play:before,.ss-play.right:after{content:'▶'}.ss-pause:before,.ss-pause.right:after{content:''}.ss-stop:before,.ss-stop.right:after{content:'■'}.ss-record:before,.ss-record.right:after{content:'●'}.ss-rewind:before,.ss-rewind.right:after{content:'⏪'}.ss-fastforward:before,.ss-fastforward.right:after{content:'⏩'}.ss-skipback:before,.ss-skipback.right:after{content:'⏮'}.ss-skipforward:before,.ss-skipforward.right:after{content:'⏭'}.ss-eject:before,.ss-eject.right:after{content:'⏏'}.ss-repeat:before,.ss-repeat.right:after{content:'🔁'}.ss-replay:before,.ss-replay.right:after{content:'↺'}.ss-shuffle:before,.ss-shuffle.right:after{content:'🔀'}.ss-index:before,.ss-index.right:after{content:''}.ss-page:before,.ss-page.right:after{content:''}.ss-book:before,.ss-book.right:after{content:'📕'}.ss-books:before,.ss-books.right:after{content:'📚'}.ss-openbook:before,.ss-openbook.right:after{content:'📖'}.ss-heartbook:before,.ss-heartbook.right:after{content:''}.ss-downloadbook:before,.ss-downloadbook.right:after{content:''}.ss-musicopenbook:before,.ss-musicopenbook.right:after{content:''}.ss-searchbook:before,.ss-searchbook.right:after{content:''}.ss-notebook:before,.ss-notebook.right:after{content:'📓'}.ss-newspaper:before,.ss-newspaper.right:after{content:'📰'}.ss-notice:before,.ss-notice.right:after{content:''}.ss-rows:before,.ss-rows.right:after{content:''}.ss-columns:before,.ss-columns.right:after{content:''}.ss-thumbnails:before,.ss-thumbnails.right:after{content:''}.ss-pagecurl:before,.ss-pagecurl.right:after{content:''}.ss-desktop:before,.ss-desktop.right:after{content:'💻'}.ss-laptop:before,.ss-laptop.right:after{content:''}.ss-tablet:before,.ss-tablet.right:after{content:''}.ss-smartphone:before,.ss-smartphone.right:after{content:''}.ss-cell:before,.ss-cell.right:after{content:'📱'}.ss-walkytalky:before,.ss-walkytalky.right:after{content:''}.ss-ereader:before,.ss-ereader.right:after{content:''}.ss-ebook:before,.ss-ebook.right:after{content:''}.ss-wifibook:before,.ss-wifibook.right:after{content:''}.ss-wifiopenbook:before,.ss-wifiopenbook.right:after{content:''}.ss-battery:before,.ss-battery.right:after{content:'🔋'}.ss-highbattery:before,.ss-highbattery.right:after{content:''}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:''}.ss-lowbattery:before,.ss-lowbattery.right:after{content:''}.ss-emptybattery:before,.ss-emptybattery.right:after{content:''}.ss-chargingbattery:before,.ss-chargingbattery.right:after{content:''}.ss-heartmobile:before,.ss-heartmobile.right:after{content:''}.ss-phonemobile:before,.ss-phonemobile.right:after{content:''}.ss-lockmobile:before,.ss-lockmobile.right:after{content:''}.ss-textmobile:before,.ss-textmobile.right:after{content:''}.ss-dollarmobile:before,.ss-dollarmobile.right:after{content:''}.ss-euromobile:before,.ss-euromobile.right:after{content:''}.ss-rssmobile:before,.ss-rssmobile.right:after{content:''}.ss-navigationmobile:before,.ss-navigationmobile.right:after{content:''}.ss-batterymobile:before,.ss-batterymobile.right:after{content:''}.ss-powermobile:before,.ss-powermobile.right:after{content:''}.ss-browseonline:before,.ss-browseonline.right:after{content:''}.ss-shoponline:before,.ss-shoponline.right:after{content:''}.ss-bankonline:before,.ss-bankonline.right:after{content:''}.ss-realtyonline:before,.ss-realtyonline.right:after{content:''}.ss-readonline:before,.ss-readonline.right:after{content:''}.ss-weatheronline:before,.ss-weatheronline.right:after{content:''}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'💡'}.ss-lightbulbon:before,.ss-lightbulbon.right:after{content:''}.ss-cfl:before,.ss-cfl.right:after{content:''}.ss-hairdryer:before,.ss-hairdryer.right:after{content:''}.ss-picnictable:before,.ss-picnictable.right:after{content:''}.ss-flame:before,.ss-flame.right:after{content:''}.ss-campfire:before,.ss-campfire.right:after{content:'🔥'}.ss-bonfire:before,.ss-bonfire.right:after{content:''}.ss-balloon:before,.ss-balloon.right:after{content:'🎈'}.ss-christmastree:before,.ss-christmastree.right:after{content:'🎄'}.ss-sweep:before,.ss-sweep.right:after{content:''}.ss-chess:before,.ss-chess.right:after{content:'♞'}.ss-onedie:before,.ss-onedie.right:after{content:'⚀'}.ss-twodie:before,.ss-twodie.right:after{content:'⚁'}.ss-threedie:before,.ss-threedie.right:after{content:'⚂'}.ss-fourdie:before,.ss-fourdie.right:after{content:'⚃'}.ss-fivedie:before,.ss-fivedie.right:after{content:'⚄'}.ss-sixdie:before,.ss-sixdie.right:after{content:'⚅'}.ss-downloadcloud:before,.ss-downloadcloud.right:after{content:''}.ss-download:before,.ss-download.right:after{content:''}.ss-downloadbox:before,.ss-downloadbox.right:after{content:''}.ss-downloadcrate:before,.ss-downloadcrate.right:after{content:''}.ss-uploadcloud:before,.ss-uploadcloud.right:after{content:''}.ss-upload:before,.ss-upload.right:after{content:''}.ss-uploadbox:before,.ss-uploadbox.right:after{content:''}.ss-uploadcrate:before,.ss-uploadcrate.right:after{content:''}.ss-fork:before,.ss-fork.right:after{content:''}.ss-merge:before,.ss-merge.right:after{content:''}.ss-refresh:before,.ss-refresh.right:after{content:'↻'}.ss-sync:before,.ss-sync.right:after{content:''}.ss-loading:before,.ss-loading.right:after{content:''}.ss-wifi:before,.ss-wifi.right:after{content:''}.ss-connection:before,.ss-connection.right:after{content:''}.ss-reload:before,.ss-reload.right:after{content:''}.ss-file:before,.ss-file.right:after{content:'📄'}.ss-addfile:before,.ss-addfile.right:after{content:''}.ss-removefile:before,.ss-removefile.right:after{content:''}.ss-deletefile:before,.ss-deletefile.right:after{content:''}.ss-downloadfile:before,.ss-downloadfile.right:after{content:''}.ss-uploadfile:before,.ss-uploadfile.right:after{content:''}.ss-importfile:before,.ss-importfile.right:after{content:''}.ss-exportfile:before,.ss-exportfile.right:after{content:''}.ss-settingsfile:before,.ss-settingsfile.right:after{content:''}.ss-lockfile:before,.ss-lockfile.right:after{content:''}.ss-userfile:before,.ss-userfile.right:after{content:''}.ss-picturefile:before,.ss-picturefile.right:after{content:''}.ss-textfile:before,.ss-textfile.right:after{content:''}.ss-exe:before,.ss-exe.right:after{content:''}.ss-zip:before,.ss-zip.right:after{content:''}.ss-doc:before,.ss-doc.right:after{content:''}.ss-ppt:before,.ss-ppt.right:after{content:''}.ss-pdf:before,.ss-pdf.right:after{content:''}.ss-jpg:before,.ss-jpg.right:after{content:''}.ss-png:before,.ss-png.right:after{content:''}.ss-folder:before,.ss-folder.right:after{content:'📁'}.ss-openfolder:before,.ss-openfolder.right:after{content:'📂'}.ss-downloadfolder:before,.ss-downloadfolder.right:after{content:''}.ss-uploadfolder:before,.ss-uploadfolder.right:after{content:''}.ss-cloudfolder:before,.ss-cloudfolder.right:after{content:''}.ss-lockfolder:before,.ss-lockfolder.right:after{content:''}.ss-securefolder:before,.ss-securefolder.right:after{content:''}.ss-picturefolder:before,.ss-picturefolder.right:after{content:''}.ss-moviefolder:before,.ss-moviefolder.right:after{content:''}.ss-quote:before,.ss-quote.right:after{content:'“'}.ss-text:before,.ss-text.right:after{content:''}.ss-font:before,.ss-font.right:after{content:''}.ss-highlight:before,.ss-highlight.right:after{content:''}.ss-print:before,.ss-print.right:after{content:'⎙'}.ss-fax:before,.ss-fax.right:after{content:'📠'}.ss-list:before,.ss-list.right:after{content:''}.ss-layout:before,.ss-layout.right:after{content:''}.ss-action:before,.ss-action.right:after{content:''}.ss-redirect:before,.ss-redirect.right:after{content:'↪'}.ss-expand:before,.ss-expand.right:after{content:'⤢'}.ss-contract:before,.ss-contract.right:after{content:''}.ss-help:before,.ss-help.right:after{content:'❓'}.ss-info:before,.ss-info.right:after{content:'ℹ'}.ss-alert:before,.ss-alert.right:after{content:'⚠'}.ss-caution:before,.ss-caution.right:after{content:'⛔'}.ss-logout:before,.ss-logout.right:after{content:''}.ss-login:before,.ss-login.right:after{content:''}.ss-scaleup:before,.ss-scaleup.right:after{content:''}.ss-scaledown:before,.ss-scaledown.right:after{content:''}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'✓'}.ss-delete:before,.ss-delete.right:after{content:'␡'}.ss-bearface:before,.ss-bearface.right:after{content:'🐻'}.ss-bird:before,.ss-bird.right:after{content:'🐦'}.ss-fishes:before,.ss-fishes.right:after{content:''}.ss-tropicalfish:before,.ss-tropicalfish.right:after{content:''}.ss-tree:before,.ss-tree.right:after{content:'🌳'}.ss-evergreen:before,.ss-evergreen.right:after{content:'🌲'}.ss-palmtree:before,.ss-palmtree.right:after{content:'🌴'}.ss-leaf:before,.ss-leaf.right:after{content:'🍂'}.ss-seedling:before,.ss-seedling.right:after{content:'🌱'}.ss-grass:before,.ss-grass.right:after{content:''}.ss-settings:before,.ss-settings.right:after{content:'⚙'}.ss-dashboard:before,.ss-dashboard.right:after{content:''}.ss-dial:before,.ss-dial.right:after{content:''}.ss-notifications:before,.ss-notifications.right:after{content:'🔔'}.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after{content:'🔕'}.ss-flash:before,.ss-flash.right:after{content:'⌁'}.ss-wrench:before,.ss-wrench.right:after{content:'🔧'}.ss-tapemeasure:before,.ss-tapemeasure.right:after{content:''}.ss-clock:before,.ss-clock.right:after{content:'⏲'}.ss-watch:before,.ss-watch.right:after{content:'⌚'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'⏱'}.ss-alarmclock:before,.ss-alarmclock.right:after{content:'⏰'}.ss-calendar:before,.ss-calendar.right:after{content:'📅'}.ss-addcalendar:before,.ss-addcalendar.right:after{content:''}.ss-removecalendar:before,.ss-removecalendar.right:after{content:''}.ss-checkcalendar:before,.ss-checkcalendar.right:after{content:''}.ss-deletecalendar:before,.ss-deletecalendar.right:after{content:''}.ss-sausage:before,.ss-sausage.right:after{content:''}.ss-burger:before,.ss-burger.right:after{content:'🍔'}.ss-pizza:before,.ss-pizza.right:after{content:'🍕'}.ss-fish:before,.ss-fish.right:after{content:'🐟'}.ss-shrimp:before,.ss-shrimp.right:after{content:'🍤'}.ss-turkey:before,.ss-turkey.right:after{content:''}.ss-steak:before,.ss-steak.right:after{content:''}.ss-sidedish:before,.ss-sidedish.right:after{content:'🍚'}.ss-noodles:before,.ss-noodles.right:after{content:'🍜'}.ss-spaghetti:before,.ss-spaghetti.right:after{content:'🍝'}.ss-corn:before,.ss-corn.right:after{content:''}.ss-carrot:before,.ss-carrot.right:after{content:''}.ss-icecream:before,.ss-icecream.right:after{content:'🍨'}.ss-mug:before,.ss-mug.right:after{content:'☕'}.ss-beer:before,.ss-beer.right:after{content:'🍺'}.ss-bottle:before,.ss-bottle.right:after{content:''}.ss-wineglass:before,.ss-wineglass.right:after{content:'🍷'}.ss-cocktail:before,.ss-cocktail.right:after{content:'🍸'}.ss-tea:before,.ss-tea.right:after{content:'🍵'}.ss-teapot:before,.ss-teapot.right:after{content:''}.ss-waterbottle:before,.ss-waterbottle.right:after{content:''}.ss-wineglasssparkle:before,.ss-wineglasssparkle.right:after{content:''}.ss-salt:before,.ss-salt.right:after{content:''}.ss-pepper:before,.ss-pepper.right:after{content:''}.ss-oliveoil:before,.ss-oliveoil.right:after{content:''}.ss-hotsauce:before,.ss-hotsauce.right:after{content:''}.ss-coal:before,.ss-coal.right:after{content:''}.ss-oven:before,.ss-oven.right:after{content:''}.ss-stove:before,.ss-stove.right:after{content:''}.ss-cook:before,.ss-cook.right:after{content:'🍳'}.ss-bbq:before,.ss-bbq.right:after{content:''}.ss-utensils:before,.ss-utensils.right:after{content:'🍴'}.ss-spoonfork:before,.ss-spoonfork.right:after{content:''}.ss-knife:before,.ss-knife.right:after{content:'🔪'}.ss-cookingutensils:before,.ss-cookingutensils.right:after{content:''}.ss-measuringcup:before,.ss-measuringcup.right:after{content:''}.ss-colander:before,.ss-colander.right:after{content:''}.ss-scale:before,.ss-scale.right:after{content:''}.ss-eggtimer:before,.ss-eggtimer.right:after{content:''}.ss-platter:before,.ss-platter.right:after{content:''}.ss-apron:before,.ss-apron.right:after{content:''}.ss-bbqapron:before,.ss-bbqapron.right:after{content:''}.ss-chef:before,.ss-chef.right:after{content:''}.ss-handbag:before,.ss-handbag.right:after{content:'👜'}.ss-briefcase:before,.ss-briefcase.right:after{content:'💼'}.ss-hanger:before,.ss-hanger.right:after{content:''}.ss-weathervane:before,.ss-weathervane.right:after{content:''}.ss-thermometer:before,.ss-thermometer.right:after{content:''}.ss-weather:before,.ss-weather.right:after{content:''}.ss-cloud:before,.ss-cloud.right:after{content:'☁'}.ss-droplet:before,.ss-droplet.right:after{content:'💧'}.ss-sun:before,.ss-sun.right:after{content:'☀'}.ss-partlycloudy:before,.ss-partlycloudy.right:after{content:'⛅'}.ss-rain:before,.ss-rain.right:after{content:'☔'}.ss-thunderstorm:before,.ss-thunderstorm.right:after{content:'⛈'}.ss-umbrella:before,.ss-umbrella.right:after{content:'☂'}.ss-rainbow:before,.ss-rainbow.right:after{content:'🌈'}.ss-fog:before,.ss-fog.right:after{content:''}.ss-wind:before,.ss-wind.right:after{content:''}.ss-tornado:before,.ss-tornado.right:after{content:''}.ss-snowflake:before,.ss-snowflake.right:after{content:'❄'}.ss-fan:before,.ss-fan.right:after{content:''}.ss-solarpanel:before,.ss-solarpanel.right:after{content:''}.ss-plug:before,.ss-plug.right:after{content:'🔌'}.ss-outlet:before,.ss-outlet.right:after{content:''}.ss-car:before,.ss-car.right:after{content:'🚘'}.ss-taxi:before,.ss-taxi.right:after{content:'🚖'}.ss-locomotive:before,.ss-locomotive.right:after{content:'🚂'}.ss-train:before,.ss-train.right:after{content:'🚆'}.ss-traintunnel:before,.ss-traintunnel.right:after{content:'🚇'}.ss-bus:before,.ss-bus.right:after{content:'🚍'}.ss-truck:before,.ss-truck.right:after{content:'🚚'}.ss-caravan:before,.ss-caravan.right:after{content:'🚐'}.ss-tractor:before,.ss-tractor.right:after{content:'🚜'}.ss-tunnel:before,.ss-tunnel.right:after{content:''}.ss-plane:before,.ss-plane.right:after{content:'✈'}.ss-arrival:before,.ss-arrival.right:after{content:''}.ss-departure:before,.ss-departure.right:after{content:''}.ss-helicopter:before,.ss-helicopter.right:after{content:'🚁'}.ss-bike:before,.ss-bike.right:after{content:'🚲'}.ss-motorcycle:before,.ss-motorcycle.right:after{content:''}.ss-boat:before,.ss-boat.right:after{content:'🚢'}.ss-sailboat:before,.ss-sailboat.right:after{content:'⛵'}.ss-schooner:before,.ss-schooner.right:after{content:''}.ss-skylift:before,.ss-skylift.right:after{content:'🚡'}.ss-rocket:before,.ss-rocket.right:after{content:'🚀'}.ss-steeringwheel:before,.ss-steeringwheel.right:after{content:''}.ss-trafficcamera:before,.ss-trafficcamera.right:after{content:''}.ss-fuel:before,.ss-fuel.right:after{content:'⛽'}.ss-jerrycan:before,.ss-jerrycan.right:after{content:''}.ss-passport:before,.ss-passport.right:after{content:''}.ss-trafficlight:before,.ss-trafficlight.right:after{content:'🚦'}.ss-highway:before,.ss-highway.right:after{content:''}.ss-road:before,.ss-road.right:after{content:''}.ss-intersection:before,.ss-intersection.right:after{content:''}.ss-wheelchair:before,.ss-wheelchair.right:after{content:'♿'}.ss-elevator:before,.ss-elevator.right:after{content:''}.ss-golf:before,.ss-golf.right:after{content:''}.ss-hockey:before,.ss-hockey.right:after{content:''}.ss-iceskate:before,.ss-iceskate.right:after{content:'⛸'}.ss-billiards:before,.ss-billiards.right:after{content:'🎱'}.ss-baseballglove:before,.ss-baseballglove.right:after{content:''}.ss-tennis:before,.ss-tennis.right:after{content:'🎾'}.ss-tabletennis:before,.ss-tabletennis.right:after{content:''}.ss-badminton:before,.ss-badminton.right:after{content:''}.ss-boxing:before,.ss-boxing.right:after{content:''}.ss-bowling:before,.ss-bowling.right:after{content:''}.ss-football:before,.ss-football.right:after{content:'🏈'}.ss-soccer:before,.ss-soccer.right:after{content:'⚽'}.ss-hiker:before,.ss-hiker.right:after{content:''}.ss-pool:before,.ss-pool.right:after{content:''}.ss-shower:before,.ss-shower.right:after{content:'🚿'}.ss-exercise:before,.ss-exercise.right:after{content:''}.ss-exercisebike:before,.ss-exercisebike.right:after{content:''}.ss-dumbbell:before,.ss-dumbbell.right:after{content:''}.ss-jumprope:before,.ss-jumprope.right:after{content:''}.ss-yoga:before,.ss-yoga.right:after{content:''}.ss-suitcase:before,.ss-suitcase.right:after{content:''}.ss-luggage:before,.ss-luggage.right:after{content:''}.ss-donotdisturb:before,.ss-donotdisturb.right:after{content:''}.ss-sunscreen:before,.ss-sunscreen.right:after{content:''}.ss-callbell:before,.ss-callbell.right:after{content:''}.ss-hospital:before,.ss-hospital.right:after{content:'⛨'}.ss-medicalcross:before,.ss-medicalcross.right:after{content:''}.ss-ambulance:before,.ss-ambulance.right:after{content:'🚑'}.ss-bandage:before,.ss-bandage.right:after{content:''}.ss-medicalthermometer:before,.ss-medicalthermometer.right:after{content:''}.ss-stethoscope:before,.ss-stethoscope.right:after{content:''}.ss-syringe:before,.ss-syringe.right:after{content:'💉'}.ss-pill:before,.ss-pill.right:after{content:'💊'}.ss-pillbottle:before,.ss-pillbottle.right:after{content:''}.ss-supplements:before,.ss-supplements.right:after{content:''}.ss-bathroomscale:before,.ss-bathroomscale.right:after{content:''}.ss-dna:before,.ss-dna.right:after{content:''}.ss-anatomicalheart:before,.ss-anatomicalheart.right:after{content:''}.ss-checkheart:before,.ss-checkheart.right:after{content:''}.ss-eyesurgery:before,.ss-eyesurgery.right:after{content:''}.ss-brokenbone:before,.ss-brokenbone.right:after{content:''}.ss-up:before,.ss-up.right:after{content:'⬆'}.ss-upright:before,.ss-upright.right:after{content:'⬈'}.ss-right:before,.ss-right.right:after{content:'➡'}.ss-downright:before,.ss-downright.right:after{content:'⬊'}.ss-down:before,.ss-down.right:after{content:'⬇'}.ss-downleft:before,.ss-downleft.right:after{content:'⬋'}.ss-left:before,.ss-left.right:after{content:'⬅'}.ss-upleft:before,.ss-upleft.right:after{content:'⬉'}.ss-navigateup:before,.ss-navigateup.right:after{content:''}.ss-navigateright:before,.ss-navigateright.right:after{content:'▻'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:''}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'◅'}.ss-directup:before,.ss-directup.right:after{content:'▴'}.ss-directright:before,.ss-directright.right:after{content:'▹'}.ss-dropdown:before,.ss-dropdown.right:after{content:'▾'}.ss-directleft:before,.ss-directleft.right:after{content:'◃'}.ss-leftright:before,.ss-leftright.right:after{content:'⬌'}.ss-rightward:before,.ss-rightward.right:after{content:''}.ss-leftward:before,.ss-leftward.right:after{content:''}.ss-previouspage:before,.ss-previouspage.right:after{content:'⎗'}.ss-nextpage:before,.ss-nextpage.right:after{content:'⎘'}.ss-retweet:before,.ss-retweet.right:after{content:''}.ss-share:before,.ss-share.right:after{content:''}

/*** API FOUNDRY ***/
#app-catalog {
  padding-top: 1em; }
  #app-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #app-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #app-catalog #title h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0.1em;
    margin-left: 0.6em;
    padding: 0; }
  #app-catalog .shareBar {
    margin-bottom: 1em;
    margin-left: 1em; }
  #app-catalog .toolbar {
    border-top: 1px solid #d7d7d7;
    margin: 0.5em 0.25em;
    padding: 1em 0; }
    #app-catalog .toolbar .matchCount {
      font-weight: bold;
      padding-top: 0.7em;
      color: #7f7f7f;
      margin-left: 1em; }
      #app-catalog .toolbar .matchCount .count {
        font-size: 2em; }
      #app-catalog .toolbar .matchCount .apps {
        font-size: 1.3em; }
    #app-catalog .toolbar label {
      font-weight: bold;
      left: -30%;
      margin-top: 1.1em;
      padding-right: 0.5em;
      position: absolute;
      text-align: right; }
    #app-catalog .toolbar .selector {
      font-size: 1em;
      margin-top: 0.3em;
      width: 100%; }
    #app-catalog .toolbar .searchBox {
      border-color: #d7d7d7;
      font-style: italic;
      margin-top: 0.3em;
      padding: 0.1em;
      width: 95%; }
  #app-catalog .moreText {
    font-size: 1.3em;
    line-height: 1.5;
    padding: 1em; }
  #app-catalog h3.boxHeader {
    font-size: 1em;
    padding-bottom: 0.5em; }
  #app-catalog #explorer {
    border-top: 1px solid #d7d7d7; }
  #app-catalog #filterSidebar {
    background-color: #f1f1f1;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 16em; }
    #app-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #d7d7d7; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0; }
  #app-catalog .app-listing {
    padding-top: 2em; }
    #app-catalog .app-listing .application {
      height: 280px;
      width: 480px;
      overflow: hidden;
      border-bottom: 1px solid #cecece; }
      #app-catalog .app-listing .application img {
        border: 1px solid #cecece; }
      #app-catalog .app-listing .application .app-details {
        padding-left: 1em; }
  #app-catalog #listPager {
    margin: 1em auto 0;
    text-align: center; }
    #app-catalog #listPager .pageLink, #app-catalog #listPager .pageFillIn {
      color: #999999;
      margin: 0 0.25em; }
    #app-catalog #listPager .prevLink, #app-catalog #listPager .nextLink {
      background-image: url("/stylesheets/images/icons/menu_icons.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 13px;
      margin: 0 0.5em;
      text-indent: -9999px;
      width: 13px; }
    #app-catalog #listPager .prevLink {
      background-position: 0 -78px; }
    #app-catalog #listPager .nextLink {
      background-position: 0 -52px; }
  #app-catalog .component-Search {
    margin-top: 0.5em; }
    #app-catalog .component-Search .prompt {
      color: #888888; }
    #app-catalog .component-Search .button {
      padding: 0.2em 0.5em; }

#app-profile {
  margin-left: auto;
  margin-right: auto; }
  #app-profile .name h2 {
    font-size: 3em;
    padding-bottom: 0.5em; }
  #app-profile .app-image img {
    border: 1px solid #cecece; }
  #app-profile .description {
    font-size: 1.1em; }
  #app-profile .datasets-used .dataset {
    border-top: 1px solid #cecece;
    margin-top: 0.5em;
    padding-top: 0.25em; }

#api-foundry {
  background-color: white;
  padding: 1.5em; }
  #api-foundry #api-catalog #datasetSection {
    padding-top: 1.5em; }
  #api-foundry #api-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #api-foundry #api-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #api-foundry #api-catalog .badConfig {
    visibility: hidden;
    background: white; }
  #api-foundry #api-catalog .description {
    font-size: 1.1em;
    line-height: 1.2em; }
  #api-foundry #api-catalog .row {
    border-bottom: 1px solid #d7d7d7; }
  #api-foundry #api-catalog #filterSidebar {
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 16em; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none; }
      #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0;
      border-bottom: 1px solid #d7d7d7; }
  #api-foundry #api-catalog .component-Search {
    padding: 1em;
    margin-top: 0.5em; }
    #api-foundry #api-catalog .component-Search .prompt {
      color: #888888; }
    #api-foundry #api-catalog .component-Search .button {
      padding: 0.2em 0.5em; }
  #api-foundry #navbar {
    display: inline-block;
    float: right;
    z-index: 99; }
    #api-foundry #navbar .current {
      font-weight: bold; }
  #api-foundry .page-title {
    font-size: 2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    margin-top: 1em; }
  #api-foundry .big-title {
    font-size: 1.6em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry .sub-title {
    font-size: 1.2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry #blog, #api-foundry #discuss, #api-foundry #api-details {
    padding-top: 1.4em;
    min-height: 50em; }
  #api-foundry #api-catalog pre {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em; }
  #api-foundry #api-details {
    font-size: 1.1em; }
    #api-foundry #api-details p {
      margin-bottom: 0.5em; }
    #api-foundry #api-details pre {
      overflow: hidden; }
    #api-foundry #api-details pre.prettyprint {
      margin: 0;
      padding: 1.5em;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px; }
    #api-foundry #api-details .code-samples .sample-pager {
      font-family: monospace;
      font-size: 1.2em;
      padding-left: 0.2em; }
      #api-foundry #api-details .code-samples .sample-pager .pillButtons .childLink {
        height: 16px; }
    #api-foundry #api-details code {
      font-family: monospace;
      background: #eeeeee;
      border: 1px solid #d7d7d7;
      overflow: hidden;
      padding-left: 0.2em;
      padding-right: 0.2em;
      padding-top: 0.1em;
      padding-bottom: 0.1em; }
    #api-foundry #api-details .gear {
      font-family: monospace;
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details a.exec {
      font-family: monospace;
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details .big-button {
      display: block;
      text-decoration: none;
      color: #333333;
      font-size: 1.2em;
      width: 228px;
      height: 143px;
      float: left;
      border: #dedede solid 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      text-shadow: 0 1px 0 white;
      background-color: #eceaea; }
      #api-foundry #api-details .big-button span {
        display: block;
        padding: 100px 10px 10px 10px; }
      #api-foundry #api-details .big-button a {
        color: #333333; }
      #api-foundry #api-details .big-button:hover {
        background-color: #dedede; }
    #api-foundry #api-details .try {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/C339E2D0-21A1-4000-885B-8219DC34C274");
      background-repeat: no-repeat;
      background-position: center 30px; }
    #api-foundry #api-details .register {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/8CF3FD42-A132-4F35-8CD4-A34AF5DC48B8");
      background-repeat: no-repeat;
      background-position: center 30px;
      float: right; }
    #api-foundry #api-details .response-codes li {
      line-height: 1.8em; }
      #api-foundry #api-details .response-codes li .code {
        font-family: monospace;
        display: inline-block;
        color: #353535;
        background-color: #eceaea;
        border: 1px solid #d7d7d7;
        width: 40px;
        height: 1.2em;
        line-height: 1.4em;
        text-align: center;
        font-size: 1.2em;
        margin-right: 0.5em; }
    #api-foundry #api-details .field .field-name {
      font-size: 1.2em;
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 0.5em;
      margin-top: 1em; }
    #api-foundry #api-details .field .meta {
      font-size: 1.1em;
      line-height: 1.2em; }
    #api-foundry #api-details .field code {
      font-size: 1.1em; }
    #api-foundry #api-details .field .description {
      font-size: 1.1em;
      margin-bottom: 0.5em; }
    #api-foundry #api-details .field .filtering-options {
      margin-left: 1em; }
      #api-foundry #api-details .field .filtering-options .title h4 {
        font-weight: bold;
        font-size: 1.2em; }
      #api-foundry #api-details .field .filtering-options pre {
        margin-left: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 1.3em;
        padding-left: 0.2em;
        padding-right: 0.2em;
        padding-top: 0.1em;
        padding-bottom: 0.1em; }
  #api-foundry .socrata-component .content-wrapper.controlPane {
    background: none; }
  #api-foundry .controlPane .formSection .sectionContent {
    background: none;
    border: none; }
/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
  color: #4d4d4c; }

@media screen {
  /* string content */
  .str {
    color: #718c00; }

  /* a keyword */
  .kwd {
    color: #8959a8; }

  /* a comment */
  .com {
    color: #8e908c; }

  /* a type name */
  .typ {
    color: #4271ae; }

  /* a literal value */
  .lit {
    color: #f5871f; }

  /* punctuation */
  .pun {
    color: #4d4d4c; }

  /* lisp open bracket */
  .opn {
    color: #4d4d4c; }

  /* lisp close bracket */
  .clo {
    color: #4d4d4c; }

  /* a markup tag name */
  .tag {
    color: #c82829; }

  /* a markup attribute name */
  .atn {
    color: #f5871f; }

  /* a markup attribute value */
  .atv {
    color: #3e999f; }

  /* a declaration */
  .dec {
    color: #f5871f; }

  /* a variable name */
  .var {
    color: #c82829; }

  /* a function name */
  .fun {
    color: #4271ae; } }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060; }

  .kwd {
    color: #006;
    font-weight: bold; }

  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: bold; }

  .lit {
    color: #044; }

  .pun, .opn, .clo {
    color: #440; }

  .tag {
    color: #006;
    font-weight: bold; }

  .atn {
    color: #404; }

  .atv {
    color: #060; } }
/* Style */
pre.prettyprint {
  background: white;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */ }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */ }


/*** CUSTOM DEV PAGE ***/
.component-GridContainer>.row>.socrata-component {
  height: auto !important;
}
* {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

.pika, .ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: 'SSPika'; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  BASE STYLES
  Overrides on base.css

  -   Sets up generic site structure
  -   Modifies box-sizing
  -   Provides for responsive layout
  -   Sets up default element behaviors

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html, body {
  background: #fff;
  color: #5f5f5f;
  text-rendering: optimizeLegibility;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column; }

body.controller_custom_content {
  font-weight: normal;
  font-size: 14px; }
  body.controller_custom_content * {
    box-sizing: border-box; }
  body.controller_custom_content .siteContentWrapper {
    padding: 0 !important; }

header *, footer *, #header *, #footer * {
  box-sizing: border-box; }

.siteOuterWrapper {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.siteInnerWrapper {
  padding: 0;
  margin: 0;
  max-width: 100%; }

#siteFooter {
  height: auto !important;
  margin-top: 0 !important;
  clear: both; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  CONTAINER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.container,
body:not(.controller_custom_content) .siteContentWrapper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .container,
    body:not(.controller_custom_content) .siteContentWrapper {
      max-width: 1200px;
      padding: 0 40px; } }

body:not(.controller_custom_content) .siteContentWrapper {
  padding: 20px 40px;
  box-sizing: border-box; }

body.layout-small-header .container,
body[class*='action_datasets_'] .container {
  padding: 0;
  max-width: 100%; }

.row {
  position: relative;
  margin: 0 12px; }
  .row.full-bleed {
    margin: 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  STANDARD BEHAVIOR FOR HTML ELEMENTS

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit !important;
  text-decoration: none; }

a {
  color: #3b5998; }
  a:hover {
    color: #4c70ba; }
  a:active {
    color: #5f7ec1; }
  a:visited {
    color: #3b5998; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  font-size: inherit;
  line-height: inherit; }

a:focus img,
a:active img {
  box-shadow: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  DATASET VIEW OVERRIDES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.browseSection .searchSection .searchBox {
  background: transparent; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  COMPONENT OVERRIDES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.socrata-component {
  min-height: 0; }

.component-Text {
  padding: 0;
  font-size: inherit; }

.ss-icon, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"]:after, [class*=" ss-"]:after {
  vertical-align: baseline; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TILE GRID

  Very basic scaffolding for tiled content.
  When the the presentation of content is intended to
  appear in tiles, use the .tile-grid class on a
  DataSlate Repeater component. This ensures that
  tiles stack up across columns correctly for different
  media widths, and have the proper margins and spacing
  within the site container. Set the number of
  columns as necessary for each media query width.

  // TODO Allow tile grid columns to be set
  //      on a per-component basis. Currently these
  //      variables will affect the entire layout.

  // EXPERIMENTAL This may be possible if the component
  //              uses @include tile-width(x) in its
  //              definition. Test this to ensure that
  //              inheritance rules are working.

  Do not use the .tile-grid class to affect the
  content of tiles. These will be targeted through
  other classes elsewhere.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tile-grid .tile {
  position: relative;
  float: left;
  height: 165px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px; }

@media only screen and (max-width: 400px) {
  .tile-grid {
    margin-bottom: 0; }
    .tile-grid .tile {
      width: 100%; }
    .tile-grid .tile {
      margin-right: 20px; } }

@media only screen and (min-width: 401px) and (max-width: 767px) {
  .tile-grid .tile {
    width: calc(50% - 10px); }
  .tile-grid .tile {
    margin-right: 20px; }
  .tile-grid .tile:nth-of-type(2n) {
    margin-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1049px) {
  .tile-grid .tile {
    width: calc(25% - 15px); }
  .tile-grid .tile {
    margin-right: 20px; }
  .tile-grid .tile:nth-of-type(4n) {
    margin-right: 0; } }

@media only screen and (min-width: 1050px) {
  .tile-grid .tile {
    width: calc(25% - 15px); }
  .tile-grid .tile {
    margin-right: 20px; }
  .tile-grid .tile:nth-of-type(4n) {
    margin-right: 0; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  SEARCH

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.search-container {
  position: absolute;
  right: 0;
  top: 45px;
  font-size: 16px; }
  @media only screen and (max-width: 400px) {
    .search-container {
      position: relative;
      text-align: left;
      margin-top: 10px;
      top: 0; } }
  .search-container form {
    height: 100%;
    vertical-align: top; }
    .search-container form input[type=text] {
      line-height: 20px;
      font-size: inherit;
      width: 100px;
      height: 32px;
      padding: 4px;
      border: 1px solid #cacaca;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      outline: none; }
      @media only screen and (max-width: 400px) {
        .search-container form input[type=text] {
          width: 100%;
          border-radius: 3px;
          padding-right: 54px; } }
      @media only screen and (min-width: 768px) {
        .search-container form input[type=text] {
          width: 175px; } }
      @media only screen and (min-width: 1050px) {
        .search-container form input[type=text] {
          width: 250px; } }
  .search-container button.search-button {
    border: 1px solid #cacaca;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #e3e3e3;
    color: #333;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    margin: 0;
    font-size: 18px;
    margin-left: -4px;
    width: 48px;
    height: 32px; }
    @media only screen and (max-width: 400px) {
      .search-container button.search-button {
        position: absolute;
        top: 0;
        right: 0; } }
    .search-container button.search-button:hover {
      background-color: #f0f0f0; }
  .search-container .search-icon {
    top: 3px;
    position: relative; }
  .nav-banner .search-container {
    right: 40px;
    top: 0; }
    .nav-banner .search-container form {
      margin: 8px 0; }
    @media only screen and (max-width: 400px) {
      .nav-banner .search-container {
        border-top: 1px solid rgba(0, 0, 0, 0.08); } }
  body.layout-small-header .search-container,
  body[class*='action_datasets_'] .search-container {
    right: 0; }

body.layout-small-header .search-container,
body[class*='action_datasets_'] .search-container {
  display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  SPINNER v2.0.0-rc1

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.loading-container,
.loadingSpinnerContainer {
  background: radial-gradient(circle, white 0%, rgba(255, 255, 255, 0) 65%);
  position: absolute;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  padding: 0;
  z-index: 10000;
  /* :not(.minimal) prevents overwriting the snuffleupasnake spinner (for now) */ }
  .loading-container .spinner:not(.minimal),
  .loading-container .loadingSpinner:not(.minimal),
  .loadingSpinnerContainer .spinner:not(.minimal),
  .loadingSpinnerContainer .loadingSpinner:not(.minimal) {
    background-size: contain;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    animation: spinner 1800ms infinite linear;
    z-index: 10000; }

@keyframes spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Feature detection fallbacks */
.no-cssgradients .loading-container,
.no-cssgradients .loadingSpinnerContainer {
  background: transparent url(/stylesheets/images/common/spinner_background.png) no-repeat; }

.no-cssanimations .loading-container .spinner,
.no-cssanimations .loadingSpinnerContainer .loadingSpinner {
  background: transparent url(/stylesheets/images/common/BrandedSpinner.gif) no-repeat center center; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

    LAYOUT

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#top-bio-div {
  background: #eee;
  overflow: hidden; }

#top-bio-div #top-tagline-div {
  overflow: hidden;
  margin: 2em 0; }

#top-bio-div #top-tagline-div * {
  color: #5f5f5f; }

#top-bio-div p {
  font-size: 16pt;
  float: left;
  width: calc(100% - 300px);
  line-height: 1.35; }

#top-bio-div .searchbar {
  text-align: center;
  float: right; }

#top-bio-div .searchbar input {
  font-size: 13pt;
  font-weight: 100;
  color: #666;
  padding: 8px 16px 8px 40px !important;
  max-width: 275px;
  background-image: url("/api/assets/DFECD579-E433-4261-9A6C-2D245D9D4D12");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 10px 9px;
  border-radius: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 100; }

#top-bio-div #featured-links {
  margin: 1em 0 2em;
  overflow: hidden;
  clear: both; }

#top-bio-div #featured-links .featured-link {
  width: 31.33%;
  height: 200px;
  margin-right: 3%;
  position: relative;
  float: left;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 1px #666;
  transition: all 0.15s ease-in 0s; }

#top-bio-div #featured-links .featured-link:hover {
  box-shadow: inset 0 0 1px #000; }

#top-bio-div #featured-links .featured-link:hover .featured-link-text {
  background: rgba(0, 0, 0, 0.6); }

#top-bio-div #featured-links .featured-link .featured-link-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 18pt;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.1s ease-in 0s; }

#top-bio-div #featured-links .featured-link .featured-link-text a {
  color: inherit;
  display: block;
  padding: 1em 2em; }

@media only screen and (min-width: 900px) and (max-width: 1190px) {
  #top-bio-div #featured-links .featured-link .featured-link-text a {
    padding: 0.6em 1.5em; } }

@media only screen and (min-width: 0px) and (max-width: 900px) {
  #top-bio-div #featured-links .featured-link {
    width: 100%;
    margin: 2em 0;
    height: 250px; }
  #top-bio-div p, #top-bio-div .searchbar {
    width: 100%;
    float: none; }
  #top-bio-div .searchbar input {
    margin-top: 2em;
    max-width: none; } }

#data-links-div {
  background: #2c4b56;
  overflow: hidden;
  padding-bottom: 40px; }

#data-links-div .small-header {
  color: #ffffff; }

#data-links {
  overflow: hidden;
  text-align: center; }

#data-links .data-link {
  color: #ffffff;
  padding: 2em;
  overflow: hidden;
  text-align: center;
  font-size: 12pt;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  border-radius: 3px;
  transition: background 0.15s ease-in 0s; }

#data-links .data-link * {
  color: #ffffff; }

#data-links .data-link:hover {
  background: rgba(0, 0, 0, 0.3); }

#data-links .data-link:hover .data-link-outer {
  display: none; }

#data-links .data-link:hover p.data-link-description {
  display: block; }

#data-links .data-link p.data-link-description {
  display: none;
  font-size: 11pt; }

#data-links .data-link div.pika {
  font-size: 40pt;
  line-height: 1.5em; }

#quick-links-div {
  overflow: hidden; }

#quick-links-div .small-header {
  color: #ffffff; }

#quick-links-div .quick-links-div-image {
  position: absolute;
  z-index: 0;
  height: 150%;
  width: 100%;
  overflow: hidden;
  min-height: 500px; }

#quick-links-div .quick-links-div-image div {
  background-image: url(/api/assets/DEB097E3-1A47-439A-BD6C-F9834FDB016C/?/Utah1280x400.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute; }

#quick-links-div .shade {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 30px 0 0;
  position: relative;
  z-index: 1; }

#quick-links-div .small-header {
  text-shadow: 0 0 10px #000; }

#quick-links {
  overflow: hidden;
  text-align: center;
  /* allows gradient to not be cut off */
  padding-top: 50px;
  margin-top: -50px;
  padding-bottom: 50px; }

#quick-links .quick-links {
  color: #ffffff;
  padding: 3%;
  text-align: center;
  font-size: 13pt;
  background: rgba(150, 150, 150, 0.4);
  border-radius: 3px;
  text-shadow: 1px 1px 0px #000;
  box-shadow: 0 0 100px rgba(150, 150, 150, 0.4);
  transition: all 0.1s ease-in 0s; }

#quick-links .quick-links * {
  color: #ffffff; }

#quick-links .quick-links:hover {
  background: rgba(150, 150, 150, 0.5);
  box-shadow: 0 0 100px rgba(150, 150, 150, 0.5); }

#quick-links .quick-links p.pika {
  font-size: 40pt; }

#quick-links .quick-links img {
  margin: 6px auto;
  display: block;
  height: 43.5pt; }

#resource-div {
  overflow: hidden;
  background: #4f8699;
  padding: 10px 0 40px;
  position: relative; }

#resource-div .small-header {
  color: #ffffff; }

#resource-div h1 {
  font-size: 30pt;
  font-weight: 100;
  text-align: center; }

#resource-div p {
  font-size: 14pt;
  font-weight: 100;
  text-align: center;
  line-height: 1.2em; }

#resource-div #resource-sections {
  margin-top: 20px;
  overflow: hidden; }

#resource-div .resource-section {
  width: 21%;
  margin: 0 6%;
  float: left;
  text-decoration: none; }

#resource-div .resource-section * {
  color: #ffffff; }

#resource-div .resource-section:hover h2 {
  text-decoration: underline; }

#resource-div .resource-section h2 {
  text-align: center;
  padding-bottom: 6px;
  border-bottom: 1px solid #e3e3e3;
  font-weight: normal; }

#resource-div .resource-section img {
  display: block;
  height: 55px;
  margin: 8px auto; }

#resource-div .resource-section .dev-description {
  font-weight: 100;
  margin-top: 8pt;
  font-size: 12pt;
  text-align: left !important;
  line-height: 1.2em; }

@media only screen and (max-width: 700px) {
  #resource-div .resource-section {
    width: 80% !important;
    margin: 40px auto !important;
    display: block;
    float: none !important; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  
  COMPONENTS

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {
  font-weight: 100; }

.pika {
  font-family: "SSPika" !important;
  text-rendering: optimizeLegibility !important; }

.socrata-component, .component-Text {
  min-height: 0 !important;
  padding: 0 !important; }

.browseSection .searchSection {
  padding-bottom: 1px; }

.small-header {
  font-size: 28pt;
  text-align: center;
  margin-bottom: 20px; }

.main-description {
  font-size: 16pt;
  text-align: center;
  line-height: 1.4em;
  margin: 30px 0; }

.big-description {
  font-size: 16pt;
  text-align: center;
  line-height: 1.6em;
  margin-bottom: 40px; }

.text-content {
  margin: 30px auto 0;
  width: 80%;
  overflow: hidden; }

@media only screen and (min-width: 0px) and (max-width: 420px) {
  .text-content {
    width: 92%; } }

.custom-button {
  display: block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 12pt;
  text-align: center;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #dddddd;
  cursor: pointer;
  margin: 0 auto; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * *

  CUSTOM STYLESHEETS

  Overrides default Cityscape styles.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* ./css/strategic-direction.css */
/**
 * Variables
 */
/**
 * Mixins
 */
.base-layout__container__3LEGz {
  background: #fff;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .base-layout__container__3LEGz * {
    font-weight: 300; }
  .base-layout__container__3LEGz strong {
    font-weight: bold !important; }
  .base-layout__container__3LEGz p, .base-layout__container__3LEGz ul {
    margin: 0 auto 1em; }
    .base-layout__container__3LEGz p:last-child, .base-layout__container__3LEGz ul:last-child {
      margin-bottom: 0; }
  .base-layout__container__3LEGz ul {
    line-height: 1.5;
    list-style: disc;
    margin-left: 2em;
    padding-left: 0; }
    .base-layout__container__3LEGz ul li {
      margin-bottom: 0.2em; }
    .base-layout__container__3LEGz ul ul {
      list-style: circle;
      margin-top: 0.2em;
      margin-left: 2em; }
/**
 * Variables
 */
/**
 * Mixins
 */
.flex-grid__container__2yH4u {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (min-width: 800px) {
    .flex-grid__container__2yH4u {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.flex-grid__child__1NFfF {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 100%; }
/**
 * Variables
 */
/**
 * Mixins
 */
.container__container__noEbF {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  z-index: 1; }
  .container__container__noEbF h1 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.3;
    margin: 0 0 1em 0;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.8); }

.container__children__3cJty {
  position: relative;
  z-index: 3; }

.container__shadow__17Hnj {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 2; }
/**
 * Variables
 */
/**
 * Mixins
 */
.content-box__content-box-center__1I6Ah, .content-box__content-box-left__2SHCr {
  font-size: 18px;
  line-height: 1.5;
  padding: 1em; }

@media screen and (min-width: 800px) {
  .content-box__content-box-left__2SHCr {
    margin-left: 50%; } }
/**
 * Variables
 */
/**
 * Mixins
 */
.home__container__3JGP3, .home__strategicGoals__3dfcS {
  padding: 20px; }

.home__tile__2bQlX, .home__visionMissionTile__3sjJh, .home__strategicGoalTile__1w11M {
  margin-bottom: 20px; }
  .home__tile__2bQlX:last-child, .home__visionMissionTile__3sjJh:last-child, .home__strategicGoalTile__1w11M:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .home__tile__2bQlX, .home__visionMissionTile__3sjJh, .home__strategicGoalTile__1w11M {
      margin-bottom: 0;
      margin-right: 20px; }
      .home__tile__2bQlX:last-child, .home__visionMissionTile__3sjJh:last-child, .home__strategicGoalTile__1w11M:last-child {
        margin-right: 0; } }

.home__visionMission__1C-zE {
  padding: 40px; }

.home__visionMissionTile__3sjJh {
  border-right: 1px solid white; }
  .home__visionMissionTile__3sjJh:last-child {
    border-right: 0; }

.home__vision-mission-title__1ldKT {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.home__vision-mission-text__2aB7l {
  font-size: 28px;
  line-height: 1.3;
  padding: 0 1em;
  text-align: center; }

.home__strategicGoals__3dfcS {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.home__strategicGoalTile__1w11M {
  min-width: 323px;
  width: 32%; }
  @media screen and (min-width: 800px) {
    .home__strategicGoalTile__1w11M {
      margin-bottom: 20px;
      margin-right: 0;
      padding: 0 10px; }
      .home__strategicGoalTile__1w11M:last-child {
        margin-bottom: 20px; } }

.home__section-title__2RINe {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  padding-top: 1em;
  text-align: center; }

.home__fluid-frame__1SHeN {
  position: relative;
  height: 0;
  overflow: hidden; }
  .home__fluid-frame__1SHeN iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.home__tactical-measures-disclaimer__3o3xO {
  text-align: center; }
/**
 * Variables
 */
/**
 * Mixins
 */
.featured-story__container__2qcyc {
  font-size: 18px;
  line-height: 1.5; }
  .featured-story__container__2qcyc h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0.5em 0; }
/**
 * Variables
 */
/**
 * Mixins
 */
.viz-embed__container__yp_VC {
  overflow: hidden; }

.viz-embed__fluid-frame__3a-U7 {
  position: relative;
  height: 0;
  overflow: hidden; }
  .viz-embed__fluid-frame__3a-U7 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
/**
 * Variables
 */
/**
 * Mixins
 */
.strategic-goal__container__3RNfE h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0.5em 0;
  text-align: center; }
  .strategic-goal__container__3RNfE h3 a {
    font-weight: inherit; }

.strategic-goal__icon-wrapper__2RcKu {
  padding-bottom: 1em;
  text-align: center; }

.strategic-goal__icon__El22O {
  max-height: 180px; }

.strategic-goal__fluid-frame__1f6qv {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 38%; }
  .strategic-goal__fluid-frame__1f6qv iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.strategic-goal__goal-link__RT7dv {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: center; }
  .strategic-goal__goal-link__RT7dv a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.5em 1em; }
    .strategic-goal__goal-link__RT7dv a:hover, .strategic-goal__goal-link__RT7dv a:active, .strategic-goal__goal-link__RT7dv a:focus {
      background: #f1f1f1; }
/**
 * Variables
 */
/**
 * Mixins
 */
.tactical-measures__container__3Vzfx {
  padding: 20px 10px; }

.tactical-measures__row__3P6_Y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px; }
  .tactical-measures__row__3P6_Y:last-child {
    margin-bottom: 0; }

.tactical-measures__tile__2TA8g {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  font-size: 16px;
  line-height: 1.5;
  padding: 0 10px;
  width: 100%; }
  @media screen and (min-width: 800px) {
    .tactical-measures__tile__2TA8g {
      font-size: 18px;
      line-height: 1.3;
      width: 33%; } }
  .tactical-measures__tile__2TA8g a {
    background: #233b44;
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0.5em; }
    .tactical-measures__tile__2TA8g a:visited {
      color: #fff; }
    @media screen and (min-width: 800px) {
      .tactical-measures__tile__2TA8g a {
        padding: 1em; } }
    .tactical-measures__tile__2TA8g a:hover, .tactical-measures__tile__2TA8g a:active, .tactical-measures__tile__2TA8g a:focus {
      background: #2c4a55;
      color: #fff;
      text-decoration: none; }

.tactical-measures__tile-content__3y3V2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (min-width: 800px) {
    .tactical-measures__tile-content__3y3V2 {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      text-align: center; } }

.tactical-measures__icon__YBWbF {
  margin-right: 0.5em; }
  @media screen and (min-width: 800px) {
    .tactical-measures__icon__YBWbF {
      font-size: 48px;
      margin-right: 0; } }
/**
 * Variables
 */
/**
 * Mixins
 */
.program-briefing__container__3AqCB {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  min-height: 325px;
  padding: 20px; }
  .program-briefing__container__3AqCB a {
    color: #fff;
    display: block;
    text-align: center; }
  .program-briefing__container__3AqCB img {
    width: 100%;
    max-width: 250px; }

.program-briefing__inner-container__3XFbf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media screen and (min-width: 800px) {
    .program-briefing__inner-container__3XFbf {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; } }

.program-briefing__inner-title__1dMSH {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  min-height: 2em;
  padding: 0.2em 0.5em; }
.scroll-link__button__1acWC {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0; }
  .scroll-link__button__1acWC:hover, .scroll-link__button__1acWC:active, .scroll-link__button__1acWC:focus {
    text-decoration: underline; }
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.zero-fatalities__container__1wq1M, .zero-fatalities__title-container__1WaRZ, .zero-fatalities__measureContainer__brEYz {
  padding: 20px; }

.zero-fatalities__title-container__1WaRZ {
  padding-bottom: 0; }
  .zero-fatalities__title-container__1WaRZ h1, .zero-fatalities__title-container__1WaRZ h2, .zero-fatalities__title-container__1WaRZ h3 {
    margin-bottom: 0; }

.zero-fatalities__tile__3sIvG, .zero-fatalities__measureTile__1htR2 {
  margin-bottom: 20px; }
  .zero-fatalities__tile__3sIvG:last-child, .zero-fatalities__measureTile__1htR2:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .zero-fatalities__tile__3sIvG, .zero-fatalities__measureTile__1htR2 {
      margin-bottom: 0;
      margin-right: 20px; }
      .zero-fatalities__tile__3sIvG:last-child, .zero-fatalities__measureTile__1htR2:last-child {
        margin-right: 0; } }

.zero-fatalities__content__3I6T2, .zero-fatalities__metric-info__xOSIP {
  font-size: 18px;
  line-height: 1.5; }

.zero-fatalities__page-title__fQ96p {
  color: #fff;
  font-size: 56px !important;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase; }

.zero-fatalities__page-sub-title__3JjQr {
  font-size: 48px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.zero-fatalities__section-title__1gyTe {
  font-size: 36px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.zero-fatalities__section-sub-title__1EwLD {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.zero-fatalities__sub-section-title__1V2bJ {
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.zero-fatalities__fluid-frame__fbg_X {
  position: relative;
  height: 0;
  overflow: hidden; }
  .zero-fatalities__fluid-frame__fbg_X iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.zero-fatalities__metric-info__xOSIP {
  font-size: 16px;
  text-align: center; }

.zero-fatalities__boxed__Z3nrT {
  background: #d5d5d5;
  padding: 1em; }

.zero-fatalities__contain-image__2u5g- {
  width: 100%; }

.zero-fatalities__measure-target__oGgY4 {
  color: #f00; }

.zero-fatalities__outreach-image-container__1DFit {
  margin-bottom: 2em;
  text-align: center; }
  .zero-fatalities__outreach-image-container__1DFit a {
    display: block; }
    .zero-fatalities__outreach-image-container__1DFit a:hover, .zero-fatalities__outreach-image-container__1DFit a:active, .zero-fatalities__outreach-image-container__1DFit a:focus {
      -webkit-box-shadow: 0px 0px 3px 1px rgba(68, 160, 255, 0.6);
              box-shadow: 0px 0px 3px 1px rgba(68, 160, 255, 0.6); }

.zero-fatalities__outreach-image__Rh_FR {
  max-width: 80%;
  max-height: 200px; }

.zero-fatalities__outreach-title__173v9 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center; }
  .zero-fatalities__outreach-title__173v9 a {
    font-weight: inherit !important; }

.zero-fatalities__measureContainer__brEYz {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.zero-fatalities__measureTile__1htR2 {
  text-align: center;
  width: 450px; }
.data-table__container__1fvmu {
  max-width: 100%;
  text-align: center;
  overflow-x: auto; }

.data-table__table__2KgCQ {
  border-collapse: collapse;
  display: inline-block;
  font-size: 13px;
  line-height: 1.3; }
  .data-table__table__2KgCQ th, .data-table__table__2KgCQ td {
    border: 1px solid #67818a;
    font-weight: normal;
    padding: 4px; }

.data-table__legend__3sh3v {
  background: #c4d5db; }
  .data-table__legend__3sh3v th {
    font-weight: bold; }

.data-table__target__TFfIn {
  color: #de6768; }

.data-table__actual__5Mhwe {
  color: #003268; }
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.measure__container__Ywi2Y, .measure__title-container__17Ube {
  padding: 20px; }

.measure__title-container__17Ube {
  padding-bottom: 0; }
  .measure__title-container__17Ube h1, .measure__title-container__17Ube h2, .measure__title-container__17Ube h3 {
    margin-bottom: 0; }

.measure__tile__3KkWK {
  margin-bottom: 20px; }
  .measure__tile__3KkWK:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .measure__tile__3KkWK {
      margin-bottom: 0;
      margin-right: 20px; }
      .measure__tile__3KkWK:last-child {
        margin-right: 0; } }

.measure__content__90qbG, .measure__metric-info__1ZUhi {
  font-size: 18px;
  line-height: 1.5; }

.measure__page-title__2vE_z {
  color: #fff;
  font-size: 56px !important;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase; }

.measure__page-sub-title__3lM49 {
  font-size: 48px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.measure__section-title__1YU5t {
  font-size: 36px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.measure__section-sub-title__3ZixR {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.measure__sub-section-title__xaC1O {
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.measure__fluid-frame__VCja_ {
  position: relative;
  height: 0;
  overflow: hidden; }
  .measure__fluid-frame__VCja_ iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.measure__metric-info__1ZUhi {
  font-size: 16px;
  text-align: center; }

.measure__boxed__t6wdy {
  background: #d5d5d5;
  padding: 1em; }

.measure__contain-image__1hj6Q {
  width: 100%; }

.measure__measure-target__3uKZJ, .measure__target__2oYkY {
  color: #f00; }

.measure__title__1DpsV {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.measure__text__3r3A6, .measure__target__2oYkY {
  text-align: left; }

.measure__explore-data-link__2W9DN {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1em;
  text-align: center; }
  .measure__explore-data-link__2W9DN a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.5em 1em; }
    .measure__explore-data-link__2W9DN a:hover, .measure__explore-data-link__2W9DN a:active, .measure__explore-data-link__2W9DN a:focus {
      background: #f1f1f1; }
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.optimize-mobility__container__1KX8O, .optimize-mobility__title-container__nvpDu {
  padding: 20px; }

.optimize-mobility__title-container__nvpDu {
  padding-bottom: 0; }
  .optimize-mobility__title-container__nvpDu h1, .optimize-mobility__title-container__nvpDu h2, .optimize-mobility__title-container__nvpDu h3 {
    margin-bottom: 0; }

.optimize-mobility__tile__i3PXe {
  margin-bottom: 20px; }
  .optimize-mobility__tile__i3PXe:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .optimize-mobility__tile__i3PXe {
      margin-bottom: 0;
      margin-right: 20px; }
      .optimize-mobility__tile__i3PXe:last-child {
        margin-right: 0; } }

.optimize-mobility__content__1QZZ0, .optimize-mobility__metric-info__76TIc {
  font-size: 18px;
  line-height: 1.5; }

.optimize-mobility__page-title__2rcpe {
  color: #fff;
  font-size: 56px !important;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase; }

.optimize-mobility__page-sub-title__13ckD {
  font-size: 48px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.optimize-mobility__section-title__2uJhO {
  font-size: 36px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.optimize-mobility__section-sub-title__12nbW {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.optimize-mobility__sub-section-title__3Fsib {
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.optimize-mobility__fluid-frame__1cifD {
  position: relative;
  height: 0;
  overflow: hidden; }
  .optimize-mobility__fluid-frame__1cifD iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.optimize-mobility__metric-info__76TIc {
  font-size: 16px;
  text-align: center; }

.optimize-mobility__boxed__1IFwu {
  background: #d5d5d5;
  padding: 1em; }

.optimize-mobility__contain-image__1sOp3 {
  width: 100%; }

.optimize-mobility__measure-target__2-Oij {
  color: #f00; }

.optimize-mobility__projects-table__AALn6 {
  border-collapse: collapse; }
  .optimize-mobility__projects-table__AALn6 caption {
    font-weight: bold;
    margin-bottom: 1em; }
  .optimize-mobility__projects-table__AALn6 .optimize-mobility__col__2trtz {
    width: 50%; }
  .optimize-mobility__projects-table__AALn6 th, .optimize-mobility__projects-table__AALn6 td {
    border: 1px solid #f2f2f2;
    padding: 0.5em; }
  .optimize-mobility__projects-table__AALn6 thead tr {
    background: #d9d9d9; }
  .optimize-mobility__projects-table__AALn6 thead th {
    font-weight: bold; }
  .optimize-mobility__projects-table__AALn6 tbody tr {
    background: #e0e0e0; }
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.preserve-infrastructure__container__2l1kz, .preserve-infrastructure__title-container__1slQZ {
  padding: 20px; }

.preserve-infrastructure__title-container__1slQZ {
  padding-bottom: 0; }
  .preserve-infrastructure__title-container__1slQZ h1, .preserve-infrastructure__title-container__1slQZ h2, .preserve-infrastructure__title-container__1slQZ h3 {
    margin-bottom: 0; }

.preserve-infrastructure__tile__2LlS6 {
  margin-bottom: 20px; }
  .preserve-infrastructure__tile__2LlS6:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .preserve-infrastructure__tile__2LlS6 {
      margin-bottom: 0;
      margin-right: 20px; }
      .preserve-infrastructure__tile__2LlS6:last-child {
        margin-right: 0; } }

.preserve-infrastructure__content__1Awg-, .preserve-infrastructure__metric-info__PkzAD {
  font-size: 18px;
  line-height: 1.5; }

.preserve-infrastructure__page-title__3GHa6 {
  color: #fff;
  font-size: 56px !important;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase; }

.preserve-infrastructure__page-sub-title__Q6Ys7 {
  font-size: 48px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.preserve-infrastructure__section-title__2055N {
  font-size: 36px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.preserve-infrastructure__section-sub-title__3xu2M {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.preserve-infrastructure__sub-section-title__2z3sJ {
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.preserve-infrastructure__fluid-frame__2gfRO {
  position: relative;
  height: 0;
  overflow: hidden; }
  .preserve-infrastructure__fluid-frame__2gfRO iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.preserve-infrastructure__metric-info__PkzAD {
  font-size: 16px;
  text-align: center; }

.preserve-infrastructure__boxed__3dxj4 {
  background: #d5d5d5;
  padding: 1em; }

.preserve-infrastructure__contain-image__24D5- {
  width: 100%; }

.preserve-infrastructure__measure-target__1YSU6 {
  color: #f00; }

.preserve-infrastructure__explore-link__2QVx8 {
  text-align: center; }
  .preserve-infrastructure__explore-link__2QVx8 a {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 0.5em 1em; }
    .preserve-infrastructure__explore-link__2QVx8 a:hover, .preserve-infrastructure__explore-link__2QVx8 a:active, .preserve-infrastructure__explore-link__2QVx8 a:focus {
      background: #f1f1f1; }
/**
 * Variables
 */
/**
 * Mixins
 */
/**
 * Variables
 */
/**
 * Mixins
 */
.performance-measures__container__18T_C, .performance-measures__title-container__2u0H_, .performance-measures__measureContainer__3c1uC {
  padding: 20px; }

.performance-measures__title-container__2u0H_ {
  padding-bottom: 0; }
  .performance-measures__title-container__2u0H_ h1, .performance-measures__title-container__2u0H_ h2, .performance-measures__title-container__2u0H_ h3 {
    margin-bottom: 0; }

.performance-measures__tile__3G3Fy, .performance-measures__measureTile__yQufR {
  margin-bottom: 20px; }
  .performance-measures__tile__3G3Fy:last-child, .performance-measures__measureTile__yQufR:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 800px) {
    .performance-measures__tile__3G3Fy, .performance-measures__measureTile__yQufR {
      margin-bottom: 0;
      margin-right: 20px; }
      .performance-measures__tile__3G3Fy:last-child, .performance-measures__measureTile__yQufR:last-child {
        margin-right: 0; } }

.performance-measures__content__3bChg, .performance-measures__metric-info__3W-H2 {
  font-size: 18px;
  line-height: 1.5; }

.performance-measures__page-title__3dKcn {
  color: #fff;
  font-size: 56px !important;
  text-align: center;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7) !important;
  text-transform: uppercase; }

.performance-measures__page-sub-title__2xk4u {
  font-size: 48px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.performance-measures__section-title__HxyfP, .performance-measures__section-title-centered__1Pe9S {
  font-size: 36px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.performance-measures__section-sub-title__2qjMF {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em; }

.performance-measures__sub-section-title__-vSxy {
  font-size: 22px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.performance-measures__fluid-frame__3tlAY {
  position: relative;
  height: 0;
  overflow: hidden; }
  .performance-measures__fluid-frame__3tlAY iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.performance-measures__metric-info__3W-H2 {
  font-size: 16px;
  text-align: center; }

.performance-measures__boxed__13x6n {
  background: #d5d5d5;
  padding: 1em; }

.performance-measures__contain-image__1ETj6 {
  width: 100%; }

.performance-measures__measure-target__3NyLg {
  color: #f00; }

.performance-measures__measureContainer__3c1uC {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.performance-measures__measureTile__yQufR {
  text-align: center;
  width: 450px; }

.performance-measures__title__2_iBj {
  font-size: 28px;
  font-weight: bold !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
  text-align: center; }

.performance-measures__section-title-centered__1Pe9S {
  text-align: center; }

