/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 23 2026 | 03:07:24 */
/* Column sizing - responsive default is one column */
@media only screen and (min-width: 600px) {
	article div.entry-content {
		max-width: 80%;
		margin: 0 10%;
	}
}

@media only screen and (min-width: 900px) {
	article div.entry-content {
		max-width: 50%;
		margin: 0 25%;
	}
}

/* Use full width if content contains advanced columns with 2 or 3 columns */
article:has(div.gb-layout-columns-2, div.gb-layout-columns-3, #wpforo, div.pmagic) div.entry-content {
	max-width: 100%;
	margin: 0;
}

/* Set all pages to wider responsive style  */

.site-inner {
	/* remove unnecessary whitespace at top of page */
	padding-top: 0;
}

/* basic design set-up, if no responsive designs apply*/

.site-inner,
.wrap {
	/* wraps around whole site */
	max-width: 1550px;
}

.content-sidebar .content, 
.sidebar-content .content {
	/* wraps around main content column */
	max-width: 1200px;
	width: 100%; /* auto */
}

.site-container .wp-block-columns.alignfull {
	/* to get rid of excessive padding at sides due to repeated application of styles */
	padding: 0; /*was 0 20; */
}

/* give menu more space across top of page */

.site-header .nav-primary {
	max-width: 94%;
}

.genesis-nav-menu {
	width: 100%;
}

.wp-custom-logo .title-area {
	/* shrink down space for logo to give more room for menu */
	width: 100px;
}

/* tighten up sidebar */

.sidebar-primary {
	width: 300px;
}

/* reduce padding on widgets */

.sidebar .widget-wrap {
	padding: 10px;
}

.sidebar .widget {
	padding: 0;
}

/* centre images in adverts */
.g img {
	margin: 0 auto;
	display: block;
}

/* prevent sidebar being moved on single post views */
.single .sidebar .widget:first-of-type {
	margin-top: 0;
}

/* Switch to all sans */
/* theme sets body font as serif, then adds sans-serif fonts for elements - this changes the body font to the same sans-serif font as theme elements use */
body {
	    font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
}

/* Header - make sticky */
.site-container > header {
	position: sticky;
	top: 0;
	z-index: 999;
}

/* Header - add transition smoother for js shrinking */
.site-container > header,
.site-container > header > .wrap,
.site-container > .site-header > .wrap > .title-area > a > img {
	transition: 0.3s;
}

/* set scroll margin for anchor links so they don't appear behind the sticky header */
.anchor-link {
	scroll-margin-top: 100px;
}

/* Top-top menu */
.top-top-menu {
	/* basic styling */
	background: lightgray;
	width: 100%;
	text-align: right;
}

/* Top-top menu - adapt theme styling applied to html to make a thinner menu bar */
.top-top-menu .genesis-nav-menu,
.top-top-menu input,
.top-top-menu button {
	font-size: 14px;
}

.top-top-menu .genesis-nav-menu {
	line-height: 1.25;
}

/* Top-top menu - reduce size of search box to fit better */
.top-top-menu button {
	padding: 2px;
	margin-right: 5px;
}

.top-top-menu .wp-block-search__input {
	padding: 2px;
}

/* Top-top menu - give search box padding to match menu items for wrapping in mobile view */
.top-top-menu form {
	padding: 9px 0;
}

/* Top-top menu - callout style for button */
.genesis-nav-menu a.join-button {
	background: #1d4d92;
	color: white;
	border-radius: 5px;
	padding: 6px 10px;
	margin: 6px 10px;
}

/* Main menu */
/* make log in/out into a button */
/* log in - 36289, log out - 36290 */
#menu-item-36289 a,
#menu-item-36290 a {
	background: #1d4d92;
	color: white;
	border-radius: 5px;
	padding: 6px 10px;
	margin: 0 10px;
}

#menu-item-36289 a:hover,
#menu-item-36290 a:hover {
	box-shadow: inset 0 0 200px rgba(255,255,255,.15);
}

/* Main menu - admin link - 36249 */
#menu-item-36249 > a {
	background: #f0f0f0;
	padding: 6px 10px;
	margin: 0 10px;
}

/* Remove first widget highlighting */
.sidebar .widget:first-of-type {
    background-color: initial;
    box-shadow: none;
    margin-bottom: initial;
}

/* set defaults for column layouts */
.gb-layout-columns-1 .gb-block-layout-column-inner {
	padding: 3em 0;
}

.gb-layout-columns-1 .gb-layout-column-wrap {
	max-width: 800px; /* not pulling through? */
}

.gb-layout-columns-2 .gb-block-layout-column-inner {
	padding: 2.5em;
}

.gb-layout-columns-3 .gb-block-layout-column-inner {
	padding: 1em;
}

/* responsive column defaults */
@media only screen and (max-width: 1150px) {
	.gb-layout-columns-1 .gb-block-layout-column-inner,
	.gb-layout-columns-2 .gb-block-layout-column-inner {
		padding: 1em;
	}
}

@media only screen and (max-width: 900px) {
	/* Make 3 column layouts single earlier than default */
	.gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
		grid-template-columns: 1fr;
		grid-template-areas:
			"col1"
			"col2"
			"col3";
		    clear: both;
	}
	/* Prevent images in collapsed 3-col layouts from overpowering pages */
	.gb-layout-columns-3 .gb-block-layout-column-inner figure img {
		max-height: 15em;
		object-fit: cover;
	}
}

/* create class to clear column defaults */
.clear-defaults .gb-layout-column-wrap {
	max-width: none;
}
.clear-defaults .gb-block-layout-column-inner {
	padding: 0;
}

/* set defaults for typography */
p {
	margin: 0 0 10px;
}

figure {
	margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-top: 0!important;
}

h2 {
	color: #111;
	font-size: 28px;
	letter-spacing: -0.01em;
	line-height: 1.23;
}

.entry-content h2,
.entry-content h3 {
	margin-top: 0px;
	margin-bottom: 20px;
}

h3 {
	color: #1d4d92;
	font-size: 24px;
	line-height: 1.2;
}

h4,
h5,
h6 {
	color: #1d4d92;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-transform: uppercase;
}

h5,
h6 {
	color: #555;
}

/* Word wrapping in tables */
table {
	word-break: break-word;
}

/* invisible blocks for layout */
.invisible-block .gb-block-layout-column-inner {
	padding: 0;
}

/* Footer */
.site-container footer {
	background: lightgrey;
}

.flexible-widgets .widget {
	width: 100%;
	float: none !important;
	padding: 0;
}

#footer .widget ul > li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#footer div.gb-block-button,
#footer div.wp-block-search__inside-wrapper {
	border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
	border-radius: 3px;
	padding: 20px;
	max-width: 75%;
	margin: auto;
}

#footer div.gb-block-layout-column-inner p {
	padding-left: 20%;
	padding-right: 20%;
}

/* Footer - responsive */
@media only screen and (max-width: 1150px) {
	/* this will shrink footer to one column sooner than theme default */
	#footer .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
		grid-template-columns: 1fr;
		grid-template-areas:
			"col1"
			"col2"
			"col3";
		    clear: both;
	}
	
	#footer div.gb-block-button,
	#footer div.wp-block-search__inside-wrapper {
		float: none;
		position: static;
		max-width: none;
		width: 100%;
	}
	
	#footer div.pmagic {
		margin-bottom: 0;
	}
	
	#footer .flexible-widgets .widget,
	#footer .flexible-widgets .widget:nth-child(odd),
	#footer .flexible-widgets.widget-odd .widget:last-of-type,
	#footer .flexible-widgets.widget-odd .featuredpost:last-of-type .entry,
	#footer .authority-grid.archive:not(.woocommerce-page) .content .entry {
		clear: both;
		float: none;
		position: static;
		max-width: 500px;
		padding: 20px 0;
		width: 100%;
		margin: auto;
	}
}

/* responsive design changes - MUST APPEAR AT BOTTOM TO OVERRIDE STYLES ABOVE*/
@media only screen and (max-width: 1600px) {
	.site-inner,
	.wrap {
		max-width: 1400px;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		max-width: 1050px;
	}
}

@media only screen and (max-width: 1450px) {
	.site-inner,
	.wrap {
		max-width: 1250px;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		max-width: 900px;
	}
}

@media only screen and (max-width: 1300px) {
	.site-inner,
	.wrap {
		max-width: 1175px;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		/* this is the smallest width I want before going to single columns as in mobile view */
		max-width: 900px;
	}

	.content,
	.sidebar-primary {
		/* shrink sidebar to keep it on screen */
		width: 250px;
	}
	
	.site-header .nav-primary {
		/* stops the default css giving too little room to the menu without the title area exceeding it's total width */
		max-width: 1050px;
	}
}

@media only screen and (max-width: 1225px) {
	.site-inner,
	.wrap {
		max-width: 1125px;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		/* this is the smallest width I want before going to single columns as in mobile view */
		max-width: 900px;
	}

	.content,
	.sidebar-primary {
		/* shrink sidebar to keep it on screen */
		width: 200px;
	}
	
	.site-header .nav-primary {
		/* stops the default css giving too little room to the menu without the title area exceeding it's total width */
		max-width: 975px;
	}
}

/* Switch to single column layout earlier than theme default */
@media only screen and (max-width: 1150px) {
	.site-inner,
	.wrap {
		max-width: 950px;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		/* expand content as dropping sidebar */
		max-width: 950px;
	}
	
	.content,
	.sidebar-primary {
		/* drops the sidebar and any floating content into a single column */
		float: none;
		clear: both;
		width: 100%;
		max-width: 500px;
		margin: auto;
	}

	/* Genesis Responsive Menus */
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
	}

	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	.genesis-responsive-menu .highlight a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background: transparent;
		box-shadow: none;
		color: #111;
		transform: none;
	}

	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #1d4d92;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border: 2px solid #1d4d92;
		background-color: #fff;
		color: #1d4d92;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: #1d4d92;
		color: #fff;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		position: relative;
		z-index: 1000;
	}

	.menu-toggle::before {
		font-size: 1.5em;
		margin-right: 10px;
		text-rendering: auto;
		vertical-align: top;
	}

	.sub-menu-toggle {
		float: right;
		padding: 15px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		transform: rotate(0);
		transition: transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		transform: rotate(180deg);
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #1d4d92;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px 15px 0;
		text-align: left;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu,
	.genesis-nav-menu .highlight {
		left: 0;
		margin-left: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
}

@media only screen and (max-width: 1075px) {
	.site-inner,
	.wrap {
		/* prevents theme stylesheet from shrinking columns below 900px */
		max-width: 900px;
	}
	
	.content-sidebar .content,
	.sidebar-content .content {
		/* this is the smallest width I want before going to single columns as in mobile view */
		max-width: 900px;
	}
	
	.archive-description,
	.entry {
		/* prevents theme stylesheet from shrinking columns below 900px */
		max-width: 900px;
	}
}


@media only screen and (max-width: 950px) {
	/* Turns on flex wrapping and 5% padding at 950px rather than default 720px */
	.wp-block-columns{
		flex-wrap:wrap!important
	}
	
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{
		flex-basis:100%!important
	}
	
	.site-inner,
	.site-header .wrap,
	.wrap, #footer {
		padding-left: 5%;
		padding-right: 5%;
	}
}