@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Raleway:300,500,600,600italic,800,700);
@font-face {
  font-family: 'GothamBold';
  src: url("../fonts/GothamBold.eot");
  src: url("../fonts/GothamBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBold.woff") format("woff"), url("../fonts/GothamBold.ttf") format("truetype"), url("../fonts/GothamBold.svg#GothamBoldRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamMedium';
  src: url("../fonts/GothamMedium.eot");
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMediumRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamLight';
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLightRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamBook';
  src: url("../fonts/GothamBook.eot");
  src: url("../fonts/GothamBook.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamBook.woff") format("woff"), url("../fonts/GothamBook.ttf") format("truetype"), url("../fonts/GothamBook.svg#GothamBookRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeueLTStd-ThCn.eot");
  src: local("?"), url("../fonts/HelveticaNeueLTStd-Roman.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Roman.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Roman.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueExtended';
  src: url("../fonts/HelveticaNeueExtended.eot");
  src: url("../fonts/HelveticaNeueExtended.eot") format("embedded-opentype"), url("../fonts/HelveticaNeueExtended.woff2") format("woff2"), url("../fonts/HelveticaNeueExtended.woff") format("woff"), url("../fonts/HelveticaNeueExtended.ttf") format("truetype"), url("../fonts/HelveticaNeueExtended.svg#HelveticaNeueExtended") format("svg");
}

@font-face {
  font-family: 'HelveticaNeueBold';
  src: url("../fonts/HelveticaNeueLTStd-Bd.eot");
  src: local("?"), url("../fonts/HelveticaNeueLTStd_Bd.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Bd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLight';
  src: url("../fonts/HelveticaNeueLTStd-Th.eot");
  src: local("?"), url("../fonts/HelveticaNeueLTStd-Th.woff") format("woff"), url("../fonts/HelveticaNeueLTStd-Th.ttf") format("truetype"), url("../fonts/HelveticaNeueLTStd-Th.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Origo';
  src: url("../fonts/Origo.eot");
  src: url("../fonts/Origo.eot") format("embedded-opentype"), url("../fonts/Origo.woff2") format("woff2"), url("../fonts/Origo.woff") format("woff"), url("../fonts/Origo.ttf") format("truetype"), url("../fonts/Origo.svg#Origo") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 161, _config.scss */
.container {
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 540px) and (max-width: 1024px) {
  /* line 161, _config.scss */
  .container {
    width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  /* line 161, _config.scss */
  .container {
    width: 1400px;
  }
}

/* line 162, _config.scss */
.container-s {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* line 163, _config.scss */
.container-l {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

/* line 165, _config.scss */
.page-heading {
  display: none;
}

/* line 166, _config.scss */
.skip-link {
  display: none;
}

/*** FONTS ***/
/*** COLORS ***/
/* line 5, newsletter.scss */
.subscription-area-form {
  border-top: 1px solid #4d4d4d;
  clear: both;
  padding: 20px 0;
  display: inline-block;
  display: block;
}
/* line 156, _config.scss */
.subscription-area-form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 157, _config.scss */
.subscription-area-form * html {
  height: 1%;
}
/* line 9, newsletter.scss */
.subscription-area-form .title {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 44px;
  background: url(../img/icons/newsletter-w.png) no-repeat 92% center;
  display: inline-block;
  width: 25%;
  float: left;
  margin-top: 6px;
}
/* line 11, newsletter.scss */
.subscription-area-form.subscription-area-form-box form {
  display: inline-block;
  width: 75%;
  float: left;
}
/* line 12, newsletter.scss */
.subscription-area-form.subscription-area-form-box form input {
  display: inline-block;
  border: none;
  background: #4d4d4d;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 8px;
  color: #bababa;
  width: 185px;
}
/* line 13, newsletter.scss */
.subscription-area-form.subscription-area-form-box form input[type="date"] {
  padding: 5px 8px 4px;
}
/* line 14, newsletter.scss */
.subscription-area-form.subscription-area-form-box form button {
  float: right;
  background: white;
  color: black;
  text-transform: uppercase;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}
/* line 15, newsletter.scss */
.subscription-area-form.subscription-area-form-box form .newsletter-label-hidden {
  display: none;
}
/* line 18, newsletter.scss */
.subscription-area-form form {
  padding-bottom: 9px;
  width: 100%;
}
/* line 21, newsletter.scss */
.subscription-area-form form .input-container {
  margin-bottom: 24px;
}
/* line 23, newsletter.scss */
.subscription-area-form form .input-container .newsletter-title {
  font-family: 'Raleway';
  font-size: 22px;
  color: #bfa37b;
  text-transform: uppercase;
  display: none;
}
/* line 30, newsletter.scss */
.subscription-area-form form .input-container input[type=text], .subscription-area-form form .input-container input[type=email], .subscription-area-form form .input-container input[type=date] {
  font-size: 16px;
  line-height: 16px;
  padding: 12px;
  color: #c6c6c6;
  background-color: #404040;
  border: none;
  outline: none;
}
/* line 32, newsletter.scss */
.subscription-area-form form .input-container input {
  margin-right: 10px;
}
/* line 36, newsletter.scss */
.subscription-area-form form .input-container input:last-child {
  margin-right: 0;
}
/* line 38, newsletter.scss */
.subscription-area-form form .input-container input, .subscription-area-form form .input-container .radio-container {
  display: inline-block;
}
/* line 39, newsletter.scss */
.subscription-area-form form .input-container .radio-container {
  color: white;
}
/* line 41, newsletter.scss */
.subscription-area-form form .input-container .radio-container span {
  font-size: 16px;
}
/* line 42, newsletter.scss */
.subscription-area-form form .input-container .radio-container label {
  font-size: 16px;
  margin-left: 10px;
  margin-right: 4px;
  font-weight: normal;
}
/* line 43, newsletter.scss */
.subscription-area-form form .input-container .radio-container input {
  width: auto;
  margin-right: 0px;
}
/* line 47, newsletter.scss */
.subscription-area-form form .heading4 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'GothamMedium';
  margin-top: 38px;
  margin-bottom: 12px;
}
/* line 48, newsletter.scss */
.subscription-area-form form span {
  font-size: 14px;
  color: #c6c6c6;
  font-weight: 300;
}
/* line 53, newsletter.scss */
.subscription-area-form form .container-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #c6c6c6;
  font-family: "Raleway";
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 67, newsletter.scss */
.subscription-area-form form .container-checkbox a {
  color: #c6c6c6;
  text-decoration: underline;
}
/* line 71, newsletter.scss */
.subscription-area-form form .container-checkbox input {
  /* Hide the browser's default checkbox */
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* line 75, newsletter.scss */
.subscription-area-form form .container-checkbox input:checked ~ .checkmark {
  /* When the checkbox is checked, add a blue background */
}
/* line 77, newsletter.scss */
.subscription-area-form form .container-checkbox input:checked ~ .checkmark:after {
  /* Show the checkmark when checked */
  display: block;
}
/* line 82, newsletter.scss */
.subscription-area-form form .container-checkbox .checkmark {
  /* Create a custom checkbox */
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #bfa37b;
}
/* line 89, newsletter.scss */
.subscription-area-form form .container-checkbox .checkmark:after {
  /* Create the checkmark/indicator (hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
  /* Style the checkmark/indicator */
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 105, newsletter.scss */
.subscription-area-form form .container-checkbox:hover input ~ .checkmark {
  /* On mouse-over, add a grey background color */
}
/* line 110, newsletter.scss */
.subscription-area-form form .checkbox-row {
  display: inline-block;
  width: 75%;
}
/* line 111, newsletter.scss */
.subscription-area-form form .checkbox-row .container-checkbox {
  margin-bottom: 0;
  margin-left: 10px;
  padding-right: 23px;
  padding-left: 0;
}
/* line 116, newsletter.scss */
.subscription-area-form form .checkbox-row .container-checkbox .checkmark {
  right: 0;
  left: auto;
}
/* line 122, newsletter.scss */
.subscription-area-form form .disclaimer {
  color: #8b8b8b;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid #4e4e4f;
}
/* line 130, newsletter.scss */
.subscription-area-form form .disclaimer a {
  color: #bfa37b;
  text-decoration: underline;
}
/* line 136, newsletter.scss */
.subscription-area-form form .btn {
  background: #bfa37b;
  color: #ffffff;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Raleway';
  font-weight: 300;
  height: 40px;
  width: 230px;
  float: right;
}
/* line 154, newsletter.scss */
.subscription-area-form.subscription-header-form {
  display: none;
}
/* line 159, newsletter.scss */
.subscription-area-form.subscription-header-form form .input-container input.newsletter-firstname {
  width: 140px;
}
/* line 160, newsletter.scss */
.subscription-area-form.subscription-header-form form .input-container input.newsletter-lastname {
  width: 160px;
}
/* line 161, newsletter.scss */
.subscription-area-form.subscription-header-form form .input-container input.newsletter-email {
  width: 270px;
}
/* line 162, newsletter.scss */
.subscription-area-form.subscription-header-form form .input-container input.newsletter-phone {
  width: 140px;
}
/* line 163, newsletter.scss */
.subscription-area-form.subscription-header-form form .input-container input.newsletter-date {
  width: 170px;
}
/* line 165, newsletter.scss */
.subscription-area-form.subscription-header-form form .input-container .radio-container {
  margin-left: 20px;
  margin-right: 30px;
}
/* line 175, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container .newsletter-title {
  display: inline-block;
  vertical-align: top;
  width: 170px;
}
/* line 177, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container input.newsletter-firstname {
  width: 120px;
}
/* line 178, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container input.newsletter-lastname {
  width: 130px;
}
/* line 179, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container input.newsletter-email {
  width: 210px;
}
/* line 180, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container input.newsletter-phone {
  width: 120px;
}
/* line 181, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container input.newsletter-date {
  width: 150px;
}
/* line 183, newsletter.scss */
.subscription-area-form.subscription-footer-form form .input-container .radio-container {
  margin-left: 10px;
  margin-right: 20px;
}
/* line 190, newsletter.scss */
.subscription-area-form.subscription-modal-form {
  background-color: black;
  border-top: 0;
  padding: 10px 0;
}
/* line 194, newsletter.scss */
.subscription-area-form.subscription-modal-form form {
  padding: 20px;
}
/* line 196, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
  padding-bottom: 8px;
}
/* line 200, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container input {
  margin-bottom: 20px;
}
/* line 202, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container input.newsletter-firstname {
  width: 150px;
}
/* line 203, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container input.newsletter-lastname {
  width: 160px;
}
/* line 204, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container input.newsletter-email {
  width: 330px;
  margin-right: 0;
}
/* line 205, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container input.newsletter-phone {
  width: 220px;
}
/* line 206, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container input.newsletter-date {
  width: 250px;
}
/* line 208, newsletter.scss */
.subscription-area-form.subscription-modal-form form .input-container .radio-container {
  margin-left: 22px;
  margin-right: 30px;
}
/* line 214, newsletter.scss */
.subscription-area-form.subscription-modal-form form .checkbox-row .container-checkbox {
  margin-top: 10px;
  margin-right: 10px;
  margin-left: 0;
}
/* line 220, newsletter.scss */
.subscription-area-form.subscription-modal-form form .disclaimer {
  padding-top: 20px;
  margin-top: 45px;
}
/* line 224, newsletter.scss */
.subscription-area-form.subscription-modal-form form .btn {
  width: 164px;
  bottom: 247px;
  right: 20px;
}
/* line 231, newsletter.scss */
.subscription-area-form.subscription-quiz-form {
  border: 0;
  padding: 60px 0 15px 0;
}
/* line 234, newsletter.scss */
.subscription-area-form.subscription-quiz-form form {
  padding: 0;
  margin: 0;
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
}
/* line 238, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container input {
  margin-bottom: 20px;
}
/* line 240, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container input.newsletter-firstname {
  width: 160px;
}
/* line 241, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container input.newsletter-lastname {
  width: 190px;
}
/* line 242, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container input.newsletter-email {
  width: 580px;
  margin-right: 0;
}
/* line 243, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container input.newsletter-phone {
  width: 290px;
}
/* line 244, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container input.newsletter-date {
  width: 280px;
}
/* line 246, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .input-container .radio-container {
  margin-left: 30px;
  margin-right: 30px;
}
/* line 251, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .checkmark {
  background-color: white;
}
/* line 255, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .container-checkbox:hover input ~ .checkmark {
  background-color: white;
}
/* line 259, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .container-checkbox input:checked ~ .checkmark {
  background-color: white;
}
/* line 263, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .checkbox-row .container-checkbox {
  margin-top: 10px;
}
/* line 267, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .disclaimer {
  padding-top: 20px;
  margin-top: 45px;
}
/* line 270, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .disclaimer a {
  color: #8b8b8b;
}
/* line 274, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .btn {
  width: 145px;
  border: 1px solid white;
  background-color: black;
  bottom: 250px;
  right: 70px;
}
/* line 281, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .checkbox-row {
  margin-top: 20px;
}
/* line 283, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .checkbox-row span {
  display: block;
}
/* line 284, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .checkbox-row .container-checkbox {
  margin-right: 10px;
  margin-left: 0;
}
/* line 289, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .checkmark {
  background-color: white;
}
/* line 293, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .container-checkbox:hover input ~ .checkmark {
  background-color: white;
}
/* line 297, newsletter.scss */
.subscription-area-form.subscription-quiz-form form .container-checkbox input:checked ~ .checkmark {
  background-color: white;
}

/* line 305, newsletter.scss */
.quiz-newsletter .wrapper {
  margin: 20px auto;
  position: relative;
  max-width: 1100px;
  width: 1100px;
  border: 1px solid #4b4b4b;
  background-color: black;
  padding: 35px 70px;
}
/* line 313, newsletter.scss */
.quiz-newsletter .wrapper .form_close {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  color: white;
  height: 21px;
  width: 85px;
  position: absolute;
  top: 24px;
  right: 22px;
  cursor: pointer;
}
/* line 329, newsletter.scss */
.quiz-newsletter .wrapper .form_close span {
  float: right;
  width: 21px;
  height: 21px;
  background: white url("../img/close-black.png");
  background-repeat: no-repeat;
  background-position: center;
}
/* line 338, newsletter.scss */
.quiz-newsletter .wrapper .slogan {
  font-family: 'GothamLight';
  font-size: 54px;
  color: white;
  text-transform: uppercase;
}
/* line 343, newsletter.scss */
.quiz-newsletter .wrapper .slogan span {
  font-family: 'GothamBook';
  font-size: 18px;
  display: block;
  margin-top: 20px;
}

/* line 353, newsletter.scss */
.modal-newsletter {
  background-color: rgba(255, 255, 255, 0.7) !important;
}
/* line 355, newsletter.scss */
.modal-newsletter .modal-dialog {
  width: 700px;
  height: 708px;
}
/* line 357, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content {
  border: none;
  padding: 0;
  border-radius: 0;
}
/* line 358, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content .close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #bfa37b url(../img/close-black.png) no-repeat center;
  width: 21px;
  height: 21px;
  border-radius: 0;
  z-index: 1;
}
/* line 360, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content.subscription-makeup .close {
  background: black url(../img/close-white.png) no-repeat center;
}
/* line 361, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content.subscription-makeup .subscription-title p {
  font-size: 38px !important;
}
/* line 364, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content.subscription-men .close {
  background: #ec6615 url(../img/close-white.png) no-repeat center;
}
/* line 365, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content.subscription-men .subscription-title {
  background-position: -400px top !important;
}
/* line 369, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content .subscription-area-container {
  padding: 0;
}
/* line 371, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content .subscription-area-container .subscription-title {
  height: 152px;
}
/* line 373, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content .subscription-area-container .subscription-title p {
  float: left;
  color: white;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 45px;
  text-align: left;
  padding: 0 0 0 280px;
}
/* line 382, newsletter.scss */
.modal-newsletter .modal-dialog .modal-content .subscription-area-container .subscription-title p span {
  font-weight: 500;
  font-size: 30px;
  display: block;
  margin: 20px 0 5px 0;
}

/* line 400, newsletter.scss */
.subscription-tile {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (min-width: 1600px) {
  /* line 400, newsletter.scss */
  .subscription-tile {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  /* line 400, newsletter.scss */
  .subscription-tile {
    width: 33%;
  }
}
/* line 401, newsletter.scss */
.subscription-tile .article-container {
  background: black;
}
/* line 402, newsletter.scss */
.subscription-tile .article-container figure a:hover img, .subscription-tile .article-container figure:hover img {
  opacity: 1;
}
/* line 404, newsletter.scss */
.subscription-tile .subscription-area-form {
  display: block;
  padding: 6px 10px;
  border-top: none;
  padding-top: 0;
}
/* line 406, newsletter.scss */
.subscription-tile .subscription-area-form .title {
  float: none;
  clear: both;
  display: block;
  width: 100%;
  padding-right: 24px;
  margin-bottom: 10px;
  background: url(../img/icons/newsletter-w.png) no-repeat 98% center;
  font-size: 14px;
}
/* line 407, newsletter.scss */
.subscription-tile .subscription-area-form form {
  float: none;
  clear: both;
  display: block;
  width: 100%;
}
/* line 408, newsletter.scss */
.subscription-tile .subscription-area-form form input {
  margin-right: 0;
  margin-bottom: 8px;
  width: 100%;
}
/* line 409, newsletter.scss */
.subscription-tile .subscription-area-form form button {
  width: 100%;
  float: none;
  clear: both;
}
/* line 412, newsletter.scss */
.subscription-tile .subscription-title {
  padding: 10px;
  padding-bottom: 0px;
  height: auto;
}
/* line 414, newsletter.scss */
.subscription-tile .subscription-title p {
  font-family: 'Raleway';
  color: white;
  font-size: 20px;
  text-align: left;
  font-weight: 300;
  line-height: 25px;
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 0;
  text-transform: uppercase;
}
/* line 415, newsletter.scss */
.subscription-tile .subscription-title p span {
  font-weight: 400;
  font-size: 19px;
  margin-bottom: 5px;
  display: block;
}

/* line 420, newsletter.scss */
.subscription-area-wrapper {
  position: relative;
  z-index: 400;
  background-color: black;
}
/* line 426, newsletter.scss */
.subscription-area-wrapper .subscription-header .subscription-title .container {
  background-repeat: no-repeat !important;
  text-align: center;
  padding: 18px 10px;
  position: relative;
  height: 70px;
}
/* line 429, newsletter.scss */
.subscription-area-wrapper .subscription-header .subscription-title .container p {
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
  font-weight: 500;
  padding-top: 6px;
}
/* line 430, newsletter.scss */
.subscription-area-wrapper .subscription-header .subscription-title .container button {
  display: inline-block;
  background: url(../img/icons/newsletter-w.png) no-repeat 90% center #bfa37b;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  padding: 6px 12px;
  padding-right: 44px;
  margin-left: 30px;
  position: absolute;
  right: 0;
  top: 18px;
  overflow: hidden;
}
/* line 432, newsletter.scss */
.subscription-area-wrapper .subscription-header .subscription-title .container.show-subscription-form button {
  text-indent: -9999px;
  background: url(../img/icons/close-subscription.png) no-repeat #bfa37b 8px 8px;
  width: 36px;
  padding-right: 0;
  padding-left: 0;
}
/* line 438, newsletter.scss */
.subscription-area-wrapper .subscription-modal .subscription-title {
  background-repeat: no-repeat !important;
}
/* line 444, newsletter.scss */
.subscription-area-wrapper.subscription-default .subscription-header .subscription-title, .subscription-area-wrapper.subscription-makeup .subscription-header .subscription-title {
  background-color: black;
}
/* line 446, newsletter.scss */
.subscription-area-wrapper.subscription-default .subscription-header .subscription-title .container, .subscription-area-wrapper.subscription-makeup .subscription-header .subscription-title .container {
  background: black;
}
/* line 453, newsletter.scss */
.subscription-area-wrapper.subscription-default .subscription-modal .subscription-title, .subscription-area-wrapper.subscription-makeup .subscription-modal .subscription-title {
  background: black;
}
/* line 462, newsletter.scss */
.subscription-area-wrapper.subscription-penteados .subscription-header .subscription-title .container {
  background: url(../img/newsletter/penteados-top.png);
}
/* line 468, newsletter.scss */
.subscription-area-wrapper.subscription-penteados .subscription-modal .subscription-title {
  background: url(../img/newsletter/penteados-top.png);
}
/* line 475, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .subscription-title {
  background-color: #0695c3;
}
/* line 477, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .subscription-title .container {
  background: #0695c3 url(../img/newsletter/solares-top.png);
}
/* line 479, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .subscription-title .container button {
  background-color: #ff8f00;
}
/* line 481, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .subscription-title .container.show-subscription-form button {
  background: url(../img/icons/close-subscription.png) no-repeat #ff8f00 8px 8px;
}
/* line 486, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .newsletter-form input {
  color: black;
  background: white;
}
/* line 487, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .newsletter-form .checkmark {
  background-color: #ff8f00;
}
/* line 490, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .newsletter-form .btn {
  background-color: #ff8f00;
}
/* line 493, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-header .newsletter-form .disclaimer a {
  color: #ff8f00;
}
/* line 499, newsletter.scss */
.subscription-area-wrapper.subscription-solares .subscription-modal .subscription-title {
  background: #0695c3 url(../img/newsletter/solares-top.png);
}
/* line 506, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-header .subscription-title {
  background-color: #e2d9d8;
}
/* line 508, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-header .subscription-title .container {
  background: #e2d9d8 url(../img/newsletter/pele-top.png);
}
/* line 510, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-header .subscription-title .container p {
  color: black;
}
/* line 511, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-header .subscription-title .container p span {
  font-weight: 700;
}
/* line 513, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-header .subscription-title .container button {
  background-color: black;
}
/* line 515, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-header .subscription-title .container.show-subscription-form button {
  background: url(../img/icons/close-subscription.png) no-repeat black 8px 8px;
}
/* line 521, newsletter.scss */
.subscription-area-wrapper.subscription-pele .subscription-modal .subscription-title {
  background: #e2d9d8 url(../img/newsletter/pele-top.png);
}
/* line 559, newsletter.scss */
.subscription-area-wrapper.subscription-coloracao .subscription-header .subscription-title {
  background-color: #e12011;
}
/* line 561, newsletter.scss */
.subscription-area-wrapper.subscription-coloracao .subscription-header .subscription-title .container {
  background: #e12011 url(../img/newsletter/coloracao-top.png);
}
/* line 563, newsletter.scss */
.subscription-area-wrapper.subscription-coloracao .subscription-header .subscription-title .container button {
  background-color: black;
}
/* line 565, newsletter.scss */
.subscription-area-wrapper.subscription-coloracao .subscription-header .subscription-title .container.show-subscription-form button {
  background: url(../img/icons/close-subscription.png) no-repeat black 8px 8px;
}
/* line 571, newsletter.scss */
.subscription-area-wrapper.subscription-coloracao .subscription-modal .subscription-title {
  background: #e12011 url(../img/newsletter/coloracao-top.png);
}
/* line 590, newsletter.scss */
.subscription-area-wrapper.subscription-cabelos .subscription-header .subscription-title .container {
  background: url(../img/newsletter/cabelos-top.png);
}
/* line 596, newsletter.scss */
.subscription-area-wrapper.subscription-cabelos .subscription-modal .subscription-title {
  background: black url(../img/newsletter/cabelos-top.png);
}
/* line 603, newsletter.scss */
.subscription-area-wrapper.subscription-men .subscription-header .subscription-title {
  background-color: black;
}
/* line 607, newsletter.scss */
.subscription-area-wrapper.subscription-men .subscription-header .subscription-title .container button {
  background-color: #ec6615;
}
/* line 609, newsletter.scss */
.subscription-area-wrapper.subscription-men .subscription-header .subscription-title .container.show-subscription-form button {
  background: url(../img/icons/close-subscription.png) no-repeat #ec6615 8px 8px;
}
/* line 615, newsletter.scss */
.subscription-area-wrapper.subscription-men .subscription-modal .subscription-title {
  background: black url(../img/newsletter/men-top.png);
  background-position: -135px top !important;
}
/* line 621, newsletter.scss */
.subscription-area-wrapper.subscription-men .newsletter-form .newsletter-title {
  color: white;
}
/* line 624, newsletter.scss */
.subscription-area-wrapper.subscription-men .newsletter-form .checkmark {
  background-color: #ec6615;
}
/* line 627, newsletter.scss */
.subscription-area-wrapper.subscription-men .newsletter-form .btn {
  background-color: #ec6615;
}
/* line 630, newsletter.scss */
.subscription-area-wrapper.subscription-men .newsletter-form .disclaimer a {
  color: #ec6615;
}
/* line 637, newsletter.scss */
.subscription-area-wrapper.subscription-area-wrapper-header .subscription-header .subscription-title, .subscription-area-wrapper.subscription-area-wrapper-header .subscription-modal .subscription-title {
  background-position: left top;
  background-size: auto;
}
/* line 645, newsletter.scss */
.subscription-area-wrapper.subscription-area-wrapper-modal .subscription-header .subscription-title, .subscription-area-wrapper.subscription-area-wrapper-modal .subscription-modal .subscription-title {
  background-position: -185px top;
  background-size: auto 152px!important;
}

/* line 655, newsletter.scss */
.subscription-tile .subscription-tile-img {
  height: 180px;
}
/* line 657, newsletter.scss */
.subscription-tile.subscription-tile .subscription-area-form form button {
  background: #bfa37b;
  color: black;
}
/* line 658, newsletter.scss */
.subscription-tile.subscription-tile .subscription-area-form form button:hover {
  background-color: white;
  color: black;
}
/* line 662, newsletter.scss */
.subscription-tile.subscription-tile-penteados .subscription-area-form form button {
  background: #bfa37b;
  color: black;
}
/* line 665, newsletter.scss */
.subscription-tile.subscription-tile-solares .subscription-title p span {
  color: #ff8f00;
}
/* line 666, newsletter.scss */
.subscription-tile.subscription-tile-solares .subscription-area-form form button {
  background: #ff8f00;
  color: white;
}
/* line 669, newsletter.scss */
.subscription-tile.subscription-tile-pele .subscription-area-form form button {
  background: #bfa37b;
  color: black;
}
/* line 672, newsletter.scss */
.subscription-tile.subscription-tile-makeup .subscription-title p span {
  color: #ec6615;
}
/* line 673, newsletter.scss */
.subscription-tile.subscription-tile-makeup .subscription-area-form form button {
  background: #ec6615;
  color: white;
}
/* line 676, newsletter.scss */
.subscription-tile.subscription-tile-coloracao .subscription-title p span {
  color: #e12011;
}
/* line 677, newsletter.scss */
.subscription-tile.subscription-tile-coloracao .subscription-area-form form button {
  background: #e12011;
  color: white;
}
/* line 680, newsletter.scss */
.subscription-tile.subscription-tile-cabelos .subscription-area-form form button {
  background: #bfa37b;
  color: black;
}
/* line 683, newsletter.scss */
.subscription-tile.subscription-tile-men .subscription-title p span {
  color: #ec6615;
}
/* line 684, newsletter.scss */
.subscription-tile.subscription-tile-men .subscription-area-form form button {
  background: #ec6615;
  color: white;
}

/* line 689, newsletter.scss */
.newsletter-gerir section {
  position: relative;
}
/* line 690, newsletter.scss */
.newsletter-gerir .container {
  position: relative;
  z-index: 1;
}
/* line 692, newsletter.scss */
.newsletter-gerir section.destaque-section .container {
  max-width: 1100px;
  padding: 0;
}
/* line 694, newsletter.scss */
.newsletter-gerir section.destaque-section .container figure {
  display: inline-block;
  width: 46%;
}
/* line 696, newsletter.scss */
.newsletter-gerir section.destaque-section .container figure img {
  height: 375px;
}
/* line 698, newsletter.scss */
.newsletter-gerir section.destaque-section .container .destaque-text {
  display: inline-block;
  vertical-align: top;
  width: 54%;
  text-align: left;
  padding-top: 90px;
}
/* line 699, newsletter.scss */
.newsletter-gerir section.destaque-section .container .destaque-text .heading2 {
  text-align: left;
  font-size: 32px;
  font-family: 'Raleway';
  font-weight: 100;
  text-transform: uppercase;
}
/* line 700, newsletter.scss */
.newsletter-gerir section.destaque-section .container .destaque-text .heading3 {
  font-size: 24px;
  font-family: 'Raleway';
  display: inline-block;
  padding-top: 40px;
  line-height: 26px;
}
/* line 704, newsletter.scss */
.newsletter-gerir section.midmenu-section {
  background: black;
}
/* line 707, newsletter.scss */
.newsletter-gerir section.midmenu-section .midmenu-container .container {
  padding: 0;
  width: 100%;
}
/* line 708, newsletter.scss */
.newsletter-gerir section.midmenu-section .midmenu-container ul.midmenu {
  text-align: center;
  padding-top: 18px;
}
/* line 709, newsletter.scss */
.newsletter-gerir section.midmenu-section .midmenu-container ul.midmenu li {
  display: inline-block;
  vertical-align: bottom;
}
/* line 712, newsletter.scss */
.newsletter-gerir section.midmenu-section .midmenu-container ul.midmenu li div {
  width: 260px;
  height: 50px;
  display: table;
}
/* line 716, newsletter.scss */
.newsletter-gerir section.midmenu-section .midmenu-container ul.midmenu li div a {
  display: table-cell;
  padding: 4px 18px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'GothamMedium';
  color: white;
  vertical-align: middle;
  text-decoration: none;
}
/* line 717, newsletter.scss */
.newsletter-gerir section.midmenu-section .midmenu-container ul.midmenu li div a.active, .newsletter-gerir section.midmenu-section .midmenu-container ul.midmenu li div a:hover {
  background-color: white;
  color: black;
}
/* line 724, newsletter.scss */
.newsletter-gerir section.slider-section {
  background-color: white;
}
/* line 729, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .slide-content .heading2 {
  font-family: 'GothamMedium';
  font-size: 18px;
  font-weight: 400;
  padding-left: 20px;
  padding-top: 40px;
  padding-bottom: 25px;
}
/* line 736, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .slide-content .heading2.break {
  border-top: 1px solid #cccccc;
}
/* line 740, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container input[type=text], .newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container input[type=email], .newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container input[type=date] {
  font-size: 16px;
  padding: 12px;
  background: #cdcdcd;
  border: none;
  outline: none;
}
/* line 741, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container input[type=date] {
  height: 43px;
  padding: 8px;
}
/* line 742, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .btn {
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'GothamBook';
}
/* line 743, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .input-container {
  margin-bottom: 24px;
}
/* line 745, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .input-container input {
  margin-right: 2%;
}
/* line 746, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .input-container input:last-child {
  margin-right: 0;
}
/* line 749, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .search-button, .newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .loading-button, .newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .edit-button {
  width: 30px;
  height: 28px;
  display: inline-block;
  margin-right: 10px;
  background: no-repeat center center;
  background-size: 28px;
  color: transparent;
}
/* line 750, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .search-button {
  background-image: url(../img/form/newsletter/search.png);
}
/* line 751, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .edit-button {
  background-image: url(../img/form/newsletter/edit.png);
  margin: 0 2% 0 0;
  display: none;
}
/* line 752, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .loading-button {
  background-image: url(../img/fancybox/fancybox_loading.gif);
  display: none;
}
/* line 754, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-one input {
  width: 32%;
  display: inline-block;
}
/* line 757, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two input, .newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two .radio-container {
  display: inline-block;
}
/* line 758, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two input {
  width: 32%;
}
/* line 759, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two .radio-container {
  width: 190px;
}
/* line 760, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two .radio-container span {
  font-size: 16px;
}
/* line 761, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two .radio-container label {
  font-size: 16px;
  margin-left: 12px;
  margin-right: 4px;
  font-weight: normal;
}
/* line 762, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-two .radio-container input {
  width: auto;
}
/* line 766, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-four input {
  width: 32%;
}
/* line 767, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-four .post-code {
  width: 20%;
}
/* line 768, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-four .post-code-add {
  width: 6%;
}
/* line 769, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-four span {
  font-size: 16px;
  text-transform: uppercase;
  color: #656565;
}
/* line 772, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .container-form-address-manual {
  width: 41%;
  float: left;
  margin-right: 2%;
}
/* line 774, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .container-form-address-manual input {
  width: 100%;
}
/* line 776, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .select-container-form-address {
  display: none;
}
/* line 778, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .select-container .chosen-container-single .chosen-single {
  border-radius: 0;
  background: #cdcdcd;
  border: none;
  box-shadow: none;
  font-size: 16px;
  color: black;
  padding: 14px 11px;
  height: 42px;
  position: relative;
}
/* line 780, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .select-container .chosen-container-single .chosen-single:after {
  content: '';
  background: url(../img/form/newsletter/arrow-down-black.png) no-repeat center center;
  border-left: 1px solid #a8a8a8;
  width: 26px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 783, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .select-container.select-container-form-conhecimento .chosen-container {
  width: 431px !important;
}
/* line 786, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .select-container.select-container-form-address .chosen-container {
  float: left;
  width: 46% !important;
  margin-right: 2%;
}
/* line 787, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .row-three .select-container.select-container-form-address label {
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Raleway';
}
/* line 791, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-row {
  display: inline-block;
  width: 75%;
}
/* line 792, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-row .container-checkbox {
  margin-left: 10px;
  margin-bottom: 0;
}
/* line 794, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .btn {
  width: 23%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: bottom;
}
/* line 795, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .heading4 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'GothamMedium';
  margin-top: 38px;
  margin-bottom: 12px;
}
/* line 796, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container span {
  font-size: 14px;
}
/* line 797, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 809, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox a {
  text-decoration: underline;
}
/* line 810, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox input {
  /* Hide the browser's default checkbox */
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* line 815, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox .checkmark {
  /* Create a custom checkbox */
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #b6b6b6;
}
/* line 823, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox .checkmark:after {
  /* Create the checkmark/indicator (hidden when not checked) */
  content: "";
  position: absolute;
  display: none;
}
/* line 828, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox .checkmark:after {
  /* Style the checkmark/indicator */
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #000000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 840, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox:hover input ~ .checkmark {
  /* On mouse-over, add a grey background color */
  background-color: #bdbdbd;
}
/* line 843, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox input:checked ~ .checkmark {
  /* When the checkbox is checked, add a grey background */
  background-color: #bdbdbd;
}
/* line 846, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .container-checkbox input:checked ~ .checkmark:after {
  /* Show the checkmark when checked */
  display: block;
}
/* line 850, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-rectangles-row {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  margin-bottom: 20px;
}
/* line 855, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-rectangles-row .container-checkbox {
  background-color: #d3d3d3;
  margin: 0px 30px 30px 0;
  width: 350px;
  height: 50px;
  border: 1px solid black;
  display: inline-block;
  vertical-align: top;
  font-family: 'Raleway';
  font-size: 18px;
  font-weight: 400;
  padding: 16px 18px;
}
/* line 867, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-rectangles-row .container-checkbox:nth-of-type(3n) {
  margin-right: 0;
}
/* line 870, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-rectangles-row .container-checkbox span.checkmark {
  top: 9px;
  right: 10px;
  left: auto;
  height: 30px;
  width: 30px;
  background-color: #c4c4c4;
}
/* line 877, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-rectangles-row .container-checkbox span.checkmark:after {
  left: 10px;
  top: 2px;
  width: 10px;
  height: 20px;
  border: solid #000000;
  border-width: 0 6px 6px 0;
}
/* line 886, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .form-container .checkbox-rectangles-row .container-checkbox.active {
  background-color: white;
}
/* line 892, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container .disclaimer-container {
  font-family: 'Raleway';
  font-size: 12px;
  color: #8b8b8b;
  margin-bottom: 100px;
  line-height: 16px;
}
/* line 895, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-one .slide-header .heading2 {
  text-align: center;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 50px;
}
/* line 896, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-one .slide-header .heading3 {
  font-size: 16px;
  line-height: 20px;
  font-family: 'Raleway';
  padding-top: 20px;
  padding-bottom: 50px;
  font-weight: 300;
}
/* line 899, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-one .slide-content .form-container {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-top: 42px;
  padding-bottom: 50px;
  margin-bottom: 38px;
}
/* line 902, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-one .slide-content .heading3 {
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'GothamMedium';
  margin-bottom: 24px;
  margin-top: -20px;
}
/* line 906, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-two .slide-content {
  padding-top: 40px;
}
/* line 908, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-two .slide-content .button-row {
  width: 100%;
  margin: 40px 0;
  padding: 25px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
}
/* line 915, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-two .slide-content .button-row button.btn {
  width: 350px;
  height: 50px;
  float: right;
}
/* line 926, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-three .slide-content .checkbox-rectangles-row .container-checkbox {
  width: 525px;
  margin-right: 50px;
}
/* line 929, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-three .slide-content .checkbox-rectangles-row .container-checkbox:last-of-type {
  margin-right: 0;
}
/* line 934, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-three .slide-content .button-row {
  width: 100%;
  padding: 35px 0;
  border-top: 1px solid #cccccc;
  float: left;
}
/* line 939, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-three .slide-content .button-row button.btn {
  width: 350px;
  height: 50px;
  float: right;
}
/* line 949, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-four .slide-content .heading2 {
  font-size: 18px;
  font-family: 'GothamMedium';
  font-weight: 400;
  width: 750px;
  display: inline-block;
  vertical-align: top;
  padding-right: 85px;
  padding-left: 55px;
  line-height: 24px;
  padding-top: 55px;
}
/* line 950, newsletter.scss */
.newsletter-gerir section.slider-section ul.newsletter-slider li.slide-container.slide-four .slide-content button.btn {
  height: 50px;
  width: 350px;
  background: #000000;
  color: #ffffff;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Raleway';
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-top: 55px;
  margin-left: 0;
}

/* line 958, newsletter.scss */
.gerirdados-area-form {
  border-top: 1px solid #4d4d4d;
  clear: both;
  padding: 20px 0;
  display: inline-block;
  display: block;
}
/* line 156, _config.scss */
.gerirdados-area-form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/* line 157, _config.scss */
.gerirdados-area-form * html {
  height: 1%;
}
/* line 962, newsletter.scss */
.gerirdados-area-form .title {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding-right: 44px;
  background: url(../img/icons/newsletter-w.png) no-repeat 92% center;
  display: inline-block;
  width: 25%;
  float: left;
  margin-top: 6px;
}
/* line 964, newsletter.scss */
.gerirdados-area-form.subscription-area-form-box form {
  display: inline-block;
  width: 75%;
  float: left;
}
/* line 965, newsletter.scss */
.gerirdados-area-form.subscription-area-form-box form input {
  display: inline-block;
  border: none;
  background: #4d4d4d;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 18px;
  margin-right: 8px;
  color: #bababa;
  width: 185px;
}
/* line 966, newsletter.scss */
.gerirdados-area-form.subscription-area-form-box form input[type="date"] {
  padding: 5px 8px 4px;
}
/* line 967, newsletter.scss */
.gerirdados-area-form.subscription-area-form-box form button {
  float: right;
  background: white;
  color: black;
  text-transform: uppercase;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}
/* line 970, newsletter.scss */
.gerirdados-area-form form {
  padding-bottom: 25px;
  width: 100%;
}
/* line 973, newsletter.scss */
.gerirdados-area-form form .input-container {
  margin-bottom: 24px;
  width: 75%;
  float: left;
}
/* line 977, newsletter.scss */
.gerirdados-area-form form .input-container .newsletter-title {
  font-family: 'Raleway';
  font-size: 22px;
  color: #bfa37b;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  width: 170px;
  line-height: 42px;
}
/* line 987, newsletter.scss */
.gerirdados-area-form form .input-container input[type=email].newsletter-email {
  font-size: 16px;
  line-height: 16px;
  padding: 12px;
  color: #c6c6c6;
  background-color: #404040;
  border: none;
  outline: none;
  width: 650px;
}
/* line 990, newsletter.scss */
.gerirdados-area-form form .btn {
  background: #bfa37b;
  color: #ffffff;
  border-radius: 0;
  padding: 10px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-family: 'Raleway';
  font-weight: 300;
  height: 40px;
  width: 230px;
  float: right;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 540px) and (max-width: 1024px) {
  /* line 1016, newsletter.scss */
  .subscription-header-form form .input-container input {
    margin-bottom: 20px;
  }
  /* line 1029, newsletter.scss */
  .subscription-header-form form .checkbox-row span {
    margin-bottom: 10px;
    float: left;
    width: 100%;
  }
}
