@charset "UTF-8";
/*------------------------------------*    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * #SETTINGS
 */
/*!
 * inuitcss, by @csswizardry
 *
 * github.com/inuitcss | inuitcss.com
 */
/**
 * #FONTAWESOME
 */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: spin 2s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-reply-all:before {
  content: ""; }

.fa-mail-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

/**
 * #TOOLS
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * #GENERIC
 */
/*! 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; }

/*------------------------------------*    #RESET
\*------------------------------------*/
/**
 * As well as using normalize.css, it is often advantageous to remove all
 * margins from certain elements.
 */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
figure,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title],
dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u,
ins {
  text-decoration: none; }

/**
 * Apply faux underlines to inserted text via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/*------------------------------------*    #BOX-SIZING
\*------------------------------------*/
/**
 * Set the global `box-sizing` state to `border-box`.
 *
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 * paulirish.com/2012/box-sizing-border-box-ftw
 */
html {
  box-sizing: border-box; }

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

/*------------------------------------*    #SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned,this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once,here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/**
 * #BASE
 */
/*------------------------------------*    #PAGE
\*------------------------------------*/
/**
 * High-, page-level styling.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project,
 *    sourced from our default variables. The `font-size` is calculated to exist
 *    in ems, the `line-height` is calculated to exist unitlessly.
 * 2. Force scrollbars to always be visible to prevent awkward ‘jumps’ when
 *    navigating between pages that do/do not have enough content to produce
 *    scrollbars naturally.
 * 3. Ensure the page always fills at least the entire height of the viewport.
 * 4. Prevent certain mobile browsers from automatically zooming fonts.
 * 5. Fonts on OSX will look more consistent with other systems that do not
 *    render text using sub-pixel anti-aliasing.
 */
html {
  font-size: 1em;
  /* [1] */
  line-height: 1.5;
  /* [1] */
  background-color: #efefef;
  color: #444;
  overflow-y: scroll;
  /* [2] */
  min-height: 100%;
  /* [3] */
  -webkit-text-size-adjust: 100%;
  /* [4] */
  -ms-text-size-adjust: 100%;
  /* [4] */
  -moz-osx-font-smoothing: grayscale;
  /* [5] */
  -webkit-font-smoothing: antialiased;
  /* [5] */ }

html {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 14px; }
  @media screen and (min-width: 45em) {
    html {
      font-size: 16px; } }

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6.
 */
h1 {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

/*------------------------------------*    #TYPE
\*------------------------------------*/
/**
 * Typographical base selectors.
 */
/**
 * Headings 1–6.
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  color: #008DCE; }

h1 {
  margin-top: 8px;
  font-size: 1.8em; }
  @media screen and (min-width: 45em) {
    h1 {
      font-size: 2em; } }

h2 {
  font-size: 20px; }
  @media screen and (min-width: 45em) {
    h2 {
      font-size: 30px; } }

/**
 * A generic heading style which can be applied to any headings.
 */
.heading {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09091; }

/**
 * Emboldened elements.
 */
a,
strong, b,
dt {
  font-weight: 600; }

/**
 * Horizontal rules.
 */
hr {
  border: none;
  border-bottom: 2px solid #444;
  margin-bottom: 22px; }

a {
  text-decoration: none;
  color: #008DCE; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

/*------------------------------------*    #PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger: en.wikipedia.org/wiki/Lede_(news)
 */
.lede {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

/*------------------------------------*    #LISTS
\*------------------------------------*/
/**
 * Remove extra vertical spacing when nesting lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/*------------------------------------*    #IMAGES
\*------------------------------------*/
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  max-width: 100%;
  /* [1] */
  font-style: italic;
  /* [2] */
  vertical-align: middle;
  /* [3] */ }

/**
 * 1. Google Maps breaks if `max-width: 100%` acts upon it; use their selector
 *    to remove the effects.
 * 2. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
.gm-style img,
img[width],
img[height] {
  /* [2] */
  max-width: none; }

/**
 * #OBJECTS
 */
.wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px; }
  @media screen and (min-width: 45em) {
    .wrapper {
      padding-right: 24px;
      padding-left: 24px; } }

/*------------------------------------*    #LAYOUT
\*------------------------------------*/
/**
 * The inuitcss layout system uses `box-sizing: border-box;` and
 * `display: inline-block;` to create an extremely powerful, flexible
 * alternative to the traditional grid system. Combine the layout items with
 * the widths found in `trumps.widths`.
 */
/**
 * Begin a layout group.
 */
.layout {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -2px; }

/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.layout__item {
  display: inline-block;
  /* [1] */
  padding-left: 2px;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */ }

/*------------------------------------*    #BUTTONS
\*------------------------------------*/
/**
 * A simple button object.
 */
/**
 * 1. Allow us to style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Make buttons inherit font styles (often necessary when styling `input`s as
 *    buttons).
 * 4. Reset/normalize some styles.
 * 5. Force all button-styled elements to appear clickable.
 * 6. Fixes odd inner spacing in IE7.
 * 7. Subtract the border size from the padding value so that buttons do not
 *    grow larger as we add borders.
 */
.btn, .c-navbar__btn {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  font: inherit;
  /* [3] */
  text-align: center;
  /* [4] */
  margin: 0;
  /* [4] */
  cursor: pointer;
  /* [5] */
  overflow: visible;
  /* [6] */
  padding: 10px 22px;
  /* [7] */
  background-color: #008DCE;
  border: 2px solid #008DCE; }
  .btn, .c-navbar__btn, .btn:hover, .c-navbar__btn:hover, .btn:active, .c-navbar__btn:active, .btn:focus, .c-navbar__btn:focus {
    text-decoration: none;
    /* [4] */
    color: #fff; }

/**
 * Fix a Firefox bug whereby `input type="submit"` gains 2px extra padding.
 */
.btn::-moz-focus-inner, .c-navbar__btn::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
     * Small buttons.
     */
.btn--small {
  padding: 4px 10px;
  /* [7] */ }

/**
     * Full-width buttons.
     */
.btn--full {
  width: 100%; }

/*------------------------------------*    #MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.media {
  display: block; }

.media__img {
  float: left;
  margin-right: 24px; }
  .media__img > img {
    display: block; }

.media__body {
  overflow: hidden;
  display: block; }
  .media__body,
  .media__body > :last-child {
    margin-bottom: 0; }

/**
 * #COMPONENTS
 */
.browsehappy {
  margin-top: 0;
  margin-bottom: 1em;
  background: #ccc;
  color: #000;
  padding: 1em; }

.page-head {
  padding-top: 12px;
  /* [1] */
  padding-bottom: 12px;
  /* [1] */
  background-color: #eee; }

.c-navbar {
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #006a9b;
  height: 41px; }

.c-navbar__btn {
  padding: 6px 10px; }

.page-foot {
  margin: 48px 0;
  text-align: center; }

.btn, .c-navbar__btn {
  font-weight: 600;
  transition: 0.2s; }
  .btn:hover, .c-navbar__btn:hover, .btn:active, .c-navbar__btn:active, .btn:focus, .c-navbar__btn:focus {
    background-color: #006a9b;
    border-color: #006a9b; }

.btn--secondary {
  background: none;
  color: #008DCE; }
  .btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    background: none;
    color: #006a9b; }

form {
  margin-bottom: 24px; }
  form ul, form ol {
    margin-bottom: 0; }

.text {
  font-size: 1em;
  line-height: 1.5em; }

.text p {
  margin-bottom: 1.5em; }

.text a {
  font-weight: 400;
  border-bottom: 2px solid #ddd; }

.text a:hover {
  border-color: #000; }

.text mark {
  background: #008DCE;
  padding: 0 5px;
  color: #fff; }

.text blockquote {
  padding-left: 1.5em;
  border-left: 6px solid #ddd; }

.text figure {
  display: block;
  margin-bottom: 1.5em; }

.marginalia {
  color: #444; }

hr {
  display: block;
  height: 2px;
  background: #ddd;
  border: 0; }

.text hr {
  margin: 1.5em 0; }

.text ul {
  margin-bottom: 1.5em; }

.text ul ul,
.text ul ol {
  margin-bottom: 0; }

.text ul {
  margin-left: 1em; }

.text ol {
  margin-bottom: 1.5em; }

.text ol ol,
.text ol ul {
  margin-bottom: 0; }

.text ol {
  margin-left: 1.25em; }

/* Reset */
fieldset {
  border: 0;
  margin-left: -1.5em; }

/* A list of inputs */
.input-list-item {
  list-style: none;
  margin-bottom: .5em; }

.label {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  display: block;
  line-height: 1.5em;
  padding-bottom: .5em; }

.label abbr {
  color: #008DCE;
  padding-left: .25em;
  border: 0; }

.input {
  padding: .5em;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  border: 2px solid #ddd;
  background: #fff;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0; }

.input:focus {
  outline: 0;
  border-color: #008DCE; }

textarea.input {
  resize: none; }

textarea.over {
  border-color: #000; }

.input:required,
.input:invalid {
  box-shadow: none; }

.field {
  position: relative;
  margin-bottom: 1.5em; }

.field-help {
  display: block;
  font-size: .9em;
  padding: .5em 0;
  font-style: italic; }

.input-is-readonly {
  background: #efefef;
  border-color: #ddd;
  color: #777; }

.input-is-readonly:focus {
  border-color: #ddd; }

.field-with-error .input {
  border-color: #b3000a; }

.field-with-error .label {
  color: #b3000a; }

.input-is-focused {
  border-color: #008DCE; }

.input-with-radio {
  overflow: hidden;
  padding-left: 2.2em; }

.input-with-radio label {
  cursor: pointer; }

.input-with-radio .radio {
  position: relative;
  top: -1px;
  margin-left: -.8em;
  left: -0.7em; }

.input-with-checkbox {
  overflow: hidden; }

.input-with-checkbox .checkbox {
  float: left;
  margin: .3em 1em .3em .25em; }

.dropzone.dropzone-input {
  border-width: 2px;
  transition: border-color .3s;
  cursor: pointer; }

.dropzone.dropzone-input:hover {
  border-color: #bbb; }

.dropzone.dropzone-input:focus {
  border-color: #008DCE;
  outline: 0; }

.grey .dropzone.dropzone-input:hover {
  border-color: #aaa; }

.selectbox {
  width: 100%; }

.input-with-selectbox {
  overflow: hidden;
  cursor: pointer;
  padding: .5em;
  line-height: 1em; }

.input-with-selectbox .selectbox-wrapper {
  margin-right: -3em; }

.input-with-selectbox .selectbox {
  line-height: 1.5em;
  display: block;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background: none;
  outline: none;
  border-radius: 0; }

.input-with-selectbox .selectbox:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

.input-with-fileupload {
  line-height: 1em;
  padding: .75em .5em; }

.range {
  width: 100%; }

.message {
  padding: 24px;
  margin-bottom: 24px;
  color: white;
  background: #008DCE;
  font-weight: 500; }

.search-input {
  background: #efefef;
  width: 100%;
  border-radius: 5em;
  border: 2px solid transparent;
  line-height: 1em;
  font-size: 1em;
  padding: .3em .75em; }

.search-input:focus {
  outline: 0;
  border-color: #ddd; }

.tag {
  margin: 3px;
  vertical-align: top;
  display: block;
  position: relative;
  cursor: pointer;
  background: #000;
  border-radius: 3px; }

@media screen and (min-width: 30em) {
  .tag {
    display: inline-block; } }

.tag .tag-label {
  display: block;
  width: 100%;
  color: #fff;
  z-index: 1;
  padding: .25em 1em;
  text-align: left;
  white-space: nowrap; }

.tag .tag-label:focus,
.tag-is-focused .tag-label {
  outline: 0;
  background: #008DCE; }

.tag button {
  border: 0;
  background: none;
  cursor: pointer; }

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

.tag button.tag-label {
  padding-right: 3.5em; }

.tag .tag-x {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1em;
  padding: .4em 1em;
  font-style: normal;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  border-left: 1px solid rgba(255, 255, 255, 0.3); }

.tag .tag-x:hover,
.tag .tag-x:focus {
  color: #fff; }

.field-with-info {
  margin-bottom: 0; }

.field-with-line {
  clear: both;
  margin: 1.5em 0 2.5em; }

@media screen and (min-width: 60em) {
  .field-with-line {
    margin: 3.5em 0 4.5em; } }

/* Form buttons */
.buttons {
  margin: .5em 0; }

.buttons .btn-cancel {
  float: left; }

.buttons .btn-submit {
  float: right; }

.buttons-centered {
  text-align: center; }

.buttons-centered .btn, .buttons-centered .c-navbar__btn {
  margin: 0 .5em; }

.buttons-centered .btn-cancel,
.buttons-centered .btn-submit {
  float: none; }

.grey {
  background: #efefef; }

.item {
  background: #fff;
  line-height: 1em; }

.section {
  padding: 1.5em; }

.white {
  background: #fff; }

.modal-content {
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  margin: 1.5em; }

.modal-content .form {
  padding: 1.5em; }

@media screen and (min-width: 50em) {
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2); }
  .modal-content {
    position: absolute;
    width: 22em;
    top: 50%;
    left: 50%;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 10px;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0; } }

.dropzone {
  position: relative;
  border: 1px dashed #ddd;
  border-radius: .2em; }

.grey .dropzone {
  border-color: #bbb; }

.dropzone {
  border: 1px dashed #ddd;
  border-radius: .2em; }

.grey .dropzone {
  border-color: #bbb; }

.instruction {
  text-align: center;
  padding: 6em 0; }

.instruction-content {
  display: inline-block;
  padding: 0 1.5em 1.5em;
  text-align: center; }

.instruction-text {
  line-height: 1.5em;
  margin-bottom: 1.5em; }

.dashboard-section {
  display: inline-block;
  margin-bottom: 1.5em;
  width: 100%;
  vertical-align: top;
  padding: 1em 1.5em 1em; }

.dashboard-section:last-child {
  margin-bottom: 0; }

.dashboard-section ul {
  margin-bottom: 0; }

.nav > li {
  list-style: none; }

.nav > li > a {
  display: block; }

.nav-bar > li {
  float: left; }

.dropdown {
  position: relative;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px; }

.dropdown:after {
  position: absolute;
  content: "";
  top: -.5em;
  margin-left: -.1em;
  border-bottom: .5em solid #fff;
  border-left: .5em solid transparent;
  border-right: .5em solid transparent; }

.dropdown-left {
  left: 0; }

.dropdown-left:after {
  left: 1.5em; }

.dropdown-right {
  right: 0; }

.dropdown-right:after {
  right: 1.5em; }

.icon {
  font-size: 14px;
  position: relative;
  top: -1px;
  display: inline-block;
  font-style: normal;
  font-weight: bold;
  text-align: center; }

.icon-left {
  padding-right: .5em; }

.icon-right {
  padding-left: .5em; }

.avatar {
  display: block;
  line-height: 0; }

.avatar img {
  width: 4.5em;
  height: 4.5em;
  padding: 2px;
  border: 2px solid #ddd; }

.avatar-large img {
  width: 9em;
  height: 9em; }

.avatar-centered {
  text-align: center; }

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

.hgroup {
  position: relative;
  padding-bottom: .5em;
  line-height: 1.5em;
  border-bottom: 2px solid #ddd;
  margin-bottom: 1.5em; }

.hgroup a {
  position: relative;
  display: inline-block; }

.hgroup a:after {
  position: absolute;
  content: "";
  bottom: -.5em;
  margin-bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000; }

.hgroup-title {
  display: block;
  border-bottom: 2px solid #ddd;
  padding-bottom: .5em;
  margin-bottom: .5em;
  font-weight: 600;
  font-size: 1em; }

.hgroup-options {
  display: block;
  font-size: 1em;
  font-weight: 400;
  color: #777; }

.hgroup-options a {
  display: inline-block; }

.hgroup-options a:hover {
  color: #000; }

.hgroup-option-left {
  float: left; }

.hgroup-option-right {
  float: right; }

.hgroup-options .icon {
  top: 0;
  color: #000; }

.hgroup-single-line {
  border: 0;
  padding-bottom: 0; }

.hgroup-single-line .hgroup-title {
  margin-bottom: 0; }

.hgroup-single-line .hgroup-options {
  position: absolute;
  right: 0;
  top: 0; }

.hgroup-compressed {
  margin-bottom: .5em; }

/** file **/
.file {
  background: #fff;
  display: block; }

.file-preview {
  position: relative;
  display: block;
  padding-bottom: 66.66%;
  line-height: 0;
  background: #000; }

.file-preview-is-image {
  background: url(../images/pattern.png); }

.file-preview img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%; }

.file-preview span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.file-info {
  padding: 1em 1.5em;
  line-height: 1.5em;
  border-bottom: 1px solid #ddd; }

.file-name {
  display: block;
  color: #000; }

.file-meta {
  display: block; }

.file-options .btn, .file-options .c-navbar__btn {
  width: 50%;
  float: left;
  border-bottom: 0;
  padding: .75em 1.5em;
  text-align: center; }

.file-options .btn:first-child, .file-options .c-navbar__btn:first-child {
  border-right: 1px solid #ddd; }

.file-options .btn span, .file-options .c-navbar__btn span {
  display: none; }

.file-options .btn:last-child, .file-options .c-navbar__btn:last-child {
  border-bottom: 0; }

@media screen and (min-width: 120em) {
  .file-options .btn, .file-options .c-navbar__btn {
    text-align: left;
    padding: 1em 1.5em; }
  .file-options .btn span, .file-options .c-navbar__btn span {
    display: inline; } }

.field-content {
  position: relative; }

.field-icon {
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: 3em;
  border-left: 1px dashed #ddd;
  pointer-events: none;
  background: #fff; }

.field-icon .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -7px;
  color: #777; }

.field-with-icon .input {
  padding-right: 3em; }

.field-icon span {
  display: block;
  padding: 0;
  line-height: 3em;
  font-size: .8em;
  text-align: center;
  color: #777; }

.field-is-readonly .field-icon {
  background: #efefef;
  border-left-color: #ccc; }

.dropzone-text {
  text-align: center;
  line-height: 1.5em; }

.dropzone-text .marginalia {
  font-size: .9em;
  font-style: italic; }

.dropzone-progress {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -5px;
  height: 10px;
  border-radius: 2em;
  background: #ddd;
  display: none; }

.dropzone-progress span {
  display: block;
  border-radius: 2em;
  width: 0;
  height: 100%;
  background: #008DCE; }

.dropzone-is-loading {
  border-color: transparent !important; }

.dropzone-is-loading .dropzone-progress {
  display: block; }

.dropzone-is-loading .dropzone-text {
  opacity: .05; }

.label-option {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.75em;
  font-weight: 400;
  color: #777; }

.label-option:hover {
  color: #000; }

.label-option .icon {
  color: #000; }

.field-with-buttons .input {
  min-height: 10em; }

.field-buttons {
  position: absolute;
  bottom: 2px;
  left: 2px;
  right: 2px;
  border-top: 1px solid #efefef;
  background: #fff;
  line-height: 0;
  white-space: nowrap;
  text-align: center; }

.field-buttons:before,
.field-buttons:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 1em;
  pointer-events: 0;
  z-index: 1; }

.field-buttons:before {
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0)); }

.field-buttons:after {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0)); }

@media screen and (min-width: 30em) {
  .field-buttons:before,
  .field-buttons:after {
    display: none; } }

.field-buttons ul {
  overflow: auto; }

.field-buttons li {
  border-right: 1px solid #efefef;
  display: inline-block;
  float: none; }

.field-buttons li:last-child {
  border-right: 0; }

.field-buttons .btn, .field-buttons .c-navbar__btn {
  padding: .5em 1.5em;
  display: block;
  line-height: 1em;
  text-align: center;
  width: 100%; }

.field-buttons .btn:hover, .field-buttons .c-navbar__btn:hover {
  color: #000; }

.field-with-buttons .input {
  padding-bottom: 1.5em !important; }

.input-with-tags {
  padding: 3px; }

.field-with-icon .input-with-tags {
  padding-right: 3.25em; }

.tag-input {
  margin: 3px;
  vertical-align: top;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 0;
  padding: .25em;
  text-transform: lowercase;
  width: auto;
  outline: 0; }

@media screen and (min-width: 30em) {
  .tag-input {
    display: inline-block; } }

.input-with-items {
  padding: 0; }

.input-with-items .item {
  border-bottom: 1px solid #efefef; }

.input-with-items .item:last-child {
  border-bottom: 0; }

.item {
  position: relative;
  overflow: hidden; }

.item-content {
  position: relative;
  border-bottom: 1px solid #efefef;
  overflow: hidden; }

.item-info {
  padding: 1em;
  height: 4.25em;
  overflow: hidden; }

.item-title {
  padding: 0 .5em;
  display: block;
  margin-bottom: .25em;
  white-space: nowrap; }

.item-meta {
  padding: 0 .5em;
  display: block;
  white-space: nowrap; }

.item-options {
  background: #fff; }

.item-options li {
  width: 50%;
  border-left: 1px solid #efefef; }

.item-options-three li {
  width: 33.33%; }

.item-options li:first-child {
  border-left: 0; }

.item-options .btn, .item-options .c-navbar__btn {
  padding: 1em 1.5em; }

@media screen and (min-width: 50em) {
  .item-content {
    border: 0;
    line-height: 1em; }
  .item-info {
    height: 3em; }
  .item-title {
    float: left;
    margin-bottom: 0; }
  .item-meta {
    float: left; }
  .item-options {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #efefef; }
  .item-options li {
    width: auto; } }

.item-image {
  position: absolute;
  width: 4.25em;
  height: 4.25em; }

.item-image img {
  height: 100%;
  width: 100%; }

.item-with-image .item-info {
  margin-left: 4.25em; }

@media screen and (min-width: 50em) {
  .item-image {
    width: 3em;
    height: 3em; }
  .item-with-image .item-info {
    margin-left: 3em; } }

.item-condensed .item-info {
  padding: .75em .5em;
  height: auto; }

.item-condensed .item-options .btn, .item-condensed .item-options .c-navbar__btn {
  padding: 1em; }

@media screen and (min-width: 50em) {
  .item-condensed .item-info {
    height: auto; }
  .item-condensed .item-options .btn, .item-condensed .item-options .c-navbar__btn {
    padding: .75em 1.25em; }
  .item-condensed .item-options a span {
    display: none; }
  .item-condensed .item-options i {
    padding-right: 0; } }

.item-condensed.item-with-image .item-image {
  position: absolute;
  width: 3.75em;
  height: 3.75em; }

.item-condensed.item-with-image .item-info {
  margin-left: 3.75em; }

@media screen and (min-width: 50em) {
  .item-condensed.item-with-image .item-image {
    width: 2.5em;
    height: 2.5em; }
  .item-condensed.item-with-image .item-info {
    margin-left: 2.5em; } }

.item-options .icon.marginalia {
  min-width: 1em; }

.dropdown-list > li {
  white-space: nowrap; }

.dropdown-list > li > a {
  padding: .75em 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px solid #efefef; }

.dropdown-list > li > a:hover {
  color: #777; }

.dropdown-list > li > a:hover i {
  color: #000; }

.sidebar-list {
  margin-bottom: 1.5em; }

.sidebar-list > li {
  position: relative;
  white-space: nowrap;
  overflow: hidden; }

.sidebar-list > li > a {
  padding: .25em 0; }

.sidebar-list .marginalia {
  position: absolute;
  right: 0;
  padding-left: .5em; }

.sidebar-search {
  padding: .5em 0;
  margin: 0 -.25em; }

.topbar {
  position: relative;
  height: 3em;
  background: #000; }

.breadcrumb {
  position: relative;
  background: #000; }

.breadcrumb-list {
  height: 3em;
  overflow: hidden;
  display: none; }

.breadcrumb-list:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 2em;
  pointer-events: none;
  background: linear-gradient(to left, transparent, #000); }

.breadcrumb-list li:last-child .breadcrumb-label {
  max-width: none; }

.breadcrumb-link {
  position: relative;
  line-height: 1em;
  padding-left: 1.25em;
  color: #fff;
  font-weight: 400; }

.breadcrumb-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  max-width: 6em;
  padding: 1em .75em 1em 0; }

@media screen and (min-width: 50em) {
  .breadcrumb-dropdown,
  .breadcrumb .nav-icon {
    display: none; }
  .breadcrumb ul {
    display: block; } }

@media screen and (min-width: 60em) {
  .breadcrumb-label {
    max-width: 9em; } }

@media screen and (min-width: 70em) {
  .breadcrumb-label {
    max-width: 12em; } }

.breadcrumb-label:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: .75em;
  background: linear-gradient(to left, transparent, #000); }

.breadcrumb-link:hover {
  color: #999; }

.breadcrumb-link:after,
.breadcrumb-link:before {
  position: absolute;
  content: "";
  right: 0;
  height: 1.6em;
  width: 1px;
  background: #555;
  z-index: 1; }

.breadcrumb-link:after {
  top: 0;
  background: linear-gradient(to bottom, #555, #555 50%, #000);
  -ms-transform: rotate(-33.75deg);
  transform: rotate(-33.75deg); }

.breadcrumb-link:before {
  bottom: 0;
  background: linear-gradient(to top, #555, #555 50%, #000);
  -ms-transform: rotate(33.75deg);
  transform: rotate(33.75deg); }

.nav-icon {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 1em 0 1em;
  text-align: center;
  line-height: 1em;
  height: 3em;
  width: 4em; }

.nav-icon:hover {
  color: #999; }

.nav-icon-left {
  border-right: 1px solid #555; }

.nav-icon-right {
  border-left: 1px solid #555; }

.languages {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.5em;
  bottom: 0;
  border-left: 1px solid #555;
  text-align: center;
  background: #000;
  z-index: 100; }

.languages-toggle {
  display: block;
  color: #fff;
  line-height: 3em;
  text-transform: uppercase; }

.languages-toggle span {
  position: relative;
  padding-right: 1.25em; }

.languages-toggle span:after {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  border-top: .3em solid #fff;
  border-left: .3em solid transparent;
  border-right: .3em solid transparent; }

.languages .dropdown {
  width: 100%; }

.languages .dropdown:after {
  left: 50%;
  margin-left: -.5em; }

.pagination {
  position: relative;
  margin-bottom: 2.5em; }

.pagination a,
.pagination span {
  padding: .5em 0;
  display: block; }

.pagination .pagination-prev {
  float: left;
  padding-right: 1em; }

.pagination-index {
  position: absolute;
  left: 2em;
  right: 2em;
  text-align: center;
  color: #777; }

.pagination .pagination-next {
  float: right;
  padding-left: 1em; }

.pagination .pagination-inactive {
  color: #ddd;
  pointer-events: none; }

.grid {
  margin-left: -1.5em; }

.grid-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-left: 1.5em; }

.grid-full {
  margin-left: 0; }

.grid-full .grid-item {
  padding-left: 0; }

.field-grid {
  margin-left: -1.5em; }

.field-grid-item {
  float: left;
  width: 100%;
  padding-left: 1.5em;
  vertical-align: top; }

@media screen and (min-width: 60em) {
  .field-grid-item-1-2,
  .field-grid-item-2-4 {
    width: 50%; }
  .field-grid-item-1-3 {
    width: 33.33333%; }
  .field-grid-item-2-3 {
    width: 66.666666%; }
  .field-grid-item-1-4 {
    width: 25%; }
  .field-grid-item-3-4 {
    width: 75%; } }

.dashboard-section .field:last-child {
  margin-bottom: .5em; }

.bars {
  position: relative;
  min-height: 100%; }

.sidebar {
  padding: 1.5em; }

.sidebar-content {
  background: #fff; }

.sidebar-toggle {
  position: relative;
  font-weight: 400;
  display: block;
  padding: 1em 1.5em;
  color: #777;
  background: #efefef;
  border: 2px solid #ddd;
  border-radius: 3px; }

.sidebar-toggle:hover {
  color: #000; }

.sidebar-toggle:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1.5em;
  margin-top: -.15em;
  border-top: .4em solid #000;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent; }

.sidebar-expanded .sidebar-toggle:before {
  content: attr(data-hide); }

.sidebar-expanded .sidebar-toggle {
  background: #fff;
  border-color: #fff;
  border-bottom: 1px dashed #ddd; }

.sidebar-expanded .sidebar-toggle span {
  display: none; }

.sidebar-expanded .sidebar-toggle:after {
  border-top: 0;
  border-bottom: .4em solid #000; }

.sidebar-content {
  display: none; }

.sidebar-expanded .sidebar-content {
  display: block; }

@media screen and (min-width: 50em) {
  .sidebar {
    width: 33.33%;
    float: left;
    padding: 0; }
  .sidebar-toggle {
    display: none !important; }
  .sidebar-content {
    display: block !important; }
  .mainbar {
    width: 66.66%;
    float: left; }
  .bars-with-sidebar-left:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 33.33%;
    background: #fff;
    z-index: -1; } }

/** Topbar **/
.topbar .nav-icon {
  position: absolute;
  top: 0; }

.topbar .nav-icon-left {
  left: 0; }

.topbar .nav-icon-right {
  right: 0; }

.topbar .breadcrumb {
  margin-left: 4em; }

.topbar .dropdown {
  position: absolute;
  z-index: 1000;
  top: 3em; }

.files .grid-item {
  margin-bottom: 1.5em; }

@media screen and (min-width: 40em) {
  .files .grid-item {
    width: 50%; } }

@media screen and (min-width: 50em) {
  .files .grid-item {
    width: 33.33%; } }

@media screen and (min-width: 60em) {
  .files .grid-item {
    width: 25%; } }

@media screen and (min-width: 70em) {
  .files .grid-item {
    width: 20%; } }

@media screen and (min-width: 80em) {
  .files .grid-item {
    width: 16.66%; } }

.subpages-grid .grid-item {
  margin-bottom: 1.5em; }

.subpages-grid h3 {
  margin-bottom: 1em;
  font-weight: 400;
  color: #777; }

.subpages .items.sortable .item-info {
  cursor: move; }

@media screen and (min-width: 50em) {
  .subpages-grid .grid-item {
    width: 50%; } }

@media screen and (min-width: 40em) {
  .dashboard {
    -webkit-column-count: 2;
    -webkit-column-gap: 1.5em;
    -moz-column-count: 2;
    -moz-column-gap: 1.5em;
    column-count: 2;
    column-gap: 1.5em; } }

@media screen and (min-width: 60em) {
  .dashboard {
    column-count: 3; } }

.fileview {
  background: #fff; }

.fileview-image {
  position: relative;
  padding-bottom: 66.66%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCOTdEOEI3OUE3MDMxMUUzOEIxNEZERTM0N0EzRjlGMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCOTdEOEI3QUE3MDMxMUUzOEIxNEZERTM0N0EzRjlGMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5N0Q4Qjc3QTcwMzExRTM4QjE0RkRFMzQ3QTNGOUYxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkI5N0Q4Qjc4QTcwMzExRTM4QjE0RkRFMzQ3QTNGOUYxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jGcG/wAAAAlQTFRF////zMzMzc3NCvMx6wAAACJJREFUeNpiYGRkYgQBBhgYIAGEBCO6SpIFmKCADDMAAgwATVgAkU8MrdIAAAAASUVORK5CYII=);
  text-align: center;
  overflow: hidden; }

.fileview-image-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 75%;
  max-height: 75%;
  width: 100%; }

.fileview-image-link span {
  background: #000;
  display: inline-block;
  line-height: 1.5em;
  padding: 1em 1.5em;
  border-radius: 3px;
  color: #999;
  font-weight: 300;
  overflow: hidden; }

.fileview-image-link strong {
  color: #fff;
  font-weight: 400;
  display: block; }

.fileview-preview-link {
  height: 100%; }

.fileview-preview-link i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 0;
  height: 100%;
  width: 100%; }

.fileview-nav {
  position: absolute;
  top: 50%;
  left: 0em;
  right: 0em;
  margin-top: -1.5em; }

.fileview-nav a {
  display: block;
  padding: 1em; }

.fileview-nav-prev {
  float: left; }

.fileview-nav-next {
  float: right; }

.fileview-options {
  margin-top: 6em;
  border-top: 2px solid #ddd; }

.fileview-options li {
  width: 100%; }

.fileview-options .btn, .fileview-options .c-navbar__btn {
  padding: .75em 0;
  border-bottom: 1px solid #ddd; }

@media screen and (min-width: 50em) {
  .fileview {
    position: absolute;
    top: 3em;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
  .fileview-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    padding: 0; }
  .fileview-sidebar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    overflow: auto; }
  .fileview-options {
    margin-bottom: 6em; }
  .fileview-options li {
    width: 33.33%; }
  .fileview-options .btn, .fileview-options .c-navbar__btn {
    padding: 1em;
    text-align: center;
    border-bottom: none; } }

@media screen and (min-width: 65em) {
  .fileview-nav {
    left: 1.5em;
    right: 1.5em; }
  .fileview-image {
    right: 33.33%; }
  .fileview-sidebar {
    width: 33.33%; } }

.items .item {
  margin-bottom: 1.5em; }

.items .item:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 50em) {
  .items .item {
    margin-bottom: 1px; } }

.subpages {
  padding: .25em; }

.subpages .item {
  margin-bottom: .25em; }

@media screen and (min-width: 50em) {
  .subpages .item {
    margin-bottom: 1px; } }

.items-with-borders {
  border: 1px solid #ddd; }

.form .buttons {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px; }
  @media screen and (min-width: 45em) {
    .form .buttons {
      margin-left: 300px;
      padding: 12px; } }
  .form .buttons input[type=submit] {
    margin-left: 2px;
    margin-top: 2px;
    padding: 6px 12px; }

.listing__item {
  position: relative;
  background-color: white;
  padding: 12px;
  margin-bottom: 2px; }

.listing__item__progress {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 141, 206, 0.5);
  display: block;
  height: 100%; }

.listing__item__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 12px; }

.mgfad {
  margin: 0 auto;
  display: inline-block;
  float: right;
  margin: 24px 0; }

.mgfad__logo {
  display: inline-block;
  padding: 12px;
  background-color: white;
  vertical-align: top; }
  .mgfad__logo a {
    display: block; }

.mgfad__logo__img {
  height: 30px; }

.mgfad__text {
  padding: 12px;
  background-color: white;
  line-height: 30px;
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
  margin-left: 2px; }

.c-sidebar {
  background-color: #008DCE;
  width: 100%; }
  @media screen and (min-width: 45em) {
    .c-sidebar {
      position: fixed;
      width: 300px;
      height: 100vh;
      overflow: scroll;
      border-right: 1px solid #bbb; } }

.c-sidebar__title {
  padding: 24px 12px;
  color: #fff;
  border-bottom: 1px solid #006a9b;
  background-color: #005982; }

.c-sidebar__title__link {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: -7px; }
  .c-sidebar__title__link img {
    height: 25px; }
  .c-sidebar__title__link:hover, .c-sidebar__title__link.c-sidebar__section__title--active {
    text-decoration: none; }

.c-sidebar__section__title {
  display: block;
  padding: 6px 12px;
  border-bottom: 1px solid #006a9b;
  background-color: #007cb5;
  color: #fff;
  font-weight: 400; }
  .c-sidebar__section__title:hover, .c-sidebar__section__title.c-sidebar__section__title--active {
    text-decoration: none;
    background-color: #006a9b;
    color: #fff; }

.c-sidebar__section__list {
  margin: 0; }

.c-sidebar__section__link {
  display: block;
  padding: 6px 12px 6px 40px;
  border-bottom: 1px solid #006a9b;
  color: #fff;
  font-weight: 300; }
  .c-sidebar__section__link:hover {
    text-decoration: none;
    background-color: #006a9b;
    color: #fff; }

.c-main {
  padding: 6px;
  margin-bottom: 96px; }
  @media screen and (min-width: 45em) {
    .c-main {
      margin-left: 300px;
      padding: 24px; } }

.c-confirmbox {
  background-color: #006a9b;
  padding: 12px;
  color: white;
  font-weight: 400; }

.c-confirmbox__confirm {
  position: relative; }

.c-confirmbox__checkbox {
  display: none; }
  .c-confirmbox__checkbox + label:before {
    font-family: FontAwesome;
    content: "\f10c";
    display: inline-block;
    position: absolute;
    left: 0; }
  .c-confirmbox__checkbox:checked + label:before {
    content: "\f058"; }
  .c-confirmbox__checkbox[disabled] + label {
    opacity: .5; }

.c-confirmbox__label {
  display: block;
  padding-left: 28px; }

.c-confirmbox__button {
  font-weight: 400;
  background-color: #005982;
  border-color: #005982; }
  .c-confirmbox__button:hover, .c-confirmbox__button:active, .c-confirmbox__button:focus {
    background-color: #004768;
    border-color: #004768; }

.c-confirmbox__button--disabled {
  opacity: .7;
  cursor: default;
  background-color: #005982;
  border-color: #005982; }
  .c-confirmbox__button--disabled:hover, .c-confirmbox__button--disabled:active, .c-confirmbox__button--disabled:focus {
    background-color: #005982;
    border-color: #005982; }

/**
 * #TRUMPS
 */
/*------------------------------------*    #CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.clearfix` class appearing
 * over and over in your markup.
 */
.clearfix:after,
.media:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*    #HEADINGS
\*------------------------------------*/
/**
 * Headings 1–6’s corresponding Greek-alphabet abstract classes for double-
 * stranded heading hierarchy: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * Use these helper classes to cause other elements to adopt the styling of the
 * respective heading, e.g.:
 *
   <h2 class="alpha">Lorem ipsum</h2>
 *
 */
.alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.33333; }

.beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

.gamma {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

.delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

.epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

.zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429; }

/*------------------------------------*    #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /**
     * Don’t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; } }

/*------------------------------------*    #WIDTHS
\*------------------------------------*/
/**
 * A series of width helper classes that you can use to size things like grid
 * systems. Classes can take a fraction-like format (e.g. `.u-2/3`) or a spoken-
 * word format (e.g. `.u-2-of-3`). Use these in your markup:
 *
 * <div class="u-7/12">
 */
.u-1-of-1 {
  width: 100% !important; }

.u-1-of-2 {
  width: 50% !important; }

.u-1-of-3 {
  width: 33.33333% !important; }

.u-2-of-3 {
  width: 66.66667% !important; }

.u-1-of-4 {
  width: 25% !important; }

.u-2-of-4 {
  width: 50% !important; }

.u-3-of-4 {
  width: 75% !important; }

.u-1-of-5 {
  width: 20% !important; }

.u-2-of-5 {
  width: 40% !important; }

.u-3-of-5 {
  width: 60% !important; }

.u-4-of-5 {
  width: 80% !important; }

/*------------------------------------*    #WIDTHS-RESPONSIVE
\*------------------------------------*/
/**
 * Responsive width classes based on your responsive settings.
 */
@media screen and (max-width: 44.9375em) {
  .u-1-of-1-palm {
    width: 100% !important; }
  .u-1-of-2-palm {
    width: 50% !important; }
  .u-1-of-3-palm {
    width: 33.33333% !important; }
  .u-2-of-3-palm {
    width: 66.66667% !important; }
  .u-1-of-4-palm {
    width: 25% !important; }
  .u-2-of-4-palm {
    width: 50% !important; }
  .u-3-of-4-palm {
    width: 75% !important; }
  .u-1-of-5-palm {
    width: 20% !important; }
  .u-2-of-5-palm {
    width: 40% !important; }
  .u-3-of-5-palm {
    width: 60% !important; }
  .u-4-of-5-palm {
    width: 80% !important; } }

@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .u-1-of-1-lap {
    width: 100% !important; }
  .u-1-of-2-lap {
    width: 50% !important; }
  .u-1-of-3-lap {
    width: 33.33333% !important; }
  .u-2-of-3-lap {
    width: 66.66667% !important; }
  .u-1-of-4-lap {
    width: 25% !important; }
  .u-2-of-4-lap {
    width: 50% !important; }
  .u-3-of-4-lap {
    width: 75% !important; }
  .u-1-of-5-lap {
    width: 20% !important; }
  .u-2-of-5-lap {
    width: 40% !important; }
  .u-3-of-5-lap {
    width: 60% !important; }
  .u-4-of-5-lap {
    width: 80% !important; } }

@media screen and (min-width: 45em) {
  .u-1-of-1-lap-and-up {
    width: 100% !important; }
  .u-1-of-2-lap-and-up {
    width: 50% !important; }
  .u-1-of-3-lap-and-up {
    width: 33.33333% !important; }
  .u-2-of-3-lap-and-up {
    width: 66.66667% !important; }
  .u-1-of-4-lap-and-up {
    width: 25% !important; }
  .u-2-of-4-lap-and-up {
    width: 50% !important; }
  .u-3-of-4-lap-and-up {
    width: 75% !important; }
  .u-1-of-5-lap-and-up {
    width: 20% !important; }
  .u-2-of-5-lap-and-up {
    width: 40% !important; }
  .u-3-of-5-lap-and-up {
    width: 60% !important; }
  .u-4-of-5-lap-and-up {
    width: 80% !important; } }

@media screen and (max-width: 63.9375em) {
  .u-1-of-1-portable {
    width: 100% !important; }
  .u-1-of-2-portable {
    width: 50% !important; }
  .u-1-of-3-portable {
    width: 33.33333% !important; }
  .u-2-of-3-portable {
    width: 66.66667% !important; }
  .u-1-of-4-portable {
    width: 25% !important; }
  .u-2-of-4-portable {
    width: 50% !important; }
  .u-3-of-4-portable {
    width: 75% !important; }
  .u-1-of-5-portable {
    width: 20% !important; }
  .u-2-of-5-portable {
    width: 40% !important; }
  .u-3-of-5-portable {
    width: 60% !important; }
  .u-4-of-5-portable {
    width: 80% !important; } }

@media screen and (min-width: 64em) {
  .u-1-of-1-desk {
    width: 100% !important; }
  .u-1-of-2-desk {
    width: 50% !important; }
  .u-1-of-3-desk {
    width: 33.33333% !important; }
  .u-2-of-3-desk {
    width: 66.66667% !important; }
  .u-1-of-4-desk {
    width: 25% !important; }
  .u-2-of-4-desk {
    width: 50% !important; }
  .u-3-of-4-desk {
    width: 75% !important; }
  .u-1-of-5-desk {
    width: 20% !important; }
  .u-2-of-5-desk {
    width: 40% !important; }
  .u-3-of-5-desk {
    width: 60% !important; }
  .u-4-of-5-desk {
    width: 80% !important; } }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .u-1-of-1-retina {
    width: 100% !important; }
  .u-1-of-2-retina {
    width: 50% !important; }
  .u-1-of-3-retina {
    width: 33.33333% !important; }
  .u-2-of-3-retina {
    width: 66.66667% !important; }
  .u-1-of-4-retina {
    width: 25% !important; }
  .u-2-of-4-retina {
    width: 50% !important; }
  .u-3-of-4-retina {
    width: 75% !important; }
  .u-1-of-5-retina {
    width: 20% !important; }
  .u-2-of-5-retina {
    width: 40% !important; }
  .u-3-of-5-retina {
    width: 60% !important; }
  .u-4-of-5-retina {
    width: 80% !important; } }

/*------------------------------------*    #SPACING
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
/**
     * Margin helper classes.
     *
     * Add margins.
     */
.u-m {
  margin: 24px !important; }

.u-mt {
  margin-top: 24px !important; }

.u-mr {
  margin-right: 24px !important; }

.u-mb {
  margin-bottom: 24px !important; }

.u-ml {
  margin-left: 24px !important; }

.u-mh {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.u-mv {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

/**
     * Padding helper classes.
     *
     * Add paddings.
     */
.u-p {
  padding: 24px !important; }

.u-pt {
  padding-top: 24px !important; }

.u-pr {
  padding-right: 24px !important; }

.u-pb {
  padding-bottom: 24px !important; }

.u-pl {
  padding-left: 24px !important; }

.u-ph {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.u-pv {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

/*------------------------------------*    #SPACING-RESPONSIVE
\*------------------------------------*/
/**
 * Margin and padding helper classes. Use these to tweak layout on a micro
 * level.
 *
 * `.(m|p)(t|r|b|l|h|v)(-|+|0) {}` = margin/padding top/right/bottom/left/horizontal/vertical less/more/none
 */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

@media screen and (max-width: 44.9375em) {
  .hide-palm {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 45em) and (max-width: 63.9375em) {
  .hide-lap {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 45em) {
  .hide-lap-and-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (max-width: 63.9375em) {
  .hide-portable {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

@media screen and (min-width: 64em) {
  .hide-desk {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px); } }

.float--left {
  float: left; }

.float--right {
  float: right; }

body.print h3, body.print h4 {
  margin-bottom: 8px; }

.print-info {
  margin-bottom: 24px;
  font-style: italic; }

@media print {
  h1 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091; }
  h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    border-bottom: 1px solid #000; }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333; }
  h4 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429; }
  h5, h6 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    font-weight: bold; }
  p {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 16px; } }
