#content {
    min-height: 300px;
}

.not-found-404 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 150px;
}

#title-container {
    background-color: #ee2624;
}

.k-widget.k-tooltip-validation {
    color: #ee2624;
    background-color: #ffecc7;
    border-color: #ffecc7;
    box-shadow: none;
    border-radius: 0;
}

span.k-tooltip {
    position: static;
    display: inline-block;
    border-width: 1px;
    padding: 9px 5px 9px 6px;
}

#contactMessage #notification {
    padding: 10px 20px;
}

#contactMessage #notification.success {
    color: green;
}
#contactMessage #notification.error {
    color: #ee2624;
}

#contactMessage #sendMessageButton {
    margin-top: 5px;
}

#contactMessage input {
    float: left;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .text-md-right {
        text-align: right!important;
    }
    .offset-md-4 {
        margin-left: 33.3333333333%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.form-check-label {
    margin-bottom: 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: inherit;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.6;
}

.search_count {
    padding: 10px 0;
    font-size: 20px;
}

ul.search-results li {
    padding: 5px 0;
}

ul.search-results li label {
    width: 50px;
}
.content{
    max-width: 1000px;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 33px;
    color: #999;
    text-align: center;
}
