﻿

#hex-logo {
    max-width: 140px;
    margin: auto;
}

.sub-heading {
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
    margin: 20px 0 10px !important;
    color: #262626;
}

#regWhite h1:not(section h1) {
    display: none;
}

#regWhite img {
    max-width: 140px;
    margin: auto;
}

#regWhite .Inner {
    max-width: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #fff 50%, #eee 50%);
    min-height: calc(100vh - 156px);
}

#regWhite #regBodyContent {
    max-width: 1450px;
    margin: auto;
    width: 100%;
}

 #regWhite .card-title {
    font-weight: 700 !important;
    color: #262626 !important;
    border: none !important;
    padding: 0 !important;
}

 #regWhite p {
    margin: 0.5em auto 1em;
}

.clean {
    padding: 0px;
    background: none;
}

.no-icon a::before {
    content: "" !important;
}

.accordion-header {
color: #63666a;
}

.accordion-header, .accordion-body {
background: transparent; 
}

.accordion__item.js-accordion-item::after {
    color: #63666a  !important;
    font-weight: bold  !important;
}

.enhanced .accordion__item::after {
    color: #ef972e  !important;
}

#about-enhanced {
margin-top: calc(50% - 50px);
}

@media (max-width: 700px) {
#regWhite .Inner {
background: transparent;
}

#about-enhanced {
margin-top: 40px;
}
}
