a {
    color: #002d62;
}

/* --- Navbar --- */
.header-wrapper.stuck {
    top: 0px !important;
}

/* --- Hamburger Icon (mobile nav) --- */
i.icon-menu.responsive-menu {
    display: block;
    max-width: 23.51px;
    min-width: 23.51px !important;
    padding: 1px 2px 6px;
    margin: 0;
    float: none;
}
.css-menu-bar {
    background-color: #7d7d7d;
    display: block;
    height: 2px;
    margin: 4px 0px 0px 0px;
    border-radius: 60px;
}
i.icon-menu:before {
    display: none;
}

.icon-angle-down:before {
    font-family: 'FontAwesome';
}

.icon-angle-up:before {
    font-family: 'FontAwesome';
    font-size: 29px;
}

div.contentarea {
    background-color: #FFFFFF;
}

ul {
    margin-left: 30px;
}

div.cdmsginfo {
    color: #4c4c4c !important;
    background-color: #FFFFFF !important;
    font-size: 100%;
    border: none;
}

div.contentarea {
    margin-top: 30px;
}

div#cdsignin {
    background-color: #f3f3f3;
    padding: 15px;
    border: none;
}

button#dosignin, button.cdbutton, a.cdeventreglink, .cdeventreg {
    background-color: #c62f43 !important;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .03em;
    -ms-touch-action: none;
    touch-action: none;
    cursor: pointer;
    font-weight: bolder;
    text-align: center;
    text-decoration: none;
    border: 1px solid transparent;
    vertical-align: middle;
    border-radius: 0;
    margin-top: 0;
    margin-right: 1em;
    text-shadow: none;
    line-height: 2.4em;
    min-height: 2.5em;
    padding: 0 1.2em !important;
    max-width: 100%;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    width: 100%;
}

div.cdgridcol {
    padding-right: 0;
}

div.cdmsgprompt {
    font-size: 100%;
    padding-bottom: 15px;
}

div#cdemailholder label input[type="email"] {
    border-color: #dedede;
    margin-bottom: -30px;
}

div#cdemailholder > i {
    font-size: 14px;
}

div#cdemailholder {
    margin-bottom: 30px;
}

#cdregisterleft > .cdmsginfo > ul {
    margin-top: 11px;
}

/* --- Events/Workshops --- */
#searchUI select {
    -webkit-appearance: none !important;
}

span.cdeventsearchopt {
    padding-bottom: .4em;
}

input#zip {
    height: 3.2em;
    margin-top: 0.2em;
}

blockquote {
    border: none;
    font-size: 1em;
    font-style: normal;
}

button.cdbutton {
    font-size: 1.1em !important;
    background-color: #5381dd !important;
    margin-top: 8.5px;
}

.cdeventdate .cddatemonth {
    background-color: #5381dd;
}

.cdeventlisting .cdeventtime {
    color: #000000;
}

.icon-location {
    color: #a50000;
}

.cdeventlisting .cdeventreglink {
    padding: 0rem 2rem;
}

div > a.cdeventreg {
    width: auto;
    background-color: #c62f43 !important;
    padding: 0 1.2em;
}

@media screen and (min-width:628px) {
    a.cdeventreglink {
        max-width: 150px;
    }
}

/* --- Event View --- */
a.cdeventreg {
    width: auto;
}

/* --- Admin View --- */
a.contentedit {
    color: #c62f43;
    padding: 10px 27px;
    text-decoration: underline;
}
a.contentedit:hover {
    color: #983240;
}
a.contentedit:active {
    color: #e81b37;
}