html.fix-cont {
    overflow: hidden;
}
.ast-container {
    max-width: 100%;
    padding: 0;
}
.inner-container {
    max-width: 745px;
    width:100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.hero-banner-wrap {
    margin-bottom: 30px;
}
.hero-banner-wrap img {
    width: 100%;
}
.partner-content h2 {
    margin: 0 0 20px;
    text-align: center;
    font-family: "Futura Pt Extra Bold", Sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
}
.partner-content h3 {
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 15px;
    font-weight: 400;
    text-align: center;
    font-family: "Futura Pt Extra Bold", Sans-serif;
}
.partner-content p {
    color: #999999;
    font-family: "Futura Pt Light", Sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 20px; 
    margin: 0 0 30px;
    text-align: center;
}
.thumbnail-col img {
    max-width: 100%;
}
.product-detail-outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}
.thumbnail-cols-outer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}
.product-detail-outer .content-left {
    width: 52%;
    padding: 0 15px;
}
.product-detail-outer .thumbnail-col {
    width: 40%;
    padding: 0 15px;
}
.thumbnail-cols-outer .thumbnail-col {
    width: 33%;
    padding: 0 15px;
    box-sizing: border-box;
}
.thumbnail-cols-outer .thumbnail-col span {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5;
    color: #999999;
    font-weight: 400;
    font-family: "Futura Pt Book", sans-serif; 
}
.contact-wrap .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 20px 0 50px;
}
.contact-wrap a {
    font-family: "PT Sans", Sans-serif;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.6875em;
    background-color: #008cba;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 22px 12px 22px; 
}
.reviews-banner {
    margin-bottom: 20px;
}
.reviews-banner img {
    width: 100%;
}
.contact-form-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.contact-form-wrap h2 {
    width: 30%;
    text-align: left;
}
.contact-form-wrap form {
    width: 70%;
}
.contact-form-wrap form label {
    display: inline-block;
    width: 35%;
    margin-bottom: 10px;
    font-family: "Futura Pt Book", sans-serif;
    color: #999999;
}
.contact-form-wrap form input[type="text"] {
    width: 60%;
    display: inline-block;
    padding: 5px;
    border: 1px solid #008cba;
    outline: none;
    background: #ebeef1;
    margin-bottom: 10px;
}
input.button.small.expand {
    font-family: "PT Sans", Sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 0.6875em;
    background-color: #008cba;
    border-radius: 0px 0px 0px 0px;
    padding: 12px 22px 12px 22px;
    margin-left: 36%;
    border: none;
    color: #ffffff;
}
.thumbnail-col button {
    padding: 0;
    background:0;
    border: none;
    outline: none;
}
.modal-wrap { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
 background: rgba(0, 0, 0, 0.3); z-index: 99; display: none;  }
.reveal-modal { max-width: 700px; width: 100%; padding: 50px 15px 15px 15px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); background: rgba(255, 255, 255, 1); margin: 0 auto; display: none; z-index:999; }
.close-reveal-modal {  position: absolute; top: -7px; cursor: pointer; right: 14px; font-size: 24px; color: #000; }
.login-bg {  background: url('/wp-content/themes/astra-child/img/bk-md.jpg') center center no-repeat;
background-size: cover; min-height: 950px; position: relative;}
.invalid-data { color: red; }