/* line 7, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.artsy-modal {
  display: none;
}

/* line 11, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

/* line 19, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-dialog {
  padding: 15px;
  border: 2px solid #b3b3b3;
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  margin: auto;
  z-index: 999;
  background: white;
  min-width: 500px;
}

/* line 30, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-dialog-titlebar-close {
  height: 14px;
  width: 14px;
  float: right;
  margin-top: 2px;
  cursor: pointer;
}
/* line 36, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-dialog-titlebar-close span {
  display: none;
}

/* line 39, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-dialog-title {
  color: black;
  font-size: 18px;
  font-weight: normal;
}

/* line 44, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-dialog-titlebar {
  border-bottom: #e6e6e6 1px solid;
  padding-bottom: 14px;
  margin-bottom: 14px;
  cursor: move;
}

/* line 51, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable {
  position: relative;
}

/* line 54, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

/* line 60, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 63, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 70, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 77, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 84, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 91, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-se {
  cursor: se-resize;
  width: 11px;
  height: 11px;
  right: 2px;
  bottom: 2px;
}

/* line 98, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 105, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 112, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 121, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-slider {
  height: 5px;
  background-color: #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 126, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-slider-handle {
  background-color: #808080;
  display: block;
  width: 15px;
  height: 15px;
  top: -5px;
  margin-left: -7px;
  position: relative;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 135, /app/app/assets/stylesheets/plugins/jquery-ui.sass */
.ui-slider-handle:focus {
  outline: none;
}
/* line 7, /app/app/assets/stylesheets/assets/icons.css.sass */
button.loading .spinner, button.busy .spinner, .button.loading .spinner, .button.busy .spinner, input[type=button].loading .spinner, input[type=button].busy .spinner, input[type=submit].loading .spinner, input[type=submit].busy .spinner, .pre_loader.loading .spinner, .pre_loader.busy .spinner {
  background-image: url(/assets/shared/spinners/spinner_w_b-6884693b5619932422c0f2fd3f1b891311607f4bc78f5a146f11589418fe4a2f.gif);
}
/* line 9, /app/app/assets/stylesheets/assets/icons.css.sass */
button.loading .spinner.w_p, button.busy .spinner.w_p, .button.loading .spinner.w_p, .button.busy .spinner.w_p, input[type=button].loading .spinner.w_p, input[type=button].busy .spinner.w_p, input[type=submit].loading .spinner.w_p, input[type=submit].busy .spinner.w_p, .pre_loader.loading .spinner.w_p, .pre_loader.busy .spinner.w_p {
  background-image: url(/assets/shared/spinners/spinner_w_p-b69ef037b814a1ec3df55a812b58947819a81a6d8841484b8c91a33b9470cf70.gif);
}
/* line 11, /app/app/assets/stylesheets/assets/icons.css.sass */
button.loading .spinner.b_p, button.busy .spinner.b_p, .button.loading .spinner.b_p, .button.busy .spinner.b_p, input[type=button].loading .spinner.b_p, input[type=button].busy .spinner.b_p, input[type=submit].loading .spinner.b_p, input[type=submit].busy .spinner.b_p, .pre_loader.loading .spinner.b_p, .pre_loader.busy .spinner.b_p {
  background-image: url(/assets/shared/spinners/spinner_b_p-4717f45a175acf42843ea06707aa4c1f21b7de7bf0c0cf9d68340b1c4998a3df.gif);
}
/* line 13, /app/app/assets/stylesheets/assets/icons.css.sass */
button.loading .spinner.w_g, button.busy .spinner.w_g, .button.loading .spinner.w_g, .button.busy .spinner.w_g, input[type=button].loading .spinner.w_g, input[type=button].busy .spinner.w_g, input[type=submit].loading .spinner.w_g, input[type=submit].busy .spinner.w_g, .pre_loader.loading .spinner.w_g, .pre_loader.busy .spinner.w_g {
  background-image: url(/assets/shared/spinners/spinner_w_g-045d0ff9db11b87654db23b49d045ad47960c9078910a7639087a3135462c4bf.gif);
}

/* line 17, /app/app/assets/stylesheets/assets/icons.css.sass */
fieldset.loading, fieldset.busy, fieldset .loading, #frames.loading, #frames.busy, #frames .loading, .frame.loading, .frame.busy, .frame .loading, .content > input.loading, .content > input.busy, .content > input .loading {
  background-size: 24px 23px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(/assets/shared/spinners/spinner_b_w-477bd2efdc8819bf407ab99ee8a29e538ed64142e6f442020312b0500351e19d.gif);
}
/* line 22, /app/app/assets/stylesheets/assets/icons.css.sass */
fieldset.loading.w_b, fieldset.busy.w_b, fieldset .loading.w_b, #frames.loading.w_b, #frames.busy.w_b, #frames .loading.w_b, .frame.loading.w_b, .frame.busy.w_b, .frame .loading.w_b, .content > input.loading.w_b, .content > input.busy.w_b, .content > input .loading.w_b {
  background-image: url(/assets/shared/spinners/spinner_w_b-6884693b5619932422c0f2fd3f1b891311607f4bc78f5a146f11589418fe4a2f.gif);
}
/* line 4, /app/app/assets/stylesheets/common/animation.sass */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.26s;
  -moz-animation-duration: 0.26s;
  -ms-animation-duration: 0.26s;
  -o-animation-duration: 0.26s;
  animation-duration: 0.26s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 40, /app/app/assets/stylesheets/common/animation.sass */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 70, /app/app/assets/stylesheets/common/animation.sass */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* line 108, /app/app/assets/stylesheets/common/animation.sass */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/* line 146, /app/app/assets/stylesheets/common/animation.sass */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
/* line 5, /app/app/assets/stylesheets/common/client.sass */
html, body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: auto;
}
/* line 10, /app/app/assets/stylesheets/common/client.sass */
html .content_container, body .content_container {
  background: white;
}

/* line 15, /app/app/assets/stylesheets/common/client.sass */
img.loading {
  opacity: 0;
}

/* line 18, /app/app/assets/stylesheets/common/client.sass */
#frames {
  overflow: hidden;
  *zoom: 1;
  min-height: 100%;
  height: auto;
  margin: 50px auto 0 auto;
}
/* line 24, /app/app/assets/stylesheets/common/client.sass */
#frames .frame {
  display: none;
  min-height: 625px;
  margin: 0px auto 0 auto;
}

/* line 29, /app/app/assets/stylesheets/common/client.sass */
#scripts {
  display: none;
}
/* line 7, /app/app/assets/stylesheets/common/forms.sass */
.formatted {
  width: 100%;
  margin: 5px 0;
}
/* line 10, /app/app/assets/stylesheets/common/forms.sass */
.formatted .stacked label {
  display: block;
}
/* line 13, /app/app/assets/stylesheets/common/forms.sass */
.formatted p.lbl {
  margin-bottom: 5px;
}
/* line 15, /app/app/assets/stylesheets/common/forms.sass */
.formatted label {
  margin-top: 6px;
  display: block;
}
/* line 18, /app/app/assets/stylesheets/common/forms.sass */
.formatted label input, .formatted label textarea {
  display: block;
  margin-top: 6px;
}
/* line 21, /app/app/assets/stylesheets/common/forms.sass */
.formatted a.action {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  word-spacing: 0.1em;
}
/* line 28, /app/app/assets/stylesheets/common/forms.sass */
.formatted a.action:hover {
  text-decoration: underline;
}
/* line 30, /app/app/assets/stylesheets/common/forms.sass */
.formatted .checkbox label {
  display: inline;
}
/* line 33, /app/app/assets/stylesheets/common/forms.sass */
.formatted input[type=text], .formatted input[type=email], .formatted input[type=password], .formatted input[type=tel], .formatted input[type=number] {
  border: none;
  border: 2px solid #cccccc;
  background-color: transparent;
  width: 100%;
  padding: 10px 6px 6px 6px;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .formatted input[type=text], .ie8 .formatted input[type=email], .ie8 .formatted input[type=password], .ie8 .formatted input[type=tel], .ie8 .formatted input[type=number] {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .formatted input[type=text], .wf-loading .formatted input[type=email], .wf-loading .formatted input[type=password], .wf-loading .formatted input[type=tel], .wf-loading .formatted input[type=number] {
  color: #fff;
}
/* line 44, /app/app/assets/stylesheets/common/forms.sass */
.formatted input[type=text]:focus, .formatted input[type=email]:focus, .formatted input[type=password]:focus, .formatted input[type=tel]:focus, .formatted input[type=number]:focus {
  border-color: #6A0BC1;
}
/* line 46, /app/app/assets/stylesheets/common/forms.sass */
.formatted input[type=checkbox], .formatted input[type=radio] {
  margin: 0 5px;
  width: 15px;
  height: 15px;
  vertical-align: baseline;
}
/* line 51, /app/app/assets/stylesheets/common/forms.sass */
.formatted textarea {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  font-size: 16px;
  border: 2px solid #cccccc;
  width: 250px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition-property: border-color;
  -o-transition-property: border-color;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .formatted textarea {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .formatted textarea {
  color: #fff;
}
/* line 59, /app/app/assets/stylesheets/common/forms.sass */
.formatted textarea:focus {
  border-color: #6A0BC1;
}
/* line 61, /app/app/assets/stylesheets/common/forms.sass */
.ie8 .formatted textarea {
  overflow-y: auto;
}
/* line 63, /app/app/assets/stylesheets/common/forms.sass */
.formatted .left {
  float: left;
  width: 100%;
}
/* line 66, /app/app/assets/stylesheets/common/forms.sass */
.formatted .right {
  float: right;
  width: 100%;
}

/* line 72, /app/app/assets/stylesheets/common/forms.sass */
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=number] {
  display: block;
  margin: 0 0 0.5em 0;
  border: 2px solid #cccccc;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  font-size: 16px;
  padding: 10px 6px 6px 6px;
  width: 100%;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 input[type=text], .ie8 input[type=email], .ie8 input[type=tel], .ie8 input[type=password], .ie8 input[type=number] {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading input[type=text], .wf-loading input[type=email], .wf-loading input[type=tel], .wf-loading input[type=password], .wf-loading input[type=number] {
  color: #fff;
}
/* line 80, /app/app/assets/stylesheets/common/forms.sass */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=password]:focus, input[type=number]:focus {
  outline: none;
}

/* line 83, /app/app/assets/stylesheets/common/forms.sass */
.artsy_placeholder {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 87, /app/app/assets/stylesheets/common/forms.sass */
a.black-button {
  display: inline-block;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  background: none;
  border: 0;
  font-weight: normal;
  margin: 0;
  background-color: black;
  text-decoration: none !important;
  color: white;
  cursor: pointer;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  padding: 10px 42px 8px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}
/* line 103, /app/app/assets/stylesheets/common/forms.sass */
a.black-button:hover {
  background-color: #6a00cc;
}
/* line 105, /app/app/assets/stylesheets/common/forms.sass */
a.black-button.loading {
  background: #EFEFEF;
  text-align: center;
  color: transparent;
}
/* line 109, /app/app/assets/stylesheets/common/forms.sass */
a.black-button.loading:after {
  content: "";
}
/* line 111, /app/app/assets/stylesheets/common/forms.sass */
a.black-button .spinner_container {
  padding-left: 50%;
}
/* line 113, /app/app/assets/stylesheets/common/forms.sass */
a.black-button .spinner {
  height: 25px;
  width: 25px;
  margin-left: -6px;
  background-color: transparent;
  position: absolute;
  margin-top: -5px;
}

/* line 122, /app/app/assets/stylesheets/common/forms.sass */
button, a.button, input[type=button], input[type=submit] {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  font: 13px Arial, Verdana, sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px 1px #FFF;
  color: #4c4c4c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px #cccccc solid;
  padding: 4px 20px;
  margin-right: 5px;
  cursor: pointer;
  text-decoration: none;
}
/* line 134, /app/app/assets/stylesheets/common/forms.sass */
button.blank, a.button.blank, input[type=button].blank, input[type=submit].blank {
  text-shadow: 0px 0px 0px #FFF;
  color: #000;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: none;
  border: 1px solid #E5E5E5;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  display: inline-block;
  padding: 6px 10px;
  cursor: pointer;
  background-color: white;
  -moz-transition: all 0.26s ease-in-out;
  -o-transition: all 0.26s ease-in-out;
  -webkit-transition: all 0.26s ease-in-out;
  transition: all 0.26s ease-in-out;
}
/* line 146, /app/app/assets/stylesheets/common/forms.sass */
button.blank:hover, a.button.blank:hover, input[type=button].blank:hover, input[type=submit].blank:hover {
  background-color: #540ba9;
  color: white;
  border-color: #540ba9;
}
/* line 150, /app/app/assets/stylesheets/common/forms.sass */
button.blank.large, a.button.blank.large, input[type=button].blank.large, input[type=submit].blank.large {
  margin-top: 50px;
  width: 400px;
  padding: 20px;
  font-size: 18px;
}
/* line 155, /app/app/assets/stylesheets/common/forms.sass */
button.loading, a.button.loading, input[type=button].loading, input[type=submit].loading {
  background: #e6e6e6;
  -moz-background-origin: padding;
  -o-background-origin: padding-box;
  -webkit-background-origin: padding;
  background-origin: padding-box;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  color: #cccccc;
}
/* line 162, /app/app/assets/stylesheets/common/forms.sass */
button.loading:after, a.button.loading:after, input[type=button].loading:after, input[type=submit].loading:after {
  padding-left: 5px;
  content: url(/assets/shared/spinners/spinner_b_g-b47998b5c5d9a89620828fecc9f0c34f624647e942d13443987fcf1045df8390.gif);
}
/* line 165, /app/app/assets/stylesheets/common/forms.sass */
button.saved, a.button.saved, input[type=button].saved, input[type=submit].saved {
  -moz-background-origin: padding;
  -o-background-origin: padding-box;
  -webkit-background-origin: padding;
  background-origin: padding-box;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM0Y2UwMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJkOGMwMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #34ce02), color-stop(100%, #2d8c01));
  background-image: -moz-linear-gradient(top, #34ce02, #2d8c01);
  background-image: -webkit-linear-gradient(top, #34ce02, #2d8c01);
  background-image: linear-gradient(to bottom, #34ce02, #2d8c01);
  border: 1px solid #186200;
  padding-right: 5px;
  padding-left: 5px;
  text-align: left;
  text-shadow: rgba(0, 0, 0, 0.5) -1px -1px 0;
  color: white;
}
/* line 174, /app/app/assets/stylesheets/common/forms.sass */
button.saved:after, a.button.saved:after, input[type=button].saved:after, input[type=submit].saved:after {
  padding-left: 5px;
}
/* line 177, /app/app/assets/stylesheets/common/forms.sass */
button:focus, a.button:focus, input[type=button]:focus, input[type=submit]:focus {
  outline: none;
}
/* line 179, /app/app/assets/stylesheets/common/forms.sass */
button:disabled, button.disabled, a.button:disabled, a.button.disabled, input[type=button]:disabled, input[type=button].disabled, input[type=submit]:disabled, input[type=submit].disabled {
  background: #e6e6e6;
  color: #cccccc;
}
/* line 182, /app/app/assets/stylesheets/common/forms.sass */
button.text, a.button.text, input[type=button].text, input[type=submit].text {
  display: block;
  float: right;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  background: none;
  border: 0;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
/* line 191, /app/app/assets/stylesheets/common/forms.sass */
button.text.block, a.button.text.block, input[type=button].text.block, input[type=submit].text.block {
  padding: 15px;
  background-color: #EFEFEF;
  color: #060606;
  cursor: pointer;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
/* line 200, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.plain, a.button.text.block.plain, input[type=button].text.block.plain, input[type=submit].text.block.plain {
  background-color: #ffffff;
}
/* line 202, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.plain:hover, a.button.text.block.plain:hover, input[type=button].text.block.plain:hover, input[type=submit].text.block.plain:hover {
  background-color: #ffffff;
  text-decoration: underline;
}
/* line 205, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.plain.loading, a.button.text.block.plain.loading, input[type=button].text.block.plain.loading, input[type=submit].text.block.plain.loading {
  background-color: #ffffff;
}
/* line 207, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.dark, a.button.text.block.dark, input[type=button].text.block.dark, input[type=submit].text.block.dark {
  padding: 5px 10px;
  color: white;
  margin-right: 8px;
  background-color: black;
}
/* line 212, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.dark:hover, a.button.text.block.dark:hover, input[type=button].text.block.dark:hover, input[type=submit].text.block.dark:hover {
  background-color: #6a00cc;
}
/* line 214, /app/app/assets/stylesheets/common/forms.sass */
button.text.block:hover, a.button.text.block:hover, input[type=button].text.block:hover, input[type=submit].text.block:hover {
  background-color: #DBDBDB;
}
/* line 216, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.loading, a.button.text.block.loading, input[type=button].text.block.loading, input[type=submit].text.block.loading {
  background: #EFEFEF;
  text-align: center;
  color: #cccccc;
}
/* line 220, /app/app/assets/stylesheets/common/forms.sass */
button.text.block.loading:after, a.button.text.block.loading:after, input[type=button].text.block.loading:after, input[type=submit].text.block.loading:after {
  content: "";
}
/* line 222, /app/app/assets/stylesheets/common/forms.sass */
button.text.block .spinner_container, a.button.text.block .spinner_container, input[type=button].text.block .spinner_container, input[type=submit].text.block .spinner_container {
  padding-left: 50%;
}
/* line 224, /app/app/assets/stylesheets/common/forms.sass */
button.text.block .spinner, a.button.text.block .spinner, input[type=button].text.block .spinner, input[type=submit].text.block .spinner {
  height: 25px;
  width: 25px;
  margin-left: -6px;
  background-color: transparent;
  position: absolute;
  margin-top: -5px;
}
/* line 5, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /usr/local/bundle/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 8, /app/app/assets/stylesheets/common/global.sass */
body {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 1.4em;
  font-size: 12px;
  font-weight: normal;
  color: #000;
  background: #fff;
  text-rendering: optimizeLegibility;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 body {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading body {
  color: #fff;
}
/* line 16, /app/app/assets/stylesheets/common/global.sass */
body.no_position_fixed {
  /* hide view in room */
}
/* line 18, /app/app/assets/stylesheets/common/global.sass */
body.no_position_fixed #artwork_detail #info_panel ul.actions li.room {
  display: none;
}

/* line 23, /app/app/assets/stylesheets/common/global.sass */
p {
  margin: 1.4em 0;
}

/* line 26, /app/app/assets/stylesheets/common/global.sass */
em {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-style: italic;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  font-size: inherit;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 em {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading em {
  color: #fff;
}

/* line 31, /app/app/assets/stylesheets/common/global.sass */
strong {
  font-weight: bold;
}

/* line 34, /app/app/assets/stylesheets/common/global.sass */
a {
  color: #000;
}

/* line 37, /app/app/assets/stylesheets/common/global.sass */
mark {
  background: none;
}

/* line 40, /app/app/assets/stylesheets/common/global.sass */
textarea {
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  resize: none;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 textarea {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading textarea {
  color: #fff;
}

/* line 44, /app/app/assets/stylesheets/common/global.sass */
.clear {
  overflow: hidden;
  *zoom: 1;
}

/* line 48, /app/app/assets/stylesheets/common/global.sass */
.hide {
  display: none !important;
  opacity: 0 !important;
}

/* line 53, /app/app/assets/stylesheets/common/global.sass */
.fadeable {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: "opacity" 0.26s linear;
  -o-transition: "opacity" 0.26s linear;
  -webkit-transition: "opacity" 0.26s linear;
  transition: "opacity" 0.26s linear;
}

/* line 56, /app/app/assets/stylesheets/common/global.sass */
.fade_out {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: "opacity" 1s linear;
  -o-transition: "opacity" 1s linear;
  -webkit-transition: "opacity" 1s linear;
  transition: "opacity" 1s linear;
}

/* line 61, /app/app/assets/stylesheets/common/global.sass */
#scripts {
  display: none;
}

/* line 64, /app/app/assets/stylesheets/common/global.sass */
.exception {
  color: #FF0000;
  font-weight: 900;
  margin-top: 10px;
}

/* line 68, /app/app/assets/stylesheets/common/global.sass */
.backtrace {
  margin-left: 10px;
  margin-top: 10px;
}

/* line 73, /app/app/assets/stylesheets/common/global.sass */
.placeholder {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* line 78, /app/app/assets/stylesheets/common/global.sass */
.faux-underline {
  display: inline;
  position: relative;
  text-decoration: none;
}
/* line 83, /app/app/assets/stylesheets/common/global.sass */
.faux-underline:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 0.15em;
  border-bottom: 1px solid #777;
  color: #505050;
}
/* line 94, /app/app/assets/stylesheets/common/global.sass */
.faux-underline:hover {
  text-decoration: none;
}

/* line 98, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-hover {
  display: inline;
  position: relative;
  text-decoration: none;
}
/* line 103, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-hover:hover:before, .faux-underline-hover:focus:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 0.2em;
  border-bottom: 1px solid #777;
  color: #505050;
}

/* line 116, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-large {
  display: inline;
  position: relative;
  text-decoration: none;
}
/* line 120, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-large:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 0.4em;
  border-bottom: 2px solid #333;
  color: #505050;
}
/* line 131, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-large:hover {
  text-decoration: none;
}

/* line 136, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-hover-large {
  display: inline;
  position: relative;
  text-decoration: none;
}
/* line 141, /app/app/assets/stylesheets/common/global.sass */
.faux-underline-hover-large:hover:before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  margin-top: 0.3em;
  border-bottom: 2px solid #333;
  color: #505050;
}
/* line 25, /app/app/assets/stylesheets/common/header.sass */
header.app {
  background-color: #fff;
  border-bottom: 1px solid #E5E5E5;
  height: 50px;
  min-width: 1024px;
  width: 100%;
  position: fixed;
  -moz-transition: "top, border" 0.26s;
  -o-transition: "top, border" 0.26s;
  -webkit-transition: "top, border" 0.26s;
  transition: "top, border" 0.26s;
  top: 0;
  z-index: 6;
}
/* line 31, /app/app/assets/stylesheets/common/header.sass */
header.app.on {
  border-bottom: 1px solid #000;
}
/* line 35, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent {
  background-color: transparent;
}
/* line 37, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent ul.nav li.artsy.on {
  background-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* line 41, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream {
  border-color: #C2B09B;
}
/* line 43, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream ul.nav li.artsy.on {
  border-right-color: #C2B09B;
}
/* line 45, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream ul.nav li.artsy.on:hover {
  border-color: #C2B09B;
}
/* line 49, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream ul.nav.left li.search, header.app.transparent.cream ul.nav.left li.blurred {
  border-color: #C2B09B;
}
/* line 52, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream ul.nav.right li {
  border-color: #C2B09B;
}
/* line 54, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream ul.nav.right li.browse:hover {
  border-color: #C2B09B;
}
/* line 56, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.cream ul.nav.right li.browse:hover.on {
  border-color: black;
}
/* line 58, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black {
  border-color: rgba(201, 220, 224, 0.3);
}
/* line 60, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav li.artsy.on {
  border-color: rgba(201, 220, 224, 0.3);
  border-top-color: transparent;
  border-bottom-color: transparent;
}
/* line 67, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.left li.artsy:hover {
  border-color: white;
}
/* line 69, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.left li.search, header.app.transparent.black ul.nav.left li.blurred {
  border-color: rgba(201, 220, 224, 0.3);
}
/* line 71, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.left li.search.on, header.app.transparent.black ul.nav.left li.search.transition, header.app.transparent.black ul.nav.left li.search:hover, header.app.transparent.black ul.nav.left li.blurred.on, header.app.transparent.black ul.nav.left li.blurred.transition, header.app.transparent.black ul.nav.left li.blurred:hover {
  border-color: white;
}
/* line 73, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.left li.search .hint, header.app.transparent.black ul.nav.left li.search input, header.app.transparent.black ul.nav.left li.blurred .hint, header.app.transparent.black ul.nav.left li.blurred input {
  color: white;
}
/* line 76, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li {
  border-color: rgba(201, 220, 224, 0.3);
}
/* line 77, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li a {
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  color: white;
}
/* line 81, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li.on {
  border-color: black;
}
/* line 85, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li:first-child.on:hover {
  border-color: black;
}
/* line 87, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li:hover {
  border-color: white;
}
/* line 90, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li:first-child:hover {
  border-color: white;
}
/* line 93, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li.user.over {
  background-color: #333;
}
/* line 95, /app/app/assets/stylesheets/common/header.sass */
header.app.transparent.black ul.nav.right li.user.over a {
  color: white;
}
/* line 98, /app/app/assets/stylesheets/common/header.sass */
header.app.hidden {
  top: -55px;
}
/* line 100, /app/app/assets/stylesheets/common/header.sass */
header.app.no_transition {
  -moz-transition: "none" 0s;
  -o-transition: "none" 0s;
  -webkit-transition: "none" 0s;
  transition: "none" 0s;
}
/* line 104, /app/app/assets/stylesheets/common/header.sass */
header.app .mark {
  color: #000;
  display: block;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  height: 32px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 6px;
  background-repeat: no-repeat;
  background-position: 12px 9px;
}
/* line 111, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav {
  height: 50px;
  position: absolute;
  top: 0px;
  z-index: 2;
}
/* line 116, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav.left {
  left: 0px;
}
/* line 118, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav.right {
  right: 0px;
  z-index: 1;
}
/* line 123, /app/app/assets/stylesheets/common/header.sass */
.ie8 header.app ul.nav.right a {
  background: #fff;
}
/* line 125, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li {
  border-right: 1px solid #E5E5E5;
  float: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: "opacity, background-color" 0.16s;
  -o-transition: "opacity, background-color" 0.16s;
  -webkit-transition: "opacity, background-color" 0.16s;
  transition: "opacity, background-color" 0.16s;
}
/* line 130, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li a {
  color: #000;
  display: block;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  height: 32px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
}
/* line 132, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li a:focus {
  outline: none;
}
/* line 134, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li:last-child, header.app ul.nav li.last {
  border-right: none;
}
/* line 136, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li:last-child:hover, header.app ul.nav li.last:hover {
  border-right: none;
}
/* line 138, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li:last-child:hover a, header.app ul.nav li.last:hover a {
  margin-right: 0px;
}
/* line 140, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li:last-child a, header.app ul.nav li.last a {
  margin-right: 0px;
}
/* line 142, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.on {
  background-color: #000;
  -moz-transition: "color" 0.5s;
  -o-transition: "color" 0.5s;
  -webkit-transition: "color" 0.5s;
  transition: "color" 0.5s;
}
/* line 145, /app/app/assets/stylesheets/common/header.sass */
.perf_test header.app ul.nav li.on {
  -moz-transition: "opacity" 0.2s;
  -o-transition: "opacity" 0.2s;
  -webkit-transition: "opacity" 0.2s;
  transition: "opacity" 0.2s;
}
/* line 147, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.on a {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}
/* line 150, /app/app/assets/stylesheets/common/header.sass */
.ie8 header.app ul.nav li.on a {
  background: #000;
}
/* line 153, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.sign_up.on {
  margin-right: -1px;
}
/* line 156, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.active a {
  color: #6A0BC1;
  -moz-transition: "color" 0.5s;
  -o-transition: "color" 0.5s;
  -webkit-transition: "color" 0.5s;
  transition: "color" 0.5s;
}
/* line 159, /app/app/assets/stylesheets/common/header.sass */
.ie8 header.app ul.nav li.active a {
  background: #fff;
}
/* line 161, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li:hover, header.app ul.nav li.on {
  border: 3px solid #000;
}
/* line 163, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li:hover a, header.app ul.nav li.on a {
  height: 29px;
  margin-right: 1px;
  padding-left: 17px;
  padding-top: 15px;
  padding-right: 17px;
}
/* line 172, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.artsy a {
  height: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 56px;
  -moz-transition: "background-image" 0.5s;
  -o-transition: "background-image" 0.5s;
  -webkit-transition: "background-image" 0.5s;
  transition: "background-image" 0.5s;
}
/* line 179, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.artsy:hover {
  border-left: none;
}
/* line 181, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.artsy:hover a {
  background-position: 12px 6px;
  height: 29px;
  width: 53px;
}
/* line 185, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.artsy.on {
  background-color: #fff;
  border-left: none;
  border-color: #fff;
  border-right: 1px solid #E5E5E5;
}
/* line 190, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.artsy.on:hover {
  border-color: #000;
  border-right-width: 3px;
  width: 54px;
}
/* line 194, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.artsy.on a {
  background-position: 12px 6px;
  height: 29px;
  width: 55px;
}
/* line 198, /app/app/assets/stylesheets/common/header.sass */
.ie8 header.app ul.nav li.artsy.on a {
  background-color: #fff;
}
/* line 202, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.filter.on {
  border-color: #6a00cc;
  background-color: #6a00cc;
}
/* line 205, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.filter.on a {
  color: #fff;
}
/* line 207, /app/app/assets/stylesheets/common/header.sass */
.ie8 header.app ul.nav li.filter.on a {
  background-color: #6a00cc;
}
/* line 211, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav.right li:first-child {
  border-left: 1px solid #E5E5E5;
}
/* line 213, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav.right li:first-child:hover, header.app ul.nav.right li:first-child.on {
  border: 3px solid #000;
}
/* line 216, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.search {
  border-right: 0px solid #E5E5E5;
  height: 50px;
  margin: 0px;
  padding: 0;
}
/* line 221, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.search input {
  position: relative;
  padding: 15px 20px;
  top: 0px;
  left: 0px;
  margin: 0px;
  background-color: transparent;
  border: none;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  font-size: 16px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 header.app ul.nav li.search input {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading header.app ul.nav li.search input {
  color: #fff;
}
/* line 233, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.search .hint {
  color: #000;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  font-size: 16px;
  margin-left: 22px;
  margin-top: 19px;
  position: absolute;
  display: none;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 header.app ul.nav li.search .hint {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading header.app ul.nav li.search .hint {
  color: #fff;
}
/* line 241, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.search:hover {
  border: none;
  margin-right: 0px;
  padding-right: 0px;
}
/* line 246, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.empty .hint {
  display: block;
}
/* line 249, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.sign_up:hover {
  border-right: 3px solid #000;
}
/* line 251, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.sign_up:hover.on {
  padding-right: 1px;
}
/* line 255, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.user {
  min-width: 150px;
  border-right: 0;
}
/* line 258, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.user.over {
  background-color: #efefef;
}
/* line 260, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.user:hover {
  border: none;
}
/* line 262, /app/app/assets/stylesheets/common/header.sass */
header.app ul.nav li.user:hover a {
  color: #000;
  display: block;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  height: 32px;
  padding-top: 18px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
}

/* line 268, /app/app/assets/stylesheets/common/header.sass */
body.minimal_header header.public > .left, body.minimal_header header.public > .right {
  display: none;
}
/* line 3, /app/app/assets/stylesheets/public/home.sass */
#home {
  text-align: center;
  max-width: 420px;
  width: 90%;
  margin: 0px auto;
}
/* line 8, /app/app/assets/stylesheets/public/home.sass */
#home h1 {
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
}
/* line 10, /app/app/assets/stylesheets/public/home.sass */
#home h2 {
  text-transform: uppercase;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  margin-top: 65px;
  margin-bottom: 9px;
  letter-spacing: 1px;
  font-size: 15px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 #home h2 {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading #home h2 {
  color: #fff;
}
/* line 17, /app/app/assets/stylesheets/public/home.sass */
#home .button {
  width: 100%;
  display: block;
  padding: 10px 0px;
  margin: 10px 0px;
}
/* line 22, /app/app/assets/stylesheets/public/home.sass */
#home .errors {
  display: none;
}
/* line 24, /app/app/assets/stylesheets/public/home.sass */
#home .error_message {
  color: #FF3F3F;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/* line 3, /app/app/assets/stylesheets/public/login.sass */
.login_form {
  max-width: 420px;
  width: 90%;
  margin: 0px auto;
}
/* line 9, /app/app/assets/stylesheets/public/login.sass */
.login_form input[type=text], .login_form input[type=email], .login_form input[type=password] {
  -webkit-appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-transition: "border-color" 2s;
  -o-transition: "border-color" 2s;
  -webkit-transition: "border-color" 2s;
  transition: "border-color" 2s;
  padding: 12px 8px 8px 8px;
}
/* line 14, /app/app/assets/stylesheets/public/login.sass */
.login_form input[type=text].highlight, .login_form input[type=text]:focus, .login_form input[type=email].highlight, .login_form input[type=email]:focus, .login_form input[type=password].highlight, .login_form input[type=password]:focus {
  border-color: #6A0BC1;
}
/* line 17, /app/app/assets/stylesheets/public/login.sass */
.login_form button {
  -moz-transition: "color" 0.3s;
  -o-transition: "color" 0.3s;
  -webkit-transition: "color" 0.3s;
  transition: "color" 0.3s;
}
/* line 19, /app/app/assets/stylesheets/public/login.sass */
.login_form button.busy {
  background-color: #6A0BC1 !important;
  color: transparent !important;
}
/* line 22, /app/app/assets/stylesheets/public/login.sass */
.login_form button:hover, .login_form button:focus {
  background-color: #6A0BC1 !important;
}
/* line 25, /app/app/assets/stylesheets/public/login.sass */
.login_form .horizontal-rule-or {
  position: relative;
  height: 1px;
  background-color: #E5E5E5;
  border: none;
  margin: 30px 0;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-transform: uppercase;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .login_form .horizontal-rule-or {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .login_form .horizontal-rule-or {
  color: #fff;
}
/* line 33, /app/app/assets/stylesheets/public/login.sass */
.login_form .horizontal-rule-or:after {
  position: absolute;
  display: block;
  content: "or";
  top: 0;
  left: 50%;
  width: 50px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  margin-left: -25px;
  text-align: center;
  background-color: #FFF;
}
/* line 47, /app/app/assets/stylesheets/public/login.sass */
.login_form .bottom-text {
  padding: 0px;
  text-align: center;
  clear: both;
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0px;
}
/* line 55, /app/app/assets/stylesheets/public/login.sass */
.login_form .bottom-text a {
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 150%;
  font-size: 16px;
}
/* line 62, /app/app/assets/stylesheets/public/login.sass */
.login_form .login_providers {
  margin-top: 60px;
}
/* line 65, /app/app/assets/stylesheets/public/login.sass */
.login_form .message {
  width: 100%;
  text-align: center;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 29px;
  margin-top: 29px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .login_form .message {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .login_form .message {
  color: #fff;
}
/* line 75, /app/app/assets/stylesheets/public/login.sass */
.login_form .hidden, .login_form .confirmation_sent {
  display: none;
}
/* line 78, /app/app/assets/stylesheets/public/login.sass */
.login_form .errors {
  display: none;
}
/* line 81, /app/app/assets/stylesheets/public/login.sass */
.login_form .error_message {
  color: #FF3F3F;
  position: relative;
  position: absolute;
  top: 138px;
  left: 0px;
  width: 100%;
  text-align: center;
}
/* line 89, /app/app/assets/stylesheets/public/login.sass */
.login_form .error_message p {
  width: 100%;
  text-align: center;
  position: absolute;
  margin: 0;
  font-weight: bold;
  font-size: 12pt;
}
/* line 96, /app/app/assets/stylesheets/public/login.sass */
.login_form .error_message a {
  color: #FF3F3F;
  font-style: normal;
  cursor: pointer;
  text-decoration: underline;
}
/* line 101, /app/app/assets/stylesheets/public/login.sass */
.login_form .error_message a:before {
  height: 0.8em;
}
/* line 105, /app/app/assets/stylesheets/public/login.sass */
.login_form form {
  position: relative;
}
/* line 107, /app/app/assets/stylesheets/public/login.sass */
.login_form form input[type=email], .login_form form input[type=password] {
  background-color: white;
  padding: 11px 11px 7px 11px;
  width: 100%;
}
/* line 111, /app/app/assets/stylesheets/public/login.sass */
.login_form form input[type=email]:focus, .login_form form input[type=password]:focus {
  border-color: #727272;
}
/* line 114, /app/app/assets/stylesheets/public/login.sass */
.login_form form button {
  width: 100%;
}
/* line 117, /app/app/assets/stylesheets/public/login.sass */
.login_form form .forgot {
  display: none;
}
/* line 121, /app/app/assets/stylesheets/public/login.sass */
.login_form form .checkbox_container {
  float: left;
  cursor: pointer;
  margin-top: 7px;
}
/* line 125, /app/app/assets/stylesheets/public/login.sass */
.login_form form .checkbox_container input {
  margin-left: 0px;
}
/* line 127, /app/app/assets/stylesheets/public/login.sass */
.login_form form .checkbox_container label.checkbox {
  display: inline;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .login_form form .checkbox_container label.checkbox {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .login_form form .checkbox_container label.checkbox {
  color: #fff;
}
/* line 132, /app/app/assets/stylesheets/public/login.sass */
.login_form form a.forgot_password {
  float: right;
  margin-top: 2px;
  line-height: 150%;
}
/* line 137, /app/app/assets/stylesheets/public/login.sass */
.login_form form a.forgot_password, .login_form form a.back_to_login {
  text-align: center;
  display: inline-block;
  width: auto;
  text-align: left;
  cursor: pointer;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .login_form form a.forgot_password, .ie8 .login_form form a.back_to_login {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .login_form form a.forgot_password, .wf-loading .login_form form a.back_to_login {
  color: #fff;
}
/* line 145, /app/app/assets/stylesheets/public/login.sass */
.login_form form .mobile_warning {
  display: none;
  color: #c73030;
}
/* line 149, /app/app/assets/stylesheets/public/login.sass */
.login_form .confirmation_sent {
  text-align: center;
  margin-top: 1.4em;
}
/* line 152, /app/app/assets/stylesheets/public/login.sass */
.login_form .confirmation_sent h3 {
  font-size: 25px;
  margin-top: 75px;
  margin-bottom: 56px;
  line-height: 148%;
}
/* line 158, /app/app/assets/stylesheets/public/login.sass */
.login_form .confirmation_sent a.back_to_login {
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  line-height: 150%;
  font-size: 16px;
}
/* line 166, /app/app/assets/stylesheets/public/login.sass */
.login_form .artsy_placeholder_wrapper {
  margin-bottom: 10px;
}
/* line 169, /app/app/assets/stylesheets/public/login.sass */
.login_form .artsy_placeholder {
  padding: 10px;
  padding-left: 13px;
  margin-top: 6px;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .login_form .artsy_placeholder {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .login_form .artsy_placeholder {
  color: #fff;
}
/* line 174, /app/app/assets/stylesheets/public/login.sass */
.ie .login_form .artsy_placeholder {
  margin-top: 0px;
}
/* line 179, /app/app/assets/stylesheets/public/login.sass */
.login_form .social_providers a {
  display: block;
  background-color: black;
  background-repeat: no-repeat;
  width: 200px;
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  text-align: center;
  padding: 12px 0px 12px 0px;
  margin-bottom: 10px;
  height: 20px;
  font-family: "AvantGardeGothicITCW01D 731075", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 160%;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  font-smooth: subpixel-antialiased;
  font-size: 13px;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  line-height: 24px;
  outline: none;
  width: 100%;
}
/* line 197, /app/app/assets/stylesheets/public/login.sass */
.login_form .social_providers a.enter_with_facebook {
  background-position: 106px center;
  margin-bottom: 12px;
}
/* line 200, /app/app/assets/stylesheets/public/login.sass */
.login_form .social_providers a.enter_with_twitter {
  background-position: 112px center;
}
/* line 202, /app/app/assets/stylesheets/public/login.sass */
.login_form .social_providers a.mobile {
  display: none;
}
/* line 204, /app/app/assets/stylesheets/public/login.sass */
.login_form .social_providers a:focus, .login_form .social_providers a:hover {
  background-color: #6A0BC1;
}
/* line 206, /app/app/assets/stylesheets/public/login.sass */
.login_form .social_providers a img {
  margin: 0 6px -2px 0;
}
/* line 209, /app/app/assets/stylesheets/public/login.sass */
.login_form button.text.block.dark {
  padding: 14px 0 10px 0;
  margin: 0px 0px 6px 0px;
}
/* line 3, /app/app/assets/stylesheets/public/logout.sass */
.logout_form {
  max-width: 420px;
  width: 90%;
  margin: 0px auto;
}
/* line 8, /app/app/assets/stylesheets/public/logout.sass */
.logout_form .message {
  width: 100%;
  text-align: center;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 20px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .logout_form .message {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .logout_form .message {
  color: #fff;
}
/* line 18, /app/app/assets/stylesheets/public/logout.sass */
.logout_form .hidden {
  display: none;
}
/* line 21, /app/app/assets/stylesheets/public/logout.sass */
.logout_form button {
  -moz-transition: "color" 0.3s;
  -o-transition: "color" 0.3s;
  -webkit-transition: "color" 0.3s;
  transition: "color" 0.3s;
}
/* line 23, /app/app/assets/stylesheets/public/logout.sass */
.logout_form button.busy {
  background-color: #6A0BC1 !important;
  color: transparent !important;
}
/* line 26, /app/app/assets/stylesheets/public/logout.sass */
.logout_form button:hover, .logout_form button:focus {
  background-color: #6A0BC1 !important;
}
/* line 29, /app/app/assets/stylesheets/public/logout.sass */
.logout_form form {
  position: relative;
}
/* line 32, /app/app/assets/stylesheets/public/logout.sass */
.logout_form form a {
  width: 100%;
  text-align: center;
  display: inline-block;
}
/* line 37, /app/app/assets/stylesheets/public/logout.sass */
.logout_form form .cancel {
  cursor: pointer;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  margin-top: 20px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .logout_form form .cancel {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .logout_form form .cancel {
  color: #fff;
}
/* line 42, /app/app/assets/stylesheets/public/logout.sass */
.logout_form form button {
  width: 100%;
}
/* line 45, /app/app/assets/stylesheets/public/logout.sass */
.logout_form .errors {
  display: none;
}
/* line 48, /app/app/assets/stylesheets/public/logout.sass */
.logout_form .error_message {
  color: #FF3F3F;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/* line 55, /app/app/assets/stylesheets/public/logout.sass */
.logout_form button.text.block.dark {
  padding: 14px 0 10px 0;
  margin: 0px 0px 6px 0px;
}
/* line 3, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors, .second_factor_verify, .second_factor_backups {
  overflow: hidden;
  *zoom: 1;
  height: auto;
  margin: 50px auto 0 auto;
  padding-top: 10px;
  max-width: 420px;
  min-height: 100%;
}
/* line 12, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .flash, .second_factor_verify .flash, .second_factor_backups .flash {
  margin-bottom: 20px;
}
/* line 15, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .flash .error, .second_factors .flash .notice, .second_factor_verify .flash .error, .second_factor_verify .flash .notice, .second_factor_backups .flash .error, .second_factor_backups .flash .notice {
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
/* line 21, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .flash .error, .second_factor_verify .flash .error, .second_factor_backups .flash .error {
  color: #FF3F3F;
}
/* line 24, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .flash .notice, .second_factor_verify .flash .notice, .second_factor_backups .flash .notice {
  color: #0EDA83;
}
/* line 27, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors h1, .second_factor_verify h1, .second_factor_backups h1 {
  font-size: 24px;
  padding-bottom: 10px;
}
/* line 31, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors h2, .second_factor_verify h2, .second_factor_backups h2 {
  font-size: 20px;
  padding-bottom: 10px;
}
/* line 35, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors hr, .second_factor_verify hr, .second_factor_backups hr {
  margin: 20px 0;
}
/* line 38, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors section.second_factors, .second_factor_verify section.second_factors, .second_factor_backups section.second_factors {
  margin-top: 30px;
}
/* line 41, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .qr_code, .second_factor_verify .qr_code, .second_factor_backups .qr_code {
  display: flex;
}
/* line 44, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .qr_code svg, .second_factor_verify .qr_code svg, .second_factor_backups .qr_code svg {
  border: 1px solid #888;
  margin: 0 auto;
  padding: 10px;
}
/* line 49, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .second_factor, .second_factor_verify .second_factor, .second_factor_backups .second_factor {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
}
/* line 55, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .second_factor .name, .second_factors .second_factor .status, .second_factor_verify .second_factor .name, .second_factor_verify .second_factor .status, .second_factor_backups .second_factor .name, .second_factor_backups .second_factor .status {
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-basis: 100%;
}
/* line 61, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .second_factor .name span, .second_factors .second_factor .status span, .second_factor_verify .second_factor .name span, .second_factor_verify .second_factor .status span, .second_factor_backups .second_factor .name span, .second_factor_backups .second_factor .status span {
  font-size: 16px;
}
/* line 65, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .backups ul, .second_factor_verify .backups ul, .second_factor_backups .backups ul {
  height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
/* line 71, /app/app/assets/stylesheets/public/second_factors.sass */
.second_factors .backups ul li, .second_factor_verify .backups ul li, .second_factor_backups .backups ul li {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
}
/* line 3, /app/app/assets/stylesheets/public/trust.sass */
.trust_form {
  max-width: 420px;
  width: 90%;
  margin: 0px auto;
}
/* line 8, /app/app/assets/stylesheets/public/trust.sass */
.trust_form .message {
  width: 100%;
  text-align: center;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  margin-top: 19px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .trust_form .message {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .trust_form .message {
  color: #fff;
}
/* line 17, /app/app/assets/stylesheets/public/trust.sass */
.trust_form .name {
  color: #873ff0;
  font-weight: bold;
}
/* line 21, /app/app/assets/stylesheets/public/trust.sass */
.trust_form .note {
  width: 100%;
  text-align: center;
  margin-bottom: 19px;
}
/* line 26, /app/app/assets/stylesheets/public/trust.sass */
.trust_form button {
  -moz-transition: "color" 0.3s;
  -o-transition: "color" 0.3s;
  -webkit-transition: "color" 0.3s;
  transition: "color" 0.3s;
}
/* line 28, /app/app/assets/stylesheets/public/trust.sass */
.trust_form button.busy {
  background-color: #6A0BC1 !important;
  color: transparent !important;
}
/* line 31, /app/app/assets/stylesheets/public/trust.sass */
.trust_form button:hover, .trust_form button:focus {
  background-color: #6A0BC1 !important;
}
/* line 34, /app/app/assets/stylesheets/public/trust.sass */
.trust_form .hidden {
  display: none;
}
/* line 38, /app/app/assets/stylesheets/public/trust.sass */
.trust_form form {
  position: relative;
}
/* line 41, /app/app/assets/stylesheets/public/trust.sass */
.trust_form form button {
  width: 100%;
}
/* line 44, /app/app/assets/stylesheets/public/trust.sass */
.trust_form form a.back_to_safety {
  width: 100%;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-family: "Adobe Garamond W08", Georgia, Serif;
  font-style: normal;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  font-smooth: antialiased;
  margin-top: 20px;
}
/* line 108, /app/app/assets/stylesheets/_base.sass */
.ie8 .trust_form form a.back_to_safety {
  font-family: Garamond, EB Garamond, Georgia, serif;
}
/* line 117, /app/app/assets/stylesheets/_base.sass */
.wf-loading .trust_form form a.back_to_safety {
  color: #fff;
}
/* line 52, /app/app/assets/stylesheets/public/trust.sass */
.trust_form button.text.block.dark {
  padding: 14px 0 10px 0;
  margin: 0px 0px 6px 0px;
}
/*




 */

