@font-face{font-display:swap;font-family:'Caslon Text Regular Condensed';font-style:normal;font-weight:400;src:url(https://the1916company.imgix.net/fonts/F37CaslonText-RegularCondensed.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37CaslonText-RegularCondensed.woff) format('woff')}@font-face{font-display:swap;font-family:'Blanka Expanded';font-style:normal;font-weight:400;src:url(https://the1916company.imgix.net/fonts/F37Blanka-RegularExpanded.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37Blanka-RegularExpanded.woff) format('woff')}@font-face{font-display:swap;font-family:'Blanka Expanded';font-style:normal;font-weight:500;src:url(https://the1916company.imgix.net/fonts/F37Blanka-MediumExpanded.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37Blanka-MediumExpanded.woff) format('woff')}@font-face{font-display:swap;font-family:Blanka;font-style:normal;font-weight:300;src:url(https://the1916company.imgix.net/fonts/F37Blanka-Light.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37Blanka-Light.woff) format('woff')}@font-face{font-display:swap;font-family:Blanka;font-style:normal;font-weight:400;src:url(https://the1916company.imgix.net/fonts/F37Blanka-Regular.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37Blanka-Regular.woff) format('woff')}@font-face{font-display:swap;font-family:Blanka;font-style:italic;font-weight:400;src:url(https://the1916company.imgix.net/fonts/F37Blanka-RegularItalic.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37Blanka-RegularItalic.woff) format('woff')}@font-face{font-display:swap;font-family:Blanka;font-style:normal;font-weight:500;src:url(https://the1916company.imgix.net/fonts/F37Blanka-Medium.woff2) format('woff2'),url(https://the1916company.imgix.net/fonts/F37Blanka-Medium.woff) format('woff')}
*{font-family: Blanka, Arial, Helvetica, sans-serif;font-weight: 400;color: #2F2F2F;}
h2{
    display: -webkit-box;
    font-family: Caslon Text Regular,serif;
    font-size: 2.375rem;
    font-weight: 400;
    letter-spacing: -.0475rem;
    line-height: 1;
    white-space: pre-line;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding-bottom: 2px
}
.subheading {
    font-family: Blanka Expanded, Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 1.2rem;
}

.disclaimer {
   font-size: 13px;
   font-weight: 300;
   margin-bottom: 2em;

}

form label{
    font-size:.73rem; 
    letter-spacing: 0.08rem
}

.form-radio * {
    font-family: Blanka Expanded !important;
}

.form-radio label {
    padding: 0 30px 0 8px;
}

.channelRadio {
    display: inline-block; 
    width: 160px; 
    font-size: 14px;
}

input[type="radio"] {
    accent-color: #000; 
    height:17px;
    width:17px;     
    min-width: 17px;     
    min-height: 17px;     
    cursor: pointer;
}

input, select, option {
    font-size: .9rem; 
    font-weight: 400;
}

a, a:hover, a:active, a:visited {
    color: #637381;
    text-decoration: underline;
    white-space: nowrap;
    transition: text-decoration 80ms linear;
}

a:hover, a:active, a:visited {
    text-decoration: none
}

.BB{border-bottom: 1px solid #a0bbb8;}
.TB{border-top: 1px solid #a0bbb8;}
.FW700{font-weight: 700;}
.FW600{font-weight: 600;}
.FW500{font-weight: 500;}
.FW400{font-weight: 400;}
.UC{text-transform: uppercase;}
.LH14{line-height: 1.4;}
.PB15{padding-bottom: 15px;}

.rdoText, .chkText {
  font-weight: 400; 
  font-size: 14px; cursor: pointer;
}

#btnPrefCenter:disabled, #btnUnsubscribe:disabled {
      animation: pulse-animation 2s infinite;
      cursor: progress;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

body {background: #f4f4f4;}

#frmPrefCenter {
    padding: 0 1.2rem;
}

#prefcenter_wrapper {
 margin: 2.4rem auto 6rem;
 padding: 0 1.2rem;
 width: 100%;
}

@media (min-width: 1200px) {
    .container{
        max-width: 1100px;
    }
}


input:hover::placeholder {
                color: grey !important;
            transition: color 0.3s ease;
}

input::placeholder {
  color: #ffffff !important;

}

.form-control {
    border: 1px solid #111111;
}
.custom-control {
    padding-left: 1.8rem;
    padding-bottom: 1rem;
    line-height: 1.1rem;
}

/* This is the default state */
.custom-radio .custom-control-label::before {
    background-color: #fff;  /* orange */
    margin-top: .05rem;
    border: 1px solid #000;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after{
    background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    margin-top: 3px;
}

.custom-control-input:checked~.custom-control-label.black::before {
    background-color: #000;
}

.custom-checkbox .custom-control-label::before {
    background-color: #fff;  /* orange */
    margin-top: .05rem;
    border: 1px solid #000;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{
 background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    margin-top: .05rem;
}

.form-select-wrapper:after {
    content: "";
    background-image: url(https://watchbox-sfcc.imgix.net/arrow-down-black.svg?auto=format,compress&cs=srgb&usm=5&usmrad=5&vib=5);
    transform: rotate(0);
    height: 20px;
    width: 20px;
    top: 13px;
    right: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: 0;
    z-index: 10000000;
    pointer-events: none;
}

.form-select-wrapper {
    position: relative;
}

.form-select {
-webkit-appearance: none;
    cursor: pointer;

}

input[type=date] {
    cursor: text;
}

.custom-control-label::after, .custom-checkbox label {
    cursor: pointer;
}

.btn{
font-size: 0.875rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .01313rem;
    padding: 13px 24px;
    min-height: 2.5rem;
    width: 100%;
    max-width: 27rem;

}
.btn-dark{background-color: #131E29}
.btn-dark:hover, .btn-dark:active{background-color: #dfddd2; border-color: #dfddd2; color: #000}
.unsubbtn{background-color: inherit; text-decoration: underline; width: auto;}
.unsubbtn:hover, .unsubbtn:active{text-decoration: underline}
.form-group.required .control-label:after {
 content:"*";
color: #b93535;
}

.LH2{line-height: 2rem;}
.errorField{border-color: #b93535;}
.errorText{color:#b93535;}

.form-group label {
    color: #111111;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.1rem;
    text-transform: unset;
    font-weight: 400;
}

.column-content {
    flex-direction: column;
    align-items: flex-start;
}

.column-content > div {
    padding-bottom: 10px;
}

.column-center {
    margin-left: auto;
    margin-right: auto;
}

.spacing-bottom {
    margin: 0;
    padding-bottom: 31px;
}

.row.unsub-margin {
    margin-top: 31px !important;
}

button.unsubbtn  {
    padding-left: 0;
    padding-right:0;
}

.logo-container {
    max-width: 210px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}
 a.logo-container img {
    width: 220px;
}

.col-lg-4 {
    padding-bottom: 10px;
}



.let-us-know {
    text-transform: capitalize !important;
    color: #111111;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 19px;
}

.unsub-options .custom-control-label .rdoText {
    color: #111111;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 19px;
    padding-top: 5px;
}

.chkText {
    margin-top: 0.25rem;
    display: inline-block;
}

@media (max-width: 767px){
  .channelRadio {
  width:110px;
  }
  .form-radio label {padding:0 10px 0 8px}

  #prefcenter_wrapper {
      padding: 0;
  }

  .md-text-center {text-align: center;}
  #btnPrefCenter {margin-right:0 !important;}
}