@-webkit-keyframes "savedHeart" {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    overflow: hidden;
  }
  55% {
    opacity: .8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  75% {
    opacity: .8;
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  95% {
    opacity: .8;
  }
  95% {
    -webkit-transform: scale(2.5) translateY(-85px);
    -moz-transform: scale(2.5) translateY(-85px);
    -o-transform: scale(2.5) translateY(-85px);
    -ms-transform: scale(2.5) translateY(-85px);
    transform: scale(2.5) translateY(-85px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) translateY(0);
    -moz-transform: scale(0) translateY(0);
    -o-transform: scale(0) translateY(0);
    -ms-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
    opacity: 0;
    transform: scale(0.9);
    display: none;
  }
}

@keyframes "savedHeart" {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    height: auto;
    overflow: hidden;
  }
  55% {
    opacity: .8;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  75% {
    opacity: .8;
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }
  95% {
    opacity: .8;
  }
  95% {
    -webkit-transform: scale(2.5) translateY(-85px);
    -moz-transform: scale(2.5) translateY(-85px);
    -o-transform: scale(2.5) translateY(-85px);
    -ms-transform: scale(2.5) translateY(-85px);
    transform: scale(2.5) translateY(-85px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0) translateY(0);
    -moz-transform: scale(0) translateY(0);
    -o-transform: scale(0) translateY(0);
    -ms-transform: scale(0) translateY(0);
    transform: scale(0) translateY(0);
    opacity: 0;
    transform: scale(0.9);
    display: none;
  }
}

@-webkit-keyframes "savedHeartLabel" {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .8;
  }
  50% {
    margin-top: -9px;
    opacity: .8;
  }
  100% {
    margin-top: -100px;
    opacity: 0;
  }
}

@keyframes "savedHeartLabel" {
  0% {
    opacity: 0;
  }
  20% {
    opacity: .8;
  }
  50% {
    margin-top: -9px;
    opacity: .8;
  }
  100% {
    margin-top: -100px;
    opacity: 0;
  }
}

@-webkit-keyframes "removeSavedOpacity" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes "removeSavedOpacity" {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes "removeSavedDisplay" {
  0% {
    height: auto;
    overflow: visible;
  }
  100% {
    height: 0;
    overflow: hidden;
  }
}

@keyframes "removeSavedDisplay" {
  0% {
    height: auto;
    overflow: visible;
  }
  100% {
    height: 0;
    overflow: hidden;
  }
}

body {
  -webkit-animation: "fade-in 1s ease 500ms both";
  -moz-animation: "fade-in 1s ease 500ms both";
  -o-animation: "fade-in 1s ease 500ms both";
  animation: "fade-in 1s ease 500ms both";
}

body.email-modal-open {
  overflow: hidden;
}

@font-face {
  font-family: 'GothamBold';
  src: url("/base/fonts/GothamBold.eot");
  src: url("/base/fonts/GothamBold.eot") format("embedded-opentype"), url("/base/fonts/GothamBold.woff2") format("woff2"), url("/base/fonts/GothamBold.woff") format("woff"), url("/base/fonts/GothamBold.ttf") format("truetype"), url("/base/fonts/GothamBold.svg#GothamBold") format("svg");
}

@font-face {
  font-family: 'GothamLight';
  src: url("/base/fonts/GothamLight.eot");
  src: url("/base/fonts/GothamLight.eot") format("embedded-opentype"), url("/base/fonts/GothamLight.woff2") format("woff2"), url("/base/fonts/GothamLight.woff") format("woff"), url("/base/fonts/GothamLight.ttf") format("truetype"), url("/base/fonts/GothamLight.svg#GothamLight") format("svg");
}

.email-modal [class^="droit-icon-"]:before,
.email-modal [class*=" droit-icon-"]:before {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.email-modal [class^="droit-icon"] {
  position: static;
}

.email-modal {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  display: none;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1050;
  overflow: hidden;
  cursor: pointer;
}

.email-modal.open {
  display: block;
}

.email-modal .modal-container {
  cursor: auto;
  border: 4px solid #c2c2c2;
  background-color: #fff;
  position: fixed;
  min-width: 310px;
  max-width: 37rem;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.email-modal .modal-container .email-sign-up,
.email-modal .modal-container .email-thank-you {
  z-index: -1;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -ms-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.email-modal .modal-container .email-sign-up.active,
.email-modal .modal-container .email-thank-you.active {
  opacity: 1;
  position: static;
}

.email-modal .modal-container .email-sign-up.hidden,
.email-modal .modal-container .email-thank-you.hidden {
  display: none;
}

.email-modal .modal-container .email-head {
  padding: 1.125rem;
  position: relative;
}

.email-modal .modal-container .email-head .email-logo {
  width: 97px;
}

.email-modal .modal-container .email-head .email-modal-close {
  display: block;
  position: absolute;
  top: 0.075rem;
  right: -0.125rem;
}

.email-modal .modal-container .email-head .email-modal-close a {
  color: black;
  text-decoration: none;
}

.email-modal .modal-container .email-head .email-modal-close a span {
  color: black;
  font-size: 35px;
}

.email-modal .modal-container .email-sign-up {
  padding: 2.5rem 1.125rem 1.25rem;
}

.email-modal .modal-container .email-sign-up .email-copy {
  margin-bottom: 2.5rem;
}

.email-modal .modal-container .email-sign-up .email-copy h2, .email-modal .modal-container .email-sign-up .email-copy p {
  text-align: center;
  letter-spacing: 1.2px;
}

.email-modal .modal-container .email-sign-up .email-copy h2 {
  font: 12px/1 'Gotham-Medium', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  letter-spacing: 3px;
}

.email-modal .modal-container .email-sign-up .email-copy p {
  font: 19px/32px "NoeDisplay-Regular", serif;
  letter-spacing: 1.2px;
  color: #2c2c2c;
  width: 90%;
  margin: 0px auto;
}

.email-modal .modal-container .email-sign-up .email-form {
  margin-bottom: 1.125rem;
}

.email-modal .modal-container .email-sign-up .email-form input, .email-modal .modal-container .email-sign-up .email-form button.sign-up {
  font: 10px/1 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: top;
}

.email-modal .modal-container .email-sign-up .email-form .email-input {
  width: 100%;
  margin-bottom: 1.1875rem;
}

.email-modal .modal-container .email-sign-up .email-form .email-error {
  color: #e62142;
  font: 9px/1 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  padding-top: .675rem;
  opacity: 0;
}

.email-modal .modal-container .email-sign-up .email-form .email-error2 {
  color: #e62142;
  font: 9px/1 'Gotham-Medium', sans-serif;
  text-transform: uppercase;
  padding-top: .675rem;
  opacity: 0;
}

.email-modal .modal-container .email-sign-up .email-form .email-input.error .email-error {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  opacity: 1;
}

.email-modal .modal-container .email-sign-up .email-form .email-input .email-error2.visible {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -ms-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  opacity: 1;
}

.email-modal .modal-container .email-sign-up .email-form input {
  background-color: #f4f4f4;
  height: 2.8125rem;
  width: 100%;
  color: #000;
  padding: .9rem;
  margin-right: .625rem;
  border: 2px solid #f4f4f4;
  font-size: 1rem;
  /* iOS fix for preventing zooming on inputs on focus */
  -webkit-transition: border 350ms ease-in;
  -moz-transition: border 350ms ease-in;
  -ms-transition: border 350ms ease-in;
  -o-transition: border 350ms ease-in;
  transition: border 350ms ease-in;
  /* Reseting font size to default to avoid having a large font on the placeholder */
}

.email-modal .modal-container .email-sign-up .email-form input::-webkit-input-placeholder {
  font-size: .625rem;
  line-height: 1.125rem;
}

.email-modal .modal-container .email-sign-up .email-form input::-moz-placeholder {
  font-size: .625rem;
  line-height: 1.125rem;
}

.email-modal .modal-container .email-sign-up .email-form input:-ms-input-placeholder {
  font-size: .625rem;
  line-height: 1.125rem;
}

.email-modal .modal-container .email-sign-up .email-form input:focus {
  outline: none;
  border: 2px solid #000;
  font-size: .625rem;
}

.email-modal .modal-container .email-sign-up .email-form input:focus::-webkit-input-placeholder {
  line-height: .75rem;
}

.email-modal .modal-container .email-sign-up .email-form input:focus::-moz-placeholder {
  line-height: .75rem;
}

.email-modal .modal-container .email-sign-up .email-form input:focus:-ms-input-placeholder {
  line-height: .75rem;
}

.email-modal .modal-container .email-sign-up .email-form button.sign-up {
  cursor: pointer;
  border: 0;
  background: #000;
  width: 100%;
  height: 2.8125rem;
  color: #fff;
  text-align: center;
  -webkit-transition: background 350ms ease-in;
  -moz-transition: background 350ms ease-in;
  -ms-transition: background 350ms ease-in;
  -o-transition: background 350ms ease-in;
  transition: background 350ms ease-in;
}

.email-modal .modal-container .email-sign-up .email-form button.sign-up:hover {
  background: rgba(0, 0, 0, 0.7);
}

.email-modal .modal-container .email-sign-up .email-terms p, .email-modal .modal-container .email-sign-up .email-terms a {
  font: 10px/1 'Gotham-Medium', sans-serif;
  color: #000;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1.2px;
  text-align: center;
}

.email-modal .modal-container .email-sign-up .email-terms p br, .email-modal .modal-container .email-sign-up .email-terms a br {
  display: none;
}

.email-modal .modal-container .email-sign-up .email-terms a:after {
  content: ' ';
  background: url("../img/modal/arrow.png") no-repeat;
  width: 5px;
  height: 7px;
  display: inline;
  margin-left: 8px;
  margin-top: 4px;
  position: absolute;
  -webkit-transition: margin-left 500ms ease-in;
  -moz-transition: margin-left 500ms ease-in;
  -ms-transition: margin-left 500ms ease-in;
  -o-transition: margin-left 500ms ease-in;
  transition: margin-left 500ms ease-in;
}

.email-modal .modal-container .email-sign-up .email-terms a:hover {
  text-decoration: none;
}

.email-modal .modal-container .email-sign-up .email-terms a:hover:after {
  margin-left: 14px;
}

.email-modal .modal-container .email-thank-you {
  padding: 3.75rem 1.6875rem 2.75rem;
}

.email-modal .modal-container .email-thank-you .email-copy {
  margin-bottom: 1.25rem;
}

.email-modal .modal-container .email-thank-you .email-copy h2, .email-modal .modal-container .email-thank-you .email-copy p {
  text-align: center;
  letter-spacing: 1.2px;
}

.email-modal .modal-container .email-thank-you .email-copy h2 {
  font: 12px/1 'Gotham-Medium', sans-serif;
  color: #000;
  text-transform: uppercase;
  margin-top: 2.5rem;
}

.email-modal .modal-container .email-thank-you .email-copy p {
  font: 19px/1 'NoeDisplay-Regular', serif;
  letter-spacing: 1.2px;
  line-height: 1.35;
  color: #2c2c2c;
}

.email-modal .modal-container .email-thank-you .social-icons {
  text-align: justify;
  margin: 0px auto;
  width: 85%;
}

.email-modal .modal-container .email-thank-you .social-icons:before {
  content: '';
  display: block;
  width: 100%;
}

.email-modal .modal-container .email-thank-you .social-icons:after {
  content: '';
  display: inline-block;
  width: 100%;
}

.email-modal .modal-container .email-thank-you .social-icons a {
  background-color: #000;
  border: none;
  border-radius: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  -webkit-transition: background-color 500ms ease;
  -moz-transition: background-color 500ms ease;
  -ms-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.email-modal .modal-container .email-thank-you .social-icons a:first-child {
  margin-left: 0;
}

.email-modal .modal-container .email-thank-you .social-icons a:hover {
  text-decoration: none;
  background-color: #3f3f3f;
}

.email-modal .modal-container .email-thank-you .social-icons a span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.email-modal .modal-container .email-thank-you .social-icons a span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 350ms ease-in-out;
  -moz-transition: border 350ms ease-in-out;
  -ms-transition: border 350ms ease-in-out;
  -o-transition: border 350ms ease-in-out;
  transition: border 350ms ease-in-out;
}

.email-modal .modal-container .email-thank-you .social-icons a span.droit-icon-youtube {
  font-size: 10px;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
