@charset "UTF-8";
/*  Universal placeholder for implementing page container on an element  */
@font-face {
  font-family: "MuseoSans100";
  src: url("../assets/fonts/MuseoSans-100.otf");
}

@font-face {
  font-family: "MuseoSans100Italic";
  src: url("../assets/fonts/MuseoSans-100Italic.otf");
}

@font-face {
  font-family: "MuseoSans300";
  src: url("../assets/fonts/MuseoSans-300.otf");
}

@font-face {
  font-family: "MuseoSans300Italic";
  src: url("../assets/fonts/MuseoSans-300Italic.otf");
}

@font-face {
  font-family: "MuseoSans500";
  src: url("../assets/fonts/MuseoSans-500.otf");
}

@font-face {
  font-family: "MuseoSans500Italic";
  src: url("../assets/fonts/MuseoSans-500Italic.otf");
}

@font-face {
  font-family: "MuseoSans700";
  src: url("../assets/fonts/MuseoSans-700.otf");
}

@font-face {
  font-family: "MuseoSans700Italic";
  src: url("../assets/fonts/MuseoSans-700Italic.otf");
}

@font-face {
  font-family: "MuseoSans900";
  src: url("../assets/fonts/MuseoSans-900.otf");
}

@font-face {
  font-family: "MuseoSans900Italic";
  src: url("../assets/fonts/MuseoSans-900Italic.otf");
}

/*!
 *  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("../assets/fonts//fontawesome-webfont.eot?v=4.7.0");
  src: url("../assets/fonts//fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../assets/fonts//fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../assets/fonts//fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../assets/fonts//fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../assets/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.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

.fa-ul > li {
  position: relative;
}

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

.fa-li.fa-lg {
  left: -1.85714em;
}

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

.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;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 87.5%;
  line-height: 1.71429em;
  font-family: MuseoSans300, sans-serif;
  font-weight: 100;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  background-color: #22384E;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #4A4A4A;
  background-color: #FFF;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #36A8FC;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #36A8FC;
}

a:hover,
a:focus {
  color: #4ab1fc;
}

a:active {
  color: #36A8FC;
}

a:active:not(.button):not(.btn) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 14px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1 {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 2.42857rem;
  line-height: 3.57143rem;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }
}

h2 {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 2.42857rem;
  line-height: 2.57143rem;
  font-weight: 300;
  font-size: 1.857rem;
  line-height: 2.9rem;
  margin-top: 0;
  margin-bottom: 16px;
}

@media (max-width: 768px) {
  h2 {
    font-family: MuseoSans300, sans-serif;
    font-weight: 300;
    font-size: 1.714rem;
  }
}

h3,
.h3-headline {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 1.28571rem;
  line-height: 1.57143rem;
  margin-top: 0;
  margin-bottom: 13px;
}

h4,
.h4-intro-centered {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  margin-top: 0;
  margin-bottom: 24px;
}

h5 {
  font-family: MuseoSans700, sans-serif;
  font-weight: 700;
  font-size: 1.14286rem;
  line-height: 1.35714rem;
  margin-top: 0;
  margin-bottom: 13px;
}

h6 {
  font-family: MuseoSans300, sans-serif;
  font-weight: 300;
  font-size: 0.85714rem;
  line-height: 1rem;
  margin-top: 0;
  margin-bottom: 13px;
}

.h1-banner-headline {
  font-family: MuseoSans300, sans-serif;
  font-weight: 300;
  font-size: 2.42857rem;
  line-height: 3.57143rem;
  margin-bottom: 41px;
}

@media (max-width: 768px) {
  .h1-banner-headline {
    font-size: 2rem;
  }
}

.h1-banner-centered {
  font-family: MuseoSans300, sans-serif;
  font-weight: 300;
  font-size: 2.42857rem;
  line-height: 3.07143rem;
  text-align: center;
}

.h2-banner-inline {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 2.42857rem;
  line-height: 2.57143rem;
  font-weight: 300;
}

.h2-headline {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 2.42857rem;
  line-height: 2.57143rem;
  font-weight: 300;
  font-size: 1.857rem;
  line-height: 2.9rem;
  margin-top: 0;
  margin-bottom: 39px;
}

@media (max-width: 768px) {
  .h2-headline {
    font-family: MuseoSans300, sans-serif;
    font-weight: 300;
    font-size: 1.714rem;
  }
}

.intro-paragraph {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}

.emphasized-1 {
  font-family: MuseoSans300, sans-serif;
  font-weight: 300;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
}

.b1-body-emphasized {
  font-family: MuseoSans700, sans-serif;
  font-weight: 700;
  font-size: 1.14286rem;
  line-height: 1.35714rem;
}

.h4-intro-centered {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  text-align: center;
}

.h4-headline-mobile {
  font-family: MuseoSans500, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #FFF3B2;
  color: #4A4A4A;
}

small {
  font-size: 1rem;
}

sub,
sup {
  font-size: 0.85714rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.passingphase-astrix {
  color: red;
  font-size: 2rem;
}

.divider,
hr {
  margin: 1.71429rem 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #efeeea;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.71429rem;
}

.divider.thick,
hr.thick {
  border-width: 2px 0 0 0;
}

.divider.grey,
hr.grey {
  border-color: #999;
}

blockquote {
  margin: 1.71429rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.71429rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 28px;
}

menu,
ol,
ul {
  padding: 0 0 0 28px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

figure {
  margin: 1.71429rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 0 0 1.71429rem;
}

img {
  border-style: none;
  -ms-interpolation-mode: bicubic;
}

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

svg {
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea,
.button_link a {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
  font-family: MuseoSans300, sans-serif;
  font-weight: 100;
  *vertical-align: middle;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input,
.button_link a {
  overflow: visible;
  height: 40px;
  border: 1px solid #BBB;
  border-radius: 4px;
  padding: 2px 6px;
  line-height: normal;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'],
.button_link a {
  margin-right: 3px;
  display: inline-block;
  padding: 1px 32px 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #36A8FC;
  background-color: #FFF;
  border: 1px solid #36A8FC;
  border-radius: 20px;
  height: 34px;
  font-family: 'MuseoSans500';
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
.button_link a::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
.button_link a:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active,
.button_link a:hover,
.button_link a:focus,
.button_link a:active {
  text-decoration: none;
  color: #36A8FC;
}

.button--primary {
  color: #FFF;
  background-color: #36A8FC;
  text-transform: uppercase;
}

.button--primary:hover, .button--primary:focus, .button--primary:active {
  color: #FFF;
}

.button--primary-neg {
  color: #36A8FC;
  background-color: #FFF;
  text-transform: uppercase;
}

.button--primary-neg:hover, .button--primary-neg:focus, .button--primary-neg:active {
  color: #36A8FC;
}

.button--small {
  height: 30px;
  font-size: 14px;
  padding: 0 22px;
}

.button_link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 30px;
  font-size: 14px;
  padding: 0 22px;
}

.button_link a:hover, .button_link a:focus {
  color: #FFF;
  background-color: #36A8FC;
  transition: all 0.2s ease-in-out;
}

.button_link--download {
  margin: 0;
  position: relative;
  display: block;
}

.button_link--download a {
  color: #FFF;
  background-color: #36A8FC;
  width: 115px;
  display: block;
  height: 23px;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'],
.button_link a[disabled] {
  cursor: default;
  color: #979797;
  background-color: #f2f1ef;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover,
.button_link a[disabled]:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus,
.button_link a[disabled]:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active,
.button_link a[disabled]:active {
  color: #f2f1ef;
}

.contact-message-form {
  padding: 60px;
  text-align: center;
}

.contact-message-form .contact-form-inner {
  max-width: 600px;
  min-height: 240px;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
}

.contact-message-form > div {
  margin: 40px 0;
}

.contact-message-form .form-item-subject-0-value {
  margin-left: -5000px;
  position: absolute;
}

.contact-message-form .contact-form-intro {
  padding: 25px 0 50px;
}

.contact-message-form .contact-form-intro + .btn {
  margin-bottom: 40px;
  cursor: pointer;
}

.contact-message-form label {
  text-align: left;
  font-size: 14px;
  margin: 30px 0 10px 10px;
  font-weight: normal;
  font-family: "MuseoSans300";
}

.contact-message-form select,
.contact-message-form input[type="number"],
.contact-message-form input[type="text"],
.contact-message-form input[type="email"] {
  display: block;
  padding: 15px 25px;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border-color: #36A8FC;
  border-width: 1px;
  height: 55px;
  color: #000;
}

.contact-message-form textarea {
  padding: 15px 25px;
  font-size: 16px;
}

.contact-message-form .btn {
  min-width: 120px;
}

.contact-message-form .description {
  text-align: left;
  color: #999;
  margin: 5px 0 0 10px;
}

.contact-message-form .description a {
  color: #999;
  text-decoration: underline;
}

.contact-message-form .description a:hover, .contact-message-form .description a:focus {
  color: #36A8FC;
}

.contact-message-form .form-control {
  display: block;
  padding: 15px 25px;
  font-size: 16px;
  width: 100%;
  border-radius: 0;
  border-color: #36A8FC;
  border-width: 1px;
}

.contact-message-form .body-corp-info {
  display: none;
}

.contact-message-form label {
  position: relative;
}

.contact-message-form .form-required:after {
  position: absolute;
  top: 0;
  left: -12px;
  color: #4A4A4A;
  content: '*';
  background-image: none;
}

.contact-message-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/themes/custom/passingphase_consumer/components/sections/property-access/img/select-arrow.png) 100% 20px no-repeat;
  background-color: #fff;
}

.contact-message-form .chosen-container {
  width: 100% !important;
}

.contact-message-form .chosen-container .chosen-single {
  height: 47px;
  padding: 12px 20px;
  background: #fff;
  border-color: #36A8FC !important;
  background-image: none !important;
  border-radius: 0;
  font-size: 16px;
  text-align: left;
}

.contact-message-form .chosen-container .chosen-single div b {
  position: relative;
  background: none;
  background-image: none !important;
}

.contact-message-form .chosen-container .chosen-single div b::after {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-size: 2.5em;
  color: #36A8FC;
  pointer-events: none;
}

.contact-message-form .chosen-container .chosen-drop {
  border-color: #36A8FC;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results {
  text-align: left;
  font-size: 16px;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results .active-result {
  height: 42px;
  padding: 15px 16px 7px;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results .active-result.result-selected {
  color: #4A4A4A;
  background: #f2f1ef;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results .active-result.result-selected:hover {
  background: #f2f1ef !important;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results .active-result:hover {
  color: #4A4A4A;
  background-image: none !important;
  background-color: #fff !important;
}

.form-actions {
  text-align: center;
  margin-top: 55px;
}

@media (min-width: 768px) {
  .form-actions {
    text-align: right;
  }
}

.form-actions > * {
  margin-bottom: 10px;
}

.form-item--error-message {
  position: relative;
  padding: 9px 30px 6px;
  margin-top: 30px;
  background: #fe5a41;
  color: #fff;
  text-align: left;
}

.form-item--error-message::before {
  position: absolute;
  top: 8px;
  left: 10px;
  content: '×' !important;
  background: none !important;
  font-weight: bold;
  font-family: "MuseoSans700";
  font-size: 17px;
}

.contact-message-form {
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .contact-message-form {
    margin-bottom: 150px;
  }
}

.contact-message-form .contact-form-inner {
  padding-bottom: 60px;
}

.contact-message-form .contact-form-inner .file {
  padding: 5px 35px 5px 25px;
  background: #e0f4ff;
  color: black;
  border-radius: 20px;
}

.contact-message-form .contact-form-inner .file a {
  color: black;
}

.contact-message-form .user-details:after, .contact-message-form .contact-person:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .contact-message-form .user-details #edit-field-phone-wrapper, .contact-message-form .user-details #edit-field-contact-phone-wrapper, .contact-message-form .contact-person #edit-field-phone-wrapper, .contact-message-form .contact-person #edit-field-contact-phone-wrapper {
    float: left;
    width: 47%;
    margin-right: 3%;
  }
  .contact-message-form .user-details #edit-field-phone-wrapper .form-item, .contact-message-form .user-details #edit-field-phone-wrapper label, .contact-message-form .user-details #edit-field-contact-phone-wrapper .form-item, .contact-message-form .user-details #edit-field-contact-phone-wrapper label, .contact-message-form .contact-person #edit-field-phone-wrapper .form-item, .contact-message-form .contact-person #edit-field-phone-wrapper label, .contact-message-form .contact-person #edit-field-contact-phone-wrapper .form-item, .contact-message-form .contact-person #edit-field-contact-phone-wrapper label {
    margin-top: 4px;
  }
  .contact-message-form .user-details #edit-field-email-wrapper, .contact-message-form .user-details #edit-field-contact-email-wrapper, .contact-message-form .contact-person #edit-field-email-wrapper, .contact-message-form .contact-person #edit-field-contact-email-wrapper {
    float: left;
    width: 47%;
    margin-left: 3%;
  }
  .contact-message-form .user-details #edit-field-email-wrapper .form-item, .contact-message-form .user-details #edit-field-email-wrapper label, .contact-message-form .user-details #edit-field-contact-email-wrapper .form-item, .contact-message-form .user-details #edit-field-contact-email-wrapper label, .contact-message-form .contact-person #edit-field-email-wrapper .form-item, .contact-message-form .contact-person #edit-field-email-wrapper label, .contact-message-form .contact-person #edit-field-contact-email-wrapper .form-item, .contact-message-form .contact-person #edit-field-contact-email-wrapper label {
    margin-top: 4px;
  }
}

.contact-message-form #edit-actions {
  text-align: center;
}

@media (min-width: 768px) {
  .contact-message-form #edit-actions {
    text-align: right;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
  }
}

.contact-message-form #edit-actions #edit-submit {
  text-transform: none;
}

.contact-message-form #edit-actions .btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

.contact-message-form .contact-person-choices button {
  color: #4A4A4A;
  margin: 6px 20px;
}

.contact-message-form .contact-person-choices button.active {
  color: #4A4A4A;
}

.contact-message-form .owner-choices {
  padding-bottom: 30px;
}

.contact-message-form .owner-choices button {
  margin: 5px 10px;
  min-width: 110px;
}

.contact-message-form input[type="text"], .contact-message-form input[type="email"] {
  border-color: #BBB;
}

.contact-message-form .confirm-details {
  position: relative;
  padding-bottom: 40px;
}

.contact-message-form .confirm-details-heading {
  max-width: 410px;
}

.contact-message-form #contact-form-confirmation {
  margin-bottom: 140px;
}

.contact-message-form .chosen-container .chosen-single {
  border-color: #BBB !important;
  box-shadow: none;
  height: 54px;
  padding: 15px 20px;
}

.contact-message-form .chosen-container .chosen-drop {
  border-top: 1px solid #36A8FC;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results {
  margin: 0 2px 2px 0;
  padding: 0 0 0 1px;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results .active-result {
  height: 54px;
  padding: 20px 16px 11px;
}

.contact-message-form .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #f2f1ef !important;
  color: #4A4A4A;
}

.contact-message-form .captcha {
  border: none;
}

.contact-message-form .captcha > summary {
  display: none;
}

.contact-message-form .captcha .details-wrapper {
  padding: 0.5em 0;
}

.contact-message-form .captcha .details-description {
  display: none;
}

.contact-message-form #edit-field-attachment-wrapper details, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment {
  border: none;
}

.contact-message-form #edit-field-attachment-wrapper details:before, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment:before {
  content: 'Attach a supporting document (if relevant):';
  display: block;
  margin-bottom: 20px;
  text-align: left;
  padding: 0 1em;
}

.contact-message-form #edit-field-attachment-wrapper details summary, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment summary {
  display: none;
}

.contact-message-form #edit-field-attachment-wrapper details .details-wrapper, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment .details-wrapper {
  padding: 0.5em 1em;
}

.contact-message-form #edit-field-attachment-wrapper details table, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment table {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-message-form #edit-field-attachment-wrapper details .tabledrag-toggle-weight-wrapper, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment .tabledrag-toggle-weight-wrapper {
  display: none;
}

.contact-message-form #edit-field-attachment-wrapper details tr, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment tr {
  background: none;
  display: inline-block !important;
  margin-bottom: 20px;
  padding: 0 20px 0 0;
}

.contact-message-form #edit-field-attachment-wrapper details td, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment td {
  display: inline-block;
}

.contact-message-form #edit-field-attachment-wrapper details td:last-of-type, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment td:last-of-type {
  display: inline;
}

.contact-message-form #edit-field-attachment-wrapper details thead, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment thead {
  display: none;
}

.contact-message-form #edit-field-attachment-wrapper details .tabledrag-handle, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment .tabledrag-handle {
  display: none;
}

.contact-message-form #edit-field-attachment-wrapper details label, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment label {
  display: none;
}

.contact-message-form #edit-field-attachment-wrapper details .description, .contact-message-form #edit-field-attachment-wrapper #edit-field-attachment .description {
  margin-top: 20px;
}

#passingphase-contact-selection-form {
  padding-top: 0;
  background-color: #FFF;
  margin-bottom: 50px;
}

#passingphase-contact-selection-form .banner-temp {
  background-image: url(/themes/custom/passingphase_consumer/components/assets/img/banner-pattern-1.png);
  height: 170px;
}

@media (min-width: 992px) {
  #passingphase-contact-selection-form .banner-temp {
    margin-top: 50px;
  }
}

#passingphase-contact-selection-form .container > h2 {
  padding-top: 45px;
  font-size: 2.57rem;
}

#passingphase-contact-selection-form .contact-form-inner {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 180px;
}

#passingphase-contact-selection-form .form-item-contact-selection label {
  display: none;
}

#passingphase-contact-selection-form #edit-contact-selection--description, #passingphase-contact-selection-form #edit-consent-selection--description {
  text-align: left;
  font-size: 16px;
  margin: 30px 0 10px 10px;
  font-weight: normal;
  font-family: "MuseoSans300";
  position: relative;
}

#passingphase-contact-selection-form .chosen-container .chosen-single {
  border-color: #BBB !important;
  box-shadow: none;
  height: 54px;
  padding: 15px 20px;
}

#passingphase-contact-selection-form .chosen-container .chosen-drop {
  border-top: 1px solid #36A8FC;
}

#passingphase-contact-selection-form .chosen-container .chosen-drop .chosen-results {
  margin: 0 2px 2px 0;
  padding: 0 0 0 1px;
}

#passingphase-contact-selection-form .chosen-container .chosen-drop .chosen-results .active-result {
  height: 54px;
  padding: 20px 16px 11px;
}

#passingphase-contact-selection-form .chosen-container .chosen-drop .chosen-results li.highlighted {
  background: #f2f1ef !important;
  color: #4A4A4A;
}

.comment-word-count.over-limit {
  color: red;
}

.path-contact .panel-steps.four-steps .container {
  padding-left: 12px;
}

@media (min-width: 768px) {
  .path-contact .panel-steps.four-steps .container {
    padding-left: 24px;
  }
}

.contact-form-steps .col-md-3 {
  width: 25%;
}

.contact-form-steps .col-md-3:after {
  left: -12px;
  width: 24px;
}

@media (min-width: 768px) {
  .contact-form-steps .col-md-3:after {
    left: -38px;
    top: 35px;
    width: 75px;
  }
}

.path-contact .site-messages--error {
  display: none;
}

.field--type-file div[id^='ajax-wrapper'] > .site-messages {
  display: none;
}

.field--type-file .form-managed-file > div[id^='ajax-wrapper'] > .site-messages {
  display: block !important;
}

.field--type-file .site-messages {
  position: relative;
  padding: 9px 30px 6px;
  margin-bottom: 30px;
  background: #fe5a41;
  color: #fff;
  text-align: left;
}

.field--type-file .site-messages::before {
  position: absolute;
  top: 8px;
  left: 10px;
  content: '×' !important;
  background: none !important;
  font-weight: bold;
  font-family: "MuseoSans700";
  font-size: 17px;
}

.field--type-file .form-item {
  margin: 0;
}

.field--type-file .form-managed-file {
  text-align: left;
}

.field--type-file .input-file-con {
  position: relative;
  text-align: left;
}

.field--type-file .input-file-con .attach-btn {
  position: relative;
}

.field--type-file .input-file-con .attach-btn::after {
  position: absolute;
  left: 89px;
  top: -5px;
  content: "\f0c6";
  color: #FFF;
  font-family: FontAwesome;
  line-height: 40px;
  font-size: 16px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
}

.field--type-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 120px;
  opacity: 0;
  text-indent: -9999px;
  cursor: pointer;
}

.field--type-file input[value=Remove] {
  width: 15px;
  height: 15px;
  min-width: 1px;
  border: none;
  padding: 0;
  content: "\f0c6";
  color: #FFF;
  font-family: FontAwesome;
  background: url(/themes/custom/passingphase_consumer/components/sections/property-access/img/file-remove-btn.gif) 3px 0 no-repeat;
  margin-left: -30px;
  margin-top: 4px;
  text-indent: -10000px;
}

.field--type-file .description {
  margin-top: 55px;
}

.panel-topics-list.touch-ways .topics__heading {
  padding-left: 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .panel-topics-list.touch-ways .topics__heading {
    text-align: left;
    padding-left: 50px;
  }
}

@media (min-width: 768px) {
  .panel-topics-list.touch-ways .topics__heading {
    padding-left: 100px;
  }
}

.panel-topics-list.touch-ways .topic {
  min-height: 270px;
}

@media (min-width: 768px) {
  .panel-topics-list.touch-ways .topic {
    min-height: 265px;
  }
}

@media (min-width: 992px) {
  .panel-topics-list.touch-ways .topic {
    min-height: 390px;
  }
}

@media (min-width: 992px) {
  .panel-topics-list.touch-ways .topic .topic__heading {
    line-height: 25px;
  }
}

.panel-topics-list.touch-ways .topic p {
  font-family: MuseoSans300, sans-serif;
}

@media (min-width: 992px) {
  .panel-topics-list.touch-ways .topic p {
    max-width: 90%;
  }
}

.panel-topics-list.touch-ways .topic p a {
  color: inherit;
  word-wrap: break-word;
}

.panel-topics-list.touch-ways .topic p a:hover, .panel-topics-list.touch-ways .topic p a:focus, .panel-topics-list.touch-ways .topic p a:active {
  color: inherit;
  text-decoration: none;
}

@media (min-width: 992px) {
  .panel-topics-list.touch-ways .topic p {
    line-height: 24px;
  }
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
  height: initial;
  *height: 13px;
  *width: 13px;
}

fieldset {
  padding: 0.6rem 1.07143rem 1.11429rem;
  border: 1px solid #f2f1ef;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
  *margin-left: -7px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
  border: 1px solid #BBB;
}

table {
  margin: 1.71429rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
}

table tbody {
  border: none;
}

td,
th {
  padding: 0;
}

.passingphase-color-aqua-dark {
  color: #2ad2c9;
}

.passingphase-color-beige-light {
  color: #efeeea;
}

.passingphase-color-black {
  color: #000;
}

.passingphase-color-boulder {
  color: #ededed;
}

.passingphase-color-coal {
  color: #3a3a3a;
}

.passingphase-color-coral {
  color: #FF8674;
}

.passingphase-color-beige {
  color: #F0F0F0;
}

.passingphase-color-blue {
  color: #36A8FC;
}

.passingphase-color-blue-med {
  color: #407EC9;
}

.passingphase-color-blue-grey {
  color: #394b5f;
}

.passingphase-color-blue-extra-grey {
  background-color: #4E6071;
}

.passingphase-color-blue-dark {
  color: #22384E;
}

.passingphase-color-green {
  color: #2AD2C9;
}

.passingphase-color-grey-dark {
  color: #4A4A4A;
}

.passingphase-color-grey {
  color: #979797;
}

.passingphase-color-grey-med {
  color: #BBB;
}

.passingphase-color-grey-lightish {
  color: #999;
}

.passingphase-color-grey-light {
  color: #f2f1ef;
}

.passingphase-color-grey-extra-light {
  color: #F8F8F8;
}

.passingphase-color-purple {
  color: #7D55C7;
}

.passingphase-color-orange {
  color: #F28370;
}

.passingphase-color-river-stone {
  color: #979797;
}

.passingphase-color-slate {
  color: #6C6C6C;
}

.passingphase-color-stone {
  color: #faf9f9;
}

.passingphase-color-white {
  color: #FFF;
}

.passingphase-color-yellow {
  color: #FFF3B2;
}

.passingphase-bg-color-aqua-dark {
  background-color: #2ad2c9;
}

.passingphase-bg-color-beige-light {
  background-color: #efeeea;
}

.passingphase-bg-color-black {
  background-color: #000;
}

.passingphase-bg-color-boulder {
  background-color: #ededed;
}

.passingphase-bg-color-coal {
  background-color: #3a3a3a;
}

.passingphase-bg-color-coral {
  background-color: #FF8674;
}

.passingphase-bg-color-beige {
  background-color: #F0F0F0;
}

.passingphase-bg-color-blue {
  background-color: #36A8FC;
}

.passingphase-bg-color-blue-med {
  background-color: #407EC9;
}

.passingphase-bg-color-blue-grey {
  background-color: #394b5f;
}

.passingphase-bg-color-blue-extra-grey {
  background-color: #4E6071;
}

.passingphase-bg-color-blue-dark {
  background-color: #22384E;
}

.passingphase-bg-color-green {
  background-color: #2AD2C9;
}

.passingphase-bg-color-grey-dark {
  background-color: #4A4A4A;
}

.passingphase-bg-color-grey-darkish {
  background-color: #EAE9E5;
}

.passingphase-bg-color-grey {
  background-color: #979797;
}

.passingphase-bg-color-grey-med {
  background-color: #BBB;
}

.passingphase-bg-color-grey-lightish {
  background-color: #999;
}

.passingphase-bg-color-grey-light {
  background-color: #f2f1ef;
}

.passingphase-bg-color-grey-extra-light {
  background-color: #F8F8F8;
}

.passingphase-bg-color-peach {
  background-color: #ff8675;
}

.passingphase-bg-color-purple {
  background-color: #7D55C7;
}

.passingphase-bg-color-orange {
  background-color: #F28370;
}

.passingphase-bg-color-river-stone {
  background-color: #979797;
}

.passingphase-bg-color-slate {
  background-color: #6C6C6C;
}

.passingphase-bg-color-stone {
  background-color: #faf9f9;
}

.passingphase-bg-color-white {
  background-color: #FFF;
}

.passingphase-bg-color-yellow {
  background-color: #FFF3B2;
}

.bg-grey-light {
  background: #f2f1ef;
}

.bg-white {
  background: #fff;
}

.bg-blue {
  background: #36A8FC;
}

.bg-blue-grey {
  background: #394b5f;
}

.bg-blue-extra-grey {
  background: #4E6071;
}

.l-r:empty,
.l-c:empty {
  display: none;
}

.remove-position-fixed, .remove-position-absolute, .remove-position-relative {
  position: static !important;
}

div.kint,
div.search-kint,
div.search-kint-results {
  z-index: 500;
  position: relative;
  padding: 10px 10px 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.85);
}

.main-content div.search-kint {
  margin-top: 5px;
}

div.search-kint-results {
  color: #eee;
}

div.kint {
  padding-bottom: 10px;
}

.no-side-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.row.passingphase-mini-row {
  padding-left: 15px;
  padding-right: 15px;
}

.col.passingphase-col-mini {
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.video {
  width: auto !important;
  padding: 60px 0;
}

.responsive-video {
  max-width: 800px;
  margin-left: auto !important;
  margin-right: auto !important;
}

form#user-login-form {
  width: 420px;
  max-width: 100%;
  margin: 60px auto;
  padding: 0 24px;
}

article.profile {
  width: 998px;
  max-width: 100%;
  margin: 60px auto 80px;
  padding: 0 24px;
}

form#user-register-form {
  width: 968px;
  max-width: 100%;
  margin: 60px auto 80px;
  padding: 0 24px;
}

form#user-pass {
  width: 420px;
  max-width: 100%;
  margin: 60px auto;
  padding: 0 24px;
}

strong {
  font-weight: bold;
}

.clear {
  clear: both;
  float: none;
}

.clear-left {
  clear: left;
  float: none;
}

#toolbar-administration {
  z-index: 10000;
}

.negate-panel-margin {
  margin-top: -30px;
}

.panel-quick-links h2 {
  margin-bottom: 0;
}

.panel-feature-list {
  padding-top: 50px;
  padding-bottom: 65px;
}

.panel-feature-list-header {
  margin-bottom: 42px;
}

.panel-feature-list h2 {
  margin-bottom: 17px !important;
  font-size: 24px;
}

@media (min-width: 992px) {
  .panel-feature-list h2 {
    font-size: 2.3rem;
  }
}

.panel-examples {
  padding-top: 80px;
  padding-bottom: 80px;
}

.panel-examples .container {
  max-width: 728px;
}

.panel-steps {
  padding-top: 43px;
  padding-bottom: 80px;
  text-align: center;
}

.panel-steps .panel-title {
  font-size: 24px;
  margin-bottom: 33px;
}

@media (min-width: 992px) {
  .panel-steps .panel-title {
    margin-bottom: 22px;
    font-size: 2.14286rem;
  }
}

.numbered-circle {
  border: 2px solid #36A8FC;
  width: 57px;
  height: 57px;
  padding: 15px 2px 4px;
  color: #36A8FC;
  font-size: 32px;
  text-align: center;
  margin: 30px auto -10px;
  border-radius: 50%;
}

.btn-plus,
.btn-minus {
  min-width: 1px !important;
  border-radius: 50% !important;
  font-size: 38px !important;
  width: 50px;
  height: 50px;
  padding-top: 11px !important;
}

.btn-plus {
  text-indent: -9px;
}

.btn-minus {
  text-indent: -6px;
}

.expandable {
  display: none;
}

.expandable .passingphase-panel {
  padding-top: 30px;
}

.row--help-support_main,
.row--help-support_aside {
  margin-bottom: 80px;
}

/********************************** TEMP LOCATION FOR FORM STUFF *************************************/
.field-hide {
  margin-left: -4000px;
  position: absolute;
}

.field-hide.field-has-error {
  margin-left: 0;
  position: relative;
}

.field-hide.field-has-error label,
.field-hide.field-has-error select,
.field-hide.field-has-error input,
.field-hide.field-has-error .chosen-container {
  margin-left: -4000px;
  position: absolute;
}

/********************************** TEMP LOCATION FOR Broadband-Checker *************************************/
.bbc-base-style {
  line-height: 1em;
  font-size: 16px;
  line-height: 1.4em;
  /*
    @media (max-width: 1079.2px) {
      font-size: 14.4px;
    }
    @media (max-width: 1136px) {
      font-size: 15.2px;
    }
    @media (min-width: 1137px) {
      font-size: 16px;
    }
    */
}

.bbc-base-style h1, .bbc-base-style h2, .bbc-base-style h3, .bbc-base-style h4, .bbc-base-style h5, .bbc-base-style h6, .bbc-base-style p {
  line-height: 1.4em;
}

.bbc-base-style .bbc-step {
  line-height: 1em;
  font-size: 16px;
  line-height: 1.4em;
  /*
    @media (max-width: 1079.2px) {
      font-size: 14.4px;
    }
    @media (max-width: 1136px) {
      font-size: 15.2px;
    }
    @media (min-width: 1137px) {
      font-size: 16px;
    }
    */
}

.bbc-base-style .bbc-step h1, .bbc-base-style .bbc-step h2, .bbc-base-style .bbc-step h3, .bbc-base-style .bbc-step h4, .bbc-base-style .bbc-step h5, .bbc-base-style .bbc-step h6, .bbc-base-style .bbc-step p {
  line-height: 1.4em;
}

.bbc-base-style .bbc-step h1,
.bbc-base-style .bbc-step h2,
.bbc-base-style .bbc-step h3,
.bbc-base-style .bbc-step h4,
.bbc-base-style .bbc-step h5,
.bbc-base-style .bbc-step h6 {
  font-family: 'MuseoSans500';
}

.bbc-base-style .bbc-step h3 {
  margin: 1em 0;
}

.bbc-base-style .bbc-step p {
  font-family: 'MuseoSans300';
}

.node--type-page {
  padding: 10px 0;
}

.node--type-page h3 {
  color: #36A8FC;
}

.node--type-page h2 {
  margin-bottom: 30px;
}

.animatedParent {
  overflow: hidden;
}

.page-node-127 .banner-type-full .banner__image img {
  -webkit-transform: translate(-71%, -50%);
          transform: translate(-71%, -50%);
}

@media screen and (min-width: 460px) {
  .page-node-127 .banner-type-full .banner__image img {
    -webkit-transform: translate(-60%, -50%);
            transform: translate(-60%, -50%);
  }
}

@media screen and (min-width: 620px) {
  .page-node-127 .banner-type-full .banner__image img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.unsupported-browser-modal {
  padding: 0 24px !important;
  margin: 0 !important;
}

.unsupported-browser-modal .modal-dialog {
  max-width: 550px;
  padding: 0;
  margin: 32px auto 0;
  position: relative;
  top: 167px;
  -webkit-transform: none;
          transform: none;
  transition: none;
}

.unsupported-browser-modal .modal-content {
  padding: 60px 24px 30px;
  border: none;
  background: #fff;
}

.unsupported-browser-modal .modal-content .text strong {
  font-weight: bold;
}

.unsupported-browser-modal .modal-body {
  padding: 0;
  text-align: center;
}

.unsupported-browser-modal .close {
  position: absolute;
  top: -50px;
  right: 10px;
  font-size: 30px;
  padding: 0;
  color: #9b9b9b;
  z-index: 10000;
  background: none;
  width: 0;
  border: none;
  cursor: pointer;
}

.unsupported-browser-modal .browser-logos {
  overflow: hidden;
  padding: 0;
  text-align: center;
  margin-left: -20px;
}

.unsupported-browser-modal .browser-logos li {
  display: inline-block;
  margin-left: 20px;
  list-style-type: none;
}

.unsupported-browser-modal .browser-logos li a {
  display: block;
  width: 50px;
  height: 50px;
  background-size: shrink;
  background-repeat: no-repeat;
}

.unsupported-browser-modal .browser-logos li.ie a {
  background: url(/themes/custom/html_components//components/sections/browser-support/ie.png);
}

.unsupported-browser-modal .browser-logos li.firefox a {
  background: url(/themes/custom/html_components//components/sections/browser-support/firefox.png);
}

.unsupported-browser-modal .browser-logos li.chrome a {
  background: url(/themes/custom/html_components//components/sections/browser-support/chrome.png);
}

.unsupported-browser-modal .browser-logos li.safari a {
  background: url(/themes/custom/html_components//components/sections/browser-support/safari.png);
}

.ds-2col .group-left,
.ds-2col .group-right {
  width: 100% !important;
  float: none !important;
}

@media (min-width: 992px) {
  .ds-2col .group-left,
  .ds-2col .group-right {
    width: 50% !important;
    float: left !important;
  }
}

#quick-links-page-menu {
  margin-bottom: 120px;
  border-bottom: 1px solid #e4e7ea;
  height: 60px;
  display: none;
}

#quick-links-page-menu .navigation,
#quick-links-page-menu .navigation .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 992px) {
  #quick-links-page-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#quick-links-page-menu .svg-icon-effect {
  transition: none !important;
  border-radius: none !important;
  border: none !important;
}

#quick-links-page-menu .quick-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#quick-links-page-menu.pos-fixed {
  position: fixed;
  top: 68px;
  left: 0;
  width: 100%;
  z-index: 10000;
}

#quick-links-page-menu .quick-links {
  padding: 0;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quick-links-page-menu .quick-links .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

#quick-links-page-menu .quick-links .col .quick-link-item {
  position: relative;
  padding: 0;
}

#quick-links-page-menu .quick-links .col a {
  position: relative;
}

#quick-links-page-menu .quick-links .col a .svg-icon {
  box-shadow: none !important;
  position: absolute;
  padding: 0 40px;
  bottom: 12px;
  height: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

#quick-links-page-menu .quick-links .col a .svg-icon::after {
  display: inline-block;
  width: 4px;
  height: 0;
  content: '';
}

#quick-links-page-menu .quick-links .col a img {
  display: none;
}

#quick-links-page-menu .quick-links .col a:hover > .svg-icon::after,
#quick-links-page-menu .quick-links .col a.active > .svg-icon::after {
  width: 100%;
  margin: 0;
  height: 4px;
  background: #36a9fc;
  transition: width 0.3s ease-in-out;
  content: '';
}

#quick-links-page-menu .quick-links .col h4 {
  padding: 19px 0 0;
  height: 60px;
  display: block;
  margin: 0 40px;
  color: #3b3b3b;
  font-family: 'MuseoSans500';
  font-size: 15px;
  margin-bottom: 0;
  white-space: nowrap;
}

#quick-links-page-menu .quick-links .col .item-extra {
  position: absolute;
  padding: 0 19px;
  bottom: 12px;
  height: 5px;
  left: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

#quick-links-page-menu .quick-links .col .item-extra::after {
  display: inline-block;
  width: 4px;
  height: 0;
  content: '';
}

#quick-links-page-menu .quick-links .col:hover > .item-inner .item-extra::after,
#quick-links-page-menu .quick-links .col.active > .item-inner .item-extra::after {
  width: 100%;
  height: 4px;
  background: #36a9fc;
  transition: width 0.3s ease-in-out;
  content: '';
}

#quick-links-page-menu .menu-level-1 {
  position: relative;
  background: #22384E;
}

#quick-links-page-menu .menu-level-2 {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e3e6e9;
}

#quick-links-page-menu .menu-level-2 > li > .item-inner a {
  color: #3B3B3B;
}

#quick-links-page-menu .menu-level-2 > li > .inner {
  display: none;
}

#job-agent-container > .container > p {
  width: auto;
}

/*  shouldn't these be in member component?  */
.page-node-type--member .group-left {
  margin-top: 40px;
}

.page-node-type--member .group-left img {
  width: auto !important;
}

.page-node-type--member .media-header .btn {
  display: none;
  min-width: 130px !important;
}

@media (min-width: 992px) {
  .page-node-type--member .media-header .btn {
    display: inline-block;
  }
}

.page-node-type--member .container.content-bottom {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .page-node-type--member .container.content-bottom .btn {
    margin-left: 50%;
  }
}

@media (min-width: 992px) {
  .page-node-type--member .group-left,
  .page-node-type--member .group-right {
    margin-top: 50px !important;
  }
}

.page-node-type--member .group-left {
  position: relative;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .page-node-type--member .group-left {
    padding-bottom: 115px;
    margin-top: 0;
  }
}

.page-node-type--member .group-left > div:first-child {
  margin-bottom: 25px;
  color: #36A8FC;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 992px) {
  .page-node-type--member .group-left > div:first-child {
    text-align: right;
    font-size: 18px;
    line-height: 32px;
    font-family: MuseoSans100Italic;
  }
}

.page-node-type--member .group-left > div:last-child img {
  width: auto;
  max-height: 360px;
  display: block;
  margin: 0 auto 20px;
}

@media (min-width: 992px) {
  .page-node-type--member .group-left > div:last-child img {
    margin: 0 0 20px auto;
    max-height: 360px;
  }
}

@media (min-width: 992px) {
  .page-node-type--member .group-left {
    padding-right: 50px;
  }
}

.page-node-type--member .group-right .field--node-title + div {
  margin-bottom: 20px;
  font-family: 'MuseoSans500';
}

.page-node-type--member .group-right .field--node-title h2 {
  margin-bottom: 10px;
}

.user-logged-out .hidden-subtitle {
  display: none;
}

@media (max-width: 425px) {
  .quick-links .slick-list {
    width: 100%;
    padding: 0 !important;
  }
  .quick-links .slick-list .slick-slide {
    display: block;
    padding: 0;
    clear: both;
    padding-bottom: 25px;
  }
  #quick-links-partners .slick-slide,
  #quick-links-partners .slick-slide {
    padding-bottom: 0;
  }
}

.get-in-touch {
  padding: 69px 0 85px;
}

.get-in-touch > h2 {
  text-align: center;
  font-size: 26px;
  font-family: 'MuseoSans500';
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .get-in-touch .row {
    padding-left: 60px;
  }
  .get-in-touch > h2 {
    margin-bottom: 50px;
  }
}

.get-in-touch .col {
  padding-left: 25px;
  text-align: center;
  font-size: 14px;
  padding-bottom: 20px;
}

.get-in-touch .col:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .get-in-touch .col {
    text-align: left;
    border-left: 1px solid #b9bfc4;
  }
  .get-in-touch .col h2 {
    margin-top: 6px;
    text-align: left !important;
    margin-bottom: 10px !important;
  }
}

.get-in-touch .col h2 {
  margin-bottom: 5px;
  font-family: 'MuseoSans500';
  font-size: 18px;
}

.get-in-touch-box-style {
  padding-top: 35px;
  padding-bottom: 45px;
}

.get-in-touch-box-style .col {
  margin-top: 25px;
}

.get-in-touch-box-style .col > div {
  padding: 23px 25px 30px;
  background: #fff;
}

.get-in-touch-box-style .col:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .get-in-touch-box-style .col {
    margin-top: 0;
  }
}

.get-in-touch-box-style h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .get-in-touch-box-style h2 {
    text-align: left !important;
  }
}

.get-in-touch-box-style ul {
  padding-left: 0;
  margin-top: 20px;
}

.get-in-touch-box-style ul.first {
  margin-top: 0;
}

.get-in-touch-box-style li {
  list-style-type: none;
  margin-top: 0;
  text-align: center;
}

.get-in-touch-box-style li:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .get-in-touch-box-style li {
    text-align: left;
  }
}

.get-in-touch-box-style strong {
  font-family: 'MuseoSans700';
  margin-right: 5px;
}

/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  animation-delay: 3.0s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

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

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

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

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

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

/********
* Shake *
********/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/********
* ShakeUp *
********/
@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}

@keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
            transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
            transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
            transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
            transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
            transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
            transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
            transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
            transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
            transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
            transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
            transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
            transform: skewX(0deg);
  }
}

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/*******
* tada *
********/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/*********
* wobble *
**********/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/********
* pulse *
*********/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
            transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
            transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
            transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
            transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
            transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
            transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

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

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

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
            transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
            transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
            transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
            transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

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

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

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

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

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

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
            transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

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

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

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

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

.animated {
  opacity: 1;
}

/*# sourceMappingURL=base.css.map */
