/* General overrides */

.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important;
}

/* Feedback widget override */

.feedback-widget-feedback summary {
    background:#2b4635;
    color: white;
}
.feedback-widget-feedback summary:hover {
    background:#2b4635;
    color: white;
}

.feedback-widget-feedback summary:focus {
    background:#2b4635;
}

/* theme.css override */

/*
#wb-info .brand a:visited,
#wb-info a:visited {
    color: #fff;
}
*/

header .brand {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 0px;
}

header .brand img {
	/* max-height: 5.5em;  Standard */
    max-height: 2.7em;
}

.primary-button,
.supertask-button {
    background-color: #2b4635;
    border-color: #2b4635;
}

.primary-button:hover,
.supertask-button:hover {
    background-color: #395e47;
    border-color: #395e47;
}

.primary-button:disabled,
.supertask-button:disabled {
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
    color: #9b9b9b;
}

.primary-button:disabled:hover,
.supertask-button:disabled:hover {
    background-color: #d1d1d1;
    border: 1px solid #d1d1d1;
    color: #9b9b9b;
}

.waiting-list-form input[type="submit"] {
    background-color: #2b4635;
    border-color: #2b4635;
}

.waiting-list-form input[type="submit"]:hover {
    background-color: #395e47;
    border-color: #395e47;
}

.gcweb-menu button[aria-haspopup=true] {
    text-transform: none;
    background-color: #2b4635;
    border-color: #2b4635;
    transition: .3s all ease;
}

.gcweb-menu button[aria-haspopup=true]:hover {
    background-color: #395e47;
    border-color: #395e47;
}

/* theme.css - overrides - footer */

#wb-info nav {
    padding-bottom: 2em;
    padding-top: 2em;
    position: relative;
}

#wb-info h3 {
    margin-bottom: 1em;
    margin-top: 0;
}

#wb-info nav ul[class*=colcount-] {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

[class*=colcount-].list-unstyled {
    list-style: none outside none;
    padding-left: 0;
}

#wb-info .landscape {
    height: 180px;
}

#wb-info .gc-main-footer h4, #wb-info .landscape h4 {
    margin-top: 2em;
    position: relative;
}

#wb-info .gc-main-footer h4::before, #wb-info .landscape h4::before {
    border-bottom: 4px solid #fff;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    top: -1.5em;
    width: 2.25em;
}

#wb-info nav li {
    margin-bottom: 0.75em;
}

[class*=colcount-].list-unstyled li {
    margin-left: 0;
}

#wb-info .gc-main-footer a, #wb-info .landscape a {
    color: #fff;
}

#wb-info a {
    font-size: .875em;
    text-decoration: none;
}

#wb-info .brand nav, #wb-info .gc-sub-footer nav {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 0;
    padding-top: 0;
}

#wb-info .brand nav ul, #wb-info .gc-sub-footer nav ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wb-info .brand nav ul li, #wb-info .gc-sub-footer nav ul li {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 0.5em;
}

#wb-info .gc-sub-footer {
    background: #f8f8f8;
    color: #333;
    padding: 1.5em 0 2em;
}

#wb-info .brand .wtrmrk, #wb-info .gc-sub-footer .wtrmrk {
    text-align: right;
}

#wb-info .brand object, #wb-info .brand img {
    height: 40px;
    margin-bottom: 2em;
    margin-top: 19px;
    margin-right: -0.2em;
    width: auto;
}

@media screen and (min-width: 768px) {
    .colcount-sm-2 {
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media screen and (max-width: 991px) {
    #wb-info .brand nav ul, #wb-info .gc-sub-footer nav ul {
        display: block;
    }

    #wb-info .brand nav ul li:not(:last-child), #wb-info .gc-sub-footer nav ul li:not(:last-child) {
        margin-bottom: 0.75em;
    }

    #wb-info .ftr-urlt-lnk li:before {
        content: none;
        margin-right: 0px;
    }

    #wb-info .brand nav ul li, #wb-info .gc-sub-footer nav ul li {
        display: block;
    }
}

@media screen and (min-width: 992px) {
    .colcount-md-3 {
        -webkit-column-count: 4;
        column-count: 4;
    }

    #wb-info .brand nav ul li:not(:first-child)::before, #wb-info .gc-sub-footer nav ul li:not(:first-child)::before {
        content: "\2022";
        margin-right: 0.7em;
    }
}

/* csps.css override */

.section .container #wb-cont::before {
	content: "";
    margin-right: 0px;
}

/* coursemerchant.css override */

.pull-right a.login-button {
    background-color: #2b4635;
    border: 1px solid #2b4635;
    transition: .3s all ease;
}

.waiting-list-form input[type="submit"] {
    background-color: #2b4635;
    border-color: #2b4635;
}

.waiting-list-form input[type="submit"]:hover {
    background-color: #2b4635;
    border-color: #2b4635;
}

.pagination-links a {
    border: 1px solid #2b4635;
    color: #2b4635;
}

.pagination-links b {
    border: 1px solid #2b4635;
    background: #2b4635;
}

/* coursemerchant-products.css override */

.cm-facet-form-search .btn-primary {
    background-color: #2b4635;
}

.cm-facet-form-search .btn-clear-search {
    background-color: #2b4635;
}