.full-width .main-content .right-content .notifications {
    border-bottom: 1px solid #7C2D12;
    background: #9A3412;
}

.full-width .main-content .right-content .notifications .menu li a {
    border-right: 1px solid #7C2D12;
    color: white;
}

.full-width .main-content .right-content .notifications .menu li a .counter {
    color: #ffffff;
    background: #3a0309;
}

.full-width .main-content .right-content .notifications .menu li a:hover, .full-width .main-content .right-content .notifications .menu li a:focus {
    background-color: #7C2D12;
    color: white;
}

.full-width .main-header .user-account-links .email .counter.red {
    color: #ffffff;
    background-color: #ffae00;
}

.full-width .main-content .right-content .notifications .menu li a.acc-highlight-study {
    background-image: linear-gradient(#FFF7ED, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    color: #7C2D12;
    height: 41px;
    margin-left: 0;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-docs {
    background-image: linear-gradient(#FFF7ED, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    color: #7C2D12;
    height: 41px;
    margin-left: 160px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-tutor {
    background-image: linear-gradient(#FFF7ED, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    color: #7C2D12;
    height: 41px;
    margin-left: 320px;
}
.full-width .main-content .right-content .notifications .menu li a.acc-highlight-manage {
    background-image: linear-gradient(#FFF7ED, #ffffff, #ffffff, #ffffff, #ffffff, #ffffff);
    color: #7C2D12;
    height: 41px;
    margin-left: 480px;
}

.button, .count, .full-width .main-header .user-account-links .messages .counter, .full-width .main-header .user-account-links .email .counter, .courses-grid .course .top .tag.date {
    background: #C2410C;
}

.courses-grid .course .top .tag.date {
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.button.border {
    border: 1px solid #edf2d0;
}

.button:hover, .button:focus, .count:hover, .courses-grid .course .top .tag.date:hover {
    background: #9A3412;
    background-repeat: no-repeat;
}

.button.cancel {
    color: #ffffff;
    background-color: #FB923C;
}

.button.cancel:hover {
    color: #ffffff;
    background-color: #F97316;
}

.button.icon:hover {
    padding-left: 42px;
    background-position: 20px center;
    background-repeat: no-repeat;
}

.box-search2 input[type="submit"] {
    background: #C2410C url("../../../images/icon-zoom.png") center no-repeat;
}

.actions a.bcancel {
    background: #C2410C url("../../../images/icon-remove.png") center no-repeat;
}

.box-search2 input[type="submit"]:hover {
    background: #9A3412 url("../../../images/icon-zoom.png") center no-repeat;
}

.actions a.bcancel:hover {
    background: #9A3412 url("../../../images/icon-remove.png") center no-repeat;
}

.profile-edit-avatar .avatar .small .meta a.delete, a.delete-basket {
    background: #FB923C url("../../../images/icon-trash-white.png") center no-repeat;
}

.profile-edit-avatar .avatar .small .meta a.delete:hover, a.delete-basket:hover {
    background: #F97316 url("../../../images/icon-trash-white.png") center no-repeat;
}

.when-start-valid {
    margin-top: 10px;
    display: block;
    background-color: #edf2d0;
    color: #6e7a53;
    border: 1px solid #edf2d0;
    font-size: 1.2em;
    font-weight: 200;
    padding: 7px 5px;
    /*border-radius: 5px;*/
    text-align: center;
}

.when-start-missing {
    margin-top: 10px;
    background-color: #9A3412;
    color: #edf2d0;
    border: 1px solid #edf2d0;
    font-size: 1.2em;
    font-weight: 200;
    padding: 7px 5px;
    /*border-radius: 5px;*/
    text-align: center;
}

.cust-text-color {
    color: #C2410C;
}

a, a:active, a:visited {
    color: #C2410C;
    text-decoration: none;
}

.background-danger {
    color: #ffffff;
    background-color: #FB923C;
}

.background-solid {
    background-color: #9A3412;
}

@media(max-width:1290px){
    .courses-header{
        height: 240px;
        padding-top: 0;
    }
    .courses-header-img {
        box-shadow: none;
    }
}

.credit span {
    color: white !important;
}

.full-width .main-content .right-content .big-heading.img-bg {
    margin-left: -1px;
    padding: 25px 30px;
    height: auto;
    background-image: none;
    background-color: #e3edce;
    color: #9A3412;
    line-height: 1em;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

footer a {
    color: white !important;
}