html, body {
	width: 100%;
	height: 100%;
}
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*, *:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
body, p, input, textarea, select, button {
	font-style: normal;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-style: normal;
	font-weight: 400;
}
a,
a:hover,
a:focus {
	display: inline-block;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
img,
img:hover,
img:focus{
	max-width: 100%;
	display: inline-block;
	position: relative;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
a img { border: none; }
p { margin: 0 0 20px 0; }

div, header, nav, main, section, footer, ul li { position: relative; }
table td { vertical-align: top; }

::-webkit-input-placeholder {
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
   opacity: 1;
}
::-moz-placeholder {  /* Firefox 19+ */
   opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   opacity: 1;
}
::-ms-input-placeholder { /* Microsoft Edge */
   opacity: 1;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
fieldset dd { margin: 0 0 10px 0; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="search"],
textarea,
select,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
textarea:hover,
select:hover,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus{
	width: 100%;
	background: none;
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
}
.outer_wrapper select {
	-webkit-appearance: none;
}
input[type="submit"], input[type="button"], a.button,
input[type="submit"]:hover, input[type="button"]:hover, a.button:hover {
	margin: 0;
	border-style: solid;
	border-width: 1px;
	border-color: transparent;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
a.button {
	display: inline-block;
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	body { -webkit-text-size-adjust: none; }
	input[type="submit"], input[type="button"], button, select { -webkit-appearance: none; }
}
@media only screen and (max-device-width: 480px) {
	body { -webkit-text-size-adjust: none; }
	input[type="submit"], input[type="button"], button, select { -webkit-appearance: none; }
}
.clearfix, .clr {
	clear: both;
	zoom: 1; /* For IE7 and below */
}
.sticky-top { 
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
.bg_show {
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.bg_hide {
	background-color: transparent !important;
	background-image: none !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


header ul, 
nav ul, 
footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.text__left { text-align: left; }
.text__center { text-align: center; }
.text__right { text-align: right; }

.flexblock {
	display: flex;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding-top: 16px;
	padding-bottom: 16px;
}
.flexblock > div {
	padding-left: 16px;
	padding-right: 16px;
	flex-grow: 0;
}
.header .header__inner { margin-left: auto; margin-right: auto; }
.header .header__left {  max-width: 20%; flex-basis: 20%; }
.header .header__middle { max-width: 60%; flex-basis: 60%; }
.header .header__right { max-width: 20%; flex-basis: 20%; }
.header__logo .header__logo-mobile { display: none; }


.nav-primary .nav-primary__left {  max-width: 10%; flex-basis: 10%; }
.nav-primary .nav-primary__middle { max-width: 80%; flex-basis: 80%; }
.nav-primary .nav-primary__right { max-width: 10%; flex-basis: 10%; }

.nav-primary .nav-primary__left .nav-primary__logo,
.nav-primary .nav-primary__right .widget {
	display: none;
}
.nav-primary.sticky-stuck .nav-primary__left .nav-primary__logo,
.nav-primary.sticky-stuck .nav-primary__right .widget {
	display: inline-block;;
}
.nav-primary p { margin: 0; }

#content article > * {
	margin-left: auto;
	margin-right: auto;
}
#content article > .alignfull {
	margin-left: 0;
	margin-right: 0;
	max-width: 100%;
}

.wp-block-paragraph {
	padding-top: 16px;
	padding-bottom: 16px;
}
.wp-block-paragraph p:last-child {
	margin-bottom: 0;
}

.gform_wrapper .gform_footer { padding-right: 16px !important; }
.gform_wrapper .gf_button_full .gform_button.button { width: 100%; }
.gform_wrapper .gf_form_middle .ginput_container,
.gform_wrapper .gf_form_middle .gform_footer{
	text-align: center;
}
.gform_wrapper .gform_fields .gf_no_label .gfield_label { display: none; }

.footer {
	padding-top: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
}
.footer .footer__inner { margin-left: auto; margin-right: auto; }
.footer__logo .footer__logo-mobile { display: none; }

.footer__widget-row {
	display: flex;
	align-content: center;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.footer__widget-row > div {  max-width: 20%; flex-basis: 20%; }
.footer__widget-row .widget { padding-bottom: 20px; }
.footer .widget-title { display: block; }


.widget_glcontact .glcontactwidget.display_type_text > div,
.widget_glcontact .glcontactwidget.display_type_icons > div {
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
.widget_glcontact .glcontactwidget.display_type_icons > div div:first-child {
	max-width: 20px;
	flex-basis: 20px;
	text-align: center;
}
.widget_glcontact .glcontactwidget.display_type_text > div div:last-child,
.widget_glcontact .glcontactwidget.display_type_icons > div div:last-child {
	padding-left: 10px;
}



.widget_glsocials ul li { padding: 10px; }
.widget_glsocials .glsocials__vertical li { display: block; }
.widget_glsocials .glsocials__horizontal li { display: inline-block; }

.footer__lower-row.ft_divider::before {
	content: "";
	height: 1px;
	width: 100%;
	margin: 20px 0;
}

/* Sitemap CSS Start */
.wsp-container {
	text-align: center;
}
.wsp-container > ul {
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.wsp-container > ul > li {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	margin-top: 20px;
	text-align: left;
}
.wsp-container > ul > li > a {
	display: block;
	margin-bottom: 5px;
}
.wsp-container > ul > li ul {
	padding-left: 10px;
	list-style: none;
}
.wsp-container > ul > li ul > li::before {
    content: '';
    position: absolute;
    display: block;
    border-top: 1px solid #7e8377;
    top: 15px;
    left: -7px;
    width: 8px;
    height: 0;
}
.wsp-container > ul > li ul > li::after {
    content: '';
    position: absolute;
    display: block;
    border-left: 1px solid #7e8377;
    height: 100%;
    width: 0px;
    top: 0px;
    left: -8px;
}
.wsp-container > ul > li ul > li:last-child::after {
	height: 16px;
}
.wsp-container > ul > li > ul > li {
	position: relative;
	font-weight: normal;
	font-size: 14px;
	padding-left: 5px;
	line-height: 26px;
}
/* Sitemap CSS End */




@media (max-width: 599px) {
	.widget_glcontact .glcontactwidget.display_type_text > div div:first-child,
	.widget_glcontact .glcontactwidget.display_type_icons > div div:first-child {
		display: none;
	}
	.widget_glcontact .glcontactwidget.display_type_text > div div:last-child,
	.widget_glcontact .glcontactwidget.display_type_icons > div div:last-child {
		padding-left: 0;
	}

}
@media (max-width: 640px) {
	.gform_wrapper .gform_footer { padding-right: 0 !important; }
}
@media (min-width: 600px) and (max-width:767px) {
	
}
@media (max-width : 782px) {
	.header .widget_glcontact .display_type_icons .glcontact__telephone .glcontact__info {
		display: none;
	}
	.wp-block-column { flex-basis: 100% !important; }
	.wsp-container{
		padding: 0;
		text-align: left;
		padding-left: 15px;
	}
	.wsp-container>ul>li{
		display:block;
		margin-top: 10px;
	}
	.wsp-container>ul>li ul{
		padding-left: 20px;
		list-style: circle;
	}
	.wsp-container>ul>li ul>li::after,
	.wsp-container>ul>li ul>li::before{
		content: none;
	}
	.wsp-container>ul>li ul>li{
		padding-left: 0px;
	} 
}
@media (min-width: 768px) and (max-width:991px) {
	.wp-block-column { flex-basis: 100%; }
}