 .footer-signup {
    width: 100%;
    padding: 1.5rem 2rem;
    position: relative
}


@media only screen and (min-width: 768px) {
     .footer-signup {
        padding: 0 2rem 1.5rem
    }
}
@media only screen and (min-width: 992px) {
     .footer-signup {
        padding: 3.5rem 2rem 2.5rem
    }
}
@media only screen and (min-width: 992px) {
     .footer-signup {
        width: 25%
    }
}
 .footer-signup .klaviyo_messages {
    font-family: "futura-pt", arial, sans-serif;
    font-size: .875rem
}
 .footer-signup .klaviyo_messages .success_message {
    color: #51c96d;
    padding-bottom: 15px
}
 .footer-signup .klaviyo_messages .error_message {
    color: #A40000;
    padding-bottom: 15px
}
 .footer-signup h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px
}
 .footer-signup .newsletter-email-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    max-width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
@media only screen and (min-width: 992px) {
     .footer-signup .newsletter-email-container {
        max-width: 300px
    }
}
 .footer-signup .newsletter-email-container .footer-email {
    border-radius: 0;
    border: none;
    background: #000;
    padding: 0 20px;
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 1.2;
    height: 40px;
    width: 100%
}
 .footer-signup .newsletter-email-container .footer-email::-webkit-input-placeholder {
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2
}
 .footer-signup .newsletter-email-container .footer-email:-ms-input-placeholder {
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2
}
 .footer-signup .newsletter-email-container .footer-email::placeholder {
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2
}
 .footer-signup .newsletter-email-container .footer-email:-ms-input-placeholder {
    color: #fff
}
 .footer-signup .newsletter-email-container .action_button {
    border-radius: 0;
    background: #000;
    padding: 6px 17px;
    height: 10px
}
 .footer-signup .newsletter-email-container .action_button:hover {
    opacity: 0.75
}
.footer-more-fields {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 25px;
    z-index: -1
}
@media only screen and (min-width: 768px) {
    .footer-more-fields {
        position: absolute;
        left: -335px;
        width: 310px
    }
}
.footer-more-fields.is-active {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 9
}
@media only screen and (min-width: 768px) {
    .footer-more-fields.is-active {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
}
.footer-more-fields:after {
    content: "";
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media only screen and (min-width: 768px) {
    .footer-more-fields:after {
        display: inline-block
    }
}
.footer-more-fields span {
    display: block;
    text-align: center
}
.footer-more-fields form {
    max-width: 100%
}
.footer-more-fields input {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 11px;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    color: #5c5c5c;
    border-radius: 0
}
.footer-more-fields input::-webkit-input-placeholder {
    color: #5c5c5c
}
.footer-more-fields input:-ms-input-placeholder {
    color: #5c5c5c
}
.footer-more-fields input::placeholder {
    color: #5c5c5c
}
.footer-more-fields input:-ms-input-placeholder {
    color: #5c5c5c
}
.footer-more-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    background-color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    border: 1px solid #e8e8e8;
    color: #5c5c5c;
    border-radius: 0;
    padding: 10px
}
.footer-more-fields select:focus {
    outline: none
}
.footer-more-fields .footer-select-third {
    width: 33%
}
.footer-more-fields .footer-select-third:nth-child(2) {
    margin: 0 10px
}
.footer-more-fields .footer-more-gender-select,
.footer-more-fields .footer-bday-select {
    width: 100%
}
.footer-more-fields .footer-select:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 15px;
    position: relative;
    right: 14px;
    top: 10px;
    background: url("//cdn.shopify.com/s/files/1/0377/2037/t/37/assets/select-arrows-black.png?417324982318287768");
    background-size: cover;
    background-repeat: no-repeat
}
.footer-more-fields .footer-more-label {
    font-size: 11px;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    color: #000;
    display: block;
    text-align: center;
    margin: 12px 0 5px
}
.footer-more-fields .close-footer-more {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 3px;
    right: 10px
}
.footer-more-fields .close-footer-more img {
    width: 100%
}
.footer-more-fields .footer-more-title {
    text-transform: uppercase;
    font-size: .875rem;
    font-family: "Oswald"
}
.footer-more-fields .footer-more-title:before {
    background: url("//cdn.shopify.com/s/files/1/0377/2037/t/37/assets/check-circle.svg?417324982318287768") no-repeat 0 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    top: 2px
}
.footer-more-fields .footer-more-small {
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    color: #5c5c5c;
    font-size: 11px
}
.footer-more-fields .klaviyo_submit_button {
    width: 100%;
    margin-top: 25px;
    padding: 12px 0
}
.footer-more-fields .klaviyo_submit_button span {
    text-transform: uppercase;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    font-size: .875rem
}
.footer-more-fields {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    padding: 25px;
    z-index: -1
}
@media only screen and (min-width: 768px) {
    .footer-more-fields {
        position: absolute;
        left: -335px;
        width: 310px
    }
}
.footer-more-fields.is-active {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 9
}
@media only screen and (min-width: 768px) {
    .footer-more-fields.is-active {
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%)
    }
}
.footer-more-fields:after {
    content: "";
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    right: -15px;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media only screen and (min-width: 768px) {
    .footer-more-fields:after {
        display: inline-block
    }
}
.footer-more-fields span {
    display: block;
    text-align: center
}
.footer-more-fields form {
    max-width: 100%
}
.footer-more-fields input {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    font-size: 11px;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    color: #5c5c5c;
    border-radius: 0
}
.footer-more-fields input::-webkit-input-placeholder {
    color: #5c5c5c
}
.footer-more-fields input:-ms-input-placeholder {
    color: #5c5c5c
}
.footer-more-fields input::placeholder {
    color: #5c5c5c
}
.footer-more-fields input:-ms-input-placeholder {
    color: #5c5c5c
}
.footer-more-fields select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 11px;
    background-color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    border: 1px solid #e8e8e8;
    color: #5c5c5c;
    border-radius: 0;
    padding: 10px
}
.footer-more-fields select:focus {
    outline: none
}
.footer-more-fields .footer-select-third {
    width: 33%
}
.footer-more-fields .footer-select-third:nth-child(2) {
    margin: 0 10px
}
.footer-more-fields .footer-more-gender-select,
.footer-more-fields .footer-bday-select {
    width: 100%
}
.footer-more-fields .footer-select:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 15px;
    position: relative;
    right: 14px;
    top: 10px;
    background: url("//cdn.shopify.com/s/files/1/0377/2037/t/37/assets/select-arrows-black.png?417324982318287768");
    background-size: cover;
    background-repeat: no-repeat
}
.footer-more-fields .footer-more-label {
    font-size: 11px;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    color: #000;
    display: block;
    text-align: center;
    margin: 12px 0 5px
}
.footer-more-fields .close-footer-more {
    width: 11px;
    height: 11px;
    display: block;
    position: absolute;
    top: 3px;
    right: 10px
}
.footer-more-fields .close-footer-more img {
    width: 100%
}
.footer-more-fields .footer-more-title {
    text-transform: uppercase;
    font-size: .875rem;
    font-family: "Oswald"
}
.footer-more-fields .footer-more-title:before {
    background: url("//cdn.shopify.com/s/files/1/0377/2037/t/37/assets/check-circle.svg?417324982318287768") no-repeat 0 0;
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-size: cover;
    margin-right: 8px;
    position: relative;
    top: 2px
}
.footer-more-fields .footer-more-small {
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    color: #5c5c5c;
    font-size: 11px
}
.footer-more-fields .klaviyo_submit_button {
    width: 100%;
    margin-top: 25px;
    padding: 12px 0
}
.footer-more-fields .klaviyo_submit_button span {
    text-transform: uppercase;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 1.5px;
    font-size: .875rem
}
 .footer-signup {
    width: 100%;
    padding: 1.5rem 2rem;
    position: relative
}
@media only screen and (min-width: 768px) {
     .footer-signup {
        padding: 0 2rem 1.5rem
    }
}
@media only screen and (min-width: 992px) {
     .footer-signup {
        padding: 3.5rem 2rem 2.5rem
    }
}
@media only screen and (min-width: 992px) {
     .footer-signup {
        width: 25%
    }
}
 .footer-signup .klaviyo_messages {
    font-family: "futura-pt", arial, sans-serif;
    font-size: .875rem
}
.footer-signup .klaviyo_messages .success_message {
    color: #51c96d;
    padding-bottom: 0px;
    letter-spacing: 0.5px;
    font-size: 13px;
}
 .footer-signup .klaviyo_messages .error_message {
    color: #A40000;
   padding-bottom:0px;
}
 .footer-signup h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 15px
}
 .footer-signup .newsletter-email-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #000;
    max-width: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}
@media only screen and (min-width: 992px) {
     .footer-signup .newsletter-email-container {
        max-width: 300px
    }
}
 .footer-signup .newsletter-email-container .footer-email {
    border-radius: 0;
    border: none;
    background: #000;
    padding: 0 20px;
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    font-size: 12px;
    line-height: 1.2;
    height: 40px;
    width: 100%
}
 .footer-signup .newsletter-email-container .footer-email::-webkit-input-placeholder {
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2
}
 .footer-signup .newsletter-email-container .footer-email:-ms-input-placeholder {
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2
}
 .footer-signup .newsletter-email-container .footer-email::placeholder {
    color: #fff;
    font-family: "futura-pt", arial, sans-serif;
    letter-spacing: 0px;
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2
}
 .footer-signup .newsletter-email-container .footer-email:-ms-input-placeholder {
    color: #fff
}
 .footer-signup .newsletter-email-container .action_button {
    border-radius: 0;
    background: #000;
    padding: 6px 17px;
    height: 10px
}
 .footer-signup .newsletter-email-container .action_button:hover {
    opacity: 0.75
}
.klaviyo_messages {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
.success_message {
    background: #51c96d;
    position: relative
}
.success_message p {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -56%);
    transform: translate(-50%, -56%)
}
.template__page--modern-sport .blvd-holding-block .email-inputs .klaviyo_submit_button {
    border: 2px solid #fff
}
.footer-signup{
float:right;}


#overlay.is-active {
    opacity: 1;
    background: rgba(0,0,0,0.9)!important;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}
.footer-more-fields .footer-select:after {
    position: absolute;
  
    z-index: 999!important;
}
.footer-more-fields .footer-select select
{
float:left;
  background:transparent!important;
display:inline-block;
}
.footer-more-fields .footer-more-label {
    float: left;
    width: 100%;
}
.footer-more-fields .footer-select-third
{
width:30%!important;
  float:left;
  position:relative;
}
.klaviyo_submit_button
{
  background:#000!important;
  color:#fff;
}
.footer-select.flex
{
  float:left;
  width:100%;
  position:relative;
  height:55px;
}


.footer-more-fields .close-footer-more {
    background: transparent;
    border: none;
  width:auto;
  height:auto;
  padding:0px;
}
.close-footer-more img {
    width: auto!important;
}
.footer-select-third.footer-select.flex select {
    margin-bottom: 0px!important;
}
.footer-more-fields
{
  display:none;
}
.footer-more-fields.is-active
{
  display:block;
}
.footer-signup {
    float: right;
    width: 100%;
    padding: 0px;
}
.footer-signup .newsletter-email-container .action_button
{
padding:6px 5px!important;
}
.klaviyo_messages
{
     opacity: 1;
    visibility: visible;
  position:relative;
}
.klaviyo_messages .success_message
{
  color:green!important;
  background:transparent;
}

.newsletter-email-container
{
float:left!important;
width:100%!important;
display:inline-block!important;
background:transparent!important;
}
.newsletter_submit_btn{
margin-top:20px;
}

.footer-signup .newsletter-email-container .footer-email {
    background: transparent;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    width: 100%!important;
    float: left!important;
    margin-top:13px;
    color: #000;
}
.newsletter-email-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc!important;
  font-weight:normal!important;
  font-style:inherit!important;
}
.newsletter-email-container ::-moz-placeholder { /* Firefox 19+ */
  color: #ccc!important;
  font-weight:normal!important;
  font-style:inherit!important;
}
.newsletter-email-container :-ms-input-placeholder { /* IE 10+ */
  color: #ccc!important;
  font-style:inherit!important;
  font-weight:normal!important;
}
.newsletter-email-container :-moz-placeholder { /* Firefox 18- */
  color: #ccc!important;
  font-weight:normal!important;
  font-style:inherit!important;
}