:root {
    --primary-color: rgb(215,32,39);
    --black: rgb(0,0,0);
    --dark-text: rgb(74,74,74);
    --white: rgb(255,255,255);
    --dark-gray: rgb(35,35,35);
    --dark-grey: rgb(35,35,35);
    --medium-gray-bg: rgb(46, 46, 46);
    --light-gray-text: rgb(204, 204, 204);
    --med-gray-text: rgb(204, 204, 204);
    --light-grey-bg: rgb(239, 239, 239);
}

/* Fix DNN Styles */

ul {
    list-style: unset;
}

a:focus, a:visited, a:active, a:hover {
    outline: none !important;
}

.dnn_mact > li.actionMenuMove > ul li {
    height: auto;
    line-height: normal;
}

a.dnnPrimaryAction, a.dnnPrimaryAction:link, a.dnnPrimaryAction:visited, a.dnnPrimaryAction:hover {
    color: #fff;
    text-shadow: none;
    background: #adb6c1;
    background: -moz-linear-gradient(top, #adb6c1 0%, #868d96 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adb6c1), color-stop(100%,#868d96));
    background: -webkit-linear-gradient(top, #adb6c1 0%,#868d96 100%);
    background: -o-linear-gradient(top, #adb6c1 0%,#868d96 100%);
    background: -ms-linear-gradient(top, #adb6c1 0%,#868d96 100%);
    background: linear-gradient(to bottom, #adb6c1 0%,#868d96 100%);
}

.RadEditor table {
    table-layout: initial !important;
}

.Normal, .NormalDisabled, .NormalDeleted {
    font-size: 14px;
    font-weight: initial;
    line-height: 1.4;
}

.dnnDropDownList, .dnnDropDownList * {
    box-sizing: initial !important;
    -moz-box-sizing: initial !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    letter-spacing: normal;
}

textarea {
    padding: 10px;
    height: 100px;
    font-weight: bold;
    font-size: 0.82em;
}

#ControlBar_ControlPanel, #ControlBar_ControlPanel * {
    box-sizing: initial;
    -moz-box-sizing: initial;
}

body > form #ControlBar_ControlPanel {
    z-index: 1050 !important;
}

a.btn-primary:visited {
    color: #fff;
}

a, a:visited {
    color: rgba(215,32,39,1);
}

body, .normal {
    color: rgb(109,110,112);
}

li p {
    line-height: unset;
}

/* End Fix DNN Styles */

.content ul li h6 {
    color: rgba(100,126,119,1);
}

footer ul li a:link,
footer ul li a:visited {
    color: #fff !important;
}


.breadcrumb {
    margin-bottom: 0;
    background-color: transparent;
    padding: 8px 0;
}

    .breadcrumb li a {
        font-size: 16px;
        color: #fff !important;
    }

#ControlBar_ControlPanel, #ControlBar_ControlPanel * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

    #ControlBar_ControlPanel ~ header nav.navbar-fixed-top {
        top: 54px;
    }


/* fixes for designer CSS*/
.button, .button:visited {
    background: rgba(215,32,39,1);
    color: rgba(255,255,255,1);
    padding: 10px 15px;
    border: none;
    border-radius: none;
    font-weight: 700;
    display: inline-block;
}

    .button:hover {
        background: rgba(166,18,24,1);
        color: rgba(255,255,255,1);
        text-decoration: none;
    }

#content .button {
    font-size: 20px;
    font-weight: 500;
    padding: 10px 30px;
    color: #fff !important;
}
/* END fixes for designer CSS*/





































