@charset "UTF-8";
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../bower_components/fontawesome/fonts//fontawesome-webfont.eot?v=4.4.0");
  src: url("../../bower_components/fontawesome/fonts//fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../../bower_components/fontawesome/fonts//fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../../bower_components/fontawesome/fonts//fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../../bower_components/fontawesome/fonts//fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../../bower_components/fontawesome/fonts//fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

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

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

.fa.pull-right {
  margin-left: .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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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-yahoo: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: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-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-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: ""; }

.ie9 img[src*=".svg"] {
  width: 100%; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 100;
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot");
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("opentype"), url("../fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2") format("woff2"), url("../fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("../fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("../fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 100;
    src: url("../fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 100;
  font-style: italic;
  src: url("../fonts/1cc063b6-7e7b-4880-9905-0d3d4f9c7c7d.eot");
  src: url("../fonts/1cc063b6-7e7b-4880-9905-0d3d4f9c7c7d.eot?#iefix") format("opentype"), url("../fonts/259bda14-7f43-47ac-b7ac-2baa71dbc05f.woff2") format("woff2"), url("../fonts/b6d63cb7-64b5-4d39-beaf-a8d9fe5eb1df.woff") format("woff"), url("../fonts/284ad777-0022-42a3-9197-c449457c670a.ttf") format("truetype"), url("../fonts/202b6353-ffff-45b1-9a1a-89497323d7ed.svg#202b6353-ffff-45b1-9a1a-89497323d7ed") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 100;
    font-style: italic;
    src: url("../fonts/202b6353-ffff-45b1-9a1a-89497323d7ed.svg#202b6353-ffff-45b1-9a1a-89497323d7ed") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 300;
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot");
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("opentype"), url("../fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 300;
    src: url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot");
  src: url("../fonts/a4f9f319-dec9-4afc-8b50-e18cc1b61cb4.eot?#iefix") format("opentype"), url("../fonts/09f28057-e848-49b3-94bf-bfaefff51b64.woff2") format("woff2"), url("../fonts/8e9ee02b-f337-4f13-ad6c-969d6d6536c8.woff") format("woff"), url("../fonts/beddbbc6-203e-4f36-8960-3f5ca22af567.ttf") format("truetype"), url("../fonts/af177436-d9e8-44e8-9c9c-ef2d945f20a3.svg#af177436-d9e8-44e8-9c9c-ef2d945f20a3") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/af177436-d9e8-44e8-9c9c-ef2d945f20a3.svg#af177436-d9e8-44e8-9c9c-ef2d945f20a3") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot");
  src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("opentype"), url("../fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("../fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("../fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 400;
    src: url("../fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 400;
  font-style: italic;
  src: url("../fonts/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot");
  src: url("../fonts/58a5cbff-d570-4c18-a5e3-60868dc07ae8.eot?#iefix") format("opentype"), url("../fonts/462d508d-efc7-478f-b84e-288eeb69a160.woff2") format("woff2"), url("../fonts/2c056da8-4920-4e20-8c69-8a6b315458a9.woff") format("woff"), url("../fonts/2381d918-136d-444f-8391-db0cba6da388.ttf") format("truetype"), url("../fonts/d0697971-6f58-4597-942e-8beabd1adc87.svg#d0697971-6f58-4597-942e-8beabd1adc87") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/d0697971-6f58-4597-942e-8beabd1adc87.svg#d0697971-6f58-4597-942e-8beabd1adc87") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 500;
  src: url("../fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot");
  src: url("../fonts/07fe0fec-b63f-4963-8ee1-535528b67fdb.eot?#iefix") format("opentype"), url("../fonts/3600b37f-2bf1-45f3-be3a-03365f16d9cb.woff2") format("woff2"), url("../fonts/60be5c39-863e-40cb-9434-6ebafb62ab2b.woff") format("woff"), url("../fonts/4c6503c9-859b-4d3b-a1d5-2d42e1222415.ttf") format("truetype"), url("../fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 500;
    src: url("../fonts/36c182c6-ef98-4021-9b0d-d63122c2bbf5.svg#36c182c6-ef98-4021-9b0d-d63122c2bbf5") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/71c74bc5-e7c8-48ad-9b03-43f3e6760e4e.eot");
  src: url("../fonts/71c74bc5-e7c8-48ad-9b03-43f3e6760e4e.eot?#iefix") format("opentype"), url("../fonts/9a31d352-a4be-4540-a6f2-f4ea3ea77d94.woff2") format("woff2"), url("../fonts/5f0efe11-b07a-49fc-ab86-7af6152fa368.woff") format("woff"), url("../fonts/fea58e5b-b0a7-43f7-8928-fc0639365852.ttf") format("truetype"), url("../fonts/398e1bb8-f2eb-41d5-b3b6-b9a889b52ee7.svg#398e1bb8-f2eb-41d5-b3b6-b9a889b52ee7") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/398e1bb8-f2eb-41d5-b3b6-b9a889b52ee7.svg#398e1bb8-f2eb-41d5-b3b6-b9a889b52ee7") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 700;
  src: url("../fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot");
  src: url("../fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("opentype"), url("../fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("../fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("../fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 700;
    src: url("../fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg"); } }

@font-face {
  font-family: "HelveticaNeue";
  font-weight: 700;
  font-style: italic;
  src: url("../fonts/9eb382e7-b9a0-4ec0-86b3-7a690b9e127b.eot");
  src: url("../fonts/9eb382e7-b9a0-4ec0-86b3-7a690b9e127b.eot?#iefix") format("opentype"), url("../fonts/d73c0f40-68f5-479e-9170-34a47382ed7a.woff2") format("woff2"), url("../fonts/628a0837-f9e0-4b32-83c4-d99689b9da93.woff") format("woff"), url("../fonts/4d9ecce0-f253-49fd-8623-b0f896b12794.ttf") format("truetype"), url("../fonts/dcdd4c31-466f-43f5-85c9-9bcdcd814139.svg#dcdd4c31-466f-43f5-85c9-9bcdcd814139") format("svg"); }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "HelveticaNeue";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/dcdd4c31-466f-43f5-85c9-9bcdcd814139.svg#dcdd4c31-466f-43f5-85c9-9bcdcd814139") format("svg"); } }

.nav li a:hover, .nav li a:active {
  color: #3c9dd3; }

.navbar-btn {
  display: inline-block; }

.third-nav-block ul,
.publication-menu-block ul {
  list-style-type: none;
  padding-left: 0;
  padding-top: 6px; }

.third-nav-block a,
.publication-menu-block a {
  text-decoration: none;
  color: #000; }

.third-nav-block li a,
.publication-menu-block li a {
  display: block;
  padding: 2.2px 0; }

.third-nav-block .nav > li > a,
.publication-menu-block .nav > li > a {
  padding-left: 0;
  border-bottom: 1px solid #3c9dd3;
  text-transform: uppercase; }

.third-nav-block .active-trail > a,
.publication-menu-block .active-trail > a {
  color: #3c9dd3; }

aside .third-nav-block .menu-block-wrapper > ul > li > a {
  border-color: #bfbfbf; }

aside .third-nav-block .menu-block-wrapper > ul > li ul {
  display: none;
  padding-left: 15px; }

aside .third-nav-block .menu-block-wrapper > ul > li.expanded ul {
  display: block; }

.region-sidebar-first .third-nav-block .menu > li {
  border-bottom: 1px solid #bfbfbf;
  padding-top: 6px;
  padding-bottom: 6px; }
  .region-sidebar-first .third-nav-block .menu > li > a {
    border-color: transparent !important; }
  .region-sidebar-first .third-nav-block .menu > li a {
    padding-top: 3px;
    padding-bottom: 3px; }

#block-block-47 {
  max-width: 720px;
  margin: 0 auto 88px auto;
  text-align: center; }
  #block-block-47 p {
    font-size: 22px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

.block-fblikebutton {
  padding-top: 10px;
  padding-bottom: 10px; }

.ds-2col-stacked img {
  padding-bottom: 10px; }

.dropdown-menu {
  min-width: 15em; }
  .dropdown-menu .autocomplete-suggestion-results {
    font-size: 14px; }

.btn {
  font-weight: 300; }

.form-control:focus {
  background-color: #f8f8f8; }

.form-select {
  -moz-appearance: none; }

@-moz-document url-prefix() {
  .form-select {
    background-image: url("../img//arrows.png");
    background-repeat: no-repeat;
    background-position: 98% center; } }

.views-exposed-form label {
  font-size: 15px;
  font-weight: 500; }

.views-exposed-form .btn {
  background-color: transparent;
  display: inline-block;
  text-align: center;
  margin: 0 auto 5.5px auto;
  float: left;
  padding: 4.4px 15.4px;
  border-radius: 22px;
  border: 1px solid #bebebe;
  font-size: 15px;
  text-decoration: none;
  color: #94928e; }
  .views-exposed-form .btn a {
    color: #94928e; }
  .views-exposed-form .btn:hover {
    background-color: rgba(231, 231, 232, 0.4);
    color: #94928e; }

.view-sites .view-content {
  margin-left: -15px;
  margin-right: -15px; }
  .view-sites .view-content:before, .view-sites .view-content:after {
    content: " ";
    display: table; }
  .view-sites .view-content:after {
    clear: both; }

.view-sites .view-content > .views-row {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 720px) {
    .view-sites .view-content > .views-row {
      float: left;
      width: 33.3333333333%; } }

.view-sites .node-site {
  text-align: center; }
  .view-sites .node-site img {
    display: block;
    margin: 0 auto;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    margin-top: 44px;
    margin-bottom: 44px; }
  .view-sites .node-site h4 {
    font-size: 16px;
    text-align: left;
    border-bottom: 2px solid #fec262;
    height: 62px;
    margin-bottom: 0; }
  .view-sites .node-site .field-name-field-links {
    margin-top: 30px; }
  .view-sites .node-site .gray-btn {
    margin-bottom: 20px; }
    .view-sites .node-site .gray-btn a {
      padding: 4.4px 15.4px;
      border-radius: 22px;
      border: 1px solid #bebebe;
      font-size: 15px;
      color: #289bd4;
      white-space: nowrap;
      padding: 0 14.6666666667px;
      margin-bottom: 22px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      max-width: 275px;
      height: 36px;
      line-height: 34px;
      vertical-align: middle;
      letter-spacing: 0.1em;
      cursor: pointer; }
      .view-sites .node-site .gray-btn a a {
        color: #94928e; }
      @media screen and (max-width: 1199px) {
        .view-sites .node-site .gray-btn a {
          font-size: 14px; } }
      .view-sites .node-site .gray-btn a:hover {
        background-color: rgba(231, 231, 232, 0.4);
        text-decoration: none; }
  .view-sites .node-site .field-name-field-site-url a {
    text-transform: uppercase;
    color: #94928e;
    font-size: 12px;
    color: #3c9dd3; }
  .view-sites .node-site:hover img, .view-sites .node-site:active img, .view-sites .node-site:focus img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }

.view-starfsmenn .view-header {
  display: inline-block;
  margin-bottom: 44px; }
  .view-starfsmenn .view-header .alpha-filter {
    list-style-type: none;
    padding-left: 0;
    white-space: nowrap; }
    .view-starfsmenn .view-header .alpha-filter li {
      display: inline-block;
      margin-right: 1.1px;
      margin-bottom: 5.06px;
      font-size: 14px;
      float: left; }
      .view-starfsmenn .view-header .alpha-filter li:first-child a {
        width: 60px;
        border-radius: 14px; }
      .view-starfsmenn .view-header .alpha-filter li a {
        display: block;
        padding: 5.5px;
        width: 28.6px;
        height: 28.6px;
        color: #94928e;
        background-color: #e7e7e8;
        text-align: center;
        text-decoration: none;
        border-radius: 50%; }
        .view-starfsmenn .view-header .alpha-filter li a:hover, .view-starfsmenn .view-header .alpha-filter li a:focus, .view-starfsmenn .view-header .alpha-filter li a:active, .view-starfsmenn .view-header .alpha-filter li a.active {
          color: #fff;
          background-color: #3c9dd3; }

.view-starfsmenn .view-content {
  margin-left: -15px;
  margin-right: -15px; }
  .view-starfsmenn .view-content:before, .view-starfsmenn .view-content:after {
    content: " ";
    display: table; }
  .view-starfsmenn .view-content:after {
    clear: both; }

.view-starfsmenn .card--employee {
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in-out;
  -o-transition: opacity 500ms ease-in-out;
  transition: opacity 500ms ease-in-out; }
  .view-starfsmenn .card--employee.active {
    opacity: 1; }

.page-utgefid-efni .page-header {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .page-utgefid-efni .page-header {
      float: left;
      width: 100%; } }
  @media (min-width: 1200px) {
    .page-utgefid-efni .page-header {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 1200px) {
    .page-utgefid-efni .page-header {
      left: 8.3333333333%; } }

.page-utgefid-efni .content-inner {
  margin-left: -15px;
  margin-right: -15px; }
  .page-utgefid-efni .content-inner:before, .page-utgefid-efni .content-inner:after {
    content: " ";
    display: table; }
  .page-utgefid-efni .content-inner:after {
    clear: both; }

.page-utgefid-efni .region-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 992px) {
    .page-utgefid-efni .region-content {
      float: left;
      width: 100%; } }
  @media (min-width: 1200px) {
    .page-utgefid-efni .region-content {
      float: left;
      width: 83.3333333333%; } }
  @media (min-width: 1200px) {
    .page-utgefid-efni .region-content {
      left: 8.3333333333%; } }

.view-id-documents .view-content {
  display: none; }

.view-id-documents span.file {
  width: 100%; }

.view-id-documents .view-filters {
  margin-bottom: 66px; }

.view-id-documents .view-content {
  margin-left: -15px;
  margin-right: -15px; }
  .view-id-documents .view-content:before, .view-id-documents .view-content:after {
    content: " ";
    display: table; }
  .view-id-documents .view-content:after {
    clear: both; }

.view-id-documents .views-row {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 66px; }
  @media (min-width: 720px) {
    .view-id-documents .views-row {
      float: left;
      width: 25%; } }
  @media (min-width: 992px) {
    .view-id-documents .views-row {
      float: left;
      width: 20%; } }

.view-id-documents .field-name-field-cover-image {
  display: table-cell;
  vertical-align: bottom; }

.view-id-documents .field-name-field-company {
  text-transform: uppercase;
  margin-top: 11px;
  font-size: 12px;
  color: #94928e; }

.view-id-documents .field-name-filename {
  margin-top: 11px;
  font-weight: 300;
  margin-bottom: 22px; }
  .view-id-documents .field-name-filename a {
    color: #2d2a26;
    word-wrap: break-word; }

.view-id-documents img {
  border: 1px solid #e7e7e8; }

#block-views-frettir-bottom-news .block-title {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px; }

.region-content .view-frettir h2 {
  border: 0px; }

.view-frettir .row, .view-frettir .accordion .views-row.akkentry .akkContent, .accordion .views-row.akkentry .view-frettir .akkContent {
  margin-bottom: 50px; }

.view-frettir .view-header {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  margin-bottom: 44px; }

.view-frettir .node-article h2 {
  font-size: 20px;
  line-height: 1.375;
  font-weight: 300;
  margin: 4px 0 2.2px 0;
  padding: 0; }

.view-frettir .node-article .field-name-post-date {
  text-transform: uppercase;
  color: #94928e;
  font-size: 12px;
  text-transform: lowercase;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 4px;
  color: #333; }

.view-frettir .node-article .field-name-field-site-id {
  text-transform: uppercase;
  color: #94928e;
  font-size: 12px;
  margin-top: 2px; }

.view-frettir .node-article > a {
  font-size: 16px; }

.view-frettir .view-content {
  margin-left: -15px;
  margin-right: -15px; }
  .view-frettir .view-content:before, .view-frettir .view-content:after {
    content: " ";
    display: table; }
  .view-frettir .view-content:after {
    clear: both; }
  @media (max-width: 719px) {
    .view-frettir .view-content {
      width: 275px;
      margin-left: auto;
      margin-right: auto; } }

.view-frettir .views-row {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
  @media (min-width: 720px) {
    .view-frettir .views-row {
      float: left;
      width: 33.3333333333%; } }

.view-frettir .more-link {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  padding-top: 88px;
  text-align: center; }
  .view-frettir .more-link a {
    padding: 4.4px 15.4px;
    border-radius: 22px;
    border: 1px solid #bebebe;
    font-size: 15px;
    color: #94928e; }
    .view-frettir .more-link a a {
      color: #94928e; }

.view-display-id-block_4 .img {
  display: table-cell;
  vertical-align: top; }

.view-display-id-block_4 a {
  display: table-row;
  vertical-align: bottom; }

.node-article.view-mode-full .group-header {
  margin-bottom: 22px; }

.node-article.view-mode-full .field-name-post-date {
  text-transform: uppercase;
  color: #94928e;
  font-size: 12px;
  text-transform: none;
  display: inline-block; }

.node-article.view-mode-full .media {
  overflow: initial !important; }

.node-article.view-mode-full .field-name-field-site-id {
  text-transform: uppercase;
  color: #94928e;
  font-size: 12px;
  display: inline-block; }
  .node-article.view-mode-full .field-name-field-site-id * {
    display: inline-block; }
  .node-article.view-mode-full .field-name-field-site-id:after {
    margin: 0 0.5em;
    content: '|'; }

.node-article.view-mode-full .field-name-body {
  margin-top: 16px; }

.site-logo {
  position: relative; }
  .site-logo .bw {
    position: relative; }
  .site-logo h4 {
    text-align: center !important; }
  .site-logo .color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .site-logo .color img {
      visibility: hidden; }
  .site-logo:hover .bw img {
    visibility: hidden; }
  .site-logo:hover .color {
    z-index: 3; }
    .site-logo:hover .color img {
      visibility: visible;
      margin-top: 0; }

span.file a {
  display: inline-block;
  text-align: center;
  margin: 0 auto 5.5px auto;
  float: left;
  padding: 4.4px 15.4px;
  border-radius: 22px;
  border: 1px solid #bebebe;
  font-size: 15px;
  text-decoration: none;
  color: #94928e; }
  span.file a a {
    color: #94928e; }
  span.file a:after {
    content: ' ';
    width: 1em;
    height: 1em;
    margin-left: 0.25em;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: text-top;
    background-image: url("../img/ico-download.svg");
    margin-top: 2px; }
  span.file a .file-icon {
    display: none; }
  span.file a:hover {
    background-color: rgba(231, 231, 232, 0.4);
    color: #94928e; }
  span.file a img {
    display: inline-block; }
  span.file a span.file {
    border-radius: none;
    border: none;
    padding: 0; }

.btn:hover {
  background-color: rgba(231, 231, 232, 0.4);
  text-decoration: none; }

.view-frettir > .more-link a:hover {
  background-color: rgba(231, 231, 232, 0.4);
  text-decoration: none; }

.field-name-field-fundargerd {
  margin-top: 11px; }

.field-label, .form-label {
  display: none; }

.field-name-field-kk-news-image img {
  max-width: 100%;
  height: auto; }

video {
  max-width: 100%; }

body {
  overflow-y: scroll; }

.page-content-bottom {
  background: #f8f8f8;
  padding-top: 66px;
  padding-bottom: 66px; }

.pagination .progress-disabled {
  float: left; }

.pagination span.views-throbbing {
  display: none !important; }

.pagination .ajax-progress-throbber {
  display: none; }

.pagination li {
  font-size: 12px; }
  .pagination li.pager-first, .pagination li.pager-last {
    display: none; }
  .pagination li.prev a, .pagination li.next a {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    text-transform: uppercase; }
  .pagination li.pager-ellipsis span {
    border: 0; }
  .pagination li.active span {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px; }
  .pagination li a {
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    margin: 0 4px; }

.accordion ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.accordion.simple .item-list {
  border-top: 1px solid #d7dadb; }

.accordion.simple .views-row.akkentry .akkContent .col-sm-12 {
  padding-top: 20px !important; }
  .accordion.simple .views-row.akkentry .akkContent .col-sm-12 ul {
    padding: 0 0 0 40px;
    margin: 0;
    list-style: initial;
    list-style: disc; }

.accordion .views-row .view-mode-teaser {
  display: inline-block; }

.accordion .views-row.akkentry {
  list-style: none;
  background: #fff;
  position: relative;
  width: 100%;
  height: 120px;
  border: none;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .accordion .views-row.akkentry .akkContent .col-sm-6, .accordion .views-row.akkentry .akkContent .col-sm-12 {
    padding-top: 75px;
    padding-left: 182px;
    opacity: 0; }
    .accordion .views-row.akkentry .akkContent .col-sm-6.image, .accordion .views-row.akkentry .akkContent .col-sm-12.image {
      padding-top: 40px;
      padding-left: 50px; }
  .accordion .views-row.akkentry .container {
    position: relative;
    padding-bottom: 30px;
    min-height: 120px;
    top: -22px;
    width: 100%; }
  .accordion .views-row.akkentry .stripe {
    border-left: 2px solid #969593;
    position: absolute;
    width: 2px;
    height: 100%;
    left: 48px;
    top: 86px; }
    .accordion .views-row.akkentry .stripe.shortTop {
      height: 118px;
      top: 2px; }
    .accordion .views-row.akkentry .stripe.shortBottom {
      height: 118px;
      top: 0%; }
  .accordion .views-row.akkentry h3 {
    color: #292d36;
    font-size: 20px;
    position: absolute;
    left: 196px;
    font-weight: bold;
    font-family: "PT Sans", sans-serif;
    margin-top: 36px; }
    .accordion .views-row.akkentry h3.full-width {
      position: static;
      padding-left: 100px;
      margin-top: 50px; }
      @media (max-width: 720px) {
        .accordion .views-row.akkentry h3.full-width {
          width: 85%; } }
  .accordion .views-row.akkentry span {
    font-size: 18px;
    color: #3c9dd3;
    font-weight: bold;
    position: absolute;
    top: 18px;
    left: 65px;
    z-index: 1;
    transition: opacity 1s; }
    .accordion .views-row.akkentry span.hoverSpan {
      color: #fff;
      position: absolute;
      left: 27px;
      top: 47px;
      opacity: 0; }
  .accordion .views-row.akkentry .field-name-field-field-mynd-timeline,
  .accordion .views-row.akkentry .field-name-field-mynd-timeline {
    float: left;
    width: 100%;
    padding-left: 182px;
    padding-top: 20px;
    top: 22px;
    opacity: 0; }
  .accordion .views-row.akkentry .bubble {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 22px;
    left: 16px;
    z-index: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: timeline-minus 1s ease-out;
    -webkit-animation-iteration-count: 1;
    animation: timeline-minus 1s ease-out;
    animation-iteration-count: 1;
    background-image: url("../img/timeline-circle.png");
    background-repeat: no-repeat;
    opacity: 0.5; }
    .accordion .views-row.akkentry .bubble:hover {
      background-image: url("../img/plus.png"), url("../img/timeline-circle.png");
      background-position: 50% 50%, 0% 0%;
      opacity: 1 !important; }
    .accordion .views-row.akkentry .bubble.always, .accordion .views-row.akkentry .bubble.hoverBubble {
      -webkit-animation: timeline-plus 1s ease-out;
      -webkit-animation-iteration-count: 1;
      animation: timeline-plus 1s ease-out;
      animation-iteration-count: 1; }
    .accordion .views-row.akkentry .bubble.activeBubble {
      -webkit-animation: none;
      animation: none;
      background-image: url("../img/line.png"), url("../img/timeline-circle.png");
      background-position: 50% 50%, 0% 0%; }
      .accordion .views-row.akkentry .bubble.activeBubble.always {
        animation-iteration-count: 0;
        -webkit-animation-iteration-count: 0;
        -webkit-animation: none;
        animation: none;
        background-image: url("../images/minus.png");
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 100% 100%; }
  .accordion .views-row.akkentry:hover {
    background-size: cover;
    background-repeat: repeat-y;
    cursor: pointer; }
    .accordion .views-row.akkentry:hover .bubble {
      opacity: 1;
      background-image: url("../img/plus.png"), url("../img/timeline-circle.png");
      background-position: 50% 50%, 0% 0%; }
  .accordion .views-row.akkentry.active_entry:hover .bubble {
    background-image: url("../img/line.png"), url("../img/timeline-circle.png"); }
  .accordion .views-row.akkentry.active_entry .stripe {
    border: 0;
    height: 130%;
    top: 85px;
    background: #2d2a26;
    background: -moz-linear-gradient(top, #2d2a26 0%, black 0%, rgba(45, 42, 38, 0.82) 29%, rgba(45, 42, 38, 0.7) 49%, rgba(45, 42, 38, 0.7) 50%, rgba(255, 255, 255, 0.39) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #2d2a26), color-stop(0%, black), color-stop(29%, rgba(45, 42, 38, 0.82)), color-stop(49%, rgba(45, 42, 38, 0.7)), color-stop(50%, rgba(45, 42, 38, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.39)));
    background: -webkit-linear-gradient(top, #2d2a26 0%, black 0%, rgba(45, 42, 38, 0.82) 29%, rgba(45, 42, 38, 0.7) 49%, rgba(45, 42, 38, 0.7) 50%, rgba(255, 255, 255, 0.39) 100%);
    background: -o-linear-gradient(top, #2d2a26 0%, black 0%, rgba(45, 42, 38, 0.82) 29%, rgba(45, 42, 38, 0.7) 49%, rgba(45, 42, 38, 0.7) 50%, rgba(255, 255, 255, 0.39) 100%);
    background: -ms-linear-gradient(top, #2d2a26 0%, black 0%, rgba(45, 42, 38, 0.82) 29%, rgba(45, 42, 38, 0.7) 49%, rgba(45, 42, 38, 0.7) 50%, rgba(255, 255, 255, 0.39) 100%);
    background: linear-gradient(to bottom, #2d2a26 0%, black 0%, rgba(45, 42, 38, 0.82) 29%, rgba(45, 42, 38, 0.7) 49%, rgba(45, 42, 38, 0.7) 50%, rgba(255, 255, 255, 0.39) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d2a26', endColorstr='#ffffff', GradientType=0 ); }
  .accordion .views-row.akkentry.active_entry h3 {
    color: #3c9dd3; }
    .accordion .views-row.akkentry.active_entry h3.full-width {
      max-width: none; }
  .accordion .views-row.akkentry.active_entry .bubble {
    opacity: 1; }
  .accordion .views-row.akkentry.active_entry .year {
    color: #292d36; }
  .accordion .views-row.akkentry.views-row-first .stripe {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 48px;
    top: 87px; }
    .accordion .views-row.akkentry.views-row-first .stripe.shortBottom {
      height: 28px;
      top: 90px; }
  .accordion .views-row.akkentry.views-row-last .stripe {
    height: 0px;
    top: 0; }
    .accordion .views-row.akkentry.views-row-last .stripe.shortTop {
      top: 2px;
      height: 26px; }

@media (max-width: 720px) {
  .accordion li.views-row {
    list-style-image: none; }
  .accordion .carousel-indicators {
    bottom: 0; }
  .accordion .views-row .view-mode-teaser {
    display: inline-block;
    width: 100%; }
  .accordion .views-row.akkentry {
    padding: 0px 0 17px;
    height: auto;
    overflow: visible; }
    .accordion .views-row.akkentry .container {
      padding-bottom: 0;
      min-height: 36px; }
    .accordion .views-row.akkentry.views-row-first .stripe {
      left: 33px;
      top: 58px; }
    .accordion .views-row.akkentry .stripe {
      left: 33px;
      top: 58px;
      height: 100%; }
    .accordion .views-row.akkentry h3 {
      display: inline-block; }
    .accordion .views-row.akkentry .bubble {
      background-color: transparent;
      height: 36px;
      width: 36px;
      margin-right: 25px;
      line-height: 36px;
      background-size: 36px 36px; }
      .accordion .views-row.akkentry .bubble:hover {
        background-size: 0px, 36px 36px;
        opacity: 1; }
      .accordion .views-row.akkentry .bubble, .accordion .views-row.akkentry .bubble.always {
        background-color: transparent; }
    .accordion .views-row.akkentry .field-name-field-mynd-timeline, .accordion .views-row.akkentry .field-name-field-field-mynd-timeline {
      padding-left: 116px; }
    .accordion .views-row.akkentry .year {
      top: 5px;
      left: 14px; }
    .accordion .views-row.akkentry h3 {
      left: 132px;
      top: 22px; }
    .accordion .views-row.akkentry .year, .accordion .views-row.akkentry h3 {
      font-size: 15px;
      font-family: "PT Sans", sans-serif;
      color: #292d36;
      line-height: 36px; }
      .accordion .views-row.akkentry .year span, .accordion .views-row.akkentry h3 span {
        font-size: 15px; }
      .accordion .views-row.akkentry .year, .accordion .views-row.akkentry .year.full-width, .accordion .views-row.akkentry h3, .accordion .views-row.akkentry h3.full-width {
        padding-left: 0;
        margin: 0 5px 0 0; }
    .accordion .views-row.akkentry .akkContent {
      clear: both;
      display: none; }
      .accordion .views-row.akkentry .akkContent .col-sm-6, .accordion .views-row.akkentry .akkContent .col-sm-12 {
        opacity: 1; }
        .accordion .views-row.akkentry .akkContent .col-sm-6.text, .accordion .views-row.akkentry .akkContent .col-sm-12.text {
          padding: 50px 0 0px 116px; }
        .accordion .views-row.akkentry .akkContent .col-sm-6.image, .accordion .views-row.akkentry .akkContent .col-sm-12.image {
          padding: 0 0 115px 0;
          text-align: center; }
          .accordion .views-row.akkentry .akkContent .col-sm-6.image .carousel-control, .accordion .views-row.akkentry .akkContent .col-sm-12.image .carousel-control {
            display: none; }
    .accordion .views-row.akkentry.views-row-last .stripe {
      height: 0px !important; }
    .accordion .views-row.akkentry.active .bubble {
      background-image: url("../img/line.png"), url("../img/timeline-circle.png");
      background-size: 28%, 36px 36px;
      opacity: 1;
      background-position: 50% 50%, 0% 0%;
      background-size: 11px, 36px; }
      .accordion .views-row.akkentry.active .bubble:hover {
        opacity: 1 !important; }
    .accordion .views-row.akkentry.active.views-row-last .stripe {
      height: 0px !important; }
    .accordion .views-row.akkentry.active .field-name-field-mynd-timeline, .accordion .views-row.akkentry.active .field-name-field-field-mynd-timeline {
      opacity: 1; }
    .accordion .views-row.akkentry.active .akkContent {
      display: block; } }

table.table thead th {
  font-size: 15px;
  font-weight: 500; }

table.table tbody {
  font-size: 15px;
  font-weight: 300; }
  table.table tbody > tr:nth-of-type(odd) {
    background-color: transparent; }

.page-header {
  word-wrap: break-word; }

h1 {
  border-bottom: 1px solid #3c9dd3; }

h2 a {
  color: #000; }

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

h4 {
  font-weight: 300; }

.page-header {
  border-bottom: 1px solid #3c9dd3; }

table {
  border-right: none;
  border-left: none; }
  table tr {
    border-bottom: 1px solid #bfbfbf; }
  table th, table td {
    padding: 6px; }

body {
  letter-spacing: 0.2px; }
  body a:hover {
    color: #3c9dd3; }

.region-content ul li {
  list-style-image: url("../img/dot-logo.png");
  padding-left: 5px; }

.card--employee {
  font-size: 12px;
  margin-bottom: 22px;
  text-align: center; }
  .card--employee img {
    border-radius: 50%;
    display: inline-block;
    padding: 2px;
    border: 1px solid #3c9dd3;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .card--employee:hover img {
    border: 1px solid #f6b436;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale"); }
  .card--employee .name--employee {
    margin-top: 33px;
    color: #2d2a26;
    font-weight: 500; }
  .card--employee .department--employee,
  .card--employee .position--employee {
    margin-top: 5.5px;
    font-style: italic;
    color: #746f6a;
    font-weight: 300; }

.visible-header-menu .header-nav-wrapper {
  display: block; }

.header-nav-wrapper {
  display: none;
  background-color: #e7e7e8;
  min-height: 480px; }
  @media only screen and (max-width: 720px) {
    .header-nav-wrapper {
      background-size: 20%; } }
  @media only screen and (min-width: 720px) {
    .header-nav-wrapper {
      background-image: none; } }
  @media only screen and (max-width: 992px) {
    .header-nav-wrapper {
      min-height: 160px; } }
  .header-nav-wrapper > .navbar {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 22px;
    padding-bottom: 44px; }
  .header-nav-wrapper .quicktabs-tabs {
    padding: 0; }
  .header-nav-wrapper .quicktabs-hide {
    display: block !important;
    height: 0 !important;
    overflow: hidden; }
  .header-nav-wrapper #quicktabs-container-menu {
    -webkit-transition: height 250ms ease-in-out;
    -o-transition: height 250ms ease-in-out;
    transition: height 250ms ease-in-out; }
  .header-nav-wrapper .quicktabs-wrapper {
    margin-left: -15px;
    margin-right: -15px; }
    .header-nav-wrapper .quicktabs-wrapper:before, .header-nav-wrapper .quicktabs-wrapper:after {
      content: " ";
      display: table; }
    .header-nav-wrapper .quicktabs-wrapper:after {
      clear: both; }
  .header-nav-wrapper .quicktabs-tabs {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 22px; }
  .header-nav-wrapper .quicktabs-tabs li {
    margin-right: 30px; }
  .header-nav-wrapper .magic-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 7px;
    background: #3c9dd3; }
  .header-nav-wrapper .quicktabs-tabs li a {
    font-size: 20px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
    padding: 22px 0;
    display: inline-block; }
    @media only screen and (max-width: 720px) {
      .header-nav-wrapper .quicktabs-tabs li a {
        width: 100%; } }
  .header-nav-wrapper .quicktabs_main {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 720px) {
      .header-nav-wrapper .quicktabs_main {
        float: left;
        width: 100%; } }
    @media (min-width: 992px) {
      .header-nav-wrapper .quicktabs_main {
        float: left;
        width: 83.3333333333%; } }
    @media (min-width: 1200px) {
      .header-nav-wrapper .quicktabs_main {
        float: left;
        width: 83.3333333333%; } }
  .header-nav-wrapper .quicktabs-tabpage {
    margin-left: -15px;
    margin-right: -15px;
    position: absolute !important;
    top: 0;
    width: 100%; }
    .header-nav-wrapper .quicktabs-tabpage:before, .header-nav-wrapper .quicktabs-tabpage:after {
      content: " ";
      display: table; }
    .header-nav-wrapper .quicktabs-tabpage:after {
      clear: both; }
  .header-nav-wrapper .quicktabs-tabpage .menu-block-wrapper > ul > li {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 22px; }
    @media (min-width: 992px) {
      .header-nav-wrapper .quicktabs-tabpage .menu-block-wrapper > ul > li {
        float: left;
        width: 25%; } }
    @media only screen and (max-width: 992px) {
      .header-nav-wrapper .quicktabs-tabpage .menu-block-wrapper > ul > li {
        width: 33%; } }
    @media only screen and (max-width: 720px) {
      .header-nav-wrapper .quicktabs-tabpage .menu-block-wrapper > ul > li {
        width: 100%; } }
  .header-nav-wrapper .quicktabs-tabpage .nav > li > h4 {
    font-size: 16px;
    line-height: 1.375;
    border-bottom: 1px solid #3c9dd3;
    color: #3c9dd3;
    font-weight: 300;
    text-transform: uppercase;
    height: 51px;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: 5px;
    width: 25%; }
  .header-nav-wrapper .third-nav-block .menu-block-wrapper > ul > li > a {
    color: #3c9dd3;
    border-bottom-color: #3c9dd3;
    display: table-cell;
    vertical-align: bottom;
    height: 51px;
    width: 25%; }
  .header-nav-wrapper .close {
    position: absolute;
    top: 45px;
    right: 40px;
    color: #000;
    opacity: 1;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .header-nav-wrapper .close:hover {
      cursor: pointer;
      color: #3c9dd3; }

@media only screen and (max-width: 720px) {
  #block-quicktabs-menu {
    display: none; } }

@media only screen and (min-width: 720px) {
  #block-menu-block-12 {
    display: none; } }

#block-menu-block-12 a {
  color: #2d2a26;
  text-transform: uppercase;
  font-weight: 300;
  padding: 9px 15px;
  display: inline-block; }
  #block-menu-block-12 a:hover, #block-menu-block-12 a:focus {
    background-color: transparent; }

#block-menu-block-12 .caret {
  display: none; }

#block-menu-block-12 .menu > li {
  border-bottom: 1px solid #3c9dd3; }

#block-menu-block-12 .level_2 {
  padding: 0; }
  #block-menu-block-12 .level_2 > li {
    border-bottom: 1px solid #bfbfbf;
    padding-left: 8px; }
    #block-menu-block-12 .level_2 > li a {
      padding: 7px 15px; }
    #block-menu-block-12 .level_2 > li:last-child {
      border-bottom-color: #3c9dd3;
      padding-bottom: 5.5px; }

#block-menu-block-12 .active-trail > a {
  color: #3c9dd3; }

#block-menu-block-12 .dropdown-menu {
  width: 100%;
  margin: 0;
  position: relative;
  background-color: transparent;
  border: 0;
  box-shadow: none; }
  #block-menu-block-12 .dropdown-menu .level_3 {
    padding: 0 0 8px 16px;
    display: none;
    border-top: 1px solid #bfbfbf;
    margin-left: -8px; }
    #block-menu-block-12 .dropdown-menu .level_3 li {
      padding: 0; }
    #block-menu-block-12 .dropdown-menu .level_3 a {
      padding: 3px 15px;
      text-transform: inherit; }

#nav-toggle {
  position: relative;
  padding-top: 0.33em;
  outline: none;
  display: block;
  width: 100%;
  height: 36px; }

#nav-toggle span {
  border-radius: 3px;
  height: 3px;
  width: 30px;
  background: #000;
  position: absolute;
  display: block;
  right: 0;
  transition: all 200ms ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  #nav-toggle span.one {
    top: 6px; }
  #nav-toggle span.two {
    top: 15px; }
  #nav-toggle span.three {
    top: 24px; }

#nav-toggle.hovering span.one {
  top: 6px;
  transform: rotate(-60deg) translateX(-0.8em) translateY(0.025em); }

#nav-toggle.hovering span.two {
  background: transparent; }

#nav-toggle.hovering span.three {
  top: 6px;
  transform: rotate(60deg) translateX(0.8em); }

.visible-header-menu #nav-toggle span.one {
  top: 18px;
  transform: rotate(-45deg); }

.visible-header-menu #nav-toggle span.two {
  background: transparent; }

.visible-header-menu #nav-toggle span.three {
  top: 18px;
  transform: rotate(45deg); }

.visible-header-menu #nav-toggle.hovering span.one {
  top: 0;
  transform: rotate(60deg) translateX(0.5em) translateY(0.75em); }

.visible-header-menu #nav-toggle.hovering span.two {
  background: transparent; }

.visible-header-menu #nav-toggle.hovering span.three {
  top: 0;
  transform: rotate(-60deg) translateX(-0.5em) translateY(0.75em); }

.visible-header-menu .highlighted-container {
  padding-top: 0px; }

.highlighted-outer-container {
  height: 71vh;
  min-height: 500px;
  position: relative;
  background: transparent url("../img/sand_beach.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 0; }
  @media (max-width: 991px) {
    .highlighted-outer-container {
      height: 70vh;
      min-height: 70vh; } }
  @media (max-width: 719px) {
    .highlighted-outer-container {
      height: 57vh;
      min-height: 0; } }
  .highlighted-outer-container::after {
    background: rgba(40, 155, 212, 0.5); }
  @media (max-width: 991px) {
    .highlighted-outer-container .side_text {
      top: 28vh !important; } }
  .highlighted-outer-container .highlighted-container:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 232px;
    background: url("../img/logo-top.png"); }
    @media (max-width: 719px) {
      .highlighted-outer-container .highlighted-container:before {
        top: 0;
        width: 98px;
        height: 132px;
        background-size: cover; } }
  @media only screen and (max-width: 992px) {
    .highlighted-outer-container .highlighted-container {
      height: auto;
      padding-bottom: 22px; } }
  @media (max-width: 719px) {
    .highlighted-outer-container .highlighted-container {
      max-height: 70vh;
      height: 53vh;
      min-height: 0; } }

.header-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  width: 100%;
  height: 400px;
  margin-bottom: 77px;
  position: relative;
  z-index: 2;
  -webkit-backface-visibility: visible;
  backface-visibility: visible; }
  .header-wrapper * {
    -webkit-backface-visibility: visible;
    backface-visibility: visible; }
  .header-wrapper .container {
    z-index: 3; }

.visible-header-menu #navbar {
  position: relative; }

#navbar {
  z-index: 9999;
  background: #e7e7e8;
  position: fixed;
  width: 100%; }
  #navbar p {
    line-height: 26px; }
  #navbar .toggle-menu {
    display: none; }
    @media only screen and (max-width: 992px) {
      #navbar .toggle-menu {
        display: block; } }
  @media only screen and (max-width: 992px) {
    #navbar .menu-area {
      position: relative;
      min-height: 1px;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 992px) and (min-width: 720px) {
    #navbar .menu-area {
      float: left;
      width: 50%; } }
  @media only screen and (max-width: 720px) {
    #navbar .menu-area {
      display: none; } }
  @media only screen and (max-width: 992px) {
    #navbar .menu-area #block-xi-or-helper-quicktab-nav {
      display: none; } }
  #navbar .logo {
    background: #e7e7e8;
    padding-left: 99999%;
    margin-left: -99999%;
    padding-top: 22px;
    padding-bottom: 22px;
    min-height: 80px; }
    #navbar .logo img {
      width: 100%;
      height: auto;
      image-rendering: -moz-crisp-edges;
      /* Firefox */
      image-rendering: -o-crisp-edges;
      /* Opera */
      image-rendering: -webkit-optimize-contrast;
      /* Webkit (non-standard naming) */
      image-rendering: crisp-edges;
      -ms-interpolation-mode: nearest-neighbor; }
    #navbar .logo .navbar-btn {
      margin-top: 0;
      margin-bottom: 0;
      display: block;
      width: 75%;
      max-width: 123px; }

.not-font .logo-focus-area {
  background: rgba(0, 0, 0, 0.2); }

.blue-bar-container {
  height: 100%; }
  .blue-bar-container * {
    height: 100%; }

.blue-bar {
  padding-left: 99999%;
  margin-left: -99999%; }

.blue-bar-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  border: 1px solid transparent; }
  .blue-bar-wrapper .blue-bar {
    background-color: rgba(26, 85, 117, 0.65); }

.supports-mix-blend-mode .blue-bar-wrapper {
  mix-blend-mode: multiply; }
  .supports-mix-blend-mode .blue-bar-wrapper .blue-bar {
    background-color: rgba(60, 157, 211, 0.99); }

.visible-header-menu #block-xi-or-helper-quicktab-nav {
  opacity: 0.2; }

.header-wrapper #block-xi-or-helper-quicktab-nav {
  float: left; }
  .header-wrapper #block-xi-or-helper-quicktab-nav ul {
    margin: 14.5px 0;
    padding: 0;
    position: relative;
    float: left; }
    .header-wrapper #block-xi-or-helper-quicktab-nav ul li {
      display: inline;
      margin: 0 24.2px 0 0; }
      @media only screen and (max-width: 1200px) {
        .header-wrapper #block-xi-or-helper-quicktab-nav ul li {
          margin: 0 11px 0 0; } }
      .header-wrapper #block-xi-or-helper-quicktab-nav ul li a {
        font-size: 14px;
        color: #000;
        letter-spacing: 0.05em;
        padding: 14.5px 0;
        display: inline-block;
        text-decoration: none;
        text-transform: uppercase; }
      .header-wrapper #block-xi-or-helper-quicktab-nav ul li.last {
        margin: 0; }
  .header-wrapper #block-xi-or-helper-quicktab-nav .magic-line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #3c9dd3;
    padding: 0;
    margin: 0; }

.header-wrapper .block-search-api-page {
  margin-top: 22px;
  float: right; }
  .header-wrapper .block-search-api-page .input-group {
    position: relative; }
    .header-wrapper .block-search-api-page .input-group:before {
      content: url("../img/search.png");
      position: absolute;
      z-index: 3;
      top: 0.5em;
      left: 0.5em;
      -webkit-filter: contrast(60%); }
  .header-wrapper .block-search-api-page .form-text {
    height: 36px;
    border: 1px solid #f8f8f8;
    border-radius: 16px;
    padding-left: 2em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    @media only screen and (min-width: 1200px) {
      .header-wrapper .block-search-api-page .form-text {
        width: 255px; } }
  .header-wrapper .block-search-api-page .form-submit {
    display: none; }
  .header-wrapper .block-search-api-page .input-group-addon {
    display: none; }

@media only screen and (min-width: 720px) {
  #block-multiblock-1, #block-multiblock-2 {
    display: none; } }

#block-multiblock-1 .input-group, #block-multiblock-2 .input-group {
  position: relative; }
  #block-multiblock-1 .input-group:before, #block-multiblock-2 .input-group:before {
    content: url("../img/search.png");
    position: absolute;
    z-index: 3;
    top: 0.5em;
    left: 0.5em;
    -webkit-filter: contrast(60%); }

#block-multiblock-1 .form-text, #block-multiblock-2 .form-text {
  height: 36px;
  border: 1px solid #f8f8f8;
  border-radius: 16px;
  padding-left: 2em; }

#block-multiblock-1 .form-submit, #block-multiblock-2 .form-submit {
  display: none; }

#block-multiblock-1 .input-group-addon, #block-multiblock-2 .input-group-addon {
  display: none; }

.img-responsive {
  max-width: 100%;
  width: auto; }

.field-name-field-cover-image .img-responsive {
  max-width: 100%;
  width: 100%; }

.region-content {
  margin-bottom: 16px; }
  .region-content h2 {
    border-top: 1px solid #bfbfbf;
    padding-top: 16px; }
  .region-content .videoWrapper {
    height: 480px;
    margin-bottom: 16px; }

.content-wrapper > * {
  padding-bottom: 44px; }

.footer {
  margin-top: 0; }

#block-system-main > .node-um-or.view-mode-full > h2 {
  display: none; }

/*   margin: {
      top: 90px;
      bottom: -45px;
    };

    padding: {
      top: 90px;
      bottom: 90px;
    }; */
.page-node-92 #block-system-main .media {
  float: right;
  margin-top: 0;
  margin-left: 5px; }

.page-node-81 .node-children .media {
  float: left; }

.page-node-81 .node-children .media {
  margin-top: 1px; }

.page-node-81 .node-children h3 {
  width: 100%;
  display: inline-block; }

.page-node-81 .node-children img {
  margin-right: 18px; }

.taxonomy-term.vocabulary-company img {
  float: right; }

/* .region.region-footer {
  @media screen and (min-width: $screen-xs) {
    margin-right: 8.33 * $screen-xs / 100 / 6;
    margin-left: 8.33 * $screen-xs / 100 / 6;
  }

  @media screen and (min-width: $screen-sm) {
    margin-right: 8.33 * $screen-sm / 100 / 6;
    margin-left: 8.33 * $screen-sm / 100 / 6;
  }

  @media screen and (min-width: $screen-md) {
    margin-right: 8.33 * $screen-md / 100 / 6;
    margin-left: 8.33 * $screen-md / 100 / 6;
  }

  @media screen and (min-width: $screen-lg) {
    margin-right: 8.33 * $screen-lg / 100 / 6;
    margin-left: 8.33 * $screen-lg / 100 / 6;
  }
} */
.page-footer {
  background-color: #e7e7e8;
  min-height: 281px;
  padding-bottom: 54px;
  background-repeat: no-repeat;
  background-position: center calc(100% + 17px); }
  .page-footer .footer-detail-block {
    margin-top: 20px;
    margin-bottom: 30px; }
  .page-footer a {
    color: black;
    text-decoration: none; }
  .page-footer p {
    font-size: 15px;
    margin-bottom: 4px;
    line-height: 26px;
    font-weight: 300;
    color: #333333;
    letter-spacing: 1px; }
  .page-footer strong {
    font-weight: 500; }
  .page-footer h2 {
    color: #3c9dd3;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2em;
    min-height: 65px;
    margin-top: 0;
    text-transform: uppercase;
    border-bottom: 2px #3c9dd3 solid;
    padding-bottom: 7px; }
  .page-footer form label {
    color: #2d2a26;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px; }
  .page-footer form .button-primary {
    border-radius: 57px;
    -webkit-border-radius: 57px;
    -moz-border-radius: 57px;
    -ms-border-radius: 57px;
    -o-border-radius: 57px;
    padding: 5px 14px;
    background-color: #FFF;
    border: 1px solid #bebebe; }
  .page-footer form .form-control {
    background-color: #FFF;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #bebebe;
    resize: none; }
    .page-footer form .form-control:focus {
      background-color: white; }
  .page-footer #block-block-18 li {
    display: inline-block;
    list-style: none; }

/* .btn {
  border-color: $xi-brown;
  border-radius: 57px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  margin-bottom: 20px;
  background-color: transparent;
  color: $xi-brown;
} */
.page-subfooter {
  background-color: #f8f8f8;
  padding-bottom: 22px; }
  .page-subfooter:before {
    height: 44px;
    width: 44px;
    content: ' ';
    display: block;
    position: absolute;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background: url("../img/footer-icon.png") center no-repeat; }
  .page-subfooter > * {
    padding-top: 22px; }
  .page-subfooter #block-block-49 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    float: none !important; }
    @media (min-width: 992px) {
      .page-subfooter #block-block-49 {
        float: left;
        width: 58.3333333333%; } }
  .page-subfooter .media-footer_image {
    position: relative;
    float: left;
    min-height: 1px;
    padding-left: 25px;
    margin-top: 15px; }
    .page-subfooter .media-footer_image img {
      -webkit-backface-visibility: visible;
      backface-visibility: visible;
      display: block;
      margin: 0 auto;
      display: block;
      width: auto;
      height: auto;
      max-width: 100%;
      opacity: 0.4;
      filter: alpha(opacity=40);
      -webkit-transition: opacity 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out;
      max-height: 66px; }
      .page-subfooter .media-footer_image img:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

/* .main-container > .container > .row {
  position: relative;
  margin-top: -10px;

  @include smaller-than(md) {
    margin-top: 0;
  }
} */
.sticky-sidebar {
  /* top: 40px; */ }
  .sticky-sidebar .region-sidebar-first {
    padding-top: 27.5px; }
  @media only screen and (max-width: 992px) {
    .sticky-sidebar {
      display: none; } }

.fixed-sidebar .sticky-sidebar .region-sidebar-first {
  position: fixed; }

/* .content-wrapper {
  padding-top: 10px; // set manually because this is done to adjust to the sticky script

  @include smaller-than(md) {
    padding-top: 0;
  }
} */
/* .region-sidebar-first {
  @include transition(padding-top 150ms ease-in-out);

  @media screen and (min-width: $screen-xs) {
    padding-right: 8.33 * $screen-xs / 100 / 3;
  }

  @media screen and (min-width: $screen-sm) {
    padding-right: 8.33 * $screen-sm / 100 / 3;
  }

  @media screen and (min-width: $screen-md) {
    padding-right: 8.33 * $screen-md / 100 / 3;
  }

  @media screen and (min-width: $screen-lg) {
    padding-right: 8.33 * $screen-lg / 100 / 3;
  }
} */
.region-sidebar-first h2 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.375;
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #3c9dd3; }
  .region-sidebar-first h2 a {
    color: #3c9dd3; }

.highlighted-outer-container::after, .front-container::after,
.front .page-content-bottom::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% + 315px);
  bottom: 0;
  left: 0;
  z-index: 0; }
  @media (max-width: 1199px) {
    .highlighted-outer-container::after, .front-container::after,
    .front .page-content-bottom::after {
      right: calc(50% + 257.5px); } }
  @media (max-width: 991px) {
    .highlighted-outer-container::after, .front-container::after,
    .front .page-content-bottom::after {
      display: none; } }

.front .header-wrapper {
  height: 83px;
  position: relative;
  margin-bottom: 0; }
  @media only screen and (max-width: 992px) {
    .front .header-wrapper .logo .navbar-btn {
      margin-right: 0;
      padding-left: 0; } }
  .front .header-wrapper .main-overlay {
    height: calc(100vh - 65px); }
  .front .header-wrapper .logo-color-bar {
    background: transparent; }
  .front .header-wrapper .menu-color-bar {
    background: transparent; }

.front .highlighted-container > .row, .front .accordion .views-row.akkentry .highlighted-container > .akkContent, .accordion .views-row.akkentry .front .highlighted-container > .akkContent {
  position: relative;
  height: 70vh;
  color: #FFF; }
  .front .highlighted-container > .row > *:not('.main-overlay'), .front .accordion .views-row.akkentry .highlighted-container > .akkContent > *:not('.main-overlay'), .accordion .views-row.akkentry .front .highlighted-container > .akkContent > *:not('.main-overlay') {
    position: absolute;
    z-index: 99; }
    @media only screen and (max-width: 992px) {
      .front .highlighted-container > .row > *:not('.main-overlay'), .front .accordion .views-row.akkentry .highlighted-container > .akkContent > *:not('.main-overlay'), .accordion .views-row.akkentry .front .highlighted-container > .akkContent > *:not('.main-overlay') {
        position: relative; } }
  @media only screen and (max-width: 992px) {
    .front .highlighted-container > .row, .front .accordion .views-row.akkentry .highlighted-container > .akkContent, .accordion .views-row.akkentry .front .highlighted-container > .akkContent {
      width: 100%; } }
  @media (max-width: 719px) {
    .front .highlighted-container > .row, .front .accordion .views-row.akkentry .highlighted-container > .akkContent, .accordion .views-row.akkentry .front .highlighted-container > .akkContent {
      height: auto; } }
  .front .highlighted-container > .row .highlight-text h1, .front .accordion .views-row.akkentry .highlighted-container > .akkContent .highlight-text h1, .accordion .views-row.akkentry .front .highlighted-container > .akkContent .highlight-text h1 {
    text-align: right;
    border: none;
    font-size: 48px;
    color: #ffffff;
    font-weight: 200; }
  .front .highlighted-container > .row .t__100, .front .accordion .views-row.akkentry .highlighted-container > .akkContent .t__100, .accordion .views-row.akkentry .front .highlighted-container > .akkContent .t__100 {
    top: calc(40% - 100px); }
  .front .highlighted-container > .row .t__20, .front .accordion .views-row.akkentry .highlighted-container > .akkContent .t__20, .accordion .views-row.akkentry .front .highlighted-container > .akkContent .t__20 {
    top: calc(50% - 20px); }

.front .side_text {
  z-index: 1; }
  @media (min-width: 991px) {
    .front .side_text {
      padding-right: 45px;
      padding-left: 0px; } }
  .front .side_text h1 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fec262;
    color: #FFF;
    padding-right: 20px;
    font-weight: 300;
    margin-top: 37px; }
  .front .side_text p {
    color: #FFF; }
  .front .side_text a {
    color: #FFF;
    text-decoration: underline; }
  @media (max-width: 991px) {
    .front .side_text {
      margin-bottom: 30px; }
      .front .side_text h1, .front .side_text p {
        color: inherit; } }

.front .region-highlighted {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  top: 20vh;
  color: #FFF; }
  @media (min-width: 720px) {
    .front .region-highlighted {
      float: left;
      width: 100%; } }
  @media (min-width: 1200px) {
    .front .region-highlighted {
      float: left;
      width: 25%; } }
  .front .region-highlighted h1 {
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fec262; }
  @media only screen and (max-width: 992px) {
    .front .region-highlighted {
      top: 0; } }
  .front .region-highlighted .block-title {
    margin-top: 0; }

.front .highlight-text {
  color: #000; }
  @media (max-width: 719px) {
    .front .highlight-text {
      display: none; } }

.front-container,
.front .page-content-bottom {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (max-width: 991px) {
    .front-container,
    .front .page-content-bottom {
      padding-top: 30px;
      padding-bottom: 30px; } }
  .front-container::after,
  .front .page-content-bottom::after {
    background: #289bd4; }

.front .page-content-bottom::after {
  background: #333333; }

.front .region-content-front-page .node-site h4 {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto; }

.front .region-content-front-page .node-site .field-name-field-links {
  margin-left: 0;
  margin-right: 0; }

.front .region-content-front-page h2 {
  font-size: 42px; }

.front .region-content {
  margin: 0px !important; }

.front .img-news {
  height: 200px;
  width: 21vw;
  max-width: 200px;
  min-width: 280px;
  background-size: cover;
  background-position: center center; }

.search-results {
  margin-bottom: 44px; }

.search-results .search-results--group {
  margin-bottom: 66px; }

.search-results .view-mode-search {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
  .search-results .view-mode-search.node-article, .search-results .view-mode-search.node-starfsmenn {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 44px; }
    @media (min-width: 720px) {
      .search-results .view-mode-search.node-article, .search-results .view-mode-search.node-starfsmenn {
        float: left;
        width: 25%; } }
  .search-results .view-mode-search.node-fundargerd > a,
  .search-results .view-mode-search .read-more {
    font-size: 14px;
    display: inline-block;
    margin-left: 0.5em;
    width: 100%; }
  .search-results .view-mode-search h2 {
    font-size: 20px;
    margin-bottom: 0;
    border-top: 0px; }
  .search-results .view-mode-search .field-name-body {
    display: inline-block;
    width: 100%; }
    .search-results .view-mode-search .field-name-body * {
      display: inline; }
  .search-results .view-mode-search .field-name-body p {
    margin-left: 0 !important;
    margin-bottom: 0;
    display: inline; }
  .search-results .view-mode-search .file {
    margin-top: 11px; }

.search-results .search-group-legend {
  margin: 0 15px 22px 15px;
  font-size: 30px;
  font-weight: 300;
  color: #000;
  border-bottom: 1px solid #e7e7e8; }

.search-results .search-group-footer {
  font-size: 20px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  margin-top: 22px; }

.search-api-page-results .search-results > a {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: none;
  margin-top: 22px;
  color: #2d2a26;
  padding: 4.4px 15.4px;
  border-radius: 22px;
  border: 1px solid #bebebe;
  font-size: 15px;
  margin-left: 15px; }
  .search-api-page-results .search-results > a a {
    color: #94928e; }

.search-results .node-article h2 {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 300;
  margin: 4px 0 2.2px 0;
  padding: 0; }

.search-results .node-article .field-name-post-date {
  text-transform: uppercase;
  color: #94928e;
  font-size: 12px;
  text-transform: lowercase;
  font-size: 10px;
  margin-top: 16px;
  margin-bottom: 4px;
  color: #333; }

.search-results .node-article .field-name-field-site-id {
  text-transform: uppercase;
  color: #94928e;
  font-size: 12px;
  margin-top: 2px; }

.search-results .node-article > a {
  font-size: 12px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.navbar-fixed-top .navbar {
  margin-bottom: 0;
  border: none; }

body.admin-menu .headroom-container {
  margin-top: 29px;
  z-index: 998; }

body.admin-menu.adminimal-menu.headroom-plugin-initialised:before {
  margin-top: 79px; }

.animated {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

/* bounce */
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px); }
  80% {
    -moz-transform: translateY(-10px); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-200px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  60% {
    opacity: 1;
    transform: translateY(30px); }
  80% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0); } }

.animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-200px); } }

@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0); }
  30% {
    opacity: 1;
    -moz-transform: translateY(20px); }
  100% {
    opacity: 0;
    -moz-transform: translateY(-200px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  30% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-200px); } }

@keyframes bounceOutUp {
  0% {
    transform: translateY(0); }
  30% {
    opacity: 1;
    transform: translateY(20px); }
  100% {
    opacity: 0;
    transform: translateY(-200px); } }

.animated.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* flip */
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

.animated.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.animated.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important; }

/* slide */
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

/* swing */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg); } }

@-moz-keyframes swingInX {
  0% {
    -moz-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg); } }

@-o-keyframes swingInX {
  0% {
    -o-transform: perspective(400px) rotateX(-90deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    transform: perspective(400px) rotateX(-90deg); }
  100% {
    transform: perspective(400px) rotateX(0deg); } }

.animated.swingInX {
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ie-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: swingInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: swingInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: swingInX;
  backface-visibility: visible !important;
  animation-name: swingInX; }

@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(-90deg); } }

@-moz-keyframes swingOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg); }
  100% {
    -moz-transform: perspective(400px) rotateX(-90deg); } }

@-o-keyframes swingOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg); }
  100% {
    -o-transform: perspective(400px) rotateX(-90deg); } }

@keyframes swingOutX {
  0% {
    transform: perspective(400px) rotateX(0deg); }
  100% {
    transform: perspective(400px) rotateX(-90deg); } }

.animated.swingOutX {
  -webkit-transform-origin: top;
  -webkit-animation-name: swingOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: swingOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: swingOutX;
  -o-backface-visibility: visible !important;
  animation-name: swingOutX;
  backface-visibility: visible !important; }
