/* SXM Theme Stylesheet Adjustments */
.btn.btn-primary{
    box-shadow:none;
}

/* HEADER NAV */
header .header-wrapper{
    display:flex; 
    justify-content:space-between; 
    align-items:center;
    flex-direction:column;
}
header .header-wrapper p{
    color:#fff; 
    text-transform:uppercase;
}
header .header-wrapper a{
    color:#fff; 
    font-weight:bold; 
    border-bottom:2px solid transparent; 
    padding-bottom:2px;
}
header .header-wrapper a:hover,
header .header-wrapper a:focus,
header .header-wrapper a:active{
    text-decoration:none; 
    text-shadow:none; 
    border-bottom-color:#fff;
}
header .nav-links-wrapper{
    padding-top:4px;
}
header .nav-links-wrapper .nav-link:first-child{
    margin-right:24px;
}
@media(min-width:768px){
    header .header-wrapper{
        flex-direction:row;
    }
}

/* JUMBOTRON */
.jumbotron h1 {
    color: #000000 !important; 
    padding-top: 20px;
}
.jumbotron .jumbotron-text-wrapper .hero-btn{
    width:100%;
    max-width:320px;
    background-image:none;
}
.jumbotron .jumbotron-text-wrapper .hero-btn:hover,
.jumbotron .jumbotron-text-wrapper .hero-btn:focus,
.jumbotron .jumbotron-text-wrapper .hero-btn:active{
    border-color:#fff;
    color:#fff;
}

/* PAGE CONTENT */
.hero-text {
    width: 90% !important;
}
.hero-text h4 {
    margin-bottom: 10px !important;
}

.auc-cont-wrapper{
    display:flex; 
    align-items:center; 
    margin-bottom:8px;
}
.auc-cont-wrapper p{
    margin:0; 
    margin-right:8px;
}

.partner-header {
    margin-bottom: 0px !important;
}
.benefits-header {
    background-color: #0e5ee5; 
    color: #ffffff; 
    padding: 10px 20px;
}
.benefits-header h4 {padding-bottom: 0px;}

p {font-size: 16px; line-height: 20px;}

ul.arrow-list li {list-style: none; /*display:flex; align-items:center;*/ font-size: 16px; line-height: 20px; padding-left: 30px; padding-right: 25px;}
ul.arrow-list li::before {
    content: '';
    background-image:url(../images/auction/arrow-blu-r.svg);
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    display:inline-block;
    width: 15px;
    height: 12px;
    margin: 25px 10px 0 -25px;
}
ul.arrow-list li::after {
    padding-left: 20px;
}

.hiw-header {color: #0e5ee5; margin-left: 20px !important;}
.integration-header {color: #0e5ee5; margin-bottom: 10px !important;}
/*
li {list-style-type: none;}
ul.arrow-list {padding-left: 40px; font-size: 16px;}
ul.arrow-list li::before {content: "›"; margin: 0 0 0 -20px; display: inline-block; width: 20px; font-size: 22px; font-weight: bold; color: #0e5ee5;}*/

     
.stayConnected-footer {
    display: none !important;
}

/* ENROLL NOW PAGE STYLES */
.form-wrapper{
    padding:48px 0;
}
.form-wrapper .formContent{
    padding:40px 0;
}
.form-wrapper h2.h3{
    margin:16px 0;
}
.form-wrapper .form-group .form-control{
    margin:0;
}
label.label-overlay{
    bottom:36px;
}

.form-wrapper .authorize-check{
    text-align:center;
    color:#736e7d;
    margin:0 0 32px;
    padding-right:15px;
    padding-left:15px;
}
.form-wrapper .authorize-check .checkbox{
    display:inline-block;
}
.form-wrapper .authorize-check .checkbox-label{
    padding-left:32px;
    font-weight:normal;
}
.form-wrapper .authorize-check .input-error.checkbox-error{
    display:block;
    margin-top:16px;
}

.form-wrapper .standard-btn{
    margin-right:auto;
    margin-left:auto;
}
.form-wrapper .standard-btn .btn.btn-primary{
    background-image:none;
}

.form-wrapper .processing-error{
    color: red;
    font-weight:bold;
    display:inline-block;
    text-align:center;
    margin-bottom:4px;
}

/* THANK YOU PAGE STYLES */
.ty-content{
    padding:64px 0;
}
footer{
    background-color:#fff;
    padding:24px 0;
    text-align:center;
}
footer .link-footer{
    display:flex;
    flex-direction:column;
    align-items:center;
}
footer .footer-icons .social-icon{
    width:24px;
    margin-left:16px;
}
footer .footer-icons a:first-child img{
    margin-left:0;
}
footer .link-footer .legal{
    color:#736e7d;
    font-size:12px;
    line-height:18px;
}
    footer .link-footer a.legal:focus,
    footer .link-footer a.legal:active,
    footer .link-footer a.legal:hover{
        text-decoration:underline;
    }
footer .link-footer .legal.no-break{
    white-space:nowrap;
}

@media(max-width:1105px){
    
    .form-wrapper .authorize-check .input-error.check{
        display:inline-block;
    }
}
@media(min-width:768px) {
    .jumbotron h1 {
        color: #ffffff !important;
    }
    .jumbotron {
        background-image: url(../images/auction/homeHeroAuction.jpg);
    }
    .hero-text h4 {
        margin-bottom: 20px !important;
    }

    .partner-header {
        margin-top: 20px !important; 
        margin-bottom: 5px !important;
    }

    /* Thank You Page Styles*/
    footer .footer-icons{
        height:48px;
        display:flex;
        justify-content:flex-end;
        align-items:center;
    }
    footer .link-footer .legal.no-break{
        white-space:normal;
    }
}