.sxn_marketing {
    display: none;
}

.article {
    width: 100%;
}

.sidebar {
    display: none;
}

.hdg_icon {
    position: relative;
    padding: 0 0 0 70px;
    margin: 0 0 20px;
    height: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333333;
}

.hdg_icon_2:before {
    width: 210px;
    background: url('../../img/content/article/hdg-icon-2.png');
}

.hdg_icon_1:before {
    width: 147px;
    background: url('../../img/content/article/hdg-icon-1.png');
}

.hdg_icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 70px;
}

.hdg_icon h2 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    padding: 0;
    color: #000;
    font-family: 'Cherry Cream Soda', cursive;
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    margin: 0;
}

.bgRegisterForBid {
    background: #e3e3e3 url('../../img/recent-news/recent-news-bg.jpg') no-repeat top center;
    background-size: cover;
    font: 14px/1 'Open Sans', sans-serif;
}

.contentInfo {
    padding: 30px 20px 30px;
    max-width: 1080px;
    margin: auto;
}

.textBoxBid {
    padding: 0 6px;
    border-radius: 6px;
    font: normal 14px/1 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #fff;
}

.pForBid {
    padding-bottom: 15px;
}

.mt3rem {
    margin-top: 3rem !important;
}

#shareThisPage {
    display: none;
}

#clientEmail {
    font-style: italic;
    color: #9B0D00;
}

.flexBid {
    display: flex;
    align-items: center;
}

.flexBidText {
    width: 55%;
    padding-right: 1rem;
}

.flexBidText p {
    padding-bottom: 5px;
}

.flexBidText p:last-child {
    padding-bottom: 0;
    color: #ff6464;
}

.flexBidButton {
    width: 45%;
    display: flex;
    justify-content: space-between;
}

.flexBidButton div {
    width: 48%;
}

.flexForm {
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.flexFormLabel {
    width: 40%;
    max-width: 200px;
}

.flexFormInput {
    width: 70%;
}

.flexFormInput .textBoxBid {
    max-width: 280px;
    width: 100%;
}

.flexFormInput .address {
    max-width: 500px !important;
}

.flexFormInput .expiration {
    max-width: 100px !important;
    text-align: center;
}

.flexFormAbout {
    width: 50%;
    max-width: 355px;
}

.flexFormSelect {
    width: 50%;
}

.flexFormAboutSelect {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.buttonRegisterBid {
    padding: 8px;
    border: 0;
    outline: 0;
    background: #000;
    color: #fff;
    border-radius: 8px;
    margin-top: 2rem;
    font-size: 16px;
    font-weight: 600;
}

.failedValidation {
    background-color: #dc1b1b !important;
    color: #fff !important;
}

.log_in {
    font: 16px/1.8 'Open Sans', sans-serif;
    color: #e2663e;
}

#logged_in_content, #logged_out_content {
    display: none;
}

@media screen and (max-width: 400px) {

    .flexBidText, .flexBidButton {
        width: 100%;
        margin-bottom: 1rem;
    }

    .flexBid {
        display: inline-block;
    }

    #clientEmail {
        line-height: 2;
    }

    .flexFormInput .expiration {
        max-width: 80px !important;
    }

    .flexFormAboutSelect {
        display: inline-block;
    }

    .flexFormAbout {
        width: 100%;
    }

    .flexFormSelect {
        margin-top: 1rem;
    }

}