.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.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;
}
.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-remove:before,
.fa-close:before,
.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-photo:before,
.fa-image:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
  content: "";
}
.fa-github:before {
  content: "";
}
.fa-unlock:before {
  content: "";
}
.fa-credit-card:before {
  content: "";
}
.fa-feed:before,
.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-navicon:before,
.fa-reorder:before,
.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-desc:before {
  content: "";
}
.fa-sort-up:before,
.fa-sort-asc: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-mail-reply-all:before,
.fa-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,
.fa-gratipay: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: "";
}
.fa-space-shuttle:before {
  content: "";
}
.fa-slack:before {
  content: "";
}
.fa-envelope-square:before {
  content: "";
}
.fa-wordpress:before {
  content: "";
}
.fa-openid:before {
  content: "";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}
.fa:before {
  content: "";
}
.fa-google:before {
  content: "";
}
.fa-reddit:before {
  content: "";
}
.fa-reddit-square:before {
  content: "";
}
.fa-stumbleupon-circle:before {
  content: "";
}
.fa-stumbleupon:before {
  content: "";
}
.fa-delicious:before {
  content: "";
}
.fa-digg:before {
  content: "";
}
.fa-pied-piper-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@font-face {
  font-family: "flexslider-icon";
  src: url("/sites/all/themes/up2top/fonts/flexslider-icon.eot");
  src: url("/sites/all/themes/up2top/fonts/flexslider-icon.eot?#iefix")
      format("embedded-opentype"),
    url("/sites/all/themes/up2top/fonts/flexslider-icon.woff") format("woff"),
    url(/sites/all/themes/up2top/fonts/flexslider-icon.ttf) format("truetype"),
    url("/sites/all/themes/up2top/fonts/flexslider-icon.svg#flexslider-icon")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url("/sites/all/themes/up2top/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("/sites/all/themes/up2top/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("/sites/all/themes/up2top/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    url("/sites/all/themes/up2top/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0")
      format("woff"),
    url("/sites/all/themes/up2top/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0")
      format("truetype"),
    url("/sites/all/themes/up2top/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  line-height: 1.25em;
  font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}
@media print {
  html {
    font-size: 12pt;
  }
}
body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #eeeeee;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template,
[hidden] {
  display: none;
}
a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}
:visited {
  color: #003353;
}
a:active {
  color: #c00;
}
a:active:not(.button) {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
}
h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
h4 {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
h5 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
h6 {
  font-size: 0.625rem;
  line-height: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}
@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}
b,
strong {
  font-weight: inherit;
}
strong,
b {
  font-weight: bolder;
}
pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New",
    monospace, sans-serif;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #fd0;
  color: #000;
}
small {
  font-size: 0.875rem;
}
sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.divider,
hr {
  margin: 1.25rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
.divider > :first-child,
hr > :first-child {
  margin-top: 1.25rem;
}
blockquote {
  margin: 1.25rem 2rem;
}
dl,
menu,
ol,
ul {
  margin: 1.25rem 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
dt {
  margin: 1.25rem 0;
}
dd {
  margin: 0 0 0 32px;
}
[dir="rtl"] dd {
  margin: 0 32px 0 0;
}
menu,
ol,
ul {
  padding: 0 0 0 32px;
}
[dir="rtl"] menu,
[dir="rtl"] ol,
[dir="rtl"] ul {
  padding: 0 32px 0 0;
}
figure {
  margin: 1.25rem 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
p,
pre {
  margin: 1.25rem 0;
}
img {
  border-style: none;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
input {
  overflow: visible;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.button,
.header__menu a,
button,
[type="button"],
[type="reset"],
[type="submit"] {
  border-radius: 5px;
  display: inline-block;
  background: white;
  padding: 5px 15px;
  border: 1px solid lightgray;
  text-decoration: none;
  text-align: center;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}
.button::-moz-focus-inner,
.header__menu a::-moz-focus-inner,
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.button:-moz-focusring,
.header__menu a:-moz-focusring,
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.button:hover,
.button:focus,
.button:active,
.header__menu a:hover,
.header__menu a:focus,
.header__menu a:active,
button:hover,
button:focus,
button:active,
[type="button"]:hover,
[type="button"]:focus,
[type="button"]:active,
[type="reset"]:hover,
[type="reset"]:focus,
[type="reset"]:active,
[type="submit"]:hover,
[type="submit"]:focus,
[type="submit"]:active {
  text-decoration: none;
  color: #000;
  background: lightgray;
}
.button--small {
  padding: 4px 10px;
  font-size: 0.9em;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 20px 0;
  padding: 0;
}
legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  font-weight: bold;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}
label {
  display: block;
  font-weight: bold;
}
optgroup {
  font-weight: bold;
}
textarea {
  overflow: auto;
}
.form-actions {
  margin: 20px 0;
}
.form-actions .form-submit {
  margin-right: 20px;
}
.field-name-body #edit-body-und-0-format,
.form-field-type-image .tabledrag-toggle-weight-wrapper,
.form-field-type-image #edit-field-images-und-table .image-widget-data .file,
.form-field-type-image
  #edit-field-images-und-table
  .image-widget-data
  .file-size,
.form-field-type-image #edit-field-images-und-table th {
  display: none;
}
.form-field-type-image .form-type-managed-file {
  background: white;
  margin: 0;
  padding: 20px 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.form-field-type-image .form-type-managed-file label,
.form-field-type-image .form-type-managed-file .image-widget-data {
  margin-left: 46px;
}
.form-field-type-image td:last-child {
  text-align: right;
  padding-right: 20px;
}
.form-field-type-image .image-widget {
  position: relative;
  padding-bottom: 30px;
}
.form-field-type-image .form-type-textfield input {
  position: absolute;
  bottom: 10px;
  left: 46px;
  font-size: 0.9em;
}
.form-field-type-image .form-type-textfield label {
  display: none;
}
.form-field-type-image .tabledrag-handle {
  position: relative;
  margin: 10px 0;
  z-index: 9999;
}
.form-field-type-image .image-preview {
  width: 100px;
}
.views-exposed-widget {
  width: 100%;
  padding-right: 0 !important;
}
.views-exposed-widget select {
  width: 100%;
}
@media (min-width: 690px) {
  .views-exposed-widget {
    width: auto;
    padding: 0.5em 1em 0 0 !important;
  }
  .views-exposed-widget select {
    width: auto;
  }
}
table {
  margin: 1.25rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  font-size: 0.9em;
}
tr,
th,
td {
  border: 1px solid lightgray;
  padding: 5px;
}
tr:nth-child(odd) {
  background-color: #eee;
}
tr:nth-child(even) {
  background-color: white;
}
.layout-center,
.calendar__nav {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 690px) {
  .layout-center,
  .calendar__nav {
    width: 636px;
  }
}
@media (min-width: 1200px) {
  .layout-center,
  .calendar__nav {
    width: 972px;
  }
}
@media (min-width: 1800px) {
  .layout-center,
  .calendar__nav {
    width: 1308px;
  }
}
.layout-blog {
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 690px) {
  .layout-blog {
    width: 612px;
  }
}
.layout-grid {
  clear: both;
}
.layout-grid__item {
  position: relative;
  margin-bottom: 36px;
  padding: 18px;
}
.layout-grid__title {
  margin: 0 0 15px;
  font: normal 1.2em/1.2em Helvetica, Arial, "Nimbus Sans L", sans-serif;
}
.layout-grid__image {
  width: 300px;
  margin: 0 -18px;
}
.layout-grid__ajaxpage {
  position: absolute !important;
  top: 18px;
  right: 36px;
}
.layout-grid__details {
  border-radius: 0 0 5px 5px;
  border-top: 1px dashed lightgray;
  margin: 0 -18px -18px;
  padding: 20px;
  background: lightyellow;
  font-size: 0.9em;
}
.layout-grid__parameter {
  border-bottom: 1px dotted lightgray;
  padding: 10px 0 0;
}
.layout-grid__value {
  float: right;
}
.layout-grid--bg .layout-grid__item::before {
  border-radius: 5px;
  box-shadow: 1px 1px 4px #cccccc;
  content: "";
  z-index: -9;
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 690px) {
  .layout-grid--bg .layout-grid__item::before {
    width: 300px;
    left: 18px;
  }
}
.layout-grid--zoomin .layout-grid__image {
  overflow: hidden;
}
.layout-grid--zoomin .layout-grid__image a img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.layout-grid--zoomin .layout-grid__image:hover a img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
@media (min-width: 690px) {
  .layout-grid {
    margin: 0 -18px;
  }
  .layout-grid__inner {
    margin: 0 18px;
  }
  .layout-grid__item {
    padding: 18px 36px;
  }
  .layout-grid__2-cols-1 {
    clear: both;
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__2-cols-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-grid__2-cols-2 {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__2-cols-2 {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
}
@media (min-width: 1200px) {
  .layout-grid__3-cols-1 {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__3-cols-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-grid__3-cols-2 {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__3-cols-2 {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-grid__3-cols-3 {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__3-cols-3 {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
}
@media (min-width: 1800px) {
  .layout-grid__4-cols-1 {
    clear: both;
    float: left;
    width: 25%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__4-cols-1 {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-grid__4-cols-2 {
    clear: none;
    float: left;
    width: 25%;
    margin-left: 25%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__4-cols-2 {
    float: right;
    margin-right: 25%;
    margin-left: -100%;
  }
  .layout-grid__4-cols-3 {
    clear: none;
    float: left;
    width: 25%;
    margin-left: 50%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__4-cols-3 {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  .layout-grid__4-cols-4 {
    clear: none;
    float: left;
    width: 25%;
    margin-left: 75%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-grid__4-cols-4 {
    float: right;
    margin-right: 75%;
    margin-left: -100%;
  }
}
.ajaxpage {
  position: relative;
  width: 18px;
  height: 18px;
  background: url(/sites/all/themes/up2top/images/more.png) no-repeat center
    center;
  cursor: pointer;
}
.ajaxpage__link {
  border-radius: 5px;
  display: block;
  margin-bottom: 18px;
  background: #eee;
  line-height: 2.5em;
  text-align: center;
  text-decoration: none;
}
.ajaxpage__link:hover {
  background: #ddd;
}
.ajaxpage__menu {
  border-radius: 5px;
  display: none;
  position: absolute;
  bottom: 18px;
  right: -18px;
  z-index: 99;
  margin: 0;
  padding: 5px 0;
  border: 1px solid gray;
  background: white;
  white-space: nowrap;
  list-style-type: none;
}
.ajaxpage__menu::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 21px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid gray;
}
.ajaxpage__menu-link {
  -webkit-transition: background-position-x 5s linear;
  transition: background-position-x 5s linear;
  background-position-x: 0;
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  font-weight: normal;
}
.ajaxpage__menu-link:hover {
  background: lightgray;
}
.ajaxpage__menu.disabled .ajaxpage__menu-link {
  color: gray;
  cursor: default;
}
@-webkit-keyframes throbber {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 255px;
  }
}
@keyframes throbber {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 255px;
  }
}
.ajaxpage__ajax.progress-disabled,
.ajaxpage__ajax.progress-disabled:hover {
  -webkit-animation: throbber 5s linear infinite;
  animation: throbber 5s linear infinite;
  color: gray;
  background: lightgray url(/sites/all/themes/up2top/images/throbber.png) repeat
    0 0;
}
.ajaxpage--down .ajaxpage__menu {
  top: 18px;
  bottom: auto;
}
.ajaxpage--down .ajaxpage__menu::before {
  top: -5px;
  bottom: auto;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid gray;
  border-top: 0;
}
.ajaxpage:hover {
  background-image: url(/sites/all/themes/up2top/images/more-active.png);
}
.ajaxpage:hover .ajaxpage__menu {
  display: block;
}
.box {
  margin-bottom: 1.25rem;
  border: 5px solid #cccccc;
  padding: 1em;
}
.box__title {
  margin: 0;
}
.box:focus,
.box:hover,
.box.is-focus,
.box--is-focus {
  border-color: #000;
}
.box--highlight {
  border-color: #0072b9;
}
.blog {
  border-radius: 5px;
  position: relative;
  background: white;
  margin: 20px 0 40px;
  padding-bottom: 60px;
  border: 1px solid #ddd;
}
.blog__title {
  padding: 0 20px 20px;
  border-bottom: 1px solid #eee;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.4em;
}
.blog__video {
  position: relative;
  background-size: cover;
  background-position: center;
}
.blog__video::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.blog__video::after {
  display: block;
  content: "";
  width: 68px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -34px;
  background-image: url("/sites/youtube.png");
}
.blog__video > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog__video .content {
  width: 100%;
  height: 100%;
}
.blog__images {
  overflow: hidden;
  line-height: 0;
  margin-top: 10px;
}
.blog__images a {
  display: inline-block;
  width: 100%;
  margin-bottom: 1.96%;
}
.blog__images a.last {
  margin-bottom: 0;
}
.blog__images img {
  width: 100%;
}
.blog__images .large-aspect {
  width: 104%;
}
.blog__images .large-aspect img {
  position: relative;
  left: -1.96%;
}
.blog__images .medium-aspect {
  width: 49.18%;
}
.blog__images .even {
  float: right;
}
.blog__body {
  padding: 0 20px;
}
.blog__comments {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 20px 20px;
  margin: 0 0 5px;
}
.blog__date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
  color: #999;
}
.blog__edit {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-weight: bold;
}
.blog__ajaxpage {
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.block .close {
  display: none;
}
.block--overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.4s opacity, 0.4s z-index;
  transition: 0.4s opacity, 0.4s z-index;
  position: relative;
  z-index: -1;
}
.block--overlay .messages {
  display: none;
}
.block--overlay .close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: lightgray;
  font-size: 40px;
  text-align: center;
}
.block--overlay .close:hover {
  color: gray;
  font-size: 50px;
}
.block--overlay::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -khtml-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  content: "";
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: black;
}
.block--overlay .block__content {
  border-radius: 5px;
  -webkit-transition: 0.4s top;
  transition: 0.4s top;
  position: fixed;
  top: 30%;
  left: 50%;
  max-width: 300px;
  background: white;
  z-index: 1000;
  padding: 0 20px;
  margin-left: -150px;
  margin-top: -25%;
}
@media (min-width: 690px) {
  .block--overlay .block__content {
    max-width: 600px;
    margin-left: -300px;
  }
}
.block--overlay-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  z-index: 999;
}
.block--overlay-active .block__content {
  top: 50%;
}
.calendar {
  width: 100%;
}
.calendar__grid {
  margin-top: 120px;
  margin-bottom: 20px;
  border-top: 1px solid lightgray;
  border-left: 1px solid lightgray;
}
@media (min-width: 690px) {
  .calendar__grid {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .calendar__week {
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}
.calendar__day {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100px;
  display: -webkit-box;
  display: flex;
  border-left: 1px solid lightgray;
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  background: white;
}
@media (min-width: 690px) {
  .calendar__day {
    width: 25%;
    border-left: 0;
  }
}
@media (min-width: 1200px) {
  .calendar__day {
    width: 14.2857%;
  }
}
@media (min-width: 690px) {
  .calendar__4-row-start {
    clear: both;
    border-left: 1px solid lightgray;
  }
}
@media (min-width: 1200px) {
  .calendar__4-row-start {
    clear: none;
    border-left: 0;
  }
}
.calendar__other-month {
  display: none;
}
@media (min-width: 1200px) {
  .calendar__other-month {
    display: block;
    background: #eee;
  }
  .calendar__other-month .calendar__date {
    color: lightgray;
  }
}
.calendar__today {
  border: 1px solid red;
}
.calendar__weekday {
  position: absolute;
  top: 5px;
  left: 5px;
  font-weight: bold;
  color: lightgray;
}
.calendar__date {
  position: absolute;
  top: 5px;
  right: 5px;
  font-weight: bold;
}
.calendar__content {
  width: 100%;
  margin-top: 25px;
  font-size: 0.8em;
  line-height: 1em;
}
.calendar__task {
  border-radius: 5px;
  margin: 5px;
  background: #777;
}
.calendar__task a {
  border-radius: 5px;
  display: block;
  padding: 5px;
  color: white;
  text-decoration: none;
}
.calendar__task a:hover {
  background: black;
  background: rgba(0, 0, 0, 0.25);
}
.calendar__task-scheduled {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.calendar__ajaxpage {
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.calendar__nav {
  position: absolute;
  height: 100px;
}
@media (min-width: 690px) {
  .calendar__nav {
    position: fixed;
  }
}
.calendar__nav-button {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  color: navy;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  font: 40px/100px "flexslider-icon";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 690px) {
  .calendar__nav-button {
    width: 50px;
  }
}
.calendar__nav-button.prev {
  left: 0;
}
@media (min-width: 690px) {
  .calendar__nav-button.prev {
    left: -70px;
  }
}
.calendar__nav-button.next {
  right: 0;
}
@media (min-width: 690px) {
  .calendar__nav-button.next {
    right: -70px;
  }
}
.calendar__nav-button:hover {
  color: blue;
}
.calendar__nav-button.busy {
  color: lightgray;
  cursor: default;
}
.calendar__nav-button.prev::before {
  content: "\f001";
}
.calendar__nav-button.next::before {
  content: "\f002";
}
.calendar #edit-date-wrapper {
  display: none;
}
.clearfix::before,
.tabs::before {
  content: "";
  display: table;
}
.clearfix::after,
.tabs::after {
  content: "";
  display: table;
  clear: both;
}
.comment {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 20px 60px;
  border-bottom: 1px dashed #eee;
}
.comment__show {
  border-radius: 3px;
  background: #eee;
  text-align: center;
  line-height: 2.5em;
  margin-top: 20px;
}
.comment__show:hover {
  background: lightgray;
  cursor: pointer;
}
.comment .user-picture {
  position: absolute;
  top: 0;
  left: 0;
}
.comment .username {
  color: #0072b9;
  font-weight: bold;
  text-decoration: none;
  line-height: 2em;
}
.comment .created {
  color: #999;
  margin-left: 20px;
}
.comment__section,
.comments {
  margin: 1.25rem 0;
}
.comment__title {
  margin: 0;
}
.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}
.comment--preview,
.comment-preview {
  background-color: #fffadb;
}
.comment--nested,
.indented {
  margin-left: 32px;
}
[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}
.comment .links {
  position: absolute;
  top: 5px;
  right: 0;
  margin: 0;
  display: none;
}
.comment .links li {
  display: inline-block !important;
  margin: 0 0 0 10px !important;
  width: 20px;
  height: 20px;
  overflow: hidden;
}
.comment .links li a {
  padding-left: 20px;
}
.comment .links .comment-edit {
  background: url(/sites/all/themes/up2top/images/edit.png) 0 0 no-repeat;
  cursor: pointer;
}
.comment .links .comment-edit:hover {
  background: url(/sites/all/themes/up2top/images/edit.png) 0 -20px no-repeat;
}
.comment .links .ajaxpage-delete {
  background: url(/sites/all/themes/up2top/images/delete.png) 0 0 no-repeat;
  cursor: pointer;
}
.comment .links .ajaxpage-delete:hover {
  background: url(/sites/all/themes/up2top/images/delete.png) 0 -20px no-repeat;
}
.comment:hover .links {
  display: block;
}
.header {
  -webkit-transition: max-height 0.4s;
  transition: max-height 0.4s;
  overflow: hidden;
  max-height: 100px;
}
.header__bg {
  background-size: cover;
  position: relative;
  background-position: center center;
  height: 350px;
  padding: 20px 0;
}
.header__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.up2top-ru .header__bg {
  background-image: url(/sites/all/themes/up2top/images/bg-up2top.ru-min.jpg);
}
.nazart-ru .header__bg {
  background-image: url(/sites/all/themes/up2top/images/bg-nazart.ru-min.jpg);
}
.ryhlevskaya-ru .header__bg {
  background-image: url(/sites/all/themes/up2top/images/bg-ryhlevskaya.ru-min.jpg);
}
.rankclub-ru .header__bg {
  background-image: url(/sites/all/themes/up2top/images/bg-rankclub.ru-min.jpg);
}
.shahtina-ru .header__bg {
  background-image: url(/sites/all/themes/up2top/images/bg-shahtina.ru-min.jpg);
}
.header .header__bg-inner {
  position: relative;
}
.header__name-and-slogan {
  text-align: center;
}
.header__slogan {
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  color: gray;
}
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.header__logo-link {
  position: relative;
  display: block;
  width: 80px;
  height: 60px;
  padding-left: 20px;
  color: white;
}
.header__logo-link::before {
  content: "←";
  font-weight: bold;
  position: absolute;
  top: 18px;
  left: -5px;
}
.header__logo-link:hover {
  color: lightgray;
}
.header__logo-image {
  border-radius: 50%;
  border: 3px solid white;
}
.header__logo-link:hover .header__logo-image {
  border-color: lightgray;
}
.header__menu {
  position: relative;
  padding-top: 80px;
}
.header__menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header__menu li {
  margin: 15px 0 0;
}
.header__menu a {
  width: 100%;
}
.header__menu-toggle {
  position: absolute;
  top: 0;
  right: -18px;
  width: 60px;
  height: 60px;
}
.header__menu-control {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
}
.header__menu-control:hover__menu-icon {
  background-color: lightgray;
}
.header__menu-control:hover__menu-icon::before,
.header__menu-control:hover__menu-icon::after {
  background-color: lightgray;
}
.header__menu-icon {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  margin-left: -15px;
  background-color: #fff;
}
.header__menu-icon::before {
  top: -9px;
}
.header__menu-icon::after {
  top: 9px;
}
.header__menu-icon::before,
.header__menu-icon::after {
  border-radius: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  width: 30px;
  height: 4px;
  content: "";
  background-color: #fff;
}
.header__menu--open {
  max-height: 350px;
}
.header__menu--open .header__menu-icon {
  width: 0;
}
.header__menu--open .header__menu-icon::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.header__menu--open .header__menu-icon::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
@media (min-width: 690px) {
  .header__menu-toggle {
    display: none;
  }
  .header__menu ul {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 0;
  }
  .header__menu li {
    display: inline-block;
    margin: 0 0 0 10px !important;
  }
}
.header--front {
  max-height: 1000px;
}
.header--front .header__logo {
  position: relative;
  margin-top: -75px;
  width: 150px;
}
.header--front .header__menu {
  padding: 0;
}
.header--front .header__menu-toggle {
  display: none;
}
.header--front .header__bg {
  height: 350px;
}
.up2top-ru .header--front .header__logo {
  margin-top: -50px;
  width: 100px;
}
.ryhlevskaya-ru .header--front .header__logo {
  margin-top: -40px;
  width: 80px;
}
.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}
.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}
.inline-links,
.inline.links {
  padding: 0;
}
.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  margin-right: 20px;
}
.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}
[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}
.inline-sibling__child,
.inline-sibling *,
.field-label-inline .field-label *,
span.field-label * {
  display: inline;
}
.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child,
.field-label-inline .field-label + *,
span.field-label + *,
.field-label-inline .field-label + * > :first-child,
span.field-label + * > :first-child,
.field-label-inline .field-label + * > :first-child > :first-child,
span.field-label + * > :first-child > :first-child {
  display: inline;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}
.messages,
.messages--status {
  margin: 1.25rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}
[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}
.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}
[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}
.messages__icon path {
  fill: #0072b9;
}
.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}
.messages__list {
  margin: 0;
}
.messages__item {
  list-style-image: none;
}
.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}
.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}
.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}
.messages--warning,
.messages.warning {
  border-color: #fd0;
}
.messages--warning path,
.messages.warning path {
  fill: #fd0;
}
.messages--error,
.messages.error {
  border-color: #c00;
}
.messages--error path,
.messages.error path {
  fill: #c00;
}
@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}
.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-video--4-3 {
  padding-bottom: 75%;
}
.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}
.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}
.watermark {
  display: block;
  margin: 20px 0 10px;
  overflow: visible;
  background-color: transparent;
  color: #c00;
  font-size: 2em;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}
.unpublished::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  background: url(/sites/all/themes/up2top/images/busy.png) repeat 0 0;
  pointer-events: none;
}
.task {
  clear: both;
  position: relative;
  width: 100%;
  border: 1px solid lightgray;
  margin-top: -1px;
  background: #eee;
  padding: 15px;
}
.task__section {
  margin-bottom: 50px;
}
.task__section .task--task {
  display: none;
}
.task__tasks,
.task__title,
.task__duration,
.task__progress,
.task__actions {
  float: left;
  line-height: 1.5em;
  min-height: 1.5em;
}
.task--odd {
  background: white;
}
.task--target {
  padding: 0 15px 15px;
  font-weight: bold;
}
.task--target .task__title {
  padding-left: 15px;
}
.task--task {
  background: white;
}
.task--task .task__title {
  width: 100%;
}
.task--task .task__ajaxpage {
  top: 16px;
}
.task--done {
  color: #999;
}
.task__tasks {
  border-radius: 3px;
  width: 14%;
  background: gray;
  color: white;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.task__tasks:hover {
  background: black;
}
.task__tasks-empty,
.task__tasks-empty:hover {
  cursor: inherit;
  background: lightgray;
  border: 5px solid #666;
}
.task__title {
  width: 86%;
  margin-bottom: 15px;
}
.task__duration {
  clear: both;
  width: 43%;
}
.task__progress {
  position: relative;
  width: 43%;
}
.task__progress-bar {
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -6px;
  background: lightgray;
  height: 12px;
  border: 1px solid #666;
  overflow: hidden;
}
.task__progress-complete {
  height: 12px;
  background: gray;
}
.task__ajaxpage {
  position: absolute;
  top: 23px;
  right: 20px;
}
.task__menu {
  border-radius: 5px;
  display: none;
  position: absolute;
  top: 5px;
  right: -20px;
  z-index: 9;
  border: 1px solid gray;
  background: white;
  padding: 5px 0;
  white-space: nowrap;
  list-style-type: none;
}
.task__menu::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 23px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid gray;
}
.task__menu-link {
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
  font-weight: normal;
}
.task__menu-link:hover {
  background: lightgray;
}
@media (min-width: 690px) {
  .task__tasks {
    width: 7%;
  }
  .task__title {
    width: 50%;
    margin-bottom: 0;
  }
  .task--task .task__title {
    width: 57%;
  }
  .task__duration {
    clear: none;
    width: 18%;
    text-align: center;
  }
  .task__progress {
    width: 18%;
  }
}
.task:hover {
  background: beige;
}
.gradient-gray,
.header__bg::before {
  background: #cccccc;
  background: -webkit-linear-gradient(top, #cccccc 0%, #666666 100%);
  background: linear-gradient(to bottom, #cccccc 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc',endColorstr='#666666',GradientType=0);
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
main {
  padding-bottom: 190px;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: lightgray;
}
.footer__wrapper {
  min-height: 100%;
  position: relative;
}
.footer__inner {
  display: table;
  height: 140px;
}
.footer__social {
  display: table-row;
  text-align: center;
  vertical-align: middle;
}
.footer__up2top {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.footer .b-share {
  padding: 30px 0 0 !important;
}
@media (min-width: 690px) {
  .footer__social {
    display: table-cell;
    text-align: left;
  }
  .footer__up2top {
    display: table-cell;
    text-align: right;
    font-size: 0.9em;
    color: gray;
  }
  .footer__up2top a {
    color: cadetblue;
  }
  .footer .b-share {
    padding: 0 !important;
  }
}
.footer .b-share__handle.b-share__link {
  border-radius: 50%;
  padding: 3px !important;
}
.footer .b-share-counter {
  display: none !important;
}
.book-navigation ul.menu {
  border-top: 1px solid lightgray;
  padding: 1em 1em 0 2em;
}
.book-navigation__links {
  position: relative;
  width: 100%;
  height: 60px;
  border: 0;
  border-top: 1px solid lightgray;
  padding: 0;
}
.book-navigation__prev {
  position: absolute;
  top: 20px;
  left: 0;
}
.book-navigation__up {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 140px;
  margin-left: -70px;
}
.book-navigation__next {
  position: absolute;
  top: 20px;
  right: 0;
}
.easy-breadcrumb {
  clear: both;
  margin: -20px 0 20px;
  color: gray;
  font-size: 0.9em;
  line-height: 2em;
}
.easy-breadcrumb_segment {
  color: gray;
}
@media print {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb__list {
  margin: 0;
  padding: 0;
}
.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.more-link,
.more-help-link {
  text-align: right;
}
[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}
.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(/sites/all/themes/up2top/sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}
[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}
.nav-menu__item,
.menu__item {
  list-style-image: url(/sites/all/themes/up2top/sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}
.nav-menu__item.is-expanded,
.nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(/sites/all/themes/up2top/sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}
.nav-menu__item.is-collapsed,
.nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(/sites/all/themes/up2top/sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}
[dir="rtl"] .nav-menu__item.is-collapsed,
[dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(/sites/all/themes/up2top/sass/navigation/nav-menu/collapsed-rtl.svg);
}
.nav-menu__link.is-active,
.nav-menu__link--is-active,
.menu a.active {
  color: #000;
}
.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}
[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"] .main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}
.navbar__item,
.navbar li,
.main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}
[dir="rtl"] .navbar__item,
[dir="rtl"] .navbar li,
[dir="rtl"] .main-navigation .links li,
.main-navigation [dir="rtl"] .links li,
[dir="rtl"] .main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}
.pager {
  clear: both;
  position: relative;
  max-width: 100%;
  left: 50%;
  margin: 0 0 20px -50%;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
@media print {
  .pager {
    display: none;
  }
}
.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-ellipsis {
  display: inline;
  padding: 0 3px;
  list-style-type: none;
  background-image: none;
}
.pager__item a,
.pager__current-item a,
.pager-current a,
.pager-item a,
.pager-ellipsis a {
  border-radius: 5px;
  display: inline-block;
  padding: 5px 8px;
  background: lightgray;
  text-decoration: none;
  white-space: nowrap;
}
.pager__item a:hover,
.pager__current-item a:hover,
.pager-current a:hover,
.pager-item a:hover,
.pager-ellipsis a:hover {
  background: gray;
  color: white;
}
.pager__current-item,
.pager-current {
  font-weight: bold;
}
.pager-ellipsis {
  position: relative;
  padding: 0;
}
.pager-ellipsis.next::after {
  content: "...";
  position: absolute;
  top: 0;
  left: 5px;
}
.pager-ellipsis.prev::after {
  content: "...";
  position: absolute;
  top: 0;
  right: 5px;
}
.pager-previous,
.pager-next,
.pager-first,
.pager-last {
  display: none;
}
.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}
.skip-link:link,
.skip-link:visited {
  background-color: #666666;
  color: #fff;
}
.skip-link__wrapper {
  margin: 0;
}
@media print {
  .skip-link__wrapper {
    display: none;
  }
}
.tabs {
  margin: 0.9375rem 0 0;
  line-height: 1.5625rem;
  border-bottom: 1px solid #cccccc \0 / ie;
  background-image: -webkit-linear-gradient(
    bottom,
    #cccccc 1px,
    transparent 1px
  );
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}
@media print {
  .tabs {
    display: none;
  }
}
.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0 / ie;
  overflow: hidden;
  background: #dddddd;
}
[dir="rtl"] .tabs__tab {
  float: right;
}
.tabs__tab.is-active {
  border-bottom-color: #fff;
}
.tabs__tab-link {
  padding: 0 1.25rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}
.tabs__tab-link:focus,
.tabs__tab-link:hover {
  background: #eaeaea;
}
.tabs__tab-link:active,
.tabs__tab-link.is-active,
.tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}
.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}
.tabs--secondary {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  background-image: none;
}
.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(
    bottom,
    #cccccc 1px,
    transparent 1px
  );
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}
.tabs--secondary .tabs__tab {
  margin: 0.46875rem 0.1875rem;
  border: 0;
  background: transparent;
}
[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}
.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}
.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 20px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}
.tabs--secondary .tabs__tab-link:focus,
.tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}
.tabs--secondary .tabs__tab-link:active,
.tabs--secondary .tabs__tab-link.is-active,
.tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}
.autocomplete,
.form-autocomplete {
  background-image: url(/sites/all/themes/up2top/sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}
[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}
.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}
.autocomplete__list-item.is-selected,
.autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}
.autocomplete.is-throbbing,
.autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(/sites/all/themes/up2top/sass/forms/autocomplete/throbber-active.gif);
}
.collapsible-fieldset,
.collapsible {
  position: relative;
}
.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(/sites/all/themes/up2top/sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}
[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}
.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: 0.9em;
  margin-left: 0.5em;
}
.collapsible-fieldset.is-collapsed,
.collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}
.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper,
.collapsible-fieldset--is-collapsed__wrapper,
.is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}
.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
.collapsible-fieldset--is-collapsed__legend,
.is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(/sites/all/themes/up2top/sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend,
[dir="rtl"] .collapsible-fieldset--is-collapsed__legend,
[dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(/sites/all/themes/up2top/sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}
.form-item {
  margin: 1.25rem 0;
}
.form-item__required,
.form-required {
  color: #c00;
}
.form-item__description {
  font-size: 0.875rem;
}
.form-item--inline div,
.form-item--inline label,
.container-inline .form-item div,
.container-inline .form-item label {
  display: inline;
}
.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}
.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}
.form-item--radio .form-item__label,
.form-item--radio__label,
.form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}
.form-item--radio .form-item__description,
.form-item--radio__description,
.form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 1.4em;
}
.form-item.is-error .form-item__widget,
.form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
.form-item .description {
  display: none;
}
div.image-preview {
  padding: 10px;
}
.form-table,
form table {
  margin: 0;
  border: 1px solid #ccc;
}
.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}
.form-table__sticky-header.is-sticky,
.form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}
.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}
[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}
.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}
.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}
.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}
.form-table__row.is-active,
.form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}
.form-table__row.is-disabled,
.form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}
.form-table__row.is-selected,
.form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}
.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}
.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}
.progress-bar,
.progress {
  font-weight: bold;
}
.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 0.2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}
.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9
    url(/sites/all/themes/up2top/sass/forms/progress-bar/progress-bar.gif)
    repeat 0 0;
}
.progress-bar__percentage,
.progress .percentage {
  float: right;
}
[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}
.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}
[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}
.progress-throbber,
.ajax-progress {
  display: inline-block;
}
[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}
.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(/sites/all/themes/up2top/sass/forms/progress-throbber/progress-throbber.gif)
    no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}
[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}
.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}
.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}
.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(/sites/all/themes/up2top/sass/forms/resizable-textarea/grippie.png)
    no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}
.table-drag__wrapper,
body.drag {
  cursor: move;
}
.table-drag__item,
tr.drag {
  background-color: #fffadb;
}
.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}
.table-drag__handle,
.tabledrag-handle {
  position: relative;
  cursor: move;
  float: left;
  width: 40px;
  height: 2em;
  margin: 0;
  overflow: hidden;
  text-decoration: none;
}
[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}
.table-drag__handle:focus,
.table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}
.table-drag__handle-icon,
.tabledrag-handle .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(/sites/all/themes/up2top/sass/forms/table-drag/handle-icon.png)
    no-repeat 0 0;
  height: 13px;
  margin-top: -6px;
  margin-left: -6px;
  width: 13px;
  height: 13px;
}
.table-drag__handle.is-hover .table-drag__handle-icon,
.table-drag__handle-icon--is-hover,
.is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 0 -20px;
}
.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}
[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}
.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  display: none;
}
.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -0.4em 0.2em -0.4em -0.4em;
  padding: 0.42em 0 0.42em 0.6em;
  width: 20px;
}
[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
}
.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(/sites/all/themes/up2top/sass/forms/table-drag/tree-child.png)
    no-repeat 11px center;
}
[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}
.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(/sites/all/themes/up2top/sass/forms/table-drag/tree-child-last.png);
}
.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}
tr.draggable {
  line-height: 2em;
}
td.tabledrag-hide {
  display: none !important;
}
.float-image {
  float: left;
  margin: 0 15px 5px 0;
}
.logos {
  text-align: center;
}
.logos__item {
  display: inline-block;
  height: 120px;
  margin: 0 10px;
}
.logos__item:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.logos__item img {
  display: inline-block;
  vertical-align: middle;
}
.view-user-moderation .views-row {
  position: relative;
}
.view-panel .draggableviews-processed {
  width: 100%;
  margin: -20px 0 0;
  padding: 0;
}
.view-panel .draggableviews-processed li.views-row {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}
.view-panel .draggableviews-processed li.views-row:first-child {
  margin-top: 20px;
}
.view-panel .draggableviews-changed-warning {
  display: none !important;
}
.view-panel .form-submit {
  margin: 20px 0;
}
code {
  font-family: monospace;
  padding: 2px 5px;
}
pre code {
  word-wrap: normal;
}
pre code .counter {
  float: left;
  width: 40px;
  margin: 0 1em 0 -1em;
  border-right: 1px solid #cccccc;
  text-align: right;
  color: #cccccc;
}
pre code .counter span {
  display: block;
  padding: 0 0.5em 0 1em;
}
