.connect-icons {
    display: flex;
}

.connect-icons>a {
    font-size: 20px !important;
    padding-left: 0;
    padding-right: 0;
    color: #ffffff !important;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    background: rgb(171, 58, 90);
    background: -moz-linear-gradient(90deg, rgba(171, 58, 90, 1) 0%, rgba(42, 32, 118, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(171, 58, 90, 1) 0%, rgba(42, 32, 118, 1) 100%);
    background: linear-gradient(90deg, rgba(171, 58, 90, 1) 0%, rgba(42, 32, 118, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ab3a5a", endColorstr="#2a2076", GradientType=1);
    margin-right: 4px;
}

.connect h5 {
    color: #AB3A5A !important;
}

.address-wrapper {
    background: rgb(171, 58, 90);
    background: -moz-linear-gradient(90deg, rgba(171, 58, 90, 0.2) 0%, rgba(42, 32, 118, 0.2) 100%);
    background: -webkit-linear-gradient(90deg, rgba(171, 58, 90, 0.2) 0%, rgba(42, 32, 118, 0.2) 100%);
    background: linear-gradient(90deg, rgba(171, 58, 90, 0.2) 0%, rgba(42, 32, 118, 0.2) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ab3a5a", endColorstr="#2a2076", GradientType=1);
}

.address-wrapper h4.blue-bold-header-medium {
    color: #2A2076;
}

.address-wrapper h3.black-small-header {
    color: #AB3A5A;
}

.address-wrapper p.dark-grey-text {
    color: #484848 !IMPORTANT;
}

.div-border {
    background: none;
}

.blue-link-underline,
.blue-link-underline:hover {
    color: #2A2076;
}

.blue-header-block-notices {
    color: #484848;
}

.general-links-header {
    color: #2A2076;
}

.general-links-header span.glyphicon {
    color: #2A2076 !important;
}

.blue-header-block-notices span.glyphicon {
    color: #2A2076 !important;
}

.general-links-list>li>a,
.general-links-list>li>a:hover,
.general-links-list>li>a:visited,
.general-links-list>li>a:focus,
.general-links-list>li>a:active {
    color: inherit;
    border-right: 1px solid transparent;
    padding-right: 4px;
    color: #676767;
    outline: none;
    text-decoration: none !important;
}

hr.green-hr {
    display: none;
}

.dark-grey-text {
    list-style-type: none !important;
}

.btn-blue-border,
.btn-blue-border:hover,
.btn-blue-border:focus,
.btn-blue-border:active,
.btn-blue-border:visited {
    background-color: #2A2076;
    border: 2px solid #2A2076;
    color: #ffffff;
}

.btn-go {
    border-radius: 0;
    padding: 6px 25px 6px 15px !important;
    background-image: url(../images/v2/icon-go.png);
    background-repeat: no-repeat;
    background-position: center right 6px;
}

@media screen and (max-width: 600px) {
    .general-links-list>li {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
}