/* BassCSS Breakpoints */
/* Globals */
/* Colors */
h1, h2, h3, h4, h5, h6, p, li, input, select {
  font-size: 25px;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 64em) {
  h1, h2, h3, h4, h5, h6, p, li, input, select {
    font-size: 35px;
  }
}

.small {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 20px;
}
@media (min-width: 64em) {
  .small {
    font-size: 25px;
    letter-spacing: 2px;
  }
}

p, li, a {
  letter-spacing: 0.077px;
  line-height: 32px;
}
@media (min-width: 64em) {
  p, li, a {
    letter-spacing: 0.77px;
    line-height: 48px;
  }
}

h1, h2, h3, h4, h5, h6 {
  line-height: 32px;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.height-100 {
  height: 100%;
}

.full {
  width: 100%;
}

.footer-room {
  margin-bottom: 575px;
}
@media (min-width: 40em) {
  .footer-room {
    margin-bottom: 277px;
  }
}

.site-min-height {
  min-height: 100vh;
}

.route-padding-top {
  padding-top: 5rem;
}
@media (min-width: 52em) {
  .route-padding-top {
    padding-top: 8rem;
  }
}

@media (min-width: 52em) {
  .md-center {
    text-align: center;
  }
}

.mt-footer-height {
  margin-top: 277px;
}

.pointer {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.pointer-auto {
  pointer-events: auto;
}

.grow-1 {
  flex-grow: 1;
}

@media (min-width: 52em) {
  .p4-medium-up {
    padding: 4rem;
  }
}

.pt1-1_2 {
  padding-top: 1.5rem;
}

.md-p4 {
  padding: 0;
}
@media (min-width: 52em) {
  .md-p4 {
    padding: 2rem;
  }
}

.md-py4 {
  padding: 0;
}
@media (min-width: 52em) {
  .md-py4 {
    padding: 2rem 0;
  }
}

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.link-style {
  border-bottom: solid 1px;
  padding-bottom: 2px;
  display: inline-block;
}

.link-thin {
  border-bottom: solid 1px;
}

.overflow-auto {
  overflow: auto;
}

.hanging-indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.footer-spacer {
  height: 575px;
  background: transparent;
}
@media (min-width: 40em) {
  .footer-spacer {
    height: 277px;
  }
}

.transform-3d {
  -webkit-transform: translate3d(0, 0, 0);
}

.shadow {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
}

.image-gradient {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(168, 168, 168, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(168, 168, 168, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(168, 168, 168, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}

.hide {
  opacity: 0;
  visibility: hidden;
}

.black {
  color: #000;
}

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

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

.stroke-black {
  stroke: #000;
}

.white {
  color: #fff;
}

.bg-white {
  background-color: #fff;
}

.border-white {
  border-color: #fff;
}

.stroke-white {
  stroke: #fff;
}

.grey {
  color: #ECEAEA;
}

.bg-grey {
  background-color: #ECEAEA;
}

.border-grey {
  border-color: #ECEAEA;
}

.stroke-grey {
  stroke: #ECEAEA;
}

.red {
  color: #D0021B;
}

.bg-red {
  background-color: #D0021B;
}

.border-red {
  border-color: #D0021B;
}

.stroke-red {
  stroke: #D0021B;
}

#index .home-intro {
  padding: 1em;
}
@media (min-width: 52em) {
  #index .home-intro {
    padding: 4em 1em;
  }
}
#index .home-subline {
  padding-bottom: 1em;
}
@media (min-width: 52em) {
  #index .home-subline {
    padding-bottom: 4em;
  }
}
#index .see-more {
  padding: 0;
}
#index .see-more > p {
  margin-bottom: 1em;
  padding: 0;
}
@media (min-width: 52em) {
  #index .see-more {
    padding-bottom: 2em;
  }
}
#index .home-item.last-item {
  margin-bottom: 0;
}
#index .see-all {
  height: calc(100vh - 575px);
}
#index .footer-spacer {
  display: none;
}
#index #footer {
  display: none;
}
@media (min-width: 52em) {
  #index .see-all {
    height: calc(100vh - 277px);
  }
  #index #footer {
    pointer-events: auto;
    display: flex;
    background: #fff;
    position: relative;
  }
}

#work-index .project-col {
  padding: 1rem;
}
@media (min-width: 52em) {
  #work-index .project-col {
    padding: 2rem 4rem;
  }
  #work-index .project-col .project-container {
    min-height: 550px;
    justify-content: space-between;
  }
}

#work-show {
  -webkit-transform: translate3d(0, 0, 0);
}
#work-show .featured-image, #work-show .one-up {
  display: block;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 64em) {
  #work-show .featured-image, #work-show .one-up {
    max-height: 788px;
    width: auto;
  }
}
#work-show .work-block {
  margin-top: 1em;
}
#work-show .work-block.image-two-up {
  margin-top: 0;
}
#work-show .work-block.image-two-up > div {
  margin-top: 1em;
}
@media (min-width: 52em) {
  #work-show .work-block.image-two-up > div {
    margin-top: 0;
  }
}
@media (min-width: 52em) {
  #work-show .work-block {
    margin-top: 0;
  }
}
#work-show .image-block img {
  max-width: 100%;
  width: 100%;
}
#work-show .image-block + p {
  line-height: 25px;
}
@media (min-width: 52em) {
  #work-show .image-block + p {
    line-height: 35px;
  }
}

#info .info-header {
  display: none;
}
@media (min-width: 52em) {
  #info .info-header {
    display: block;
  }
  #info .info-header .info-tab.active-tab:after {
    content: url("/static/images/bullet-white_small.svg");
    color: white;
    position: absolute;
    margin-left: 10px;
  }
}
@media (min-width: 52em) and (min-width: 64em) {
  #info .info-header .info-tab.active-tab:after {
    content: url("/static/images/bullet-white.svg");
  }
}

#info #talks-and-exhibits ul li:last-of-type {
  padding-bottom: 0;
}

#info ~ footer,
#info ~ .footer-spacer {
  display: none;
}

#shop {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 400ms;
}
#shop .product-details {
  transition: 250ms ease-in-out;
  position: absolute;
  top: 25%;
  padding-left: 1rem;
}
#shop .product-details .product-purchase {
  margin-right: 1rem;
}
#shop .product-details .product-purchase .variant-select {
  -webkit-appearance: none;
  background-image: url(/static/images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: 95% 50%;
  border-radius: 0;
  border: none;
  font-family: 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
  padding: 1rem;
  background-color: #fff;
  color: #000;
}
#shop .product-details .product-purchase .variant-select:focus {
  outline: 0;
}
#shop .product-details .product-purchase .buy-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shop .product-details .product-purchase .buy-container .quant {
  background: none;
  border: none;
  border-bottom: solid 1px #fff;
  border-radius: 0;
}
#shop .product-details .product-purchase .buy-container button {
  background: none;
  border: solid 1px #fff;
}
#shop .product-details .product-purchase .buy-container button.sold-out {
  background: #fff;
  color: #000;
  cursor: default;
  margin-top: 1em;
}
@media (min-width: 52em) {
  #shop .product-details .product-purchase .buy-container button.sold-out {
    margin-top: 0;
  }
}
#shop .product-details .product-purchase .buy-container.sold-out {
  display: block;
}
#shop .product-details .product-purchase .buy-container.sold-out .qt-label {
  margin-left: .5em;
}
@media (min-width: 52em) {
  #shop .product-details .product-purchase .buy-container.sold-out {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #shop .product-details .product-purchase .buy-container.sold-out .qt-label {
    margin-left: 0;
  }
}
@media (min-width: 40em) {
  #shop .product-details {
    top: 35%;
    padding-left: 2rem;
  }
  #shop .product-details .product-purchase {
    margin-right: 0;
    display: inline-block;
  }
  #shop .product-details .product-purchase .price, #shop .product-details .product-purchase .qt-label {
    margin-right: 2rem;
  }
}
#shop .gradient-overlay {
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#shop .slick-slider,
#shop .slick-list {
  height: 100%;
}
#shop .slick-slider .slick-track,
#shop .slick-list .slick-track {
  height: 100%;
}
#shop .next-arrow {
  display: none !important;
}
@media (min-width: 52em) {
  #shop .next-arrow {
    padding-right: 10rem;
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 50%;
    background: none;
    border: none;
    text-align: right;
  }
  #shop .next-arrow svg {
    transition: 250ms ease-in-out;
    opacity: 0;
  }
  #shop .next-arrow:hover svg {
    opacity: 1;
  }
}
#shop .shop-dots {
  text-align: center;
  padding: 0;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  list-style: none;
}
#shop .shop-dots li {
  display: inline-block;
}
#shop .shop-dots li button {
  background: none;
  border: none;
  padding: 0 12px;
}
#shop .shop-dots li.slick-active {
  font-style: italic;
}
#shop.inactive {
  opacity: 0;
}
#shop ~ footer {
  display: none;
}

.header {
  display: none;
  transition: opacity 400ms;
}
.header .h1 {
  background-color: transparent;
}
.header .midnightHeader.transparent {
  background-color: transparent;
  color: #fff;
}
.header .midnightHeader.default {
  background-color: #fff;
  color: #000;
}
.header .nav-menu {
  padding: 0.5rem 0;
}
.header .nav-menu.animated {
  will-change: transform;
  transition: transform 500ms linear;
}
.header .nav-menu.slide-down {
  transform: translateY(0%);
}
.header .nav-menu.slide-up {
  transform: translateY(-500%);
}
.header .nav-menu .nav-link .select {
  display: inline-block;
  margin-left: 10px;
  opacity: 0;
  transition: 250ms ease-in-out;
}
.header .nav-menu .nav-link .select.active {
  opacity: 1;
}
.header .nav-menu .nav-link .select svg {
  width: 12px;
}
@media (min-width: 64em) {
  .header .nav-menu .nav-link .select svg {
    width: 16px;
  }
}
.header .nav-menu .reset-link:first-of-type {
  display: inline-block;
  margin-left: 18px;
}
@media (min-width: 64em) {
  .header .nav-menu {
    padding: 0;
  }
}
@media (min-width: 52em) {
  .header {
    display: flex;
  }
}
.header.inactive {
  opacity: 0;
}

#mobile-header {
  display: flex;
}
#mobile-header header {
  box-sizing: border-box;
  height: 82px;
}
#mobile-header header.active {
  background: #000 !important;
}
#mobile-header header.active .midnightHeader {
  background: #000 !important;
  color: #fff !important;
}
#mobile-header header.active .midnightHeader .hamburger span {
  background-color: #fff !important;
}
#mobile-header header .midnightHeader.default {
  background: #fff;
  color: #000;
}
#mobile-header header .midnightHeader.transparent {
  background-color: transparent;
  color: #fff;
}
#mobile-header header .midnightHeader.transparent span {
  background: #fff;
}
#mobile-header .hamburger {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: none;
  border: none;
  min-height: 24px;
}
#mobile-header .hamburger span {
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: 0.20em 0;
  background: #000;
}
#mobile-header .hamburger.active span {
  background: #fff;
}
#mobile-header .hamburger.active .top {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-30deg);
}
#mobile-header .hamburger.active .middle {
  transform: scale(0);
  opacity: 0;
}
#mobile-header .hamburger.active .bottom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
#mobile-header .hamburger:focus {
  outline: 0;
}
#mobile-header .mobile-menu {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  min-height: 170px;
  opacity: 0;
  visibility: hidden;
}
#mobile-header .mobile-menu ul {
  list-style: none;
  text-align: center;
}
#mobile-header .mobile-menu.is-showing {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 52em) {
  #mobile-header {
    display: none;
  }
}

#footer {
  flex-direction: column;
  padding: 2rem 1rem;
}
#footer .submit-wrapper {
  display: flex;
  border: solid 1px #000;
  justify-content: space-between;
  margin-top: 2rem;
}
#footer .submit-wrapper input {
  border: none;
  background: none;
  flex-grow: 1;
}
#footer .submit-wrapper input[placeholder] {
  color: #000 !important;
}
#footer .submit-wrapper button {
  display: flex;
  border: none;
  background: none;
}
#footer .flag {
  opacity: 0;
  transition: 250ms ease-in-out;
  width: 100%;
}
#footer .flag.is-showing {
  opacity: 1;
}
#footer .flag-container {
  order: 2;
}
#footer .social-container {
  margin: 2rem 0;
  order: 1;
}
#footer .social-container .social-list {
  flex-direction: column;
}
@media (min-width: 40em) {
  #footer {
    flex-direction: row;
    padding-right: 2rem;
    padding-left: 2rem;
  }
  #footer .submit-wrapper {
    margin-top: 0;
  }
  #footer .md-left-column {
    padding-right: 4rem;
  }
  #footer .flag-container {
    order: 1;
  }
  #footer .flag-container .flag-trigger {
    max-width: 200px;
  }
  #footer .social-container {
    margin: 0;
    order: 2;
  }
  #footer .social-container .social-list {
    flex-direction: row;
  }
}
#footer.inactive {
  opacity: 0;
}

.home-block {
  padding-top: 80px;
  position: relative;
}
.home-block .title-bar {
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -80px;
}
.home-block .title-bar.next {
  cursor: pointer;
  transition: 250ms ease-in-out;
  position: fixed;
  transform: translateY(-50px);
  top: auto;
}
.home-block .title-bar.next:hover {
  transform: translateY(-70px);
}
@media (min-width: 52em) {
  .home-block .title-bar {
    height: 125px;
    bottom: -125px;
  }
}
@media (min-width: 52em) {
  .home-block {
    padding-top: 125px;
  }
}

@media (min-width: 52em) {
  .sticky-top-wrapper {
    padding-bottom: 15rem;
    position: relative;
  }
  .sticky-top-wrapper.top-stick {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 52em) {
  .sticky-bottom-wrapper {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
  }
  .sticky-bottom-wrapper.work {
    height: 85vh;
  }
  .sticky-bottom-wrapper.info {
    height: 82vh;
  }
  .sticky-bottom-wrapper .bottom-header {
    z-index: 1;
    height: 110px;
  }
  .sticky-bottom-wrapper .bottom-header.fixed-bottom {
    transition: 250ms ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(72px);
  }
  .sticky-bottom-wrapper .bottom-header.fixed-bottom:hover {
    transform: translateY(46px);
  }
  .sticky-bottom-wrapper.scrolling {
    overflow: scroll;
  }
}

#info-subsection #people .submit-wrapper,
#info-subsection #services .submit-wrapper,
#info-subsection #clients .submit-wrapper,
#info-subsection #talks-and-exhibits .submit-wrapper,
#info-subsection #contact .submit-wrapper {
  display: flex;
  border: solid 1px #fff;
  justify-content: space-between;
  margin-top: 1rem;
}
#info-subsection #people .submit-wrapper input,
#info-subsection #services .submit-wrapper input,
#info-subsection #clients .submit-wrapper input,
#info-subsection #talks-and-exhibits .submit-wrapper input,
#info-subsection #contact .submit-wrapper input {
  border: none;
  background: none;
  flex-grow: 1;
}
#info-subsection #people .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #services .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #clients .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #talks-and-exhibits .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #contact .submit-wrapper input::-webkit-input-placeholder {
  color: #fff !important;
}
#info-subsection #people .submit-wrapper input:-moz-placeholder,
#info-subsection #services .submit-wrapper input:-moz-placeholder,
#info-subsection #clients .submit-wrapper input:-moz-placeholder,
#info-subsection #talks-and-exhibits .submit-wrapper input:-moz-placeholder,
#info-subsection #contact .submit-wrapper input:-moz-placeholder {
  color: #fff !important;
}
#info-subsection #people .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #services .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #clients .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #talks-and-exhibits .submit-wrapper input::-webkit-input-placeholder,
#info-subsection #contact .submit-wrapper input::-webkit-input-placeholder {
  color: #fff !important;
}
#info-subsection #people .submit-wrapper input::-ms-input-placeholder,
#info-subsection #services .submit-wrapper input::-ms-input-placeholder,
#info-subsection #clients .submit-wrapper input::-ms-input-placeholder,
#info-subsection #talks-and-exhibits .submit-wrapper input::-ms-input-placeholder,
#info-subsection #contact .submit-wrapper input::-ms-input-placeholder {
  color: #fff !important;
}
#info-subsection #people .submit-wrapper button,
#info-subsection #services .submit-wrapper button,
#info-subsection #clients .submit-wrapper button,
#info-subsection #talks-and-exhibits .submit-wrapper button,
#info-subsection #contact .submit-wrapper button {
  display: flex;
  border: none;
  background: none;
}
@media (min-width: 52em) {
  #info-subsection #people,
  #info-subsection #services,
  #info-subsection #clients,
  #info-subsection #talks-and-exhibits,
  #info-subsection #contact {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  #info-subsection #people.active-content,
  #info-subsection #services.active-content,
  #info-subsection #clients.active-content,
  #info-subsection #talks-and-exhibits.active-content,
  #info-subsection #contact.active-content {
    display: flex;
    opacity: 1;
    visibility: visible;
  }
  #info-subsection #people div:first-of-type,
  #info-subsection #services div:first-of-type,
  #info-subsection #clients div:first-of-type,
  #info-subsection #talks-and-exhibits div:first-of-type,
  #info-subsection #contact div:first-of-type {
    margin-right: 16%;
  }
}
#info-subsection .hover-image {
  display: none;
}
@media (min-width: 52em) {
  #info-subsection .hover-image {
    display: block;
    opacity: 0;
    top: 0;
    right: 0;
    transition: 250ms ease-in-out;
  }
  #info-subsection .hover-image.is-showing {
    opacity: 1;
  }
}

.image-block .image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.image-block .slider-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 52em) {
  .image-block .slider-image {
    background-size: contain;
  }
}
.image-block.Flag {
  position: relative;
}
.image-block.Flag:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 65.3594771242%;
}
.image-block.Flag > .content, .image-block.Flag iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-block.Landscape {
  position: relative;
}
.image-block.Landscape:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}
.image-block.Landscape > .content, .image-block.Landscape iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-block.Portrait {
  position: relative;
}
.image-block.Portrait:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 133.3333333333%;
}
.image-block.Portrait > .content, .image-block.Portrait iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-block.Square {
  position: relative;
}
.image-block.Square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.image-block.Square > .content, .image-block.Square iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-block.Video {
  position: relative;
}
.image-block.Video:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2666666667%;
}
.image-block.Video > .content, .image-block.Video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.image-block.Video iframe {
  width: 100%;
  height: 100%;
}
.image-block.Video p {
  display: none;
}

.prev-next-select .pj-image {
  opacity: 0;
  transition: 250ms ease-in-out;
}
.prev-next-select .prev-pj:hover .pj-image, .prev-next-select .next-pj:hover .pj-image {
  opacity: 1;
}

.image-slider .slick-track {
  display: flex;
  align-items: center;
}
.image-slider .slick-track .slick-slide {
  width: 100% !important;
}
.image-slider .slick-track .image-block {
  max-height: 788px;
}

.last-arrow_modified {
  display: none !important;
}
@media (min-width: 52em) {
  .last-arrow_modified {
    display: block !important;
    position: absolute;
    height: 100%;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: none;
    border: none;
    text-align: left;
  }
  .last-arrow_modified svg {
    position: absolute;
    left: 10%;
    transition: 250ms ease-in-out;
    transform: rotate(180deg);
    opacity: 0;
  }
  .last-arrow_modified:hover svg {
    opacity: 1;
  }
}

.next-arrow_modified {
  display: none !important;
}
@media (min-width: 52em) {
  .next-arrow_modified {
    display: block !important;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 50%;
    width: 50%;
    background: none;
    border: none;
    text-align: right;
  }
  .next-arrow_modified svg {
    position: absolute;
    right: 10%;
    transition: 250ms ease-in-out;
    opacity: 0;
  }
  .next-arrow_modified:hover svg {
    opacity: 1;
  }
}

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

html, body {
  height: 100%;
}

a {
  text-decoration: none;
  border-bottom: solid 1px;
  padding-bottom: 2px;
  display: inline-block;
  pointer-events: auto;
  color: inherit;
}

p a {
  display: inline;
}

.reset-link {
  border-bottom: none;
  display: inline;
  padding-bottom: 0;
  text-decoration: none;
}

input:focus, button:focus {
  outline: 0;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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