/*.h5, .w-100{
	color:#fff !important;
}

.main-container .field--name-body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #8F713D !important;
}

#gt-contact-information h3 {
    color: var(--gt-black) !important;
}

.block-inline-blockimage-with-copy .gt-gold .card-media .card-body h3{
	color: var(--gt-black) !important;
}*/

.ckeditor-accordion-container > dl dt > a, .ckeditor-accordion-container > dl dt > a:not(.button) {
    display: block;
    padding: 10px 15px 10px 50px;
    background-color: #8F713D;
    color: #fff;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    transition: background-color 300ms;
    border-bottom: 1px solid #fff;
}

.ckeditor-accordion-container > dl dt > a:hover, .ckeditor-accordion-container > dl dt > a:not(.button) :hover
 {
    background-color: #8F713D !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}