/*Fix TOC Conflict*/
.coblocks-animate {
    opacity: 1 !important;
}
/* hide word category / 33288569HC (KAZE) */
.category .page-title {
  font-size: 0;
}
 
.category .page-title span {
  font-size: 16px;
}
}
/* Increases the content width | 33560582-HC */ 
@media screen and (min-width: 30em) { .wrap {
	max-width: 60%;
}
}

@media screen and (min-width: 48em) {
	.wrap {
		max-width: 60%;
	}
}
 
@media screen and (min-width: 30em) { .page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width: 65%;
}
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 60%;
	}
}
}

/* Change font size for mobile menu button | 33876511-hc bb */
#site-navigation > button {
	font-size: 16px;
}
}
/* Make arrows larger and increase padding on the right of menu text to ensure there isn't overlap with arrow | 33876511-hc bb */
button.dropdown-toggle > svg {
	font-size: 20px;
}

.sub-menu > li {
	padding-right: 15px;
}
/* change menu button colors on mobile | 4723528-zen (LL) */
 :not( .mejs-button ) > button:hover, :not( .mejs-button ) > button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #660404;
    color: #fff;
}
/* User uppercase fonts for menu button mobile | 33560582-HC */ 
.js .menu-toggle {
    text-transform: uppercase;
}
/* User uppercase fonts for menu button mobile | 33560582-HC */ 
.js .menu-toggle {
    text-transform: uppercase;
}
/* Change Subscribe Button to match the rest of the site JC | 33565797-hc */

#subscribe-submit .wp-block-button__link {
    background-color: rgb(100, 1, 1);
}
#subscribe-submit .wp-block-button__link:hover {
    background-color: rgb(100, 1, 1);
    color: #a0a0a0;
}
}
/* change breakpoints for .wrap element between desktop and mobile | 33580005-hc (LL) */
@media screen and (max-width: 100em) and (min-width: 30em) {
.wrap {
    max-width: 100%;
}
}
/* change breakpoints for content area between desktop and mobile | 33580005-hc (LL) */
@media screen and (max-width: 100em) and (min-width: 30em) {
.page.page-one-column:not(.twentyseventeen-front-page) #primary {
    max-width: 100%;
}
}
/* change breakpoints for content area between desktop and mobile, index page structure | 33580005-hc (LL) */
@media screen and (max-width: 100em) and (min-width: 30em) {
    .page-one-column .panel-content .wrap {
    max-width: 100%;
}
/*Hide Geotag on Block editor posts | 4841086-zd FC*/ 
.post-geo-location-label, .geo-chip{
display:none;
}