* {
    color: #1f1a17;
}

html, body {
    background-color: #92282c;
}

body {
    padding-top: 62px;
    background: none;
}

a, a * {
    color: #92282c !important;
    font-weight: bold;
    border: none;
}

a.btn-xs, input.btn-xs {
    border: solid 1px #1f201b;
    background-color: #ffffff;
    color: #1f201b;
    font-weight: bold;
}

a.btn-xs:hover, input.btn-xs:hover {
    text-decoration: none;
}

button, button:hover, button:active, button:focus, .btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #000000;
    color: #ffffff !important;
    border: solid 1px #000000;
    text-decoration: none;
}

.bg-white {
    background-color: #ffffff;
    padding: 8px;
    border-radius: 8px;
}

.btn-default, .btn-default:hover, .close {
    color: #1f201b !important;
}

.close:hover {
    color: #ffffff;
}

.content-starter, .contentPageHeading {
    width: 98%;
    margin: auto;
    margin-bottom: 12px;
    background-color: #ffffff;
    border-radius: 8px;
    margin-top: 0px;
    padding: 8px;
}

.content-affix {
    padding-top: 38px;
}

.logoBox {
    padding: 8px;
}

.loginNavBar {
    margin-bottom: 0px;
    background-color: #92282c;
    border: none;
    z-index: 200;
    width: 100%;
    border-radius: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f58188+0,e26600+100,2989d8+100,e26600+100 */
    background: #f58188; /* Old browsers */
    background: -moz-linear-gradient(top, #f58188 0%, #92282c 100%, #2989d8 100%, #92282c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f58188), color-stop(100%,#92282c), color-stop(100%,#2989d8), color-stop(100%,#92282c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f58188 0%,#92282c 100%,#2989d8 100%,#92282c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f58188 0%,#92282c 100%,#2989d8 100%,#92282c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f58188 0%,#92282c 100%,#2989d8 100%,#92282c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f58188 0%,#92282c 100%,#2989d8 100%,#92282c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58188', endColorstr='#92282c',GradientType=0 ); /* IE6-9 */
    margin: auto;
}

.loginBox {
    color: #ffffff !important;
    padding: 4px;
    padding-right: 12px;
    font-weight: bold;
    text-transform: capitalize;
}

.loginBox span {
    background-color: #ffffff;
}

.loginBox button.navbar-toggle, .loginBox button.navbar-toggle * {
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.loginBox a.btn-xs {
    color: #ffffff !important;
    margin-left: 8px;
    border: none !important;
    background: none !important;
    padding: 6px !important;
}

.navbar-brand {
    color: #ffffff !important;
}

.navbar-brand img {
    border-radius: 4px;
}

.loginBox a.navbar-brand {
    padding: 6px !important;
}

.bannerContainer {
    text-align: center;
    padding: 0.8em;
}

/* Top banner */
.bannerContainer div {
    width: 85%;
    margin:auto;
    padding: 12px;
    text-align: center;
}

/* frontend css override */

.contentTeaserReadMore a.btn-primary {
    color: #ffffff !important;
}

.contentDetailsRow {
    background-color: #c7cbb9 !important;
}

/* Mini Search Form */

.miniSearchFormForm {
    margin: 0px;
}

.miniSearchForm {
    display: inline-table;
    width: auto;
    padding-right: 12px;
    padding-left: 22px;
    padding-top: 3px;
}

.searchButtonMini {
    color: #ffffff !important;
    background: none !important;
    padding: 6px !important;
    border-color: #ffffff !important;
}

.searchTextInput {
    width: 10em;
    font-weight: normal !important;
    padding: 4px;
    border-color: #ffffff !important;
}

.miniSearchForm .radio * {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.miniSearchForm .radio select {
    border-color: #ffffff;
}

.miniSearchForm .radio select, .miniSearchForm .radio option {
    color: #1f1a17;
    padding: 2px;
    line-height: 12px;
    height: 24px;
}

.miniSearchForm .radio label {
    display: inline-table;
    margin-right: 6px;
    position: relative;
    top:-2px;
}

.miniSearchForm .radio input {
    display: inline-table;
    margin-right: 2px;
}

/* Bootstrap overrides */

.page-header {
    margin-top: 12px !important;
}

.required {
    color: #92282c;
}

.geographyTeaser {
    background-color: #bcbcbc;
}

.carousel-inner * {
    color: #000000 !important;
}

.navbar-default {
    background-color: #92282c;
    border-color: #000000;
}

.navbar-static-top {
    margin-top: -4px;
}

.megamenu a.thumbnail {
    color: #92282c !important;
}