
body * {
    color: #58595b;
}
a {
    color: #61205D;
}
.text-normal {
    color: #58595b !important;
    font-weight: 400;
}
#top-header-logo {
    margin-top: -15px;
}

.fal, .fa, .fab {
    color: inherit; /* because we're overriding the baseline color, we need to remind the icons that they take on the color of the closest element they are associated with */
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: 400;
    color: #58595b;
    letter-spacing: -1px;
    /*line-height: 0.9;*/
}
h4, .h4, h5, .h5, h6, .h6 {
    letter-spacing: 0;
}
.border-title-top {
    width: 5rem;
    border: 1px #7bc143 solid;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.nav.nav-tabs .nav-link.active {
    border-bottom: 5px solid #61205D;
}
.banner-homepage-events {
    background-image: linear-gradient(to right, #B0ADD6 , #B0ADD6 );
    box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.3);
}
.sidebar-container {
    right: 0px;
    left: unset;
}
.sidebarNav {
    margin-left: unset;
    margin-right: -300px;
    transition: margin-right 400ms ease;
    right: unset;
    left: 0;
}
.sidebarNav.in, .sidebarNav.show {
    margin-left: unset;
    margin-right: 0;
}
@media (min-width: 768px) {
    .banner-homepage-events .container {
        background: url(/images/layout/Banners/IDEaS-Events-banner-01.png) center center no-repeat;
        background-size: cover;
    }
}
.cameo-image {
    position: relative;
    border-radius: 50%;
    width: 100%;
}
.banner-event-details {
    background-image: linear-gradient(to right, #B0ADD6 , #B0ADD6  50%, #B0ADD6 );
}

.banner-event-details .container {
    background: url(/images/layout/Banners/Thin-banners-02.png) center top no-repeat;
    background-size: cover;
    min-height: 82px;
}
.background-login {
    background: url(/images/layout/Circular-Login-Page-Graphic/IDEaS-login-background-transp-1920x1080.png) center top no-repeat;
    min-height: vh100;
}
.nav-pills {
    border-top: 1px solid #d3d4d5;
}
.nav-pills .nav-link {
    text-decoration: none;
    border-bottom: 1px solid #d3d4d5;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #58595b;
    background-color: #efeff0;
}

.event-footer .dropdown-menu {
    min-width: 120%;
}
.event-footer-item {
    font-weight: 400;
    text-transform: uppercase;
    padding: 1rem 1.5rem;
    border-radius: 0;
}
.event-footer-item {
    border-bottom: 3px transparent solid;
}
.event-footer-item.active {
    border-bottom: 3px #862885 solid;
}
.fifth-column-fixed {
    max-width: 186px;
    width: 186px;
    min-width: 186px;
}
.fixed-col-title {
    min-height: 60px;
    text-align: center;
    justify-content: center;
}

.fixed-col-title * {
    font-weight: 600;
    margin: 0.75rem 0;
}

.font-style-light div,
.font-style-light p {
    line-height: 1.2;
    font-weight: 300;
    font-size: 0.9rem;
}
.font-style-light .fixed-col-subtitle,
.fixed-col-subtitle {
    min-height: 70px;
    font-style: italic;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.dropdown-item.active, .dropdown-item:active {
    color: #862885;
    text-decoration: none;
    background-color: #efeff0;
}
.popover {
    max-width: 960px;
}
.dismiss-popover {
    right: 17px;
}
.opacity-60 {
    opacity: 0.6;
}
.opacity-20 {
    opacity: 0.2;
}
.form-control-lg {
    height: calc(1.25em + 1rem + 2px);
    padding: .3rem 0.75rem;
    font-size: 1.1rem;
    line-height: 1.2;
    border-radius: .3rem;
}

#event-content {
    margin-bottom: 3.5rem;
    min-height: 667px;
}

@media (min-width: 960px) {
    #event-content {
        margin-bottom: 3.5rem;
        min-height: 500px;
    }

    .min-height{
        min-height: 500px;
    }
}
/* BEGIN Custom  radio inputs
See https://codepen.io/kasperczyk/pen/cjKHJ
or https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
*/
.register-radio {
    display: none;
}
/* checked */
.register-radio:checked + label:after {
    background: none repeat scroll 0 0 #00929c;
    box-shadow:inset 0 0 0 2px rgb(255,255,255);
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 18px;
    width: 18px;
    position: absolute;
    top: -3px;
    left: 1px;
}
.register-radio:checked + label:before {
    background-color: #00929c;
}
.register-radio:focus + label:before {
    background-color: #00929c;
}

/* not checked */
.register-radio + label:before {
    background-color:#00929c;
    border-radius:10px;
    display: inline-block;
    position: relative;
    height:20px;
    width:20px;
    content: ' ';
    margin-top: 3px;
    margin-right: 10px;
    cursor: pointer;
}
.register-radio + label:after {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50px 50px 50px 50px;
    content: " ";
    height: 18px;
    width: 18px;
    position: absolute;
    top: -3px;
    left: 1px;
    cursor: pointer;
}

.register-radio.disabled + label:before {
    background-color: #aaa;
    cursor: default;
}
.register-radio:checked.disabled + label:after {
    background: none repeat scroll 0 0 #aaa;
    cursor: default;
}


label {
    display: inline;
    position: relative;
}

/* END Custom  radio inputs */
