.item-page .page-header {
    display: none;
}

.contact-icon {
    width: 20px;
    height: 20px;
}

.card-body h4 {
    margin-bottom: 0.75rem;
}

.red-border {
    border: 3px solid #dc3545;
}

.img-responsive {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

a {
    color: rgb(220, 53, 69);
}

a:hover {
    color: #821722;
    text-decoration: none;
}

.page_172 a {
    color: #000000;
}

.page_172 a:hover {
    color: rgb(220, 53, 69);
}

.page_172 .col-sm-3 {
    padding-bottom: 10px;
}

.research-card a {
    color: rgb(220, 53, 69);
}

.research-card:hover a {
    color: #000000;
    text-decoration: none;
}

/* buttons */
.btn-primary:hover {
    background-color: #ad1f2d;
    border-color: #dc3545;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-primary {
    background-color: #dc3545;
    border-color: #dc3545;
}

/* nav bar */
.navbar-dark .navbar-nav > li > a {
    color: rgb(220, 53, 69);
}

.navbar-dark .navbar-nav > li > a:focus, .navbar-dark .navbar-nav > li > a:hover {
    color: white;
}

.bg-dark {
    border-bottom: 3px solid #dc3545;
}

/* footer bar */
.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

footer {
    height: 56px;
}

/* research page */
.additional-articles {
    padding-left: 30px;
    text-indent: -30px;
    margin: 0 0 15px;
}

/* blog */
.side-module {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    width:100%;
    margin-bottom: 40px;
}

div#fd {
    color: #000;
}

.eb-dialog-modal {
    color: #000;
}

.eb-entry.fd-cf {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 20px;
}

div#fd.tag-cloud-custom a:hover, div#fd.tag-cloud-custom a:focus, div#fd.tag-cloud-custom a:active, .side-module a:hover, .side-module a:focus, .side-module a:active {
    color: #734d26;
    text-decoration: underline;
}

div#fd a:hover, div#fd a:focus, div#fd a:active {
    color: #734d26 !important;
    text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
    .side-module {
        margin-bottom: 0;
        margin-top: 40px;
    }

    .eb-header {
        margin-top:25px;
        padding-top:25px;
    }

    .eb-toolbar {
        margin-top: 25px;
        padding-top:25px;
    }

    .col-md-3 {
        padding-right: 0;
        padding-left: 0;
    }
}

div#fd .btn-primary:hover, div#fd .btn-primary:focus, div#fd .btn-primary:active, div#fd .btn-primary.active, .open .dropdown-toggle_div#fd .btn-primary {
    background-color: #ad1f2d !important;
    border-color: #dc3545 !important;
}

div#fd .btn-primary {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

/*.side-module a.btn.btn-primary:hover {*/
    /*background-color: #ad1f2d !important;*/
    /*border-color: #dc3545 !important;*/
/*}*/

/*.side-module a.btn.btn-primary, .side-module a.btn.btn-primary.focus {*/
    /*box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5) !important;*/
/*}*/

/*.side-module a.btn.btn-primary {*/
    /*background-color: #dc3545 !important;*/
    /*border-color: #dc3545 !important;*/
/*}*/



