﻿/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

    /**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
    audio:not([controls]) {
        display: none;
        height: 0;
    }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

    /**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
    a:active,
    a:hover {
        outline: 0;
    }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

    /**
 * Re-set default cursor for disabled elements.
 */
    button[disabled],
    html input[disabled] {
        cursor: 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.
 */
    input[type="search"] {
        -webkit-appearance: textfield;
        /* 1 */
        box-sizing: content-box;
        /* 2 */
    }

        /**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

/**
 * Define consistent border, margin, and padding.
 */
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;
}

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

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-CopyTo1:before {
    content: "\E91C";
}

.icon-CopyTo0:before {
    content: "\E91D";
}

.icon-zoom:before {
    content: "\E918";
}

.icon-search:before {
    content: "\E919";
}

.icon-download:before {
    content: "\E91A";
}

.icon-upload:before {
    content: "\E91B";
}

.icon-ContactIcon:before {
    content: "\E917";
}

.icon-amount-due:before {
    content: "\E916";
}

.icon-exclamation:before {
    content: "\E911";
}

.icon-chat:before {
    content: "\E900";
}

.icon-help:before {
    content: "\E901";
}

.icon-avaUniversity:before {
    content: "\E902";
}

.icon-forum:before {
    content: "\E903";
}

.icon-knowledgeBase:before {
    content: "\E904";
}

.icon-submitCase:before {
    content: "\E905";
}

.icon-userGuides:before {
    content: "\E906";
}

.icon-whatsNew:before {
    content: "\E907";
}

.icon-calculator:before {
    content: "\E908";
}

.icon-grab:before {
    content: "\E909";
}

.icon-bag:before {
    content: "\E90A";
}

.icon-nexus:before {
    content: "\E90B";
}

.icon-reports:before {
    content: "\E90C";
}

.icon-signature:before {
    content: "\E90D";
}

.icon-taxNotice:before {
    content: "\E90E";
}

.icon-checkmark:before {
    content: "\E601";
}

.icon-plus:before {
    content: "\E602";
}

.icon-left_arrow:before {
    content: "\E607";
}

.icon-more:before {
    content: "\E60A";
}

.icon-up_arrow:before {
    content: "\E60B";
}

.icon-inactive:before {
    content: "\E60C";
}

.icon-refresh:before {
    content: "\E610";
}

.icon-filter:before {
    content: "\E612";
}

.icon-trash:before {
    content: "\E613";
}

.icon-pencil:before {
    content: "\E614";
}

.icon-date:before {
    content: "\E617";
}

.icon-list:before {
    content: "\E619";
}

.icon-drop_arrow:before {
    content: "\E61A";
}

.icon-right_arrow:before {
    content: "\E61B";
}

.icon-sort_down_arrow:before {
    content: "\E61C";
}

.icon-raise_arrow:before {
    content: "\E61F";
}

.icon-settings:before {
    content: "\E621";
}

.icon-user:before {
    content: "\E622";
}

.icon-hamburger:before {
    content: "\E623";
}

.icon-circlecheck:before {
    content: "\E625";
}

.icon-configuration:before {
    content: "\E626";
}

.icon-returns:before {
    content: "\E629";
}

.icon-expander:before {
    content: "\E800";
}

.icon-printer:before {
    content: "\E801";
}

.icon-close:before {
    content: "\E802";
}

.icon-help2:before {
    content: "\E90F";
}

.icon-externalLink:before {
    content: "\E910";
}

.icon-envelope:before {
    content: "\E915";
}

.icon-map2:before {
    content: "\E913";
}

.icon-sphere:before {
    content: "\E914";
}

.icon-credit-card:before {
    content: "\E912";
}

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
    font-family: "foundation-icons";
    src: url("/assets/fonts/foundation-icons.eot");
    src: url("/assets/fonts/foundation-icons.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/foundation-icons.woff") format("woff"), url("/assets/fonts/foundation-icons.ttf") format("truetype"), url("/assets/fonts/foundation-icons.svg#fontcustom") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
    font-family: "foundation-icons";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    text-decoration: inherit;
}

.fi-address-book:before {
    content: "\F100";
}

.fi-alert:before {
    content: "\F101";
}

.fi-align-center:before {
    content: "\F102";
}

.fi-align-justify:before {
    content: "\F103";
}

.fi-align-left:before {
    content: "\F104";
}

.fi-align-right:before {
    content: "\F105";
}

.fi-anchor:before {
    content: "\F106";
}

.fi-annotate:before {
    content: "\F107";
}

.fi-archive:before {
    content: "\F108";
}

.fi-arrow-down:before {
    content: "\F109";
}

.fi-arrow-left:before {
    content: "\F10A";
}

.fi-arrow-right:before {
    content: "\F10B";
}

.fi-arrow-up:before {
    content: "\F10C";
}

.fi-arrows-compress:before {
    content: "\F10D";
}

.fi-arrows-expand:before {
    content: "\F10E";
}

.fi-arrows-in:before {
    content: "\F10F";
}

.fi-arrows-out:before {
    content: "\F110";
}

.fi-asl:before {
    content: "\F111";
}

.fi-asterisk:before {
    content: "\F112";
}

.fi-at-sign:before {
    content: "\F113";
}

.fi-background-color:before {
    content: "\F114";
}

.fi-battery-empty:before {
    content: "\F115";
}

.fi-battery-full:before {
    content: "\F116";
}

.fi-battery-half:before {
    content: "\F117";
}

.fi-bitcoin-circle:before {
    content: "\F118";
}

.fi-bitcoin:before {
    content: "\F119";
}

.fi-blind:before {
    content: "\F11A";
}

.fi-bluetooth:before {
    content: "\F11B";
}

.fi-bold:before {
    content: "\F11C";
}

.fi-book-bookmark:before {
    content: "\F11D";
}

.fi-book:before {
    content: "\F11E";
}

.fi-bookmark:before {
    content: "\F11F";
}

.fi-braille:before {
    content: "\F120";
}

.fi-burst-new:before {
    content: "\F121";
}

.fi-burst-sale:before {
    content: "\F122";
}

.fi-burst:before {
    content: "\F123";
}

.fi-calendar:before {
    content: "\F124";
}

.fi-camera:before {
    content: "\F125";
}

.fi-check:before {
    content: "\F126";
}

.fi-checkbox:before {
    content: "\F127";
}

.fi-clipboard-notes:before {
    content: "\F128";
}

.fi-clipboard-pencil:before {
    content: "\F129";
}

.fi-clipboard:before {
    content: "\F12A";
}

.fi-clock:before {
    content: "\F12B";
}

.fi-closed-caption:before {
    content: "\F12C";
}

.fi-cloud:before {
    content: "\F12D";
}

.fi-comment-minus:before {
    content: "\F12E";
}

.fi-comment-quotes:before {
    content: "\F12F";
}

.fi-comment-video:before {
    content: "\F130";
}

.fi-comment:before {
    content: "\F131";
}

.fi-comments:before {
    content: "\F132";
}

.fi-compass:before {
    content: "\F133";
}

.fi-contrast:before {
    content: "\F134";
}

.fi-credit-card:before {
    content: "\F135";
}

.fi-crop:before {
    content: "\F136";
}

.fi-crown:before {
    content: "\F137";
}

.fi-css3:before {
    content: "\F138";
}

.fi-database:before {
    content: "\F139";
}

.fi-die-five:before {
    content: "\F13A";
}

.fi-die-four:before {
    content: "\F13B";
}

.fi-die-one:before {
    content: "\F13C";
}

.fi-die-six:before {
    content: "\F13D";
}

.fi-die-three:before {
    content: "\F13E";
}

.fi-die-two:before {
    content: "\F13F";
}

.fi-dislike:before {
    content: "\F140";
}

.fi-dollar-bill:before {
    content: "\F141";
}

.fi-dollar:before {
    content: "\F142";
}

.fi-download:before {
    content: "\F143";
}

.fi-eject:before {
    content: "\F144";
}

.fi-elevator:before {
    content: "\F145";
}

.fi-euro:before {
    content: "\F146";
}

.fi-eye:before {
    content: "\F147";
}

.fi-fast-forward:before {
    content: "\F148";
}

.fi-female-symbol:before {
    content: "\F149";
}

.fi-female:before {
    content: "\F14A";
}

.fi-filter:before {
    content: "\F14B";
}

.fi-first-aid:before {
    content: "\F14C";
}

.fi-flag:before {
    content: "\F14D";
}

.fi-folder-add:before {
    content: "\F14E";
}

.fi-folder-lock:before {
    content: "\F14F";
}

.fi-folder:before {
    content: "\F150";
}

.fi-foot:before {
    content: "\F151";
}

.fi-foundation:before {
    content: "\F152";
}

.fi-graph-bar:before {
    content: "\F153";
}

.fi-graph-horizontal:before {
    content: "\F154";
}

.fi-graph-pie:before {
    content: "\F155";
}

.fi-graph-trend:before {
    content: "\F156";
}

.fi-guide-dog:before {
    content: "\F157";
}

.fi-hearing-aid:before {
    content: "\F158";
}

.fi-heart:before {
    content: "\F159";
}

.fi-home:before {
    content: "\F15A";
}

.fi-html5:before {
    content: "\F15B";
}

.fi-indent-less:before {
    content: "\F15C";
}

.fi-indent-more:before {
    content: "\F15D";
}

.fi-info:before {
    content: "\F15E";
}

.fi-italic:before {
    content: "\F15F";
}

.fi-key:before {
    content: "\F160";
}

.fi-laptop:before {
    content: "\F161";
}

.fi-layout:before {
    content: "\F162";
}

.fi-lightbulb:before {
    content: "\F163";
}

.fi-like:before {
    content: "\F164";
}

.fi-link:before {
    content: "\F165";
}

.fi-list-bullet:before {
    content: "\F166";
}

.fi-list-number:before {
    content: "\F167";
}

.fi-list-thumbnails:before {
    content: "\F168";
}

.fi-list:before {
    content: "\F169";
}

.fi-lock:before {
    content: "\F16A";
}

.fi-loop:before {
    content: "\F16B";
}

.fi-magnifying-glass:before {
    content: "\F16C";
}

.fi-mail:before {
    content: "\F16D";
}

.fi-male-female:before {
    content: "\F16E";
}

.fi-male-symbol:before {
    content: "\F16F";
}

.fi-male:before {
    content: "\F170";
}

.fi-map:before {
    content: "\F171";
}

.fi-marker:before {
    content: "\F172";
}

.fi-megaphone:before {
    content: "\F173";
}

.fi-microphone:before {
    content: "\F174";
}

.fi-minus-circle:before {
    content: "\F175";
}

.fi-minus:before {
    content: "\F176";
}

.fi-mobile-signal:before {
    content: "\F177";
}

.fi-mobile:before {
    content: "\F178";
}

.fi-monitor:before {
    content: "\F179";
}

.fi-mountains:before {
    content: "\F17A";
}

.fi-music:before {
    content: "\F17B";
}

.fi-next:before {
    content: "\F17C";
}

.fi-no-dogs:before {
    content: "\F17D";
}

.fi-no-smoking:before {
    content: "\F17E";
}

.fi-page-add:before {
    content: "\F17F";
}

.fi-page-copy:before {
    content: "\F180";
}

.fi-page-csv:before {
    content: "\F181";
}

.fi-page-delete:before {
    content: "\F182";
}

.fi-page-doc:before {
    content: "\F183";
}

.fi-page-edit:before {
    content: "\F184";
}

.fi-page-export-csv:before {
    content: "\F185";
}

.fi-page-export-doc:before {
    content: "\F186";
}

.fi-page-export-pdf:before {
    content: "\F187";
}

.fi-page-export:before {
    content: "\F188";
}

.fi-page-filled:before {
    content: "\F189";
}

.fi-page-multiple:before {
    content: "\F18A";
}

.fi-page-pdf:before {
    content: "\F18B";
}

.fi-page-remove:before {
    content: "\F18C";
}

.fi-page-search:before {
    content: "\F18D";
}

.fi-page:before {
    content: "\F18E";
}

.fi-paint-bucket:before {
    content: "\F18F";
}

.fi-paperclip:before {
    content: "\F190";
}

.fi-pause:before {
    content: "\F191";
}

.fi-paw:before {
    content: "\F192";
}

.fi-paypal:before {
    content: "\F193";
}

.fi-pencil:before {
    content: "\F194";
}

.fi-photo:before {
    content: "\F195";
}

.fi-play-circle:before {
    content: "\F196";
}

.fi-play-video:before {
    content: "\F197";
}

.fi-play:before {
    content: "\F198";
}

.fi-plus:before {
    content: "\F199";
}

.fi-pound:before {
    content: "\F19A";
}

.fi-power:before {
    content: "\F19B";
}

.fi-previous:before {
    content: "\F19C";
}

.fi-price-tag:before {
    content: "\F19D";
}

.fi-pricetag-multiple:before {
    content: "\F19E";
}

.fi-print:before {
    content: "\F19F";
}

.fi-prohibited:before {
    content: "\F1A0";
}

.fi-projection-screen:before {
    content: "\F1A1";
}

.fi-puzzle:before {
    content: "\F1A2";
}

.fi-quote:before {
    content: "\F1A3";
}

.fi-record:before {
    content: "\F1A4";
}

.fi-refresh:before {
    content: "\F1A5";
}

.fi-results-demographics:before {
    content: "\F1A6";
}

.fi-results:before {
    content: "\F1A7";
}

.fi-rewind-ten:before {
    content: "\F1A8";
}

.fi-rewind:before {
    content: "\F1A9";
}

.fi-rss:before {
    content: "\F1AA";
}

.fi-safety-cone:before {
    content: "\F1AB";
}

.fi-save:before {
    content: "\F1AC";
}

.fi-share:before {
    content: "\F1AD";
}

.fi-sheriff-badge:before {
    content: "\F1AE";
}

.fi-shield:before {
    content: "\F1AF";
}

.fi-shopping-bag:before {
    content: "\F1B0";
}

.fi-shopping-cart:before {
    content: "\F1B1";
}

.fi-shuffle:before {
    content: "\F1B2";
}

.fi-skull:before {
    content: "\F1B3";
}

.fi-social-500px:before {
    content: "\F1B4";
}

.fi-social-adobe:before {
    content: "\F1B5";
}

.fi-social-amazon:before {
    content: "\F1B6";
}

.fi-social-android:before {
    content: "\F1B7";
}

.fi-social-apple:before {
    content: "\F1B8";
}

.fi-social-behance:before {
    content: "\F1B9";
}

.fi-social-bing:before {
    content: "\F1BA";
}

.fi-social-blogger:before {
    content: "\F1BB";
}

.fi-social-delicious:before {
    content: "\F1BC";
}

.fi-social-designer-news:before {
    content: "\F1BD";
}

.fi-social-deviant-art:before {
    content: "\F1BE";
}

.fi-social-digg:before {
    content: "\F1BF";
}

.fi-social-dribbble:before {
    content: "\F1C0";
}

.fi-social-drive:before {
    content: "\F1C1";
}

.fi-social-dropbox:before {
    content: "\F1C2";
}

.fi-social-evernote:before {
    content: "\F1C3";
}

.fi-social-facebook:before {
    content: "\F1C4";
}

.fi-social-flickr:before {
    content: "\F1C5";
}

.fi-social-forrst:before {
    content: "\F1C6";
}

.fi-social-foursquare:before {
    content: "\F1C7";
}

.fi-social-game-center:before {
    content: "\F1C8";
}

.fi-social-github:before {
    content: "\F1C9";
}

.fi-social-google-plus:before {
    content: "\F1CA";
}

.fi-social-hacker-news:before {
    content: "\F1CB";
}

.fi-social-hi5:before {
    content: "\F1CC";
}

.fi-social-instagram:before {
    content: "\F1CD";
}

.fi-social-joomla:before {
    content: "\F1CE";
}

.fi-social-lastfm:before {
    content: "\F1CF";
}

.fi-social-linkedin:before {
    content: "\F1D0";
}

.fi-social-medium:before {
    content: "\F1D1";
}

.fi-social-myspace:before {
    content: "\F1D2";
}

.fi-social-orkut:before {
    content: "\F1D3";
}

.fi-social-path:before {
    content: "\F1D4";
}

.fi-social-picasa:before {
    content: "\F1D5";
}

.fi-social-pinterest:before {
    content: "\F1D6";
}

.fi-social-rdio:before {
    content: "\F1D7";
}

.fi-social-reddit:before {
    content: "\F1D8";
}

.fi-social-skillshare:before {
    content: "\F1D9";
}

.fi-social-skype:before {
    content: "\F1DA";
}

.fi-social-smashing-mag:before {
    content: "\F1DB";
}

.fi-social-snapchat:before {
    content: "\F1DC";
}

.fi-social-spotify:before {
    content: "\F1DD";
}

.fi-social-squidoo:before {
    content: "\F1DE";
}

.fi-social-stack-overflow:before {
    content: "\F1DF";
}

.fi-social-steam:before {
    content: "\F1E0";
}

.fi-social-stumbleupon:before {
    content: "\F1E1";
}

.fi-social-treehouse:before {
    content: "\F1E2";
}

.fi-social-tumblr:before {
    content: "\F1E3";
}

.fi-social-twitter:before {
    content: "\F1E4";
}

.fi-social-vimeo:before {
    content: "\F1E5";
}

.fi-social-windows:before {
    content: "\F1E6";
}

.fi-social-xbox:before {
    content: "\F1E7";
}

.fi-social-yahoo:before {
    content: "\F1E8";
}

.fi-social-yelp:before {
    content: "\F1E9";
}

.fi-social-youtube:before {
    content: "\F1EA";
}

.fi-social-zerply:before {
    content: "\F1EB";
}

.fi-social-zurb:before {
    content: "\F1EC";
}

.fi-sound:before {
    content: "\F1ED";
}

.fi-star:before {
    content: "\F1EE";
}

.fi-stop:before {
    content: "\F1EF";
}

.fi-strikethrough:before {
    content: "\F1F0";
}

.fi-subscript:before {
    content: "\F1F1";
}

.fi-superscript:before {
    content: "\F1F2";
}

.fi-tablet-landscape:before {
    content: "\F1F3";
}

.fi-tablet-portrait:before {
    content: "\F1F4";
}

.fi-target-two:before {
    content: "\F1F5";
}

.fi-target:before {
    content: "\F1F6";
}

.fi-telephone-accessible:before {
    content: "\F1F7";
}

.fi-telephone:before {
    content: "\F1F8";
}

.fi-text-color:before {
    content: "\F1F9";
}

.fi-thumbnails:before {
    content: "\F1FA";
}

.fi-ticket:before {
    content: "\F1FB";
}

.fi-torso-business:before {
    content: "\F1FC";
}

.fi-torso-female:before {
    content: "\F1FD";
}

.fi-torso:before {
    content: "\F1FE";
}

.fi-torsos-all-female:before {
    content: "\F1FF";
}

.fi-torsos-all:before {
    content: "\F200";
}

.fi-torsos-female-male:before {
    content: "\F201";
}

.fi-torsos-male-female:before {
    content: "\F202";
}

.fi-torsos:before {
    content: "\F203";
}

.fi-trash:before {
    content: "\F204";
}

.fi-trees:before {
    content: "\F205";
}

.fi-trophy:before {
    content: "\F206";
}

.fi-underline:before {
    content: "\F207";
}

.fi-universal-access:before {
    content: "\F208";
}

.fi-unlink:before {
    content: "\F209";
}

.fi-unlock:before {
    content: "\F20A";
}

.fi-upload-cloud:before {
    content: "\F20B";
}

.fi-upload:before {
    content: "\F20C";
}

.fi-usb:before {
    content: "\F20D";
}

.fi-video:before {
    content: "\F20E";
}

.fi-volume-none:before {
    content: "\F20F";
}

.fi-volume-strike:before {
    content: "\F210";
}

.fi-volume:before {
    content: "\F211";
}

.fi-web:before {
    content: "\F212";
}

.fi-wheelchair:before {
    content: "\F213";
}

.fi-widget:before {
    content: "\F214";
}

.fi-wrench:before {
    content: "\F215";
}

.fi-x-circle:before {
    content: "\F216";
}

.fi-x:before {
    content: "\F217";
}

.fi-yen:before {
    content: "\F218";
}

.fi-zoom-in:before {
    content: "\F219";
}

.fi-zoom-out:before {
    content: "\F21A";
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(/assets/fonts/open-sans-400.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/assets/fonts/open-sans-600.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(/assets/fonts/open-sans-600-italic.woff) format("woff");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url(/assets/fonts/open-sans-condensed-300.woff) format("woff");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url(/assets/fonts/open-sans-condensed-600.woff) format("woff");
}

.open-sans-fontface {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.open-sans-condensed-font-face {
    font-family: "Open Sans Condensed", "Helvetica Neue Light", "Helvetic Neue", sans-serif;
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(/assets/fonts/open-sans-400.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(/assets/fonts/open-sans-600.woff) format("woff");
}

@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: local("Open Sans Semibold Italic"), local("OpenSans-SemiboldItalic"), url(/assets/fonts/open-sans-600-italic.woff) format("woff");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Cond Light"), local("OpenSans-CondensedLight"), url(/assets/fonts/open-sans-condensed-300.woff) format("woff");
}

@font-face {
    font-family: "Open Sans Condensed";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Condensed Bold"), local("OpenSans-CondensedBold"), url(/assets/fonts/open-sans-condensed-600.woff) format("woff");
}

.open-sans-fontface {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.open-sans-condensed-font-face {
    font-family: "Open Sans Condensed", "Helvetica Neue Light", "Helvetic Neue", sans-serif;
}

a.active {
    color: #ff6600;
    font-weight: bold;
}

code {
    background-color: transparent;
    border: none;
    font-size: 0.92857rem;
}

.left-piped {
    position: relative;
    margin-left: 1.25rem !important;
    padding-left: 1.25rem !important;
}

    .left-piped:before {
        content: '';
        background: #cccccc;
        position: absolute;
        height: 60%;
        bottom: 5%;
        left: 0;
        width: 0.07143rem;
    }

.right-piped {
    border-right: 1px solid #cccccc;
    padding-right: 1rem !important;
}

.hide {
    display: none;
}

meta.foundation-version {
    font-family: "/5.5.3/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0em;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

html, body {
    height: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    font-size: 14px;
}

body {
    background: #fff;
    color: #5f6062;
    cursor: auto;
    font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 150%;
    margin: 0;
    padding: 0;
    position: relative;
}

a:hover {
    cursor: pointer;
}

img {
    max-width: 100%;
    height: auto;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

textarea {
    height: auto;
    min-height: 50px;
}

select {
    width: 100%;
}

.enroll-position{
    display: flex;
    justify-content: center;
}
.enroll-body-text{
    margin-top: 53px;
}
.enroll-super-title{
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 31px;
}
.enroll-sub-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
}

.code-input-styling {
    padding-top: 11px;
}

.hr-styling{
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin-bottom: 14px;
    margin-top: 4px;
    top: -10px;
    position: relative;
}
.list-item-margin{
    margin-top: 31px;
}

.margin-top-md{
    margin-top: 14px;
}
.enroll-card {
    border: 1px solid #CBCED3;
    height: 696px;
    padding: 35px;
    opacity: 1;
    margin-top: 55px;
    border-radius: 12px;
    top: 80px;
    display: flex;
    justify-content: center;
    background-color: white;
}
.enroll-section-barcode-positioning{
    display: flex;
    justify-content: space-between;
    
}
.estreik:before{
    content: '*';
    color: #ff6600;
    margin-left: 1px;
    position: relative;
    line-height: 1;
    font-size: 1.2rem;
}
.enroll-sub-card {
    width: 598px;
    height: 435px;
    top: 41px;
}
.enroll-avalara-logo {
    width: 150px;
    height: 35px;
}

.enroll-input {
    width: 300px;
}
.cursor-pointer {
    cursor: pointer;
}

.strick-style {
    color: red;
    font-size: 20px;
}
.text-opacity {
    font-size: 12px;
    color: #4f5256;
}
.show-hide-style{
    position: absolute;
    right: 10px;
    top: 32%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 12px;
    color: #0c7bab;
}
.enroll-verify-btn {
    width: 93px;
    height: 48px;
    background-color: #0c7bab;
    color: white;
    font-size: 18px;
    border: 1px;
    border-radius: 8px !important;
}
.verify-otp-card {
    background-color: white;
    border: 1px solid #e7e7e7;
}
.verify-otp-card-small {
    width: 385px;
    height: 417px;
    margin-top: 80px;
    padding: 37px;
    border-radius: 12px;
}
.verify-otp-card-title{
    margin-top: 36px;
}
.verify-otp-card-subtitle{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 24px;
}
.verify-btn-style{
    margin-top: 4px;
}
.verify-otp-cancel-btn{
    font-size: 18px;
    line-height: 30px;
    color: #0C7BAB;
    margin-left: 19px;
}
.row {
    margin: 0 auto;
    max-width: 75rem;
    width: 100%;
}

    .row:before, .row:after {
        content: " ";
        display: table;
    }

    .row:after {
        clear: both;
    }

    .row.collapse > .column,
    .row.collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row .row {
        margin: 0 -1.07143rem;
        max-width: none;
        width: auto;
    }

        .row .row:before, .row .row:after {
            content: " ";
            display: table;
        }

        .row .row:after {
            clear: both;
        }

        .row .row.collapse {
            margin: 0;
            max-width: none;
            width: auto;
        }

            .row .row.collapse:before, .row .row.collapse:after {
                content: " ";
                display: table;
            }

            .row .row.collapse:after {
                clear: both;
            }

.column,
.columns {
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    width: 100%;
    float: left;
}

    .column + .column:last-child,
    .columns + .column:last-child, .column + .columns:last-child,
    .columns + .columns:last-child {
        float: right;
    }

    .column + .column.end,
    .columns + .column.end, .column + .columns.end,
    .columns + .columns.end {
        float: left;
    }

@media only screen {
    .small-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        float: left;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.66667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.33333% !important;
    }

    .small-offset-5 {
        margin-left: 41.66667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.33333% !important;
    }

    .small-offset-8 {
        margin-left: 66.66667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.33333% !important;
    }

    .small-offset-11 {
        margin-left: 91.66667% !important;
    }

    .small-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

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

    .column.small-uncentered,
    .columns.small-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

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

@media only screen and (min-width: 40.063em) {
    .medium-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }

    .medium-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

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

    .column.medium-uncentered,
    .columns.medium-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

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

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 1.07143rem;
        padding-right: 1.07143rem;
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.66667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.33333% !important;
    }

    .large-offset-5 {
        margin-left: 41.66667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.33333% !important;
    }

    .large-offset-8 {
        margin-left: 66.66667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.33333% !important;
    }

    .large-offset-11 {
        margin-left: 91.66667% !important;
    }

    .large-reset-order {
        float: left;
        left: auto;
        margin-left: 0;
        margin-right: 0;
        right: auto;
    }

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

    .column.large-uncentered,
    .columns.large-uncentered {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

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

    .push-0 {
        position: relative;
        left: 0;
        right: auto;
    }

    .pull-0 {
        position: relative;
        right: 0;
        left: auto;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

.alert-box {
    border-style: solid;
    border-width: 2px;
    display: block;
    font-size: 1.46153rem;
    font-weight: normal;
    margin-bottom: 1.42857rem;
    padding: 1rem 1.71429rem 1rem 1rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #ff6600;
    border-color: #db5800;
    color: #fff;
}

    .alert-box .close {
        right: 0.35714rem;
        background: inherit;
        color: #fff;
        font-size: 1.46153rem;
        line-height: .9;
        margin-top: -0.73076rem;
        opacity: 0.3;
        padding: 9px 6px 4px;
        position: absolute;
        top: 0.76923rem;
    }

        .alert-box .close:hover, .alert-box .close:focus {
            opacity: 0.5;
        }

    .alert-box.radius {
        border-radius: 3px;
    }

    .alert-box.round {
        border-radius: 1000px;
    }

    .alert-box.success {
        background-color: #22ae36;
        border-color: #1d962e;
        color: #fff;
    }

    .alert-box.alert {
        background-color: #c70000;
        border-color: #ab0000;
        color: #fff;
    }

    .alert-box.secondary {
        background-color: #027fad;
        border-color: #026d95;
        color: #fff;
    }

    .alert-box.warning {
        background-color: #f08a24;
        border-color: #de770f;
        color: #fff;
    }

    .alert-box.info {
        background-color: #a0d3e8;
        border-color: #74bfdd;
        color: #4f4f4f;
    }

    .alert-box.alert-close {
        opacity: 0;
    }

button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.42857rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1.14286rem 2.28571rem 1.21429rem 2.28571rem;
    font-size: 1.14286rem;
    background-color: #ff6600;
    border-color: #ff6e0d;
    color: #fff;
    transition: background-color 300ms ease-out;
}

    button:hover, button:focus, .button:hover, .button:focus {
        background-color: #ff6e0d;
    }

    button:hover, button:focus, .button:hover, .button:focus {
        color: #fff;
    }

    button.secondary, .button.secondary {
        background-color: #027fad;
        border-color: #028bbe;
        color: #fff;
    }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            background-color: #028bbe;
        }

        button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
            color: #fff;
        }

    button.success, .button.success {
        background-color: #22ae36;
        border-color: #24bb3a;
        color: #fff;
    }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            background-color: #24bb3a;
        }

        button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
            color: #fff;
        }

    button.alert, .button.alert {
        background-color: #c70000;
        border-color: #d70000;
        color: #fff;
    }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            background-color: #d70000;
        }

        button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
            color: #fff;
        }

    button.warning, .button.warning {
        background-color: #f08a24;
        border-color: #f1902f;
        color: #fff;
    }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            background-color: #f1902f;
        }

        button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
            color: #fff;
        }

    button.info, .button.info {
        background-color: #a0d3e8;
        border-color: #a5d5e9;
        color: #333;
    }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            background-color: #a5d5e9;
        }

        button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
            color: #333;
        }

    button.large, .button.large {
        padding: 1.28571rem 2.57143rem 1.35714rem 2.57143rem;
        font-size: 1.42857rem;
    }

    button.small, .button.small {
        padding: 1rem 2rem 1.07143rem 2rem;
        font-size: 0.92857rem;
    }

    button.tiny, .button.tiny {
        padding: 0.71429rem 1.42857rem 0.78571rem 1.42857rem;
        font-size: 0.78571rem;
    }

    button.expand, .button.expand {
        padding: 1.14286rem 2.28571rem 1.21429rem 2.28571rem;
        font-size: 1.14286rem;
        padding-bottom: 1.21429rem;
        padding-top: 1.14286rem;
        padding-left: 1.14286rem;
        padding-right: 1.14286rem;
        width: 100%;
    }

    button.left-align, .button.left-align {
        text-align: left;
        text-indent: 0.85714rem;
    }

    button.right-align, .button.right-align {
        text-align: right;
        padding-right: 0.85714rem;
    }

    button.radius, .button.radius {
        border-radius: 3px;
    }

    button.round, .button.round {
        border-radius: 1000px;
    }

    button.disabled, button[disabled], .button.disabled, .button[disabled] {
        background-color: #ff6600;
        border-color: #ff6e0d;
        color: #fff;
        box-shadow: none;
        cursor: default;
        opacity: 0.7;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #ff6e0d;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            color: #fff;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
            background-color: #ff6600;
        }

        button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
            background-color: #027fad;
            border-color: #028bbe;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #028bbe;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                color: #fff;
            }

            button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
                background-color: #027fad;
            }

        button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
            background-color: #22ae36;
            border-color: #24bb3a;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #24bb3a;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                color: #fff;
            }

            button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
                background-color: #22ae36;
            }

        button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
            background-color: #c70000;
            border-color: #d70000;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #d70000;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                color: #fff;
            }

            button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
                background-color: #c70000;
            }

        button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
            background-color: #f08a24;
            border-color: #f1902f;
            color: #fff;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f1902f;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                color: #fff;
            }

            button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
                background-color: #f08a24;
            }

        button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
            background-color: #a0d3e8;
            border-color: #a5d5e9;
            color: #333;
            box-shadow: none;
            cursor: default;
            opacity: 0.7;
        }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #a5d5e9;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                color: #333;
            }

            button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
                background-color: #a0d3e8;
            }

    button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

@media only screen and (min-width: 40.063em) {
    button, .button {
        display: inline-block;
    }
}

/* Standard Forms */
form {
    margin: 0 0 1.14286rem;
}

    /* Using forms within rows, we need to set some defaults */
    form .row .row {
        margin: 0 -0.57143rem;
    }

        form .row .row .column,
        form .row .row .columns {
            padding: 0 0.57143rem;
        }

        form .row .row.collapse {
            margin: 0;
        }

            form .row .row.collapse .column,
            form .row .row.collapse .columns {
                padding: 0;
            }

            form .row .row.collapse input {
                -webkit-border-bottom-right-radius: 0;
                -webkit-border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

    form .row input.column,
    form .row input.columns,
    form .row textarea.column,
    form .row textarea.columns {
        padding-left: 0.57143rem;
    }

/* Label Styles */
label {
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 0;
    /* Styles for required inputs */
}

    label.right {
        float: none !important;
        text-align: right;
    }

    label.inline {
        margin: 0 0 1.14286rem 0;
        padding: 0.64286rem 0;
    }

    label small {
        text-transform: capitalize;
        color: #676767;
    }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 100%;
    height: 2.57143rem;
    line-height: 2.57143rem;
    overflow: hidden;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

    /* Adjust padding, alignment and radius if pre/post element is a button */
    .postfix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
    }

    .prefix.button {
        border: none;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0;
        text-align: center;
    }

        .prefix.button.radius {
            border-radius: 0;
            -webkit-border-bottom-left-radius: 3px;
            -webkit-border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            border-top-left-radius: 3px;
        }

    .postfix.button.radius {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px;
    }

    .prefix.button.round {
        border-radius: 0;
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px;
    }

    .postfix.button.round {
        border-radius: 0;
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px;
    }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-right: none;
    color: #333;
    border-color: #cccccc;
}

span.postfix, label.postfix {
    background: #f2f2f2;
    border-left: none;
    color: #333;
    border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.92857rem;
    height: 2.57143rem;
    margin: 0 0 1.14286rem 0;
    padding: 0.57143rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

    input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        border-color: #999999;
        box-shadow: 0 0 5px #999999;
    }

    input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
        background: #fafafa;
        border-color: #059bd2;
        outline: none;
    }

    input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
        background-color: #f5f6fa;
        cursor: default;
    }

    input:not([type])[disabled], input:not([type])[readonly],
    fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
    fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
    fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
    fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
    fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
    fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
    fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
    fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
    fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
    fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
    fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
    fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
    fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
    fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
    fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
    fieldset[disabled] textarea {
        background-color: #f5f6fa;
        cursor: default;
    }

    input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
        border-radius: 3px;
    }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
    border-radius: 0;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
    border-radius: 0;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
}

input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
    height: auto;
}

/* Not allow resize out of parent */
textarea {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #666666;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #666666;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}

:-ms-input-placeholder {
    color: #666666;
}

/* Add height value for select elements to match text input height */
select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fff;
    border-radius: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
    background-position: 100% center;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    color: rgba(0, 0, 0, 0.75);
    font-family: inherit;
    font-size: 0.92857rem;
    line-height: normal;
    padding: 0.57143rem;
    border-radius: 0;
    height: 2.57143rem;
}

    select::-ms-expand {
        display: none;
    }

    select.radius {
        border-radius: 3px;
    }

    select:focus {
        background-color: #f7f7f7;
        border-color: #059bd2;
    }

    select:disabled {
        background-color: #f5f6fa;
        cursor: default;
    }

    select[multiple] {
        height: auto;
    }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
    margin: 0 0 1.14286rem 0;
}

    input[type="checkbox"] + label,
    input[type="radio"] + label {
        display: inline-block;
        margin-left: 0.57143rem;
        margin-right: 1.14286rem;
        margin-bottom: 0;
        vertical-align: baseline;
    }

/* Normalize file input width */
input[type="file"] {
    width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
    border: 1px solid #ddd;
    margin: 1.28571rem 0;
    padding: 1.42857rem;
}

    fieldset legend {
        font-weight: bold;
        margin: 0;
        margin-left: -0.21429rem;
        padding: 0 0.21429rem;
    }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    font-size: 0.85714rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1.14286rem;
    margin-top: -1px;
    padding: 0.42857rem 0.64286rem 0.64286rem;
    background: #c70000;
    color: #fff;
}

[data-abide] span.error, [data-abide] small.error {
    display: none;
}

span.error, small.error {
    display: block;
    font-size: 0.85714rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1.14286rem;
    margin-top: -1px;
    padding: 0.42857rem 0.64286rem 0.64286rem;
    background: #c70000;
    color: #fff;
}

.error input,
.error textarea,
.error select {
    margin-bottom: 0;
}

    .error input[type="checkbox"],
    .error input[type="radio"] {
        margin-bottom: 1.14286rem;
    }

.error label,
.error label.error {
    color: #c70000;
}

.error small.error {
    display: block;
    font-size: 0.85714rem;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 1.14286rem;
    margin-top: -1px;
    padding: 0.42857rem 0.64286rem 0.64286rem;
    background: #c70000;
    color: #fff;
}

.error > label > small {
    background: transparent;
    color: #676767;
    display: inline;
    font-size: 60%;
    font-style: normal;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

.error span.error-message {
    display: block;
}

input.error,
textarea.error,
select.error {
    margin-bottom: 0;
}

label.error {
    color: #c70000;
}

.inline-list {
    list-style: none;
    margin-top: 0;
    margin-bottom: 1.21429rem;
    margin-left: -1.57143rem;
    margin-right: 0;
    overflow: hidden;
    padding: 0;
}

    .inline-list > li {
        display: block;
        float: left;
        list-style: none;
        margin-left: 1.57143rem;
    }

        .inline-list > li > * {
            display: block;
        }

.label {
    display: inline-block;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1;
    margin-bottom: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    padding: 0.28571rem 0.57143rem 0.42857rem;
    font-size: 0.78571rem;
    background-color: #ff6600;
    color: #fff;
}

    .label.radius {
        border-radius: 3px;
    }

    .label.round {
        border-radius: 1000px;
    }

    .label.alert {
        background-color: #c70000;
        color: #fff;
    }

    .label.warning {
        background-color: #f08a24;
        color: #fff;
    }

    .label.success {
        background-color: #22ae36;
        color: #fff;
    }

    .label.secondary {
        background-color: #027fad;
        color: #fff;
    }

    .label.info {
        background-color: #a0d3e8;
        color: #333;
    }

/* Panels */
.panel {
    border-style: none;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.42857rem;
    padding: 1.42857rem;
    background: #f2f3f7;
    color: #333;
}

    .panel > :first-child {
        margin-top: 0;
    }

    .panel > :last-child {
        margin-bottom: 0;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
        color: #333;
    }

    .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
        line-height: 1;
        margin-bottom: 0.71429rem;
    }

        .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
            line-height: 1.4;
        }

    .panel.callout {
        border-style: none;
        border-width: 1px;
        border-color: #d8d8d8;
        margin-bottom: 1.42857rem;
        padding: 1.42857rem;
        background: #fff6f0;
        color: #333;
    }

        .panel.callout > :first-child {
            margin-top: 0;
        }

        .panel.callout > :last-child {
            margin-bottom: 0;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
            color: #333;
        }

        .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
            line-height: 1;
            margin-bottom: 0.71429rem;
        }

            .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
                line-height: 1.4;
            }

        .panel.callout a:not(.button) {
            color: #008CBA;
        }

            .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
                color: #0078a0;
            }

    .panel.radius {
        border-radius: 3px;
    }

.text-left {
    text-align: left !important;
}

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

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 999999999999) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* Default Link Styles */
a {
    color: #027fad;
    line-height: inherit;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #ff6600;
    }

    a img {
        border: none;
    }

/* Default paragraph styles */
p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 0.71429rem;
    text-rendering: optimizeLegibility;
}

    p.lead {
        font-size: 1.25rem;
        line-height: 1.6;
    }

    p aside {
        font-size: 1rem;
        font-style: italic;
        line-height: 1.35;
    }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 1rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}

    h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
        color: #6f6f6f;
        font-size: 60%;
        line-height: 0;
    }

h1 {
    font-size: 1.16571rem;
}

h2 {
    font-size: 0.92571rem;
}

h3 {
    font-size: 0.94286rem;
}

h4 {
    font-size: 1.28571rem;
}

h5 {
    font-size: 1.28571rem;
}

h6 {
    font-size: 1rem;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
    font-weight: 300;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 1.42857rem 0 1.35714rem;
}

/* Helpful Typography Defaults */
em,
i {
    font-style: italic;
    line-height: inherit;
}

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

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

code {
    background-color: #9ce3fe;
    border-color: #73d8fd;
    border-style: solid;
    border-width: 1px;
    color: #000;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: normal;
    padding: 0.14286rem 0.35714rem 0.07143rem;
}

/* Lists */
ul,
ol,
dl {
    font-family: inherit;
    font-size: 1rem;
    line-height: 1.2;
    list-style-position: outside;
    margin-bottom: 0.71429rem;
}

ul {
    margin-left: 1.1rem;
}

    /* Unordered Lists */
    ul li ul,
    ul li ol {
        margin-left: 1.42857rem;
        margin-bottom: 0;
    }

    ul.square li ul, ul.circle li ul, ul.disc li ul {
        list-style: inherit;
    }

    ul.square {
        list-style-type: square;
        margin-left: 1.1rem;
    }

    ul.circle {
        list-style-type: circle;
        margin-left: 1.1rem;
    }

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

/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}

    ol li ul,
    ol li ol {
        margin-left: 1.42857rem;
        margin-bottom: 0;
    }

.no-bullet {
    list-style-type: none;
    margin-left: 0;
}

    .no-bullet li ul,
    .no-bullet li ol {
        margin-left: 1.42857rem;
        margin-bottom: 0;
        list-style: none;
    }

/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}

dl dd {
    margin-bottom: 0.85714rem;
}

/* Abbreviations */
abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #5f6062;
    cursor: help;
}

abbr {
    text-transform: none;
}

    abbr[title] {
        border-bottom: 1px dotted #ddd;
    }

/* Blockquotes */
blockquote {
    margin: 0 0 0.71429rem;
    padding: 0.64286rem 1.42857rem 0 1.35714rem;
    border-left: 1px solid #ddd;
}

    blockquote cite {
        display: block;
        font-size: 0.92857rem;
        color: #555555;
    }

        blockquote cite:before {
            content: "\2014    ";
        }

        blockquote cite a,
        blockquote cite a:visited {
            color: #555555;
        }

    blockquote,
    blockquote p {
        line-height: 1.2;
        color: #6f6f6f;
    }

/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.42857rem 0;
    border: 1px solid #ddd;
    padding: 0.71429rem 0.85714rem;
}

    .vcard li {
        margin: 0;
        display: block;
    }

    .vcard .fn {
        font-weight: bold;
        font-size: 1.07143rem;
    }

.vevent .summary {
    font-weight: bold;
}

.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.07143rem;
}

@media only screen and (min-width: 40.063em) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 1.88rem;
    }

    h2 {
        font-size: 1.64rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.64286rem;
    }

    h5 {
        font-size: 1.28571rem;
    }

    h6 {
        font-size: 1rem;
    }
}

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
    * {
        background: transparent !important;
        color: #000000 !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) ")";
    }

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

    pre,
    blockquote {
        border: 1px solid #999999;
        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.34in;
    }

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

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

/* small displays */
@media only screen {
    .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* medium displays */
@media only screen and (min-width: 40.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* large displays */
@media only screen and (min-width: 64.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xlarge displays */
@media only screen and (min-width: 90.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
    .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
        display: inherit !important;
    }

    .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
        display: none !important;
    }

    .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
    }

    table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
        display: table-row;
    }

    th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }
    /* Specific visibility for tables */
    table.show-for-landscape, table.hide-for-portrait {
        display: table !important;
    }

    thead.show-for-landscape, thead.hide-for-portrait {
        display: table-header-group !important;
    }

    tbody.show-for-landscape, tbody.hide-for-portrait {
        display: table-row-group !important;
    }

    tr.show-for-landscape, tr.hide-for-portrait {
        display: table-row !important;
    }

    td.show-for-landscape, td.hide-for-portrait,
    th.show-for-landscape,
    th.hide-for-portrait {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .show-for-portrait,
    .hide-for-landscape {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }
    /* Specific visibility for tables */
    table.show-for-portrait, table.hide-for-landscape {
        display: table !important;
    }

    thead.show-for-portrait, thead.hide-for-landscape {
        display: table-header-group !important;
    }

    tbody.show-for-portrait, tbody.hide-for-landscape {
        display: table-row-group !important;
    }

    tr.show-for-portrait, tr.hide-for-landscape {
        display: table-row !important;
    }

    td.show-for-portrait, td.hide-for-landscape,
    th.show-for-portrait,
    th.hide-for-landscape {
        display: table-cell !important;
    }
}

/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}

.hide-for-touch {
    display: inherit !important;
}

.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
    display: table !important;
}

.touch table.show-for-touch {
    display: table !important;
}

thead.hide-for-touch {
    display: table-header-group !important;
}

.touch thead.show-for-touch {
    display: table-header-group !important;
}

tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tbody.show-for-touch {
    display: table-row-group !important;
}

tr.hide-for-touch {
    display: table-row !important;
}

.touch tr.show-for-touch {
    display: table-row !important;
}

td.hide-for-touch {
    display: table-cell !important;
}

.touch td.show-for-touch {
    display: table-cell !important;
}

th.hide-for-touch {
    display: table-cell !important;
}

.touch th.show-for-touch {
    display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.show-on-focus {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .show-on-focus:focus, .show-on-focus:active {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

/* Print visibility */
.print-only,
.show-for-print {
    display: none !important;
}

@media print {
    .print-only,
    .show-for-print {
        display: block !important;
    }

    .hide-on-print,
    .hide-for-print {
        display: none !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print {
        display: table-cell !important;
    }

    th.show-for-print {
        display: table-cell !important;
    }
}

meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width : 408px)/";
    width: 64em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
    background: #f5f6fa;
}

    .contain-to-grid .top-bar {
        margin-bottom: 0;
    }

.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    left: 0;
}

    .fixed.expanded:not(.top-bar) {
        height: auto;
        max-height: 100%;
        overflow-y: auto;
        width: 100%;
    }

        .fixed.expanded:not(.top-bar) .title-area {
            position: fixed;
            width: 100%;
            z-index: 99;
        }

        .fixed.expanded:not(.top-bar) .top-bar-section {
            margin-top: 3.07143rem;
            z-index: 98;
        }

.top-bar {
    background: #f5f6fa;
    height: 3.07143rem;
    line-height: 3.07143rem;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

    .top-bar ul {
        list-style: none;
        margin-bottom: 0;
    }

    .top-bar .row {
        max-width: none;
    }

    .top-bar form,
    .top-bar input,
    .top-bar select {
        margin-bottom: 0;
    }

    .top-bar input,
    .top-bar select {
        font-size: 0.75rem;
        height: 2rem;
        padding-bottom: .35rem;
        padding-top: .35rem;
    }

    .top-bar .button, .top-bar button {
        font-size: 0.75rem;
        margin-bottom: 0;
        padding-bottom: 0.42143rem;
        padding-top: 0.42143rem;
    }

@media only screen and (max-width: 40em) {
    .top-bar .button, .top-bar button {
        position: relative;
        top: -1px;
    }
}

.top-bar .title-area {
    margin: 0;
    position: relative;
}

.top-bar .name {
    font-size: 14px;
    height: 3.07143rem;
    margin: 0;
}

    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
        font-size: 1.21429rem;
        line-height: 3.07143rem;
        margin: 0;
    }

        .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
            color: #027fad;
            display: block;
            font-weight: normal;
            padding: 0 1.02381rem;
            width: 75%;
        }

.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}

    .top-bar .toggle-topbar a {
        color: #027fad;
        display: block;
        font-size: 0.92857rem;
        font-weight: bold;
        height: 3.07143rem;
        line-height: 3.07143rem;
        padding: 0 1.02381rem;
        position: relative;
        text-transform: uppercase;
    }

    .top-bar .toggle-topbar.menu-icon {
        margin-top: -16px;
        top: 50%;
    }

        .top-bar .toggle-topbar.menu-icon a {
            color: #027fad;
            height: 34px;
            line-height: 33px;
            padding: 0 2.80952rem 0 1.02381rem;
            position: relative;
        }

            .top-bar .toggle-topbar.menu-icon a span::after {
                content: "";
                display: block;
                height: 0;
                position: absolute;
                margin-top: -8px;
                top: 50%;
                right: 1.02381rem;
                box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
                width: 16px;
            }

            .top-bar .toggle-topbar.menu-icon a span:hover:after {
                box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
            }

.top-bar.expanded {
    background: transparent;
    height: auto;
}

    .top-bar.expanded .title-area {
        background: #f5f6fa;
    }

    .top-bar.expanded .toggle-topbar a {
        color: #888;
    }

        .top-bar.expanded .toggle-topbar a span::after {
            box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888;
        }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
    .top-bar.expanded .top-bar-section .dropdown {
        clip: initial;
    }

    .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0;
    }
}

.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    transition: left 300ms ease-out;
}

    .top-bar-section ul {
        display: block;
        font-size: 14px;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .top-bar-section .divider,
    .top-bar-section [role="separator"] {
        border-top: solid 1px #1a1a1a;
        clear: both;
        height: 1px;
        width: 100%;
    }

    .top-bar-section ul li {
        background: #ff6600;
    }

        .top-bar-section ul li > a {
            color: #027fad;
            display: block;
            font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
            font-size: 1rem;
            font-weight: normal;
            padding-left: 1.02381rem;
            padding: 12px 0 12px 1.02381rem;
            text-transform: none;
            width: 100%;
        }

            .top-bar-section ul li > a.button {
                font-size: 1rem;
                padding-left: 1.02381rem;
                padding-right: 1.02381rem;
                background-color: #ff6600;
                border-color: #ff6e0d;
                color: #fff;
            }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    background-color: #ff6e0d;
                }

                .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
                    color: #fff;
                }

                .top-bar-section ul li > a.button.secondary {
                    background-color: #027fad;
                    border-color: #028bbe;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        background-color: #028bbe;
                    }

                    .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.success {
                    background-color: #22ae36;
                    border-color: #24bb3a;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        background-color: #24bb3a;
                    }

                    .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.alert {
                    background-color: #c70000;
                    border-color: #d70000;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        background-color: #d70000;
                    }

                    .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.warning {
                    background-color: #f08a24;
                    border-color: #f1902f;
                    color: #fff;
                }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        background-color: #f1902f;
                    }

                    .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
                        color: #fff;
                    }

                .top-bar-section ul li > a.button.info {
                    background-color: #a0d3e8;
                    border-color: #a5d5e9;
                    color: #333;
                }

                    .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
                        background-color: #a5d5e9;
                    }

                    .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
                        color: #333;
                    }

        .top-bar-section ul li > button {
            font-size: 1rem;
            padding-left: 1.02381rem;
            padding-right: 1.02381rem;
            background-color: #ff6600;
            border-color: #ff6e0d;
            color: #fff;
        }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                background-color: #ff6e0d;
            }

            .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
                color: #fff;
            }

            .top-bar-section ul li > button.secondary {
                background-color: #027fad;
                border-color: #028bbe;
                color: #fff;
            }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    background-color: #028bbe;
                }

                .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.success {
                background-color: #22ae36;
                border-color: #24bb3a;
                color: #fff;
            }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    background-color: #24bb3a;
                }

                .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.alert {
                background-color: #c70000;
                border-color: #d70000;
                color: #fff;
            }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    background-color: #d70000;
                }

                .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.warning {
                background-color: #f08a24;
                border-color: #f1902f;
                color: #fff;
            }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    background-color: #f1902f;
                }

                .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
                    color: #fff;
                }

            .top-bar-section ul li > button.info {
                background-color: #a0d3e8;
                border-color: #a5d5e9;
                color: #333;
            }

                .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
                    background-color: #a5d5e9;
                }

                .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
                    color: #333;
                }

        .top-bar-section ul li:hover:not(.has-form) > a {
            background-color: #555555;
            color: #ff6600;
            background: #f5f6fa;
        }

        .top-bar-section ul li.active > a {
            background: #ff6600;
            color: #fff;
        }

            .top-bar-section ul li.active > a:hover {
                background: #db5800;
                color: #fff;
            }

    .top-bar-section .has-form {
        padding: 1.02381rem;
    }

    .top-bar-section .has-dropdown {
        position: relative;
    }

        .top-bar-section .has-dropdown > a:after {
            border: inset 5px;
            content: "";
            display: block;
            height: 0;
            width: 0;
            border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
            border-left-style: solid;
            margin-right: 1.02381rem;
            margin-top: -4.5px;
            position: absolute;
            top: 50%;
            right: 0;
        }

        .top-bar-section .has-dropdown.moved {
            position: static;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                position: static !important;
                height: auto;
                width: auto;
                overflow: visible;
                clip: auto;
                display: block;
                position: absolute !important;
                width: 100%;
            }

            .top-bar-section .has-dropdown.moved > a:after {
                display: none;
            }

    .top-bar-section .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block;
        padding: 0;
        position: absolute;
        top: 0;
        z-index: 99;
        left: 100%;
    }

        .top-bar-section .dropdown li {
            height: auto;
            width: 100%;
        }

            .top-bar-section .dropdown li a {
                font-weight: normal;
                padding: 8px 1.02381rem;
            }

                .top-bar-section .dropdown li a.parent-link {
                    font-weight: normal;
                }

            .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
                margin-bottom: 0;
                margin-top: 0;
                font-size: 1.28571rem;
            }

                .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
                    color: #027fad;
                    display: block;
                }

                    .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
                        background: none;
                    }

            .top-bar-section .dropdown li.has-form {
                padding: 8px 1.02381rem;
            }

            .top-bar-section .dropdown li .button,
            .top-bar-section .dropdown li button {
                top: auto;
            }

        .top-bar-section .dropdown label {
            color: #fff;
            font-size: 0.71429rem;
            font-weight: bold;
            margin-bottom: 0;
            padding: 8px 1.02381rem 2px;
            text-transform: uppercase;
        }

.js-generated {
    display: block;
}

@media only screen and (min-width: 408px) {
    .top-bar {
        background: #f5f6fa;
        overflow: visible;
    }

        .top-bar:before, .top-bar:after {
            content: " ";
            display: table;
        }

        .top-bar:after {
            clear: both;
        }

        .top-bar .toggle-topbar {
            display: none;
        }

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

        .top-bar .name h1 a,
        .top-bar .name h2 a,
        .top-bar .name h3 a,
        .top-bar .name h4 a,
        .top-bar .name h5 a,
        .top-bar .name h6 a {
            width: auto;
        }

        .top-bar input,
        .top-bar select,
        .top-bar .button,
        .top-bar button {
            font-size: 1rem;
            height: 2rem;
            position: relative;
            top: 0.53571rem;
        }

        .top-bar .has-form > .button,
        .top-bar .has-form > button {
            font-size: 1rem;
            height: 2rem;
            position: relative;
            top: 0.53571rem;
        }

        .top-bar.expanded {
            background: #f5f6fa;
        }

    .contain-to-grid .top-bar {
        margin: 0 auto;
        margin-bottom: 0;
        max-width: 75rem;
    }

    .top-bar-section {
        transition: none 0 0;
        left: 0 !important;
    }

        .top-bar-section ul {
            display: inline;
            height: auto !important;
            width: auto;
        }

            .top-bar-section ul li {
                float: left;
            }

                .top-bar-section ul li .js-generated {
                    display: none;
                }

        .top-bar-section li.hover > a:not(.button) {
            background-color: #555555;
            background: #f5f6fa;
            color: #ff6600;
        }

        .top-bar-section li:not(.has-form) a:not(.button) {
            background: #f5f6fa;
            line-height: 3.07143rem;
            padding: 0 1.02381rem;
        }

            .top-bar-section li:not(.has-form) a:not(.button):hover {
                background-color: #555555;
                background: #f5f6fa;
            }

        .top-bar-section li.active:not(.has-form) a:not(.button) {
            background: #ff6600;
            color: #fff;
            line-height: 3.07143rem;
            padding: 0 1.02381rem;
        }

            .top-bar-section li.active:not(.has-form) a:not(.button):hover {
                background: #db5800;
                color: #fff;
            }

        .top-bar-section .has-dropdown > a {
            padding-right: 2.45238rem !important;
        }

            .top-bar-section .has-dropdown > a:after {
                border: inset 5px;
                content: "";
                display: block;
                height: 0;
                width: 0;
                border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
                border-top-style: solid;
                margin-top: -2.5px;
                top: 1.53571rem;
            }

        .top-bar-section .has-dropdown.moved {
            position: relative;
        }

            .top-bar-section .has-dropdown.moved > .dropdown {
                clip: rect(1px, 1px, 1px, 1px);
                height: 1px;
                overflow: hidden;
                position: absolute !important;
                width: 1px;
                display: block;
            }

        .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            display: block;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown > a:focus + .dropdown {
            position: static !important;
            height: auto;
            width: auto;
            overflow: visible;
            clip: auto;
            display: block;
            position: absolute !important;
        }

        .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
            border: none;
            content: "\BB";
            top: 0.21429rem;
            right: 5px;
        }

        .top-bar-section .dropdown {
            left: 0;
            background: transparent;
            min-width: 100%;
            top: auto;
        }

            .top-bar-section .dropdown li a {
                background: #ff6600;
                color: #027fad;
                line-height: 3.07143rem;
                padding: 12px 1.02381rem;
                white-space: nowrap;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
                background: #ff6600;
                color: #027fad;
            }

            .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
                background-color: #555555;
                color: #ff6600;
                background: #222222;
            }

            .top-bar-section .dropdown li label {
                background: #ff6600;
                white-space: nowrap;
            }

            .top-bar-section .dropdown li .dropdown {
                left: 100%;
                top: 0;
            }

        .top-bar-section > ul > .divider,
        .top-bar-section > ul > [role="separator"] {
            border-right: solid 1px #4e4e4e;
            border-bottom: none;
            border-top: none;
            clear: none;
            height: 3.07143rem;
            width: 0;
        }

        .top-bar-section .has-form {
            background: #f5f6fa;
            height: 3.07143rem;
            padding: 0 1.02381rem;
        }

        .top-bar-section .right li .dropdown {
            left: auto;
            right: 0;
        }

            .top-bar-section .right li .dropdown li .dropdown {
                right: 100%;
            }

        .top-bar-section .left li .dropdown {
            right: auto;
            left: 0;
        }

            .top-bar-section .left li .dropdown li .dropdown {
                left: 100%;
            }

    .no-js .top-bar-section ul li:hover > a {
        background-color: #555555;
        background: #f5f6fa;
        color: #ff6600;
    }

    .no-js .top-bar-section ul li:active > a {
        background: #ff6600;
        color: #fff;
    }

    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }

    .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
    }
}

.header-container {
    background-color: #f5f6fa;
}

.top-bar ul.title-area {
    left: 1.07143rem;
    position: absolute;
    top: 10px;
}

    .top-bar ul.title-area li img {
        height: 1.57143rem;
    }

.top-bar .top-bar-section {
    margin-top: 3.07143rem;
}

    .top-bar .top-bar-section ul li {
        background: transparent;
    }

        .top-bar .top-bar-section ul li a:after {
            display: none;
        }

@media only screen and (min-width: 408px) {
    .top-bar {
        height: 3.07143rem;
    }

        .top-bar ul.title-area {
            width: auto;
        }

        .top-bar .top-bar-section {
            margin-top: inherit;
        }

            .top-bar .top-bar-section ul.right {
                padding-right: 1.15385rem;
            }

                .top-bar .top-bar-section ul.right li a, .top-bar .top-bar-section ul.right li span,
                .top-bar .top-bar-section ul.left li a,
                .top-bar .top-bar-section ul.left li span {
                    line-height: 15px;
                    background-color: #f5f6fa;
                    font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
                    padding: 0 0 0 1.5rem;
                }

                    .top-bar .top-bar-section ul.right li a:hover,
                    .top-bar .top-bar-section ul.left li a:hover {
                        background-color: #f5f6fa;
                    }

                    .top-bar .top-bar-section ul.right li a.active,
                    .top-bar .top-bar-section ul.left li a.active {
                        color: #ff6600;
                        font-weight: bold;
                    }

                .top-bar .top-bar-section ul.right li.has-dropdown,
                .top-bar .top-bar-section ul.left li.has-dropdown {
                    position: relative;
                }

                    .top-bar .top-bar-section ul.right li.has-dropdown a:first-of-type,
                    .top-bar .top-bar-section ul.left li.has-dropdown a:first-of-type {
                        z-index: 5;
                    }

                    .top-bar .top-bar-section ul.right li.has-dropdown > a, .top-bar .top-bar-section ul.right li.has-dropdown span,
                    .top-bar .top-bar-section ul.left li.has-dropdown > a,
                    .top-bar .top-bar-section ul.left li.has-dropdown span {
                        padding: 13px 0 13px 20px !important;
                        white-space: nowrap;
                        margin-left: 0;
                        font-weight: normal;
                    }

                        .top-bar .top-bar-section ul.right li.has-dropdown > a.menu-button, .top-bar .top-bar-section ul.right li.has-dropdown span.menu-button,
                        .top-bar .top-bar-section ul.left li.has-dropdown > a.menu-button,
                        .top-bar .top-bar-section ul.left li.has-dropdown span.menu-button {
                            background-color: #e7e7e7;
                            padding-left: 20px;
                            padding-right: 20px !important;
                        }

                        .top-bar .top-bar-section ul.right li.has-dropdown > a.width-limited, .top-bar .top-bar-section ul.right li.has-dropdown span.width-limited,
                        .top-bar .top-bar-section ul.left li.has-dropdown > a.width-limited,
                        .top-bar .top-bar-section ul.left li.has-dropdown span.width-limited {
                            max-width: 20rem;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                    .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown,
                    .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown {
                        padding: 1.5rem 0;
                        background-color: #f5f6fa;
                        border: thin solid #f2f3f7;
                        border-bottom-color: #cccccc;
                        border-top-color: #f5f6fa;
                        min-width: 160px;
                        position: absolute;
                        top: 42px;
                        right: 0;
                    }

                        .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li.has-button,
                        .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li.has-button {
                            text-align: center;
                            padding: 0 2rem;
                            margin-bottom: 1rem;
                        }

                            .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li.has-button .square-button,
                            .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li.has-button .square-button {
                                width: 100%;
                                background-color: #027fad;
                                border-color: #027fad;
                                display: inline-block;
                                font-weight: 300;
                                padding: 6px 3px;
                                color: #FFF;
                            }

                                .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li.has-button .square-button:hover,
                                .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li.has-button .square-button:hover {
                                    background-color: #059bd2;
                                    border-color: #059bd2;
                                }

                                .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li.has-button .square-button.active,
                                .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li.has-button .square-button.active {
                                    background-color: #21b7f9;
                                    border-color: #21b7f9;
                                }

                                .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li.has-button .square-button.disabled,
                                .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li.has-button .square-button.disabled {
                                    border: 1px #d7d7d7 solid;
                                    background-color: #d7d7d7;
                                    color: #d7d7d7;
                                }

                                .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li.has-button .square-button.empty,
                                .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li.has-button .square-button.empty {
                                    background-color: #fff;
                                    color: #027fad;
                                }

                        .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li a,
                        .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li a {
                            background-color: #f5f6fa;
                            font-weight: 300;
                            line-height: 1rem;
                            padding: 0.5rem 28px;
                        }

                            .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li a:hover,
                            .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li a:hover {
                                background-color: #f5f6fa;
                            }

                            .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li a.active,
                            .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li a.active {
                                color: #ff6600;
                            }

                        .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li img.logo,
                        .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li img.logo {
                            height: 1rem;
                            margin-right: 0.5rem;
                            vertical-align: baseline;
                        }

                        .top-bar .top-bar-section ul.right li.has-dropdown ul.dropdown li label,
                        .top-bar .top-bar-section ul.left li.has-dropdown ul.dropdown li label {
                            background-color: #fff;
                            border-bottom: 1px solid #e7e7e7;
                            color: #72767e;
                            font-weight: normal;
                            letter-spacing: 0.07em;
                            margin: 0.5rem 19px;
                            padding-bottom: 0;
                            padding-left: 0;
                        }
}

footer {
    border-top: 2px solid #e7e7e7;
    width: 100%;
    font-family: Apertura;
    overflow-y: hidden;
    position: fixed;
    padding-top: 5px;
    margin-top: 5px;
    bottom: 0;
    background-color: #f5f6fa;
}

@media only screen and (min-width: 408px) {
    footer {
        max-height: 500px;
    }
}

@media only screen and (max-width: 40em) {
    footer {
        max-height: 140px;
    }
}

footer .row .footer-inline-list {
    margin-left: 0;
}

    footer .row .footer-inline-list li {
        list-style: none;
        float: left;
    }

@media only screen and (max-width: 40em) {
    footer .row .footer-inline-list li {
        padding-left: 1rem;
        font-size: 11px;
    }
}

footer .row .footer-inline-list li a {
    color: #027fad;
}

    footer .row .footer-inline-list li a:hover {
        color: #ff6600;
    }

footer .row .footer-link {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

    footer .row .footer-link li {
        list-style: none;
        float: left;
        font-size: 20px;
    }

@media only screen and (max-width: 40em) {
    footer .row .footer-link li {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

footer .row .footer-link li a {
    color: #027fad;
    padding-right: 40px;
}

    footer .row .footer-link li a:hover {
        color: #ff6600;
    }

footer .row .footer-link li i {
    padding-right: 10px;
}

@media only screen and (max-width: 40em) {
    footer .row .footer-link li i {
        padding-left: 2rem;
    }
}

footer .row .footer-link li img {
    vertical-align: middle;
}

footer .row ul li, footer .row p {
    color: #919195;
}

footer .row .small-anchor {
    color: #21b7f9;
}

    footer .row .small-anchor:hover {
        color: #ff6600;
    }

button.square-button {
    display: inline-block;
    padding: 0.64286rem 1.28571rem 0.71429rem 1.28571rem;
    background-color: #059bd2;
    border-color: #05a6e0;
    color: #fff;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 1.42857rem;
    font-size: 1.28571rem;
    margin: 0.14286rem 0.57143rem 0 0;
    position: relative;
    text-decoration: none;
    width: inherit;
    font-family: 'icomoon';
    line-height: 2.42857rem;
    margin: 0.14286rem 0.57143rem 0 .5rem;
    border-radius: 3px;
    border: none;
    padding: 0;
}

    button.square-button:hover, button.square-button:focus {
        background-color: #05a6e0;
    }

    button.square-button:hover, button.square-button:focus {
        color: #fff;
    }

    button.square-button.small {
        height: auto;
        padding: 0.5rem 1rem 0.57143rem 1rem;
    }

    button.square-button.disabled {
        font-family: 'icomoon';
        line-height: 2.42857rem;
        margin: 0.14286rem 0.57143rem 0 .5rem;
        border-radius: 3px;
        border: none;
        padding: 0;
    }

    button.square-button.inverse {
        background-color: #cccccc;
        color: #059bd2;
    }

    button.square-button.no-icon {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 100%;
        font-size: 2rem;
        padding-left: .5rem;
        padding-right: .5rem;
    }

    button.square-button:before {
        left: 0.64286rem;
        position: absolute;
        top: 0.21429rem;
    }

a.square-button {
    display: inline-block;
    padding: 0.14286rem 0.28571rem 0.21429rem 0.28571rem;
    background-color: #059bd2;
    border-color: #05a6e0;
    color: #fff;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 1.42857rem;
    font-size: 1.28571rem;
    margin: 0.14286rem 0.57143rem 0 0;
    position: relative;
    text-decoration: none;
    width: inherit;
}

    a.square-button:hover, a.square-button:focus {
        background-color: #05a6e0;
    }

    a.square-button:hover, a.square-button:focus {
        color: #fff;
    }

    a.square-button.active {
        background: transparent;
        font-weight: normal;
    }

        a.square-button.active:hover {
            color: #ff6600;
        }

span.square-button {
    display: inline-block;
    padding: 0.14286rem 0.28571rem 0.21429rem 0.28571rem;
    background-color: #059bd2;
    border-color: #05a6e0;
    color: #fff;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    height: 1.42857rem;
    font-size: 1.28571rem;
    margin: 0.14286rem 0.57143rem 0 0;
    position: relative;
    text-decoration: none;
    width: inherit;
}

    span.square-button:hover, span.square-button:focus {
        background-color: #05a6e0;
    }

    span.square-button:hover, span.square-button:focus {
        color: #fff;
    }

    span.square-button.active {
        background: transparent;
        font-weight: normal;
    }

        span.square-button.active:hover {
            color: #ff6600;
        }

tbody:first-of-type tr:first-of-type {
    border-top: 1px solid #ddd;
}

.truncated-field {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

p.item-count {
    color: #72767e;
    font-weight: 300;
    margin: 8px 0 0;
    padding: 10px 0;
}

.x-of-y-count, .cup-grid td.empty-placeholder {
    color: #72767e;
    font-size: 1rem;
}

.cup-grid {
    border: none;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #e7e7e7;
    border-collapse: separate;
    width: 100%;
    color: #cccccc;
}

    .cup-grid thead {
        background-color: #fff;
    }

    .cup-grid th.first-cell-content,
    .cup-grid td.first-cell-content {
        padding-left: 1.5rem;
    }

    .cup-grid th {
        border-bottom: 1px solid #e7e7e7;
        color: #72767e;
        font-size: 0.78571rem;
        font-weight: normal;
        text-transform: uppercase;
        white-space: nowrap;
        letter-spacing: 0.07em;
        vertical-align: bottom;
    }

        .cup-grid th.current-sort {
            color: #027fad;
        }

        .cup-grid th .sort-indicator {
            float: right;
            display: inline-block;
            margin: 0.35714rem 0.71429rem;
        }

        .cup-grid th.two-line-header {
            line-height: 1.5;
        }

        .cup-grid th.grid-line-actions {
            padding-left: 1.5rem;
            width: 95px;
        }

        .cup-grid th.balance {
            text-align: right;
        }

    .cup-grid td {
        vertical-align: middle;
        line-height: 2rem;
        border-bottom: 1px solid #d7d7d7;
        border-top: 6px solid #fff;
    }

        .cup-grid td.balance {
            text-align: right;
        }

        .cup-grid td.multi-actions button.icon-button {
            vertical-align: top;
            margin: 0 0 0 1rem;
            padding: 0;
        }

            .cup-grid td.multi-actions button.icon-button:before {
                top: 2px;
            }

    .cup-grid a.stealth-link {
        text-decoration: none;
        color: inherit;
    }

    .cup-grid a.button {
        margin: 0 0 0 0;
    }

    .cup-grid td.empty-placeholder {
        text-align: center;
    }

    .cup-grid tbody.alert td:first-of-type:before {
        background: #c70000;
        width: 6px;
    }

    .cup-grid tbody.warning td:first-of-type:before {
        background: #F7D660;
        width: 6px;
    }

    .cup-grid tbody:last-of-type tr:last-of-type td {
        border-bottom: none;
    }

    .cup-grid tr:first-of-type td {
        border-top: none;
    }

    .cup-grid tr.has-condition {
        background-color: #FFFFFF;
    }

        .cup-grid tr.has-condition div.has-condition {
            float: left;
        }

        .cup-grid tr.has-condition td {
            color: #c70000;
            padding-left: 25px;
            margin-left: 25px;
        }

    .cup-grid input {
        margin-bottom: 0;
    }

    .cup-grid .indicator {
        text-align: center;
    }

    .cup-grid .inline-list.inline-list-actions {
        margin: 0 0 0 -1.5rem;
    }

    .cup-grid.progressive-table {
        table-layout: fixed;
        margin: 0;
        border-bottom: none;
        border-top: none;
    }

        .cup-grid.progressive-table:first-of-type {
            border-top: 1px solid #e7e7e7;
        }

        .cup-grid.progressive-table:last-of-type {
            border-bottom: 1px solid #e7e7e7;
        }

    .cup-grid.panel {
        background-color: #f5f6fa;
        border: thin solid #f2f3f7;
        border-bottom-color: #cccccc;
        border-top-color: #f5f6fa;
    }

@media only screen and (min-width: 408px) {
    .cup-grid.panel {
        min-height: 161px;
        padding-top: 0;
    }

        .cup-grid.panel i {
            display: inline-block;
            padding-right: 0.5rem;
            padding-top: 1.2rem;
        }
}

.cup-grid.panel h2 {
    color: #919195;
    font-size: 1.64rem;
}

.cup-grid.panel.alert, .cup-grid.panel.warning {
    padding-left: 0;
}

    .cup-grid.panel.alert:before {
        background: #c70000;
        width: 8px;
        content: ' ';
        height: 13.57143rem;
        position: absolute;
        padding-left: 0;
    }

    .cup-grid.panel.warning:before {
        background: #F7D660;
        width: 8px;
        content: ' ';
        height: 13.57143rem;
        position: absolute;
        padding-left: 0;
    }

.cup-grid.panel .left {
    float: left;
    background-color: #f5f6fa;
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0;
}

.cup-grid.panel .right {
    float: right;
    background-color: #f5f6fa;
    display: inline-block;
    height: 100%;
    width: 20%;
    margin: 0;
    padding: 0;
}

.cup-grid td {
    vertical-align: middle;
    position: relative;
}

    .cup-grid td .icon-trash:before {
        font-size: 130%;
        margin-top: 0;
        top: 0;
    }

    .cup-grid td label {
        padding-left: 25px;
        margin-left: 25px;
    }

    .cup-grid td.alert span, .cup-grid td.warning span {
        padding-left: 12px;
    }

    .cup-grid td.alert:first-of-type:before {
        content: ' ';
        float: left;
        height: 100%;
        left: 0;
        top: 0;
        width: 8px;
        padding: 0;
        margin: 0;
        position: absolute;
        background-color: #c70000;
    }

    .cup-grid td.alert.info-second-row {
        color: #5f6062;
        background-color: white;
    }

        .cup-grid td.alert.info-second-row p:first-of-type {
            color: #c70000;
            padding-left: 12px;
        }

        .cup-grid td.alert.info-second-row:first-of-type:before {
            content: ' ';
            float: left;
            height: 100%;
            left: 0;
            top: 0;
            width: 8px;
            padding: 0;
            margin: 0;
            position: absolute;
            height: calc(100% + 7px);
            top: -7px;
        }

        .cup-grid td.alert.info-second-row.has-condition {
            color: #c70000;
        }

        .cup-grid td.alert.info-second-row i[class^="icon"] {
            color: #c70000;
        }

    .cup-grid td.warning:first-of-type:before {
        content: ' ';
        float: left;
        height: 100%;
        left: 0;
        top: 0;
        width: 8px;
        padding: 0;
        margin: 0;
        position: absolute;
        background-color: #F7D660;
    }

    .cup-grid td.warning.info-second-row {
        color: #5f6062;
        background-color: white;
    }

        .cup-grid td.warning.info-second-row p:first-of-type {
            color: #c70000;
            padding-left: 12px;
        }

        .cup-grid td.warning.info-second-row:first-of-type:before {
            content: ' ';
            float: left;
            height: 100%;
            left: 0;
            top: 0;
            width: 8px;
            padding: 0;
            margin: 0;
            position: absolute;
            height: calc(100% + 7px);
            top: -7px;
        }

        .cup-grid td.warning.info-second-row.has-condition {
            color: #c70000;
        }

        .cup-grid td.warning.info-second-row i[class^="icon"] {
            color: #F7D660;
        }

td.no-results, div.no-results {
    background-color: #FFF;
    border-bottom: none;
}

    td.no-results p, div.no-results p {
        color: #72767e;
        font-size: 1.1rem;
        margin: 1rem 0;
    }

        td.no-results p.no-results-banner, div.no-results p.no-results-banner {
            margin: 0.2rem 0;
            line-height: 3.5rem;
            font-size: 3rem;
            color: #e7e7e7;
        }

        td.no-results p.with-border, div.no-results p.with-border {
            border-top: 1px solid #e7e7e7;
        }

td.no-results, div.no-results {
    background-color: #FFF;
    border-bottom: none;
}

    td.no-results p, div.no-results p {
        color: #72767e;
        font-size: 1.1rem;
        margin: 1rem 0;
    }

        td.no-results p.no-results-banner, div.no-results p.no-results-banner {
            margin: 0.2rem 0;
            line-height: 3.5rem;
            font-size: 3rem;
            color: #e7e7e7;
        }

        td.no-results p.with-border, div.no-results p.with-border {
            border-top: 1px solid #e7e7e7;
        }

.field-group {
    margin-bottom: 1.14286rem;
}

    .field-group h2, .field-group h3, .field-group h4, .field-group h5, .field-group h6 {
        line-height: 1;
        margin-bottom: 0.57143rem;
    }

    .field-group .sublabel {
        line-height: 1.2;
        display: block;
        margin-bottom: 0.57143rem;
    }

    .field-group select {
        margin-bottom: 0;
    }

.form-wrap {
    background-color: #f2f3f7;
    margin-bottom: 1rem;
}

    .form-wrap ul.inline-list {
        margin-bottom: 0;
    }

    .form-wrap.row {
        margin-bottom: 1rem;
    }

.validations-summary {
    padding: 0.5rem 0;
    color: #c70000;
}

label {
    margin-top: 1rem;
    letter-spacing: 0.07rem;
    color: #72767e;
    cursor: default;
    font-size: 0.78571rem;
    font-weight: normal;
    margin-bottom: 0.21429rem;
    text-transform: uppercase;
    width: initial;
    white-space: nowrap;
}

    label.not-uppercase {
        text-transform: none;
        letter-spacing: normal;
        font-size: 1rem;
        line-height: 1rem;
    }

.form-top-with-border {
    border-top: 1px solid #e7e7e7;
    margin-top: 0;
}

.label-top-with-border {
    border-top: 1px solid #e7e7e7;
    margin-top: 0;
    padding-top: 1.07692rem;
}

.input-container {
    position: relative;
    margin-bottom: 1.14286rem;
}

    .input-container select {
        margin-bottom: 0;
    }

    .input-container.error select, .input-container.error input[type="text"], .input-container.error input[type="search"] {
        border-color: #c70000;
    }

    .input-container.error em.with-error {
        margin-top: 0;
    }

    .input-container select + .with-error {
        margin-top: 0;
    }

    .input-container .with-error {
        left: 0;
    }

.action-sheet {
    margin-top: 1.42857rem;
    margin-bottom: 0px;
}

.with-input-left {
    font-size: 0.84615rem;
    bottom: -1.23077rem;
    left: 0;
    position: absolute;
}

.with-input-right {
    font-size: 1rem;
    bottom: -1.23077rem;
    margin-bottom: 0;
    position: absolute;
    right: 0;
}

input[type="text"].error,
input[type="password"].error {
    border-color: #c70000;
}

input[type="search"] {
    padding-top: 0;
    padding-bottom: 0;
}

em.with-error, span.with-error {
    color: #c70000;
    font-size: 0.9rem;
    font-style: normal;
    line-height: 1.5rem;
    white-space: nowrap;
    position: absolute;
}

    em.with-error.wrapping-error, span.with-error.wrapping-error {
        position: relative;
        white-space: normal;
        top: -1.14286rem;
    }

::-webkit-input-placeholder {
    color: #cccccc;
    font-style: italic;
    word-spacing: .2em;
}

:-moz-placeholder {
    color: #cccccc;
    font-style: italic;
    word-spacing: .2em;
}

::-moz-placeholder {
    color: #cccccc;
    font-style: italic;
    word-spacing: .2em;
}

:-ms-input-placeholder {
    color: #cccccc;
    font-style: italic;
    word-spacing: .2em;
}

select {
    font-size: 14px;
    margin-bottom: 1.14286rem;
}

.shaded-form-focus-area {
    padding: 0.71429rem 1.42857rem;
    background: #f5f6fa;
    border-color: #f5f6fa;
}

.field-group.bottom-separator {
    border-bottom: 1px solid #e7e7e7;
}

.row.field-group {
    margin-bottom: 1.07143rem;
}

.row .action-sheet {
    clear: both;
    border-top: 1px solid #e7e7e7;
    margin-top: 1rem;
    padding-top: 2rem;
    margin-left: 0;
}

    .row .action-sheet.no-border {
        border-top: none;
    }

    .row .action-sheet li:first-of-type {
        margin-left: 0;
    }

    .row .action-sheet a.active {
        font-weight: normal;
        color: #027fad;
        margin-left: 1rem;
    }

        .row .action-sheet a.active.primary-button {
            font-weight: bold;
            color: #FFF;
            margin-left: 0;
        }

.required:after {
    content: '*';
    color: #ff6600;
    margin-left: 1px;
    position: absolute;
    line-height: 1;
    font-size: 1.2rem;
}

p.information {
    margin-top: 1em;
    padding-left: 18px;
    position: relative;
}

    p.information i.icon-exclamation {
        font-size: 1.85714rem;
        left: -9px;
        position: absolute;
        top: 3px;
    }

p.readonly {
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #cccccc;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.92857rem;
    height: 2.57143rem;
    margin: 0 0 1.14286rem 0;
    padding: 0.57143rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    border: 1px solid transparent;
    background-color: transparent;
    box-shadow: none;
    text-transform: none;
}

    p.readonly:focus {
        border-color: #999999;
        box-shadow: 0 0 5px #999999;
    }

    p.readonly:focus {
        background: #fafafa;
        border-color: #059bd2;
        outline: none;
    }

    p.readonly:disabled {
        background-color: #f5f6fa;
        cursor: default;
    }

    p.readonly[disabled], p.readonly[readonly],
    fieldset[disabled] p.readonly {
        background-color: #f5f6fa;
        cursor: default;
    }

.display-only {
    margin-top: 0.5rem;
}

span.highlight-field,
.active-highlight {
    background-color: #fafff6;
}

.numeric, input[type="number"] {
    text-align: right;
}

button, .button, a.button, input[type="submit"].button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 1000px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.42857rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.42857rem 0.85714rem 0.5rem 0.85714rem;
    background-color: #027fad;
    border-color: #028bbe;
    color: #fff;
    transition: background-color 300ms ease-out;
}
.device-action-btn{
    border-radius: 6px !important;
    font-weight: normal !important;
    padding: 0.6rem 0.9rem 0.6rem 0.9rem !important;
}

    button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus, input[type="submit"].button:hover, input[type="submit"].button:focus {
        background-color: #028bbe;
    }

    button:hover, button:focus, .button:hover, .button:focus, a.button:hover, a.button:focus, input[type="submit"].button:hover, input[type="submit"].button:focus {
        color: #fff;
    }

    button + a, .button + a, a.button + a, input[type="submit"].button + a {
        margin-left: 0.57143rem;
    }

    button[class^="icon-"], button[class*=" icon-"], .button[class^="icon-"], .button[class*=" icon-"], a.button[class^="icon-"], a.button[class*=" icon-"], input[type="submit"].button[class^="icon-"], input[type="submit"].button[class*=" icon-"] {
        font-family: 'icomoon';
    }

    button.button-processing .button-text, .button.button-processing .button-text, a.button.button-processing .button-text, input[type="submit"].button.button-processing .button-text {
        visibility: hidden;
    }

    button:active, .button:active, a.button:active, input[type="submit"].button:active {
        background-color: #54b6cc;
        border-color: #54b6cc;
    }

    button .loading-spinner, .button .loading-spinner, a.button .loading-spinner, input[type="submit"].button .loading-spinner {
        width: 1.5em;
        position: absolute;
        left: 50%;
        margin-left: -.75em;
        top: 50%;
        margin-top: -.75em;
        padding-top: .6rem;
    }

    button.disabled, button[disabled], .button.disabled {
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 0;
        border-style: solid;
        border-width: 1px;
        cursor: pointer;
        font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 1.42857rem;
        position: relative;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        padding: 0.42857rem 0.85714rem 0.5rem 0.85714rem;
        background-color: #d7d7d7;
        border-color: #d9d9d9;
        color: #333;
        border-radius: 1000px;
        transition: background-color 300ms ease-out;
        cursor: default;
        color: #fff;
    }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus {
            background-color: #d9d9d9;
        }

        button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus {
            color: #333;
        }

        button.disabled:hover, button[disabled]:hover, .button.disabled:hover {
            color: #fff;
        }

        button.disabled:active, button[disabled]:active, .button.disabled:active {
            border-color: #d7d7d7;
        }

    button.secondary-action, .button.secondary-action {
        transition: none;
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 0.5rem 1rem;
        font-weight: normal;
    }

.action-list li:not(:first-child) {
    margin-left: 14px;
}

.action-list li > * {
    display: inline-block;
    vertical-align: bottom;
}

.submit-row ul.inline-list {
    margin-bottom: 0;
}

    .submit-row ul.inline-list li.non-input {
        margin-top: 2.5rem;
        padding: 0.61538rem;
        line-height: 1.39286rem;
    }

.submit-row li:not(:first-child) {
    margin-left: 14px;
}

.submit-row.padded-submit-row {
    border-top: 1px solid #e7e7e7;
    margin-top: 2.85714rem;
    padding-top: 2.14286rem;
}

.link-button {
    display: inline-block;
    padding-top: 0.78571rem;
}

    .link-button.secondary-link-button {
        padding-top: 0.57143rem;
    }

button:focus, .button:focus {
    outline: none;
}

footer {
    border-top: 2px solid #e7e7e7;
    width: 100%;
    font-family: Apertura;
    overflow-y: hidden;
    position: fixed;
    padding-top: 5px;
    margin-top: 5px;
    bottom: 0;
    background-color: #f5f6fa;
}

@media only screen and (min-width: 408px) {
    footer {
        max-height: 500px;
    }
}

@media only screen and (max-width: 40em) {
    footer {
        max-height: 140px;
    }
}

footer .row .footer-inline-list {
    margin-left: 0;
}

    footer .row .footer-inline-list li {
        list-style: none;
        float: left;
    }

@media only screen and (max-width: 40em) {
    footer .row .footer-inline-list li {
        padding-left: 1rem;
        font-size: 11px;
    }
}

footer .row .footer-inline-list li a {
    color: #027fad;
}

    footer .row .footer-inline-list li a:hover {
        color: #ff6600;
    }

footer .row .footer-link {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

    footer .row .footer-link li {
        list-style: none;
        float: left;
        font-size: 20px;
    }

@media only screen and (max-width: 40em) {
    footer .row .footer-link li {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

footer .row .footer-link li a {
    color: #027fad;
    padding-right: 40px;
}

    footer .row .footer-link li a:hover {
        color: #ff6600;
    }

footer .row .footer-link li i {
    padding-right: 10px;
}

@media only screen and (max-width: 40em) {
    footer .row .footer-link li i {
        padding-left: 2rem;
    }
}

footer .row .footer-link li img {
    vertical-align: middle;
}

footer .row ul li, footer .row p {
    color: #919195;
}

footer .row .small-anchor {
    color: #21b7f9;
}

    footer .row .small-anchor:hover {
        color: #ff6600;
    }

.button {
    font-size: 1rem;
}

    .button.empty, .button.secondary-action.empty {
        background-color: transparent;
        transition: background-color 300ms ease-out;
        color: #027fad;
        border: 2px #027fad solid;
        font-weight: normal;
    }

        .button.empty.disabled, .button.secondary-action.empty.disabled {
            border: 2px #d7d7d7 solid;
            color: #d7d7d7;
        }

            .button.empty.disabled:hover, .button.secondary-action.empty.disabled:hover {
                background-color: transparent;
                color: #d7d7d7;
            }

        .button.empty:hover, .button.secondary-action.empty:hover {
            background-color: #FFF;
            color: #027fad;
        }

        .button.empty:active, .button.secondary-action.empty:active {
            background-color: #FFF;
        }

.inline-alert-box {
    background-color: #f5f6fa;
    border: 1px solid #f2f3f7;
    border-bottom-color: #e7e7e7;
    border-top-color: #e7e7e7;
    margin-left: 1rem;
    padding: 1rem;
}

    .inline-alert-box.info, .inline-alert-box.warning, .inline-alert-box.alert, .inline-alert-box.success {
        padding-left: 1.5rem;
    }

        .inline-alert-box.info:before, .inline-alert-box.warning:before, .inline-alert-box.alert:before, .inline-alert-box.success:before {
            content: '!';
            display: block;
            height: 102%;
            position: absolute;
            left: 0;
            top: -1px;
            width: 8px;
        }

        .inline-alert-box.info:before {
            background-color: #E3EEF6;
            color: #E3EEF6;
        }

        .inline-alert-box.warning:before {
            background-color: #F7D660;
            color: #F7D660;
        }

        .inline-alert-box.alert:before {
            background-color: #c70000;
            color: #c70000;
            height: 101%;
        }

        .inline-alert-box.success:before {
            background-color: #22ae36;
            color: #22ae36;
        }

.alert-box {
    font-size: 1rem;
    left: 50%;
    margin-left: -190px;
    padding: 1rem 1.84615rem 1rem 1rem;
    position: fixed;
    top: 30px;
    width: 380px;
    z-index: 101;
}

    .alert-box.warning {
        background: #F7D660;
        color: #72767e;
        border-color: #f2f3f7;
    }

        .alert-box.warning h2, .alert-box.warning h3, .alert-box.warning h4 {
            color: #72767e;
        }

        .alert-box.warning .button-icon a.label-icon-link i {
            color: #72767e;
        }

            .alert-box.warning .button-icon a.label-icon-link i:hover {
                color: #72767e;
            }

        .alert-box.warning a {
            color: #5f6062;
        }

            .alert-box.warning a:hover {
                color: #5f6062;
            }

    .alert-box.alert, .alert-box.error {
        background: #c70000;
        border-color: #e7e7e7;
    }

        .alert-box.alert h2, .alert-box.alert h3, .alert-box.alert h4, .alert-box.error h2, .alert-box.error h3, .alert-box.error h4 {
            color: #FFF;
        }

        .alert-box.alert .button-icon a.label-icon-link i, .alert-box.error .button-icon a.label-icon-link i {
            color: #FFF;
        }

            .alert-box.alert .button-icon a.label-icon-link i:hover, .alert-box.error .button-icon a.label-icon-link i:hover {
                color: #FFF;
            }

        .alert-box.alert a:hover, .alert-box.error a:hover {
            color: #FFF;
        }

    .alert-box a {
        color: #FFF;
    }

        .alert-box a:hover {
            color: #ff6600;
        }

    .alert-box.alert {
        border-color: #e7e7e7;
    }

    .alert-box.success {
        border-color: #e7e7e7;
    }

        .alert-box.success h3 {
            color: #FFF;
        }

    .alert-box.hide {
        display: none;
    }

    .alert-box ul {
        margin-bottom: 0;
        list-style: none;
    }

        .alert-box ul.bulleted {
            list-style: inherit;
        }

    .alert-box p:nth-of-type(n+1) {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .alert-box p:nth-of-type(n+1) ul li {
            margin-top: 1rem;
            margin-bottom: 1rem;
        }

    .alert-box .close {
        padding: 6px 1px 6px;
        text-decoration: none;
    }

    .alert-box a {
        text-decoration: underline;
    }

html {
    height: 100%;
    overflow-x: hidden;
}

.body-image-background {
    background-image: url('../assets/images/pattern_triangle.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent;
}

body {
    background: no-repeat bottom center;
    background-size: cover;
    height: auto;
    padding-bottom: 5rem;
    min-height: 100%;
}

    body div.header-container {
        border-bottom: 1px solid #ccc;
    }

.body-content {
    padding-bottom: 100px;
}

    .body-content .panel-content {
        border: 1px solid #e7e7e7;
        border-bottom-color: #ccc;
        max-width: 438px;
        width: 80%;
        background-color: #fff;
        margin-top: 30px;
        padding: 13px 24px 24px 24px;
    }
    .device-user-code{
        border-radius: 15px !important;
        margin-top: 50px !important;
        width: 36% !important;
        padding: 24px 40px 24px 40px !important;  
    }
    .device-heading{
        font-weight: 400;
    }

        .body-content .panel-content h2 {
            color: black;
            font-size: 1.64rem;
        }

        .body-content .panel-content h1.orange-text {
            color: orangered;
            margin-bottom: 0;
        }

        .body-content .panel-content .welcome-container {
            padding-bottom: 6px;
        }

        .body-content .panel-content .product-panel {
            width: 80%;
            border: 1px solid #e7e7e7;
            border-bottom-color: #ccc;
            margin: auto;
            margin-bottom: 10px;
            padding: 10px 20px;
            cursor: hand;
            cursor: pointer;
        }

            .body-content .panel-content .product-panel.last {
                margin-bottom: 35px;
            }

            .body-content .panel-content .product-panel .subscription-header {
                height: 30px;
                margin-bottom: 10px;
                margin-top: 10px;
            }

                .body-content .panel-content .product-panel .subscription-header.small-btm-margin {
                    margin-bottom: 6px;
                }

                .body-content .panel-content .product-panel .subscription-header.small-top-margin {
                    margin-top: 6px;
                }

                .body-content .panel-content .product-panel .subscription-header img {
                    margin-top: 6px;
                    width: 85px;
                    height: 20px;
                    padding: 0;
                    float: left;
                }

                .body-content .panel-content .product-panel .subscription-header h2 {
                    float: left;
                    margin: 0;
                    padding: 0;
                }

            .body-content .panel-content .product-panel:hover a {
                color: #ff6600;
            }

        .body-content .panel-content .form-group input {
            margin: 0;
        }

            .body-content .panel-content .form-group input[type=password] {
                font-family: monospace;
                letter-spacing: 2px;
            }

            .body-content .panel-content .form-group input.not-included, .body-content .panel-content .form-group input.weak-entropy {
                border: 1px solid #c70000;
            }

        .body-content .panel-content .form-group .not-included-msg,
        .body-content .panel-content .form-group .weak-entropy-msg {
            color: #c70000;
            font-style: normal;
            font-size: .9rem;
            display: none;
        }

        .body-content .panel-content .form-group .not-included + em.not-included-msg,
        .body-content .panel-content .form-group .weak-entropy ~ em.weak-entropy-msg {
            display: block;
        }

        .body-content .panel-content .input-password-container {
            position: relative;
        }

            .body-content .panel-content .input-password-container input {
                padding-right: 45px;
            }

            .body-content .panel-content .input-password-container .show-button {
                position: absolute;
                right: 10px;
                top: 0;
                height: 2.6rem;
                padding-top: 7px;
                font-size: 1rem;
                color: #027fad;
                cursor: pointer;
                cursor: hand;
            }

                .body-content .panel-content .input-password-container .show-button:hover {
                    color: #059bd2;
                }

                .body-content .panel-content .input-password-container .show-button.disabled {
                    color: #e7e7e7 !important;
                    cursor: default !important;
                }

        .body-content .panel-content .form-group {
            position: relative;
        }

            .body-content .panel-content .form-group .password-stength-box {
                margin-top: 1rem;
            }

                .body-content .panel-content .form-group .password-stength-box .strength-meter {
                    height: 10px;
                }

                    .body-content .panel-content .form-group .password-stength-box .strength-meter#strength-meter-container {
                        background-color: #e7e7e7;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-meter#strength-meter-gauge.weak {
                        width: 15%;
                        background-color: #C70000;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-meter#strength-meter-gauge.okay {
                        width: 40%;
                        background-color: #FEDB4F;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-meter#strength-meter-gauge.good {
                        width: 70%;
                        background-color: #22AE36;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-meter#strength-meter-gauge.great {
                        width: 100%;
                        background-color: #22AE36;
                    }

                .body-content .panel-content .form-group .password-stength-box .strength-text {
                    margin-top: 4px;
                    color: #cccccc;
                }

                    .body-content .panel-content .form-group .password-stength-box .strength-text.weak {
                        color: #C70000;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-text.okay {
                        color: #5f6062;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-text.good {
                        color: #22AE36;
                    }

                    .body-content .panel-content .form-group .password-stength-box .strength-text.great {
                        color: #22AE36;
                    }

            .body-content .panel-content .form-group .forgot-password-wrapper {
                text-align: right;
                text-transform: none;
                color: #5f6062;
                font-size: 1rem;
                display: block;
                letter-spacing: 0;
                margin-top: 4px;
                margin-bottom: 0;
            }

                .body-content .panel-content .form-group .forgot-password-wrapper input {
                    margin: 0 0.5rem 0 0;
                }

            .body-content .panel-content .form-group button, .body-content .panel-content .form-group .button {
                margin-bottom: 0;
                padding-left: 18px;
                padding-right: 18px;
            }

            .body-content .panel-content .form-group.actions {
                border-top: 1px solid #e7e7e7;
                margin-top: 1.5rem;
                padding-top: 1.5rem;
            }
            .body-content .panel-content .form-group.action-device
            {
                margin-top: 1.5rem;
                padding-top: 1.5rem;
            }

        .body-content .panel-content .bottom-content {
            margin-bottom: 0;
            margin-top: 3rem;
        }

            .body-content .panel-content .bottom-content.icon-envelope.stand-alone {
                color: #ff6600;
                display: block;
                font-size: 900%;
                margin: 2rem auto 0;
                text-align: center;
            }

    .body-content .alert-box {
        border: 1px solid #e7e7e7;
    }

        .body-content .alert-box.alert {
            color: #fff;
        }

        .body-content .alert-box .close {
            right: 0.35rem;
            font-size: 1.46rem;
            margin-top: -0.73rem;
            opacity: 0.3;
            position: absolute;
            top: 0.77rem;
        }

@media only screen and (max-width: 40em) {
    .body-content {
        padding-bottom: 140px;
    }
}

footer {
    position: absolute;
    bottom: 0;
}

fieldset {
    border: none;
}

.centered {
    text-align: center;
}

/*# sourceMappingURL=main-d4eab01407691dbeab6d90f17d89e142.css.map*/

.header-login {
    letter-spacing: .98px;
    font-weight: 300 !important;
    background-color: white !important;
}