@import url(../bower_components/fancybox/source/jquery.fancybox.css);
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/**
 * Mixins
 */
/*------------------------------------*\
  #MAILING LIST
\*------------------------------------*/
.mailing-list {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  font-family: "proxima-nova", Arial, sans-serif;
  font-weight: 600;
  box-sizing: border-box;
  color: black; }
  .mailing-list::after {
    clear: both;
    content: "";
    display: table; }
  .mailing-list *,
  .mailing-list *::before,
  .mailing-list *::after {
    box-sizing: inherit; }

.mailing-list-heading {
  font-family: "alternate-gothic-no-3-d", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-align: center;
  background: #a90612;
  color: white;
  padding: 12px 24px;
  margin: 0; }
  @media only screen and (min-width: 767px) {
    .mailing-list-heading {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 1; } }

.mailing-list #errorMsg {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  color: #a90612; }

.mlist-outer-wrapper {
  padding: 0 24px 48px; }

.mlist-wrapper {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto; }
  .mlist-wrapper::after {
    clear: both;
    content: "";
    display: table; }

.mlist-header {
  text-align: center;
  text-transform: uppercase;
  padding: 0 24px; }
  .mlist-header h3 {
    max-width: 446px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.41176; }
    .mlist-header h3::after {
      clear: both;
      content: "";
      display: table; }
  .mlist-header h4 {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429; }
    .mlist-header h4::after {
      clear: both;
      content: "";
      display: table; }

.mailing-list fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

.mailing-list label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  text-align: center;
  display: block;
  text-transform: uppercase; }

.mlist-field {
  margin-bottom: 12px; }

.mailing-list .dob {
  display: block; }
  .mailing-list .dob::after {
    clear: both;
    content: "";
    display: table; }
  .mailing-list .dob .select-wrapper {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .mailing-list .dob .select-wrapper:last-child {
      margin-right: 0; }

.mailing-list input,
.select-wrapper .select-input {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: white;
  color: black;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 6px 12px;
  margin: 0;
  width: 100%;
  border: 1px solid black;
  text-align: left; }

.mailing-list input[type="submit"] {
  padding: 0;
  text-transform: uppercase;
  width: auto;
  background: #a90612;
  color: white;
  border: none;
  padding: 6px 24px; }

.select-wrapper {
  position: relative; }

.select-wrapper .select-input {
  background-image: url("../images/select-arrow.png");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 31px 17px;
  padding-right: 48px;
  text-transform: uppercase;
  display: block; }

.select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0; }

.mailing-list .mlist-submit,
.mailing-list .mlist-submit-new {
  text-align: center; }

.mailing-list .termsWrapper {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 1.2; }

.mailing-list .terms {
  text-align: left;
  text-transform: uppercase; }
  .mailing-list .terms a {
    color: black; }

.mailing-list .termsContent {
  text-align: center;
  margin: 12px 0; }

.mlist-group-step-1 {
  display: block; }
  .mlist-group-step-1::after {
    clear: both;
    content: "";
    display: table; }
  .mlist-group-step-1 .mlist-field {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .mlist-group-step-1 .mlist-field:last-child {
      margin-right: 0; }

.mailing-list .thankyou-message {
  text-transform: uppercase; }

.mailing-list .secondFormCloseWrap {
  display: none; }

.mailing-list .thankyou-message {
  text-align: center;
  color: #a90612;
  text-transform: uppercase;
  margin-bottom: 24px; }

.mailing-list--inline .mlist-wrapper {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto; }
  .mailing-list--inline .mlist-wrapper::after {
    clear: both;
    content: "";
    display: table; }
.mailing-list--inline .termsContent {
  display: none; }
