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

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

  VARIABLES - Homebase

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

  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://web-archive.nli.org.il/National_Library/20181105034639oe_/https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://web-archive.nli.org.il/National_Library/20181105034639oe_/https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.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://web-archive.nli.org.il/National_Library/20181105034639oe_/https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.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:''}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/A4B8EEA1-393C-46F3-8479-3B5352491FBA');
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/A4B8EEA1-393C-46F3-8479-3B5352491FBA#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/68AB143C-E1E3-41DF-BED7-A586A8AB9FC8') format('woff'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/CED2D7B5-8EB7-4180-A84E-DC7159675C57') format('truetype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/7141A977-FA09-401B-8343-D138AD9CF1CF#SourceSansProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProItalic';
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/0B648F02-E3E7-4A16-BC35-98713506CF29');
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/0B648F02-E3E7-4A16-BC35-98713506CF29#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/2F9889BD-A5CD-48F1-B8D8-01AEFF1B7FA9') format('woff'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/E0E3319B-4AB9-4F25-9161-6694D78B1027') format('truetype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/C93303EE-563B-486C-ABC9-108D8857DDFF#SourceSansProItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProSemibold';
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/2940BA2C-B27F-4B36-BA8A-BC61D68E2ED5');
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/2940BA2C-B27F-4B36-BA8A-BC61D68E2ED5#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/210FAB66-F58A-4A89-B1BE-00A7D318A662') format('woff'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/811654E2-BDAD-42DB-B03D-02673A2CBCCF') format('truetype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/5F964240-6D60-4293-AC1F-3EB80B6E24EE#SourceSansProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProSemiboldItalic';
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/3C48A1D3-9EBE-4E09-B9FE-9AFE53139C03');
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/3C48A1D3-9EBE-4E09-B9FE-9AFE53139C03#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/18CC3558-56E3-4AD2-9AC0-7CAD362E91DC') format('woff'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/30250301-1D85-4CEF-9FED-3233E2031F8A') format('truetype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/7C28BC26-D64D-4DEB-8A23-B0D574B6C20D#SourceSansProSemiboldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProBold';
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/8BBC73AE-CDBF-46E0-A7B2-21EF53A5CADA');
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/8BBC73AE-CDBF-46E0-A7B2-21EF53A5CADA#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/8206C5FE-7386-4F2F-8C92-8838C2E14148') format('woff'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/46CE63BA-3094-4DEA-8818-3166BEED13A2') format('truetype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/624790D9-5089-4BBD-AB34-F5F1E6594CCD#SourceSansProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'SourceSansProBoldItalic';
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/899B240B-8BE4-4726-B06B-6AC524A2AAF2');
    src: url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/899B240B-8BE4-4726-B06B-6AC524A2AAF2#iefix') format('embedded-opentype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/36C3FBCA-DCB2-4026-9528-D42E7B828F00') format('woff'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/B4FCB0FE-B81F-4787-B18B-7C0EE288E6A8') format('truetype'),
         url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/5BD7F504-92E4-4506-80B6-ADCE6C9B9E1E#SourceSansProBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Icons */
@font-face {
    font-family: 'docfont';
    src:url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/A004CD7A-9DE4-45AA-BB72-9599774D28D6');
    src:url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/A004CD7A-9DE4-45AA-BB72-9599774D28D6#iefix') format('embedded-opentype'),
        url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/876A8CFA-2D84-4A03-B03A-0756510C18B9') format('woff'),
        url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/461D570B-8E46-4A3C-B39E-63703887EE93') format('truetype'),
        url('/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/7F29861E-4964-42C7-B75E-210164A795B7') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family: 'docfont';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header [class*="icon-"]:before {   
    font-family: 'docfont';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 0.3em;
    display: inline-block;
}
.icon-home:before {
    content: "\e001";
}
.icon-commerce-bldg:before {
    content: "\e002";
}
.icon-building:before {
    content: "\e003";
}
.icon-news:before {
    content: "\e004";
}
.icon-statistics:before {
    content: "\e005";
}
.icon-bar:before {
    content: "\e006";
}
.icon-bar2:before {
    content: "\e007";
}
.icon-pie:before {
    content: "\e008";
}
.icon-folder:before {
    content: "\e009";
}
.icon-archive:before {
    content: "\e00a";
}
.icon-upload:before {
    content: "\e00b";
}
.icon-download:before {
    content: "\e00c";
}
.icon-export:before {
    content: "\e00d";
}
.icon-share:before {
    content: "\e00e";
}
.icon-print:before {
    content: "\e00f";
}
.icon-camera:before {
    content: "\e010";
}
.icon-image:before {
    content: "\e011";
}
.icon-gallery:before {
    content: "\e012";
}
.icon-video:before {
    content: "\e013";
}
.icon-attachment:before {
    content: "\e014";
}
.icon-document:before {
    content: "\e015";
}
.icon-link:before {
    content: "\e016";
}
.icon-mail:before {
    content: "\e017";
}
.icon-phone:before {
    content: "\e018";
}
.icon-trash:before {
    content: "\e019";
}
.icon-map:before {
    content: "\e01a";
}
.icon-location:before {
    content: "\e01b";
}
.icon-directions:before {
    content: "\e01c";
}
.icon-play:before {
    content: "\e01d";
}
.icon-pause:before {
    content: "\e01e";
}
.icon-record:before {
    content: "\e01f";
}
.icon-stop:before {
    content: "\e020";
}
.icon-forward:before {
    content: "\e021";
}
.icon-rewind:before {
    content: "\e022";
}
.icon-first:before {
    content: "\e023";
}
.icon-last:before {
    content: "\e024";
}
.icon-cycle:before {
    content: "\e025";
}
.icon-sound:before {
    content: "\e026";
}
.icon-mute:before {
    content: "\e027";
}
.icon-enlarge:before {
    content: "\e028";
}
.icon-shrink:before {
    content: "\e029";
}
.icon-search:before {
    content: "\e02a";
}
.icon-zoom-in:before {
    content: "\e02b";
}
.icon-zoom-out:before {
    content: "\e02c";
}
.icon-comment:before {
    content: "\e02d";
}
.icon-comments:before {
    content: "\e02e";
}
.icon-desktop:before {
    content: "\e02f";
}
.icon-mobile:before {
    content: "\e030";
}
.icon-check:before {
    content: "\e031";
}
.icon-arrow-up:before {
    content: "\e032";
}
.icon-arrow-down:before {
    content: "\e033";
}
.icon-arrow-right:before {
    content: "\e034";
}
.icon-arrow-left:before {
    content: "\e035";
}
.icon-menu:before {
    content: "\e036";
}
.icon-profile:before {
    content: "\e037";
}
.icon-user:before {
    content: "\e038";
}
.icon-users:before {
    content: "\e039";
}
.icon-add-user:before {
    content: "\e03a";
}
.icon-edit:before {
    content: "\e03b";
}
.icon-write:before {
    content: "\e03c";
}
.icon-flag:before {
    content: "\e03d";
}
.icon-star:before {
    content: "\e03e";
}
.icon-tag:before {
    content: "\e03f";
}
.icon-tags:before {
    content: "\e040";
}
.icon-cog:before {
    content: "\e041";
}
.icon-cogs:before {
    content: "\e042";
}
.icon-tool:before {
    content: "\e043";
}
.icon-dashboard:before {
    content: "\e044";
}
.icon-book:before {
    content: "\e045";
}
.icon-books:before {
    content: "\e046";
}
.icon-learn:before {
    content: "\e047";
}
.icon-calendar:before {
    content: "\e048";
}
.icon-hourglass:before {
    content: "\e049";
}
.icon-key:before {
    content: "\e04a";
}
.icon-network:before {
    content: "\e04b";
}
.icon-earth:before {
    content: "\e04c";
}
.icon-code:before {
    content: "\e04d";
}
.icon-unlocked:before {
    content: "\e04e";
}
.icon-locked:before {
    content: "\e04f";
}
.icon-cross:before {
    content: "\e050";
}
.icon-cross-square:before {
    content: "\e051";
}
.icon-cross-circle:before {
    content: "\e052";
}
.icon-minus:before {
    content: "\e053";
}
.icon-minus-square:before {
    content: "\e054";
}
.icon-minus-circle:before {
    content: "\e055";
}
.icon-plus:before {
    content: "\e056";
}
.icon-plus-square:before {
    content: "\e057";
}
.icon-plus-circle:before {
    content: "\e058";
}
.icon-info:before {
    content: "\e059";
}
.icon-info-circle:before {
    content: "\e05a";
}
.icon-question:before {
    content: "\e05b";
}
.icon-warning:before {
    content: "\e05c";
}
.icon-help:before {
    content: "\e05d";
}
.icon-rss:before {
    content: "\e05e";
}
.icon-bookmark:before {
    content: "\e05f";
}
.icon-bookmarks:before {
    content: "\e060";
}
.icon-cloud:before {
    content: "\e061";
}
.icon-filter:before {
    content: "\e062";
}
.icon-magnet:before {
    content: "\e063";
}
.icon-lamp:before {
    content: "\e064";
}
.icon-idea:before {
    content: "\e065";
}
.icon-official:before {
    content: "\e066";
}
.icon-legal:before {
    content: "\e067";
}
.icon-puzzle:before {
    content: "\e068";
}
.icon-mug:before {
    content: "\e069";
}
.icon-facebook:before {
    content: "\e06a";
}
.icon-flickr:before {
    content: "\e06b";
}
.icon-google-plus:before {
    content: "\e06c";
}
.icon-twitter:before {
    content: "\e06d";
}
.icon-linked-in:before {
    content: "\e06e";
}
.icon-github:before {
    content: "\e072";
}
.icon-youtube:before {
    content: "\e070";
}
.icon-binoculars:before {
    content: "\e07a";
}

html {
  background: #ffffff;
  line-height: 1.5;
}

body {
  font-family: "SourceSansProRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333333;
  background-color: #e7f0f5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}


/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
h1 {
  font-weight: normal; }

h2 {
  font-weight: normal;
  font-family: "SourceSansProSemibold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.4; }

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}


#page-wrapper {
  padding-top: 74px; }

#page{
  padding: 60px 20px;
  background-color: #fff;
}

#header-commerce {
  position: relative; }

#header-wrapper {
  background-color: #004273;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #4188af;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100; }

#header-wrapper .container {
  height: 54px;
  overflow: visible; }

.scrolled #header-wrapper {
  -webkit-box-shadow: 0px 0px 5px #333333;
  -moz-box-shadow: 0px 0px 5px #333333;
  box-shadow: 0px 0px 5px #333333; }

#nav-wrapper {
  padding: 20px 0 0 0; }

.container {
  max-width: 1340px;
  margin: 0 auto;
}

/* =============================================================================
 *   Branding
 * ========================================================================== */
/*
 * Wraps all the branding elements, logo, name and slogan
 */
header #branding {
  padding: 0;
  height: 74px;
  overflow: visible;
  margin: 0;
  float: left; }

#logo {
  float: left;
  padding: 0; }

.circle-logo #logo {
  width: 120px;
  height: 120px;
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  -o-border-radius: 120px;
  border-radius: 120px;
  float: left;
  background-color: #4087af; }
  .circle-logo #logo .inner-logo-wrapper {
    background-color: #004273;
    position: relative;
    left: -5px;
    padding-top: 4px;
    width: 130px;
    height: 70px; }
    .circle-logo #logo .inner-logo-wrapper a {
      display: block;
      margin: 0 0 0 10px;
      width: 110px;
      height: 110px;
      background: #004273;
      -webkit-border-radius: 110px;
      -moz-border-radius: 110px;
      -ms-border-radius: 110px;
      -o-border-radius: 110px;
      border-radius: 110px; }
      .circle-logo #logo .inner-logo-wrapper a img {
        margin: 15px;
        width: 80px;
        height: auto; }

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#header-commerce #name-and-slogan {
  position: relative;
  left: -4px;
  margin-top: 10px;
  overflow-y: hidden;
  margin-right: 12px; }

#header-commerce h1#site-name, h1.alt-sitename {
  font-size: 1.4em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: "SourceSansProSemibold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 64px;
  text-align: left;
  line-height: 1.1; }
  #header-commerce h1#site-name a, h1.alt-sitename a {
    color: #FFF; }
    #header-commerce h1#site-name a:link, h1#site-name a:visited, h1.alt-sitename a:link, h1.alt-sitename a:visited {
      text-decoration: none; }
    #header-commerce h1#site-name a:hover, h1#site-name a:focus, h1.alt-sitename a:hover, h1.alt-sitename a:focus {
      text-decoration: none; }

#branding #sitename.one-sitename,
.not-front #site-name.one-sitename,
.scroll-menu.front #site-name.one-sitename {
  display: table-cell;
  width: auto; }

/* =============================================================================
 *   Page content header
 * ========================================================================== */
#page-title {
  margin: 0 0 30px 0; }

.region-header {
  height: 54px;
  overflow: visible; }
  .region-header .region-inner {
    height: 54px;
    overflow: visible; }

/* =============================================================================
 *   Links
 * ========================================================================== */
#header-commerce a {
  text-decoration: none;
  color: #4188af; }
  a:hover, a:focus {
    text-decoration: underline; }

#header-commerce a.button {
  padding: 0.5em;
  background-image: none;
  border: none;
  display: inline-block;
  margin: 4px;
  text-shadow: none;
  -webkit-box-shadow: #eeeeee 0 0 0;
  -moz-box-shadow: #eeeeee 0 0 0;
  box-shadow: #eeeeee 0 0 0;
  -webkit-appearance: none;
}
#header-commerce a.button.bar { display: block; text-align: left; }
#header-commerce a.button:hover { text-decoration: none; color: #4188af; }
#header-commerce a.button .fonticon { font-size: 1.4em; }
#header-commerce a.button.first { margin: 4px 4px 4px 0; }
#header-commerce a.button.last{ margin: 4px 0 4px 0; }
#header-commerce a.button > .fonticon { margin-right: .3em; }
#header-commerce a.button:before

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
#header-commerce button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  max-width: 100%; }

/* =============================================================================
 *   Colors
 * ========================================================================== */

#header-commerce .dark { color: #004273; }
#header-commerce .medium { color: #4188af; }
#header-commerce .light { color: #e7f0f5; }

#header-commerce .dark-bg { background-color: #004273; color: #ffffff; }
#header-commerce .medium-bg { background-color: #4188af; color: #ffffff; }
#header-commerce .light-bg { background-color: #e7f0f5; color: #333333; }

#header-commerce .dark-hover:hover { color: #004273; }
#header-commerce .medium-hover:hover { color: #4188af; }
#header-commerce .light-hover:hover { color: #e7f0f5; }

#header-commerce .dark-bg-hover:hover { background-color: #004273; color: #4188af; }
#header-commerce .medium-bg-hover:hover { background-color: #4188af; color: #ffffff; }
#header-commerce .light-bg-hover:hover { background-color: #e7f0f5; color: #333333; }

/* =============================================================================
 *   Icon font
 * ========================================================================== */

/* don't underline icons in links */
[class*="icon-"]:hover:before {
  text-decoration: none !important;
  display: inline-block; }

/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */
#header-commerce ul.commerce-menu li {
  margin: 0; }

/* If li.content exists it's a problem, so reset the padding */
#header-commerce .block .commerce-menu li.content {
  padding: 0; }

#header-commerce div.commerce-menu-link-wrapper {
  display: inline; }

/* =============================================================================
 *   Main menu - Header region
 * ========================================================================== */
#header-commerce .region-header {
  text-align: center; }

#header-commerce .region-header #block-system-main-menu {
  position: inherit;
  margin-bottom: 0;
  display: inline-block; }
  #header-commerce .region-header #block-system-main-menu h2.block-title {
    display: none; }
  #header-commerce .region-header #block-system-main-menu ul.commerce-menu {
    margin: 0px 200px 0 0;
    padding: 0;
    float: left; }
    #header-commerce .region-header #block-system-main-menu ul.commerce-menu li {
      float: left;
      list-style: none;
      text-align: center;
      padding: 0; }
      #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a {
        line-height: 74px;
        height: 74px;
        color: #fff;
        white-space: nowrap;
        text-transform: uppercase;
        display: block;
        text-decoration: none;
        padding: 6px 6px 0;
        width: 34px;
        position: relative;
        text-align: center;
        overflow: visible;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a:before,
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a .polyfill-icon {
          display: block;
          font-size: 30px;
          line-height: 58px;
          padding-top: 8px;
          margin: 0; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a .fonticon {
          display: none; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a .menu-link-wrapper {
          position: absolute;
          left: 50%;
          margin: 0; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a .menu-link-wrapper > span {
          top: -4px;
          line-height: 1.2;
          display: inline-block;
          left: -50%;
          position: relative;
          display: none;
          -moz-transition: all .2s ease;
          -webkit-transition: all .2s ease;
          -o-transition: all .2s ease;
          transition: all .2s ease; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a.active {
          color: #d42426;
          background-color: #fff;
          /* STRETCHES ACTIVE ICON SO THAT IT COVERS HEADER */
          height: 80px; 
        }
          #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a.active .polyfill-icon {
            color: #d42426; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a:hover,
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a:focus {
          background-color: #4188af;
          color: #fff;
          z-index: 200; }
          #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a:hover div.menu-link-wrapper > span,
          #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a:focus div.menu-link-wrapper > span {
            text-indent: 0;
            background-color: #4188af;
            color: #fff;
            padding: 20px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            min-width: 60px;
            display: inline-block;
            -webkit-font-smoothing: subpixel-antialiased; }
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a.active:hover,
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a.active:focus,
        #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a.active:hover .polyfill-icon {
          color: #fff; }
  #header-commerce .region-header #block-system-main-menu ul.commerce-menu li ul {
    display: none; }


/* =============================================================================
 *   Tools menu - Header region
 * ========================================================================== */
#header-commerce .region-header #block-menu-menu-tools {
  position: absolute;
  top: 0;
  right: 0;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 10px; }
  #header-commerce .region-header #block-menu-menu-tools h2.block-title {
    display: none; }
  #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu {
    display: inline-block;
    margin: 0;
    padding: 10px 0 0;
    opacity: 1; }
    #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li {
      list-style: none;
      text-align: center;
      float: left;
      padding: 0;
      position: relative;
    }
      #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a {
        text-decoration: none;
        color: #fff;
        font-family: "SourceSansProRegular", "Helvetica Neue", Arial, Helvetica, sans-serif;
        padding: 10px 6px 0;
        display: block;
        text-align: center;
 /*       height: 54px;*/
        line-height: 1.2;
        min-width: 40px;
        width: auto; }
        #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a:before, #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a .polyfill-icon, #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a .fonticon {
          display: block;
          font-size: 20px;
          line-height: 24px;
          padding-top: 0;
          margin: 0; }
        #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a > div.menu-link-wrapper {
          position: relative;
          min-width: 40px;
          text-align: center;
          line-height: 1.2;
          font-size: .9em;
          text-transform: capitalize;
          display: block;
          left: 0;
          margin: 0;
          top: 0;
          padding: 0;
          -webkit-font-smoothing: subpixel-antialiased;
          /* avoids thin font in webkit */ }
        #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a div.menu-link-wrapper > span {
          display: block;
          left: 0;
          padding: 0;
          line-height: 30px; }
        #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a.active {
          background: none; }
        #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li:hover, #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a:hover, #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a:focus {
          min-width: 40px; }
          #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > i > a:hover div.menu-link-wrapper, #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a:focus div.menu-link-wrapper {
            background: none;
            padding: 0;
            display: block;
            margin: 0; }
          #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a:hover div.commerce-menu-link-wrapper > span, #header-commerce .region-header #block-menu-menu-tools ul.commerce-menu > li > a:focus div.menu-link-wrapper > span {
            padding: 0;
            left: 0;
            min-width: 40px;
            background: none !important; }


#search-tool .drop-down { min-width: 360px; }
#engage-tool .drop-down { min-width: 160px; }

#block-menu-menu-tools ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
#block-menu-menu-tools ul.social a .menu-link-wrapper {
  white-space: nowrap;
  display: inline;
}


/* =============================================================================
 *   Drop downs
 * ========================================================================== */
.drop-down {
  position: absolute;
  right: 0;
  top: 64px;
  background-color: #4087af;
  display: none;
}
/*li:hover > .drop-down {
  display: block;
}*/
.drop-down-inner {
  padding: 20px;
}

/* =============================================================================
 *   Form elements
 * ========================================================================== */
input[type=text] {
  border: 1px solid #CCCCCC;
  padding: 6px 0; }

input[type=search] {
  border: 2px solid #CCCCCC; }

input:focus, textarea:focus, isindex:focus, keygen:focus, select:focus {
  box-shadow: inset 0 0 4px #4188af; }

/* =============================================================================
 *   Search form
 * ========================================================================== */
#search-form, #search-block-form, #mini-panel-search_menu, #mini-panel-search, #search-box .search-form, .block-search .block-inner, .form-item-search-block-form {
  display: block;
  position: relative; }
  #search-form h2, #search-block-form h2, #mini-panel-search_menu h2, #mini-panel-search h2, #search-box .search-form h2, .block-search .block-inner h2, .form-item-search-block-form h2 {
    height: 0;
    overflow: hidden; }
  #search-form input[type=submit], #search-block-form input[type=submit], #mini-panel-search_menu input[type=submit], #mini-panel-search input[type=submit], #search-box .search-form input[type=submit], .block-search .block-inner input[type=submit], .form-item-search-block-form input[type=submit] {
    border: none;
    background: none;
    display: block;
    height: 0;
    text-indent: -9999px; }
  #search-form label, #search-block-form label, #mini-panel-search_menu label, #mini-panel-search label, #search-box .search-form label, .block-search .block-inner label, .form-item-search-block-form label {
    text-indent: -9999px;
    display: block;
    height: 0; }
  #search-form input[type=text], #search-form input[type=search], #search-block-form input[type=text], #search-block-form input[type=search], #mini-panel-search_menu input[type=text], #mini-panel-search_menu input[type=search], #mini-panel-search input[type=text], #mini-panel-search input[type=search], #search-box .search-form input[type=text], #search-box .search-form input[type=search], .block-search .block-inner input[type=text], .block-search .block-inner input[type=search], .form-item-search-block-form input[type=text], .form-item-search-block-form input[type=search] {
    line-height: 1;
    width: 84%;
    padding: 14px 14% 14px 2%; }
  #search-form input[type=image], #search-block-form input[type=image], #mini-panel-search_menu input[type=image], #mini-panel-search input[type=image], #search-box .search-form input[type=image], .block-search .block-inner input[type=image], .form-item-search-block-form input[type=image] {
    position: absolute;
    top: 4px;
    right: 0; }

.portal-search {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 10px 20px;
}


/* =============================================================================
 *   Utility
 * ========================================================================== */

.rounded {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px;
}

.rounded-top {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
}

.rounded-bottom {
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.element-invisible {
  border: 0;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* =============================================================================
 *  Columns
 * ========================================================================== */

.col-2 {
  width: 50%;
  float: left;
}

/* =============================================================================
 *  Responsive
 * ========================================================================== */

@media only screen and (max-width: 860px) {
  #header-commerce .region-header #block-system-main-menu, #block-menu-menu-tools { display: none; }
}

@media only screen and (min-width: 769px) and (max-width:1024px) {
  #header-commerce .region-header .block-menu-block .menu-name-menu-tools ul.commerce-menu li { min-width: 40px; }
  #name-and-slogan { float: left; }
}

@media only screen and (min-width:1025px) {
  #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a { min-width: 62px; }
  #header-commerce .region-header #block-system-main-menu ul.commerce-menu li a:before { font-size: 38px; }
  h1#site-name, h1.alt-sitename { font-size: 1.4em; }
  #name-and-slogan { float: left; }
}
/*** 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("/National_Library/20181105034639oe_/https://data.commerce.gov/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://web-archive.nli.org.il/National_Library/20181105034639oe_/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://web-archive.nli.org.il/National_Library/20181105034639oe_/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://web-archive.nli.org.il/National_Library/20181105034639oe_/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://web-archive.nli.org.il/National_Library/20181105034639oe_/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;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

body:not([class*='action_datasets_']) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  body:not([class*='action_datasets_']) .siteOuterWrapper {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }

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

.siteInnerWrapper {
  padding: 0;
  margin: 0;
  max-width: 100%; }
  @media only screen and (min-width: 768px) {
    .siteInnerWrapper {
      margin-bottom: 10px; } }

#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: 100%; }
  .tile-grid .tile {
    margin-right: 20px; } }

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

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

  NAVIGATION (BANNER STYLE)

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
nav, #nav {
  position: relative; }
  nav.nav-banner, #nav.nav-banner {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    background-color: #333;
    overflow: hidden;
    font-size: 14px; }
    nav.nav-banner *, #nav.nav-banner * {
      box-sizing: border-box; }
    @media only screen and (max-width: 400px) {
      nav.nav-banner, #nav.nav-banner {
        margin-top: 10px;
        margin-bottom: 0; }
        nav.nav-banner .container, #nav.nav-banner .container {
          margin: 0; } }
    nav.nav-banner li, #nav.nav-banner li {
      display: inline-block;
      position: relative; }
      nav.nav-banner li:not(:first-of-type), #nav.nav-banner li:not(:first-of-type) {
        margin-left: -4px; }
      @media only screen and (max-width: 400px) {
        nav.nav-banner li, #nav.nav-banner li {
          display: block;
          float: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
          nav.nav-banner li:last-of-type, #nav.nav-banner li:last-of-type {
            border-bottom: 0; } }
      nav.nav-banner li a, #nav.nav-banner li a {
        display: block;
        background-color: inherit;
        border-radius: 0;
        color: white;
        font-size: 16px;
        padding: 16px;
        white-space: nowrap; }
        nav.nav-banner li a:hover, #nav.nav-banner li a:hover {
          background-color: #404040;
          color: white; }
        nav.nav-banner li a:hover, nav.nav-banner li a:active, #nav.nav-banner li a:hover, #nav.nav-banner li a:active {
          text-decoration: none; }
    body.layout-small-header nav.nav-banner,
    body[class*='action_datasets_'] nav.nav-banner, body.layout-small-header #nav.nav-banner,
    body[class*='action_datasets_'] #nav.nav-banner {
      margin-top: 0;
      margin-bottom: 0; }
      body.layout-small-header nav.nav-banner li a,
      body[class*='action_datasets_'] nav.nav-banner li a, body.layout-small-header #nav.nav-banner li a,
      body[class*='action_datasets_'] #nav.nav-banner li a {
        font-size: 14px;
        padding: 12px; }

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

  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;
    padding: 0px 6px 3px 6px; }
    @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: transparent url(/National_Library/20181105034639oe_/https://data.commerce.gov/api/assets/89BF5AC3-18C4-4AED-A555-C16D1B7F0060) no-repeat center center;
    background-size: contain;
    position: absolute;
    height: 40px;
    width: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    -webkit-animation: spinner 1800ms infinite linear;
            animation: spinner 1800ms infinite linear;
    z-index: 10000; }

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

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

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

.no-cssanimations .loading-container .spinner,
.no-cssanimations .loadingSpinnerContainer .loadingSpinner {
  background: transparent url(/National_Library/20181105034639oe_/https://data.commerce.gov/stylesheets/images/common/BrandedSpinner.gif) no-repeat center center; }

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

    LAYOUT

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

    SEARCH BAR

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#searchbar-container {
  width: 100%;
  padding: 2em 0em;
  margin: 1em 0em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-align: center; }

#searchbar {
  padding: 0 2em; }
  @media only screen and (min-width: 768px) {
    #searchbar {
      padding: 0; } }
  #searchbar .content-wrapper {
    position: relative;
    color: #5f5f5f;
    font-size: 24px;
    line-height: 30px; }
    @media only screen and (max-width: 400px) {
      #searchbar .content-wrapper {
        font-size: 20px;
        line-height: 20px; } }
  #searchbar .search-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    color: lightgray; }
    @media only screen and (min-width: 401px) {
      #searchbar .search-icon {
        width: 50px; } }
  #searchbar input {
    position: relative;
    width: 100%;
    padding: 0 0 0 40px;
    border: none;
    background: transparent;
    font-size: inherit;
    line-height: inherit;
    color: #5f5f5f;
    line-height: 1.4em; }
    #searchbar input::-webkit-input-placeholder {
      font-weight: 100;
      color: lightgray;
      line-height: 1.4em; }
    #searchbar input::-moz-placeholder {
      font-weight: 100;
      color: lightgray;
      line-height: 1.4em; }
    #searchbar input:-ms-input-placeholder {
      font-weight: 100;
      color: lightgray;
      line-height: 1.4em; }
    #searchbar input::placeholder {
      font-weight: 100;
      color: lightgray;
      line-height: 1.4em; }
    @media only screen and (min-width: 401px) {
      #searchbar input {
        padding: 0 0 0 60px; } }

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

    MAIN

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body.controller_custom_content h2 {
  font-size: 48px;
  font-weight: 200;
  color: #333; }
  @media only screen and (max-width: 650px) {
    body.controller_custom_content h2 {
      font-size: 40px; } }

body.controller_custom_content h3 {
  font-size: 36px;
  font-weight: 200;
  color: #1a1a1a; }
  @media only screen and (max-width: 650px) {
    body.controller_custom_content h3 {
      font-size: 32px; } }

.opening-statement {
  margin: 20px 0;
  font-weight: 200; }
  @media only screen and (max-width: 650px) {
    .opening-statement {
      margin: 20px; } }
  .opening-statement p {
    font-size: 24px;
    line-height: 1.6em; }
    @media only screen and (max-width: 400px) {
      .opening-statement p {
        font-size: 20px; } }
    @media only screen and (min-width: 768px) {
      .opening-statement p {
        font-size: 26px; } }

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

    APPS PAGE MAIN STORIES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
#title {
  position: relative;
  margin: 2em;
  padding-top: 1em;
  border-top: 1px solid #ddd; }
  @media only screen and (min-width: 768px) {
    #title {
      margin: 2em 0; } }

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

  SITE HEADER  /  NAVIGATION

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.scrolled .header-wrapper {
  box-shadow: #000 0 0 10px; }

header, #header {
  padding-top: 14px;
  z-index: 100; }
  @media only screen and (max-width: 400px) {
    header, #header {
      padding-top: 8px; } }
  header .header-title, #header .header-title {
    position: relative;
    height: 45px;
    color: #7a7a7a;
    white-space: nowrap; }
    @media only screen and (max-width: 400px) {
      header .header-title, #header .header-title {
        height: 30px; } }
    header .header-title a, #header .header-title a {
      display: inline-block;
      height: 100%;
      line-height: 45px; }
      @media only screen and (max-width: 400px) {
        header .header-title a, #header .header-title a {
          line-height: 38px; } }
    header .header-title .header-logo, #header .header-title .header-logo {
      position: absolute;
      height: 100%; }
    header .header-title .header-text, #header .header-title .header-text {
      margin-left: 60px;
      font-size: 32px;
      font-weight: 200;
      letter-spacing: -0.02em;
      color: #7a7a7a; }
      @media only screen and (max-width: 400px) {
        header .header-title .header-text, #header .header-title .header-text {
          font-size: 20px;
          margin-left: 40px;
          line-height: 20px; } }
  header .header-links, #header .header-links {
    display: none;
    overflow: hidden;
    text-align: right;
    font-size: 12px;
    line-height: 1.2em;
    height: auto; }
    @media only screen and (max-width: 400px) {
      header .header-links, #header .header-links {
        position: relative;
        top: 10px;
        right: 2px; } }
    @media only screen and (min-width: 401px) {
      header .header-links, #header .header-links {
        position: relative;
        top: 10px;
        right: 0; } }
    @media only screen and (min-width: 768px) {
      header .header-links, #header .header-links {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: 0; } }
    @media only screen and (max-width: 400px) {
      header .header-links .site-user-nav li, #header .header-links .site-user-nav li {
        display: block; } }
    header .header-links .site-user-nav li a, #header .header-links .site-user-nav li a {
      color: #3b5998; }
    header .header-links .social-nav, #header .header-links .social-nav {
      margin-left: 1em; }
      @media only screen and (min-width: 768px) {
        header .header-links .social-nav, #header .header-links .social-nav {
          position: relative;
          top: 2px; } }
      header .header-links .social-nav .fa, #header .header-links .social-nav .fa {
        font-size: 1.4em; }
      header .header-links .social-nav a, #header .header-links .social-nav a {
        color: #7a7a7a; }
      header .header-links .social-nav li:not(:first-of-type), #header .header-links .social-nav li:not(:first-of-type) {
        margin-left: 0.5em; }
    header .header-links ul, #header .header-links ul {
      display: inline-block; }
      @media only screen and (max-width: 400px) {
        header .header-links ul, #header .header-links ul {
          display: block;
          margin-bottom: 10px; } }
      header .header-links ul li, #header .header-links ul li {
        display: inline-block;
        line-height: 2em; }
        header .header-links ul li:not(:first-of-type), #header .header-links ul li:not(:first-of-type) {
          margin-left: 1em; }
  header .header-toggle, #header .header-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #333; }
    header .header-toggle.toggle-highlight, #header .header-toggle.toggle-highlight {
      color: #4d4d4d; }
    @media only screen and (max-width: 400px) {
      header .header-toggle, #header .header-toggle {
        right: 3px;
        font-size: 16px; } }
    @media only screen and (min-width: 768px) {
      header .header-toggle, #header .header-toggle {
        display: none; } }
  body.layout-small-header header,
  body[class*='action_datasets_'] header, body.layout-small-header #header,
  body[class*='action_datasets_'] #header {
    padding-top: 0; }
    body.layout-small-header header .header-title,
    body[class*='action_datasets_'] header .header-title, body.layout-small-header #header .header-title,
    body[class*='action_datasets_'] #header .header-title {
      height: 22.5px; }
      body.layout-small-header header .header-title a,
      body[class*='action_datasets_'] header .header-title a, body.layout-small-header #header .header-title a,
      body[class*='action_datasets_'] #header .header-title a {
        line-height: inherit; }
    body.layout-small-header header .header-text,
    body[class*='action_datasets_'] header .header-text, body.layout-small-header #header .header-text,
    body[class*='action_datasets_'] #header .header-text {
      margin-left: 30px;
      font-size: 22px; }
    body.layout-small-header header .header-toggle,
    body[class*='action_datasets_'] header .header-toggle, body.layout-small-header #header .header-toggle,
    body[class*='action_datasets_'] #header .header-toggle {
      top: 6px; }
    body.layout-small-header header > .container,
    body[class*='action_datasets_'] header > .container, body.layout-small-header #header > .container,
    body[class*='action_datasets_'] #header > .container {
      padding: 12px 0; }

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

  FOOTER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
footer {
  padding: 36px 12px 0;
  text-align: center;
  font-size: 12px;
  border-top: 1px solid #ddd;
  background-color: #E3EDF3; }
  footer .site-footer-nav,
  footer .site-footer-copyright {
    margin: 36px auto; }
  footer .site-footer-logo .footer-logo {
    height: 50px;
    margin: 0 auto; }
  footer ul li {
    display: inline-block;
    line-height: 2em;
    float: none; }
    @media only screen and (max-width: 400px) {
      footer ul li {
        display: block; } }
    footer ul li:not(:first-of-type) {
      margin-left: 12px; }
      @media only screen and (max-width: 400px) {
        footer ul li:not(:first-of-type) {
          margin-left: 0; } }
      @media only screen and (min-width: 768px) {
        footer ul li:not(:first-of-type) {
          margin-left: 24px; } }
      @media only screen and (min-width: 1050px) {
        footer ul li:not(:first-of-type) {
          margin-left: 30px; } }
  footer a {
    color: #3b5998; }
    footer a:hover {
      color: #4c70ba; }
    footer a:active {
      color: #5f7ec1; }
    footer a:visited {
      color: #3b5998; }
  footer .site-footer-copyright {
    line-height: 2em; }
    @media only screen and (min-width: 401px) {
      footer .site-footer-copyright > div {
        display: inline-block;
        vertical-align: middle; } }
    @media only screen and (max-width: 400px) {
      footer .site-footer-copyright > div {
        margin: 10px auto; } }
    footer .site-footer-copyright .socrata-logo {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzkgMTAyIj48c3R5bGU+LnN0eWxlMHtmaWxsOgkjRkZGRkZGO308L3N0eWxlPjxwYXRoIGQ9Ik0xNDguNzM5IDMwLjQxNmMtNC4zMDItMS42ODktNi42NjQtMi40NDUtMTEuMDUtMi40NDVjLTQuNzI3IDAtMTAuMjkzIDEuNjg5LTEwLjI5MyA3LjggYzAgMTEuMyAyNS4zIDguNyAyNS4zIDI4LjA4OGMwIDEyLjU3Mi05LjcwMSAxNy41NDUtMjEuNTExIDE3LjU0NWMtNC4xMzQgMC04LjE4NS0xLjE4LTEyLjA2Mi0yLjQ0M2wwLjg0Mi03Ljg0NCBjMi44NjggMS4yIDcuOSAyLjkgMTIuMiAyLjg2NWM0LjgxMSAwIDExLjU1Ni0yLjY5NyAxMS41NTYtOS42MTdjMC0xMy4xNTMtMjUuMzA2LTkuNTI5LTI1LjMwNi0yNy44MzMgYzAtMTAuNDYyIDguMjY4LTE2LjAyOSAxOC44OTMtMTYuMDI5YzMuODgyIDAgOC41IDAuNyAxMi42IDIuMTA5TDE0OC43MzkgMzAuNDE2eiIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik0xNzguNjk1IDM2LjQwMmMxMy4wNzMgMCAyMS44IDkuNCAyMS44IDIyLjUyNGMwIDEyLjMxOC04Ljk0MSAyMi41MjUtMjEuODQ2IDIyLjUgYy0xMi45OSAwLTIxLjkzNi0xMC4yMDctMjEuOTM2LTIyLjUyNUMxNTYuNzU5IDQ1LjkgMTY1LjUgMzYuNCAxNzguNyAzNi40IE0xNzguNjk1IDc1IGM5LjI3NiAwIDEzLjQxMS04LjQzNiAxMy40MTEtMTYuMTExYzAtOC4xOC00Ljk3OS0xNi4xMDgtMTMuNDExLTE2LjEwOGMtOC41MiAwLTEzLjQ5NSA3LjkyOC0xMy40OTUgMTYuMSBDMTY1LjIgNjYuNiAxNjkuMyA3NSAxNzguNyA3NSIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik0yMzQuNzExIDQ0LjY3Yy0zLjAzMy0xLjI2NS02LjA3LTEuODUzLTguNjA1LTEuODUzYy04Ljg1NSAwLTEzLjgzIDcuOTI4LTEzLjgzIDE2LjEgYzAgNy43IDQuMSAxNi4xIDE0LjMgMTYuMTExYzIuNjk3IDAgNi4wNy0wLjg0NCA4LjUyLTIuNDQzbDAuNTg4IDcuMDg2Yy0zLjI4OSAxLjUxNi03LjA4MiAxLjc3MS05Ljk1MSAxLjggYy0xMi45OSAwLTIxLjkzMi0xMC4yMDctMjEuOTMyLTIyLjUyNWMwLTEzLjA3NSA4Ljc3My0yMi41MjQgMjEuOTMyLTIyLjUyNGMzLjIwNSAwIDcuMyAwLjggOS42IDEuNjg5TDIzNC43MTEgNDQuNjd6IiBjbGFzcz0ic3R5bGUwIi8+PHBhdGggZD0iTTI0MS4wNDcgMzcuNDE0aDcuNDJ2Ni42NjhoMC4xNzJjMi4xMDUtNC40NzUgNi42NjQtNy42ODEgMTEuMjE3LTcuNjgxYzIuMzYxIDAgMy41IDAuMyA1LjIgMC42IHY3LjA4N2MtMS40MzgtMC41OTItMy4wMzktMC43Ni00LjM4Ny0wLjc2Yy03LjA4OCAwLTExLjcyNyA2Ljc0Ny0xMS43MjcgMTcuNTQ1djE5LjU2OGgtNy45MjhWMzcuNDE0eiIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik0yNzIuMDkgNDAuNDU3YzMuOTY3LTIuMzY2IDguNjg5LTQuMDU1IDE0LjE3Ni00LjA1NWMxMi4zMTQgMCAxNy4zIDYuMSAxNy4zIDE3LjgwMXYxNy43OTUgYzAgNC45IDAuMiA3LjIgMC4zIDguNDM4aC03LjQyNHYtNS41NjZoLTAuMTY4Yy0xLjg1NSAyLjYxOS02LjA3NCA2LjU3OC0xMy4zMyA2LjYgYy05LjI3NSAwLTE1Ljc3MS00LjA0NS0xNS43NzEtMTMuNDA4YzAtMTAuNzk5IDExLjgxMS0xNC4xNzIgMTkuOTg4LTE0LjE3MmMzLjEyMyAwIDUuMyAwIDguNCAwLjIgYzAtNy40MjQtMi42OTctMTEuMjIyLTEwLjYyOS0xMS4yMjJjLTQuNDcxIDAtOS4yNzcgMS42ODktMTIuNDgyIDQuMzg2TDI3Mi4wOSA0MC40NTd6IE0yOTUuNjI3IDU5LjkgYy0xLjY4NiAwLTMuMzc1LTAuMTY2LTUuMDYyLTAuMTY2Yy00LjI5OSAwLTE0LjkyOCAwLjY3Mi0xNC45MjggOC4yNjZjMCA0LjYgNC40IDcgOCA3IGM3Ljg0NCAwIDExLjk3OS00Ljg5MSAxMS45NzktMTEuMzAxVjU5LjkzOXoiIGNsYXNzPSJzdHlsZTAiLz48cGF0aCBkPSJNMzM2LjAzOSA0My44MjZoLTExLjM4NXYyMy41NDFjMCA1IDMgNy43IDYuNyA3LjY3YzIuNDQ1IDAgNC4yMjEtMC43NTQgNS40LTEuNTE2djYuNzQ2IGMtMS43NzMgMC41MS00LjIxOSAxLjE4LTYuNzQ4IDEuMThjLTguMTg0IDAtMTMuMjQ2LTMuODc3LTEzLjI0Ni0xMi40OFY0My44MjZoLTkuNzAxdi02LjQxMmg5LjcwMXYtOS45NTNsNy45MzItMi41Mjh2MTIuNDgxIGgxMS4zODVWNDMuODI2eiIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik0zNDQuMjI5IDQwLjQ1N2MzLjk2Ny0yLjM2NiA4LjY4OS00LjA1NSAxNC4xNzItNC4wNTVjMTIuMzEyIDAgMTcuMyA2LjEgMTcuMyAxNy44MDF2MTcuNzk1IGMwIDQuOSAwLjIgNy4yIDAuMyA4LjQzOGgtNy40MjR2LTUuNTY2aC0wLjE2OGMtMS44NTIgMi42MTktNi4wNyA2LjU3OC0xMy4zMjYgNi42IGMtOS4yODEgMC0xNS43NzUtNC4wNDUtMTUuNzc1LTEzLjQwOGMwLTEwLjc5OSAxMS44MTEtMTQuMTcyIDE5Ljk5NC0xNC4xNzJjMy4xMjEgMCA1LjMgMCA4LjQgMC4yIGMwLTcuNDI0LTIuNzAzLTExLjIyMi0xMC42MzEtMTEuMjIyYy00LjQ2OSAwLTkuMjgxIDEuNjg5LTEyLjQ4NiA0LjM4NkwzNDQuMjI5IDQwLjQ1N3ogTTM2Ny43NjYgNTkuOSBjLTEuNjg5IDAtMy4zNzUtMC4xNjYtNS4wNjItMC4xNjZjLTQuMzAzIDAtMTQuOTMyIDAuNjcyLTE0LjkzMiA4LjI2NmMwIDQuNiA0LjQgNyA4IDcgYzcuODQ0IDAgMTEuOTc5LTQuODkxIDExLjk3OS0xMS4zMDFWNTkuOTM5eiIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik05Ni4yMDMgMzAuNTI4bC0xLjA4MyAwLjUxM0w4OS41MyAzMy43YzIuNDgzIDUuNCAzLjkgMTEuMyAzLjkgMTcuNiBjMCAyMy4zMDctMTguOTU5IDQyLjI2Ni00Mi4yNjYgNDIuMjY2Yy0yMy4zMSAwLTQyLjI3Ny0xOC45NTktNDIuMjc3LTQyLjI2NmMwLTIzLjMxMiAxOC45NjctNDIuMjc0IDQyLjI3Ny00Mi4yNzQgYzQuODkzIDAgOS42IDAuOCAxNCAyLjM3OWwyLjAzMi01LjgzNmwwLjM5NS0xLjEzNUM2Mi4zOTcgMi43IDU2LjkgMS43IDUxLjEgMS43IGMtMjcuMzgzIDAtNDkuNjU5IDIyLjI3Ni00OS42NTkgNDkuNjYxQzEuNDgxIDc4LjcgMjMuOCAxMDEgNTEuMSAxMDFjMjcuMzc4IDAgNDkuNjQ5LTIyLjI3NSA0OS42NDktNDkuNjUzIEMxMDAuNzg5IDQzLjkgOTkuMSAzNi45IDk2LjIgMzAuNTI4eiIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik02Mi42MTEgMTguNjJjLTMuNTk3LTEuMjIyLTcuNDU2LTEuODk5LTExLjQ2OS0xLjg5OWMtMTkuMzkyIDAtMzUuMTczIDE1LjUzMy0zNS4xNzMgMzQuNiBjMCAxOS4xIDE1LjggMzQuNiAzNS4yIDM0LjYzNmMxOS4zODggMCAzNS4xNjItMTUuNTM3IDM1LjE2Mi0zNC42MzZjMC01LjE5My0xLjE3NC0xMC4xMi0zLjI2OS0xNC41NTJsLTEuMTI1IDAuNSBsLTUuNjk4IDIuNzE2YzEuNjI1IDMuNCAyLjYgNy4zIDIuNiAxMS4zMDVjMCAxNC45NDEtMTIuMzkzIDI3LjEwNS0yNy42MjggMjcuMTA1Yy0xNS4yMzcgMC0yNy42MzctMTIuMTY0LTI3LjYzNy0yNy4xMDUgYzAtMTQuOTM1IDEyLjQtMjcuMDg2IDI3LjYzNy0yNy4wODZjMy4xNSAwIDYuMiAwLjUgOSAxLjUwMmwyLjA3MS01Ljk1OEw2Mi42MTEgMTguNjJ6IiBjbGFzcz0ic3R5bGUwIi8+PHBhdGggZD0iTTUxLjEzOCA2NC4xMTVjLTcuMzYzLTAuMDEyLTEzLjMxMS01Ljk1NS0xMy4zMjQtMTMuMzIyYzAuMDE0LTcuMzYgNS45NjMtMTMuMzA5IDEzLjMyNC0xMy4zMTggYzEuNjI0IDAgMy4yIDAuMyA0LjYgMC44NDVsMi4zOS02Ljg2NGMtMi4xOTEtMC43OTMtNC41NDMtMS4yNS03LjAwNi0xLjI1Yy0xMS4zNzYgMC4wMDQtMjAuNTg5IDkuMjE1LTIwLjU4OSAyMC42IGMwIDExLjQgOS4yIDIwLjYgMjAuNiAyMC41ODljMTEuMzcxIDAgMjAuNTg2LTkuMjA5IDIwLjU4Ni0yMC41ODloMC4wMDVjLTAuMDA1LTIuNzkyLTAuNTY3LTUuNDQ2LTEuNTctNy44NzcgbC02LjU5MSAzLjEzNmMwLjU2NCAxLjUgMC45IDMuMSAwLjkgNC43NDJDNjQuNDQ1IDU4LjIgNTguNSA2NC4xIDUxLjEgNjQuMTE1eiIgY2xhc3M9InN0eWxlMCIvPjxwYXRoIGQ9Ik02MS41NTIgNDAuMjQ4bDM3LjM0My0xNy43NTVDOTMuMjc3IDEzLjIgODUgNS43IDc1LjIgMUw2MS41NTIgNDAuMjQ4eiIgY2xhc3M9InN0eWxlMCIvPjwvc3ZnPg==");
      opacity: 0.85;
      background-repeat: no-repeat;
      height: 22px;
      width: 80px; }
      footer .site-footer-copyright .socrata-logo a {
        display: block;
        width: 100%;
        height: 100%; }
    @media only screen and (min-width: 401px) {
      footer .site-footer-copyright .copyright {
        margin-right: 3em; } }

body.layout-small-footer footer,
body[class*='action_datasets_'] footer {
  padding: 0 12px;
  border-top: 0;
  background-color: #f7f7f7;
  max-height: 36px;
  overflow: hidden; }
  body.layout-small-footer footer .container,
  body[class*='action_datasets_'] footer .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  body.layout-small-footer footer .site-footer-nav,
  body.layout-small-footer footer .site-footer-copyright,
  body[class*='action_datasets_'] footer .site-footer-nav,
  body[class*='action_datasets_'] footer .site-footer-copyright {
    margin: 6px 0; }
  body.layout-small-footer footer .site-footer-nav,
  body[class*='action_datasets_'] footer .site-footer-nav {
    float: left;
    text-align: left; }
  body.layout-small-footer footer .site-footer-copyright,
  body[class*='action_datasets_'] footer .site-footer-copyright {
    float: right;
    white-space: nowrap;
    text-align: right;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
    body.layout-small-footer footer .site-footer-copyright > div,
    body[class*='action_datasets_'] footer .site-footer-copyright > div {
      display: inline-block;
      vertical-align: middle; }
      @media only screen and (max-width: 400px) {
        body.layout-small-footer footer .site-footer-copyright > div,
        body[class*='action_datasets_'] footer .site-footer-copyright > div {
          margin-top: 0; } }
    body.layout-small-footer footer .site-footer-copyright .copyright,
    body[class*='action_datasets_'] footer .site-footer-copyright .copyright {
      margin-right: 1em; }

body.layout-small-footer .site-footer-logo,
body[class*='action_datasets_'] .site-footer-logo {
  display: none; }

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

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

    TILES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.homebase-tiles .tile {
  min-height: 300px;
  height: auto;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 400px) {
    .homebase-tiles .tile {
      min-height: 350px; } }
  @media only screen and (min-width: 768px) {
    .homebase-tiles .tile {
      height: 300px; } }
  @media only screen and (min-width: 1050px) {
    .homebase-tiles .tile {
      height: 320px; } }
  @media only screen and (max-width: 650px) {
    .homebase-tiles .tile {
      margin-bottom: 0; } }
  .homebase-tiles .tile > a, .homebase-tiles .tile > div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .homebase-tiles .tile a:hover {
    background-color: rgba(255, 255, 255, 0.08); }
  .homebase-tiles .tile .icon-background {
    background-repeat: no-repeat;
    background-color: #ddd;
    background-size: cover;
    background-position: center; }
  .homebase-tiles .tile .gradient {
    background: linear-gradient(to bottom, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 8%, rgba(0, 0, 0, 0.75) 100%); }
  .homebase-tiles .tile .icon-content {
    padding: 150px 30px 20px;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.4em;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    height: auto;
    position: relative; }
    .homebase-tiles .tile .icon-content .data-type {
      font-size: 2em;
      line-height: 1em; }
    .homebase-tiles .tile .icon-content .data-icon {
      font-size: 0.75em;
      height: 100%;
      float: left;
      line-height: 1.6em; }
    .homebase-tiles .tile .icon-content .data-title {
      margin-left: 40px; }
    .homebase-tiles .tile .icon-content .description {
      margin-top: 16px;
      margin-left: 40px;
      overflow: hidden; }

.featured-stories .icon-content {
  text-shadow: 0 2px rgba(0, 0, 0, 0.4); }

.featured-pages .icon-content .info {
  margin-left: 40px;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  text-shadow: none;
  font-size: 0.75em; }

.external-dataset-custom-page #external-dataset-info {
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding: 2.35765%; }
  .external-dataset-custom-page #external-dataset-info::after {
    clear: both;
    content: "";
    display: table; }
  .external-dataset-custom-page #external-dataset-info .top-info {
    width: 100%;
    box-sizing: border-box; }
    .external-dataset-custom-page #external-dataset-info .top-info .page-title {
      line-height: initial; }
  .external-dataset-custom-page #external-dataset-info .metadata-and-resources {
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .external-dataset-custom-page #external-dataset-info .metadata-and-resources {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 65.88078%; }
        .external-dataset-custom-page #external-dataset-info .metadata-and-resources:last-child {
          margin-right: 0; } }
  .external-dataset-custom-page #external-dataset-info .owner-info {
    width: 100%;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .external-dataset-custom-page #external-dataset-info .owner-info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .external-dataset-custom-page #external-dataset-info .owner-info:last-child {
          margin-right: 0; } }
    .external-dataset-custom-page #external-dataset-info .owner-info .owner-and-engagement {
      background-color: #f2f2f2;
      border: 1px #d8d8d8 solid;
      padding: 1rem;
      margin-top: 50px; }
      .external-dataset-custom-page #external-dataset-info .owner-info .owner-and-engagement a.button {
        background: #fefefe;
        color: #004273; }
        .external-dataset-custom-page #external-dataset-info .owner-info .owner-and-engagement a.button:hover {
          background: #f1f1f1;
          color: #00518d; }
      .external-dataset-custom-page #external-dataset-info .owner-info .owner-and-engagement > div {
        line-height: 1.7rem; }
      .external-dataset-custom-page #external-dataset-info .owner-info .owner-and-engagement .owner-photo {
        height: 100px;
        width: 100px; }
      .external-dataset-custom-page #external-dataset-info .owner-info .owner-and-engagement .owner-name {
        font-style: italic; }
  .external-dataset-custom-page #external-dataset-info table {
    border: solid 1px #ddd;
    font-size: 1rem; }
    .external-dataset-custom-page #external-dataset-info table a, .external-dataset-custom-page #external-dataset-info table td {
      word-wrap: break-word;
      word-break: break-word;
      -webkit-hyphens: auto;
         -moz-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto; }
    .external-dataset-custom-page #external-dataset-info table thead {
      background: #f5f5f5; }
    .external-dataset-custom-page #external-dataset-info table tr:nth-of-type(even) {
      background: #f9f9f9; }
    .external-dataset-custom-page #external-dataset-info table th, .external-dataset-custom-page #external-dataset-info table tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      line-height: 1.125rem; }
  .external-dataset-custom-page #external-dataset-info th {
    text-align: left; }

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

  CUSTOM STYLESHEETS

  Overrides default Homebase styles.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * */
* {
  font-family: 'SourceSansProRegular', 'Open Sans', Helvetica, Arial, sans-serif; }

.header-wrapper {
  position: fixed;
  font-size: 14px;
  background-color: #004273;
  border-bottom-width: 6px;
  border-bottom-style: solid;
  border-bottom-color: #4188af;
  width: 100%;
  box-sizing: border-box;
  height: 80px;
  z-index: 100; }

.header-wrapper .header-container {
  height: 100px;
  overflow: visible; }

.header-container {
  max-width: 1336px;
  margin: 0 auto; }

header, #header {
  color: #fff;
  padding-top: 0px; }

header .header-links .site-user-nav li a {
  text-decoration: none;
  color: #fff; }

header .header-links .social-nav a, #header .header-links .social-nav a {
  color: #fff; }

input.button, a.button {
  font-size: 14px; }

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

Commerce Menu

**************/
#header-commerce .inner-logo-wrapper {
  background-color: #004273;
  position: relative;
  left: -5px;
  padding-top: 4px;
  width: 130px;
  height: 74px; }
  #header-commerce .inner-logo-wrapper a {
    width: auto;
    display: block;
    margin: 0 0 0 10px;
    width: 110px;
    height: 110px;
    background: #004273;
    border-radius: 110px; }

#header-commerce h1.header-text {
  font-size: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: "SourceSansProSemibold", "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  line-height: 2; }

#header-commerce .logo-and-name {
  clear: both; }

#header-commerce .circle-logo {
  position: relative;
  width: 120px;
  height: 120px;
  border-radius: 120px;
  background-color: #4087af;
  float: left; }

#header-commerce #header-logo {
  margin: 15px;
  width: 80px;
  height: auto; }

#header-commerce .header-name {
  float: left;
  position: relative;
  left: -4px;
  margin-top: 8px;
  overflow-y: hidden;
  margin-right: 12px; }
  #header-commerce .header-name a, #header-commerce .header-name a:visited, #header-commerce .header-name a:hover {
    color: #fff;
    letter-spacing: 0.05em;
    text-decoration: none; }

#header-commerce .commerce-menu #search-tool .drop-down-inner a.button {
  font-size: 14px; }

#header-commerce .commerce-menu #search-tool .drop-down-inner #search-block-form input[type=text] {
  font-family: 'SourceSansProRegular', 'Open Sans', Helvetica, Arial, sans-serif;
  width: 100%;
  border-radius: 4px;
  height: auto; }

#header-commerce .commerce-menu #search-tool .drop-down-inner #nav-dataset-search.search-container input[type=text] {
  width: 100%;
  font-family: 'SourceSansProRegular', 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 1;
  padding: 14px 14% 14px 2%;
  border-radius: 4px;
  height: auto; }
  #header-commerce .commerce-menu #search-tool .drop-down-inner #nav-dataset-search.search-container input[type=text]::before {
    content: ""; }
  #header-commerce .commerce-menu #search-tool .drop-down-inner #nav-dataset-search.search-container input[type=text]::after {
    content: ""; }

#header-commerce .commerce-menu #search-tool .drop-down-inner #nav-dataset-search.search-container input[type=image] {
  position: absolute;
  top: 4px;
  right: 0; }

.controller_custom_content .noticeContainer {
  top: 200px; }

.controller_custom_content .siteContentWrapper {
  position: relative;
  top: 200px; }

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

Big Commerce Button

*************/
.commerce-button-div {
  width: 275px;
  margin: 50px auto;
  position: relative; }
  .commerce-button-div a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.commerce-button {
  padding: 14px;
  margin: 50px auto;
  background: #007BBD;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  color: white; }

.commerce-button-back {
  display: none;
  position: absolute;
  text-align: center;
  color: #007BBD;
  background-color: #E3EDF3;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid #007BBD; }
  .commerce-button-back .back-description {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    font-size: 16px;
    line-height: 1.2; }

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

Search Bar

*************/
.search-container {
  position: relative;
  margin-top: 30px;
  top: 0px;
  text-align: center; }
  .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: 300px; } }
      @media only screen and (min-width: 1050px) {
        .search-container form input[type=text] {
          width: 800px; } }

.hub-header {
  text-align: center;
  font-size: 50px; }

.hub-subheader {
  text-align: center;
  margin: 10px auto;
  font-size: 16px; }

.search-container button.search-button {
  padding: 0px 6px 0px 6px; }

.search-container .search-icon {
  top: 3px;
  position: relative; }

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

.commerce-tiles .tile {
  min-height: 210px;
  height: auto;
  border: 1px solid #58A6CF;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (max-width: 400px) {
    .commerce-tiles .tile {
      min-height: 210px; } }
  @media only screen and (min-width: 768px) {
    .commerce-tiles .tile {
      height: 210px; } }
  @media only screen and (min-width: 1050px) {
    .commerce-tiles .tile {
      height: 210px; } }
  @media only screen and (max-width: 650px) {
    .commerce-tiles .tile {
      margin-bottom: 0; } }
  .commerce-tiles .tile > a, .commerce-tiles .tile > div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  .commerce-tiles .tile a:hover {
    background-color: rgba(255, 255, 255, 0.08); }
  .commerce-tiles .tile .icon-background {
    background-repeat: no-repeat;
    background-color: #ddd;
    background-size: cover;
    background-position: center; }
  .commerce-tiles .tile .gradient {
    background: linear-gradient(to bottom, rgba(226, 226, 226, 0) 0%, rgba(219, 219, 219, 0) 8%, rgba(0, 0, 0, 0.75) 100%); }
  .commerce-tiles .tile .icon-content {
    padding: 40px 10px;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.4em;
    text-align: center;
    color: #58A6CF;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    position: relative; }
    .commerce-tiles .tile .icon-content .data-icon {
      font-size: 0.75em;
      height: 100%;
      float: left;
      line-height: 1.6em; }
    .commerce-tiles .tile .icon-content .data-title {
      margin-left: 40px; }
    .commerce-tiles .tile .icon-content .description {
      margin-top: 16px;
      margin-left: 40px;
      overflow: hidden; }
    .commerce-tiles .tile .icon-content .agency-abr-name {
      font-size: 40px; }
    .commerce-tiles .tile .icon-content .agency-full-name {
      font-size: 16px;
      line-height: 1.2; }
    .commerce-tiles .tile .icon-content .sm-agency-full-name {
      font-size: 16px;
      line-height: 1.2;
      color: #A3CBE8; }
    .commerce-tiles .tile .icon-content h2 {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #58A6CF;
      line-height: 0.3em;
      margin: 20px 0 12px; }
    .commerce-tiles .tile .icon-content h2 span {
      padding: 0px 6px;
      font-size: 12px;
      color: #58A6CF;
      background: #E3EDF3; }
  .commerce-tiles .tile .tile-description {
    display: none;
    padding: 10px 0px;
    position: absolute;
    text-align: center;
    color: white;
    background-color: #007BBD;
    overflow: hidden; }
    .commerce-tiles .tile .tile-description h2 {
      width: 100%;
      text-align: center;
      border-bottom: 1px solid #58A6CF;
      line-height: 0.3em; }
    .commerce-tiles .tile .tile-description h2 span {
      padding: 0px 6px;
      font-size: 12px;
      color: #58A6CF;
      background: #007BBD; }
  .commerce-tiles .tile .tile-description p {
    padding: 12px;
    line-height: 1.2em;
    font-size: 11pt; }
  .commerce-tiles .tile .description-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }

.centered-row {
  display: none;
  text-align: center; }
  .centered-row .tile {
    float: none;
    margin: 0 auto; }

#siteFooter {
  position: relative;
  bottom: -250px;
  background-color: #E3EDF3;
  overflow: visible;
  border-top: 1px solid #004273; }
  #siteFooter footer {
    padding-top: 0px; }
    #siteFooter footer .site-footer-nav li {
      margin-bottom: 0.75em;
      margin-left: 0px; }
    #siteFooter footer .site-footer-nav a {
      color: #444;
      text-transform: uppercase;
      padding: 0 12px;
      display: block; }
  #siteFooter .site-footer-logo {
    height: 43px;
    width: 92px;
    border-top-left-radius: 110px;
    border-top-right-radius: 110px;
    position: absolute;
    top: -80px;
    background-color: #E3EDF3;
    left: 45%;
    border: 1px solid #004273;
    border-bottom: 0; }
    #siteFooter .site-footer-logo .footer-logo {
      height: 90px;
      background-color: #E3EDF3;
      border-radius: 50%;
      padding: 10px; }

.controller_datasets #noticeContainer {
  top: 150px; }

.controller_datasets .flash {
  top: 150px; }

.controller_datasets #datasetBar {
  top: 150px; }

.controller_datasets .outerContainer {
  top: 150px; }

.controller_profile #noticeContainer, .controller_user_sessions #noticeContainer, .controller_administration #noticeContainer, .controller_browse #noticeContainer, .controller_internal #noticeContainer, .controller_nominations #noticeContainer {
  top: 150px; }

.controller_profile .siteContentWrapper, .controller_user_sessions .siteContentWrapper, .controller_administration .siteContentWrapper, .controller_browse .siteContentWrapper, .controller_internal .siteContentWrapper, .controller_nominations .siteContentWrapper {
  top: 150px; }

@media only screen and (max-width: 377px) {
  #siteHeader .logo-and-name .header-name .header-text {
    width: 200px;
    font-size: 1.35em;
    padding: 5px 0; } }

@media only screen and (max-width: 333px) {
  #siteHeader .logo-and-name .header-name .header-text {
    display: none; } }

@media only screen and (max-width: 470px) {
  .contentBoxInner.loginScreen.clearfix {
    padding: 20px; }
  .loginSignupForm.firstColumn.column {
    width: 100%; } }

