/* Custom CSS styling */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body[data-indev=true]:not(.logged-in)::before{
	content: "Under Construction: Check again soon";
	display: flex;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	color: #333;
	z-index: 10000;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	font-size: 4vw;
}
body[data-indev=true]:not(.logged-in) *{
	pointer-events: none;
}
body {
	/* font-family: 'Roboto', sans-serif; */
	font-family: museo-sans, sans-serif;
	color: #464646;
}
:root{
	--color-red: #E72F32;
	--color-red-dark: #E52427;
	--color-green: #3DA46D;
	--color-green-dark: #308258;
	--color-orange: #E56C10;
	--color-orange-dark: #C75000;
}
.has-transparent-background-color{
	background-color: transparent;
}
.has-green-background-color{
	background-color: var(--color-green);
}
.has-orange-background-color{
	background-color: var(--color-orange);
}
.has-red-background-color{
	background-color: var(--color-red);
}
.has-green-dark-background-color{
	background-color: var(--color-green-dark);
}
.has-orange-dark-background-color{
	background-color: var(--color-orange-dark);
}
.has-red-dark-background-color{
	background-color: var(--color-red-dark);
}
button, input, select, optgroup, textarea {
	/* font-family: 'Roboto', sans-serif !important; */
	font-family: museo-sans, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: 'Roboto', sans-serif; */
	font-family: museo-sans, sans-serif;
		line-height: 1.2;
		font-weight: bolder;
		margin-bottom: 1rem;
		color: #464646;
}

h1 {
		font-size: 2.2rem;
}

h2 {
	font-size: 1.8em;
}

h3 {
		font-size: 1.5em;
	color: #363636;
}

h4 {
		font-size: 1.2em;
	color: #363636;
}

a {
	color: #464646;
}

a:visited {
	color: #464646;
}

a:active,
a:focus,
a:hover {
	color: #5d5d5d;
}

.clearboth {
	clear:both;
}

.hidden{
	display: none;
}

.row {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.button.round {
		border-radius: 1000px;
}


/*--------------------------------------------------------------
# Images hover effects
--------------------------------------------------------------*/
a:focus,
a:hover{
/* a:focus .darken img,
a:hover .darken img,
a:focus img.darken,
a:hover img.darken,
img.darken:focus,
img.darken:hover,
.darken a:focus,
.darken a:hover { */
		/* filter: brightness(.5);
			-webkit-filter: brightness(.5); */
	opacity: 0.8;
}

/*--------------------------------------------------------------
# Form fields
--------------------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border-radius: 0;
}

/*--------------------------------------------------------------
# Centering
--------------------------------------------------------------*/


.small-centered,
.small-centered:last-child:not(:first-child),
.medium-centered,
.medium-centered:last-child:not(:first-child),
.large-centered,
.large-centered:last-child:not(:first-child) {
		float: none;
		clear: both;
}

.small-centered,
.medium-centered,
.large-centered {
		margin-right: auto;
		margin-left: auto;
}

/*--------------------------------------------------------------
# Colour overrides
--------------------------------------------------------------*/

.grey {
	background-color: #e6e6e6;
}

.darkgrey {
	background-color: #474747;
}

.black {
	background-color: #000;
}

.orange {
	background-color: #eaa153;
}

.purple {
	background-color: #ba95e1;
}

.green {
	background-color: #89e877;
}

.black h1,
.black h2,
.black h3,
.black h4,
.black p,
.black a {
	color: #fff;
}

/*--------------------------------------------------------------
# Text align overrides
--------------------------------------------------------------*/

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

/*--------------------------------------------------------------
# Floating
--------------------------------------------------------------*/

.left {
	float: left;
}
.right {
	float: right;
}

.center {
	float: none;
	margin: 0 auto;
	text-align: center;
	display: block;
}

/*--------------------------------------------------------------
# Borders
--------------------------------------------------------------*/

.border-bottom-thin {
	border-bottom: 1px solid #000;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
a.button,
.button,
input.wpcf7-submit {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
	font-size: 1rem;
}

#primary .entry-content .pageblocks .mediafile a{
	background-color: #89e878;
	padding: 0.4rem 1.2rem 0.5rem;
	border-radius: 0.5rem;
	margin-bottom: 1em;
	display: inline-block;
	color: rgba(0,0,0,0.6);
	text-decoration: none;
	font-weight: bold;
}
.pageblocks .mediafile a:hover{
	color: inherit;
}

.button:focus,
.button:hover,
a .button:focus,
a .button:hover,
input.wpcf7-submit:focus,
input.wpcf7-submit:hover {
	background-color: #49444f;
}


.button.round.black {
	background-color: #000;
	color: #fff;
}



/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/

#top-bar {
	background-color: #00693e;
}
/*
.site-branding {
	padding: 0.75rem 0 0 0;
}
*/
.logo {
	padding: 0;
	margin: 0;
	/* we don't need extra spacing from container */
	margin-top: -1rem;
	margin-bottom: -2rem;
}
.logo h1.site-title {
	margin: 0;
}
.logo h1.site-title img {
	padding: 18% 26.6%; /* maintain m distance around logo */
	margin: 0;
	max-width: 5em;
}

.site-branding img {
	display: block;
}
@media screen and (max-width:40em){
.mainnav{
	margin-top: -1rem;
}
.site-branding {
	padding-right: 1rem;
}
#menuButton {
	align-self: start;
	border-color: #111;
	background-color: #111;
}
.site-branding img {
	width:50%;
	min-width:200px;
	}
}
.site-branding .logo img {
	width: auto;
	min-width: unset;
}
.site-title h1 {
	color: #fff;
}

.top-block {
	margin-top: 2rem;
}
.top-block > .grid-x{
	justify-content: space-between;
}
.signup-button {
	background-color: rgba(2,2,2,0.45);
	color: #fff;
	display: inline-block;
	height: 3rem;
}
.signup-button a {
	color: #fff;
	font-size: 1rem;
	line-height: 0.75rem;
	padding: 1rem;
	text-align: center;
	white-space: normal;
	width: 100%;
	display: block;
}

#banner-wrapper .social-icons {
	display: inline-block;
	margin: 0 0.5rem;
}

#banner-wrapper .social-icons img {
	width: 100%;
	height: 3rem;
	margin: 0;
}

/* .top-block .signup-button,
.top-block .social-icons,
.top-block .search-wrap {
	float:right;
	display: inline-block;
} */
.top-block .signup-button a{
	font-size: 0.8em;
}
/* .top-block .signup-button, */
/* .top-block .search-wrap {
	width: 43%;
} */

.top-block .social-icons {
	width: 10%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

#site-navigation-wrapper {
}
#site-navigation {
	padding: 0 0.25rem !important;
}
#primary-menu li {
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #fff;
}

#primary-menu a {
	color: #fff;
}

#primary-menu .current_page_item a,
#primary-menu a:focus,
#primary-menu a:hover {
	background-color: #eaa153;
}

#primary-menu ul a,
#primary-menu ul ul a {
		background-color: #3b3433;
		color: #fff;
}

#banner-wrapper.show-for-small-only {
	position:relative;
	padding-top: 1rem;
	border-bottom:0px solid #000;
	margin-bottom: 0rem;
}

.show-for-small-only .menu-toggle {
	position: absolute;
	right: 3rem;
	top: 40%;
	font-size: 0.55rem;
	width: 2rem;
	color: #000;
}

.show-for-small-only .main-navigation.toggled .menu-toggle {
	top: 3rem;

}

.show-for-small-only .menu-toggle i {
	font-size: 2.75rem;
	color: #000;
}

.show-for-small-only .menu-toggle i:before {
	content: "\f0c9"; /* menu icon */
}

.show-for-small-only .main-navigation.toggled .menu-toggle i:before {
	content: "\f00d"; /* change to close icon */
}



/*--------------------------------------------------------------
#.shrinknaving navigation
--------------------------------------------------------------*/

.shrinknav {
	margin: 2rem 0 0 0;
	border-bottom: 1px solid #fff;
}

.shrinknav > ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: left;
}

.shrinknav > ul > li {
	display: inline-block;
	position: relative;
}

.shrinknav > ul > li.more {
	background-color: #eaa153;
	float: right;
}
.shrinknav > ul > li.more > a .fa {
	color: #fff;
}

.shrinknav > ul > li.hidden {
	display: none;
}


.shrinknav > ul > li a {
	font-size: 1rem;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	margin: 1rem 2.5rem;
	border-bottom: 4px solid transparent;
}

.shrinknav > ul > li > a:focus,
.shrinknav > ul > li > a:hover,
.shrinknav > ul > li.current-menu-item > a,
.shrinknav > ul > li.current_page_item > a,
.shrinknav > ul > li.current-menu-ancestor > a,
.shrinknav > ul > li.current-menu-parent > a,
.shrinknav > ul > li.current_page_parent > a,
.shrinknav > ul > li.current_page_ancestor > a{
	border-bottom: 4px solid #eaa153;
}

.shrinknav > ul > li > ul > li a {
	border-bottom: 1px solid #fff;
}

.shrinknav > ul > li > ul > li a:focus,
.shrinknav > ul > li > ul > li a:hover,
.shrinknav > ul > li > ul > li.current-menu-item a,
.shrinknav > ul > li > ul > li.current_page_item a,
.shrinknav > ul > li > ul > li.current-menu-ancestor a,
.shrinknav > ul > li > ul > li.current-menu-parent a,
.shrinknav > ul > li > ul > li.current_page_parent a,
.shrinknav > ul > li > ul > li.current_page_ancestor a{
	background-color: #eaa153;
	color: #333;
}

.shrinknav > ul > li a .fa {
	font-size: 1rem;
	display: inline-block;
	margin-right: 10px;
}
.shrinknav > ul > li a + ul {
	display: none;
	position: absolute;
}
.shrinknav > ul > li a + ul li {
	margin-top: 1px;
}
.shrinknav > ul > li a + ul li a {
	text-align: left;
	white-space: nowrap;
}
.shrinknav > ul > li a + ul li a .fa {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 0;
}

.shrinknav > ul > li:hover ul {
	display: block;
}

.shrinknav li.menu-item-has-children:focus ul.sub-menu,
.shrinknav li.menu-item-has-children:hover ul.sub-menu {
	/*opacity: 1;
	left: 0;*/
}

.shrinknav ul.sub-menu {
	clear: both;
	margin: 0 0 0 2rem;
	position: absolute;
	float: left;
	top: 100%;
	width: 14rem;
	background-color: #333;
	width: auto;
}

.shrinknav ul.sub-menu li a {
	margin: 0;
	padding: 0.5rem;
}

.shrinknav ul.sub-menu li a:focus,
.shrinknav ul.sub-menu li a:hover {

}

.invisible {
	opacity: 0;
}

.shrinknav .more a {
	margin: 0;
	padding: 1rem;
}
.shrinknav .more ul {
	clear: both;
	margin: 0;
	position: absolute;
	float: left;
	top: 100%;
	width: auto;
	background-color: #eaa153;
	min-width: 8rem;
	overflow: hidden;
	display: block;
	right: 0;
	z-index: 10;
}

.shrinknav .more ul li a {
	margin: 0;
	padding: 0.5rem;
	border-bottom: 1px solid #fff;
}
.shrinknav .more ul li a:focus,
.shrinknav .more ul li a:hover {
	background-color: #333;
	color: #fff;
}
.more ul ul {
	display: none;
}



/*--------------------------------------------------------------
# Breadcrumb navigation
--------------------------------------------------------------*/
.breadcrumbs {
	border-bottom: 1px solid #49444f;
}

.breadcrumbs a {
	font-weight: bold;
	color: #6b6b6b;
	padding: 1rem 0;
	display: inline-block;
}

.breadcrumbs a:focus,
.breadcrumbs a:hover {
	color: #000;
}

.breadcrumbs span {
	color: #6b6b6b;
}

/*  Below due to some banner images making overlaid text / navigation unreadable  */
#masthead, #masthead > *{
	position: relative;
}
#masthead #site-navigation-wrapper{
	z-index: 1;
}
#masthead::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: rgba(0,0,0,0.6); */
	background-color: rgba(255,255,255,0.75);

}
/*--------------------------------------------------------------
# Front Page template
--------------------------------------------------------------*/

.home header {
	background-repeat: no-repeat;
	background-size: auto 120%;
	background-position: center;
	/*height: 23rem;*/
}
.randomised-panel {
	padding: 2rem 2rem 0;
}

.randomised-panel h2,
.randomised-panel p {
	/* color: #fff; */
	color: #111;
}

.randomised-panel h2 {
	font-size: 2rem;
}

.randomised-panel p {
	font-size: 1.25rem;
}

.intro-panel {
	padding: 5rem 0;
}


.intro-links {
	padding-top: 2rem;
}

.intro-links a {
	display: inline-block;
	width: 50%;
	float: left;
	margin: 0 0 1rem 0;
	text-indent: -0.7rem;
	padding-left: 1.4rem;
	padding-right: 2rem;
}


#news-support-container {
	border-top: 1px solid #cacaca;
	padding-top: 7rem;
}

#news-support-container h2 {
	margin-bottom: 2rem;
}

#news-support-container a {
	margin-bottom: 2rem;
}


#news-support-container .image-wrapper {
		height: 7rem;
		width: 100%;
		overflow: hidden;
		display: block;
}

#news-support-container .image-wrapper img {
		min-height: 100%;
		object-fit: cover;
}
/*--------------------------------------------------------------
# Search box
--------------------------------------------------------------*/

.search-wrap{

}

.search-wrap .search-toggle{
	display:none;
}

.search-wrap .searchform {
	margin-top: 1rem;
	position: relative;
	height: 3rem;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	color: #000;
}

.search-wrap .searchform input.s {
	box-shadow: none;
	border: 0;
	height: auto;
	background-color: transparent;
	border-radius: 0;
	margin: 0.75rem 0;
	/* font-family: 'Roboto', sans-serif; */
	font-family: museo-sans, sans-serif;
	padding: 0;
	font-size: 1rem;
	line-height: 1.5;
	display: block;
	text-align: left;
	width: 85%;
	float: right;
	font-weight: 500;
}

#banner-wrapper{
	padding-top: 1rem;
	margin-bottom: 2rem;
}

/* .search-wrap .searchform input.s:focus{
	color:#ccc;
	font-weight: bold;
} */
.search-wrap .searchform input.s::placeholder{
	color: #555;
}

.search-wrap .searchform input:-webkit-input-placeholder, /* Chrome/Opera/Safari */
.search-wrap .searchform input:-moz-placeholder, /* Firefox 19+ */
.search-wrap .searchform input:-ms-input-placeholder, /* IE 10+ */
.search-wrap .searchform input:-moz-placeholder, /* Firefox 18- */
.search-wrap .searchform input:placeholder {
	color: #000 !important;
	opacity: 1 !important;
}

.search-wrap .searchform .search-submit {
	border: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	width: 15%;
	display: inline-block;
	background-color: transparent;
	margin-top: 0.75rem 0.75rem 0 0;
	border-radius: 0px;
	float: left;
	height: 100%;
}

input.search-submit:before {
	content: "\f002";
	font-family: "FontAwesome", sans-serif;
	width: 2rem;
	height: 2rem;
	color: #000;
}

/*--------------------------------------------------------------
# Image caption
--------------------------------------------------------------*/

.caption {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 0.25rem 1rem;
}

.entry-content .imageholder {
		display: table;
}
.entry-content .imageholder p.caption {
		display: table-caption;
		caption-side: bottom;
		text-align: left;
	line-height: 1.2;
	padding: 0.5rem 0.8rem;
	font-size: 0.9em;
}

/*--------------------------------------------------------------
# Support landing page
--------------------------------------------------------------*/

.intro-block {

	margin-bottom: 2.5rem;
}

.intro-block .intro-text {
	padding: 2.5rem;
	background-color: #eaa153;
	display: block;
	margin-bottom: 3rem;
	color: #111;
}
.intro-block .intro-text a{
	text-decoration: underline;
	color: #111;
}

.intro-block h1 {
	font-size: 3rem;
	color: #111;
}

.intro-block {
	font-size: 1.2rem;
}

.intro-block .image-wrapper {
	min-height: 100%;
	display: block;
	width: 95%;
	float: right;
	overflow: hidden;
}

.intro-block .image-wrapper img {
	object-fit: cover;
}

.intro-block .image-caption {
	font-size: 1rem;
	display: block;
	text-align: right;
	width: 100%;
	padding: 0.5rem 0
}

.block {
	border-top: 3px solid #333;
	padding: 1.5rem 0;
}

.support-pages.block {
	border: 3px solid #333;
	padding: 1.5rem 2.5rem;
}

.faqs-select.block {
	background-color: #f2f2f2;
	padding: 1.5rem;
}

.block h3 {
	font-size: 3rem;
	margin-bottom: 2rem;
}

.block h4 {
	font-size: 1rem;
	font-weight: normal;
	text-transform: uppercase;
}

.resources-feed ul,
.support-pages ul,
.diagnostics-feed ul {
	list-style-type: none;
	margin: 0;
}

.resources-feed li a,
.diagnostics-feed li a {
	display: block;
	font-size: 1rem;
	padding: 0 1rem 0.5rem 0;
	line-height: 1.3;
}

.resources-feed li a:before,
.diagnostics-feed li a:before {
	content: "\f178";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.event-feed .event-title {
	font-weight: bold;
}

.event-feed .event-title i {
	 float: right;
}

.event-feed .excerpt p {
	font-size: 1rem;
	line-height: 1.4;
}

.support-pages li {
	width: 100%;
}

.support-pages li a {
	display: block;
	font-size: 1.2rem;
	padding: 0 1rem 1.3rem 0;
	line-height: 1.3;
	text-transform: uppercase;
	width: 100%;
}

.support-pages li a:before {
	content: "\f178";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

.all-faqs {
	float: right;
	font-size: 1rem;
}

/*--------------------------------------------------------------
# General Pages
--------------------------------------------------------------*/

header {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
header.entry-header {
	padding-bottom: 0;
}

#page-wrapper {
	padding-top: 3rem;
}

#primary {
	padding-top: 1rem:
}

#secondary {
	padding-top: 1rem;
}

#secondary .faqs-select {
		display:block;
		position:relative;
		float:left;
		width:100%;
}

.image-wrapper.banner {
	display: block;
	width: 100%;
	height: 13rem;
	object-fit: cover;
	overflow: hidden;
}

.image-wrapper.banner img {
	object-fit: cover;
		object-position: top center;
		height: 120%;
}

.blog .entry-title,
.archive .entry-title,
.page .entry-title {
	padding: 1rem 0 0.5rem 0;
}
.event-feed h1.entry-title{
	padding: 0;
	margin-bottom: 1rem;
}
.entry-content {
	margin: 0;
}

.entry-content h3,
.entry-content h2,
.entry-content h4,
.entry-content p {
	margin-bottom: 1rem
}

.entry-content a {
	color: #363636;
	text-decoration: underline;
}

.entry-content a:focus,
.entry-content a:hover {
	color: #49444f;
}


/*--------------------------------------------------------------
# blog listing
--------------------------------------------------------------*/

.blog #primary {
	margin-top: 2rem;
}

.blog #main {
	margin-bottom: 2rem;
}

.cat-tag {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 0.8rem;
	padding: 0.5rem;
	display: inline;
	background-color: rgba(0,0,0,0.6);
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
	color: rgba(255,255,255,0.3);
	position: absolute;
	left: 0;
}
.cat-tag.tag-bar{
	position: relative;
	display: block;
}

.cat-tag:focus,
.cat-tag:hover {

}

.cat-tag a {
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.cat-tag a:focus,
.cat-tag a:hover {
	color: #89e877;
}

article .image-wrapper {
	height: 9rem;
	margin-bottom: 1rem;
	overflow: hidden;
		display: block;
	position: relative;
	background: none;
}
.sem-tag-img{
	display: none;
}
article.sem-tag .entry-title::before{
	content: '';
	display: inline-block;
	/*width: 25px;
	height: 34px;*/
	width: 32px;
	height: 32px;
	margin-right: 1.5rem;
/*	background-image: url(../images/sem-date-icon.gif); */
	background-image: url(../apple-touch-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.widget_recent_entries li{
	margin-bottom: 1rem;
	line-height: 1.2;
}

.no-image {
		background-size: auto 57%;
		background-repeat: no-repeat;
		background-position: center center;
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: block;
}
article .image-wrapper.no-image{
	display: none;
}

.post-list-item {
	border-bottom: 1px solid #49444f;
	margin-bottom: 1rem;
	padding: 1rem 0;
}

.post-list-item h3 a,
.post-list-item h3 {
	margin: 0 0 1rem;
	color: #363636;
}

.post-list-item h3 a:focus,
.post-list-item h3 a:hover {
	color: #49444f;
}

.post-list-item .entry-meta {
	font-size: 1rem;
	padding: 0;
	margin: 0 0 1rem;
	font-weight: bold;
}

.archive .page-title {
	padding-top: 1rem;
}

.blog .promo-box {
	background-color: #ba95e1;
	padding: 1rem 1rem 1rem 2rem;
	border-top: 3px solid #49444f;
	border-bottom: 3px solid #49444f;
	margin-bottom: 2rem;
}

.blog .promo-box:focus,
.blog .promo-box:hover {
	background-color: #474747;
	border-top: 3px solid #ba95e1;
	border-bottom: 3px solid #ba95e1;
}

.blog .promo-box .content-wrapper {
	width: 80%;
	display: inline-block;
	height: 7rem;
	float: left;
	padding-top: 1.5rem;
}

.blog .promo-box a:focus .content-wrapper h3,
.blog .promo-box a:hover .content-wrapper h3,
.blog .promo-box a:focus .content-wrapper span,
.blog .promo-box a:hover .content-wrapper span,
.blog .promo-box a:focus .content-wrapper i,
.blog .promo-box a:hover .content-wrapper i {
	color: #fff;
}

.blog .promo-box .icon-wrapper {
	width: 18%;
	height: 7rem;
	display: inline-block;
	background-position: center;
	background-size: auto 100%;
	background-repeat: no-repeat;
}

.blog .post-list-item:nth-child(3) {
	border-bottom: 0px;
}

/*--------------------------------------------------------------
# numbered pagination
--------------------------------------------------------------*/

.pagination.numbered {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:0.75rem;
	line-height:1rem;
}

.pagination.numbered span,
.pagination.numbered a {
	display:block;
	float:left;
	margin: 2px 2px 2px 0;
	padding:6px 9px 5px 9px;
	text-decoration:none;
	width:auto;
	color:#000;
	border-bottom: 0px;
}

.pagination.numbered a:hover {
	color:#000;
	border-bottom: 1px solid #eaa153;
}

.pagination.numbered .current {
	padding:6px 9px 5px 9px;
	border-bottom: 1px solid #eaa153;
	color:#000;
	background: transparent;
}

/*--------------------------------------------------------------
# popular resources & category listing block
--------------------------------------------------------------*/

.category-wrapper {
		margin:0 0 1.5em;
}
.widget.same-category-posts {
	margin:0;
}
.widget_nav_menu h2,
.category-wrapper h2 {
	background-color: #464646;
	color: #fff;
	padding: 1rem;
	font-size: 1.5rem;
}

.menu-topics-container ul,
.category-wrapper ul {
	list-style-type: none;
	margin: 0;
}

.menu-topics-container li,
.category-wrapper li {
	border-bottom: 1px solid #cacaca;
	font-size: 1rem;
	text-transform: uppercase;
	position: relative;
	display: block;
	width: 100%;
}

.menu-topics-container li:before,
.category-wrapper li:before {
	content: '';
		background-image: url('../images/cat-arrow.svg');
		background-repeat: no-repeat;
		background-size: 53%;
		background-position: center;
		padding: 0 0.25rem 0 1rem;
		margin: 0rem 0.25rem;
		width: 10%;
}

.menu-topics-container li a,
.category-wrapper li a {
	margin-left: 0;
	display: inline-block;
	line-height: 1.25rem;
	padding: 0.5rem 0;
	width: 84%;
}

.category-wrapper li.parent a {
	width: 76%;
	display: inline-block;
}

.menu-topics-container li a:focus,
.menu-topics-container li a:hover,
.category-wrapper li a:focus,
.category-wrapper li a:hover {
	color: #000;
}

.menu-topics-container li.current-menu-item,
.menu-topics-container li.current-menu-item:focus,
.menu-topics-container li.current-menu-item:hover,
.cat-item.current-cat,
.cat-item.current-cat:focus,
.cat-item.current-cat:hover {
		background-color: #efefef;
}

.menu-topics-container li.current-menu-item:focus a,
.menu-topics-container li.current-menu-item:hover a,
.menu-topics-container li.current-menu-item a:focus,
.menu-topics-container li.current-menu-item a:hover,
.cat-item.current-cat:focus a,
.cat-item.current-cat:hover a,
.cat-item.current-cat a:focus,
.cat-item.current-cat a:hover {
	color: #000;
}

.menu-topics-container li:focus,
.menu-topics-container li:hover,
.category-wrapper li:focus,
.category-wrapper li:hover {
		background-color: #eaa153;
}

.category-wrapper .parent i {
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		padding: 0.5rem 1rem;
}

.category-wrapper li .children {
	position: relative;
	left: -10px;
	opacity: 0;
	height: 0;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.category-wrapper .opened:focus,
.category-wrapper .opened:hover {
	background-color: #efefef !important;
}

.category-wrapper .opened .children {
	opacity: 1;
	left: 0;
	height: auto;
}

.category-wrapper .opened .children li {
	padding-left: 1.5rem;
}

.category-wrapper .opened,
.category-wrapper .opened .children {
	background-color: #efefef;
}

.category-wrapper .current-cat.opened .children li:focus,
.category-wrapper .current-cat.opened .children li:hover {
	background-color: #eaa153;
}

.category-wrapper .opened {
	background-color: #efefef;
}

.category-wrapper .opened .current-cat {
	background-color: #464646;
}
.category-wrapper .opened .current-cat a {
	color:#fff;
}

.category-wrapper .opened .children,
.category-wrapper .opened:focus .children,
.category-wrapper .opened:hover .children,
.category-wrapper .opened .current-cat:focus,
.category-wrapper .opened .current-cat:hover {
	background-color: #efefef;
}

.category-wrapper .opened .current-cat:focus a,
.category-wrapper .opened .current-cat:hover a {
	color: #000;
}

/*--------------------------------------------------------------
# Single.php
--------------------------------------------------------------*/

.single .entry-title {
	font-size: 2.2em;
	/* color: #363636; */
	margin-top: 2rem;
}

.single .image-wrapper img {
	margin-bottom: 2rem;
	width: 100%;
	height: auto;
}

.post-navigation .nav-links {
	border-top: 1px solid #49444f;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	margin: 1rem 0;
	display: block;
	padding: 1rem 0;
}

/*--------------------------------------------------------------
# Jobs
--------------------------------------------------------------*/


.job-dash {
}

.job-dash ul {
	margin: 0;
}

.job-dash ul li {
	list-style-type: none;
	border-bottom: 1px solid #333;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	padding-top: 0.5rem;
}

.job-name-link {
		float: left;
	clear: both;
	width: 67%;
	display: inline-block;
	line-height: 1.2rem;
	padding: 0.75rem 1rem 1rem 1rem;
}

.button.post-new-job {
	background-color: #eaa153;
	margin-bottom: 3rem;
}

.button.post-new-job:focus,
.button.post-new-job:hover {
	background-color: #333;
}

.status-tag {
		margin: 0 0 0.5rem 0.75rem;
	padding: 0.25rem 0.5rem;
	font-size: 0.9rem;
	display: inline-block;
	float: right;
	min-width: 6rem;
	text-align: center;
}

.Active .status-tag {
	background-color: #89e877;
}

.Pending .status-tag {
	background-color: #ba95e1;
}

.acf-actions .acf-button {
		background-color: #464646 !important;
}
.acf-file-uploader .acf-button {
		background-color: #464646 !important;
}

#job-edit-buttons {
		border-bottom: 1px solid #333;
	display: block;
	height: 4rem;
	position: relative;
	padding-top: 1rem;
}

a.post-edit-button,
a.post-cancel-button,
a.post-manage-button,
.acf-form-submit .button {
	background-color: #eaa153;
	color: #fff;
	padding: 0.5rem 1rem;
	display: inline-block;
	margin: 0 0.75rem 1rem 0;
	text-decoration: none;
	float: right;
	border: 0;
	border-radius: 0;
	font-size: 1rem;
	line-height: 1.2rem;
}

a.post-edit-button:focus,
a.post-edit-button:hover,
a.post-cancel-button:focus,
a.post-cancel-button:hover,
.acf-form-submit .button:focus,
.acf-form-submit .button:hover,
a.post-cancel-button.show:focus,
a.post-cancel-button.show:hover,
a.post-manage-button:focus,
a.post-manage-button:hover {
	background-color: #333;
	color: #fff;
}

a.post-cancel-button.show {
	background-color: #d2d2d2;
	display: block;
	color: #000;
}
a.post-cancel-button {
	display: none;
}

a.post-manage-button {
	background-color: #d2d2d2;
	display: block;
	color: #000;
	float: left;
}

#job-edit-buttons a.post-manage-button {
	float: right;
}

#job-details {
		display: block;
	clear: both;
}

#job-details h1 {
	margin-bottom: 2rem;
}

#job-details span {
	vertical-align: top;
	display: inline-block;
}

.field-name {
		clear: both;
		font-weight: bold;
}

.field-result {
	margin-bottom: 0.75rem;
}

.external.button {
		margin: 1rem 0 0 0;
		border: 1px solid #333;
		text-decoration: none;
}

.external.button:focus,
.external.button:hover {
	color: #fff;
}

/*--------------------------------------------------------------
# Edit page button
--------------------------------------------------------------*/

.edit-page {
		position: relative;
		width: 100%;
		display: block;
}

.edit-page .button {
		position: absolute;
		top: 0;
		right: 0;
		border: 1px solid #464646;
}

.edit-page .button:focus,
.edit-page .button:hover{
		border: 1px solid #464646;
		background-color: #eee;
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

#event-details {
	width: 100%;
	padding-right: 1rem;
}

#event-details .image-wrapper {
	padding-top: 1rem;
}

#event-details .field-name {
	font-weight: bold;
	display: inline-block;
	margin-right: 1rem;
}

#event-details .field-result {
	display: inline-block;
}

.button.post-new-event {
	background-color: #89e877;;
	margin-bottom: 3rem;
}

.button.post-new-event:focus,
.button.post-new-event:hover {
	background-color: #333;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
h2.widgettitle {
	font-size: 1.6rem;
	color: #363636;
}

.category-wrapper .widget_categories ul {
	list-style: none;
	padding: 0;
}
.category-wrapper .widget_categories li {
	padding-left: 0.25rem;
}
.category-wrapper .widget_categories li:before {
	content: "\f105";
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	width: 1.3em;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

.gallery-wrapper {
	width: 100%;
	float: left;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.gallery-wrapper img {
	width: 100%;
	height: auto;
}
.gallery-wrapper figure {
	display: block;
	float: left;
	margin: 0 5px 5px 0;
	width: 150px;
}
.gallery-wrapper figcaption {
	display: none;
}

.pswp--open {
	z-index: 999999 !important; /* Fixes gallery toolbar display for logged in users */
}

.pswp__caption__center {
	max-height: 15%;
	max-width: 95% !important;
	margin: 2rem auto !important;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

/*--------------------------------------------------------------
# Contact form
--------------------------------------------------------------*/

.your-message textarea {
	height:5rem;
}

input.wpcf7-submit {
	background-color: #363636;
	margin-top:1rem;
	padding: 1rem 2rem;
}


/*--------------------------------------------------------------
# Newsletter sign up
--------------------------------------------------------------*/


#mc_embed_signup {
	background-image: url('https://southeastmuseums.org/wp-content/themes/semuseums/images/newsletter-sign-up-bg.jpg');
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#mc_embed_signup h2 {
	font-size: 1.2em !important;
}

#mc_embed_signup h2,
#mc_embed_signup label {
	/*color: #fff;*/
}

#mc_embed_signup form {
	padding: 0px !important;
}

#mc_embed_signup input {
	margin-right: 1%;
	width: 100%;
}

input#mc-embedded-subscribe.button {
	width: 10%;
	margin: 0;
	padding: 1%;
	height: 100%;

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.back-to-top span {
	text-indent: -9999px;
	display: block;
}

.back-to-top i:before {
	content: '';
	padding: 0.5rem 1rem 0 0.5rem;
	overflow: hidden;
	height: 4rem;
	width: 2rem;
	display: inline-block;
	background-color: transparent;
	background-image: url('../images/back-to-top.svg');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
	float: right;
	margin-right: 0.5rem;
}

.newsletter-signup #mc_embed_signup {
	border: 1px solid #fff;
	margin: 2rem 0;
	padding: 1.5rem;
}

.newsletter-signup #mc_embed_signup input#mce-EMAIL {
		margin-right: 2%;
	width: 68%;
}

.newsletter-signup input#mc-embedded-subscribe {
	background-color: #292929;
	padding: 0.25rem 1rem;
	display: inline-block;
	width: 30%;
}

.footer-links {
	padding-top: 2rem;
}

footer.site-footer ul {
		margin: 0 2%;
	width: 46%;
	float: left;
	display: inline-block;
	padding-bottom: 2rem;
}

footer.site-footer {
	padding: 1rem 0;
}

footer.site-footer h4 {
	font-size: 1.2rem;
	text-transform: uppercase;
}

#site-links {
	padding-top: 2.5rem;
	padding-bottom: 3rem;
}

#footer-primary-menu,
#footer-secondary-menu  {
	font-size: 1rem;
	line-height: 0.25rem;
}

footer.site-footer ul li {
		display: block;
		width: 100%;
		margin: 0.15rem 0;
}

footer.site-footer ul li a {
	padding: 0.25rem 0;
	color: #fff;
	white-space: normal;
	font-size: 0.9rem;
}

footer.site-footer ul li a:focus,
footer.site-footer ul li a:hover {
	padding: 0.25rem 0;
	color: #eaa153;
	cursor: pointer;
}

.bottom-bar {
	padding: 3rem 0;
}

#site-credits,
#site-copyright {
	font-size: 0.75rem;
	color: #464646;
	padding:2rem 0 0 0;
}
@media print, screen and (max-width: 40em){
	#site-credits,
	#site-copyright {
		padding: 2rem 8.3333% 0 8.3333%;
	}
}

#site-credits a,
#site-copyright a {
	color: #464646;
}

#site-credits a:focus,
#site-credits a:hover {
	color: #000000;
}

#site-credits {
	text-align: right;
}
.social-icons {
		text-align: center;
		color: #fff;
		font-size: 1rem;
}
.social-icons a {
	color: #fff;
}
.social-icons img {
	width: 3rem;
	margin: 1.25rem 2rem 2rem 2rem;
	height: auto;
}
.pageblocks p a,
.pageblocks li a,
#primary .entry-content a{
	color: #0000ff;
	text-decoration: underline;
}
#custom-cats li{
	text-transform: capitalize;
}
#custom-cats .show-more{
	color: #333;
	border-color: #666;
	margin-top: 1rem;
}
#custom-cats .show-more:hover{
	color: #fff;
}
body.home iframe.twitter-timeline{
	margin-top: 6rem !important;
}
.imageholder .fancybox{
	pointer-events: none;
}
.site-branding{
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	padding: 1rem; */
}
.site-branding button{
	padding: 0.7rem;
}
.site-branding button img{
	width: 1rem;
	min-width: 0;
}
#mcToggle{
	background-color: #333;
	color: #fff;
	border-radius: 4px;
	padding: 0.5rem 0.8rem;
	border: 1px solid #333;
}
#mcToggle.toggled{
	background-color: transparent;
	color: #333;
	border-color: rgba(0,0,0,0.2)
}
.newsletter-signup #mc_embed_signup h2{
	margin: 0;
}
.ufaq-faq-title-text{
	width: auto;
}
div.ufaq-faq-title h4{
	margin: 0 !important;
}
.ufaq-faq-div{
	margin-bottom: 0.5rem;
}
.table-collapse-heading {
	cursor: pointer;
	padding: 0.5em 0.8em;
	display: inline-block;
	border: 2px solid transparent;
}
.table-collapse-heading.collapsed{
	border-color: #ccc;
}
.table-collapse-heading i.fa{
	font-size: 1.3em;
	margin-left: 0.5em;
	vertical-align: bottom;
}
.table-collapse-heading.collapsed .fa-angle-up,
.table-collapse-heading:not(.collapsed) .fa-angle-down{
	display: none;
}
.table-collapse-heading:not(.collapsed) .fa-angle-up,
.table-collapse-heading.collapsed .fa-angle-down{
	display: inline-block;
}
table.table-collapse{
	table-layout: fixed;
}
table.table-collapse td{
	word-wrap: break-word;
}
.entry-content table tbody{
	border: 1px solid #c4c4c4;
	font-size: 0.8em;
}
.tabs-title a,
.accordion-item a{
	display: block;
	font-weight: bold;
	color: #888;
}
.tabs-title.is-active a,
.accordion-item.is-active a{
	color: #333;
}
label, .iradio{
	cursor: pointer;
}
#accessmodal{
	width: 900px;
	max-width: 100%;
}
#accessmodal label.icheck-label{
	max-width: 60%;
}
#accessmodal label.icheck-label h4{
	margin-top: 1em;
	font-size: 1.3em;
	color: rgba(0,0,0,0.8);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected="true"]{
	background-color: rgba(0,0,0,0.05);
	cursor: default;
}
.tabs-title a:hover{
	color: #333;
}
#accessmodal .tabs-panel .option{
	background-color: rgba(0,0,0,0.03);
	border-radius: 12px;
}
#accessmodal .tabs-panel .option img{
	margin-bottom: 1.5em;
}
.iradio{
	display: inline-block;
	height: 2em;
	width: 2em;
	background-color: #fff;
	border-radius: 1em;
	position: relative;
	margin-right: 2em;
	border: 1px solid rgba(0,0,0,0.1);
	transition: box-shadow 0.2s;
}
.iradio:not(.checked):hover{
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	border: 7px solid #fff;
	background-color: #efefef;
}
.iradio.checked{
	background-color: #888;
	border: 7px solid #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
.icheck-label{
	display: inline-block;
}
.banner-text p{
	font-weight: bold;
	margin: 0;
}
.banner-text p a{
	display: block;
}
#banner-wrapper .icons{
	padding-left: 2em;
}
#banner-wrapper .icons a{
	display: inline-block;
	margin-right: 1em;
}
#banner-wrapper .icons img{
	width: 4rem;
	margin-top: 0.5em;
	filter: brightness(0);
}
.past-event{
	background-color: #666;
	padding: 0.5em 0.8em;
	margin-left: 2em;
	color: #fff;
	font-size: 0.9em;
}
#masthead .metaslider .caption-wrap{
	line-height: 1.2em;
	font-size: 0.8em;
}
#secondary .toggle-button{
	border: 0.15em solid #eee;
	background-color: #fff;
	color: #444;
	border-radius: 2em;
	padding: 0.8em;
	width: 100%;
	display: block;
	text-align: center;
	font-size: 0.8em;
	margin: -1.5em 0 1em;
}
.list-cats{
	margin: 1em 0 2em;
}
.list-cats .button {
	background-color: #eaa153;
	color: #111;
	margin-right: 1em;
	margin-bottom: 1em;
	font-size: 1.2em;
	border-radius: 2em;
	border: none;
}
.list-cats .button.active {
	box-shadow: inset 0 0 0 0.1em #111;
}

[data-devmode].home .metaslider .slides a{
	display: block;
	height: 24rem;
}
[data-devmode].home .metaslider .slides a img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
[data-devmode] .main-logo img{
	width: 10rem;
	padding-left: 1rem;
}
[data-devmode] .mainnav li{
	font-size: 1.1rem;
	font-weight: bold;
}
[data-devmode] #masthead .searchform {
	margin-top: 0;
	border: 1px solid #000;
}
[data-devmode] .utility {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 1.4rem;
	gap: 2em;
	padding-right: 3rem;
}
[data-devmode] #banner-wrapper{
	border-bottom: 1px solid #B4B4B4;
	padding-top: 0.5rem;
	padding-bottom: 1rem;
}
[data-devmode] .intro-panel{
	padding-top: 0;
}
[data-devmode] .home-feeds h2{
	font-size: 1.6rem;
}
[data-devmode] .news-feed h2{
	color: var(--color-green);
}
[data-devmode] .youtube-feed h2{
	color: var(--color-red);
	text-align: center;
}
[data-devmode] .news-feed,
[data-devmode] .promo-row{
	margin-bottom: 6rem;
}
[data-devmode] .promo-row .listing .cell{
	margin-bottom: 2rem;
}
[data-devmode] .home-feeds .listing{
	margin-top: 1rem;
}
[data-devmode] .promo-row .listing .cell span{
	display: flex;
	border-radius: 0.5rem;	
	padding: 2rem 1.5rem;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
	height: 100%;
}
[data-devmode] .promo-row .listing .cell:nth-child(1) span{
	background-color: var(--color-orange);
	color: #fff;
}
[data-devmode] .promo-row .listing .cell:nth-child(2) span{
	background-color: var(--color-green);
	color: #fff;
}
[data-devmode] .promo-row .listing .cell:nth-child(3) span{
	background-color: var(--color-red);
	color: #fff;
}
[data-devmode] .news-feed .listing .cell{
	margin-bottom: 2rem;
}
[data-devmode] .news-feed .listing a{
	display: flex;
	border: 1px solid #707070;
	border-radius: 0.5rem;	
	padding: 1rem 1.5rem;
	height: 100%;
	justify-content: center;
	flex-direction: column;
	font-weight: bold;
}
[data-devmode] .top-block{
	margin: 0 0 1rem;
}
[data-devmode] .search-wrap .searchform input.s{
	width: calc(100% - 3rem);
}
[data-devmode] .search-wrap .searchform .search-submit{
	width: 3rem;
}
[data-devmode].home .intro-panel h2{
	color: var(--color-red);
	margin-bottom: 1em;
}
[data-devmode] footer.site-footer ul{
	float: none;
	margin: 0;
}
[data-devmode] #colophon{
	background-color: #000;
	color: #fff;
}
[data-devmode] .newsletter-signup{
	width: auto;
}
[data-devmode] .footer-links{
	display: flex;
}
[data-devmode] .footer-links > div{
	flex: 1;	
}
html [data-devmode] footer.site-footer ul{
	width: auto;
}
[data-devmode] .footer-logo{
	padding-top: 2rem;
}
[data-devmode] .footer-logo img{
	max-width: 5rem;
}
[data-devmode] .bottom-bar{
	border-top: 1px solid #ffffff30;
	padding: 3rem 0 2rem;
}
[data-devmode] .bottom-bar .text-center{
	padding-top: 3rem;
	font-size: 1rem;
}
[data-devmode] .bottom-bar a{
	color: #fff;
}
[data-devmode] #colophon .flex{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	gap: 3rem;
	font-size: 0.75rem;
}
[data-devmode] #colophon .flex i{
	font-size: 1.5em;
	vertical-align: sub;	
}
[data-devmode] #colophon .flex img{
	max-height: 2rem;
	max-width: 8rem;
}
[data-devmode] #colophon .flex div:first-child img{
	max-width: 10rem;
}
[data-devmode] .footer-signup{
	max-width: 80%;
	width: 50rem;
	background-color: var(--color-green);
	color: #000;
	margin: 5rem auto 2rem;
	border-radius: 0.5rem;
}
[data-devmode] .footer-signup #mc_embed_signup{
	background: transparent;
	padding: 0.5rem 1.5rem;
}
[data-devmode] .footer-signup h2{
	text-align: center;
}
[data-devmode] .footer-signup h2 #mcToggle{
	padding: 1rem 1.5rem;
	background-color: #fff;
	color: #000;
	border-radius: 0.25rem;
	border: 2px solid #000;
}
[data-devmode] .footer-signup h2 + p{
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 2em;	
}
[data-devmode] #mc-embedded-subscribe.button{
	width: auto;
	background-color: #fff;
	border-radius: 0.25rem;
	border: 2px solid #000;
	padding: 1em 1.5em;
	color: #000;
	font-weight: bold;
	line-height: 1.25;
}
[data-devmode] .mainnav li.active > ul,
[data-devmode] .mainnav > ul > li:hover ul,
[data-devmode] .mainnav > ul > li.hover ul{
	display: block;
	top: unset;
	background-color: #fff;
	padding: 0.5rem;
	margin-left: -0.5rem;
	min-width: 200px;
	max-width: 10rem;
	width: auto;
	opacity: 1;
	height: auto;
}
[data-devmode] .mainnav li.current-menu-item > a,
[data-devmode] .mainnav li.current-menu-parent > a{
	background-color: unset;
	box-shadow: unset;
}
[data-devmode] .mainnav ul a{
	color: #000;
}
[data-devmode] #mainnav-1 > li > ul{
	border: 1px solid #B4B4B4;
	border-top: none;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05);
}
[data-devmode] #mainnav-1 > li.current-menu-item > a::after,
[data-devmode] #mainnav-1 > li.current-menu-ancestor > a::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1.2em;
	background-color: var(--color-orange);
	height: 0.3em;
}
[data-devmode] #mainnav .current-menu-item > a,
[data-devmode] #mainnav-1 ul li.current-menu-item > a{
	text-decoration: underline;
	text-decoration-color: var(--color-orange);
	text-decoration-thickness: 0.2em;
	text-underline-offset: 0.2em;
	border: none;
}
[data-devmode] .header-main-wrap{
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
[data-devmode] .mdse-graphic{
	display: flex;
	justify-content: flex-end;
}
[data-devmode] .mdse-graphic img{
	max-height: 10rem;
	width: 100%;
}
[data-devmode] #mc_embed_signup .asterisk{
	color: #000;
}
[data-devmode] #mc_embed_signup a{
	color: #000;
	text-decoration: underline;
}
[data-devmode] #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error{
	background-color: #000;
}
[data-devmode] .intro-block .intro-text{
	background-color: transparent;
	border: 2px solid var(--color-green);
	border-radius: 0.75rem;
}
[data-devmode] .intro-block h1{
	font-size: 2.2rem;
	color: var(--color-orange);
	margin-bottom: 1em;
}
[data-devmode] #main h2{
	color: var(--color-orange);
}
[data-devmode] #main ul ::marker{
	color: var(--color-green-dark);
}
[data-devmode] .hero .image-wrapper{
	height: 40vh;
	margin-bottom: 3rem;
}
[data-devmode] .hero .image-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 25%;
}
[data-devmode] #page-wrapper{
	padding-top: 0;
}
[data-devmode] #main a{
	font-weight: bold;
}
[data-devmode] #main li a{
	text-decoration: none;
}
[data-devmode] #main li a:hover{
	opacity: 1;
	text-decoration: underline;
	text-decoration-color: var(--color-orange);
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
	text-decoration-skip-ink: none;
}
[data-devmode] #main p a,
[data-devmode] #main a.external-link span{
	text-decoration: underline;
	text-decoration-color: var(--color-orange);
	text-decoration-thickness: 0.1em;
	text-underline-offset: 0.2em;
	text-decoration-skip-ink: none;
}
[data-devmode] #main a.external-link{
	text-decoration: none;
}
.buttons-panel .wp-block-button{
	width: 100%;
}
.buttons-panel .wp-block-button a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.buttons-panel .wp-block-button a strong{
	text-align: left;	
}
.buttons-panel .wp-block-button a::after{
	content: '\f105';
	font-family: 'Font Awesome 6 Pro';	
}
.top-sidebar #secondary-inner > *{
	display: none;
}
.top-sidebar #secondary-inner > #custom-cats{
	display: block;
}
#custom-cats h2{
	color: var(--color-orange);	
}
#primary .entry-content a{
	color: inherit;
}

/**************************************************************************************/
/**************************************************************************************/

/*--------------------------------------------------------------
# ACF Google Map
--------------------------------------------------------------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
	 max-width: inherit !important;
}
.orange-text{
	color: #e66f17;
}
@media screen and (min-width: 40em) and (max-width: 64em){
	.mainnav > ul > li > a{
		font-weight: bold;
	}
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
	.show-for-small-only {
		display: none !important; }
}

@media screen and (max-width: 39.99em) {
		.hide-for-small-only {
			display: none !important;
	}
	#mainnav{
		display: none;
		margin: 0 0 2em;
		padding: 0 2rem;
	}
	#mainnav.toggle-open{
		display: block;
	}
	.mainnav ul{
		list-style-type: none;
	}
	#mainnav li{

	}
	#mainnav li a{
		/* color: #fff; */
		color: #111;
		padding: 0.4rem 1rem;
		display: block;
		font-size: 1rem;
	}
	#mainnav .current-menu-item > a{
		background-color: rgba(255,255,255,0.3);
		border-left: 4px solid rgba(0,0,0,0.4);
	}
	#primary,
	.intro-block > div > .cell:first-child{
		order: 2;
	}
	.entry-content p{
		overflow: hidden;
		/* white-space: nowrap; */
		text-overflow: ellipsis;
	}
	.entry-content p,
	.post-list-item h3{
		font-size: 1em;
	}
	#secondary h2{
		font-size: 1em;
	}
	article .image-wrapper {
		height: auto;
	}
	.intro-block .intro-text {
		padding: 1.5rem;
	}
	.intro-block .intro-text h1{
		font-size: 1.5em;
	}
	.intro-block .intro-text p{
		font-size: 0.8em;
	}
	[data-devmode] .main-logo img{
		width: 7rem;
		min-width: 0;
	}
	[data-devmode] #mainnav{
		margin-top: 3rem;
	}
	[data-devmode] #banner-wrapper{
		padding-bottom: 0;
	}
	[data-devmode] .utility {
		gap: 1em;
		padding-top: 3rem;
		padding-right: 0;
		padding-bottom: 1rem;
		justify-content: center;
	}
	[data-devmode] .footer-links{
		flex-wrap: wrap;
	}
	[data-devmode] .footer-links > div{
		flex-basis: 50%;
	}
	[data-devmode] footer.site-footer ul li a{
		font-size: 0.7rem;
	}
	[data-devmode] .footer-signup h2 + p{
		font-size: 0.9rem;
	}
	[data-devmode] #colophon .flex{
		gap: 2rem;
	}
	[data-devmode] #colophon .cell:first-child .flex{
		margin-bottom: 2rem;
	}
	[data-devmode] .bottom-bar .text-center{
		font-size: 0.6rem;
	}
	[data-devmode] .intro-panel{
		padding-bottom: 0;
	}
	[data-devmode] .intro-panel + div{
		margin-bottom: 4rem;	
	}
}

/**************************************************************************************/
/**************************************************************************************/

/*--------------------------------------------------------------
# Media queries - Medium + Large
--------------------------------------------------------------*/
@media screen and (min-width: 40rem) {

	.home header {
		background-repeat: no-repeat;
		background-size: auto 120%;
		background-position: top center;
		/*height: 35rem;*/
	}

	.randomised-panel {
	}

	.randomised-panel h2 {
		font-size: 2.5rem;
	}

	.randomised-panel p {
		font-size: 1.5rem;
	}

	.search-wrap .searchform input.s{
		text-align: left;
	}

	#site-navigation-desktop {
			padding: 0px;
			position: relative;
	}

	.social-icons img {
			margin: 1.25rem 6% 1.25rem 6%;
			height: auto;
	}

	.divider-left {
		border-left:1px solid #e2dfe5;
		margin-left: 0rem;
		padding-left: 2rem;
		margin-right: -1rem;
	}

	.divider-right {
		border-right:1px solid #e2dfe5;
		margin-right: 0rem;
		padding-right: 2rem;
		margin-left: -1rem;
	}

	.image-wrapper.banner {
		height:20rem;
	}
	.image-wrapper.banner img {
		object-position: center center;
	}

	.newsletter-signup #mc_embed_signup {
			margin-right: 2%;
	}

	#mc_embed_signup input {
		margin-right: 1%;
		width: 29%;
	}

	footer.site-footer ul {
			margin: 0 1% 0 0;
			width: 24%;
			float: left;
	}

	#site-credits {
		font-size: 0.75rem;
		border-left: 1px solid #fff;
	}
	.support-feed {
		border-left: 1px solid #cacaca;
	}
	.support-feed h2 {
		margin-left: 8.33333%;
	}
	.mainnav{
		/* margin-top: 2rem; */
	}
	.mainnav ul{
		display: -webkit-box;
			display: -ms-flexbox;
			display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		list-style-type: none;
		margin: 0;
	}
	.mainnav li{
		font-size: 1.8vw;
		position: relative;
	}
	.mainnav li a {
		color: #fff;
		padding: 0.8vw 1.2vw;
		display: block;
		line-height: 1.2;
		transition: opacity 0.2s ease;
	}
	.mainnav > ul > li > a{
		color: #111;
	}
	.mainnav li a:hover{
		opacity: 0.5;
	}
	.mainnav li ul{
		/* position: absolute;
		visibility: hidden; */
		opacity: 0;
		transition: opacity 0.2s ease;
			height: 1px;
			overflow: hidden;
			padding: 0;
			position: absolute;
			width: 1px;
	}
	.mainnav li.active > ul,
	.mainnav > ul > li:hover ul,
	.mainnav > ul > li.hover ul{
		display: block;
		top: 4vw;
		background-color: rgba(0,0,0,0.95);
		padding: 0.5rem;
		margin-left: -0.5rem;
		min-width: 200px;
		max-width: 22vw;
		width: auto;
		opacity: 1;
			 height: auto;
	}
	.mainnav li.current-menu-item > a,
	.mainnav li.current-menu-parent > a{
		background-color: rgba(255,255,255,0.3);
		box-shadow: 0 2px 0 0px rgba(0,0,0,0.4);
	}
	#masthead{
		padding-bottom: 2rem;
	}
	h1.site-title{
		margin-top: 1rem;
		margin-bottom: 0;
	}
	.top-block{
		margin-top: 1rem;
	}
	#masthead .metaslider .caption-wrap{
		line-height: 1.5em;
		font-size: 1em;
	}
	[data-devmode] .mdse-graphic img{
		width: auto;
		max-height: 8rem;
	}
	.top-sidebar #secondary-inner > #custom-cats ul{
		column-count: 2;
	}
	[data-devmode] .footer-signup #mc_embed_signup{
		padding: 2rem 3rem;
	}
	[data-devmode].home .metaslider .slides a{
		margin-top: 2rem;
		height: 38rem;
	}
}
@media screen and (min-width: 40rem) and (max-width: 64rem){
	#mainnav-1{
		margin-left: 2rem;
	}
	#mainnav-1 li{
		font-size: 0.9rem;	
	}
}

/**************************************************************************************/
/**************************************************************************************/

/*--------------------------------------------------------------
# Media queries - Large only
--------------------------------------------------------------*/
@media screen and (min-width: 64rem) {

	.home header {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		/*height: 45rem;*/
	}

	.randomised-panel {
	}

	.randomised-panel h2 {
		padding-top: 2rem;
		font-size: 3rem;
	}

	.randomised-panel p {
		font-size: 2rem;
	}
	.valign-middle {
			display: table;
	}

	.valign-middle .cell {
			display: table-cell;
			vertical-align: middle;
	}

	.boxed-link {
		display: inline-block;
		margin: 0 auto;
	}

	#primary-menu a {
		font-size: 1.2rem;
	}

	#promo-container .image-wrapper {
		display: block;
		width: 100%;
		height: 12rem;
		object-fit: cover;
		overflow: hidden;
		margin-bottom: 1rem;
	}

	.social-icons img {
			margin: 1.25rem 2rem 1.25rem 6%;
			height: auto;
	}
	.mainnav li{
		font-size: 1.4vw;
	}
	.mainnav ul ul li{
		font-size: 1.2vw;
	}
	.mainnav > ul > li:hover ul,
	.mainnav > ul > li.hover ul{
		top: auto;
	}
	.mainnav li.current-menu-item > a,
	.mainnav li.current-menu-parent > a{
		box-shadow: 0 4px 0 0px rgba(0,0,0,0.4);
	}
	h1.site-title{
		margin-top: 1.5rem;
	}
	.top-block{
		margin-top: 2rem;
	}
	body.home .intro-panel p,
	body.home .intro-panel a{
		font-size: 120%;
	}
	#banner-wrapper .icons{
		text-align: center;
	}
	#masthead .metaslider .caption-wrap{
		font-size: 1.5em;
	}
	.logo h1.site-title img {
		padding: 15% 5%; /* maintain m distance around logo */
		margin: 0 0 1em;
		max-width: 300px;
	}
	[data-devmode] .promo-row .listing .cell,
	[data-devmode] .news-feed .listing .cell{
		margin-bottom: 0;
	}
	[data-devmode] .promo-row .listing .cell span{
		font-size: 1.6rem;
		padding: 4rem 3rem;
	}
	[data-devmode] .news-feed .listing a{	
		padding: 2rem 3rem;
	}
	[data-devmode] h1.site-title {
		margin: 1rem 0 0.5rem;
	}
	[data-devmode] #colophon .flex{
		font-size: 1rem;
	}
	[data-devmode] #colophon .flex img{
		max-height: 3rem;	
	}
	[data-devmode] #mainnav-1 > li.current-menu-item > a::after,
	[data-devmode] #mainnav-1 > li.current-menu-ancestor > a::after{
		bottom: -0.9em;
	}
	[data-devmode] .mdse-graphic img{
		max-height: 10rem;
		margin-top: 2rem;
	}
	.top-sidebar #secondary-inner > #custom-cats ul{
		column-count: 3;
	}
	[data-devmode].home .metaslider .slides a{
		height: 35rem;
	}
}

/*  Low Contrast
		======================================== */

body[data-contrast="low"] #page{
	opacity: 0.6;
}

/*  High Contrast
		======================================== */
body[data-contrast="high"] #masthead::before{
	background-color: black;
}
body[data-contrast="high"] #page{
	background-color: black;
}
body[data-contrast="high"] #page *{
	color: yellow;
	background-color: black;
}
body[data-contrast="high"] #banner-wrapper .icons img{
	filter: brightness(2);
}

/*  Large text
		======================================== */

body[data-text="large"] #content{
	font-size: 120%;
}
body[data-text="large"] .deleteicon{
	font-size: 1rem !important;
}

/*  XL text
		======================================== */

body[data-text="xl"] #content{
	font-size: 150%;
}
body[data-text="xl"] .deleteicon{
	font-size: 1rem !important;
}

/*  No images
		======================================== */

body[data-images="off"] #content img{
	display: none;
}
body[data-images="off"] *{
	background-image: none;
}
body[data-images="off"] #masthead::before{
	background-color: #111;
}