@keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}

@-webkit-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}

@-moz-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}

@-ms-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}

@-o-keyframes vex-pulse {
  /* line 136, ../sass/_keyframes.sass */
  0% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }

  /* line 138, ../sass/_keyframes.sass */
  70% {
    -webkit-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    -moz-box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }

  /* line 140, ../sass/_keyframes.sass */
  100% {
    -webkit-box-shadow: inset 0 0 0 300px transparent;
    -moz-box-shadow: inset 0 0 0 300px transparent;
    box-shadow: inset 0 0 0 300px transparent;
  }
}

/* line 11, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl {
  padding-top: 160px;
  padding-bottom: 160px;
}
/* line 15, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-content {
  padding: 35px 50px 30px;
  border-radius: 5px;
  font-weight: 600;
  letter-spacing: -.04em;
  background: #fff;
  color: #444444;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  font-size: 1.1em;
  line-height: 1.5em;
  -webkit-box-shadow: 0px 0px 127px -24px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 127px -24px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 127px -24px rgba(0,0,0,0.75);
}
.vex.vex-theme-pl .vex-content .header {
  font-size: 1.5em;
}
.vex.vex-theme-pl .vex-content .subtext {
  opacity: 0.6;
  font-weight: 400;
  display: block;
  padding: 10px;
}
.vex.vex-theme-pl .vex-content .foot {
  font-size: 0.7em;
  font-weight: 300;
  display: block;
  margin-top: 10px;
}

.vex.vex-theme-pl .vex-overlay {
  background: rgba(0, 0, 0, 0.7);
}
/* line 27, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-content h1, .vex.vex-theme-pl .vex-content h2, .vex.vex-theme-pl .vex-content h3, .vex.vex-theme-pl .vex-content h4, .vex.vex-theme-pl .vex-content h5, .vex.vex-theme-pl .vex-content h6, .vex.vex-theme-pl .vex-content p, .vex.vex-theme-pl .vex-content ul, .vex.vex-theme-pl .vex-content li {
  color: inherit;
}
/* line 30, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
/* line 36, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-close:before {
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  font-weight: normal;
  line-height: 31px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #bbbbbb;
  background: transparent;
}
/* line 50, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-close:hover:before, .vex.vex-theme-pl .vex-close:active:before {
  color: #777777;
  background: #e0e0e0;
}
/* line 56, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
  text-align: center;
}
/* line 59, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}
/* line 62, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="week"] {
  background: transparent;
  /* border: 0; */
  border-bottom: 1px solid rgba(0,0,0,.1);
  background-color: rgba(0,0,0,.02);
  width: 100%;
  padding: .5em 1em;
  font-family: inherit;
  font-weight: 300;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
  border-radius: 5px;
}
/* line 73, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-pl .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  border-bottom: 1px solid rgba(0,0,0,.1);
  outline: none;
}
/* line 77, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-form .vex-dialog-buttons {
  // position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  *zoom: 1;
}
/* line 38, ../../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.vex.vex-theme-pl .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}
/* line 80, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-button {
  display: inline-block;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}
/* line 92, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-button.vex-last {
  margin-left: 0;
}
/* line 95, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-button:focus {
  animation: vex-pulse 1.1s infinite;
  -webkit-animation: vex-pulse 1.1s infinite;
  -moz-animation: vex-pulse 1.1s infinite;
  -ms-animation: vex-pulse 1.1s infinite;
  -o-animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
  outline: none;
}
@media (max-width: 568px) {
  /* line 95, ../sass/vex-theme-pl.sass */
  .vex.vex-theme-pl .vex-dialog-button:focus {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    -webkit-backface-visibility: hidden;
  }
}
/* line 104, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-button.vex-dialog-button-primary {
  // background: #0b6bfe;
  // color: white;
}
/* line 108, ../sass/vex-theme-pl.sass */
.vex.vex-theme-pl .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777777;
}

/* line 112, ../sass/vex-theme-pl.sass */
.vex-loading-spinner.vex-theme-pl {
  height: 2.5em;
  width: 2.5em;
}
