/* Malli: @include icon($facebook)*/
.reveal {
  border: none;
  position: relative;
  outline: 0;
  background: #ffffff;
  padding: 1.875rem 1.875rem 2.5rem 1.875rem;
  width: auto;
  max-width: 37.5rem;
  z-index: 99999999; }
@media screen and (max-width: 31.1875em) {
  .reveal {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem; } }
.reveal > *:first-child {
  margin-top: 0; }
.reveal > *:last-child {
  margin-bottom: 0; }
.reveal .modal-close {
  cursor: pointer;
  font-family: Verdana;
  font-size: 1.875rem;
  line-height: 1;
  color: #222222;
  opacity: 0.7;
  padding: 0.5625rem 0 0.625rem 0;
  width: 3.1875rem;
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s; }
  .reveal .modal-close:hover {
    opacity: 1; }
.reveal.without-overlay .modal-close {
  color: #ffffff; }

.reveal-overlay {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999999; }

body.admin-bar .reveal.full {
  top: 2rem !important; }
@media screen and (max-width: 48.875em) {
  body.admin-bar .reveal.full {
    top: 2.875rem !important; } }
