/* TEXT STYLES */
.lowercase {
    text-transform: lowercase;
}
.capitalize {
    text-transform: capitalize;
}
.uppercase {
    text-transform: uppercase;
}

/* IMAGE COVER */
.img-cover {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

/* MESSAGES */
.help-block {
    color: #ea2733;
    margin: 10px 0px 0px 0px;
    line-height: 18px;
    float: left;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger{
    color:#721c24;
    background-color:#f8d7da;
    border-color:#f5c6cb;
}
.cc-color-override-1502393440.cc-window {
    background-color: rgb(37, 46, 57);
}
.cc-color-override-1502393440 .cc-btn {
    background-color: rgb(238, 49, 49) !important;
}

/* FOXY */
.foxy-rights {
    float: right;
    display: block;
    margin-top: 0px;
}
.foxy-rights a {
    display: block;
    overflow: hidden;
    /*    width: 160px;*/
    padding: 5px;
    text-decoration: none;
    /*    text-transform: uppercase;*/
}
.foxy-rights span {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    padding: 0px 20px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #fff;
    text-align: right;
}
.foxy-rights img {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
}

.wysiwyg p {
    font-size: 16px;
    line-height: 22px!important;
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
    line-height: 30px;
}
.wysiwyg b, .wysiwyg strong {
    font-weight: bolder;
}

.wysiwyg h2 {
    color: #094f9b;
    font-weight: 800!important;
    font-size: 2.1rem!important;
    margin-bottom: 30px!important;
    line-height: 1.5!important;
}
.wysiwyg h3 {
    color: #094f9b;
    font-weight: 800!important;
    font-size: 1.7rem!important;
}
.wysiwyg h4 {
    color: #094f9b;
    font-weight: 800!important;
    font-size: 1.3rem!important;
}
.wysiwyg hr {
    background: #094f9b!important;
    height: 2px!important;
    width: 60%!important;
    margin: 30px auto!important;
}
.wysiwyg ol, .wysiwyg ul {
    padding-left: 40px!important;
}
.wysiwyg ol li::marker {
    color: #094f9b;
    font-weight: 600!important;
}
.wysiwyg ul li {
    display: block;
    position: relative;
    padding-left: 25px;
    padding-bottom: 15px;
    line-height: 1.5!important;
}
.wysiwyg ul li::before {
    font-weight: 600!important;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: FontAwesome;
    color: #094f9b;
    font-size: 20px;
}
.wysiwyg a {
    text-decoration: none!important;
    border-bottom: 2px dotted #094f9b!important;
    font-weight: 600!important;
}
.wysiwyg blockquote {
    margin: 35px 0;
    padding: 40px;
    color: #666;
    position: relative;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 55px;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    clear: both;
    box-shadow: 0 0 150px #eee;
}
.wysiwyg img {
    /*height: auto;*/
    /*width: 100%*/
}
.mce_inline_error, #mce-error-response {
    padding-top: 10px;
    color: #721c24 !important;
}
#mce-success-response {
    padding-top: 10px;
    color: #3c763d !important;
}
.post-img {
    height: 200px;
}
.post-img img, .bs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.show-featured .post-desc {
    line-height: 20px;
    margin-top: 10px;
}

.rs-slider.style1 .slider-content .sl-title {
    color: #094f9b;
}