.s-text_center {
    text-align: center;
    margin: auto;
}

.s-text_left {
    text-align: left;
}

.s-table_center {
    margin: 0 auto;
}

.img_without-border {
    border: none;
}

.hr_standard {
    width: 100%;
    color: #000;
}

.table_standard {
    width: 95%;
    border: 0;
    border-spacing: 10px;
}

.table_border {
    border: 0;
    border-spacing: 10px;
}

a.accessible {
    position:fixed;
    top:50%;
    display: none;
}

a.accessible:focus {
    display: block;
}

#PhoneBar {
    margin-bottom: 40px;
}

.margin-base-vertical {
    margin-bottom: 30px;
}

.points {
    margin-top: 0;
}

#inlinechatdiv,
#proactivechatdiv {
    color: #000000 !important;
    background-color: #fff !important;
}

.image_size_60 {
    width: 60%;
    margin: 0 auto;
}
.image_size_60 img{
    width: 100%;
    height: 100%;
}

a:focus,
select:focus,
textarea:focus {
    box-shadow: 0px 0px 8px red;
    -moz-box-shadow: 0px 0px 8px red;
    -webkit-box-shadow: 0px 0px 8px red;
}

select:focus,
textarea:focus {
    outline: 2px dotted red;
}

a:hover,
a:focus {
    outline: 2px dotted red;
    text-decoration: underline;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

#header-aff, #header-black {
    background: none;
}
#header-aff .logo-container,
#header-black .logo-container {
    display: inline-block;
    margin-top: 20px;
    margin-left: 59px;
}
.hidden {
    display: none;
}
.image__wrap img {
    width: 100%;
    height: 100%;
}
.quovolve-nav a {
    background-color: #1571b1;
    color: #fff;
}
.image__wrapper {
    display: inline-block;
}
.image__wrapper img {
    width: 100%;
    height: 100%;
}
.image__wrapper.image_logo_badge {
    margin: 10px 10px auto 50px;
}