/*
Theme Name: Gemba 22
Description: Gemba 22 theme is a custom theme developed by Global River.
Version: 1.0
Author: Global River
Tags: responsive, coloured, custom header, fluid width, multiple columns, top page menu, widgets, footer
Fold Level: 2
*/

/*#########################################  Site Elements */
/* #region Animations {*/
@keyframes gr-reveal {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes gr-hide {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(100%);
	}
}
@keyframes sranm-move {
	to { transform: translate(0,0); }
}
@keyframes sranm-fade {
	to { opacity: 1; }	
}
/* #endregion }*/

/* #region Social Icons {*/
@media screen and (min-width: 0px) {
	#socicons {
		/*Fallback*/
		--SocBrandCol: #FFCC0F;
		/*Icon Size*/
		--SocIconSz: clamp(15px, 5vw, 20px);
		--SocLnkSz: 1.6em;
		--SocGap: clamp(2px, 1vw, 10px);

		clear: both;
		position: relative;
		line-height: 1;
	}
	#socicons a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: calc(var(--SocGap)/4) calc(var(--SocGap)/2);
		text-decoration: none;
	}
	#socicons a span {
		position: relative;
		display: block;
		font-size: var(--SocIconSz);
		height: var(--SocLnkSz);
		line-height: var(--SocLnkSz);
		width: var(--SocLnkSz);
		text-align: center;
		border-radius: 50%;
		border: none;
		background: #FFF;
		color: #FFCC0F;
	}
	#socicons a span:after {
		display: block;
		position: relative;
		font-family: 'Soc Icons';
		content: var(--SocIconId);
	}
	#socicons a:hover span {
		background: var(--SocBrandCol);
		color: #FFF;
	}
	/*Brand Icon and Colour*/
	#socicons a.twitter {
		--SocIconId: "\e029";
		--SocBrandCol: #000;
	}
	#socicons a.facebook {
		--SocIconId: "\e001";
		--SocBrandCol: #537ABC;
	}
	#socicons a.skype {
		--SocIconId: "\e006";
		--SocBrandCol: #00AFF0;
	}
	#socicons a.linkedin {
		--SocIconId: "\e003";
		--SocBrandCol: #1284C7;
	}
	#socicons a.googleplus {
		--SocIconId: "\e002";
		--SocBrandCol: #DD4B39;
	}
	#socicons a.youtube {
		--SocIconId: "\e004";
		--SocBrandCol: #E12A27;
	}
	#socicons a.pinterest {
		--SocIconId: "\e008";
		--SocBrandCol: #E12A27;
	}
	#socicons a.instagram {
		--SocIconId: "\e027";
		--SocBrandCol: linear-gradient(45deg, #F9D801, #E70E29 50%, #7B38AB 100%);
	}
	#socicons a.houzz {
		--SocIconId: "\e009";
		--SocBrandCol: #8BC34A;
	}
	#socicons a.tictok {
		--SocIconId: "\e026";
		--SocBrandCol: linear-gradient(135deg, #00F5EE, #00F5EE 35%, #FE004E 65%);
	}
	#socicons a.rss {
		--SocIconId: "\e005";
		--SocBrandCol: #D82026;
	}
}
/* #endregion }*/

/* #region ShareLinks {*/
@media screen and (min-width: 0px) {
	#shares {
		margin: 5px 0;
		padding: 50px 0 0px;
		border-left: none;
		border-right: none;
	}
	.share .title, 
	.share .shareitem, 
	.widget_gr_share_link_widget .shareitem {
		position: relative;
		margin: 5px;
		display: inline-block;
		padding: 0;
		vertical-align: middle;
	}
	.share .title {
		height: 100%;
		font-size: 1.2rem;
		margin-left: 0;
	}
	#text .shareitem a, 
	.shareitem a {
		text-decoration: none;
		color: #000;
	}
	.shareitem a {
		position: relative;
		display: block;
		height: 7.7vw;
		width: 7.7vw;
		font-size: 0;
		text-align: center;
		border-radius: 10%;
		border: none;
		background-color: transparent;
		transition: 0.5s;
	}
	.shareitem a:after {
		display: block;
		position: relative;
		font-family: 'Soc Icons';
		line-height: 7.7vw;
		font-size: 18px;
	}
	#text .shareitem a:hover {
		text-decoration: none;
	}
	.shareitem a:hover {
		background-color: #B91B15;
	}
	.shareitem.sh_twitter a:after {
		content: "\e029";
	}
	.shareitem.sh_twitter:hover a {
		background-color: #000;
	}
	.shareitem.sh_facebook a:after {
		content: "\e001";
	}
	.shareitem.sh_facebook:hover a {
		background-color: #537ABC;
	}
	.shareitem.sh_linkedin a:after {
		content: "\e003";
	}
	.shareitem.sh_linkedin:hover a {
		background-color: #1284C7;
	}
	.shareitem.sh_googleplus a:after {
		content: "\e002";
	}
	.shareitem.sh_googleplus:hover a {
		background-color: #DD4B39;
	}
	.shareitem.sh_pinterest a:after {
		content: "\e008";
	}
	.shareitem.sh_pinterest:hover a {
		background-color: #E12A27;
	}
	.shareitem.sh_whatsapp a:after {
		content: "\e00a";
	}
	.shareitem.sh_whatsapp:hover a {
		background-color: #43D854;
	}
	.shareitem.sh_email a:after {
		content: "\e021";
	}
	#text .shareitem a:hover, 
	.shareitem a:hover {
		color: #FFF;
		transition: 0s;
	}
}
@media screen and (min-width: 450px) {
	.shareitem a {
		height: 30px;
		width: 30px;
	}
	.shareitem a:after {
		line-height: 30px;
	}
}
/* #endregion }*/
	
/* #region Buttons {*/
@media screen and (min-width: 0px) {
	a.butlink, 
	.butlink, 
	button.butlink, 
	input.butlink, 
	.submit .button, 
	#gr #commentform #submit,
    #gr .malinky-load-more__button,
    #gr #text a[data-cb-name="DetailsLink"], 
    #gr .cbLoginButtonContainer input, 
	#gr .btn-primary {
        --ButtonCol: #000;
        --ButtonHovCol: #CA003D;
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: var(--ButtonCol);
		text-decoration: none;
        text-transform: none;
		font-size: 17px;
		line-height: 0.8;
		text-align: center;
		border: 2px solid var(--ButtonCol);
		background-color: #FFF;
		border-radius: 0;
		display: inline-block;
		position: relative;
        box-sizing: border-box;
        min-width: 8em;
		padding: 0.8em;
		text-shadow: none;
		box-shadow: none;
		transition: all 0.5s;
	}
    .butlink {
        margin: 1em 0 2em;
    }
    .butlink + .butlink {
        margin-left: 2em;
    }
	a.butlink:hover, 
	.butlink:hover, 
	button.butlink:hover, 
	input.butlink:hover, 
	.submit .button:hover, 
	#gr #commentform #submit:hover,
    #gr .malinky-load-more__button:hover,
    #gr #text a[data-cb-name="DetailsLink"]:hover, 
    #gr .cbLoginButtonContainer input:hover,
	#gr .btn-primary:hover {
        background-color: var(--ButtonHovCol);
		border-color: var(--ButtonHovCol);
        color: #FFF!important;
		text-decoration: none!important;
		cursor: pointer;
		transition-duration: 0s;
	}
	a.butlink.rev, 
	.butlink.rev, 
	button.butlink.rev, 
	input.butlink.rev {
        --ButtonCol: #FFF;
        background-color: #000;
	}
	a.butlink.rev:hover, 
	.butlink.rev:hover, 
	button.butlink.rev:hover, 
	input.butlink.rev:hover {
		background-color: var(--ButtonHovCol);
	}
	a.butlink.small, 
	.butlink.small, 
	button.butlink.small, 
	input.butlink.small,
    #gr #text a[data-cb-name="DetailsLink"] {
		font-size: 13px;
		margin-top: 0;
		margin-bottom: 0;
        min-width: 20px;
	}
    a.butlink.login, 
	.butlink.login, 
	button.butlink.login, 
	input.butlink.login {
        --ButtonCol: #6ABF4B;
    }
    /*Shadow*/
    .butlink:before, 
	.submit .button:before, 
	#gr #commentform #submit:before,
    #gr .malinky-load-more__button:before {
		content: '';
		display: block;
		position: absolute;
		top: calc(100% - 1.2em);
		left: 0;
		width: 100%;
		height: 1.6em;
		border-radius: 50%;
		background-image: radial-gradient(center center, ellipse contain, rgb(0,0,0,0.4), transparent);
		background-image: -o-radial-gradient(center center, ellipse contain, rgb(0,0,0,0.4), transparent);
		background-image: -ms-radial-gradient(center center, ellipse contain, rgb(0,0,0,0.4), transparent);
		background-image: -moz-radial-gradient(center center, ellipse contain, rgb(0,0,0,0.4), transparent);
		background-image: -webkit-radial-gradient(center center, ellipse contain, rgb(0,0,0,0.4), transparent);
        transition: all 0.5s;
        clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0% 100%);
	}
    .butlink:hover:before, 
	.submit .button:hover:before, 
	#gr #commentform #submit:hover:before,
    #gr .malinky-load-more__button:hover:before {
        top: calc(100% - 0.7em);
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
        transition-duration: 0.2s;
	}
	#gr .btn-primary {
        color: var(--ButtonCol)!important;
		font-size: 12px;
		border: 1px solid var(--ButtonCol);
		background-color: #FFF;
	}
	#gr .btn-primary:hover {
        background-color: var(--ButtonCol);
        color: #FFF!important;
	}
	#gr .btn-primary::before {
		font-family: 'Gemba Icons';
		font-size: 200%;
		line-height: 10px;
		vertical-align: middle;
		display: inline;
		margin-left: -10px;
	}
	#gr .btn-primary.new:before {
		content: '\e028';
	}
	#gr .btn-primary.reply:before {
		content: '\e000';
	}
	#gr .btn-primary img {
		display: none!important;
	}
	#gr [class*="ButtonContainer"] input {
		background-color: rgb(99, 99, 98, 0.1);
		border: 2px solid rgb(100,99,99, 0.3);
		border-radius: 0;
		color: #150d04;
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 14px;
	}
	#gr [class*="ButtonContainer"] input:hover {
		background-color: #FFCC0F;
		color: #FFF;
		border-color: #FFCC0F;
	}
    .butlink.pagetop {
        margin-bottom: 0;
    }
}
/* #endregion }*/

/* #region Scroll Reveal */
/*
To activate add 'scrollreveal' class to parent container.
Options: add the following class(es) to the parent container to set the options for the animations of the child panels
    sr-up - moves the panels up
    sr-outin - moves the panels accross from outside to inside (for 2 panels accross)
    sr-outin3 - moves the panels accross from outside to inside and up for the centre panel above 960px screen width (for 3 panels accross)
    sr-outin right - moves the panels in from the right
    sr-fade - fades in the panels can be used in addition with other options
    sr-offset - offsets the animation across each panel in the row so they move individually
*/
@media screen and (min-width: 0px) {
	/*sr-up*/
	.sr-up .sranimate {
		transform: translateY(150px);
		animation: sranm-move 1s ease forwards;
	}
	/*sr-offset*/
	.sr-offset .sranimate:nth-of-type(2n) {
		animation-delay: 0.2s;
	}
	.sr-offset .sranimate:nth-of-type(2n-1) {
		animation-delay: 0s;
	}
	/*sr-outin*/
	.sr-outin .sranimate, 
	.sr-outin3 .sranimate {
		transform: translateX(150px);
		animation: sranm-move 1s ease forwards;
	}
	.sr-outin:not(.right) .sranimate:nth-of-type(2n-1), 
	.sr-outin3 .sranimate:nth-of-type(2n-1) {
		transform: translateX(-150px);
	}
	.sr-offset.sr-outin .sranimate:nth-of-type(1), 
	.sr-offset.sr-outin3 .sranimate:nth-of-type(1) {
		animation-delay: 0s;
	}
	/*sr-fade*/
	.sr-fade > * {
		opacity: 0;
	}
	.sr-fade .sranimate {
		animation: sranm-fade 2s ease forwards;
	}
	.sr-up.sr-fade .sranimate, 
	.sr-outin.sr-fade .sranimate, 
	.sr-outin3.sr-fade .sranimate {
		animation: sranm-move 1s ease forwards, sranm-fade 2s ease forwards;
	}
	/*already-visible*/
	.scrollreveal .already-visible, 
	.scrollreveal .sranimate.already-visible:nth-of-type(1n) {
		animation-duration: 0s;
		animation-delay: 0s;
		opacity: 1;
	}
}
@media screen and (min-width: 960px) {
	/*sr-offset*/
	.sr-offset .sranimate:nth-of-type(1),
	.sr-offset .sranimate:nth-of-type(3n-2) {
		animation-delay: 0s;
	}
	.sr-offset .sranimate:nth-of-type(3n-1) {
		animation-delay: 0.2s;
	}
	.sr-offset .sranimate:nth-of-type(3n) {
		animation-delay: 0.4s;
	}
	/*sr-outin*/
	.sr-outin3 .sranimate:nth-of-type(1) {
		transform: translateX(0);
	}
	.sr-outin3 .sranimate:nth-of-type(3n) {
		transform: translateX(150px);
	}
	.sr-outin3 .sranimate:nth-of-type(3n-1) {
		transform: translate(0, 150px);
	}
	.sr-outin3 .sranimate:nth-of-type(3n-2) {
		transform: translateX(-150px);
	}
}
@media screen and (min-width: 1500px) {
    div.inner {
        max-width: 1400px;
    }
}
/* #endregion */


/*#########################################  Main Typography & Layouts */
/* #region General Text {*/
@media screen and (min-width: 0px) {
	html {
		font-size: 62.5%;
		line-height: 1;
		scroll-behavior: smooth;
	}
	body, 
	code,
	table td,
	#gr .pgtypbox > div,  
	#gr .itembox > div {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
		line-height: 1.2;
	}
	body {
		color: #150d04;
		overflow-x: hidden;
	}
}
@media screen and (min-width: 450px) {
	.twocol {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 30px;
		-moz-column-gap: 30px;
		column-gap: 30px;
	}
	.twocol li {
		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}
}
/* #endregion }*/

/* #region Main Layout {*/
@media screen and (min-width: 0px) {
	body#gr {
		display: grid;
		grid-template-columns: 1fr minmax(320px, 1300px) 1fr;
		grid-template-rows: auto;
		text-align: center;
		background-color: rgb(99, 99, 98, 0.1);
	}
	section.outer {
		position: relative;
		grid-column: span 3;
	}
	section.inner {
		grid-column: 2;
		position: relative;
	}
	section.outer:before, section.inner:before {
		content: '';
		position: absolute;
		width: 100vw;
		height: 100%;
		top: 0;
		left: calc(50% - 50vw);
		z-index: -1;
	}
	body, h1, h2, h3, h4, h5, p, img, img a, ul, ol, li, blockquote {
		margin:0;
		padding: 0;
		border: 0;
	}
	h1, h2, h3, h4, h5 {
		font-weight: normal;
	}
	#commentform textarea {
		width: 100%;
		box-sizing: border-box;
	}
	sup {
		font-size: 60%;
		text-transform: none;
	}
	small {
		font-size: 85%;
		line-height: 1.2;
	}
	strong {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	img {
		display: block;
	}
	.togdiv, 
	#toggle-content, 
	.cpanitem .btt {
		display: none;
	}
	/* table {
		table-layout: fixed;
	} */
	.break {
		flex-basis: 100%;
		height: 0;
	}
	#fancybox-outer, 
	#fancybox-content {
		background: transparent!important;
		border-radius: 15px;
		box-shadow: none!important;
	}
	#fancybox-content {
		border: 3px solid #FFCC0F!important;
		background: #FFF!important;
		-moz-box-shadow: 0 0 20px #111;
		-webkit-box-shadow: 0 0 20px #111;
		box-shadow: 0 0 20px #111;
	}
	.clearfix:after {
		clear: both;
		content: ".";
		display: block;
		height: 0;
		visibility: hidden;
	}
	.clearfix {
		display: block;
	}
}
/* #endregion }*/

/* #region Headings {*/
@media screen and (min-width: 0px) {
	:is(h1, h2, h3, h4, h5),
	:is(h1, h2, h3, h4, h5) a {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		position: relative;
		display: block;
		font-weight: normal;
		line-height: 1;
        color: rgb(100, 99, 99, 1);
	}
	:is(h1, h2, h3, h4, h5) a {
		text-decoration: none;
	}
	:is(h1, h2, h3, h4, h5) a:hover {
		color: #FFCC0F;
		text-decoration: none;
	}
	:is(h2, h3, h4, h5) {
		padding-top: 1.2em;
		padding-bottom: 0.8em;
	}
    h1.posttitle {
        padding-bottom: 0.8em;
    }
	h1, 
    h2.pagetitle {
		padding-top: 0;
		padding-bottom: 0;
	}
	h1, 
	h2.pagetitle {
		color: rgb(100, 99, 99, 0.25);
		font-size: clamp(4.8rem, 6vw, 7.2rem);
	}
    :is(h1.posttitle, h2, h3, h4, h5) {
        color: #150d04;
    }
	h2, h1.posttitle {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2.4rem;
	}
	h4 {
		font-size: 2rem;
	}
	h5 {
		font-size: 1.8rem;
	}
	:is(h1,h2,h3, h4, h5, .ptitle) + :is(h2, h3, h4, h5), 
	.notoppad {
		padding-top: 0;
	}
}
/* #endregion }*/


/*#########################################  Header Elements */
/* #region Header {*/
@media screen and (min-width: 0px) {
    #header {
        font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
        box-sizing:border-box;
        position: relative;
        padding: 10px;
        font-size: 0;
        z-index: 99;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
    }
    #header:before {
        background-color: #FFF;
    }
	#header .hdlogo {
		width: 60%;
		flex-grow: 1;
	}
    #header .logo {
		display: block;
		width: 100%;
		max-width: 100px;
        transition: all .2s ease-in;
        z-index: 1;
    }
    #header .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
	#header .account {
		display: block;
		font-size: 1.4rem;
		width: 100%;
		color: #FFCC0F;
		text-align: right;
	}
    #header .account a {
        --ButtonCol: #6ABF4B;
    }
	#header .account .name {
		color: #150d04;
	}
	#header .account span {
		padding-left: 0.5em;
	}
    a:is(.mtoggle, .atoggle) {
        font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
        font-size: 1.1rem;
        line-height: 1;
        display: inline-block;
        width: 40px;
        padding: 5px;
        margin: 5px 0;
        color: #000;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        transition: all .2s ease-in;
        z-index: 9;
    }
    a:is(.mtoggle, .ttoggle, .atoggle):before {
        content: "\f333";
        font-family: 'dashicons';
        display: block;
        font-size: 35px;
        line-height: 25px;
    }
	a.atoggle {
		display: none;
        height: 100%;
	}
	a.mtoggle.active:after {
		display: none;
	}
	a.atoggle:before {
        content: "\f110";
		font-size: 28px;
        line-height: 38px;
    }
    a:is(.mtoggle, .ttoggle, .atoggle):hover {
        cursor: pointer;
        background-color: #FFCC0F;
        color: #FFF;
		text-decoration: none;
    }
    #menu {
        width: 100%;
    }
    #menu #toggle-search {
        top: 100%;
        max-width: 500px;
    }
	#header .search-submit, 
	#header .search-field {
		color: #FFF;
	}
	#header .search-submit:hover {
		color: #000;
	}
    #header.sticky {
		position: fixed;
		align-items: center;
		height: 45px;
		top: 0;
        width: 100vw;
        max-width: 1200px;
        left: 50%;
        transform: translate(-50%, 0);
		padding-top: 0;
		padding-bottom: 0;
	}
    #header.sticky:before {
        background-color: rgba(255,255,255,0.9);
        transition: all .2s ease-in;
    }
    #header.sticky:after {
        content: '';
        display: block;
        position: absolute;
        top: calc(100% - 10px);
        left: 0;
        width: 100%;
        height: 20px;
        border-radius: 50%;
        background-image: radial-gradient(center center, ellipse contain, rgba(0,0,0,0.2), transparent);
        background-image: -o-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.2), transparent);
        background-image: -ms-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.2), transparent);
        background-image: -moz-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.2), transparent);
        background-image: -webkit-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.2), transparent);
        transition: all 0.5s;
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    }
	#header.sticky .account {
		position: absolute;
        top: 100%;
        right: 0;
        z-index: 50;
        padding: 10px 20px;
		background-color: #FFF;
        -moz-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
        -webkit-box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
        box-sizing: border-box;
	}
    #header.sticky :where(.hdlogo, .atoggle) {
        order: 1;
    }
	#header.sticky :where(.mtoggle, #menu, #toggle-account) {
		order: 2;
	}
    #header.sticky .logo {
        max-width: 46px;
    }
    #header.sticky .logo img {
        --logoshad: 0px 2px 3px rgb(0,0,0, 0.4);
        -webkit-filter: drop-shadow(var(--logoshad));
        filter: drop-shadow(var(--logoshad));
        margin-top: 2px;
    }
	#header.sticky .atoggle {
		display: inline-block;
	}
    #header.sticky a:where(.mtoggle, .atoggle) {
        margin: 0;
        padding: 0 5px 2px;
    }
    #header.sticky #menu li.icon > span > a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #header.sticky + section {
		padding-top: 100px;
	}
}
@media screen and (min-width: 960px) {
    #header {
        background-color: #FFF;
    }
	#header .logo {
		position: relative;
        top: 0;
        transform: translateY(0);
	}
    #header.sticky {
		background-color: transparent;
    }
	#header.sticky :where(.hdlogo, #menu) {
		order: 1;
	}
	#header.sticky .atoggle {
		order: 2;
		height: 100%;
	}
    a.mtoggle {
        display: none!important;
    }
	#header.sticky .account {
        width: auto;
    }
}
/* #endregion }*/

/* #region Menu {*/
@media screen and (min-width: 0px) {
    #toggle-content, 
    #toggle-top,
    #toggle-search,
    .taddon .togdiv, 
    .taddon > ul > li ul {
        position: absolute;
        width: 100%;
        max-width: 300px;
        top: 0;
        right: 0;
        line-height: 1;
        z-index: 50;
        background-color: rgb(255, 204, 15,0.95);
        padding: 10px 20px;
        box-sizing: border-box;
    }
    #toggle-content {
        top: -5px;
    }
    #header.sticky #toggle-content {
        top: 0;
    }
    #header.sticky #menu .menu > li.menu-item-has-children > span > a::after {
        margin-top: 2px;
    }
    .navmenu {
        font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
        font-size: 0;
        position: relative;
    }
    .navmenu > div {
        display: none;
    }
    .navmenu ul {
        margin: 0;
        list-style-type: none;
    }
    .navmenu ul.menu li > span {
        position: relative;
        display: block;
    }
    .navmenu .menu a:not(.acdshow), 
    .taddon .togdiv a:not(.acdshow) {
        position: relative;
        display: block;
        text-align: left;
        text-decoration: none;
        font-size: 1.6rem;
        padding: 1.5rem 0;
    }
    .navmenu .menu a, 
    .navmenu span.acdshow, 
    .taddon .togdiv a {
        color:  #FFF;
    }
    #menu li.icon > span > a {
        font-size: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #menu li.icon > span > a:before {
        display: block;
        position: relative;
        font-family: 'Gemba Icons';
        font-size: 20px;
    }
    #menu li.hm > span > a:before {
        content: "\e900";
    }
    #menu li.gembaicon > span > a:before {
        display: inline-block;
        position: relative;
        font-family: 'Gemba Icons';
        font-size: 1.5em;
        line-height: 1em;
        color: #FFF;
		vertical-align: middle;
		margin-inline: -10px 5px;
    }
    #menu li.gosee > span > a:before {
        content: "\e01a";
    }
    #menu li.everyone > span > a:before {
        content: "\e008";
    }
    #menu li.measures > span > a:before {
        content: "\e023";
    }
    #menu li.better > span > a:before {
        content: "\e00b";
    }
    #menu li.actions > span > a:before {
        content: "\e005";
    }
    #menu li.stoggle {
        display: none;
    }
    .navmenu .menu a:not(.acdshow):hover, 
    #topmenu.togdiv .menu a:not(.acdshow):hover, 
    .taddon .togdiv a:not(.acdshow):hover {
        color: #000;
        cursor: pointer;
    }
    .navmenu .current_page_item a:not(.acdshow):after, 
    .navmenu .current-page-ancestor a:not(.acdshow):after, 
    .navmenu .current_page_parent a:not(.acdshow):after, 
    .navmenu .current_page_parent .current_page_item a:not(.acdshow):after, 
    .navmenu .current-cat a:not(.acdshow):after, 
    .navmenu .current-cat-parent a:not(.acdshow):after, 
    .navmenu .current-cat-parent .current-cat a:not(.acdshow):after {
        font-family: 'Soc Icons';
        font-size: 16px;
        position: absolute;
        top: 50%;
        margin-top: -0.6em;
        content: "\e011";
        color: rgba(255,255,255,0.5);
        left: -20px;
    }
    .navmenu .current_page_item ul a:not(.acdshow):after, 
    .navmenu .current-page-ancestor ul a:not(.acdshow):after, 
    .navmenu .current_page_parent ul a:not(.acdshow):after, 
    .navmenu .current_page_parent .current_page_item ul a:not(.acdshow):after, 
    .navmenu .current-cat ul a:not(.acdshow):after, 
    .navmenu .current-cat-parent ul a:not(.acdshow):after, 
    .navmenu .current-cat-parent .current-cat ul a:not(.acdshow):after {
        content: '';
    }
    .navmenu .children a:not(.acdshow), 
    .navmenu .sub-menu a:not(.acdshow), 
    .taddon .togdiv a:not(.acdshow) {
        font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
        font-size: 1.6rem;
        line-height: 1.2;
        padding-top: 6px;
        padding-bottom: 6px;
        text-transform: none;
    }
    .navmenu .children, 
    .navmenu .sub-menu, 
    .togdiv .children {
        text-transform: none;
        display: none;
        position: relative;
        padding-left: 10px;
        padding-bottom: 5px;
    }
}
@media screen and (min-width: 960px) {
    .sticky #menu .menu > li {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sticky #menu .menu > li > span {
        height: 40px;
    }
    #header.sticky #toggle-content {
        top: auto;
    }
	#header .hdlogo {
		flex-grow: 0;
		width: auto;
	}
    #toggle-content {
        display: block!important;
        position: relative;
        box-sizing: border-box;
        width: auto;
        max-width: 100%;
        top: auto;
        border: none;
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
    #header #menu {
        width: auto;
        flex-grow: 1;
        margin-left: 40px;
		background-image: linear-gradient(to right,rgb(99, 99, 98, 0) 0, rgb(99, 99, 98, 0.1) 10%, rgb(99, 99, 98, 0.1) 90%, rgb(99, 99, 98, 0) 100%);
    }
    #menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        justify-content: flex-end;
    }
    #menu a.acdshow, 
    #menu a.acdshow:after {
        display: none!important;
    }
    #menu .menu > li {
        position: relative;
        padding-bottom: 0;
        border-top: none;
		flex-grow: 1;
    }
	#menu li.gembaicon > span > a:before {
        display: block;
        position: relative;
        font-family: 'Gemba Icons';
        font-size: 1.5em;
        line-height: 1em;
        color: #150d04;
		margin-inline: 0px;
    }
    #menu .menu > li > span {
        display: inline-table;
        height: 45px;
        width: 100%;
    }
    #menu .menu > li.menu-item-has-children > span > a:after {
        content: '\e00f';
        font-family: 'Soc Icons', Arial, Helvetica, sans-serif;
        display: block;
        position: absolute;
        left: 50%;
        margin-top: 8px;
        margin-left: -0.5em;
        font-size: 12px;
        color: rgb(255, 204, 15,0.3);
    }
	#toggle-content .search-form {
		display: none;
	}
	#menu li.stoggle {
		display: inline-block;
	}
	#menu li.stoggle > span > a:after {
		font-family: 'Gemba Icons';
        content: "\e002";
		color: #150d04;
		font-size: 33px;
		line-height: 14px;
    }
	#menu li.stoggle:hover > span > a:after {
		color: #FFF;
    }
    #menu ul a {
        position: relative;
        text-decoration: none;
        box-sizing: border-box;
        padding: 0 15px;
        height: 100%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        color: #150d04;
    }
    #menu .menu> li:hover > span > a {
        background-color: #FFCC0F;
        color: #FFF;
    }
    #menu .menu > .current-page-ancestor > span > a, 
    #menu .menu > .current_page_parent > span > a, 
    #menu .menu > .current_page_item > span > a {
        color: #000;
    }
    #menu .menu > .current-page-ancestor > span > a:not(.acdshow):after, 
    #menu .menu > .current_page_parent > span > a:not(.acdshow):after, 
    #menu .menu > .current_page_item > span > a:not(.acdshow):after {
        content: "";
    }
    #menu ul ul {
        position: absolute;
        display: block!important;
        width: 190px;
        top: 100%;
        padding: 25px 20px 15px;
        left: 0;
        height: auto;
        z-index: 50;
        -moz-box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.15);
        -webkit-box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.15);
        box-shadow: 0px 2px 3px 3px rgba(0,0,0,0.15);
        background-color: rgb(255, 204, 15,0.95);
    }
    #menu .menu > li:last-child > ul {
        left: auto;
        right: 0;
    }
    #menu li li, 
    #menu li li a {
        display: block;
        text-align: left;
        margin: 0;
        height: auto;
        width: 100%;
    }
    #menu li li a {
        padding: 6px 0;
        color: #FFF;
    }
    #menu .sub-menu li:hover > span > a {
        color: #000;
    }
    /* #menu .sub-menu li.current_page_item > span > a, 
    #menu .sub-menu li.current_page_parent > span > a {
        color: #150d04;
    } */
    #menu ul ul ul {
        position: absolute;
        top: 5px;
        left: 100%;
        margin-left: 2px;
    }
    #menu .menu > li:nth-last-child(2) > ul ul {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 2px;
    }
    #menu .menu > li:last-of-type ul ul {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 10px;
    }
    #menu ul ul {
        visibility:hidden;
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
    }
    #menu ul li:hover > ul {
        visibility:visible;
        opacity:1;
        filter:alpha(opacity=100);
    }
}
/* #endregion }*/

/* #region Accorion Menu {*/
@media screen and (min-width: 0px) {
	/*.navmenu .menu-item-has-children a:not(.acdshow), 
	.navmenu .has-children a:not(.acdshow), 
	.togdiv .has-children a:not(.acdshow) {
		padding-left: 20px;
		padding-right: 20px;
	}
	.navmenu .menu-item-has-children .sub-menu a:not(.acdshow), 
	.navmenu .has-children .sub-menu a:not(.acdshow), 
	.panitem .togdiv .menu-item-has-children .sub-menu a:not(.acdshow), 
	.panitem .togdiv .has-children .sub-menu a:not(.acdshow), 
	.togdiv .has-children .children a:not(.acdshow) {
		padding-left: 10px;
		padding-right: 10px;
	}*/
	.navmenu a.acdshow, 
	.navmenu ul.children a.acdshow, 
	.navmenu ul.sub-menu a.acdshow, 
	.navmenu ul.children ul.children a.acdshow, 
	.navmenu ul.sub-menu ul.sub-menu a.acdshow, 
	.togdiv a.acdshow, 
	.togdiv ul.children a.acdshow, 
	.togdiv ul.children ul.children a.acdshow {
		display: none;
	}
	.navmenu span.acdshow, 
	.navmenu .menu-item-has-children a.acdshow, 
	.navmenu .has-children a.acdshow, 
	.navmenu ul.sub-menu .menu-item-has-children a.acdshow, 
	.navmenu ul.children .has-children a.acdshow, 
	.togdiv .has-children a.acdshow, 
	.togdiv ul.children .has-children a.acdshow {
		display: inline-block;
	}
	.navmenu a.acdshow, 
	.navmenu span.acdshow, 
	.togdiv a.acdshow {
		position: absolute;
		top: 0;
		right: -20px;
		width: 50px;
		height: 100%;
	}
	.navmenu a.acdshow:hover, 
	.togdiv a.acdshow:hover {
		cursor: pointer;
		text-decoration: none;
		background-color: none;
	}
	.navmenu a.acdshow:before, 
	.navmenu span.acdshow:before, 
	.togdiv a.acdshow:before {
		font-family: 'Dashicons';
		content: "\f10f";
		font-size: 24px;
		position: absolute;
		top: 0.3em;
		right: 0px;
		display: block;
		width: 100%;
		text-align: center;
		color: #FFF;
	}
	.navmenu a.acdshow.active:before, 
	.navmenu span.acdshow.open:before, 
	.togdiv a.acdshow.active:before {
		content: "\f14f";
	}
}
/* #endregion }*/

/* #region Banner {*/
@media screen and (min-width: 0px) {
	#banner {
		height: 100%;
		display: block;
		position: relative;
	}
	#banner img {
		display: block;
	}
	#banner .down a {
		display: none;
	}
	#banner .splitcol td {
		vertical-align: middle;
		text-align: center;
	}
	#banner .splitcol td.headline {
		box-sizing: border-box;
		padding: 20px;
	}
}
@media screen and (min-width: 800px) {
	#banner .splitcol td.headline {
		padding-left: 8%;
		padding-right: 8%;
	}
}
/* #endregion }*/

/* #region Banner Image {*/
@media screen and (min-width: 0px) {
	#banner img.bannerimg, 
	#banner img.attachment-bannerimg {
		width: 100%;
		height: auto;
		max-height:100%;
	}
}
/* #endregion }*/

/* #region Banner Title {*/
@media screen and (min-width: 0px) {
	.bannertext {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 3vw;
		line-height: 1.1;
		color: #FFF;
	}
	.bannertext > div {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 74%;
		left: 13%;
		box-sizing: border-box;
		background-color: #464655;
		padding: 1.5em 1em;
		text-align: center;
	}
	.bannertext p {
		display: block;
	}
	.bannertext span {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		color: #D82026;
	}
}
@media screen and (min-width: 960px) {
	.bannertext {
		font-size: 3rem;
	}
}
/* #endregion }*/


/*#########################################  Main Body Elements */
/* #region Container {*/
@media screen and (min-width: 0px) {
	#container {
		position: relative;
		box-sizing: border-box;
		z-index: 1;
		padding-top: 40px;
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 800px) {
	#container {
		padding-top: 80px;
	}
}
/* #endregion }*/

/* #region PageTtile */
@media screen and (min-width: 0px) {
	#pgtitle {
		text-align: left;
		padding: 15px 10px;
	}
	#pgtitle:before {
		background-color: #FFF;
	}
	.ptitle .parent {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
		color: #FFCC0F;
		display: block;
		padding-top: 0.3em;
		display: flex;
		align-items: center;
	}
	.ptitle .parent .icon {
		font-size: 150%;
		margin-right: 0.2em;
	}
	/*.titledet {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	.titledet .icon {
		grid-row: 1 / 3;
		grid-column: 1 / 2;
		align-self: center;
		color: rgb(100, 99, 99, 0.25);
		width: 300px;
		aspect-ratio: 1/1;
		position: relative;
	}
	.titledet .icon:before {
		position: absolute;
		font-family: 'Gemba Icons';
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 300px;
	}
	.titledet :where(.parent,h1,h2) {
		grid-column: 2 / 3;
	}
	.titledet .parent {
		align-self: flex-end;
	}
	.titledet  .icon + h1 {
		align-self: center;
		grid-row: 1 / 3;
	}
	.titledet .parent + h1 {
		align-self: flex-start;
	}*/
}
/* #endregion */
/* #region Title Addons {*/
@media screen and (min-width: 0px) {
	.taddon {
		/* position: relative;
		display: block;
		text-align: center; */
		display: flex;
		align-items: stretch;
		position: relative;
		justify-content: flex-end;
		border-right: 1px solid rgba(0,0,0,0.15);
	}
	.taddon > ul {
		display: inline;
	}
	.taddon > div, 
	.taddon .toggle, 
	.taddon > ul > li, 
	.taddon > ul > li a {
		display: inline-block;
	}
	.taddon > ul > li {
		list-style-type: none;
	}
	.taddon .toggle, 
	.taddon > ul > li a {
		padding: 15px 20px;
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 1.2rem;
		line-height: 1.2;
		text-decoration: none;
		text-transform: uppercase;
		color: #150d04;
		vertical-align: middle;
		position: relative;
		border-top: 1px solid rgba(0,0,0,0.15);
		border-left: 1px solid rgba(0,0,0,0.15);
	}
	.taddon .toggle:hover {
		cursor: pointer;
		background: linear-gradient(to bottom, #DBDBDB 0%, #FFF 45%);
	}
	.taddon .toggle.tgdwn:after, 
	.taddon .toggle.back:before, 
	.taddon > ul > li a:after {
		font-family: 'Soc Icons';
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		color: #D82026;
	}
	.taddon .toggle.tgdwn:after, 
	.taddon > ul > li a:after {
		content: "\e00f";
		padding-left: 4px;
	}
	.taddon .toggle.tgdwn.active:after {
		content: "\e012";
	}
	.taddon .toggle.back:before {
		content: "\e010";
		padding-right: 4px;
	}
	.taddon .toggle:hover, 
	.taddon > ul > li a:hover {
		color: #000;
	}
	.taddon .togdiv, 
	.taddon > ul > li ul {
		z-index: 10;
		top: 100%;
		right: 0;
		width: 250px;
	}
	.taddon .togdiv li {
		list-style-type: none;
		position: relative;
	}
	.taddon .togdiv a:not(.acdshow) {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 1.3rem;
	}
	.taddon .togdiv .current-cat > a:not(.acdshow) {
		color: #D82026;
	}
	.taddon .togdiv ul.children li {
		padding-left: 10px;
	}
}
@media screen and (min-width: 800px) {
	.taddon .toggle {
		display: table;
		height: 100%;
		box-sizing: border-box;
		border-left: 1px solid rgba(0,0,0,0.15);
		border-top: none;
	}
	.taddon .toggle > span {
		display: table-cell;
		vertical-align: middle;
	}
}
/* #endregion }*/

/* #region Text {*/
@media screen and (min-width: 0px) {
	#text {
		position: relative;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		text-align: left;
	}
	.text ul {
		margin: 0 0 0 20px;
	}
	.text ol {
		margin: 0 0 0 30px;
	}
	.text :is(ol, ul) {
		--ListBotGap: 30px;
		--ListItemBotGap: 12px;
		padding-bottom: var(--ListBotGap);
	}
	.text :is(ol, ul) :is(ol, ul) {
		margin-top: var(--ListItemBotGap);
		margin-bottom: calc(-1 * var(--ListItemBotGap));
		padding-bottom: 5px;
	}
	.text li {
		line-height: 1.2;
		padding-bottom: var(--ListItemBotGap);
	}
	.entry {
		position: relative;
		clear: both;
	}
	p {
		padding-bottom: 1.5rem;
	}
	p.nopad {
		padding-bottom: 0;
	}
	a {
		color: #150d04;
		text-decoration: underline;
        text-decoration-style: dashed;
        text-decoration-color: rgba(202,0,61,0.6);
	}
	a:hover {
        cursor: pointer;
		color: #CA003D;
	}
	hr {
		position: relative;
		display: block;
		width: 100%;
		height: 1px;
		margin-top: 2.5rem;
		margin-bottom: 3.5rem;
		border: none;
		border-bottom: 1px solid #FFCC0F;
		clear: both;
	}
	hr.nomarg {
		margin: 0;
	}
	.highlight {
		font-size: 2.2rem;
		line-height: 1.3;
	}
	blockquote {
		font-size: 1.8rem;
		font-style: italic;
	}
	blockquote strong {
		font-weight: bold;
		font-style: normal;
		font-size: 80%;
	}
	.search-form {
		margin: 3rem 0;
	}
	a.pdflink {
		position: relative;
		font-size: 2rem;
		display: inline-block;
		text-decoration: none;
		margin-top: 1rem;
		padding-top: 1rem;
		padding-left: 45px;
		min-height: 40px;
		color: #150d04;
	}
	a.pdflink:before {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		font-family: 'Soc Icons';
		content: "\e014";
		font-size: 33px;
		color: #CA003D;
	}
	a.pdflink:hover {
		color: #CA003D;
	}
	a.moretag {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		display: inline-block;
		text-decoration: underline;
		font-size: 1.5rem;
	}
	#gr .pagetextpanel {
		margin-bottom: 0.5em;
	}
	.pagetextpanel {
		background-color: rgb(100,99,99, 0.5);
		color: #FFF;
		padding: 0.6em;
	}
	.pagetextpanel a {
		color: #FFF;
	}
	.pagetextpanel .heading {
		font-size: clamp(3.5rem, 5.5vw, 5.5rem);
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
	}
	.pagetextpanel.large {
		font-size: 150%;
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
	}
	.pagetextpanel.orange {
		background-color: #FFCC0F;
	}


	.video-container {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px; 
		height: 0; 
		overflow: hidden;
	}
	.video-container iframe,
	.video-container object,
	.video-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.wp-playlist .mejs-video, 
	.wp-playlist .mejs-overlay-play {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
		height: auto;
	}
	table caption {
		text-align: left;
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
	}
	.coms.linespace > span {
		display: inline-block;
		padding-bottom: 0.2em;
	}
    .coststable {
        display: block;
        margin-bottom: 30px;
    }
    .coststable th, 
    .coststable td {
        padding: 7px;
        line-height: 1.1;
    }
    .coststable th {
        text-align: left;
    }
    .coststable tr > th:first-of-type,
    .coststable tr > td:first-of-type {
        width: 400px !important;
        padding-left: 0;
    }
    .coststable tr > th:last-of-type,
    .coststable tr > td:last-of-type {
        width: 100px !important;
        padding-right: 0;
    }
	.cbResultSetCalendarNavigationLinks {
		border: 1px solid rgba(255, 255, 255, 0.3);
		width: 1em;
		display: block;
		aspect-ratio: 1/1;
		text-align: center;
		padding: 0.3em;
		background: rgba(255, 255, 255, 0.3);
		margin-inline: 0.1em;
		position: relative;
	}
	.cbResultSetCalendarNavigationLinks img {
		display: none;
	}
	.cbResultSetCalendarNavigationLinks[data-cb-name="JumpToFirst"]:before {
		content: "\f518";
	}
	.cbResultSetCalendarNavigationLinks[data-cb-name="JumpToPrev"]:before {
		content: "\f522";
		transform: rotate(.5turn);
	}
	.cbResultSetCalendarNavigationLinks[data-cb-name="JumpToNext"]:before {
		content: "\f522";
	}
	.cbResultSetCalendarNavigationLinks[data-cb-name="JumpToLast"]:before {
		content: "\f519";
	}
	.cbResultSetCalendarNavigationLinks:before {
		font-family: 'dashicons';
		display: block!important;
		inset: 0;
		position: absolute;
		color: #FFF;
		line-height: 1.3em;
		font-size: 150%;
	}
	.cbResultSetCalendarNavigationLinks:hover:before {
		color: #616161;
	}
}
@media screen and (min-width: 500px) {
	.textcol2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	.mobonly {
		display: none;
	}
}
@media screen and (min-width: 800px) {
	.textouter {
		display: flex;
		align-items: stretch;
	}
	/* #text {
		order: 2;
	}
	 #banner + #container #text {
		margin-top: -130px;
		background-color: #FFF;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		padding-top: 35px;
	} */
}
@media screen and (min-width: 1000px) {
	.cbResultSetCalendarNavigationLinks:before {
		line-height: 1.1em;
	}
}
/* #endregion }*/

/* #region Caspio Cleanups */
@media screen and (min-width: 0px) {
    #gr .cbLoginButtonContainer {
        background-color: transparent;
    }
    #gr .cbLoginButtonContainer input {
        height: auto;
    }
	#gr [id^=cpans] h3 + div {
		z-index: auto!important;
	}
}
/* #endregion */

/* #region Table SplitCol {*/
@media screen and (min-width: 0px) {
	table.splitcol {
		width: 100%;
		margin-bottom: 1.8rem;
		border-collapse: collapse;
		font-size: 0;
	}
	table.splitcol td {
		width: 100%;
		display: block;
	}
}
@media screen and (min-width: 600px) {
	table.splitcol td {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		padding: 0 3%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.wline td:first-of-type {
		border-right: 1px solid rgba(166,168,171,0.3);
	}
	table.wline td {
		padding: 0 5%;
	}
	table.splitcol td:first-child {
		padding-left: 0;
	}
	table.splitcol td:last-child {
		padding-right: 0;
	}
}
/* #endregion }*/


/*#########################################  Post Types */
/* #region Posts {*/
@media screen and (min-width: 0px) {
    .pgtypbox {
		--GridPicRatio: 15/7;
        --GridGap: 15px;
        --ItemDetailPad: clamp(10px, 2vw, 25px);
        margin-bottom: var(--GridGap);
    }
    .pgtypitem {
        position: relative;
        box-sizing: border-box;
        text-align: left;
        margin-bottom: var(--GridGap);
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .picbox {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        aspect-ratio: var(--GridPicRatio);
        background: url(images/blank.gif) no-repeat center center;
        background-size: cover;
    }
    .itemdetails {
        padding: var(--ItemDetailPad);
        display: block;
    }
    .itemdetails > p:last-of-type {
        padding-bottom: 0;
    }
    .date {
        font-size: 1.4rem;
        color: #FFCC0F;
    }
    .pgtypitem :is(h2, h3), 
    .pgtypitem :is(h2, h3) a {
        padding-top: 0;
        font-size: 2.1rem;
        line-height: 1.3;
        text-decoration: none;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: none;
        -ms-hyphens: none;
        -moz-hyphens: none;
        hyphens: none;
    }
    p.morelink {
        padding-bottom: 0.8rem;
    }
    a.morelink {
        font-weight: bold;
    }
    .postsum .postmetadata {
        font-size: 1.3rem;
        text-transform: lowercase;
    }
    .postmetadata a {
        font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
    }
    div.postmetadata {
        padding: 10px 0 20px;
    }
    div.postmetadata span {
        font-size: 1.4rem;
        display: inline-block;
        padding: 5px 0 0;
        text-align: left;
    }
    div.postmetadata span.title {
        padding-right: 5px;
    }
    .pgtypitem a.butlink {
        margin: 0;
        min-width: auto;
    }
}
/* #endregion */

/* #region Gridview {*/
@media screen and (min-width: 450px) {
    .pgtypbox.gridview {
        --GridItemWidth: 50%;
        --GridGap: 10px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: var(--GridGap);
        margin-left: calc(var(--GridGap)/2 * -1);
        margin-right: calc(var(--GridGap)/2 * -1);
    }
    .gridview .pgtypitem {
        flex: 1 1 0px;
        flex-basis: calc(var(--GridItemWidth) - var(--GridGap));
        max-width: calc(var(--GridItemWidth) - var(--GridGap));
        margin-bottom: 0;
    }
}
@media screen and (min-width: 600px) {
    .pgtypbox.gridview {
        --GridGap: 20px;
    }
}
@media screen and (min-width: 800px) {
    .pgtypbox.gridview {
        --GridItemWidth: 33.3%;
    }
}
@media screen and (min-width: 960px) {
    .pgtypbox.gridview {
        --GridGap: 30px;
    }
}
/* #endregion */
/* #region Testimonials {*/
@media screen and (min-width: 0px) {
	.testimonialbox .testimonial .testbub, 
	.search .testbub {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 2rem;
		line-height: 1.2;
	}
	/*.testimonialbox .testimonial .testbub .qt, 
	.search .testbub span .qt {
	}*/
	.testimonial .tmauthor {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 1.5rem;
		padding-top: 1em;
	}
	.search .testimonials .tmauthor {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 2rem;
		line-height: 1.1;
		padding-top: 0;
	}
	.search .testimonials .tmauthor span {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 1.5rem;
	}
	.testimonial .tmauthor span, 
	.search .testimonials .tmauthor span {
		display: inline-block;
	}
	#text .testimonial .tmauthor a, 
	.search  #text .testimonials .tmauthor a {
		color: #333;
		text-decoration: none;
	}
	#text .testimonial .tmauthor a:hover, 
	.search #text .testimonials .tmauthor a:hover {
		color: #F8AC2D;
	}
}
/* #endregion }*/

/* #region Pagination/Navigation {*/
@media screen and (min-width: 0px) {
	#gr ol.wp-paginate, 
	#gr .navigation, 
	#gr .pgtypbox .uwpqsfpagi {
		display: block;
	}
	ol.wp-paginate, 
	.navigation, 
	#gr .pgtypbox .uwpqsfpagi {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		font-weight: normal;
		font-size: 1.8rem;
		color: #514C4C;
		text-align: center;
	}
	.navigation,
	.pgtypbox .uwpqsfpagi {
		padding: 3rem 0 1rem;
	}
	#container ol.wp-paginate {
		margin: 0;
	}
	ol.wp-paginate .page,
	ol.wp-paginate .prev, 
	ol.wp-paginate .next, 
	#text ol.wp-paginate li span, 
	#gr .pgtypbox .uwpqsfpagi {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
	}
	#text .wp-paginate .title, 
	.uwpqsfpagi:before {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		margin-right: 1rem;
		text-transform: capitalize;
		font-size: 1.5rem;
	}
	.uwpqsfpagi:before {
		content: 'Pages';
		position: relative;
		display: inline-block;
	}
	ol.wp-paginate li, 
	.navigation div {
		position: relative;
		list-style-type: none;
		display: inline-block;
		vertical-align: middle;
		margin: 3px;
	}
	.wp-paginate .page, 
	#text.newslist .wp-paginate .page:first-of-type, 
	.wp-paginate .prev,
	.wp-paginate .next {
		display: block;
	}
	#pgnav .wp-paginate a, 
	#pgnav .wp-paginate .page, 
	#text .navigation a, 
	#text .uwpqsfpagi a {
		text-decoration: none;
		color: #534A46;
	}
	#pgnav .wp-paginate a, 
	#pgnav .wp-paginate .page {
		background-color: transparent;
		border: 1px solid #CECECF;
		border-radius: 0;
	}
	#pgnav .wp-paginate a:hover, 
	#pgnav.navigation div a:hover {
		color: #FFF;
		background-color: #0098C5;
	}
	.navigation div a {
		display: block;
	}
	.wp-paginate a, 
	.wp-paginate span, 
	.uwpqsfpagi .upagievent, 
	.uwpqsfpagi .upagicurrent {
		line-height: 1.6em;
	}
	.uwpqsfpagi .upagievent, 
	.uwpqsfpagi .upagicurrent {
		padding: 0;
	}
	.wp-paginate a, 
	.wp-paginate .page, 
	.wp-paginate .prev, 
	.wp-paginate .next, 
	.uwpqsfpagi .upagievent, 
	.uwpqsfpagi .upagicurrent {
		width: 1.6em;
		height: 1.6em;
	}
	.navigation div a {
		padding: 0;
	}
	#pgnav .wp-paginate .page.current, 
	#text.newslist .wp-paginate .page.current, 
	.uwpqsfpagi span.upagicurrent {
		color: #0098C5;
	}
	li .page-numbers.prev,
	li .page-numbers.next {
		border: none;
	}
	#pgnav .wp-paginate .prev,
	#pgnav .wp-paginate .next, 
	.navigation .alignright a, 
	.navigation .alignleft a {
		border: none;
		color: #534A46;
		background-color: transparent;
		position: relative;
	}
	#pgnav .wp-paginate .prev:after,
	#pgnav .wp-paginate .next:after, 
	.navigation .alignright a:after, 
	.navigation .alignleft a:after {
		position: relative;
		font-family: 'Soc Icons';
		font-size: 17px;
		content: "\e011";
	}
	#pgnav .wp-paginate .prev:after, 
	.navigation .alignleft a:after {
		content: "\e010";
	}
	#pgnav .wp-paginate .prev:hover,
	#pgnav .wp-paginate .next:hover {
		background-color: transparent;
		color: #0098C5;
	}
	#text .navigation .alignright, 
	#text .navigation .alignleft {
		float: none;
		margin: 0 20%;
	}
}
/* #endregion }*/

/* #region Ajax Pagination {*/
@media screen and (min-width: 0px) {
	.malinky-load-more {
		padding-top: 20px;
	}
}
/* #endregion }*/

/* #region Lists {*/
@media screen and (min-width: 0px) {
	.postmetadata ul, .postmetadata li {
		display: inline;
		list-style-type: none;
		list-style-image: none;
	}
}
/* #endregion }*/


/*#########################################  Page Types */
/* #region Home Page {*/
/* #endregion }*/

/* #region Website Page */
.website #pgtitle::before {
	background-color: transparent;
}
.website :is(h1, h2.pagetitle) {
	font-size: clamp(4rem, 5vw, 4.8rem);
}
.website #container {
	padding-top: 20px;
}
/* #endregion */

/* #region Maintenance Page */
@media screen and (min-width: 0px) {
	#gr.in-maintenance {
		background: #150d04 url(images/orange-swoop.svg) no-repeat top;
		background-size: 100% auto;
	}
	.in-maintenance .entry {
		padding-inline: 10px;
		max-width: 980px;
		margin-inline: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, 50%);
		display: block;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
	}
	.in-maintenance .entry img {
		display: inline-block;
	}
	#gr.in-maintenance .entry :is(h1, p, li) {
		color: #FFF;
		font-style: italic;
	}
	#gr.in-maintenance .entry h1 {
		font-size: clamp(5rem, 6vw, 8rem);
		letter-spacing: -0.03em;
		padding-top: 1em;
		padding-bottom: 0.2em;
	}
	#gr.in-maintenance .entry p {
		font-size: clamp(2.8rem, 4vw, 3.5rem);
		letter-spacing: -0.02em;
	}
}
/* #endregion */

/*#########################################  Page Additions */
/* #region General {*/
@media screen and (min-width: 0px) {
	.pageadditions {
		padding: 60px 10px;
		box-sizing: border-box;
		position: relative;
		background-color: #FFF;
        border-top: 1px solid #FFCC0F;
	}
	.pageadditions h2.pantitle {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 2.5rem;
		line-height: 1;
		padding-bottom: 0.5em;
        text-align: left;
        text-transform: uppercase;
	}
	.pageadditions h2.pantitle, 
	.pageadditions h2.pantitle a {
		text-decoration: none;
		color: #FFCC0F;
	}
	.pageadditions .pansubt {
		padding-bottom: 0;
        text-align: left;
	}
    .pageadditions h2.pantitle + .pansubt {
        margin-top: -10px;
    }
	.pageadditions a:not(.butlink) {
		text-decoration: none;
		color: #000;
	}
	.pageadditions a:not(.butlink):hover {
		cursor: pointer;
		text-decoration: none;
		color: #150d04;
	}
}
/* #endregion }*/

/* #region Page Panels */
#pagepans {
    padding-inline: 10px;
}
#pagepans .pgpansbox {
    padding-block: 30px;
}
#pagepans .pagepanel {
    display: flex;
    align-items: center;
	position: relative;
}
#pagepans .pagepanel:before {
	content: '';
	display: block;
	width: 100vw;
	left: calc(50% - 50vw);
	top: 0;
	height: 100%;
	position: absolute;
	background: #fff no-repeat center top;
	background-size: cover;
	background-blend-mode: multiply;
}
.pagepanel .pgpan-text {
    text-align: left;
	z-index: 1;
}
.pagepanel .pgpan-img {
    position: relative;
    padding-bottom: 0;
}
.pagepanel .pgpan-img img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.pagepanel.light .pgpan-text :is(h1,h2,h3,h4,h5,p,a,li) {
	color: #FFF;
}
@media screen and (max-width: 800px) {
    #pagepans .pagepanel {
        flex-direction: column;
    }
    #pagepans .pagepanel + .pagepanel {
        padding-top: 40px;
    }
    .pagepanel .pgpan-img {
        max-width: 400px;
    }
}
@media screen and (min-width: 800px) {
    #pagepans .pagepanel {
        gap: 40px;
        align-items: center;
    }
    #pagepans .pagepanel:nth-last-of-type(odd) {
        flex-direction: row-reverse;
    }
    .pagepanel .pgpan-text {
        flex-basis: 50%;
        flex-grow: 1;
        flex-shrink: 1;
    }
    .pagepanel .pgpan-img {
        flex-basis: 50%;
        flex-shrink: 1;
        margin-block: 40px;
    }
}
/* #endregion */

/* #region Map {*/
@media screen and (min-width: 0px) {
    #map {
        padding: 0;
        border-top: none;
    }
	#map:before, 
    #map:after {
		content: '';
		display: block;
		position: absolute;
		top: -10px;
		left: 0;
		width: 100%;
		height: 20px;
		border-radius: 50%;
		background-image: radial-gradient(center center, ellipse contain, rgba(0,0,0,0.4), transparent);
		background-image: -o-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.4), transparent);
		background-image: -ms-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.4), transparent);
		background-image: -moz-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.4), transparent);
		background-image: -webkit-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.4), transparent);
		transition: all 0.5s;
		clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
        z-index: 1;
	}
	#map:after {
		top: calc(100% - 10px);
		clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 50%);
	}
	#map .mapp-layout {
		margin: 0;
	}
    /*Stop border on the following div*/ 
    #map + .pageadditions {
        border-top: none;
    }
}
/* #endregion }*/

/* #region Quotes {*/
@media screen and (min-width: 0px) {
	#quotes {
		background: #D9D9D9 url(images/blank.gif) no-repeat center center;
		background-size: cover;
	}
	#quotes h2, 
	#quotes .testbub, 
	#quotes .tmauthor a {
		color: #FFF;
		text-decoration: none;
	}
	#quotes .pgtypbox {
		text-align: left;
	}
	#quotes .pgtypbox > div {
		background-color: rgba(0, 153, 197, 0.7);
		padding: 10px;
		width: 65%;
	}
	#quotes .testimonialbox .testimonial .testbub {
		font-size: 1.5rem;
	}
	#quotes .testimonial .tmauthor .jobtitle, 
	#quotes .testimonial .tmauthor .tmcompany {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 90%;
	}
	#quotes .testimonial .tmauthor span {
		display: block;
	}
	#quotes .testbub .qt {
		display: block;
		font-size: 7rem;
		line-height: 0;
	}
	#quotes .testbub .qt.op {
		padding-top: 0.5em;
	}
	#quotes .testbub .qt.cl {
		display: none;
	}
}
@media screen and (min-width: 450px) {
	#quotes .pgtypbox > div {
		padding: 15px;
	}
}
@media screen and (min-width: 600px) {
	#gr #quotes .pgtypbox > div {
		width: 50%;
		padding: 20px;
	}
}
@media screen and (min-width: 800px) {
	#gr #quotes .pgtypbox > div {
		width: 33.3%;
	}
	#quotes .testimonialbox .testimonial .testbub {
		font-size: 2rem;
	}
}
@media screen and (min-width: 960px) {
	#gr #quotes .pgtypbox > div {
		width: 30%;
	}
}
/* #endregion }*/

/* #region Latest News {*/
@media screen and (min-width: 0px) {
	#curnews a.butlink:after {
		content: "\f344";
		font-family: 'Dashicons';
		font-size: 120%;
		vertical-align: text-top;
		padding-left: 10px;
	}
	#curnews .postcont {
		background-color: #FFF;
	}
	#curnews .postcont h2 {
		padding-bottom: 1em;
	}
}
@media screen and (min-width: 450px) {
	#curnews .pgtypbox > div {
		width: 100%;
	}
}
@media screen and (min-width: 800px) {
    #gr #curnews .newsbox > div {
        flex-basis: calc(33.33% - 30px);
    }
}
/* #endregion }*/

/* #region Servies */
@media screen and (min-width: 0px) {
    #gr .pgtypbox .pgtypitem.services {
		background: url(images/blank.gif) no-repeat center center;
		background-size: 100% auto;
		transition-duration: 0.5s;
	}
	#gr .pgtypbox .pgtypitem.services:hover {
		background-size: 104%;
		transition-duration: 0.2s;
	}
    #services .pgtypitem.services h3 {
        position: absolute;
        display: block;
        padding: 0.5em 0.6em;
        background-color: #FFF;
        bottom: 0.5em;
        right: 0;
        font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        line-height: 1;
        text-transform: uppercase;
		transition: all .3s ease-in;
    }
    #services .pgtypitem.services a:hover h3 {
		color: #FFF;
        background-color: #FFCC0F;
        transition: all 0s;
    }
}
@media screen and (min-width: 450px) {
    #services .pgtypitem.services h3 {
        font-size: 2.5vw;
    }
}
@media screen and (min-width: 960px) {
    #services .pgtypitem.services h3 {
        font-size: 2.4rem;
    }
}
/* #endregion */

/* #region Featured Pages */
@media screen and (min-width: 0px) {
	#featpg .inner {
		text-align: center;
		background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 40px;
	}
	#featpg h2.pantitle {
		padding-bottom: 0.4em;
	}
	#featpg .itembox {
		clear: both;
		background-color: #FFF;
        padding-bottom: 20px;
	}
	#featpg .itemdetail {
		display: block;
		padding: 10px;
	}
	#featpg .itembox > span + .itemdetail {
		text-align: left;
	}
	#featpg .itempic a, 
	#featpg .itempic img {
		display: block;
		font-size: 0;
	}
	#featpg .itempic img {
		max-width: 100%;
		height: auto;
	}
	#featpg .itemdetail .subtitle {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 1.6rem;
		color: #FFCC0F;
	}
	#featpg .itemdetail p, 
	#featpg .itemdetail h3 {
		padding-bottom: 1rem;
	}
	#featpg .itemdetail h3 {
        font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 2.2rem;
        text-transform: uppercase;
	}
}
@media screen and (min-width: 600px) {
	#featpg .itembox {
		display: flex;
		justify-content: center;
	}
	#featpg .itembox > span {
		flex-basis: 50%;
		order: 1;
	}
	#featpg .featitem:nth-of-type(2n-1) .itembox .itempic {
		order: 3;
	}
	#featpg .itembox .itemdetail.nopic {
		flex-basis: unset;
		max-width: 800px;
	}
    #featpg .itemdetail p:last-of-type {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 800px) {
	/* #featpg .itembox {
		align-items: center;
	} */
	#featpg .itemdetail {
		padding-left: 40px;
		box-sizing: border-box;
	}
    #featpg .itembox .itemdetail {
		flex-basis: calc(50% + 40px);
	}
    #featpg .featitem:nth-of-type(2n-1) .itembox .itemdetail:not(.nopic) {
        padding-left: 10px;
        padding-right: 40px;
	}
	#featpg .itemdetail.nopic {
		padding: 20px;
	}
}
@media screen and (min-width: 960px) {
	#featpg .itemdetail:not(.nopic) {
		padding-left: 50px;
		padding-right: 20px;
	}
	#featpg .featitem:nth-of-type(2n-1) .itemdetail:not(.nopic) {
		padding-left: 20px;
		padding-right: 50px;
	}
}
@media screen and (min-width: 1200px) {
	#featpg .itemdetail:not(.nopic) {
		padding-left: 80px;
		padding-right: 40px;
	}
	#featpg .featitem:nth-of-type(2n-1) .itemdetail:not(.nopic) {
		padding-left: 40px;
		padding-right: 80px;
	}
}
/* #endregion */

/* #region Tweet Panel {*/
@media screen and (min-width: 0px) {
	#tweetpan {
		padding-bottom: 0px;
	}
	#tweetpan h2.pantitle {
		padding-bottom: 0;
		color: #D82026;
		font-size: 3.2rem;
	}
	#tweetpan h2.pantitle:before {
		font-family: 'Soc Icons';
		content: '\e000';
		display: inline-block;
		padding-right: 5px;
		font-size: 90%;
		vertical-align: text-top;
	}
	#tweetpan #tweets {
		padding-top: 20px;
	}
	#tweetpan .tweetscontent {
		position: relative;
		background-color: #FFF;
		padding: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom: 30px;
		text-align: left;
	}
	#tweetpan .tweetscontent:before {
		top: -20px;
		transform: rotate(180deg);
	}
	#tweets .twdetail a {
		color: #D82026;
	}
	#tweets .twdetail a:hover {
		color: #000;
	}
	#tweets .title {
		font-size: 1.6rem;
		padding-bottom: 1em;
	}
	#tweets .title span {
		display: block;
	}
	#tweets .username, 
	#tweets .username a {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		color: #D82026
	}
	#tweets .twimg {
		float: right;
		padding-left: 5px;
	}
	#tweets .timestamp {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 1.3rem;
	}
	#tweets .twitter_intents a {
		display: inline-block;
		width: 30px;
		height: 25px;
		overflow: hidden;
		font-size: 0;
		margin: 0 20px;
		color: #CECECF;
		text-decoration: none;
	}
	#tweets .twitter_intents a:first-of-type {
		margin-left: 0;
	}
	#tweets .twitter_intents a:after {
		font-family: 'HJ Icons';
		display: block;
		font-size: 22px;
		line-height: 1;
	}
	#tweets .twitter_intents a:hover {
		color: #D82026;
	}
	#tweets .twitter_intents .reply:after {
		content: "\e009";
	}
	#tweets .twitter_intents .retweet:after {
		content: "\e00a";
	}
	#tweets .twitter_intents .favorite:after {
		content: "\e008";
	}
}
@media screen and (min-width: 800px) {
	#tweetpan #tweets {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#tweetpan .tweetscontent {
		flex-basis: calc(31% - 30px);
	}
}
/* #endregion }*/

/* #region Caspio Panels */
@media screen and (min-width: 0px) {
	#gr p {
		margin: 0;
	}
	[id^=cpans] {
		background-color: transparent;
		border-top: none;
		padding-top: 0;
		padding-bottom: 0;
	}
	[id^=cpans] .cbChartContainer {
		margin: 0;
	}
    [id^=cpans] .cbSystemMessageContainer {
        display: none;
    }
    [id^=cpans] .panel_group_actions {
        text-align: right;
        padding-bottom: 10px;
    }
    #gr .panel_group_actions a {
        --ButtonCol: rgb(100,99,99, 0.5);
        border-width: 0px;
    }
    .panel_group_actions a:after {
        font-family: 'Soc Icons';
        display: inline-block;
        font-size: 1.5em;
        line-height: 10px;
        vertical-align: text-top;
        padding-left: 5px;
    }
    .panel_group_actions a.expalllnk:after {
        content: '\e00f';
    }
    .panel_group_actions a.colalllnk:after {
        content: '\e012';
    }
    .expall .cpanitem > article, .cpanitem .btt {
        display: none;
    }
    [id^=cpans] .pgtypitem {
        --GridItemWidth: 100%;
        --GridItemPad: 10px;
        background-color: #FFF;
        padding: var(--GridItemPad);
        min-height: 40px;
        /* isolation: isolate; */
    }
    #gr .cpanitem :is(h2,h3).pantitle, .cpanitem :is(h2,h3).pantitle a {
        color: rgb(100, 99, 99, 0.5);
		margin: 0;
    }
    .cpanitem :is(h2,h3).pantitle {
        padding-right: 20px;
        padding-bottom: 0;
    }
    .pantitle.icon:before {
		font-family: 'Gemba Icons';
		font-size: 45px;
        line-height: 0.8;
		display: inline-block;
		position: relative;
		color: rgb(100, 99, 99, 0.5);
        vertical-align: middle;
	}
    .pantitle.icon.orange:before {
        color: #FFCC0F;
    }
    .cpanitem .panexp {
        font-size: 0;
        position: absolute;
        top: var(--GridItemPad);
        right: var(--GridItemPad);
    }
    .cpanitem .panexp:before {
        content: '\e012';
        font-family: 'Soc Icons';
        font-size: 20px;
        position: relative;
        display: block;
        z-index: 1;
        transition: all 0.5s;
    }
    .cpanitem .active:not(.collapsible) {
        background-color: transparent;
    }
    .cpanitem .active:not(.collapsible):after {
        content: '';
        display: none;
    }
    .cpanitem .panexp.active:before {
        transform: rotate(180deg);
    }
	[id^=cpans] dl[data-cb-name="DataCtnr"] {
		padding: 1em;
		padding-bottom: 0;
	}
	.cpanitem p.btt {
		text-align: center;
		padding-block: 10px;
	}
    .cpanitem .cbFormNavBarPanel ul {
        gap: 15px;
    }
}
@media screen and (min-width: 750px) {
    [id^=cpans] .pgtypitem.pnwthird {
        --GridItemWidth: 33.3%;
    }
    [id^=cpans] .pgtypitem.pnw2thirds {
        --GridItemWidth: 66.6%;
    }
    [id^=cpans] .pgtypitem.pnwhalf {
        --GridItemWidth: 50%;
    }
    [id^=cpans] .pgtypitem:is(.item-places-jobs-on-now,.item-places-next-up-jobs,.item-select-place) {
        --GridItemWidth: 100%;
    }
}
/* #endregion */

/* #region Caspio Sub Menu */
@media screen and (min-width: 0px) {
	#container .access-menu {
		margin: 0;
		margin-bottom: 10px;
	}
	#container .access-menu li {
		padding: 0;
	}
	.access-menu {
		--ButtonCol: #FFCC0F;
		
		display: flex;
  		flex-wrap: wrap;
  		gap: 10px;
	}
	.access-menu li {
		list-style-type: none;
		flex: 0 0 var(--ProdcatWidth);
	}
	.access-menu li a {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: var(--ButtonCol);
		text-decoration: none;
        text-transform: uppercase;
		font-size: 11px;
		line-height: 0.8;
		text-align: center;
		border: 2px solid var(--ButtonCol);
		background-color: #FFF;
		border-radius: 0;
		display: inline-block;
		position: relative;
        box-sizing: border-box;
        min-width: 6em;
		padding: 0.8em;
		text-shadow: none;
		box-shadow: none;
		transition: all 0.5s;
	}
	.access-menu li a:hover {
        background-color: var(--ButtonCol);
        color: #FFF!important;
		text-decoration: none!important;
		cursor: pointer;
		transition-duration: 0s;
	}
}
@media screen and (min-width: 600px) {
	.access-menu li a {
		font-size: 14px;
	}
}
/* #endregion */


/*#########################################  Sidebar & Custom Widgets */
/* #region Sidebar {*/
@media screen and (min-width: 0px) {
	#sidepanel {
		position: relative;
	}
	.sidebar {
		position: relative;
		box-sizing: border-box;
		padding: 0 10px;
	}
	#sidepanel .ptitle h1 {
		font-size: 4rem;
	}
	#container #sidepanel ul, 
	#container #sidepanel ol {
		margin: 0;
	}
	#sidepanel li {
		list-style-type: none;
	}
	.sidebar .widget + .widget {
		position: relative;
	}
	.sidebar .widget {
		position: relative;
		text-align: left;
	}
	#container .sidebar .widget {
		padding-bottom: 25px;
	}
	#sidepanel h2, #sidepanel h2 a,  
	#sidepanel h3, #sidepanel h3 a, 
	#sidepanel h4, #sidepanel h4 a, 
	#sidepanel .sidetext a:not(.butlink) {
		color: #FFCC0F;
		text-decoration: none;
	}
	#sidepanel h2 a:hover,  
	#sidepanel h3 a:hover, 
	#sidepanel h4 a:hover, 
	#sidepanel .sidetext a:not(.butlink):hover {
		color: #6ABF4B;
	}
	#sidepanel h2, 
	#sidepanel h3 {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		position: relative;
		display: block;
		text-align: left;
		font-size: 2.5rem;
		line-height: 1;
		padding-bottom: 0.8em;
        text-transform: uppercase;
	}
	#sidepanel ul ul li,
	#sidepanel ul ol li {
		position: relative;
		padding: 0;
		margin: 0;
	}
	#sidepanel li.current-cat > a, 
	#sidepanel li.current_page_item > a, 
	#sidepanel li.current-menu-item > a {
		text-decoration: underline;
	}/*
	#sidepanel li.current-cat li a, 
	#sidepanel li.current_page_item li a {
		display: none;
	}*/
	#sidepanel ul ul ul li,
	#sidepanel ul ol ol li {
		padding-left: 8px;
	}
	#sidepanel ul ul li a,
	#sidepanel ul ol li a {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		display: inline-block;
		position: relative;
		width: calc(100% - 20px);
		color: #150d04;
		text-decoration: none;
		text-transform: capitalize;
		font-weight: normal;
		padding: 8px 0;
		font-size: 1.5rem;
	}
	#sidepanel ul ul li a:before,
	#sidepanel ul ol li a:before {
		content: '\e011';
		font-family: 'Soc Icons';
		font-size: 12px;
		position: absolute;
		/* top: calc(8px + 0.2em); */
		top: 50%;
		margin-top: -0.6em;
		right: -15px;
		color: #FFCC0F;
	}
	#sidepanel ul ul li a:hover,
	#sidepanel ul ol li a:hover, 
	#sidepanel a.pdflink:hover {
		color: #FFCC0F;
	}
	#sidepanel select:focus {
		outline: none;
	}
	#sidepanel select, 
	#gr .pageadditions select, 
	.searchfilter select {
		background-color: transparent;
		font-size: 1.4rem;
		/* color: #FFF; */
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #E5E5E5;
		padding: 0.9rem 0.2rem;
		max-width: 500px;
		-webkit-appearance:none;
		-moz-appearance:none;
	}
	.ie #sidepanel select::-ms-expand, 
	#gr.ie .pageadditions select::-ms-expand, 
	.ie .searchfilter select::-ms-expand { 
		display: none; 
	}
	#sidepanel label.screen-reader-text, 
	#gr .pageadditions label.screen-reader-text {
		display: none;
	}
	.selwrap {
		display: block;
		position: relative;
		margin-bottom: 1rem;
		z-index: 0;
	}
	.selwrap:before,
	.selwrap:after {
		font-family: 'Soc Icons';
		content: "\e012";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		font-size: 16px;
		background: transparent;
		color:#83b123;
		width: 2.5em;
		height: 100%;
		z-index: -1;
		text-align: center;
		line-height: 1.9;
	}
	/* .selwrap:hover:before {
		background: #83b123;
	} */
	.selwrap:after {
		content: "\e00f";
		top: 0.5em;
		background-color: transparent;
	}
	#sidepanel select:hover, 
	#gr .pageadditions select:hover, 
	.searchfilter select:hover {
		cursor: pointer;
	}
	#sidepanel option, 
	#gr .pageadditions option, 
	.searchfilter option {
		background-color: #FFF;
		color: #150d04;
		padding: 0.3rem;
		border: none;
	}
}
@media screen and (min-width: 800px) {
	#sidepanel {
		flex-shrink: 0;
		width: 30%;
		box-sizing: border-box;
		order: 5;
		padding-left: 10px;
		padding-right: 10px;
		border-top: none;
	}
	#sidepanel .ptitle {
		padding-bottom: 30px;
		text-align: left;
	}
	.sidebar {
		padding: 0;
	}
	.sidebar > ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
	}
	#container .sidebar:first-of-type .widget:first-of-type:not(.widget_search) {
		padding-top: 0px;
	}/*
	.sidebar .widget,
	#sidepanel h2, 
	#sidepanel h3 {
		text-align: right;
	}*/
	#sidepanel div.gr-autochild .menu >  li > a {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	#sidepanel div.gr-autochild .menu >  li:before {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	#sidepanel {
		width: 35%;
		padding-left: 80px;
	}
}
/* #endregion }*/

/* #region Search Widget */
/* #endregion */

/* #region Child Menu {*/
@media screen and (min-width: 0px) {
	#container .sidebar .gr-autochild {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	#sidepanel .gr-autochild h3, 
	#sidepanel div.gr-autochild .menu > li > a {
		font-size: 1.6rem;
	}
	#sidepanel .gr-autochild .menu li:before {
		top: 0;
	}
	#sidepanel div.gr-autochild ul li {
		padding-left: 0;
	}
	#sidepanel .gr-autochild .menu li a {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		padding-top: 20px;
		padding-bottom: 20px;
		font-size: 1.4rem;
	}
	#sidepanel .gr-autochild .current-cat a, 
	#sidepanel .gr-autochild .current_page_item a, 
	#sidepanel .gr-autochild .current-menu-item a {
		text-decoration: none;
	}
	#sidepanel .gr-autochild .current-cat > a:after, 
	#sidepanel .gr-autochild .current_page_item > a:after, 
	#sidepanel .gr-autochild .current-menu-item > a:after {
		content: '\e00d';
		font-family: 'Soc Icons';
		display: inline-block;
		vertical-align: middle;
		position: absolute;
		top: 50%;
		margin-top: -0.5em;
	}
}
/* #endregion }*/

/* #region Recent News */
@media screen and (min-width: 0px) {
    #sidepanel .widget_recent_entries > ul > li > a {
        width: 100%;
        line-height: 1.6;
        padding-bottom: 10px;
    }
    #sidepanel .widget_recent_entries > ul > li > a:before {
        display: none;
    }
    #sidepanel .widget_recent_entries > ul > li > a > span {
        display: block;
    }
    #sidepanel .widget_recent_entries .title {
        font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        line-height: 1.2;
        padding-bottom: 0.5em;
    }
    #sidepanel .widget_recent_entries .date {
        padding-bottom: 0.2em;
    }
}
/* #endregion */
/* #region Text Panel */
@media screen and (min-width: 0px) {
	#sidepanel .textpanel_widget > div {
        /* border: 2px solid rgb(100, 99, 99,0.4);
        border-radius: 15px;
        padding: 40px 40px 25px; */
        line-height: 1.7;
    }
    #sidepanel .textpanel_widget .title {
        font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
        color: #FFCC0F;
        padding-bottom: 1rem;
    }
    #sidepanel .sidetext li {
        list-style-type: disc;
    }
}
/* #endregion */

/* #region Open Times */
@media screen and (min-width: 0px) {
	#sidepanel .opentime > div {
        line-height: 1.9;
    }
}
/* #endregion */

/* #region Formlink */
@media screen and (min-width: 0px) {
	#sidepanel .formlink_widget > div {
		background: #6ABF4B;
		border-radius: 15px;
		padding: 40px;
		box-sizing: border-box;
		color: #FFF;
		text-align: center;
	}
	#sidepanel .formlink_widget h3 {
		color: #FFF;
		text-align: center;
	}
	#sidepanel .formlink_widget .butlink {
		margin-bottom: 0;
	}
}
/* #endregion */


/*#########################################  Images & WP Panels */
/* #region Images {*/
@media screen and (min-width: 0px) {
	#text img,
	.widget img {
		max-width: 100%;
		height: auto;
		position: relative;
	}
	#text .alignright, 
	#text .alignleft {
		max-width: 50%;
	}
	img.aligncenter {
		display: block;
		margin: 0 auto 1rem;
	}
	img.alignright,
	img.alignleft {
		display: inline;
	}
	.alignright {
		margin: 0 0 1rem 1rem;
		float: right;
	}
	.alignleft {
		margin: 0 1rem 1rem 0;
		float: left;
	}
	.toppic img {
		padding-bottom: 20px;
	}
}
@media screen and (min-width: 600px) {
	.alignright {
		margin: 0 0 2rem 2rem;
		float: right;
	}
	.alignleft {
		margin: 0 2rem 2rem 0;
		float: left;
	}
	img.newspic, 
	img.pagepic {
		margin-bottom: 1rem;
	}
}
/* #endregion }*/

/* #region Captions {*/
@media screen and (min-width: 0px) {
	.aligncenter,
	div.aligncenter {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption.alignright,
	.wp-caption.alignleft {
		width: auto!important;
	}
	.wp-caption {
		position: relative;
		text-align: center;
		padding: 0;
		background-color: #F0F0F0;
		margin-bottom: 2rem;
	}
	.wp-caption img {
		margin: 0;
		padding: 0;
		border: 0 none;
	}
	.wp-caption.aligncenter img {
		padding-top: 5px;
	}
	#text .wp-caption p.wp-caption-text {
		font-family: "OpenSans", Arial, Helvetica, sans-serif;
		font-size: 1.3rem;
		line-height: 0.9;
		padding: 0.8rem 0.5rem;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
					box-sizing: border-box;
	}
}
/* #endregion }*/

/* #region Gallery {*/
@media screen and (min-width: 0px) {
	#text div[id^='gallery-'], 
	#pggal div[id^='gallery-'] {
		font-size: 0;
		margin-bottom: 2rem;
	}
	#text div[id^='gallery-'] br, 
	#pggal div[id^='gallery-'] br {
		display: none;
	}
	#text div[id^='gallery-'] .gallery-item, 
	#pggal div[id^='gallery-'] .gallery-item {
		margin: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 5px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	#text div[id^='gallery-'] .gallery-item, 
	#pggal div[id^='gallery-'] .gallery-item {
		width: 50%;
	}
	#text div[id^='gallery-'] .gallery-caption, 
	#pggal div[id^='gallery-'] .gallery-caption {
		font-size: 2.8vw;
		line-height: 1.2;
		padding: 0.5em;
		text-align: left;
	}
	#text div[id^='gallery-'] img, 
	#pggal div[id^='gallery-'] img {
		border: none;
		border-radius: 12px;
	}
}
@media screen and (min-width: 500px) {
	#text div[id^='gallery-'] .gallery-caption, 
	#pggal div[id^='gallery-'] .gallery-caption {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 600px) {
	#text .entry div[id^='gallery-'] .gallery-item, 
	#pggal .entry div[id^='gallery-'] .gallery-item {
		padding: 6px;
	}
}
@media screen and (min-width: 800px) {
	#text div[id^='gallery-'] .gallery-item, 
	#pggal div[id^='gallery-'] .gallery-item {
		padding: 10px;
		width: 33%;
	}
}
@media screen and (min-width: 960px) {
	#text div[id^="gallery-"] .gallery-item, 
	#pggal div[id^="gallery-"] .gallery-item {
		padding: 15px;
	}
}
/* #endregion }*/

/* #region Comments {*/
@media screen and (min-width: 0px) {
	h2#comments {
		margin: 5rem 0 2rem;
	}
	#container ol.commentlist, #container .commentlist ul {
		padding: 0;
		margin: 0;
	}
	/*.commentlist .alt {
	}*/
	.commentlist li {
		position: relative;
		margin-bottom: 1.6rem;
		padding: 2rem 0;
		list-style: none;
		font-weight: bold;
	}
	.commentlist li ul li { 
		margin-bottom: 0;
		padding-left: 1rem;
		border-top: 1px solid #9CD33E;
		border-left: 1px solid #9CD33E;
	}
	.commentlist p {
		margin: 10px 5px 10px 0;
		font-weight: normal;
		line-height: 1.5em;
		text-transform: none;
	}
	.children { 
		padding: 0; 
	}
	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.commentmetadata {
		margin: 0;
		display: block;
	}
	.commentlist li, #commentform input, #commentform textarea {
		line-height: normal;
		color: #534A46;
	}
	.commentlist li .avatar { 
		float: right;
		border: 1px solid #eee;
		padding: 2px;
	}
	.commentlist cite, .commentlist cite a {
		font-weight: bold;
		font-style: normal;
		font-size: 1.1em;
	}
	#commentform p {
		margin: 5px 0;
	}
	.commentmetadata {
		font-weight: normal;
	}
}
/* #endregion }*/

/* #region Calendar {*/
@media screen and (min-width: 0px) {
	#wp-calendar {
		empty-cells: show;
		margin: 1rem auto 0;
		width: 100%;
		max-width: 270px;
		padding: 0 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
					box-sizing: border-box;
	}
	#wp-calendar caption {
		font-family: 'Futura Bold Con', Arial, Helvetica, sans-serif;
		font-size: 1.5rem;
		padding: 0.8rem 0 0.8rem 30px;
		text-transform: uppercase;
		text-align: center;
		width: 100%;
	}
	#wp-calendar th {
		font-style: normal;
		text-transform: capitalize;
	}
	#wp-calendar td {
		padding: 3px 0;
		text-align: center;
	}
	#wp-calendar a {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		text-decoration: none;
		display: block;
		color: #534A46;
	}
	#wp-calendar #prev a, #wp-calendar #next a {
		font-size: 90%;
	}
	#wp-calendar #next a {
		padding-right: 1rem;
		text-align: right;
	}
	#wp-calendar #prev a {
		padding-left: 1rem;
		text-align: left;
	}
}
/* #endregion }*/


/*#########################################  Form Elements */
/* #region Search Form {*/
@media screen and (min-width: 0px) {
	.search-form {
		width: 100%;
		max-width: 500px;
		display: inline-table;
		margin: 1rem 0;
		background-color: transparent;
		border: 1px solid #DBDBDB;
		border-radius: 0px;
		box-sizing: border-box;
	}
	.search-form > div {
		display: table-cell;
		vertical-align: middle;
		height: 35px;
		width: 100%;
	}
	.search-field {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 1.6rem;
		padding: 2px 5px 0;
		background-color: transparent;
		border: none;
		color: #150d04;
		width: 100%;
		height: 100%;
	}
	.search-form .search-field:focus, 
	.search-form .search-field:focus-visible {
		outline: none;
	}
	.ie .search-field {
		padding-top: 0;
		padding-bottom: 0;
	}
	.search-submit {
		font-size: 0;
		color: #FFCC0F;
		width: auto;
		height: 100%;
		border: none;
		background-color: transparent;
		position: relative;
		text-transform: uppercase;
	}
	.search-submit span::after {
		font-family: 'Soc Icons';
		content: "\e013";
		display: block;
		position: relative;
		font-size: 20px;
	}
	.search-submit:hover {
		cursor: pointer;
	}
}
/* #endregion }*/

/* #region General Forms {*/
@media screen and (min-width: 0px) {
	#text .fmdetails {
		max-width: 600px;
	}
	#gr .frm_form_fields h3.frm_form_title {
		margin: 0;
		padding-top: 0;
		font-size: 2.8rem;
	}
	#gr .frm_description {
		line-height: 1.2;
		padding-bottom: 15px;
	}
	#gr .frm_description p {
		margin: 0;
	}
	#gr .frm_forms h2.frm_form_title, 
	#gr .frm_forms h3.frm_form_title {
		font-family: 'Helvetica Bold';
		width: 100%;
		clear: both;
	}
	#gr .fmdetails .frm_form_fields > fieldset {
		padding-bottom: 0;
	}
	#text .frm_hide_section h3 {
		display: none;
	}
	#gr .fmdetails .frm_section_heading h3 {
		padding: 10px 0;
		border: none;
		margin-bottom: 30px;
	}
	#gr .fmdetails .frm_form_field.frm_html_container {
		color: #333;
		font-size: 1.5rem;
		line-height: 1.2;
	}
	#gr .fmdetails .frm_form_field .frm_description {
		font-family: 'Helvetica Light';
	}
	#gr .fmdetails label, 
	#gr .fmdetails .frm_primary_label {
		font-family: 'Helvetica Bold', Arial, Helvetica, sans-serif;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: normal;
		padding: 3px;
		color: #150d04;
	}
	.frm_forms label span {
		padding: 0;
	}
	#gr .fmdetails .form-field {
		margin-bottom: 20px;
	}
	#gr .fmdetails input,  
	#gr .fmdetails select, 
	#gr .fmdetails textarea  {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
		color: #150d04;
		line-height: normal;
		background-color: #FFF;
		border: 1px solid #FFCC0F;
		padding: 10px 10px;
		border-radius: 6px;
		height: auto;
	}
	#gr .fmdetails textarea {
		height: 12rem;
	}
	#gr .fmdetails select {
		background-color: transparent;
		max-width: none;
		-webkit-appearance:none;
		-moz-appearance:none;
	}
	.ie #gr .fmdetails select::-ms-expand { 
		display: none; 
	}
	#gr .fmdetails select:hover {
		cursor: pointer;
	}
	#gr .fmdetails .vertical_radio .frm_checkbox label,
	#gr .fmdetails .vertical_radio .frm_radio label {
		text-indent: 0;
	}
	#gr .fmdetails input[readonly] {
		background-color: rgba(255,255,255,0.2);
		border-color: transparent;
	}
	#gr .fmdetails input[readonly]:focus {
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-color: transparent;
	}
	#gr .fmdetails input:focus,  
	#gr .fmdetails select:focus, 
	#gr .fmdetails textarea:focus  {
		-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(131,177,35,0.5);
		-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(131,177,35,0.5);
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 5px rgba(131,177,35,0.5);
	}
	#gr .fmdetails input[readonly]:focus,  
	#gr .fmdetails select[readonly]:focus, 
	#gr .fmdetails textarea[readonly]:focus  {
		box-shadow: none;
	}
	#gr .fmdetails .frm_checkbox, 
	#gr .fmdetails .frm_radio {
		margin-top: 4px;
		margin-bottom: 4px;
	}
	.frm_submit.aligncenter, 
	.frm_form_field.aligncenter {
		text-align: center;
	}
	#gr .fmdetails .aligncenter .g-recaptcha > div {
		margin: 0 auto;
	}
	#gr .fmdetails .frm_error {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 1.1rem;
		font-weight: normal;
		color: #534A46;
		display: inline-block;
		width: calc(80% - 15px);
		margin-left: 20%;
		margin-top: -1px;
		margin-bottom: 3px;
		box-sizing: border-box;
		padding: 6px;
		border-radius: 4px;
		border-top-right-radius: 0;
		background-color: #FFF;
		border: 1px solid #EE2B2C;
		border-top-style: dashed;
	}
	#gr .frm_message, 
	#gr .frm_error_style {
		font-family: Arial, Helvetica, sans-serif;
		margin: 10px 0;
		padding-left: 50px;
		font-size: 1.5rem;
		line-height: 1.4;
		position: relative;
	}
	#gr .frm_message:before, 
	#gr .frm_error_style:before, 
	#gr .frm_error:before {
		content: "\f534";
		font-family: 'dashicons';
		display: inline-block;
		box-sizing: border-box;
		color: #B94A48;
		font-size: 170%;
		line-height: 0.8;
		position: relative;
		vertical-align: middle;
		padding-right: 5px;
	}
	#gr .frm_left_container .frm_error:before {
		content: "\f534"!important;
		width: auto!important;
		margin-right: 0!important;
	}
	#gr .frm_message:before {
		content: "\f147";
		color: #468847;
		position: absolute;
		left: 15px;
	}
	#gr .frm_message p {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.frm_submit button {
		margin: 0;
		margin-top: 1rem;
	}
	#gr .fmdetails :-webkit-input-placeholder {
		font-size: 1.5rem;
		color: rgba(0,0,0,0.6);
	}
	#gr .fmdetails :-moz-placeholder { /* Firefox 18- */
		font-size: 1.5rem;
		color: rgba(0,0,0,0.6);
		opacity:  1;
	}
	#gr .fmdetails ::-moz-placeholder {  /* Firefox 19+ */
		font-size: 1.5rem;
		color: rgba(0,0,0,0.6);
		opacity:  1;
	}
	#gr .fmdetails :-ms-input-placeholder {  
		font-size: 1.5rem;
		color: rgba(0,0,0,0.6);
	}
	#gr .fmdetails input:-moz-placeholder {
		font-size: 1.5rem;
		color: rgba(0,0,0,0.6);
	}
	#gr .ui-datepicker { 
		z-index: 9999999 !important;
		max-width: 20em !important;
	}
	#gr .ui-datepicker select.ui-datepicker-month, 
	#gr .ui-datepicker select.ui-datepicker-year {
		width: 35%;
	}
	.grecaptcha-badge {
		width: 70px !important;
		overflow: hidden !important;
		transition: all 0.3s ease !important;
		left: 4px !important;
		bottom: 30px !important;
	}
	.grecaptcha-badge:hover {
		width: 256px !important;
	}
}
/* #endregion }*/

/* #region PopForms {*/
@media screen and (min-width: 0px) {
	.popforms {
		position: relative;
		padding: 10px;
	}
	.popforms h2 + .frm_forms, 
	.popforms p + .frm_forms {
		margin-top: 20px;
	}
	#gr .popforms .fmdetails label, 
	#gr .popforms .fmdetails .frm_primary_label {
		font-size: 1.3rem;
	}
	#gr .popforms .fmdetails input[readonly] {
		background-color: transparent;
		border-color: transparent;
		box-shadow: none;
		padding-left: 0;
		padding-right: 0;
	}
}
@media screen and (min-width: 600px) {
	.popforms {
		width: 560px;
		padding: 20px;
	}
}
/* #endregion }*/


/*#########################################  Footer Section */
/* #region Ftop {*/
@media screen and (min-width: 0px) {
	#ftop:before {
		background: #FBCC31;
		background: linear-gradient(180deg,#FFF 0%, #FBD44C 50%, #FBCC31 75%, #FBCC31 100%);
	}
	#ftop {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.4;
		color: #FFF;
		/* padding: 30px 10px; */
		font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
	}
	#ftop .ftlogo {
		display: inline-block;
		max-width: 150px;
	}
	#ftop .ftlogo a {
		display: block;
	}
	#ftop .ftlogo img {
		width: 100%;
		height: auto;
		transition: all .2s ease-in;
	}
    #ftop .bkgpic {
        /* position: absolute; */
        width: 100%;
        height: auto;
    }
	#ftop a {
		color: #FFF;
		text-decoration: underline;
        text-decoration-style: dashed;
		text-decoration-color: rgba(255,255,255,0.5);
	}
	#ftop a:hover {
		color: rgba(255,255,255,0.8);
	}
	#ftop  a[href^="tel"] {
		color: #FFF;
		text-decoration: none;
	}
	#ftop .ftmid {
		padding-top: 30px;
		box-sizing: border-box;
	}
	#ftop .addr > span {
		display: block;
	}
	#ftop .addr .title {
		display: inline-block;
	}
	#ftop .ftmid > div + div {
		padding-top: 20px;
	}
	#ftop .ftcontact .ftaddr {
		padding-bottom: 7px;
	}
	#ftop .strapline {
		font-family: 'Helvetica Light', Arial, Helvetica, sans-serif;
		font-size: clamp(1.7rem, 3vw, 2.8rem);
	}
	#ftop .strapline p {
		padding-bottom: 0;
	}
	#ftop .footmenu ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
	#ftop .footmenu li {
		list-style-type: none;
	}
	#ftop .footmenu a {
		text-decoration: none;
	}
	#ftop #socicons {
		--SocGap: clamp(15px, 2vw, 20px);
		margin-top: 20px;
	}
	#ftop #socicons a {
		text-decoration: none;
	}
}
@media screen and (min-width: 600px) {
	#ftop .ftmid {
		/* display: grid;
		grid-template-columns: 1fr auto;
		grid-template-rows: auto;
		align-items: center;
		width: 100%;
		padding-top: 0; */
	}
	#ftop .strapline {
		place-self: center stretch;
		grid-row: span 2;
	}
	#ftop .footmenu {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		text-align: right;
	}
	#ftop .ftmid .ftcoms {
		padding-left: 0;
	}
	#ftop .ftmid > div + div {
		padding-top: 0;
		padding-left: 20px;
	}
	#ftop .ftmid > div {
		text-align: left;
	}
	#ftop .footmenu ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	#ftop .ftmid .footmenu {
		flex-grow: 0;
	}
	#ftop #socicons a:first-of-type {
		margin-left: 0;
	}
}
@media screen and (min-width: 800px) {
	#ftop {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	#ftop .ftmid {
        padding-left: 10%;
		padding-right: 3%;
	}
}
@media screen and (min-width: 1100px) {
	#ftop .ftaddr span br {
		display: none;
	}
}
/* #endregion }*/

/* #region Footer {*/
@media screen and (min-width: 0px) {
	#footer {
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
	}
	#footer > div {
		font-size: 1.3rem;
		padding-top: 15px;
		padding-bottom: 10px;
		color: #150d04;
	}
	#footer {
		font-family: 'Helvetica Medium', Arial, Helvetica, sans-serif;
	}
	#footer p {
		display: block;
		padding-bottom: 5px;
	}
	#footer a {
		text-decoration: none;
		color: #150d04;
	}
	#footer a:hover {
		color: #FFCC0F;
	}
	#footer .footright a:after {
		font-family: 'Soc Icons';
		content: '\e020';
		font-size: 75%;
		padding-left: 0.25em;
	}
	#footer .footmenu {
		display: inline-block;
	}
	#footer ul.menu {
		display: block;
		margin-bottom: 15px;
	}
	#footer .menu li {
		list-style-type: none;
		display: inline-block;
	}
	#footer .menu li:before {
		content: '|';
		padding: 0 9px;
		display: inline-block;
	}
	#footer .menu li:first-of-type:before {
		display: none;
	}
}
@media screen and (min-width: 600px) {
	#footer > div {
		display: flex;
		flex-wrap: wrap;
		padding-top: 10px;
	}
	#footer > div > div {
		flex-grow: 1;
	}
	#footer .footcent {
		width: 100%;
	}
	#footer .footcent :is(p, ul.menu) {
		display: inline-block;
	}
	#footer .footcent ul.menu {
		margin-left: 20px;
	}
	#footer .footleft {
		text-align: left;
	}
	#footer .footright {
		text-align: right;
	}
}
/* #endregion }*/