@charset "UTF-8";
/* =========================================================================

    Project: womensfund.sk
    Author: Damian Drozdowicz
    Last updated: @@timestamp
@@toc

   ========================================================================= */
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT
Copyright (c) 2015 Daniel Eden
*/
body {
  -webkit-backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: calc( 1s);
  animation-duration: calc( 1s);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: calc( 1s * 2);
  animation-duration: calc( 1s * 2);
}
.animated.bounceIn, .animated.bounceOut {
  -webkit-animation-duration: calc( 1s * 0.75);
  animation-duration: calc( 1s * 0.75);
}
.animated.flipOutX, .animated.flipOutY {
  -webkit-animation-duration: calc( 1s * 0.75);
  animation-duration: calc( 1s * 0.75);
}
/*!
 *  Font Awesome 4.7.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("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* 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-pp:before {
  content: "";
}
.fa-pied-piper-alt:before {
  content: "";
}
.fa-drupal:before {
  content: "";
}
.fa-joomla:before {
  content: "";
}
.fa-language:before {
  content: "";
}
.fa-fax:before {
  content: "";
}
.fa-building:before {
  content: "";
}
.fa-child:before {
  content: "";
}
.fa-paw:before {
  content: "";
}
.fa-spoon:before {
  content: "";
}
.fa-cube:before {
  content: "";
}
.fa-cubes:before {
  content: "";
}
.fa-behance:before {
  content: "";
}
.fa-behance-square:before {
  content: "";
}
.fa-steam:before {
  content: "";
}
.fa-steam-square:before {
  content: "";
}
.fa-recycle:before {
  content: "";
}
.fa-automobile:before,
.fa-car:before {
  content: "";
}
.fa-cab:before,
.fa-taxi:before {
  content: "";
}
.fa-tree:before {
  content: "";
}
.fa-spotify:before {
  content: "";
}
.fa-deviantart:before {
  content: "";
}
.fa-soundcloud:before {
  content: "";
}
.fa-database:before {
  content: "";
}
.fa-file-pdf-o:before {
  content: "";
}
.fa-file-word-o:before {
  content: "";
}
.fa-file-excel-o:before {
  content: "";
}
.fa-file-powerpoint-o:before {
  content: "";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}
.fa-file-code-o:before {
  content: "";
}
.fa-vine:before {
  content: "";
}
.fa-codepen:before {
  content: "";
}
.fa-jsfiddle:before {
  content: "";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}
.fa-ge:before,
.fa-empire:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}
.fa-history:before {
  content: "";
}
.fa-circle-thin:before {
  content: "";
}
.fa-header:before {
  content: "";
}
.fa-paragraph:before {
  content: "";
}
.fa-sliders:before {
  content: "";
}
.fa-share-alt:before {
  content: "";
}
.fa-share-alt-square:before {
  content: "";
}
.fa-bomb:before {
  content: "";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}
.fa-tty:before {
  content: "";
}
.fa-binoculars:before {
  content: "";
}
.fa-plug:before {
  content: "";
}
.fa-slideshare:before {
  content: "";
}
.fa-twitch:before {
  content: "";
}
.fa-yelp:before {
  content: "";
}
.fa-newspaper-o:before {
  content: "";
}
.fa-wifi:before {
  content: "";
}
.fa-calculator:before {
  content: "";
}
.fa-paypal:before {
  content: "";
}
.fa-google-wallet:before {
  content: "";
}
.fa-cc-visa:before {
  content: "";
}
.fa-cc-mastercard:before {
  content: "";
}
.fa-cc-discover:before {
  content: "";
}
.fa-cc-amex:before {
  content: "";
}
.fa-cc-paypal:before {
  content: "";
}
.fa-cc-stripe:before {
  content: "";
}
.fa-bell-slash:before {
  content: "";
}
.fa-bell-slash-o:before {
  content: "";
}
.fa-trash:before {
  content: "";
}
.fa-copyright:before {
  content: "";
}
.fa-at:before {
  content: "";
}
.fa-eyedropper:before {
  content: "";
}
.fa-paint-brush:before {
  content: "";
}
.fa-birthday-cake:before {
  content: "";
}
.fa-area-chart:before {
  content: "";
}
.fa-pie-chart:before {
  content: "";
}
.fa-line-chart:before {
  content: "";
}
.fa-lastfm:before {
  content: "";
}
.fa-lastfm-square:before {
  content: "";
}
.fa-toggle-off:before {
  content: "";
}
.fa-toggle-on:before {
  content: "";
}
.fa-bicycle:before {
  content: "";
}
.fa-bus:before {
  content: "";
}
.fa-ioxhost:before {
  content: "";
}
.fa-angellist:before {
  content: "";
}
.fa-cc:before {
  content: "";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}
.fa-meanpath:before {
  content: "";
}
.fa-buysellads:before {
  content: "";
}
.fa-connectdevelop:before {
  content: "";
}
.fa-dashcube:before {
  content: "";
}
.fa-forumbee:before {
  content: "";
}
.fa-leanpub:before {
  content: "";
}
.fa-sellsy:before {
  content: "";
}
.fa-shirtsinbulk:before {
  content: "";
}
.fa-simplybuilt:before {
  content: "";
}
.fa-skyatlas:before {
  content: "";
}
.fa-cart-plus:before {
  content: "";
}
.fa-cart-arrow-down:before {
  content: "";
}
.fa-diamond:before {
  content: "";
}
.fa-ship:before {
  content: "";
}
.fa-user-secret:before {
  content: "";
}
.fa-motorcycle:before {
  content: "";
}
.fa-street-view:before {
  content: "";
}
.fa-heartbeat:before {
  content: "";
}
.fa-venus:before {
  content: "";
}
.fa-mars:before {
  content: "";
}
.fa-mercury:before {
  content: "";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}
.fa-transgender-alt:before {
  content: "";
}
.fa-venus-double:before {
  content: "";
}
.fa-mars-double:before {
  content: "";
}
.fa-venus-mars:before {
  content: "";
}
.fa-mars-stroke:before {
  content: "";
}
.fa-mars-stroke-v:before {
  content: "";
}
.fa-mars-stroke-h:before {
  content: "";
}
.fa-neuter:before {
  content: "";
}
.fa-genderless:before {
  content: "";
}
.fa-facebook-official:before {
  content: "";
}
.fa-pinterest-p:before {
  content: "";
}
.fa-whatsapp:before {
  content: "";
}
.fa-server:before {
  content: "";
}
.fa-user-plus:before {
  content: "";
}
.fa-user-times:before {
  content: "";
}
.fa-hotel:before,
.fa-bed:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}
.fa-mouse-pointer:before {
  content: "";
}
.fa-i-cursor:before {
  content: "";
}
.fa-object-group:before {
  content: "";
}
.fa-object-ungroup:before {
  content: "";
}
.fa-sticky-note:before {
  content: "";
}
.fa-sticky-note-o:before {
  content: "";
}
.fa-cc-jcb:before {
  content: "";
}
.fa-cc-diners-club:before {
  content: "";
}
.fa-clone:before {
  content: "";
}
.fa-balance-scale:before {
  content: "";
}
.fa-hourglass-o:before {
  content: "";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}
.fa-hourglass:before {
  content: "";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}
.fa-hand-scissors-o:before {
  content: "";
}
.fa-hand-lizard-o:before {
  content: "";
}
.fa-hand-spock-o:before {
  content: "";
}
.fa-hand-pointer-o:before {
  content: "";
}
.fa-hand-peace-o:before {
  content: "";
}
.fa-trademark:before {
  content: "";
}
.fa-registered:before {
  content: "";
}
.fa-creative-commons:before {
  content: "";
}
.fa-gg:before {
  content: "";
}
.fa-gg-circle:before {
  content: "";
}
.fa-tripadvisor:before {
  content: "";
}
.fa-odnoklassniki:before {
  content: "";
}
.fa-odnoklassniki-square:before {
  content: "";
}
.fa-get-pocket:before {
  content: "";
}
.fa-wikipedia-w:before {
  content: "";
}
.fa-safari:before {
  content: "";
}
.fa-chrome:before {
  content: "";
}
.fa-firefox:before {
  content: "";
}
.fa-opera:before {
  content: "";
}
.fa-internet-explorer:before {
  content: "";
}
.fa-tv:before,
.fa-television:before {
  content: "";
}
.fa-contao:before {
  content: "";
}
.fa-500px:before {
  content: "";
}
.fa-amazon:before {
  content: "";
}
.fa-calendar-plus-o:before {
  content: "";
}
.fa-calendar-minus-o:before {
  content: "";
}
.fa-calendar-times-o:before {
  content: "";
}
.fa-calendar-check-o:before {
  content: "";
}
.fa-industry:before {
  content: "";
}
.fa-map-pin:before {
  content: "";
}
.fa-map-signs:before {
  content: "";
}
.fa-map-o:before {
  content: "";
}
.fa-map:before {
  content: "";
}
.fa-commenting:before {
  content: "";
}
.fa-commenting-o:before {
  content: "";
}
.fa-houzz:before {
  content: "";
}
.fa-vimeo:before {
  content: "";
}
.fa-black-tie:before {
  content: "";
}
.fa-fonticons:before {
  content: "";
}
.fa-reddit-alien:before {
  content: "";
}
.fa-edge:before {
  content: "";
}
.fa-credit-card-alt:before {
  content: "";
}
.fa-codiepie:before {
  content: "";
}
.fa-modx:before {
  content: "";
}
.fa-fort-awesome:before {
  content: "";
}
.fa-usb:before {
  content: "";
}
.fa-product-hunt:before {
  content: "";
}
.fa-mixcloud:before {
  content: "";
}
.fa-scribd:before {
  content: "";
}
.fa-pause-circle:before {
  content: "";
}
.fa-pause-circle-o:before {
  content: "";
}
.fa-stop-circle:before {
  content: "";
}
.fa-stop-circle-o:before {
  content: "";
}
.fa-shopping-bag:before {
  content: "";
}
.fa-shopping-basket:before {
  content: "";
}
.fa-hashtag:before {
  content: "";
}
.fa-bluetooth:before {
  content: "";
}
.fa-bluetooth-b:before {
  content: "";
}
.fa-percent:before {
  content: "";
}
.fa-gitlab:before {
  content: "";
}
.fa-wpbeginner:before {
  content: "";
}
.fa-wpforms:before {
  content: "";
}
.fa-envira:before {
  content: "";
}
.fa-universal-access:before {
  content: "";
}
.fa-wheelchair-alt:before {
  content: "";
}
.fa-question-circle-o:before {
  content: "";
}
.fa-blind:before {
  content: "";
}
.fa-audio-description:before {
  content: "";
}
.fa-volume-control-phone:before {
  content: "";
}
.fa-braille:before {
  content: "";
}
.fa-assistive-listening-systems:before {
  content: "";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}
.fa-glide:before {
  content: "";
}
.fa-glide-g:before {
  content: "";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}
.fa-low-vision:before {
  content: "";
}
.fa-viadeo:before {
  content: "";
}
.fa-viadeo-square:before {
  content: "";
}
.fa-snapchat:before {
  content: "";
}
.fa-snapchat-ghost:before {
  content: "";
}
.fa-snapchat-square:before {
  content: "";
}
.fa-pied-piper:before {
  content: "";
}
.fa-first-order:before {
  content: "";
}
.fa-yoast:before {
  content: "";
}
.fa-themeisle:before {
  content: "";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}
.fa-handshake-o:before {
  content: "";
}
.fa-envelope-open:before {
  content: "";
}
.fa-envelope-open-o:before {
  content: "";
}
.fa-linode:before {
  content: "";
}
.fa-address-book:before {
  content: "";
}
.fa-address-book-o:before {
  content: "";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}
.fa-user-circle:before {
  content: "";
}
.fa-user-circle-o:before {
  content: "";
}
.fa-user-o:before {
  content: "";
}
.fa-id-badge:before {
  content: "";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}
.fa-quora:before {
  content: "";
}
.fa-free-code-camp:before {
  content: "";
}
.fa-telegram:before {
  content: "";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}
.fa-shower:before {
  content: "";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}
.fa-podcast:before {
  content: "";
}
.fa-window-maximize:before {
  content: "";
}
.fa-window-minimize:before {
  content: "";
}
.fa-window-restore:before {
  content: "";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}
.fa-bandcamp:before {
  content: "";
}
.fa-grav:before {
  content: "";
}
.fa-etsy:before {
  content: "";
}
.fa-imdb:before {
  content: "";
}
.fa-ravelry:before {
  content: "";
}
.fa-eercast:before {
  content: "";
}
.fa-microchip:before {
  content: "";
}
.fa-snowflake-o:before {
  content: "";
}
.fa-superpowers:before {
  content: "";
}
.fa-wpexplorer:before {
  content: "";
}
.fa-meetup:before {
  content: "";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
.text--muted {
  color: #a6a5aa;
}
.text--center {
  text-align: center;
}
.cta__title {
  font-size: 2em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  font-weight: 300;
}
@media (max-width: 35.99em) {
  .cta__title {
    font-size: 1.4em;
  }
}
.cta__title strong, .cta__title b {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
}
.article__body {
  color: #444444;
}
strong, b, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
a {
  color: #9c218b;
  text-decoration: none;
}
a:hover {
  color: #5d1453;
  text-decoration: underline;
}
.marker {
  background-color: #facaf4;
}
.hero__title {
  text-shadow: 1px 1px 6px #333;
  font-size: 1.5em;
  color: white;
  font-weight: 400;
}
.hero__title small {
  font-size: 3em;
  font-style: 100;
}
@media (min-width: 36em) {
  .hero__title {
    font-size: 3em;
  }
}
.hero__subtitle {
  margin-top: 1em;
  text-shadow: 1px 1px 6px #333;
  font-size: 1.5em;
  color: white;
  font-weight: 400;
}
@media (max-width: 35.99em) {
  .hero__subtitle {
    font-size: 1em;
  }
}
.hero__body {
  color: white;
  margin-top: 1em;
}
h1 em, h2 em, h3 em, h4 em {
  font-style: normal;
  color: #d435be;
}
.hero__meta {
  font-size: 1.2em;
  color: white;
  font-weight: 100;
}
.hero__meta a {
  color: white;
}
.hero__meta .fa {
  padding-right: .5em;
}
.hero__meta > * {
  padding-right: 1em;
}
.cta p + p {
  margin-top: 10px;
  margin-top: 1rem;
}
.page,
.article {
  color: #7d7d84;
}
.page h1,
.article h1 {
  font-size: 2em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  margin-top: 30px;
  margin-top: 3rem;
  color: #9c218b;
}
.page h2, .page h3,
.article h2,
.article h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  margin-top: 30px;
  margin-top: 3rem;
  color: #9c218b;
}
.page h4, .page h5, .page h6,
.article h4,
.article h5,
.article h6 {
  font-size: 1em;
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  margin-top: 30px;
  margin-top: 3rem;
  color: #9c218b;
}
.page h3 + h4,
.page h2 + h3,
.page h1 + h2,
.article h3 + h4,
.article h2 + h3,
.article h1 + h2 {
  margin-top: 0;
}
.page p + p,
.article p + p {
  margin-top: 10px;
  margin-top: 1rem;
}
.page p + img,
.article p + img {
  margin-top: 10px;
  margin-top: 1rem;
}
.page img + p,
.article img + p {
  margin-top: 10px;
  margin-top: 1rem;
}
.page a,
.article a {
  text-decoration: underline;
}
table {
  margin: 10px 0;
  margin: 1rem 0;
  width: 100%;
}
table thead {
  border-bottom: solid 1px #e8e8e8;
  background: #e8e8e8;
}
table td, table th {
  text-align: left;
  padding: .5em 1em;
}
tr {
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #e8e8e8;
}
td, th {
  border-right: solid 1px #e8e8e8;
  border-left: solid 1px #e8e8e8;
}
.article__body ul, .article__body ol {
  margin: 10px 0;
  margin: 1rem 0;
  padding-left: 2em;
}
input, textarea, select {
  font-family: inherit;
}
html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html *,
html *:before,
html *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
img {
  max-width: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.4em;
  line-height: 1.5;
  font-weight: 400;
}
.icon-arrow {
  display: inline;
  width: 10px;
  height: 10px;
  fill: #9c218b;
}
.icon-arrow__down {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.icon-arrow__up {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.icon-arrow__left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* Hide visually but not from screen readers */
.hide {
  position: absolute !important;
  left: -9999em !important;
}
/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}
.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}
.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}
.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}
html {
  overflow-x: hidden;
}
iframe {
  width: 100%;
}
.inner-wrapper {
  padding: 1em;
}
.inner-wrapper, .sitemap,
.outer-wrapper, .article__others {
  position: relative;
}
.inner-wrapper:after, .sitemap:after,
.outer-wrapper:after, .article__others:after {
  content: "";
  display: table;
  clear: both;
}
.content .outer-wrapper.cta__wrapper {
  margin-bottom: 0;
}
/* hide on mobile*/
.article__body:after,
.article__sidebar:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 51.99em) {
  .nav-side {
    display: none;
  }
}
/* ---- */
@media (min-width: 36em) {
  .article .article__body,
  .article__body:after,
  .article__body {
    padding-bottom: 8em;
  }
}
.outer-wrapper.js--headerHook {
  z-index: 100;
}
@media (max-width: 35.99em) {
  .footnote > * {
    float: none !important;
    width: 100% !important;
    margin: 0;
  }
}
@media (max-width: 35.99em) {
  .footnote {
    text-align: center;
  }
  .footnote .text--right, .footnote .text--left {
    text-align: center;
  }
  .footnote .copyrights {
    display: block;
    line-height: initial;
  }
}
.inner-wrapper, #modal-content {
  /*   @include mq($from:  desktop-massive) { @include container(1600px) };
  @include mq($until:  desktop-wide) { @include container(1440px) }; */
}
@media (min-width: 86em) {
  .inner-wrapper, #modal-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrapper:after, #modal-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 85.99em) {
  .inner-wrapper, #modal-content {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrapper:after, #modal-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 69.99em) {
  .inner-wrapper, #modal-content {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrapper:after, #modal-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 51.99em) {
  .inner-wrapper, #modal-content {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrapper:after, #modal-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 35.99em) {
  .inner-wrapper, #modal-content {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrapper:after, #modal-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 23.99em) {
  .inner-wrapper, #modal-content {
    max-width: 321px;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-wrapper:after, #modal-content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (max-width: 35.99em) {
  .inner-wrapper .content,
  .inner-wrapper .outer-wrapper,
  .inner-wrapper .inner-wrapper, #modal-content .content,
  #modal-content .outer-wrapper,
  #modal-content .inner-wrapper {
    width: 100%;
  }
}
/* layouts */
@media (min-width: 36em) {
  .l--center--narrow {
    width: 363.157894737%;
    float: left;
    margin-right: 5.2631578947%;
    margin-left: 131.578947368%;
  }
}
@media (max-width: 35.99em) {
  .l--center--narrow {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
._breadcrumbs {
  width: 66.3865546218%;
  float: left;
  margin-right: 0.8403361345%;
}
.l--page .l--sidebar {
  width: 24.3697478992%;
  float: left;
  margin-right: 0.8403361345%;
  float: right;
  margin-right: 0;
}
@media (max-width: 35.99em) {
  .l--page .l--sidebar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
.l--page .l--body {
  width: 49.5798319328%;
  float: left;
  margin-right: 0.8403361345%;
  margin-left: 25.2100840336%;
}
@media (max-width: 51.99em) {
  .l--page .l--body {
    width: 66.3865546218%;
    float: left;
    margin-right: 0.8403361345%;
    margin-left: 16.8067226891%;
  }
}
@media (max-width: 35.99em) {
  .l--page .l--body {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
.l--page .l--sidebar + .l--body {
  width: 57.9831932773%;
  float: left;
  margin-right: 0.8403361345%;
  margin-left: 8.4033613445%;
}
@media (max-width: 35.99em) {
  .l--page .l--sidebar + .l--body {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-left: 0%;
  }
}
@media (max-width: 35.99em) {
  .l--page .l--sidebar, .l--page .l--body {
    padding: 1em;
  }
}
@media (max-width: 35.99em) {
  .l--page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .l--page .l--sidebar {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .l--page .l--body {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.l--page:after {
  content: "";
  display: table;
  clear: both;
}
.l--sidebar-left {
  clear: both;
}
@media (min-width: 52em) {
  .l--sidebar-left > *:first-child {
    width: 28.5714285714%;
    float: left;
    margin-right: 0.8403361345%;
  }
  .l--sidebar-left > *:nth-child(2n) {
    margin-left: 4.2016806723%;
    width: 66.3865546218%;
    float: left;
    margin-right: 0.8403361345%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 51.99em) {
  .l--sidebar-left > * > * {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .l--sidebar-left > * > *:nth-child(1n) {
    float: right;
    margin-right: 0;
  }
  .l--sidebar-left > * > *:nth-child(1n+1) {
    clear: both;
  }
  .l--sidebar-left > *:after {
    content: "";
    display: table;
    clear: both;
  }
}
.l--sidebar-left:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 36em) {
  .l--sidebar-right .article__body {
    padding-bottom: 7em;
    position: relative;
  }
  .l--sidebar-right .article__body:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(50%, #eeeeee), to(#ffffff));
    background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #ffffff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */
    position: absolute;
    z-index: -1;
    right: calc(-100% - 2.5%);
    top: 0;
  }
}
.l--sidebar-right {
  clear: both;
}
@media (min-width: 52em) {
  .l--sidebar-right > *:first-child {
    width: 74.2331288344%;
    float: left;
    margin-right: 3.0674846626%;
  }
  .l--sidebar-right > *:nth-child(2n) {
    /* @include push(1 of 24); */
    width: 22.6993865031%;
    float: left;
    margin-right: 3.0674846626%;
    float: right;
    margin-right: 0;
  }
}
@media (max-width: 51.99em) {
  .l--sidebar-right > * > * {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .l--sidebar-right > * > *:nth-child(1n) {
    float: right;
    margin-right: 0;
  }
  .l--sidebar-right > * > *:nth-child(1n+1) {
    clear: both;
  }
  .l--sidebar-right > *:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (min-width: 52em) {
  .l--sidebar-right .article__body,
  .l--sidebar-right .article__sidebar {
    min-height: 500px;
  }
}
.l--sidebar-right:after {
  content: "";
  display: table;
  clear: both;
}
.l--two-col > * {
  width: 48.4662576687%;
  float: left;
  margin-right: 3.0674846626%;
  float: left;
}
.l--two-col > *:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.l--two-col > *:nth-child(2n+1) {
  clear: both;
}
.l--two-col:after {
  content: "";
  display: table;
  clear: both;
}
.l--three-col-alt > * {
  width: 31.2883435583%;
  float: left;
  margin-right: 3.0674846626%;
  float: left;
}
.l--three-col-alt > *:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.l--three-col-alt > *:nth-child(3n+1) {
  clear: both;
}
.l--three-col-alt:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 35.99em) {
  .l--three-col-alt > * {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .l--three-col-alt > *:nth-child(1n) {
    float: right;
    margin-right: 0;
  }
  .l--three-col-alt > *:nth-child(1n+1) {
    clear: both;
  }
  .l--three-col-alt:after {
    content: "";
    display: table;
    clear: both;
  }
}
.l--three-col--preserved > * {
  width: 31.2883435583%;
  float: left;
  margin-right: 3.0674846626%;
  float: left;
}
.l--three-col--preserved > *:nth-child(3n) {
  float: right;
  margin-right: 0;
}
.l--three-col--preserved > *:nth-child(3n+1) {
  clear: both;
}
.l--three-col--preserved:after {
  content: "";
  display: table;
  clear: both;
}
.l--three-col > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.3333333333%;
  float: left;
  padding-left: 1.4880952381%;
  padding-right: 1.4880952381%;
  float: left;
}
.l--three-col > *:nth-child(3n) {
  float: right;
}
.l--three-col > *:nth-child(3n+1) {
  clear: both;
}
.l--three-col:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 35.99em) {
  .l--three-col > * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.4880952381%;
    padding-right: 1.4880952381%;
    float: left;
  }
  .l--three-col > *:nth-child(1n) {
    float: right;
  }
  .l--three-col > *:nth-child(1n+1) {
    clear: both;
  }
  .l--three-col:after {
    content: "";
    display: table;
    clear: both;
  }
}
.l--four-col {
  /*   @include mq($until: mobile-small){
    @include set-layout(1);
  }; */
}
.l--four-col > * {
  width: 22.6993865031%;
  float: left;
  margin-right: 3.0674846626%;
  float: left;
}
.l--four-col > *:nth-child(4n) {
  float: right;
  margin-right: 0;
}
.l--four-col > *:nth-child(4n+1) {
  clear: both;
}
.l--four-col:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 35.99em) {
  .l--four-col > * {
    width: 48.4662576687%;
    float: left;
    margin-right: 3.0674846626%;
    float: left;
  }
  .l--four-col > *:nth-child(2n) {
    float: right;
    margin-right: 0;
  }
  .l--four-col > *:nth-child(2n+1) {
    clear: both;
  }
  .l--four-col:after {
    content: "";
    display: table;
    clear: both;
  }
}
.l--six-col > * {
  width: 14.1104294479%;
  float: left;
  margin-right: 3.0674846626%;
  float: left;
}
.l--six-col > *:nth-child(6n) {
  float: right;
  margin-right: 0;
}
.l--six-col > *:nth-child(6n+1) {
  clear: both;
}
.l--six-col:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 51.99em) {
  .l--six-col > * {
    width: 31.2883435583%;
    float: left;
    margin-right: 3.0674846626%;
    float: left;
  }
  .l--six-col > *:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .l--six-col > *:nth-child(3n+1) {
    clear: both;
  }
  .l--six-col:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 35.99em) {
  .l--six-col > * {
    width: 31.2883435583%;
    float: left;
    margin-right: 3.0674846626%;
    float: left;
  }
  .l--six-col > *:nth-child(3n) {
    float: right;
    margin-right: 0;
  }
  .l--six-col > *:nth-child(3n+1) {
    clear: both;
  }
  .l--six-col:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 23.99em) {
  .l--six-col > * {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .l--six-col > *:nth-child(1n) {
    float: right;
    margin-right: 0;
  }
  .l--six-col > *:nth-child(1n+1) {
    clear: both;
  }
  .l--six-col:after {
    content: "";
    display: table;
    clear: both;
  }
}
.alert {
  padding: 1em;
}
.alert + .alert {
  margin-top: 1em;
}
.pos--left {
  float: left;
}
.pos--right {
  float: right;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.block {
  display: block;
}
.hidden {
  visibility: hidden;
  display: none;
}
.list--inline li {
  display: inline-block;
  float: left;
}
.arse {
  border: none;
}
dl.l-dl dt {
  margin: 0;
}
dl.l-dl dt {
  display: inline-block;
  float: left;
  width: 25%;
}
@media (max-width: 51.99em) {
  dl.l-dl dt {
    float: inherit;
    width: 100%;
  }
}
dl.l-dl dd {
  display: inline-block;
  float: left;
  width: 70%;
  margin-left: 1em;
  margin-bottom: 1em;
}
dl.l-dl dd:last-child {
  margin-bottom: 0;
}
@media (max-width: 51.99em) {
  dl.l-dl dd {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
}
dl.l-dl {
  margin: 1em 0;
}
dl.l-dl:after {
  content: "";
  display: table;
  clear: both;
}
/* 
* -------------------
* Shared
* -------------------
*/
.widget {
  position: relative;
}
/* .article__body .widget {
  padding: 0;
}
 */
.article__body .widget {
  margin: 2em 0;
}
.article__body table {
  width: 100% !important;
  height: auto !important;
}
.widget__footer {
  display: block;
  margin-top: 2em;
}
@media (max-width: 35.99em) {
  .widget__footer {
    margin-top: 1em;
  }
}
.article__sidebar .widget.widget-categories,
.article__sidebar .widget.widget-tags,
.article__sidebar .widget.widget-authors,
.article__sidebar .widget.widget-archive {
  padding: 0 0 2em 0;
}
.widget__subheader {
  margin-bottom: 1em;
}
.page__body,
.article__body {
  padding: 2em 4em 2em 4em;
}
@media (max-width: 51.99em) {
  .article__sidebar {
    padding: 2em 4em 2em 4em;
  }
}
@media (max-width: 35.99em) {
  .article__sidebar {
    padding: 1em;
  }
}
@media (max-width: 35.99em) {
  .page__body,
  .article__body {
    padding: 1em;
  }
}
@media (min-width: 36em) {
  .blog__sidebar > *:first-child,
  .page__sidebar > *:first-child,
  .article__sidebar > *:first-child {
    position: relative;
    z-index: 20;
  }
}
.article__sidebar > * {
  margin-bottom: 2em;
}
@media (max-width: 35.99em) {
  .article__sidebar > * {
    margin-bottom: 1em;
  }
}
.page > *:first-child,
.widget > *:first-child {
  margin-top: 0;
}
.content .article__body {
  margin-top: -1em;
}
.page.widget__title {
  margin-top: 0;
}
.article .widget__title {
  margin-top: 0;
}
ul.no--style,
ol.no--style {
  list-style: none;
}
ul.list--inline li,
ol.list--inline li {
  display: inline-block;
}
.article__body .people,
.article__body .posts,
.article__body .people,
.article__body .posts {
  list-style: none;
  margin: 0;
  margin: 0;
  padding-left: 0;
}
/* 
* -------------------
* Header
* -------------------
*/
.header {
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.header::after {
  clear: both;
  content: "";
  display: table;
}
.header .branding {
  float: left;
  width: 80px;
  height: 82px;
  display: inline-block;
  background-image: url(../img/scwf-logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 69.99em) {
  .header .branding img {
    width: 60px;
  }
}
.js--fixed-header .branding {
  width: 35px;
  height: 35px;
  display: inline-block;
  background-image: url(../img/scwf-logo-icon.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
.footnote .branding img {
  vertical-align: middle;
  margin-left: 1em;
}
.js--headerHook {
  -webkit-transition: all .25s;
  transition: all .25s;
}
@media (min-width: 36em) {
  .js--headerHook {
    z-index: 1000;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    /* .inner-wrapper {
      padding: 1em;
    } */
    -webkit-box-shadow: 0 0 20px #7d7d84;
            box-shadow: 0 0 20px #7d7d84;
  }
  .js--headerHook + * {
    margin-top: 110px;
  }
}
.js--fixed-header .nav-secondary,
.js--fixed-header .languages {
  display: none;
}
.js--fixed-header .header .nav-main {
  margin-top: 0.25em;
}
.footer ul,
.header ul {
  display: inline-block;
}
.footer ul a:hover,
.header ul a:hover {
  color: #9c218b;
}
.header .nav-main,
.header .nav-secondary {
  float: right;
  text-align: right;
  text-transform: uppercase;
  font-weight: 700;
}
.header .nav-main li,
.header .nav-secondary li {
  display: inline-block;
}
.header .nav-main > ul > li:not(:first-child),
.header .nav-secondary > ul > li:not(:first-child) {
  margin-left: 1.25em;
}
@media (max-width: 69.99em) {
  .header .nav-main > ul > li:not(:first-child),
  .header .nav-secondary > ul > li:not(:first-child) {
    margin-left: 1em;
  }
}
.header .nav-main .icon,
.header .nav-secondary .icon {
  margin-left: 0.25em;
}
.header .nav-main {
  margin-top: 1em;
  font-size: 1.25em;
  clear: right;
}
.header .nav-main a {
  color: #7d7d84;
  text-decoration: none;
}
@media (max-width: 69.99em) {
  .header .nav-main {
    margin-top: 1.5em;
    font-size: 1em;
  }
}
.header .nav-secondary {
  margin-top: 1em;
  font-size: 1em;
}
.header .nav-secondary a {
  color: #a6a5aa;
  text-decoration: none;
}
@media (max-width: 35.99em) {
  .header .nav-main,
  .header .nav-secondary {
    display: none;
  }
}
.nav-mobile {
  display: none;
}
@media (min-width: 36em) {
  .nav-mobile {
    display: none !important;
  }
}
@media (max-width: 35.99em) {
  .nav-mobile {
    display: none;
    clear: both;
  }
}
.nav-mobile ul {
  width: 100%;
}
.nav-mobile__trigger {
  font-size: 2.5em;
  float: right;
  line-height: 82px;
  color: #9c218b;
  display: inline-block;
  cursor: pointer;
}
.nav-mobile__trigger .fa-close {
  display: none;
}
.nav-mobile__trigger .fa-align-left {
  display: inline-block;
}
.nav-mobile__trigger.active .fa-close {
  display: inline-block;
}
.nav-mobile__trigger.active .fa-align-left {
  display: none;
}
@media (min-width: 36em) {
  .nav-mobile__trigger {
    display: none;
  }
}
.article__mobile-nav__wrapper {
  margin-bottom: 1em;
  display: none;
}
@media (max-width: 51.99em) {
  .article__mobile-nav__wrapper {
    display: block;
  }
}
.category-nav {
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.category-nav__wrapper,
.article__mobile-nav__wrapper {
  position: relative;
}
.category-nav__wrapper .icon,
.article__mobile-nav__wrapper .icon {
  position: absolute;
  right: 1em;
  top: 1.5em;
  z-index: 0;
}
.category-nav,
.article__mobile-nav {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  padding: 1em;
  border: 1px solid #e8e8e8;
}
.category-nav:hover,
.article__mobile-nav:hover {
  border: 1px solid #9c218b;
}
.article__sidebar .category-nav {
  border: 1px solid #9c218b;
}
.category-nav__wrapper {
  margin-bottom: 2em;
}
/* 
* -------------------
* Buttons
* -------------------
*/
.hero__body .btn,
.article p + .btn {
  margin-top: 2em;
}
.btn {
  display: inline-block;
  border-radius: 2em;
  padding: .5em 2em;
  text-decoration: none !important;
}
.btn i {
  margin-right: .5em;
  margin-left: -.5em;
}
.btn .btn__label + i {
  margin-left: .5em;
  margin-right: -.5em;
}
.btn + .btn {
  margin-left: 1em;
}
.btn--s {
  font-size: 0.8em;
}
.btn--m {
  font-size: 1em;
}
.btn--l {
  font-size: 1.2em;
}
.btn--with-icon i {
  position: relative;
  left: -.5em;
}
.btn--icon-right i {
  position: relative;
  left: inherit;
  right: -.75em;
  float: right;
  top: .25em;
}
.btn--primary {
  background-color: #9c218b !important;
  color: white !important;
}
.btn--primary:hover {
  opacity: 0.8;
}
.btn--secondary {
  background-color: #5abc57 !important;
  color: white !important;
}
.btn--secondary:hover {
  opacity: 0.8;
}
.btn--default {
  background-color: #e8e8e8 !important;
  color: #272727 !important;
}
.btn--default:hover {
  opacity: 0.8;
}
.btn--dark {
  background-color: #272727;
  color: white !important;
}
.btn--dark:hover {
  background-color: #9c218b;
  opacity: 0.8;
}
.btn--dark:focus {
  background-color: #5d1453;
  opacity: 0.8;
}
.btn--outline {
  color: #7d7d84;
  text-decoration: none;
  border-radius: 0;
  border-left: solid 1px #7d7d84;
  border-right: solid 1px #7d7d84;
  border-top: solid 1px #7d7d84;
  border-bottom: solid 1px #7d7d84;
}
.btn--outline:hover {
  background: #e8e8e8;
}
/* 
* -------------------
* Language selector 
* -------------------
*/
.header .languages {
  border-left: 1px solid #a6a5aa;
  padding: .5em 0 .5em 4em;
  margin-left: 2em;
  top: .5em;
}
@media (min-width: 36em) {
  .header .languages {
    float: right;
  }
}
@media (max-width: 35.99em) {
  .header .languages {
    display: inline-block;
    width: 100px;
    margin: -5px 0 0 -110px;
    border: none;
    padding: .5em .75em .5em 3em;
    border-radius: 2em;
    top: 2em;
    left: 50%;
    background-color: #e8e8e8;
  }
}
.footnote .languages {
  padding: .5em 0 .5em 3em;
}
@media (max-width: 35.99em) {
  .footnote .languages {
    float: none;
    margin: 1em 0;
  }
}
.footnote .languages:before {
  left: 0;
  top: .25em;
}
.footnote .languages svg {
  display: none;
}
.footnote .languages .nav__item {
  padding: .5em;
  font-size: 1.2em;
}
.footnote .languages .nav__item.active {
  background: #323232;
  border-radius: 4px;
  font-weight: bold;
  color: #e8e8e8;
}
.footnote .languages .nav__item:hover {
  background: #323232;
  border-radius: 4px;
  text-decoration: none;
  color: #7d7d84;
}
.footnote .languages .languages__active {
  display: none;
}
.footnote .languages .languages__list {
  display: inline-block;
}
.footnote .languages .languages__list > li {
  display: inline-block;
}
.languages__active {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: .5em;
}
.languages {
  position: relative;
  color: #a6a5aa;
}
@media (max-width: 35.99em) {
  .languages .languages__active {
    padding-right: .5em;
  }
}
.languages:before {
  position: absolute;
  left: 1.5em;
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/img/icon-globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 35.99em) {
  .languages:before {
    left: .75em;
    top: .5em;
    width: 18px;
    height: 18px;
  }
}
.languages__list {
  list-style: none;
}
.languages .languages__list {
  display: none;
}
/* 
* -------------------
* Posts & Blog
* -------------------
*/
.posts {
  list-style: none;
}
.posts .post--in-list {
  margin-top: 2em;
  min-height: 170px;
}
.posts .post--in-list.u-full-width {
  width: 100%;
}
.post--in-list .post__image {
  margin-bottom: 1em;
  position: relative;
}
.post--in-list .post__categories {
  margin: 0;
  padding: 0;
  position: absolute;
  top: .5em;
  left: 1em;
}
.post--in-list .post__categories a {
  background: #5abc57;
  color: white;
  text-decoration: none;
  font-size: .6em;
  padding: .5em 1em;
  margin-right: .5em;
  cursor: pointer;
}
.posts .post--in-list::after {
  clear: both;
  content: "";
  display: table;
}
.posts .post--in-list .post__title {
  margin-top: 0;
}
.posts .post--in-list .post__title a {
  text-decoration: none;
}
@media (max-width: 35.99em) {
  .posts .post--in-list {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
@media (min-width: 36em) {
  .posts--home {
    margin: 0 auto;
  }
}
.posts--home .posts .post--in-list .post__image {
  float: none;
  width: 100%;
  padding: 0;
}
.posts--home .posts .post--in-list .post__body {
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.posts--home .posts .post--in-list {
  margin-bottom: 1em;
}
@media (min-width: 36em) {
  .posts--home .posts .post--in-list {
    margin-top: 3em;
  }
}
@media (max-width: 51.99em) {
  .post__synopsis {
    display: none;
  }
}
.post__metadata {
  font-size: .8em;
  display: block;
  margin-bottom: 10px;
  margin-bottom: 10px;
  margin-bottom: 1rem;
  margin-top: 5px;
  margin-top: .5rem;
}
.post__footer {
  margin-top: 1.5em;
}
.post__categories {
  display: inline;
}
.post__categories li {
  display: inline;
}
@media (max-width: 35.99em) {
  .widget.widget-recent-posts {
    padding: 0;
  }
}
/* 
* -------------------
* History Page
* -------------------
*/
.entry {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
  display: table;
}
.entry .entry__title {
  margin-top: 0;
}
.entry .entry__title a {
  text-decoration: none;
}
.entry > * {
  display: table-cell;
  vertical-align: middle;
}
.entry__image {
  width: 20%;
}
.entry__body {
  width: 30%;
  vertical-align: top;
  padding-left: 2em;
  padding-right: 2em;
}
.entry__image {
  background-size: cover;
  background-repeat: no-repeat;
}
.entry__time {
  text-transform: uppercase;
  font-weight: bold;
}
.entry__time:before {
  content: '';
  width: 20px;
  height: 20px;
  background: #272727;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  left: -10px;
  vertical-align: middle;
}
.entry:nth-child(even) .entry__time {
  text-align: right;
  padding-right: 2em;
}
.entry:nth-child(even) .entry__time:before {
  position: absolute;
  left: calc(50% - 10px);
}
.entry:nth-child(odd) .entry__time {
  border-left: solid 1px #272727;
  position: relative;
  left: 1px;
}
.entry:nth-child(odd) .entry__body:before {
  right: -10px;
}
.entry:nth-child(even) .entry__time {
  border-right: solid 1px #7d7d84;
}
.entry:nth-child(even) .entry__body:before {
  left: calc(50% - 10px);
}
.entry__footer {
  margin-top: 2em;
}
/* 
* -------------------
* Dropdowns
* -------------------
*/
.nav li {
  position: relative;
}
.header .dropdown:hover .dropdown-menu {
  display: block;
}
.header .languages:hover .languages__list {
  display: block;
}
.header .languages__list.dropdown-menu {
  padding-top: 2.65em;
}
.header .languages__list.dropdown-menu:before {
  position: absolute;
  top: 2.35em;
  left: auto;
  right: 2.2em;
}
.nav-mobile .nav__item,
.header .dropdown-menu .nav__item {
  background-color: #6b1860 !important;
  border-radius: 0;
  font-size: 1em;
  margin: 0;
  padding: 1em;
  text-align: left;
  color: white;
  display: inline-block;
  min-width: 12em;
  border-bottom: solid white 1px;
  border-bottom: solid rgba(255, 255, 255, 0.5) 1px;
  position: relative;
  text-decoration: none;
  z-index: 2;
}
.nav-mobile .nav__item:hover,
.header .dropdown-menu .nav__item:hover {
  color: white;
  background-color: #d435be;
}
.nav-mobile .nav__item {
  min-width: 100%;
}
.header .dropdown-menu {
  left: 1em;
  margin: 0;
  position: absolute;
  z-index: 100;
  top: 1em;
}
.dropdown .icon,
.nav-main .dropdown-menu {
  display: none !important;
}
.header .dropdown-menu > li:last-child .nav__item {
  border-bottom: none;
}
.header .dropdown-menu:before {
  width: 10px;
  height: 10px;
  content: '';
  display: block;
  background-color: #6b1860;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  z-index: 1;
  left: 1em;
  top: .4em;
}
@media (max-width: 35.99em) {
  .header .dropdown-menu {
    top: .5em;
  }
}
.header .languages .nav__item {
  min-width: 5em;
  text-align: center;
}
.header .nav .dropdown-menu {
  display: none;
}
/* 
* -------------------
* Hero
* -------------------
*/
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (min-width: 36em) {
  .hero {
    background-attachment: fixed;
  }
}
@media (min-width: 36em) {
  .hero {
    min-height: 25em;
  }
}
.hero__content-wrapper {
  z-index: 10;
  -webkit-transition: all .25s;
  transition: all .25s;
  opacity: 1;
}
@media (max-width: 51.99em) {
  .hero__content-wrapper {
    width: 100%;
  }
}
.hero.hero--home .hero__content {
  background: white;
  padding: 1em;
}
.hero.hero--home .hero__content-wrapper {
  bottom: 4em;
  left: 4em;
}
@media (min-width: 36em) {
  .hero.hero--home .hero__content-wrapper {
    position: absolute;
  }
}
.hero__content-wrapper {
  display: table;
  min-height: 10em;
}
@media (min-width: 36em) {
  .hero__content-wrapper {
    min-height: 20em;
    width: 100%;
    padding: 2em 2em 4em 2em;
  }
}
.color-overlay--green:after {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.48);
}
@media (min-width: 36em) {
  .hero__content {
    max-width: 60%;
    padding-right: 30%;
  }
}
.hero__content {
  position: relative;
  z-index: 10;
  min-height: 150px;
  padding: 1em;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 36em) {
  .hero__content {
    padding: 0 0 2em 0;
  }
}
.post__categories {
  text-transform: uppercase;
  font-weight: 400;
}
.hero .post__categories > li:before {
  content: "/";
}
.hero .post__categories > li:first-child:before {
  content: "";
}
.hero.hero--home {
  background: url("../img/dark_wall.png");
}
@media (min-width: 36em) {
  /*   .hero.hero--home {
  height: 665px;
}
.hero.hero--home .hero__content-wrapper {
  padding-top: 6em;
} */
}
.hero.hero--home .hero__title,
.hero.hero--home a {
  text-shadow: none;
  color: #9c218b;
}
.hero.hero--home .hero__title {
  font-size: 2em;
}
@media (max-width: 35.99em) {
  .hero.hero--home .hero__title {
    font-size: 1.4em;
  }
}
.hero.hero--home .hero__content,
.hero.hero--home .hero__subtitle,
.hero.hero--home .hero__meta,
.hero.hero--home .hero__body {
  color: #7d7d84;
  text-shadow: none;
}
.hero.hero--home .hero__media {
  height: 220px;
  width: 100%;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 36em) {
  .hero.hero--home .hero__media {
    min-height: 550px;
    width: 100%;
  }
}
.hero.hero--home {
  padding: 1em;
}
@media (min-width: 36em) {
  .hero.hero--home .hero__content {
    max-width: 350px;
    min-height: 100px;
    display: block;
    padding: 2em;
  }
}
.hero.hero--home .hero__header {
  position: relative;
  z-index: 2;
}
.hero.hero--home .btn,
.hero.hero--home .hero__body {
  margin-top: 2em;
}
.hero.hero--home .hero__content,
.hero.hero--home .hero__mediat {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}
.hero--simple {
  text-align: center;
  min-height: auto;
}
.hero--simple .hero__content,
.hero--simple .hero__content-wrapper {
  min-height: auto;
  width: 100%;
  max-width: 100%;
}
.hero--simple .hero__content {
  padding: 0;
}
/* 
* -------------------
* Project
* -------------------
*/
.table-project tr td:first-child {
  text-align: center;
  font-weight: bold;
}
.table-project td {
  vertical-align: middle;
}
/* 
* -------------------
* Breadcrumbs
* -------------------
*/
.breadcrumbs {
  position: absolute;
  background: white;
  top: -50px;
  z-index: 10;
  border-bottom: solid 1px #9c218b;
}
@media (max-width: 35.99em) {
  .breadcrumbs {
    position: relative;
    padding: 1em;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .breadcrumbs li {
    display: inline;
  }
}
.nav-breadcrumbs > ul > li:nth-child(n+3) .fa {
  position: relative;
  left: -.75em;
  font-size: 0.75em;
}
.nav-breadcrumbs > ul > li:not(:last-child) .nav__item {
  opacity: .7;
}
.nav-breadcrumbs > ul > li:not(:last-child) .nav__item:hover {
  text-decoration: none;
  opacity: 1;
  color: #9c218b;
}
@media (max-width: 35.99em) {
  .nav-breadcrumbs > ul > li:first-child {
    display: none;
  }
}
@media (min-width: 36em) {
  .nav-breadcrumbs > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 51.99em) {
  .nav-breadcrumbs {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: hidden;
  }
}
.nav-breadcrumbs .nav__item {
  text-align: center;
  padding: 1em;
  display: inline-block;
  color: #7d7d84;
}
.nav-breadcrumbs .nav__item:hover {
  text-decoration: none;
  color: #9c218b;
}
.nav-breadcrumbs .nav__item:hover .fa {
  color: #7d7d84;
}
@media (max-width: 35.99em) {
  .nav-breadcrumbs .nav__item {
    display: inline;
  }
}
.nav-breadcrumbs > ul > li:first-child .nav__item {
  background-color: #9c218b;
  color: white;
  opacity: 1;
}
.text--truncate {
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 
* -------------------
* Article
* -------------------
*/
.article--introduction .article__body {
  position: relative;
  background: white;
  top: -6em;
}
/* 
* -------------------
* Footer
* -------------------
*/
.footer {
  background: #272727;
  color: #7d7d84;
  position: relative;
}
@media (max-width: 51.99em) {
  .footer {
    font-size: smaller;
  }
}
/* .footer:before {
  display: block;
  content: '';
  width: 200%;
  height: 100px;
  top: -50px;
  z-index: 0;
  background: #272727;
  transform: rotate(-1deg);
  position: absolute;
  left: -10%;
} */
.footer .nav-main,
.footer .nav-secondary {
  text-transform: uppercase;
}
.footer .nav-main a,
.footer .nav-secondary a {
  font-weight: bold;
  color: #7d7d84;
  text-decoration: none;
}
.footer .nav-main {
  font-size: 1.2em;
}
.footer .nav .nav__item {
  display: block;
}
.footer .nav .nav__item .icon {
  display: none;
}
.sitemap {
  margin-top: 1em;
}
.sitemap > * {
  width: 25%;
  vertical-align: top;
  display: table-cell;
  padding-top: 10px;
  padding-top: 10px;
  padding-top: 1rem;
  padding-bottom: 20px;
  padding-bottom: 20px;
  padding-bottom: 2rem;
  padding-left: 20px;
  padding-left: 20px;
  padding-left: 2rem;
}
.sitemap > *:last-child {
  border-right: none;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}
.sitemap > *:first-child {
  padding-left: 0;
  padding-right: 20px;
  padding-right: 20px;
  padding-right: 2rem;
  vertical-align: top;
  text-align: left;
}
@media (max-width: 35.99em) {
  .sitemap > * {
    width: 50%;
    float: left;
  }
  .sitemap > *:first-child {
    border-right: solid 1px #37373a;
  }
}
@media (min-width: 36em) {
  .sitemap {
    width: 100%;
    display: table;
  }
  .sitemap > * {
    border-right: solid 1px #37373a;
    width: 25%;
    vertical-align: top;
    display: table-cell;
  }
}
.sitemap .address {
  font-style: normal;
  color: #7d7d84;
}
.contact-methods {
  border-top: solid 1px #37373a;
  border-bottom: solid 1px #37373a;
  text-align: center;
}
@media (min-width: 36em) {
  .contact-methods {
    margin-top: 0;
    padding: .5em 0;
    width: 100%;
    display: table;
  }
  .contact-methods > * {
    width: 33.33%;
    vertical-align: middle;
    display: table-cell;
    padding: 1rem;
  }
  .contact-methods > *:first-child {
    text-align: left;
  }
  .contact-methods > *:last-child {
    text-align: right;
  }
}
@media (max-width: 35.99em) {
  .contact-methods {
    padding: 0.5em 1em;
  }
  .contact-methods > * {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    padding: 1rem;
  }
  .contact-methods .company-email {
    display: block;
  }
}
.contact-methods a {
  color: white;
}
.contact-methods i {
  vertical-align: middle;
  margin-right: .5em;
}
.footnote {
  line-height: 45px;
  font-size: .8em;
  margin-top: 1em;
  text-align: left;
}
.footnote > * {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 35.99em) {
  .footnote {
    text-align: center;
    margin: 0.5em 0;
  }
}
.author a,
.nav-supportive a {
  text-decoration: underline;
}
.nav-supportive {
  display: inline-block;
}
.nav-supportive li {
  display: inline-block;
}
@media (max-width: 35.99em) {
  .nav-supportive {
    margin: 1em 0;
  }
  .nav-supportive li {
    margin: 0 0.5em;
  }
}
.footnote,
.footnote a {
  color: #7d7d84;
}
/* 
* -------------------
* Team Page & Supporters & Organisations
* -------------------
*/
ul.organisations,
ul.supporters,
ul.people {
  list-style: none;
  padding: 0;
}
@media (max-width: 35.99em) {
  ul.organisations > *:first-child,
  ul.supporters > *:first-child,
  ul.people > *:first-child {
    margin: 0;
  }
}
.post,
.organisation,
.supporter,
.person {
  display: inline-block;
  border: solid 1px #e8e8e8;
  padding: 1em;
  margin-top: 2em;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.post,
li.organisation,
li.supporter,
li.person {
  padding: 2em;
}
.post:hover,
li.organisation:hover,
li.supporter:hover,
li.person:hover {
  border: solid 1px #9c218b;
  outline: solid 1px #9c218b;
}
li.organisation .organisation__avatar,
li.supporter .supporter__avatar {
  width: 100%;
  text-align: center;
  min-height: 160px;
  display: table;
  margin-bottom: 0.5em;
}
li.organisation .organisation__avatar > a,
li.supporter .supporter__avatar > a {
  display: table-cell;
  vertical-align: middle;
}
.post img,
.organisation img,
.supporter__avatar img,
.person__avatar img {
  max-width: 100%;
  height: auto;
  width: auto;
  background-color: #e8e8e8;
}
.post .post__title,
.organisation .organisation__name,
.supporter .supporter__name,
.person .person__name {
  font-size: 1.2em;
  color: #7d7d84;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 51.99em) {
  .post .post__title,
  .organisation .organisation__name,
  .supporter .supporter__name,
  .person .person__name {
    font-size: 1em;
  }
}
.organisation .organisation__country,
.supporter .supporter__country,
.person .person__position {
  color: #7d7d84;
  margin-bottom: 0.5em;
}
.article__footer,
.post footer,
.organisation footer,
.supporter footer,
.person footer {
  border-top: solid 1px #e8e8e8;
  margin-top: 1em;
  padding-top: 1em;
}
.organisation footer > a,
.supporter footer > a,
.person footer > a {
  display: block;
  padding: .25em 0;
}
.organisation a,
.supporter a,
.person a {
  text-decoration: none;
}
li.person .person__info {
  padding: 2em 0 0 0;
}
.person .person__info {
  padding: 2em 0 0 0;
}
@media (max-width: 35.99em) {
  li.organisation,
  .organisation,
  li.supporter,
  .supporter,
  li.person,
  .person {
    padding: 1em;
    margin-top: 1em;
  }
}
/* 
* -------------------
* Pagination
* -------------------
*/
.nav-pagination {
  margin-top: 2em;
  padding-top: 2em;
  border-top: solid 1px #e8e8e8;
}
.posts--home .nav-pagination {
  display: none;
}
.nav-pagination ul {
  margin: 0;
  padding: 0;
}
.nav-pagination li {
  display: inline-block;
}
.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 1em;
  width: 100%;
  text-align: center;
}
.slick-dots .slick-active button {
  background: #9c218b;
}
.slick-dots li button {
  outline: none;
  cursor: pointer;
  width: 15px;
  height: 15px;
  border: solid 1px white;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  text-indent: -9999px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button:hover {
  opacity: .75;
}
/* 
* -------------------
* Newsletter
* -------------------
*/
.newsletter {
  margin-top: 2em;
}
.newsletter .section__header {
  text-align: center;
  color: #7d7d84;
}
.newsletter .section__title {
  font-size: 2.4em;
  font-weight: 100;
}
.newsletter .section__subtitle {
  color: #7d7d84;
}
@media (max-width: 35.99em) {
  .newsletter .section__title {
    font-size: 1.4em;
  }
  .form-newsletter__wrapper {
    margin-top: 2em;
    width: 100%;
  }
}
.newsletter__info {
  display: block;
  margin-top: 0.5em;
}
.form-newsletter {
  margin: 20px;
  margin: 2rem;
  text-align: center;
}
.form-newsletter input {
  padding: 1em;
  width: 100%;
  text-align: center;
  max-width: 320px;
  margin: 1em auto;
  display: block;
}
.form-newsletter input + input {
  margin-top: 1em;
}
.form-newsletter input[type=text] {
  max-width: 320px;
  border-radius: 2em;
}
.form-newsletter input[type=submit] {
  background-color: #9c218b;
  color: white;
  padding: 1em;
  border-radius: 2em;
}
@media (max-width: 35.99em) {
  .form-newsletter input[type=text] {
    border-radius: 2em;
  }
}
/* 
* -------------------
* Widget: Tabs
* -------------------
*/
ul.tabs {
  margin: 0;
  padding: 0;
}
ul.tabs .tab {
  margin: 0 0 .5em 0;
}
ul.tabs .tab:last-child {
  margin: 0;
}
.tab__header {
  background-color: #e8e8e8;
  position: relative;
  padding: 0.75em 5em .75em 1em;
  -webkit-transition: all .25s;
  transition: all .25s;
  cursor: pointer;
  min-height: 55px;
}
.tab__header:hover {
  opacity: .8;
}
.tab__action {
  text-align: center;
  position: absolute;
  right: .5em;
  top: .35em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #272727;
  color: white;
  border-radius: 50%;
  font-size: 1.5em;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.tab__action:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #9c218b;
}
.tab__content {
  display: none;
  background: #e8e8e8;
  padding: 1em 4em 1em 1em;
  border-top: #c6c6c6 solid 2px;
}
.tab__title {
  font-size: 1.45em;
}
.tab__action {
  background-color: #9c218b;
  display: block;
}
.js--is-oppened .js--action-open {
  display: none;
}
.js--is-closed .js--action-close {
  display: none;
}
/* 
* -------------------
* Widget: Files Download
* -------------------
*/
.article__body .files {
  padding-left: 0;
}
.files__item a {
  margin-bottom: .25em;
  display: block;
}
/* 
* -------------------
* Widget: Tags & Categories & Authors
* -------------------
*/
.tags .tags__item {
  display: inline-block;
  margin-right: .35em;
  margin-bottom: .6em;
}
.archive .archive__item {
  display: inline-block;
  margin-right: .35em;
  margin-bottom: .6em;
}
.categories .categories__item {
  display: inline-block;
  margin-right: .35em;
  margin-bottom: .6em;
}
.authors .authors__item {
  display: inline-block;
  margin-right: .35em;
  margin-bottom: .6em;
}
.widget-archive,
.widget-tags,
.widget-categories,
.widget-authors {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* 
* -------------------
* Widget: Side Navigation
* -------------------
*/
.nav-side .nav__item {
  position: relative;
  display: block;
  padding: 1em 1.5em;
  color: #a6a5aa;
  text-decoration: none;
  border-bottom: 1px solid rgba(166, 165, 170, 0.5);
}
.nav-side .selected .nav__item {
  color: #9c218b;
}
.nav-side .selected:before {
  width: 26px;
  height: 26px;
  content: '';
  display: block;
  background-color: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.8em;
  left: -12%;
}
.nav-side .nav__item:hover {
  text-decoration: none;
  color: #9c218b;
}
/* 
* -------------------
* Widget: Search
* -------------------
*/
.form-search {
  position: relative;
}
.form-search input[type="text"] {
  border: solid 4px #7d7d84;
  border-radius: 0;
  background-color: #7d7d84;
  color: #272727;
  height: 50px;
}
.form-search input[type="submit"] {
  position: absolute;
  right: 10px;
  top: 12px;
  background: url("../img/search-icon.png") no-repeat;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
  background-size: contain;
}
.form-search ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #272727;
}
.form-search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #272727;
}
.form-search :-ms-input-placeholder {
  /* IE 10+ */
  color: #272727;
}
.form-search :-moz-placeholder {
  /* Firefox 18- */
  color: #272727;
}
/* 
* -------------------
* Widget: Contact Form & Form
* -------------------
*/
.form .form__field {
  margin-top: 1em;
}
input,
textarea,
label {
  width: 100%;
}
input,
textarea {
  padding: .5em;
  border: 4px solid white;
  outline: none;
  border-radius: 4px;
}
input:focus,
textarea:focus {
  border: 4px solid #9c218b;
}
input[type="checkbox"],
input[type="radio"] {
  width: auto;
}
input[type="submit"] {
  border: none;
}
.article__body .widget-contact {
  padding: 2em;
}
.article__sidebar .widget-contact {
  padding: 1em;
}
/* 
* -------------------
* Widget: Gallery
* -------------------
*/
.widget.widget-gallery {
  padding: 0;
}
.gallery {
  padding: .5em;
  list-style: none;
  background-color: #e8e8e8;
}
.gallery::after {
  clear: both;
  content: "";
  display: table;
}
.gallery .gallery__item {
  padding: .25em;
  position: relative;
  display: inline-block;
}
.gallery .gallery__item img {
  width: 100%;
  float: left;
}
.gallery .gallery__item a {
  display: block;
}
.gallery .gallery__item:hover:before {
  content: "";
  font-family: "FontAwesome";
  background-color: rgba(39, 39, 39, 0.5);
  display: block;
  color: white;
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 7em;
  top: 0;
  left: 0;
  cursor: pointer;
}
/* 
* -------------------
* Widget: Quote
* -------------------
*/
.widget-quote {
  padding: 0;
  font-style: italic;
  font-size: 1.5em;
  font-family: serif;
  color: #a6a5aa;
}
.widget-quote cite {
  font-variant: small-caps;
  display: block;
  text-transform: lowercase;
  font-style: normal;
}
@media (min-width: 36em) {
  .article__body .widget-quote cite {
    padding: 0 0 0 3em;
  }
}
.article__sidebar .widget-quote cite {
  text-align: right;
}
.widget-quote .widget-quote__quote {
  position: relative;
  quotes: "“" "”" "‘" "’";
  /* 
    &:after {
      bottom: 0.25em;
      right: 0;
      content: close-quote;
    } */
}
@media (min-width: 36em) {
  .article__body .widget-quote .widget-quote__quote {
    padding: 1em 1em .5em 3em;
  }
}
.article__body .widget-quote .widget-quote__quote:before,
.article__body .widget-quote .widget-quote__quote:after {
  font-size: 5em;
  position: absolute;
  font-style: normal;
  line-height: 1px;
}
@media (max-width: 35.99em) {
  .widget-quote .widget-quote__quote:before,
  .widget-quote .widget-quote__quote:after {
    opacity: 0;
  }
}
.article__body .widget-quote .widget-quote__quote:before {
  top: 65px;
  left: 0;
  content: open-quote;
}
.article__body .widget-quote .widget-quote__quote {
  padding: 0 0 .5em 3em;
}
/* 
* -------------------
* Widget: Share
* -------------------
*/
.widget-share .widget__header {
  margin-bottom: 0;
}
.widget__header {
  margin-bottom: 2em;
  font-size: 1.2em;
  text-transform: uppercase;
}
@media (max-width: 35.99em) {
  .widget__header {
    font-size: 0.8em;
    margin-bottom: 1em;
  }
}
.widget-share {
  position: relative;
}
.widget-share .widget__title {
  margin-left: 1em;
}
.social-media {
  margin: 1em 0;
}
.social-media a {
  color: white;
}
.social-media a:hover {
  opacity: 0.8;
}
.social-media .social-media__facebook {
  color: #3d578f;
}
.social-media .social-media__default {
  color: #7d7d84;
}
.social-media .social-media__linkedin {
  color: #0b78b7;
}
.social-media .social-media__twitter {
  color: #28aae1;
}
.widget-searchbox + .widget-share {
  margin-top: 2em;
}
@media (max-width: 35.99em) {
  .widget-searchbox + .widget-share {
    margin-top: 1em;
  }
}
.widget-download {
  padding: 0;
}
/* 
* -------------------
* Call to Action
* -------------------
*/
/* .cta__wrapper:after {
  display: block;
  content: '';
  width: 200%;
  height: 100px;
  top: -50px;
  z-index: 0;
  background: white;
  transform: rotate(1deg);
  position: absolute;
  left: -10%;
} */
.cta {
  padding: 2em;
}
@media (max-width: 35.99em) {
  .cta {
    padding: 1em;
  }
}
.cta__content {
  max-width: 60%;
}
@media (max-width: 35.99em) {
  .cta__content {
    max-width: 100%;
  }
}
.cta__body,
.cta__footer {
  margin-top: 2em;
}
.cta__graphic {
  /*  position: absolute;
  top: 0;
  right: -95%; */
}
.cta__icon {
  opacity: .5;
  position: absolute;
  right: 15%;
  top: 15%;
  font-size: 14em;
}
@media (max-width: 35.99em) {
  .cta__icon {
    opacity: 0;
  }
}
.cta--centered {
  padding: 2em;
  text-align: center;
}
.cta--centered .cta__icon {
  position: static;
  font-size: 7em;
  line-height: 1.2em;
}
@media (max-width: 35.99em) {
  .cta--centered {
    padding: 0 0 1em 0;
  }
  .cta--centered .cta__icon {
    line-height: 1em;
    opacity: .5;
  }
}
.cta--centered .cta__content {
  margin: 0 auto;
  max-width: 80%;
}
/* 
* -------------------
* Slider
* -------------------
*/
.slider__wrapper {
  position: relative;
}
.slider__wrapper .inner-wrapper {
  padding: 2em 1em 4em 1em;
}
.pagination__wrapper {
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  text-align: center;
  color: white;
  font-size: 2em;
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
@media (max-width: 51.99em) {
  .slick-arrow {
    display: none !important;
  }
}
/* 
* -------------------
* Themes
* -------------------
*/
.theme--light {
  background-color: #eee;
}
.theme--dark {
  background-color: #272727;
  color: white;
}
.theme--dark .title {
  color: white;
}
.theme--purple {
  background-color: #9c218b;
  color: white;
}
.theme--purple a {
  color: white;
  text-decoration: underline;
}
.theme--purple a:hover {
  color: #d435be;
}
.theme--green {
  background-color: #5abc57;
  color: white;
}
.theme--green a {
  color: white;
  text-decoration: underline;
}
.theme--green a:hover {
  color: #90d28e;
}
.pattern--overlay {
  overflow: hidden;
  position: relative;
}
.pattern--overlay:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.25;
  background: url("../img/noisy.png");
}
.anim--shake {
  -webkit-animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
          animation: shake 4s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  47% {
    -webkit-transform: translate3d(2px, 0, 0) rotate(2deg);
            transform: translate3d(2px, 0, 0) rotate(2deg);
  }
  52% {
    -webkit-transform: translate3d(-4px, 0, 0) rotate(-1deg);
            transform: translate3d(-4px, 0, 0) rotate(-1deg);
  }
  54% {
    -webkit-transform: translate3d(4px, 0, 0) rotate(2deg);
            transform: translate3d(4px, 0, 0) rotate(2deg);
  }
  56% {
    -webkit-transform: translate3d(-2px, 0, 0) rotate(0deg);
            transform: translate3d(-2px, 0, 0) rotate(0deg);
  }
  59% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  66%,
  100% {
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  45% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }
  47% {
    -webkit-transform: translate3d(2px, 0, 0) rotate(2deg);
            transform: translate3d(2px, 0, 0) rotate(2deg);
  }
  52% {
    -webkit-transform: translate3d(-4px, 0, 0) rotate(-1deg);
            transform: translate3d(-4px, 0, 0) rotate(-1deg);
  }
  54% {
    -webkit-transform: translate3d(4px, 0, 0) rotate(2deg);
            transform: translate3d(4px, 0, 0) rotate(2deg);
  }
  56% {
    -webkit-transform: translate3d(-2px, 0, 0) rotate(0deg);
            transform: translate3d(-2px, 0, 0) rotate(0deg);
  }
  59% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  66%,
  100% {
  }
}
/*# sourceMappingURL=main.css.map */