.page-title {
    justify-content: flex-start;
    font-size: 4.25rem;
    padding-top: 90px;
    margin: 0px 0px 26px;
}
.sub-page-title {
    font-family: "ThirstyRoughRegTwo", Helvetica, Arial, sans-serif;
    padding: 70px 0px 10px 0px;
    color: #c71f3f;
    font-size: 4rem;
    line-height: 4rem;
}
.page-sub-title {
   font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #003e6c;
    font-size: 3rem;
    line-height: 3.5rem;
    margin-top: 38px;
    border-top: 4px solid #c71f3f;
    padding: 5px 0;

}
#eclub {
    margin-top: -40px;
}

#eclub .row .col {
    padding: 0px;
}
#eclub #eclub-text {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #515151;
    padding-right: 10px;
}
.giftcards-image img {
    width: 100%;
}
#f-facts {
    background-color: rgba(0, 45, 78, .9);

}
.gc-text-top {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #515151;
    font-size: 2rem;
}
.facts-text {
    font-family: "BebasNeueBold", Helvetica, Arial, sans-serif;
    color: #fff;
    padding: 20px;
    font-size: 1.75rem;
    margin-bottom: 20px;
}
.facts-text li {
   font-family: "Roboto", Helvetica, Arial, sans-serif;
   font-size: 1rem;
   list-style-type: circle;
   list-style-position: inside;
   padding-left: 25px;
   text-indent: -1em;
}
#eclub .giftcard-lookup {
    display: none;
}
#eclub .giftcard-lookup-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#eclub .giftcard-lookup iframe {
    width: 570px;
    height: 600px;
    border: none;
    margin: 25px 0;
}
#eclub .lookup-btn {
    text-decoration: underline;
    cursor: pointer;
}
#eclub .giftcard-caveat {
    font-size: .7rem;
    line-height: .9rem;
}

#eclub .giftcard-unavailable {
    color:#0016b0;
    
}
#eclub p.disclaimer {
    margin: 36px 0;
    font-style: italic;
    font-size: .9rem;
    text-align: center;
}
#eclub .form-field {
    padding: 8px;
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {
    #eclub .lookup-line {
        display: none;
    }
    #eclub .giftcard-lookup {
        display: none !important;
    }
}
@media screen and (max-width:767px) {

}
@media screen and (max-width:600px) {
    #f-facts {
        margin-left: 0px; 
        margin-top: 10px;
    }
}
@media screen and (max-width:480px) {

}
@media screen and (max-width:350px) {
    .sub-page-title { 
        font-size: 4rem;
    }
}