/* Changes April 2023 for tabs color changes */

.ogle-tabbed-content-wrapper .ogle-tabbed-content-tabs .tab-title{background-color: #fd0; color: #000;}
.ogle-tabbed-content-wrapper .ogle-tabbed-content-tabs .tab-title.active{background-color: #000; color: #fdd803;}
.ogle-tabbed-content-wrapper .ogle-tabbed-content-tabs .tab-title:hover{background-color: #000; color: #fd0;}
.ogle-tabbed-content-wrapper .ogle-tabbed-content-tabs .tab-title{text-transform: initial;}

span.ogl-header-3 {text-transform: initial;}
.ogl-collapsible-container .collapsible-headline{color:#000; background: #fd0; padding: 26px 16px 25px 40px;}
.ogl-collapsible-container .collapsible-headline:hover{color: #fd0;  background: #000;}
.ogl-collapsible-container .collapsible-headline:before{left: 8px; top: 27px;}
span.ogl-header-3 {font-family: "Futura-pt",sans-serif; font-weight: 500;}

/* Remove unwanted bullets on posts */
@media only screen and (min-width: 600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2>li {list-style:none !important; }
}
.ogl-article-container ul li{list-style:none;}

/* Color Change */
.ogl-post-content p a, .ogl-article-container p a {color: #2b7a97 !important;}