img,
.breadcrumb-wrapper,
.modal .btn,
.close,
.btn {
    display: none !important;
}
.modal {
    border: 1px dotted #ddd;
    margin: 20px 0;
    padding: 20px;
}
body,
body a {
    color: #000;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Georgia, "Times New Roman", Serif;
    font-weight: normal;
}
h1, .h1 {
    border: 1px solid #ddd;
    color: #000;
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
    padding: 15px 20px;
}
h2, .h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
h2.diams::before {
    content: "\f04d ";
    display: inline-block;
    font-family: 'FontAwesome';
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    filter:none;
    font-size: 12px;
    padding-right: 10px
}
h3, .h3 {
    font-size: 18px;
}
h4, .h4, h4 a, .h4 a {
    font-size: 16px;
}
.box-content #accordion h4,
.box-content #accordion h4 a {
    font-family: inherit;
    font-weight: bold;
    margin: 20px 0;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 12px;
}