/**
 * CSS Modal
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/**
 * CSS Modal Configuration
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/* line 2, node_modules/css-modal/_modal-core.scss */
html {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

/* line 8, node_modules/css-modal/_modal-core.scss */
.has-overlay {
  overflow: hidden;
  height: auto; }
  /* line 12, node_modules/css-modal/_modal-core.scss */
  .has-overlay > body {
    height: 100%;
    overflow: hidden; }

/* line 18, node_modules/css-modal/_modal-core.scss */
.modal--show, .modal--fade {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  display: none\9; }
  /* line 41, node_modules/css-modal/_modal-core.scss */
  .modal--show:target, .modal--fade:target, .is-active.modal--show, .is-active.modal--fade {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    width: auto;
    height: auto;
    opacity: 1; }
  /* line 58, node_modules/css-modal/_modal-core.scss */
  .is-active.modal--show, .is-active.modal--fade {
    display: block\9;
    height: 100%\9;
    width: 100%\9; }
  /* line 65, node_modules/css-modal/_modal-core.scss */
  .modal--show:target, .modal--fade:target, .is-active.modal--show, .is-active.modal--fade {
    display: block\9; }
  /* line 71, node_modules/css-modal/_modal-core.scss */
  .modal--show .modal-inner, .modal--fade .modal-inner {
    position: absolute;
    top: 60px;
    left: 50%;
    z-index: 20;
    margin-left: -325px;
    width: 650px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch; }
    /* line 82, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-inner > img, .modal--fade .modal-inner > img,
    .modal--show .modal-inner > video,
    .modal--fade .modal-inner > video,
    .modal--show .modal-inner > iframe,
    .modal--fade .modal-inner > iframe {
      width: 100%;
      height: auto;
      min-height: 300px; }
    /* line 90, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-inner > img, .modal--fade .modal-inner > img {
      width: auto;
      max-width: 100%; }
    /* line 95, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-inner iframe, .modal--fade .modal-inner iframe {
      display: block;
      width: 100%;
      border: 0; }
  /* line 103, node_modules/css-modal/_modal-core.scss */
  .modal--show .modal-content, .modal--fade .modal-content {
    position: relative;
    max-height: 400px;
    max-height: 60vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    /* line 111, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-content > *, .modal--fade .modal-content > * {
      max-width: 100%; }
  /* line 117, node_modules/css-modal/_modal-core.scss */
  .modal--show footer, .modal--fade footer {
    border-top: 1px solid white;
    padding: 0 1.2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  /* line 125, node_modules/css-modal/_modal-core.scss */
  .modal--show .modal-close, .modal--fade .modal-close {
    display: block;
    height: 1px;
    clip: rect(0 0 0 0);
    margin: -1px;
    overflow: hidden; }
    /* line 132, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-close:focus:after, .modal--fade .modal-close:focus:after {
      outline: 1px dotted;
      outline: -webkit-focus-ring-color auto 5px; }
    /* line 138, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-close:before, .modal--fade .modal-close:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10; }
    /* line 149, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-close:after, .modal--fade .modal-close:after {
      content: '\00d7';
      position: absolute;
      top: 35px;
      right: 50%;
      z-index: 20;
      margin-right: -325px; }
  @media screen and (max-width: 690px) {
    /* line 162, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-inner, .modal--fade .modal-inner {
      width: auto;
      left: 20px;
      right: 20px;
      margin-left: 0; }
    /* line 170, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-close:after, .modal--fade .modal-close:after {
      margin-right: 0 !important;
      right: 20px; } }
  @media screen and (max-width: 30em) {
    /* line 18, node_modules/css-modal/_modal-core.scss */
    .modal--show, .modal--fade {
      -webkit-transform: translate(0, 400px);
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0);
      -webkit-transition: opacity 1ms .25s;
      -moz-transition: opacity 1ms .25s;
      -o-transition: opacity 1ms .25s;
      -ms-transition: opacity 1ms .25s;
      transition: opacity 1ms .25s;
      display: block;
      right: auto;
      bottom: auto; }
      /* line 193, node_modules/css-modal/_modal-core.scss */
      .modal--show:target, .modal--fade:target, .is-active.modal--show, .is-active.modal--fade {
        width: 100%;
        height: 100%; }
        /* line 199, node_modules/css-modal/_modal-core.scss */
        .modal--show:target .modal-close, .modal--fade:target .modal-close, .is-active.modal--show .modal-close, .is-active.modal--fade .modal-close {
          display: block; }
      /* line 204, node_modules/css-modal/_modal-core.scss */
      .modal--show .modal-inner, .modal--fade .modal-inner {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        overflow: auto; }
      /* line 216, node_modules/css-modal/_modal-core.scss */
      .modal--show .modal-content, .modal--fade .modal-content {
        max-height: none;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto; }
      /* line 228, node_modules/css-modal/_modal-core.scss */
      .modal--show .modal-close, .modal--fade .modal-close {
        display: none;
        right: auto; }
        /* line 232, node_modules/css-modal/_modal-core.scss */
        .modal--show .modal-close:before, .modal--fade .modal-close:before {
          content: '';
          position: fixed;
          top: 0;
          left: 0;
          right: 0;
          z-index: 20; }
        /* line 241, node_modules/css-modal/_modal-core.scss */
        .modal--show .modal-close:after, .modal--fade .modal-close:after {
          top: 5px !important;
          right: 5px;
          left: auto;
          margin-left: 0; } }
  @media screen and (max-height: 46em) and (min-width: 30em) {
    /* line 253, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-content, .modal--fade .modal-content {
      max-height: 340px;
      max-height: 50vh; } }
  @media screen and (max-height: 36em) and (min-width: 30em) {
    /* line 261, node_modules/css-modal/_modal-core.scss */
    .modal--show .modal-content, .modal--fade .modal-content {
      max-height: 265px;
      max-height: 40vh; } }
  /* line 269, node_modules/css-modal/_modal-core.scss */
  .is-stacked.modal--show, .is-stacked.modal--fade {
    -webkit-transform: translate(0, 0) scale(1, 1);
    -moz-transform: translate(0, 0) scale(1, 1);
    -o-transform: translate(0, 0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1; }
    /* line 279, node_modules/css-modal/_modal-core.scss */
    .is-stacked.modal--show .modal-inner, .is-stacked.modal--fade .modal-inner {
      -webkit-animation: scaleDown .7s ease both;
      -moz-animation: scaleDown .7s ease both;
      animation: scaleDown .7s ease both; }
    /* line 287, node_modules/css-modal/_modal-core.scss */
    .is-stacked.modal--show .modal-close, .is-stacked.modal--fade .modal-close {
      opacity: 0; }
    @media screen and (max-width: 30em) {
      /* line 269, node_modules/css-modal/_modal-core.scss */
      .is-stacked.modal--show, .is-stacked.modal--fade {
        -webkit-animation: scaleDown .7s ease both;
        -moz-animation: scaleDown .7s ease both;
        animation: scaleDown .7s ease both; }
        /* line 299, node_modules/css-modal/_modal-core.scss */
        .is-stacked.modal--show .modal-inner, .is-stacked.modal--fade .modal-inner {
          -webkit-animation: none;
          -moz-animation: none;
          animation: none; }
        /* line 306, node_modules/css-modal/_modal-core.scss */
        .is-stacked.modal--show .modal-close, .is-stacked.modal--fade .modal-close {
          opacity: 1; } }
/**
 * All animations for CSS Modal
 *
 * Available:
 * - %modal--transition-fade (fade)
 * - %modal--transition-zoomIn (zooms in)
 * - %modal--transition-plainScreen (hides background)
 *
 * Usage:
 *
 * .selector {
 * 		@extend %modal--transition-fade;
 * }
 *
 */
@media screen and (min-width: 30em) {
  /* line 23, node_modules/css-modal/_modal-animations.scss */
  .modal--fade {
    transition: opacity 0.4s; } }

/**
 * CSS Modal Themes
 * http://drublic.github.com/css-modal
 *
 * @author Hans Christian Reinl - @drublic
 */
/*
 * Global Theme Styles
 */
/* line 12, node_modules/css-modal/_modal-theme.scss */
.modal--show, .modal--fade {
  color: #222;
  line-height: 1.3; }
  /* line 18, node_modules/css-modal/_modal-theme.scss */
  .modal--show .modal-inner, .modal--fade .modal-inner {
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    max-width: 100%;
    -webkit-transition: max-width 0.25s linear, margin-left 0.125s linear;
    transition: max-width 0.25s linear, margin-left 0.125s linear; }
  /* line 34, node_modules/css-modal/_modal-theme.scss */
  .modal--show header, .modal--fade header {
    border-bottom: 1px solid #ddd;
    padding: 0 1.2em; }
    /* line 38, node_modules/css-modal/_modal-theme.scss */
    .modal--show header > h2, .modal--fade header > h2 {
      margin: 0.5em 0; }
  /* line 45, node_modules/css-modal/_modal-theme.scss */
  .modal--show .modal-content, .modal--fade .modal-content {
    border-bottom: 1px solid #ddd;
    padding: 15px 1.2em; }
  /* line 52, node_modules/css-modal/_modal-theme.scss */
  .modal--show footer, .modal--fade footer {
    border-top: 1px solid white;
    padding: 0 1.2em 18px;
    background: #f0f0f0;
    border-radius: 2px; }
  /* line 61, node_modules/css-modal/_modal-theme.scss */
  .modal--show .modal-close, .modal--fade .modal-close {
    text-indent: -100px; }
    /* line 65, node_modules/css-modal/_modal-theme.scss */
    .modal--show .modal-close:before, .modal--fade .modal-close:before {
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII="); }
    /* line 71, node_modules/css-modal/_modal-theme.scss */
    .modal--show .modal-close:after, .modal--fade .modal-close:after {
      content: '\00d7';
      background: #fff;
      border-radius: 2px;
      padding: 2px 8px;
      font-size: 1.2em;
      text-decoration: none;
      text-indent: 0; }
  @media screen and (max-width: 30em) {
    /* line 88, node_modules/css-modal/_modal-theme.scss */
    .modal--show .modal-close:before, .modal--fade .modal-close:before {
      background: #27aae2;
      height: 3em;
      -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.6); }
    /* line 96, node_modules/css-modal/_modal-theme.scss */
    .modal--show .modal-inner, .modal--fade .modal-inner {
      padding-top: 3em;
      -webkit-box-shadow: none;
      box-shadow: none; }
    /* line 102, node_modules/css-modal/_modal-theme.scss */
    .modal--show .modal-close, .modal--fade .modal-close {
      text-decoration: none; }
      /* line 105, node_modules/css-modal/_modal-theme.scss */
      .modal--show .modal-close:after, .modal--fade .modal-close:after {
        content: attr(data-close);
        font-size: 1em;
        padding: 0.5em 1em; } }
/*
 * Plain Screen Theme Styles
 */
/**
 * Apply the desired modal behavior to your container selector
 */
