<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: ClearCoach23
Description: ClearCoach23 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 Social Icons {*/
@media screen and (min-width: 0px) {
	#socicons {
		clear: both;
		position: relative;
		line-height: 1;
	}
	#socicons a {
		position: relative;
		display: inline-block;
		vertical-align: top;
		margin: 0 5px 2px;
		text-decoration: none;
	}
	#socicons a span {
		position: relative;
		display: block;
		height: 46px;
		line-height: 46px;
		width: 46px;
		text-align: center;
		border-radius: 50%;
		border: 1px solid rgba(255,255,255,0.8);
		background-color: #FFF;
		color: #605B5B;
	}
	#socicons a span:after {
		display: block;
		position: relative;
		font-family: 'Soc Icons';
		font-size: 25px;
	}
	#socicons a.twitter span:after {
		content: "\e000";
	}
	#socicons a.twitter span {
		color: #1DA1F2;
	}
	#socicons a.facebook span:after {
		content: "\e001";
	}
	#socicons a.facebook span {
		color: #537ABC;
	}
	#socicons a.skype span:after {
		content: "\e006";
	}
	#socicons a.skype span {
		color: #00AFF0;
	}
	#socicons a.linkedin span:after {
		content: "\e003";
	}
	#socicons a.linkedin span {
		color: #1284C7;
	}
	#socicons a.googleplus span:after {
		content: "\e002";
	}
	#socicons a.googleplus span {
		color: #DD4B39;
	}
	#socicons a.youtube span:after {
		content: "\e004";
	}
	#socicons a.youtube span {
		color: #E12A27;
	}
	#socicons a.pinterest span:after {
		content: "\e008";
	}
	#socicons a.pinterest span {
		color: #E12A27;
	}
	#socicons a.instagram span:after {
		content: "\e007";
	}
	#socicons a.instagram span {
		color: #125688;
	}
	#socicons a.houzz span:after {
		content: "\e009";
	}
	#socicons a.houzz span {
		color: #8BC34A;
	}
	#socicons a.rss span:after {
		content: "\e005";
	}
	#socicons a.rss span {
		color: #D82026;
	}
	#socicons a:hover span {
		background-color: transparent;
		color: #FFF;
	}
}
/* #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: "\e000";
	}
	.shareitem.sh_twitter:hover a {
		background-color: #1DA1F2;
	}
	.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) {
	#text a.butlink, 
	a.butlink, 
	.butlink, 
	button.butlink, 
	input.butlink, 
	.submit .button, 
	#gr #commentform #submit,
    #gr .malinky-load-more__button {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-weight: normal;
		color: #959797;
		text-decoration: none;
		font-size: 20px;
		line-height: 0.8;
		text-align: center;
		border: 2px solid #959797;
		background-color: #FFF;
		border-radius: 15px;
		display: inline-block;
		position: relative;
        box-sizing: border-box;
        min-width: 200px;
		padding: 15px 20px 16px;
		margin: 10px 0 20px;
		text-shadow: none;
		box-shadow: none;
		transition: all 0.5s;
	}
    #text a.butlink:before, 
	a.butlink:before, 
	.butlink:before, 
	button.butlink:before, 
	input.butlink:before, 
	.submit .button:before, 
	#gr #commentform #submit:before,
    #gr .malinky-load-more__button:before {
		content: '';
		display: block;
		position: absolute;
		top: calc(100% - 9px);
		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%);
	}
    #text a.butlink:hover:before, 
	a.butlink:hover:before, 
	.butlink:hover:before, 
	button.butlink:hover:before, 
	input.butlink:hover:before, 
	.submit .button:hover:before, 
	#gr #commentform #submit:hover:before,
    #gr .malinky-load-more__button:hover:before {
		top: calc(100% - 15px);
        clip-path: polygon(0 95%, 100% 95%, 100% 100%, 0% 100%);
        transition-duration: 0.2s;
	}
	#text a.butlink:hover, 
	a.butlink:hover, 
	.butlink:hover, 
	button.butlink:hover, 
	input.butlink:hover, 
	.submit .button:hover, 
	#gr #commentform #submit:hover,
    #gr .malinky-load-more__button:hover {
		background-color:  #BECCD0;
		color: #FFF;
		text-decoration: none;
		cursor: pointer;
		transition-duration: 0s;
	}
	#text a.butlink.alt, 
	a.butlink.alt, 
	.butlink.alt, 
	button.butlink.alt, 
	input.butlink.alt {
		color: #FFF;
		border-color: #FFF;
		background-color: #959797;
	}
    #text a.butlink.alt:before, 
	a.butlink.alt:before, 
	.butlink.alt:before, 
	button.butlink.alt:before, 
	input.butlink.alt:before {
		top: calc(100% - 7px);
	}
	#text a.butlink.alt:hover, 
	a.butlink.alt:hover, 
	.butlink.alt:hover, 
	button.butlink.alt:hover, 
	input.butlink.alt:hover {
        border-color: #959797;
		background-color: #FFF;
        color: #959797;
	}
    #text a.butlink.alt:hover:before, 
	a.butlink.alt:hover:before, 
	.butlink.alt:hover:before, 
	button.butlink.alt:hover:before, 
	input.butlink.alt:hover:before {
        top: calc(100% - 15px);
	}
}
/* #endregion }*/


/*#########################################  Main Typography &amp; Layouts */
/* #region General Text {*/
@media screen and (min-width: 0px) {
	html {
		font-size: 62.5%;
		line-height: 1;
	}
	body, 
	code,
	table td,
	#gr .pgtypbox &gt; div,  
	#gr .itembox &gt; div {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 1.4rem; /*14px*/
		line-height: 1.9;
	}
	body {
		color: #605B5B;
		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 Headings {*/
@media screen and (min-width: 0px) {
	h1, 
	h2.pagetitle, h2.pagetitle a, 
	#gr .pageadditions .postcont h2, 
	#gr .pageadditions .postcont h2 a,  
	#text h2, #text h2 a,
	#text h3, #text h3 a,
	#text h4, #text h4 a {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		position: relative;
		display: block;
		font-weight: normal;
		line-height: 1;
        color: #959797;
        text-transform: uppercase;
	}
	#text h2 a,
	#text h3 a,
	#text h4 a, 
	#gr .pageadditions h2 a {
		text-decoration: none;
	}
	#text h2 a:hover,
	#text h3 a:hover,
	#text h4 a:hover, 
	#curnews .post h2 a:hover {
		color: #BECCD0;
		text-decoration: none;
	}
	#text h1, 
	#text h2, 
	#text h3, 
	#text h4 {
		padding-top: 1.2em;
		padding-bottom: 0.8em;
	}
	#text h1, 
    #text h2.pagetitle {
		padding-top: 0;
	}
	.ptitle h1, 
	#text h2.pagetitle, 
	.splitcol h2.pagetitle {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 4.8rem;
	}
    .type-services .ptitle h1 {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
	}
	#text h2 {
		font-size: 2.6rem;
	}
	#text h3 {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 2.4rem;
	}
	#text h4 {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 2rem;
	}
	#text h1 + h2, 
	#text h2 + h3, 
	#text h3 + h4, 
	#text .ptitle + h2, 
	#text .ptitle + h3, 
	#text .ptitle + h4, 
	#text .notoppad {
		padding-top: 0;
	}
}
/* #endregion }*/

/* #region Main Layout {*/
@media screen and (min-width: 0px) {
	body {
        display: grid;
        grid-template-columns: 1fr minmax(320px, 1200px) 1fr;
        grid-template-rows: auto;
        text-align: center;
    }
    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: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-weight: normal;
	}
	.togdiv, 
	#toggle-content {
		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 #FFF!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: inline-block;
	}
	.clearfix {
		display: block;
	}
}
/* #endregion }*/


/*#########################################  Header Elements */
/* #region Header {*/
@media screen and (min-width: 0px) {
    #header {
        font-family: 'AtlasGrotesk Reg', Arial, Helvetica, sans-serif;
        box-sizing: border-box;
        position: relative;
        padding: 20px 10px;
        font-size: 0;
        text-align: right;
        z-index: 99;
    }
    #header .logo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10px;
        display: inline-block;
        text-decoration: none;
        max-width: 210px;
        transition: all .2s ease-in;
        z-index: 1;
    }
    #header .logo img {
        display: block;
        width: 100%;
        height: auto;
    }
    a.mtoggle {
        font-family: 'AtlasGrotesk Bold', 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.mtoggle:before, a.ttoggle:before {
        content: "\f333";
        font-family: 'dashicons';
        display: block;
        font-size: 35px;
        line-height: 25px;
    }
    a.mtoggle:hover, a.ttoggle:hover {
        cursor: pointer;
        background-color: #959797;
        color: #FFF;
    }
    .hdbox #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;
		height: 100px;
		top: 0;
        width: 100vw;
        max-width: 1200px;
        left: 50%;
        transform: translate(-50%, 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 .logo {
        max-width: 50%;
    }
    #header.sticky a.mtoggle {
        margin: 0;
        padding: 0 5px 2px;
    }
    #header.sticky #menu li.icon &gt; span &gt; a {
        padding-top: 6px;
        padding-bottom: 6px;
    }
    #header.sticky + section {
		padding-top: 100px;
	}
}
@media screen and (min-width: 500px) {
    a.mtoggle {
        padding: 10px 5px;
        margin: 13px 0;
    }
}
@media screen and (min-width: 960px) {
    #header {
        background-color: #FFF;
		padding: 0 10px;
    }
    #header.sticky {
        background-color: transparent;
    }
    a.mtoggle {
        display: none!important;
    }
    .hdbox #menu {
        width: auto;
    }
}
/* #endregion }*/

/* #region Menu {*/
@media screen and (min-width: 0px) {
    #toggle-content, 
    #toggle-top,
    #toggle-search,
    .taddon .togdiv, 
    .taddon &gt; ul &gt; li ul {
        position: absolute;
        width: 100%;
        max-width: 250px;
        top: 0;
        right: 0;
        line-height: 1;
        z-index: 50;
        background-color: #BECCD0;
        padding: 10px 20px;
        -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;
    }
    #toggle-content {
        top: -5px;
    }
    #header.sticky #toggle-content {
        top: 75%;
    }
    #header.sticky #menu .menu &gt; li.menu-item-has-children &gt; span &gt; a::after {
        margin-top: 2px;
    }
    .navmenu {
        font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
        font-size: 0;
        position: relative;
    }
    .navmenu &gt; div {
        display: none;
    }
    .navmenu ul {
        margin: 0;
        list-style-type: none;
    }
    .navmenu ul.menu li &gt; 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;
        text-transform: uppercase;
        font-size: 1.2rem;
        padding: 1.5rem 0;
    }
    .navmenu .menu a, 
    .navmenu span.acdshow, 
    .taddon .togdiv a {
        color:  #FFF;
    }
    #menu li.icon &gt; span &gt; a {
        font-size: 0;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    #menu li.icon &gt; span &gt; a:after {
        display: block;
        position: relative;
        font-family: 'CCSC Icons';
        font-size: 20px;
    }
    #menu li.hm &gt; span &gt; a:after {
        content: "\e900";
    }
    #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):before, 
    .navmenu .current_page_parent a:not(.acdshow):before, 
    .navmenu .current_page_parent .current_page_item a:not(.acdshow):before, 
    .navmenu .current-cat a:not(.acdshow):before, 
    .navmenu .current-cat-parent a:not(.acdshow):before, 
    .navmenu .current-cat-parent .current-cat a:not(.acdshow):before {
        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):before, 
    .navmenu .current_page_parent ul a:not(.acdshow):before, 
    .navmenu .current_page_parent .current_page_item ul a:not(.acdshow):before, 
    .navmenu .current-cat ul a:not(.acdshow):before, 
    .navmenu .current-cat-parent ul a:not(.acdshow):before, 
    .navmenu .current-cat-parent .current-cat ul a:not(.acdshow):before {
        content: '';
    }
    .navmenu .children a:not(.acdshow), 
    .navmenu .sub-menu a:not(.acdshow), 
    .taddon .togdiv a:not(.acdshow) {
        font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
        font-size: 1.4rem;
        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: 500px) {
    #toggle-content {
        top: -13px;
    }
}
@media screen and (min-width: 960px) {
    .sticky #menu .menu &gt; li {
        margin-top: 0;
        margin-bottom: 0;
    }
    .sticky #menu .menu &gt; li &gt; span {
        height: 40px;
    }
    #header.sticky #toggle-content {
        top: 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 {
        position: relative;
        display: block;
        text-align: center;
        flex-grow: 1;
        margin-left: 320px;
		margin-top: 35px;
		box-sizing: border-box;
    }
    #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 &gt; li {
        position: relative;
        padding-bottom: 0;
        border-top: none;
        margin-top: 35px;
        margin-bottom: 20px;
    }
    #menu .menu &gt; li &gt; span {
        display: inline-table;
        height: 45px;
        width: 100%;
    }
    #menu .menu &gt; li.menu-item-has-children &gt; span &gt; 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: #BECCD0;
    }
	#toggle-content .search-form {
		display: none;
	}
	#menu li.stoggle {
		display: inline-block;
	}
	#menu li.stoggle &gt; span &gt; a:after {
        content: "\e901";
		color: #959797;
    }
	#menu li.stoggle:hover &gt; span &gt; 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: #605B5B;
    }
    #menu .menu&gt; li:hover &gt; span &gt; a {
        background-color: #959797;
        color: #FFF;
    }
    #menu .menu &gt; .current_page_parent &gt; span &gt; a, 
    #menu .menu &gt; .current_page_item &gt; span &gt; a {
        color: #BECCD0;
    }
    #menu .menu &gt; .current_page_parent &gt; span &gt; a:not(.acdshow):before, 
    #menu .menu &gt; .current_page_item &gt; span &gt; a:not(.acdshow):before {
        content: "";
    }
    #menu ul ul {
        position: absolute;
        display: block!important;
        width: 150px;
        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: #BECCD0;
    }
    #menu .menu &gt; li:nth-last-child(2) &gt; 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 &gt; span &gt; a {
        color: #000;
    }
    /* #menu .sub-menu li.current_page_item &gt; span &gt; a, 
    #menu .sub-menu li.current_page_parent &gt; span &gt; a {
        color: #605B5B;
    } */
    #menu ul ul ul {
        position: absolute;
        top: 5px;
        left: 100%;
        margin-left: 2px;
    }
    #menu .menu &gt; li:nth-last-child(2) &gt; ul ul {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 2px;
    }
    #menu .menu &gt; 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 &gt; 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: -10px;
		width: 20px;
		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: 'Soc Icons';
		content: "\e00f";
		font-size: 16px;
		position: absolute;
		top: 0.8em;
		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: "\e012";
	}
}
/* #endregion }*/

/* #region Banner {*/
@media screen and (min-width: 0px) {
	#banner {
		height: 100%;
		display: block;
		position: relative;
	}
	#banner img {
		display: block;
		width: 100%;
		height: auto;
		box-sizing: border-box;
	}
	#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,
	#banner rs-layer {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif!important;
		font-size: 3vw!important;
		line-height: 1.1!important;
		color: #FFF;
	}
	.bannertext &gt; 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: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		color: #D82026;
	}
}
@media screen and (min-width: 960px) {
	.bannertext,
	#banner rs-layer {
		font-size: 1.5vw!important;
	}
}
/* #endregion }*/

/* #region Top Links */
@media screen and (min-width: 0px) {
	#toplinks .menu {
		display: block;
		text-align: left;
	}
	#toplinks .menu li {
		list-style-type: none;
        position: relative;
	}
	#toplinks .menu li &gt; span {
		display: block;
		position: relative;
        height: 100%;
        background-color: #FFF;
        border-radius: 10px;
	}
	#toplinks .menu li &gt; span &gt; a {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
		font-size: 11px;
		color: #000;
		text-decoration: none;
		display: block;
        height: 100%;
		box-sizing: border-box;
		padding: 5px;
		position: relative;
	}
	#toplinks .menu li &gt; span &gt; a:hover {
		color: #959797;
	}
	#toplinks .menu .description {
		display: none;
	}
	#toplinks .menu li.icon &gt; span &gt; a:after {
		font-family: 'CCSC Icons', Arial, Helvetica, sans-serif;
	}
	#toplinks .menu li.icon &gt; span &gt; a:after, 
	#toplinks .menu li &gt; span &gt; a &gt; i {
		display: block;
		position: absolute;
		top: -25px;
		left: 50%;
		margin: 0;
		margin-left: -22px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		color: #FFF;
		border: 4px solid #FFF;
		border-radius: 50%;
        background-color: #959797;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.3);
        box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
		padding: 0;
		transition: all .3s ease-in;
	}
	#toplinks .menu li.icon &gt; span &gt; a:after,
	#toplinks .menu li &gt; span &gt; a &gt; i:before {
		font-size: 20px;
	}
	#toplinks .menu li &gt; span &gt; a:hover:after, 
	#toplinks .menu li &gt; span &gt; a:hover &gt; i {
        border-color: #959797;
		border-width: 0;
		padding: 4px;
		transition: all 0s;
	}
	#toplinks .menu li.pitch &gt; span &gt; a:after {
		content: '\e904';
	}
	#toplinks .menu li.weight &gt; span &gt; a:after {
		content: '\e905';
	}
	#toplinks .menu li.dine &gt; span &gt; a:after {
		content: '\e903';
	}
	#toplinks .menu li.case &gt; span &gt; a:after {
		content: '\e902';
	}
	#toplinks .menu li:before {
		content: '';
		display: block;
		position: absolute;
		top: 81%;
		left: 0;
		width: 100%;
		height: 25%;
		border-radius: 50%;
		background-image: radial-gradient(center center, ellipse contain, rgba(0,0,0,0.3), transparent);
		background-image: -o-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.3), transparent);
		background-image: -ms-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.3), transparent);
		background-image: -moz-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.3), transparent);
		background-image: -webkit-radial-gradient(center center, ellipse contain, rgba(0,0,0,0.3), transparent);
	}
}
@media screen and (min-width: 400px) {
	#toplinks .menu {
		display: flex;
		justify-content: center;
		margin: 0 0 30px;
		text-align: center;
	}
	#banner + #container #toplinks .menu {
		margin: -60px 0 30px;
	}
	#toplinks .menu li {
		list-style-type: none;
		padding: 0;
		margin: 0 4px;
		flex-basis: 30%;
		max-width: 280px;
        position: relative;
	}
}
@media screen and (min-width: 600px) {
    #toplinks .menu {
		margin: 20px 0 40px;
	}
	#banner + #container #toplinks .menu {
		margin: -80px 0 40px;
	}
	#toplinks .menu li {
		margin: 0 5px;
	}
	#toplinks .menu li &gt; span &gt; a {
		font-size: 2vw;
        padding-left: 25px;
        padding-right: 25px;
		padding-bottom: 25px;
	}
    #toplinks .menu li &gt; span {
        border-radius: 15px;
    }
    #toplinks .menu li.icon &gt; span &gt; a:after, 
	#toplinks .menu li &gt; span &gt; a &gt; i {
		top: -45px;
		margin-left: -35px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		border-width: 5px;
	}
	#toplinks .menu li.icon &gt; span &gt; a:after,
	#toplinks .menu li &gt; span &gt; a &gt; i:before {
		font-size: 28px;
	}
	#toplinks .menu li &gt; span &gt; a:hover:after {
		border-width: 0;
		padding: 5px;
	}
	#toplinks .menu .description {
		display: block;
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
        text-transform: none;
		font-size: 1.2rem;
        line-height: 1.5;
		color: #605B5B;
        padding-top: 0.5em;
	}
}
@media screen and (min-width: 800px) {
	#toplinks .menu {
		margin: -20px 0 80px;
	}
	#banner + #container #toplinks .menu {
		margin: -140px 0 60px;
	}
	#toplinks .menu li {
		max-width: 280px;
		margin: 0 10px;
	}
	#toplinks .menu li &gt; span &gt; a {
		font-size: 1.7rem;
		padding: 45px 25px 25px;
	}
	#toplinks .menu li &gt; span &gt; a img {
		position: absolute;
		margin: auto;
		top: -17.5rem;
		left: 0;
		right: 0;
		bottom: 0;
		box-sizing: border-box;
	}
	#toplinks .menu .description {
		font-size: 1.4rem;
	}
}
/* #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;
		background-color: #FFF;
	}
	#container ul, 
	#container #sidepanel .sidetext ul, 
	#text.pageadditions ul {
		margin: 0 0 20px 0;
	}
	#container ol, 
	#container #sidepanel .sidetext ol, 
	#text.pageadditions ol {
		margin: 0 0 20px 30px;
	}
	#container ul ul,
	#container ol ol, 
	#container #sidepanel .sidetext ul ul,
	#container #sidepanel .sidetext ol ol, 
	#text.pageadditions ul ul, 
	#text.pageadditions ol ol {
		margin-top: 12px;
		margin-bottom: -6px;
	}
	#container li,
	#container #sidepanel .sidetext li, 
	#text.pageadditions li {
		line-height: 1.2;
		padding-bottom: 12px;
	}
	.entry li, 
    #sidepanel .sidetext li {
		color: #BECCD0;
	}
	.entry li &gt; span, 
    #sidepanel .sidetext li &gt; span {
		color:#605B5B;
	}
}
@media screen and (min-width: 800px) {
	#container {
		padding-top: 80px;
	}
}
/* #endregion }*/

/* #region PageTtile */
@media screen and (min-width: 0px) {
	.ptitle .parent {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
		color: #BECCD0;
		display: block;
		padding-bottom: 1em;
	}
}
/* #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 &gt; ul {
		display: inline;
	}
	.taddon &gt; div, 
	.taddon .toggle, 
	.taddon &gt; ul &gt; li, 
	.taddon &gt; ul &gt; li a {
		display: inline-block;
	}
	.taddon &gt; ul &gt; li {
		list-style-type: none;
	}
	.taddon .toggle, 
	.taddon &gt; ul &gt; li a {
		padding: 15px 20px;
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 1.2rem;
		line-height: 1.2;
		text-decoration: none;
		text-transform: uppercase;
		color: #605B5B;
		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 &gt; ul &gt; li a:after {
		font-family: 'Soc Icons';
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		color: #D82026;
	}
	.taddon .toggle.tgdwn:after, 
	.taddon &gt; ul &gt; 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 &gt; ul &gt; li a:hover {
		color: #000;
	}
	.taddon .togdiv, 
	.taddon &gt; ul &gt; 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: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 1.3rem;
	}
	.taddon .togdiv .current-cat &gt; 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 &gt; 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 50px 0 10px;
		text-align: left;
	}
	.entry {
		position: relative;
		clear: both;
	}
	#text p:not(.nopad), 
	#gr .pageadditions p, 
	#sidepanel p {
		padding-bottom: 1.5rem;
	}
	#text a {
		color: #605B5B;
		text-decoration: underline;
        text-decoration-style: dashed;
        text-decoration-color: rgba(31, 126, 68, 0.6);
	}
	#text a:hover, 
	#text .highlight a:hover {
        cursor: pointer;
		color: #959797;
	}
	#text hr {
		position: relative;
		display: block;
		width: 100%;
		height: 1px;
		margin-top: 2.5rem;
		margin-bottom: 3.5rem;
		border: none;
		border-bottom: 1px solid #959797;
		clear: both;
	}
	#text 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%;
	}
	#text .search-form {
		margin: 3rem 0;
	}
	#text 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: #605B5B;
	}
	#text a.pdflink:before {
		position: absolute;
		display: inline-block;
		top: 0;
		left: 0;
		font-family: 'Soc Icons';
		content: "\e014";
		font-size: 33px;
		color: #959797;
	}
	#text a.pdflink:hover {
		color: #959797;
	}
	#text a.moretag {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		text-transform: capitalize;
		display: inline-block;
		text-decoration: underline;
		font-size: 1.5rem;
	}
	.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%;
	}
	#text .wp-playlist .mejs-video, 
	#text .wp-playlist .mejs-overlay-play {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		max-width: 100%;
		height: auto;
	}
	#text table caption {
		text-align: left;
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
	}
	#text .coms.linespace &gt; 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 &gt; th:first-of-type,
    .coststable tr &gt; td:first-of-type {
        width: 400px !important;
        padding-left: 0;
    }
    .coststable tr &gt; th:last-of-type,
    .coststable tr &gt; td:last-of-type {
        width: 100px !important;
        padding-right: 0;
    }
}
@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;
	}
}
@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;
	} */
}
/* #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%!important;
		display: block;
	}
}
@media screen and (min-width: 600px) {
	table.splitcol td {
		display: inline-block;
		width: 50%!important;
		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) {
    #gr .newslist .post,
    #gr .newslist .newsbox &gt; div,
    .pgtypbox &gt; div {
        position: relative;
        clear: both;
        text-align: left;
        margin-bottom: 15px;
        font-size: 1.5rem;
        line-height: 1.8;
    }
    #gr .newslist .picbox, 
    .pgtypitem .picbox {
        position: relative;
    }
    #gr .newslist img.panpic, 
    .pgtypitem img.panpic {
        display: block;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        height: auto;
        background: url(images/blank.gif) no-repeat center center;
        background-size: cover;
    }
    #gr .newslist .postcont {
        padding: 20px 0 10px;
        display: flex;
    }
    .pgtypitem .itemdetails {
        padding: 15px 10px;
    }
    #gr .newslist .postcont &gt; p:last-of-type, 
    #gr .pgtypitem .itemdetails &gt; p:last-of-type {
        padding-bottom: 0;
    }
    #gr .date {
        font-size: 1.4rem;
        color: #959797;
    }
    #text.newslist h2, 
    #text.newslist h2 a, 
    #text .pgtypitem h2, 
    #text .pgtypitem h2 a, 
    #gr .pageadditions .postcont h2, 
    #gr .pageadditions .postcont h2 a, 
    #gr .pgtypitem h3, 
    #gr .pgtypitem h3 a {
        padding-top: 0;
        font-size: 1.8rem;
        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;
    }
	#gr .pgtypitem h3 {
		display: block;
		position: absolute;
		right: 0;
		bottom: 15%;
		background: #FFF;
		padding: 1rem;
		box-sizing: border-box;
	}
    /*
    #text.newslist h2, 
    #text .pgtypitem h2, 
    #gr .pgtypitem h3 {
        display: table;
        width: 100%;
    }
    #text.newslist h2 a, 
    #text .pgtypitem h2 a, 
    #gr .pgtypitem h3 a {
        display: table-cell;
        vertical-align: top;
    }
    */
    #text p.morelink, 
    p.morelink {
        padding-bottom: 0.8rem;
    }
    a.morelink {
        font-weight: bold;
    }
    .postsum .postmetadata {
        font-size: 1.3rem;
        text-transform: lowercase;
    }
    .postmetadata a {
        font-family: 'Futura Heavy', 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;
    }
    #text .post a.butlink, 
    #gr .pgtypitem a.butlink, 
    #curnews .post a.butlink {
        margin: 0;
        min-width: auto;
    }
}
@media screen and (min-width: 960px) {
    .datebox .day {
        width: 5.5rem;
        height: 5.5rem;
        line-height: 5.5rem;
    }
    .entry .datebox {
        padding-right: 40px;
        padding-bottom: 30px;
    }
}
/* #endregion */

/* #region Gridview {*/
@media screen and (min-width: 450px) {
    #gr .newslist.gridview .newsbox, 
    .pgtypbox.gridview {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-left: -5px;
        margin-right: -5px;
    }
    #gr .newslist.gridview .newsbox &gt; div, 
    .pgtypbox.gridview &gt; div {
        flex-basis: calc(50% - 10px);
        margin: 5px;
        box-sizing: border-box;
    }
    #gr .newslist.gridview .postsum {
        padding-bottom: 30px;
    }
    #gr .newslist.gridview .postsum .postmetadata {
        position: absolute;
        bottom: 0px;
    }
    .pgtypitem.gridview .itemdetails {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media screen and (min-width: 600px) {
    #gr .newslist.gridview .newsbox, 
    .pgtypbox.gridview {
        margin-left: -10px;
        margin-right: -10px;
    }
    #gr .newslist.gridview .newsbox &gt; div, 
    .pgtypbox.gridview &gt; div {
        flex-basis: calc(50% - 20px);
        margin: 10px;
    }
}
@media screen and (min-width: 800px) {
    #gr .newslist.gridview .newsbox, 
    .pgtypbox.gridview {
        margin-left: -15px;
        margin-right: -15px;
    }
    #gr .newslist.gridview .newsbox &gt; div, 
    .pgtypbox.gridview &gt; div {
        flex-basis: calc(50% - 30px);
        margin: 15px;
    }
}
/* #endregion */
/* #region Testimonials {*/
@media screen and (min-width: 0px) {
	.testimonialbox .testimonial .testbub, 
	.search .testbub {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 2rem;
		line-height: 1.2;
	}
	/*.testimonialbox .testimonial .testbub .qt, 
	.search .testbub span .qt {
	}*/
	.testimonial .tmauthor {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 1.5rem;
		padding-top: 1em;
	}
	.search .testimonials .tmauthor {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 2rem;
		line-height: 1.1;
		padding-top: 0;
	}
	.search .testimonials .tmauthor span {
		font-family: 'ZonaPro-Regular', 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: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
	}
	#text .wp-paginate .title, 
	.uwpqsfpagi:before {
		font-family: 'ZonaPro-Regular', 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: #BECCD0;
	}
	.wp-paginate .current {
		background: transparent!important;
		border: 1px solid #BECCD0!important;
	}
	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 {*/
@media screen and (min-width: 0px) {
	#gr.home #sidepanel .textpanel_widget.opentime div {
		text-align: center;
	}
	#gr.home #sidepanel .textpanel_widget.opentime div p {
		font-size: 3rem;
		line-height: 1.4;
		box-sizing: border-box;
	}
}
@media screen and (min-width: 800px) {
	#gr.home #sidepanel {
		border-left: 1px solid #BECCD0;
	}
}
/* #endregion }*/

/* #region Locations */
@media screen and (min-width: 0px) {
    #text .pgcontact a, 
    #text .pgsocs a.pgsoc {
        text-decoration: none;
    }
    .pgcontact &gt; span {
        display: block;
    }
    .pgcontact &gt; span + span {
        padding-top: 5px;
    }
    .pgcontact .pgaddr {
        padding-bottom: 10px;
    }
    .pgcontact .label {
        font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
    }
    .pgsocs span {
        display: block;
    }
    .pgsocs span + span {
        padding-top: 10px;
    }
    .pgsocs a.pgsoc:before {
        content: '';
        font-family: 'Soc Icons';
        display: inline-block;
        font-size: 25px;
        line-height: 35px;
        width: 35px;
        text-align: center;
        margin-right: 10px;
        vertical-align: middle;
        border-radius: 25%;
        border: 1px solid #001722;
        background-color: transparent;
        color: #001722;
    }
}
@media screen and (min-width: 600px) {
    .contactbox {
        display: flex;
    }
    .contactbox &gt; div {
        flex: 1 0 0px;
    }
}
/* #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 #BECCD0;
	}
	.pageadditions h2.pantitle {
		font-family: 'ZonaPro-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: #959797;
	}
	.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: #605B5B;
	}
}
/* #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;
    }
}
@media screen and (min-width: 500px) {
	#map .mapp-sidebar {
		display: 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 &gt; 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: 'ZonaPro-Regular', 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 &gt; div {
		padding: 15px;
	}
}
@media screen and (min-width: 600px) {
	#gr #quotes .pgtypbox &gt; div {
		width: 50%;
		padding: 20px;
	}
}
@media screen and (min-width: 800px) {
	#gr #quotes .pgtypbox &gt; div {
		width: 33.3%;
	}
	#quotes .testimonialbox .testimonial .testbub {
		font-size: 2rem;
	}
}
@media screen and (min-width: 960px) {
	#gr #quotes .pgtypbox &gt; 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 &gt; div {
		width: 100%;
	}
}
@media screen and (min-width: 800px) {
    #gr #curnews .newsbox &gt; 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: 'ZonaPro-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: #959797;
        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 &gt; 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: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 1.6rem;
		color: #959797;
	}
	#featpg .itemdetail p, 
	#featpg .itemdetail h3 {
		padding-bottom: 1rem;
	}
	#featpg .itemdetail h3 {
        font-family: 'ZonaPro-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 &gt; 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 Base Panel */
@media screen and (min-width: 0px) {
	#basepanel {
		padding: 20px 0 0;
	}
    #basepanel .bpbox {
        position: relative;
    }
	#basepanel .bpbox h3 {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 2.7rem;
		line-height: 1;
        text-transform: uppercase;
	}
	#basepanel .bpbox h3 span, 
	#basepanel .bpbox p {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
	}
	#basepanel .bpbox p {
		padding-bottom: 0;
	}
	#basepanel .detail {
		position: absolute;
        left: 0;
        top: 0;
        width: 100%;
		text-align: center;
		color: #FFF;
		/* padding: 10px 45% 10px 10px; */
		box-sizing: border-box;
		font-size: 1.6rem;
        line-height: 1.6;
	}
	#basepanel .bkgnd {
		position: absolute;
		top: 0;
		left: 0;
		margin-left: calc(50% - 50vw);
		width: 100vw;
		/* background-color: #959797; */
	}
	#basepanel .detail .butlink {
		margin-bottom: 0;
        margin-top: 10px;
		min-width: auto;
		font-size: 16px;
		padding: 11px 20px 12px;
	}
    #basepanel .pic {
        font-size: 0;
		padding-top: 70px;
    }
	#basepanel .cutout {
		max-width: 100%;
		height: auto;
        position: relative;
	}
}
@media screen and (min-width: 500px) {
	#basepanel .pic {
		padding-top: 50px;
    }
}
@media screen and (min-width: 600px) {
	#basepanel .detail {
        top: 50%;
        transform: translateY(-50%);
	}
	#basepanel .bkgnd {
		top: 50%;
        transform: translateY(-50%);
	}
}
@media screen and (min-width: 800px) {
	#basepanel .detail {
		padding-top: 20px;
        padding-bottom: 20px;
        font-size: 2.4rem;
	}
    #basepanel .bpbox h3 {
		font-size: 4rem;
	}
	#basepanel .detail .butlink {
		min-width: 200px;
		font-size: 20px;
		padding: 15px 20px 16px;
	}
	#basepanel .pic {
		padding-top: 0;
    }
}
@media screen and (min-width: 960px) {
    #basepanel .bpbox:before {
        bottom: 20px;
        left: 0;
        height: 64px;
        padding-left: 180px;
        font-size: 1.8rem;
    }
    #basepanel .detail {
		padding-top: 60px;
        padding-bottom: 50px;
		font-size: 2rem;
	}
    #basepanel .bpbox p {
		padding-bottom: 0;
	}
}
/* @media screen and (min-width: 1200px) {
    #basepanel .pic img {
        margin-right: calc(100% - 100vw);
    }
} */
/* #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: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		color: #D82026
	}
	#tweets .twimg {
		float: right;
		padding-left: 5px;
	}
	#tweets .timestamp {
		font-family: 'ZonaPro-Regular', 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 }*/


/*#########################################  Sidebar &amp; 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: #959797;
		text-decoration: none;
	}
	#sidepanel h2 a:hover,  
	#sidepanel h3 a:hover, 
	#sidepanel h4 a:hover, 
	#sidepanel .sidetext a:not(.butlink):hover {
		color: #BECCD0;
	}
	#sidepanel h2, 
	#sidepanel h3 {
		font-family: 'ZonaPro-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 &gt; a, 
	#sidepanel li.current_page_item &gt; a, 
	#sidepanel li.current-menu-item &gt; 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: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		display: inline-block;
		position: relative;
		width: calc(100% - 20px);
		color: #605B5B;
		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: #959797;
	}
	#sidepanel ul ul li a:hover,
	#sidepanel ul ol li a:hover, 
	#sidepanel a.pdflink:hover {
		color: #BECCD0;
	}
	#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:#BECCD0;
		width: 2.5em;
		height: 100%;
		z-index: -1;
		text-align: center;
		line-height: 1.9;
	}
	/* .selwrap:hover:before {
		background: #BECCD0;
	} */
	.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: #605B5B;
		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 &gt; 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 &gt;  li &gt; a {
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	#sidepanel div.gr-autochild .menu &gt;  li:before {
		display: none;
	}
}
@media screen and (min-width: 960px) {
	#sidepanel {
		width: 400px;
		padding-left: 40px;
	}
}
/* #endregion }*/

/* #region Search Widget */
@media screen and (min-width: 0px) {
	.widget_search {
		background-color: #BECCD0;
		border-radius: 20px;
		margin-bottom: 35px;
		margin-top: 25px;
	}
	#container .sidebar:first-of-type .widget:first-of-type.widget_search {
		margin-top: 0px;
	}
	#container .sidebar .widget_search {
		padding: 20px;
		text-align: center;
	}
	#sidepanel .widget_search h3 {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		text-align: center;
		font-size: 2.4rem;
		color: #FFF;
	}
	.widget_search .search-form {
		border: none;
		margin: 0;
	}
	.widget_search .search-field {
		background-color: #FFF;
		border-radius: 10px;
	}
	.widget_search .search-form &gt; div, 
	.widget_search .search-submit span {
		display: block;
		height: 50px;
	}
	.widget_search .search-submit {
		display: block;
		border: 2px solid #FFF;
		border-radius: 15px;
		margin: 20px auto 0;
		width: 50px;
		box-sizing: border-box;
	}
	.widget_search .search-submit span {
		height: 100%;
		width: 100%;
	}
	.widget_search .search-submit span:after {
		position: absolute;
		color: #FFF;
		top: 0;
		left: 0;
		width: 100%;
		line-height: 45px;
	}
	.widget_search .search-submit:hover {
		background-color: #FFF;
	}
	.widget_search .search-submit:hover span:after {
		color: #D82026;
	}
}
/* #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 &gt; li &gt; 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: 'ZonaPro-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 &gt; a:after, 
	#sidepanel .gr-autochild .current_page_item &gt; a:after, 
	#sidepanel .gr-autochild .current-menu-item &gt; 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 &gt; ul &gt; li &gt; a {
        width: 100%;
        line-height: 1.6;
        padding-bottom: 40px;
    }
    #sidepanel .widget_recent_entries &gt; ul &gt; li &gt; a:before {
        display: none;
    }
    #sidepanel .widget_recent_entries &gt; ul &gt; li &gt; a &gt; span {
        display: block;
    }
    #sidepanel .widget_recent_entries .title {
        font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
        font-size: 2.2rem;
        line-height: 1.2;
        text-transform: uppercase;
        padding-bottom: 0.5em;
    }
    #sidepanel .widget_recent_entries .date {
        padding-bottom: 0.8em;
    }
}
/* #endregion */
/* #region Text Panel */
/* @media screen and (min-width: 0px) {
	#sidepanel .textpanel_widget &gt; div {
        border: 2px solid rgb(96,91,91,0.4);
        border-radius: 15px;
        padding: 40px 40px 25px;
        line-height: 1.7;
    }
    #sidepanel .textpanel_widget .title {
        font-family: 'Futura Heavy', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
        color: #959797;
        padding-bottom: 1rem;
    }
    #sidepanel .sidetext li {
        list-style-type: disc;
    }
} */
/* #endregion */

/* #region Open Times */
@media screen and (min-width: 0px) {
	#sidepanel .opentime &gt; div {
        line-height: 1.9;
    }
}
/* #endregion */

/* #region Formlink */
@media screen and (min-width: 0px) {
	#sidepanel .formlink_widget &gt; div {
		background: #BECCD0;
		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 &amp; 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: 'ZonaPro-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 &gt; div {
		display: table-cell;
		vertical-align: middle;
		height: 35px;
		width: 100%;
	}
	.search-field {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 1.6rem;
		padding: 2px 5px 0;
		background-color: transparent;
		border: none;
		color: #605B5B;
		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: #959797;
		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;
	}
	.frm_forms h2, 
	.frm_forms h3 {
		width: 100%;
		clear: both;
	}
	#gr .fmdetails .frm_form_fields &gt; 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 label, 
	#gr .fmdetails .frm_primary_label {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
		font-size: 1.4rem;
		line-height: 1;
		font-weight: normal;
		padding: 3px;
		color: #605B5B;
	}
	.frm_forms label span {
		padding: 0;
	}
	#gr .fmdetails .form-field {
		margin-bottom: 20px;
	}
	#gr .fmdetails input,  
	#gr .fmdetails select, 
	#gr .fmdetails textarea  {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		font-size: 1.8rem;
		color: #605B5B;
		line-height: normal;
		background-color: #FFF;
		border: 1px solid #959797;
		padding: 10px 10px;
		border-radius: 12px;
		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 &gt; 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;
	}
	#gr .popforms h2, 
	#gr .popforms h3.frm_form_title {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		line-height: 1;
		color: #605B5B;
		font-size: 2.5rem;
		padding: 0.5em 0 1em;
	}
	.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-color: #7A7B77;
	}
	#ftop {
		position: relative;
		font-size: 1.5rem;
		line-height: 1.4;
		color: #FFF;
	}
    #ftop: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 0, 100% 0, 100% 50%, 0% 50%);
    }
	#ftop .ftnhs {
        display: flex;
		align-items: center;
        position: absolute;
        bottom: calc(100% + 8px);
        left: 10px;
        font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
        font-size: 1.2rem;
		line-height: 1.1;
		color: #605B5B;
		width: 150px;
		text-align: left;
    }
	#ftop .ftnhs img {
		max-width: 60px;
		height: auto;
		padding-right: 10px;
	}
	#ftop .ftlogo {
		display: inline-block;
		font-size: 0;
		background-color: #000;
        clip-path: polygon(0 0, 100% 0, calc(100% - 42px) 100%, 0 100%);
		padding: 10px 0 10px 10px;
	}
	#ftop .ftlogo a {
		display: block;
	}
	#ftop .ftlogo img {
		width: 100%;
		height: auto;
		transition: all .2s ease-in;
	}
	#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: 30px 10px;
		box-sizing: border-box;
	}
	#ftop .addr .title {
		display: inline-block;
	}
	#ftop .ftmid &gt; div + div {
		padding-top: 40px;
	}
	#ftop .ftcontact .ftaddr {
		padding-bottom: 7px;
	}
	#ftop .fttel, 
	#ftop .ftemail {
		font-family: 'ZonaPro-Bold', Arial, Helvetica, sans-serif;
	}
	#ftop #socicons a {
		margin-left: 10px;
		margin-right: 10px;
		text-decoration: none;
	}
    #areas-menu ul {
        list-style-type: none;
    }
    #areas-menu li {
        display: inline-block;
    }
    #areas-menu li + li:before {
        content: '-';
        display: inline-block;
        padding: 0 4px;
    }
}
@media screen and (min-width: 600px) {
	#ftop .ftnhs {
        bottom: calc(100% + 15px);
        font-size: 1.5rem;
		width: 250px;
    }
	#ftop .ftnhs img {
		max-width: 80px;
	}
	#ftop .ftmid {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	#ftop .ftmid &gt; div + div {
		padding-top: 0;
		padding-left: 20px;
	}
	#ftop .ftmid &gt; div {
		text-align: left;
		flex-grow: 1;
	}
	#ftop .ftmid #socicons {
		flex-grow: 0;
	}
	#ftop #socicons a:first-of-type {
		margin-left: 0;
	}
    #ftop #areas-menu {
        flex-basis: 100%;
        padding-left: 0;
        padding-top: 30px;
        display: flex;
        align-items: flex-start;
    }
    #ftop #areas-menu p, 
    #ftop #areas-menu ul {
        text-align: left;
    }
    #ftop #areas-menu p {
        white-space: nowrap;
        padding-right: 15px;
    }
}
@media screen and (min-width: 960px) {
	#ftop {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	#ftop .ftnhs {
        bottom: calc(100% + 25px);
        font-size: 1.8rem;
		width: 400px;
    }
	#ftop .ftnhs img {
		max-width: 150px;
		padding-right: 15px;
	}
	#ftop .ftlogo {
        clip-path: polygon(0 0, 100% 0, calc(100% - 58px) 100%, 0 100%);
		padding-top: 25px;
		padding-bottom: 25px;
		width: 280px;
	}
	#ftop .ftmid {
		display: grid;
		grid-template-columns: auto auto;
		grid-template-rows: auto;
		align-items: center;
		width: 100%;
        /* padding-left: 20%; */
	}
	.ftcoms br + span {
		padding-left: 10px;
	}
	#ftop #socicons {
		grid-column: 2 / 3;
		grid-row: 1 / 3;
		text-align: right;
	}
    #ftop #areas-menu {
		grid-column: 1 / 3;
	}
	#ftop .ftaddr span:not(:first-of-type) br, 
	#ftop .ftcoms br {
		display: none;
	}
	#ftop .ftmid .ftcoms {
		padding-left: 0;
	}
}
@media screen and (min-width: 1100px) {
	#ftop .ftlogo {
		width: 300px;
	}
	#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 &gt; div {
		font-size: 1.3rem;
		padding-top: 15px;
		padding-bottom: 10px;
		color: #000;
	}
	#footer {
		font-family: 'ZonaPro-Regular', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	#footer p {
		display: block;
		padding-bottom: 5px;
	}
	#footer a {
		text-decoration: none;
		color: #000;
	}
	#footer a:hover {
		color: #BECCD0;
	}
	#footer .footright a:after {
		font-family: 'Soc Icons';
		content: '\e020';
		font-size: 75%;
		padding-left: 0.25em;
	}
	#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 &gt; div {
		display: flex;
		flex-wrap: wrap;
		padding-top: 10px;
	}
	#footer &gt; div &gt; div {
		flex-grow: 1;
	}
	#footer .footcent {
		width: 100%;
	}
	#footer .footleft {
		text-align: left;
	}
	#footer .footright {
		text-align: right;
	}
}
/* #endregion }*/</pre></body></html>