/*MyCanvas Connect Catalog branding CSS - Jason Ross + Sheldon Golini*/
/*Working as of 09/06/2023*/

.read-more {
    font-family: 'proxima nova bold', arial, sans-serif;
    cursor: pointer;
}

.more-text {
    display: none;
}

a.btn.btn-info.btn-lg.btn-action {
    color: rgb(255, 255, 255);
}

.ProductEnrollment__Notice {
    font-size: 14px;
    color: rgb(70, 70, 70);
}

#product-page footer .h2 {
    font-style: normal;
}

#product-page #feature {
    padding-top: 0;
}

/* user-nav includes changes to the Login / User information link */
#user-nav {
    padding-top: 25px;
}

#user-nav>a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    color: rgb(102, 0, 51);
}

#user-nav>a:hover {
    text-decoration: none;
    color: rgb(102, 0, 51);
}

#app-header {
    background-color: whitesmoke;
    padding: 5px 0 0px;
}

#app-footer {
    background-color: rgb(102, 0, 51);
    color: white;
}

#app-footer ul a {
    color: white;
}

#search-form.callout-region {
    background-color: rgb(102, 0, 51);
}

.Dropdown__Toggle--header:hover,
.Dropdown__Toggle--cog:hover,
.Dropdown__Toggle--header:focus,
.Dropdown__Toggle--cog:focus {
    color: rgb(102, 0, 51);
}