/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Inner - Pages
 7.) Animates
 8.) Text - Colors / Wordpress Cores

========================================*/

/*
 1.) Typography
----------------------------------------*/

/*
.gf-hanken-grotesk { font-family: "Hanken Grotesk",sans-serif; }
*/


/*
 2.) Default Styles
----------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #4a4a4a;
	line-height: 28px;
	background: #f8f8f8;
	margin: 0;
	padding: 0;
}

sub,
sup {
	font-size: 60%;
}

sup {
	top: 0;
}

sub {
	bottom: 0;
}

img { 
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
body {
	font-size: 18px;
	line-height: 28px;
}
}


/*= Links 
=======================================================*/

a {
	font-weight: 700;
	color: #076838;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #73b143;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #076838;
	text-decoration: underline;
}

a.btn-white[href^="tel:"] {
	color: #fff;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #73b143;
	text-decoration: underline;
}

a.btn-white:hover[href^="tel:"], 
a.btn-white:focus[href^="tel:"], 
a.btn-white:hover[href^="fax:"],
a.btn-white:focus[href^="fax:"] {
	color: #054223;
	text-decoration: none;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
=======================================================*/

.tribe-common h2,
.tribe-common h3,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 600;
	color: #076838;
	padding-bottom: 14px;
}

h1,
.h1 {
	font-size: 74px;
	line-height: 88px;
	padding-bottom: 32px;
}

.tribe-common h2,
h2,
.h2 {	
	font-size: 48px;
	line-height: 54px;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 35px;
}

h2:before,
.h2:before {
	content: "";
	width: 112px;
	height: 3px;
	float: left;
	background: #73b143;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tribe-common h3,
h3,
.h3 {
	font-size: 33px;
	color: #054223;
	line-height: 39px;
	padding-bottom: 18px;
}

h4,
.h4 {
	font-size: 28px;
	color: #054223;
	line-height: 34px;
}

h5,
.h5,
h6,
.h6 {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

h1:last-child,
.h1:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

h2:last-child,
.h2:last-child {
	margin-bottom: 0;
}

p {
	padding-bottom: 25px;
}

p:last-child {
	padding-bottom: 0;
}

/* .wysiwyg-band.off-white-bg:has( + .off-white-bg) .txt,
.wysiwyg-band.off-green-bg:has( + .off-green-bg) .txt,
.wysiwyg-band.off-blue-bg:has( + .off-blue-bg) .txt,
.txt {
	margin-bottom: 70px;
} */

.txt:last-child {
	margin-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 60px;
	line-height: 72px;
	padding-bottom: 25px;
}

.tribe-common h2,
h2,
.h2 {	
	font-size: 40px;
	line-height: 46px;
}

.tribe-common h3,
h3,
.h3 {
	font-size: 30px;
	line-height: 38px;
}

h4,
.h4 {
	font-size: 26px;
	line-height: 32px;
}
}

@media (max-width: 767px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	padding-bottom: 12px;
}

h1,
.h1 {
	font-size: 44px;
	line-height: 54px;
	padding-bottom: 25px;
}

.tribe-common h2,
h2,
.h2 {	
	font-size: 34px;
	line-height: 40px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

h2:before,
.h2:before {
	width: 90px;
}

.tribe-common h3,
h3,
.h3 {
	font-size: 28px;
	line-height: 36px;
	padding-bottom: 16px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 32px;
}

p {
	padding-bottom: 20px;
}

.txt {
	margin-bottom: 50px;
}
}


@media (max-width: 399px) {
h1,
.h1 {
	font-size: 34px;
    line-height: 44px;
}
}


/* H2 Border None */
h2.border-none,
.h2.border-none {
	margin-bottom: 0;
}

h2.border-none:before,
.h2.border-none:before {
	display: none;
}


/*= Unorder List 
=======================================================*/

ul,
ol {
	list-style: none;
	padding-left: 20px;
}

li {
	position: relative; 
	padding-left: 15px;
	padding-bottom: 6px;
}

li strong {
	font-weight: 600;
}

li:last-child {
	padding-bottom: 25px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 6px 0 0 0;
}

ul li:before {
	width: 0;
	height: 0;
	content: "\f45c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 25%;
	position: absolute;
	top: 1px;
	left: 0;
}

@media (max-width: 767px) {
li:last-child {
	padding-bottom: 20px;
}
}

/*= Order List 
=======================================================*/

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 22px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 600;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

form#searchform input {
	margin-bottom: 20px;
}
select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

.gform_wrapper.gravity-theme legend.gfield_label,
label {
	width: 100%;	
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 700;
	font-size: 19px;
	color: #076838;
	line-height: 28px;
	padding: 0 40px 9px 40px;
	margin: 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 66px;
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 400;
	font-size: 19px;
	color: #054223;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: #ffffff;
	box-shadow: inset #d3d3d3 0 0 0 1px;
	border: none;
	border-radius: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 20px 40px;
	margin: 0;
}

textarea {
	height: 157px;
	white-space: normal;
	outline: none;
	resize: none;
}

select {
	background-image: url(../img/chevron-down.svg);
	background-size: 20px auto;
	background-repeat: no-repeat;
	background-position: top 22px right 38px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize expand-item:not([disabled]) {
	color: #054223;
}

select.colorize expand-item.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #4a4a4a;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #4a4a4a;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #4a4a4a;
}

::-moz-placeholder {
	color: #4a4a4a;
}

::-ms-input-placeholder {
	color: #4a4a4a;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	box-shadow: inset #73b143 0 0 0 2px;
	outline: 0;
}

.form-block .validation_message,
.error {
	width: 100%;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	color: #076838;
	line-height: 28px;	
	overflow: hidden;
	padding: 0 40px;
	margin: 5px 0 0 0;
}

.form-block .gform_submission_error {
	font-size: 28px;
	line-height: 1.42;
}
.form-block .gform_submission_error:before {
	display: none;
}
.form-block .gform_submission_error .gform-icon {
	display: none;
}

@media (max-width: 1199px) {
.gform_wrapper.gravity-theme legend.gfield_label,
label {
	padding: 0 30px 9px 30px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 60px;
	padding: 15px 30px;
}

textarea {
	height: 157px;
}

select {
	background-position: top 18px right 28px;
}

.form-block .validation_message,
.error {
	padding: 0 30px;
}
.form-block .gform_submission_error {
	font-size: 24px;
}
}

@media (max-width: 767px) {
.gform_wrapper.gravity-theme legend.gfield_label,
label {
	font-size: 18px;
	line-height: 28px;
	padding: 0 25px 7px 25px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	height: 56px;
	font-size: 18px;
	line-height: 28px;
	padding: 13px 25px;
}

textarea {
	height: 157px;
}

select {
	background-position: top 17px right 23px;
}

.form-block .validation_message,
.error {
	font-size: 14px;
	line-height: 24px;	
	padding: 0 25px;
}
.form-block .gform_submission_error {
	font-size: 22px;
}
}


/* Form - Check */
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .ginput_container_consent,
.form-check {
	width: 100%;
	min-height: 23px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 33px;
	margin: 0 0 12px 0;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gchoice:last-child,
.gform_wrapper.gravity-theme .gfield_radio .gchoice:last-child,
.gform_wrapper.gravity-theme .ginput_container_consent,
.form-check:last-child {
	margin-bottom: 0;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input,
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"],
.form-check .form-check-input {
	width: 23px;
	height: 23px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 900px;
	box-shadow: none;
	outline: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);	
	padding: 0;
	margin: -1px 0 0 0;
	appearance: none;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	background-repeat: no-repeat;
	background-position: center center;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input,
.form-check .form-check-input[type="checkbox"] {
	border-radius: 0;
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:focus,
.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:active,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:focus,
.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:active,
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:active,
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:focus,
.form-check .form-check-input:focus,
.form-check .form-check-input:active {
	filter: brightness(100%);
}

.gform_wrapper.gravity-theme .gfield_checkbox .gfield-choice-input:checked,
.form-check .form-check-input:checked {
	background-repeat: no-repeat;
	background-image: url(../img/square-full-solid.svg);
	background-position: center center;
	background-size: 12px auto;
}

.gform_wrapper.gravity-theme .gfield_radio .gfield-choice-input:checked,
.gform_wrapper.gravity-theme .ginput_container_consent input[type="checkbox"]:checked,
.form-check .form-check-input:checked[type="radio"] {
	background-image: url(../img/circle-solid.svg);
	background-size: 11px auto;
}

.gform_wrapper.gravity-theme fieldset label,
.form-check .form-check-label {
	font-weight: 600;
	color: #4a4a4a;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}


/* File - Upload */
input[type=file] {
	font-size: 16px;
	line-height: 26px;
}

input[type=file]::file-selector-button {
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 600;
	font-size: 19px;
	color: #4a4a4a;
	line-height: 23px;	
	background: #d3d3d3;
	border-radius: 900px;
	box-shadow: none;		
	border: none;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	outline: 0;
	padding: 10px 40px;
	margin: 0 20px 0 0;
}

input[type=file]::file-selector-button:hover {
	color: #ffffff;
	background: #076838;
}

.txt-size {
	font-size: 16px;
	line-height: 26px;
	margin-top: 12px;
}


@media (max-width: 767px) {
input[type=file]::file-selector-button {
	font-size: 18px;
	line-height: 24px;
}
}


/* #Buttons
================================================== */


/* Arrow Right */
@keyframes arrowright {
	0% { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}

@-webkit-keyframes arrowright {
	0% { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}

/* Arrow Left */
@keyframes arrowleft {
	0% { margin-right: 8px; margin-left: 0;}
	75% { margin-right: 16px; margin-left: -8px;}
	100% { margin-right: 8px; margin-left: 0;}
}

@-webkit-keyframes arrowleft {
	0% { margin-right: 8px; margin-left: 0;}
	75% { margin-right: 16px; margin-left: -8px;}
	100% { margin-right: 8px; margin-left: 0;}
}

/* Icon Zoom In/Out */
@keyframes zoominout {
	0% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
	75% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
	100% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
}

@-webkit-keyframes zoominout {
	0% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
	75% { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
	100% { -webkit-transform: scale(1); -moz-transform: scale(1); transform: scale(1);}
}


/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Hanken Grotesk", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #076838;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	white-space: normal;		
	background: none;
	box-shadow: inset #73b143 0 0 0 3px;	
	border-radius: 10px;
	border: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 20px 33px;
	margin: 0;
}

.btn::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active, 
.button:not(:disabled):not(.disabled):active {
	color: #054223;
	text-decoration: none;
	box-shadow: inset #73b143 0 0 0 3px; 
	outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	background: #73b143;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before {
	width: 100%;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.btn-fill, 
input.btn-fill[type="button"], 
input.btn-fill[type="submit"] {
	color: #054223;
	background: #73b143;
	box-shadow: inset #73b143 0 0 0 3px;
}

.btn-fill::before {
	background: #93cc66; 
}

.btn-fill:hover, 
.btn-fill:focus, 
.btn-fill:active, 
.btn-fill:active:focus, 
.btn-fill.active, 
.btn-fill.active:focus,
input.btn-fill[type="button"]:hover, 
input.btn-fill[type="button"]:focus, 
input.btn-fill[type="button"]:active, 
input.btn-fill[type="button"]:active:focus, 
input.btn-fill[type="button"].active, 
input.btn-fill[type="button"].active:focus, 
input.btn-fill[type="submit"]:hover, 
input.btn-fill[type="submit"]:focus, 
input.btn-fill[type="submit"]:active, 
input.btn-fill[type="submit"]:active:focus, 
input.btn-fill[type="submit"].active, 
input.btn-fill[type="submit"].active:focus,
.btn-fill:not(:disabled):not(.disabled).active, 
.button.btn-fill:not(:disabled):not(.disabled):active { 
	color: #054223;
	box-shadow: inset #93cc66 0 0 0 3px;
}

input.btn-fill[type="button"]:hover, 
input.btn-fill[type="button"]:focus, 
input.btn-fill[type="button"]:active, 
input.btn-fill[type="button"]:active:focus, 
input.btn-fill[type="button"].active, 
input.btn-fill[type="button"].active:focus, 
input.btn-fill[type="submit"]:hover, 
input.btn-fill[type="submit"]:focus, 
input.btn-fill[type="submit"]:active, 
input.btn-fill[type="submit"]:active:focus, 
input.btn-fill[type="submit"].active, 
input.btn-fill[type="submit"].active:focus {
	background: #93cc66;
}

.btn-white, 
input.btn-white[type="button"], 
input.btn-white[type="submit"] {
	color: #ffffff;
	background: none;
	box-shadow: inset #73b143 0 0 0 3px; 
}

.btn-white::before {
	background: #73b143; 
}

.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white:active:focus, 
.btn-white.active, 
.btn-white.active:focus,
input.btn-white[type="button"]:hover, 
input.btn-white[type="button"]:focus, 
input.btn-white[type="button"]:active, 
input.btn-white[type="button"]:active:focus, 
input.btn-white[type="button"].active, 
input.btn-white[type="button"].active:focus, 
input.btn-white[type="submit"]:hover, 
input.btn-white[type="submit"]:focus, 
input.btn-white[type="submit"]:active, 
input.btn-white[type="submit"]:active:focus, 
input.btn-white[type="submit"].active, 
input.btn-white[type="submit"].active:focus,
.btn-white:not(:disabled):not(.disabled).active, 
.button.btn-white:not(:disabled):not(.disabled):active { 
	color: #054223;
	background: none;
	box-shadow: inset #73b143 0 0 0 3px;
}

input.btn-white[type="button"]:hover, 
input.btn-white[type="button"]:focus, 
input.btn-white[type="button"]:active, 
input.btn-white[type="button"]:active:focus, 
input.btn-white[type="button"].active, 
input.btn-white[type="button"].active:focus, 
input.btn-white[type="submit"]:hover, 
input.btn-white[type="submit"]:focus, 
input.btn-white[type="submit"]:active, 
input.btn-white[type="submit"]:active:focus, 
input.btn-white[type="submit"].active, 
input.btn-white[type="submit"].active:focus {
	background: #73b143; 
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 22px;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 22px -15px -30px -15px;
}

.btn-wrap .btn {
	float: left;
	margin: 0 15px 30px 15px;
}

@media (max-width: 1199px) {
.btn,
input[type="button"],
input[type="submit"] {
	padding: 17px 33px;
}

.btn-out,
.btn-wrap {
	margin-top: 18px;
}
}

@media (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	font-size: 18px;
	line-height: 24px;
	padding: 16px 33px;
}

.btn-out {
	margin-top: 15px;
}

.btn-wrap {
	margin: 15px -10px -20px -10px;
}

.btn-wrap .btn {
	width: 100%;
	margin: 0 10px 20px 10px;
}
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}


/* Figure */
figure,
.figure {
	vertical-align: top;
}

.break-word {
	word-wrap: break-word;
}


/* #Owl-carousel
=======================================================*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* #Slider Controls
================================================== */

/* Previous and Next */
.owl-nav button {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-weight: inherit;
	font-size: 53px;
	color: #076838;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 50%;	
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 0;
	margin: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #73b143;
	background: none;
	box-shadow: none;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: -58px;
}

.owl-nav button.owl-next {
	right: -58px;
}

.owl-nav button.disabled {
	display: none;
	cursor: default;
	pointer-events: none;
}

.owl-nav button.disabled:hover,
.owl-nav button.disabled:focus,
.owl-nav button.disabled:active {
	opacity: .50;
}

.owl-nav.disabled {
	display: none;
}

@media (max-width: 1699px) {
.owl-nav button {
	font-size: 45px;
}

.owl-nav button.owl-prev {
	left: -31px;
}

.owl-nav button.owl-next {
	right: -31px;
}
}

@media (max-width: 767px) {
.owl-nav button {
	font-size: 30px;
}

.owl-nav button.owl-prev {
	left: -20px;
}

.owl-nav button.owl-next {
	right: -20px;
}
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 28px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 21px;
	height: 21px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: none;
	box-shadow: inset #076838 0 0 0 1px;
	border-radius: 900px;
	border: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	padding: 0;
	margin: 0 12px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #144169;
	box-shadow: inset #144169 0 0 0 1px;
}

.owl-dots.disabled {
	display: none;
}

@media (max-width: 1199px) {
.owl-dots button.owl-dot {
	width: 16px;
	height: 16px;
	margin: 0 8px;
}
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px; 
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 66px;
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #054223;
	line-height: 66px;
	text-decoration: none;
	text-align: center;
	background: #73b143;
	border-radius: 10px;
	-webkit-transition: top 1s ease-out, background 1s linear;
	transition: top 1s ease-out, background 1s linear;
	overflow: hidden;
	position: absolute;
	z-index: 1001;
	top: -56px;
	left: 3px;
	opacity: 0;
	padding: 0 33px; 
	margin: 0;
}

.skip-btn:focus,
.skip-btn:active {
	top: 3px;
	color: #054223;
	text-decoration: none;
	background: #73b143;
	box-shadow: rgba(0, 0, 0, .20) 0 0 25px;
	-webkit-transition: top .1s ease-in, background .5s linear;
	transition: top .1s ease-in, background .5s linear;
	opacity: 1;
}


/*= Container - Main
=======================================================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

@media (min-width: 1200px) {
.container-main:before {
	content: "";
	width: 100%;
	height: 50px;
	float: left;
	background: #144169;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
}


/* Max - 1264 */
.max-1264 {
	width: 100%;
	max-width: 1264px;
	margin: 0 auto;
}


/* Container */
.tribe-common .tribe-events-l-container,
.container {
	width: 100%;
	max-width: 1600px;
	padding: 0 40px;
}
#page .tribe-common .tribe-events-l-container {
	padding-top: 0;
	padding-bottom: 0;
}

.tribe-events-c-subscribe-dropdown__container {
	display: none !important;
}

@media (min-width: 1200px) {
.container.max-1264 {
	max-width: 1344px;
}
}

@media (max-width: 767px) {
.tribe-common .tribe-events-l-container,
.container {
	max-width: 640px;
	padding: 0 20px;
}
}


/* Dropdown - Menu */
.dropdown-menu {	
	z-index: 7;
}


/* Figure */
.figure {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}

.figure:last-child {
	margin-bottom: 0;
}

.figure img {
	width: 100%;
	vertical-align: top;
}

.figure .figure-caption {
	/* max-width: 80%; */
	float: left;
	font-size: 17px;
	color: #ffffff;
	line-height: 22px;
	text-align: left;
	background: rgba(20, 65, 105, .90);
	/* border-radius: 12px; */
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 10px 25px;
	margin: 0;
	z-index: 1;
}

/* .single-housing_project .figure-caption, .figure-circle .figure-caption {
	display: none !important;
} */

.tax-status .cta-cont.show-animate:before {
	display: none;
}

.tax-status #row1 {
	padding: 0px 0px 110px !important;
}
@media (max-width: 767px) {
.figure {
	margin-bottom: 50px;
}

.figure .figure-caption {
	font-size: 15px;
	line-height: 20px;
	bottom: 15px;
	left: 15px;
	padding: 10px 15px;
}
}


/* Figure - Circle */
.figure-circle {
	width: 100%;
	text-align: center;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}

.figure-circle:last-child {
	margin-bottom: 0;
}

.figure-circle img {
	width: 100%;
	vertical-align: top;
}

.figure-circle .figure-caption {
	max-width: 80%;
	float: left;
	font-size: 17px;
	color: #ffffff;
	line-height: 22px;
	text-align: left;
	background: rgba(20, 65, 105, .90);
	border-radius: 12px;
	overflow: hidden;
	position: absolute;
	bottom: 20px;
	left: 20px;
	padding: 10px 25px;
	margin: 0;
	z-index: 1;
}

@media (max-width: 767px) {
.figure-circle {
	margin-bottom: 50px;
}

.figure-circle .figure-caption {
	font-size: 15px;
	line-height: 20px;
	bottom: 15px;
	left: 15px;
	padding: 10px 15px;
}
}


/* Divider */
.divider {
	width: 100%;
	height: 2px;
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-bottom: 70px;
}

.divider span {
	width: 100%;
	height: 1px;
	float: left;
	background: #d3d3d3;
	text-indent: 99999px;
	overflow: hidden;
}

.divider:last-child {
	margin-bottom: 0;
}

@media (min-width: 992px) {
.divider span {
	animation-delay: 1s;
}
}

@media (max-width: 767px) {
.divider {
	margin-bottom: 50px;
}
}


/* Sub - Title */
.sub-title { 
	font-weight: 300;
	font-size: 24px;
	color: #070707;
	line-height: 40px;
	letter-spacing: 2.4px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 13px 0;
}

.sub-title:last-child { 
	margin-bottom: 0;
}

@media (max-width: 1199px) {
.sub-title { 
	font-size: 22px;
	line-height: 36px;
}
}

@media (max-width: 767px) {
.sub-title { 
	font-size: 20px;
	line-height: 32px;
}
}


/* Date / Location */
.tribe-common .date,
.date,
.location {
	font-weight: 500;
	font-size: 20px;
	color: #076838;
	line-height: 32px;
	position: relative;
	z-index: 1;
	padding-left: 40px;
	margin-bottom: 15px;
}

p.attribute {
	font-weight: 500;
	font-size: 20px;
	color: #076838;
	line-height: 26px;
	position: relative;
	z-index: 1;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.date:last-child,
.location:last-child {
	margin-bottom: 0;
}

.date:before,
.location:before {
	content: "";
	width: 80px;
	height: 24px;
	float: left;
	background: url(../img/calendar.svg) no-repeat left center;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}

.location {
	padding-left: 43px;
}

.location:before {
	height: 32px;
	background-image: url(../img/location.svg);
}

@media (max-width: 767px) {
.tribe-common .date,
.date,
.location {
	font-size: 18px;
	line-height: 24px;
}
}


/* Read - More */
.read-more {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 12px 0 0 0;
}

.read-more a,
.read-more .a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 700;
	font-size: 20px;
	color: #076838;
	line-height: 26px;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	padding-bottom: 2px;
	z-index: 1;
}

.read-more a:before,
.read-more .a:before {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.read-more a em,
.read-more .a em {
	font-size: 100%;
	color: #73b143;
	line-height: .5em;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 2px;
	margin: 0 0 0 8px;
}

.read-more a .fa-long-arrow-right,
.read-more .a .fa-long-arrow-right {
	font-size: 110%;
	top: 3px;
}

.read-more a:hover,
.read-more a:focus,
.read-more a:active,
a.box:hover .read-more .a,
a.box:focus .read-more .a,
a.box:active .read-more .a {
	color: #73b143;
	text-decoration: none;
}

.read-more a:hover:before,
.read-more a:focus:before,
.read-more a:active:before,
a.box:hover .read-more .a:before,
a.box:focus .read-more .a:before,
a.box:active .read-more .a:before {
	width: 100%;
}

.read-more a:hover em,
.read-more a:focus em,
.read-more a:active em,
a.box:hover .read-more .a em,
a.box:focus .read-more .a em,
a.box:active .read-more .a em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.read-more a:hover .fa-plus,
.read-more a:focus .fa-plus,
.read-more a:active .fa-plus,
a.box:hover .read-more .a .fa-plus,
a.box:focus .read-more .a .fa-plus,
a.box:active .read-more .a .fa-plus {
	animation: none;
	-webkit-animation-name: none;
	-webkit-transform: rotate3d(0, 0, 1, 180deg);
	transform: rotate3d(0, 0, 1, 180deg);
}

@media (max-width: 767px) {
.read-more {
	margin: 8px 0 0 0;
}
}

@media (max-width: 767px) {
.read-more {
	margin: 6px 0 0 0;
}

.read-more a,
.read-more .a {
	font-size: 18px;
	line-height: 24px;
}

.read-more a .fa-long-arrow-right,
.read-more .a .fa-long-arrow-right {
	top: 2px;
}
}


/* Social - Links */
.social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.social-links ul {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -10px -20px -10px;
}

.social-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 10px 20px 10px;
}

.social-links ul li:before {
	display: none;
}

.social-links ul li a {
	font-size: 26px;
	line-height: 26px;
	text-decoration: none;
}

.social-links ul li a:hover,
.social-links ul li a:focus,
.social-links ul li a:active {
	text-decoration: none;
}


/* Blockquote */
.blockquote {
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
	background: rgba(72, 137, 191, .10);
	border-radius: 10px;
	overflow: hidden;
	padding: 3% 4%;
	margin-bottom: 70px;
}

.blockquote:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
.blockquote {
	font-size: 24px;
	line-height: 36px;
	padding: 5% 6%;
}
}

@media (max-width: 767px) {
.blockquote {
	font-size: 22px;
	line-height: 32px;
	padding: 7% 8%;
	margin-bottom: 50px;
}
}


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 70px;
}

.form-block:last-child {
	margin-bottom: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

/* .form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -23px -33px -23px;
}

.form-block ul li {
	width: 50%;
	float: left;
	font-weight: inherit;
	line-height: 1em;
	padding: 0 23px 33px 23px;
	margin: 0;
}

.form-block ul li:last-child {
	padding-bottom: 33px;
}

.form-block ul li.full-width {
	width: 100%;
} */

.form-block ul li:before {
	display: none;
}

.form-block .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 46px;	
	grid-row-gap: 33px;	
}

.form-block .gform_wrapper.gravity-theme .gfield textarea.medium {
	height: 157px;	
}

.form-block .gform_footer,
.form-block .btn-out {
	margin: 40px 0 0 0;
}

@media (max-width: 1199px) {
/* .form-block ul {
	margin: 0 -20px -30px -20px;
}

.form-block ul li {
	padding: 0 20px 30px 20px;
}

.form-block ul li:last-child {
	padding-bottom: 30px;
} */

.form-block .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 40px;	
	grid-row-gap: 30px;	
}

}

@media (max-width: 767px) {
.form-block {
	margin-bottom: 50px;
}

/* .form-block ul {
	margin: 0 -10px -25px -10px;
}

.form-block ul li {
	width: 100%;
	padding: 0 10px 25px 10px;
}

.form-block ul li:last-child {
	padding-bottom: 25px;
} */

.form-block .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 20px;	
	grid-row-gap: 25px;	
}

.form-block .gform_wrapper.gravity-theme .gfield:not(.gfield--width-full) {
    grid-column: 1/-1;
}

.form-block .gform_footer,
.form-block .btn-out {
	margin: 35px 0 0 0;
}
}


/* Search - Box */
.search-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.search-box form {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}

.search-box select, 
.search-box textarea, 
.search-box input[type="text"], 
.search-box input[type="password"], 
.search-box input[type="datetime"], 
.search-box input[type="datetime-local"], 
.search-box input[type="date"], 
.search-box input[type="month"], 
.search-box input[type="time"], 
.search-box input[type="week"], 
.search-box input[type="number"], 
.search-box input[type="email"], 
.search-box input[type="url"], 
.search-box input[type="search"], 
.search-box input[type="tel"], 
.search-box input[type="color"], 
.search-box .uneditable-input {
	height: 66px;
	padding: 20px 85px 20px 30px;
}

.search-box .btn, 
.search-box input[type="button"], 
.search-box input[type="submit"] {
	min-width: inherit;
	width: 66px;
	height: 66px;
	float: right;
	background: url(../img/search.svg) no-repeat center center;
	background-size: 21px auto;
	box-shadow: none;
	border-radius: 10px;
	border: none;
	text-indent: -9999px;	
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active,
.search-box .btn:active:focus,
.search-box .btn.active,
.search-box .btn.active:focus,
.search-box input[type="button"]:hover,
.search-box input[type="button"]:focus,
.search-box input[type="button"]:active,
.search-box input[type="button"]:active:focus,
.search-box input[type="button"].active,
.search-box input[type="button"].active:focus,
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:active,
.search-box input[type="submit"]:active:focus,
.search-box input[type="submit"].active,
.search-box input[type="submit"].active:focus,
.search-box .btn:not(:disabled):not(.disabled).active, 
.search-box .btn:not(:disabled):not(.disabled):active  {
	background: url(../img/search.svg) no-repeat center center;
	background-size: 21px auto;
}

@media (max-width: 1199px) {
.search-box select, 
.search-box textarea, 
.search-box input[type="text"], 
.search-box input[type="password"], 
.search-box input[type="datetime"], 
.search-box input[type="datetime-local"], 
.search-box input[type="date"], 
.search-box input[type="month"], 
.search-box input[type="time"], 
.search-box input[type="week"], 
.search-box input[type="number"], 
.search-box input[type="email"], 
.search-box input[type="url"], 
.search-box input[type="search"], 
.search-box input[type="tel"], 
.search-box input[type="color"], 
.search-box .uneditable-input {
	height: 60px;
	padding: 15px 75px 15px 30px;
}

.search-box .btn, 
.search-box input[type="button"], 
.search-box input[type="submit"] {
	width: 60px;
	height: 60px;
}
}

@media (max-width: 767px) {
.search-box select, 
.search-box textarea, 
.search-box input[type="text"], 
.search-box input[type="password"], 
.search-box input[type="datetime"], 
.search-box input[type="datetime-local"], 
.search-box input[type="date"], 
.search-box input[type="month"], 
.search-box input[type="time"], 
.search-box input[type="week"], 
.search-box input[type="number"], 
.search-box input[type="email"], 
.search-box input[type="url"], 
.search-box input[type="search"], 
.search-box input[type="tel"], 
.search-box input[type="color"], 
.search-box .uneditable-input {
	height: 56px;
	padding: 13px 70px 13px 25px;
}

.search-box .btn, 
.search-box input[type="button"], 
.search-box input[type="submit"] {
	width: 56px;
	height: 56px;
}
}


/* Newsletter - Form */
.newsletter-form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.newsletter-form form {
	width: 100%;
	position: relative;
	padding: 0 146px 0 0;
	margin: 0;
}

.newsletter-form select, 
.newsletter-form textarea, 
.newsletter-form input[type="text"], 
.newsletter-form input[type="password"], 
.newsletter-form input[type="datetime"], 
.newsletter-form input[type="datetime-local"], 
.newsletter-form input[type="date"], 
.newsletter-form input[type="month"], 
.newsletter-form input[type="time"], 
.newsletter-form input[type="week"], 
.newsletter-form input[type="number"], 
.newsletter-form input[type="email"], 
.newsletter-form input[type="url"], 
.newsletter-form input[type="search"], 
.newsletter-form input[type="tel"], 
.newsletter-form input[type="color"], 
.newsletter-form .uneditable-input {
	height: 66px;
	padding: 20px 30px;
}

.newsletter-form .btn, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	width: 130px;
	height: 66px;
	line-height: 66px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
	z-index: 1;
	padding: 0; 
}

.newsletter-form .btn::before {
	display: none;
}

@media (max-width: 1199px) {
.newsletter-form select, 
.newsletter-form textarea, 
.newsletter-form input[type="text"], 
.newsletter-form input[type="password"], 
.newsletter-form input[type="datetime"], 
.newsletter-form input[type="datetime-local"], 
.newsletter-form input[type="date"], 
.newsletter-form input[type="month"], 
.newsletter-form input[type="time"], 
.newsletter-form input[type="week"], 
.newsletter-form input[type="number"], 
.newsletter-form input[type="email"], 
.newsletter-form input[type="url"], 
.newsletter-form input[type="search"], 
.newsletter-form input[type="tel"], 
.newsletter-form input[type="color"], 
.newsletter-form .uneditable-input {
	height: 60px;
	padding: 15px 25px;
}

.newsletter-form .btn, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	height: 60px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.newsletter-form select, 
.newsletter-form textarea, 
.newsletter-form input[type="text"], 
.newsletter-form input[type="password"], 
.newsletter-form input[type="datetime"], 
.newsletter-form input[type="datetime-local"], 
.newsletter-form input[type="date"], 
.newsletter-form input[type="month"], 
.newsletter-form input[type="time"], 
.newsletter-form input[type="week"], 
.newsletter-form input[type="number"], 
.newsletter-form input[type="email"], 
.newsletter-form input[type="url"], 
.newsletter-form input[type="search"], 
.newsletter-form input[type="tel"], 
.newsletter-form input[type="color"], 
.newsletter-form .uneditable-input {
	height: 56px;
	padding: 15px 25px;
}

.newsletter-form .btn, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	height: 56px;
	line-height: 56px;
}
}

@media (max-width: 575px) {
.newsletter-form form {
	padding: 0;
}

.newsletter-form .btn, 
.newsletter-form input[type="button"], 
.newsletter-form input[type="submit"] {
	width: 100%;
	position: relative;
	margin-top: 15px;
}
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 160px;
	float: left;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

@media (min-width: 1200px) {
.header-main:before {
	content: "";
	width: 100%;
	height: 110px;
	float: left;
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000014;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
}

@media (max-width: 1199px) {
.header-main {
	height: 110px;
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000014;
}
}

@media (max-width: 767px) {
.header-main {
	height: 70px;
}
}


/* Sticky */
.header-main.fixed {
	position: fixed;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	animation-name: fadeInDown;
	animation-delay: .05s;
}

@media (min-width: 1200px) {
.header-main.fixed2 {
	background: #144169;
}
}


/* Sticky - None */
.header-main.fixed.sticky-none {
	position: absolute;
	animation-name: none;
	animation-delay: 0s;
}

@media (min-width: 1200px) {
.header-main.fixed2.sticky-none {
	background: none;
}
}


/* Site - Brand */
.header-main .brand {
	height: 110px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 50px -500px 0 0;
}

.header-main .brand img {
	width: 100%;
	max-width: 302px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1499px) {
.header-main .brand img {
	max-width: 250px;
}
}

@media (max-width: 1299px) {
.header-main .brand img {
	max-width: 200px;
}
}

@media (max-width: 1199px) {
.header-main .brand {
	margin-top: 0;
}

.header-main .brand img {
	max-width: 250px;
}
}

@media (max-width: 767px) {
.header-main .brand {
	height: 70px;
}

.header-main .brand img {
	max-width: 180px;
}
}

@media (min-width: 1200px) {
/* Nav - Bar */
.header-main .nav-bar,
.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}

.header-main .nav-bar .brand-sm,
.header-main .nav-bar .close-btn,
.header-main .nav-bar .btn-mb,
.header-main .nav-bar .social-links {
	display: none;
}


/* Top - Bar */
.header-main .top-bar {
	width: 100%;
	height: 50px;
	float: left;
	position: relative;
	z-index: 1;
}

.header-main .top-inn {
	float: right;
}

.header-main .top-menu {
	float: left;
}

.header-main .top-menu ul {
	float: left;
	padding: 0;
	margin: 0 0 0 -34px;
}

.header-main .top-menu ul li {
	float: left;
	padding: 0;
	margin: 0 0 0 34px;
}

.header-main .top-menu ul li:before {
	display: none;
}

.header-main .top-menu ul li > a {
	height: 50px;
	float: left;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.header-main .top-menu ul li > a:before {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .top-menu ul li .menu-txt {
	display: none;
}

.header-main .gtranslate_wrapper,
.header-main .top-menu ul li.mega-menu-item > a,
.header-main .top-menu ul li.menu-item-has-children > a {
	padding-right: 18px;
}

.header-main .gtranslate_wrapper {
	position: relative;
	color: #fff;
}

.header-main .gtranslate_wrapper:after,
.header-main .top-menu ul li.mega-menu-item > a:after,
.header-main .top-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 70%;
	line-height: 70%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}

.header-main .top-menu ul li:hover > a,
.header-main .top-menu ul li > a:focus, 
.header-main .top-menu ul li.nav-menu-open > a, 
.header-main .top-menu ul li.current-menu-item > a, 
.header-main .top-menu ul li.current-menu-parent > a, 
.header-main .top-menu ul li.current-menu-ancestor > a {
	color: #73b143;
	text-decoration: none;
}

.header-main .top-menu ul li:hover > a:before,
.header-main .top-menu ul li > a:focus:before, 
.header-main .top-menu ul li.nav-menu-open > a:before, 
.header-main .top-menu ul li.current-menu-item > a:before, 
.header-main .top-menu ul li.current-menu-parent > a:before, 
.header-main .top-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header-main .top-menu ul li.mega-menu-item:hover > a:before,
.header-main .top-menu ul li.mega-menu-item > a:focus:before,
.header-main .top-menu ul li.menu-item-has-children:hover > a:before,
.header-main .top-menu ul li.menu-item-has-children > a:focus:before {
	display: none;
}

.header-main .top-menu ul li.mega-menu-item:hover > a:after,
.header-main .top-menu ul li.menu-item-has-children:hover > a:after,
.header-main .top-menu ul li.mega-menu-item > a:focus:after,
.header-main .top-menu ul li.menu-item-has-children > a:focus:after,
.header-main .top-menu ul li.mega-menu-item.nav-menu-open > a:after,
.header-main .top-menu ul li.menu-item-has-children.nav-menu-open > a:after {
	content: "\f077";
}

.header-main .top-menu ul li.menu-item-give {
	display: none;
}

.header-main .top-menu ul li > ul {
	min-width: 150px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #144169;
	box-shadow: 0px 5px 20px #0000001A;
	border-radius: 0px 0px 20px 20px;
	transition: all .2s ease-in-out;
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 17px 0;
	margin: 0 -20px;
}

.header-main .top-menu ul li > a:focus+ul,
.header-main .top-menu ul li:hover > ul,
.header-main .top-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .top-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .top-menu ul li > ul li > a {
	width: 100%;
	height: auto;
	color: #ffffff;
	line-height: 22px;
	text-align: left;
	padding: 12px 20px 11px 20px;
}

.header-main .top-menu ul li > ul li > a:before {
	bottom: 0;
}

.header-main .top-menu ul li > ul li:hover > a,
.header-main .top-menu ul li > ul li > a:focus, 
.header-main .top-menu ul li > ul li.nav-menu-open > a, 
.header-main .top-menu ul li > ul li.current-menu-item > a, 
.header-main .top-menu ul li > ul li.current-menu-parent > a, 
.header-main .top-menu ul li > ul li.current-menu-ancestor > a {
	color: #070707;
	background: #73b143;
}


/* Search - Box */
.header-main .search-box {
	width: auto;
	height: 50px;
	float: right;
	position: relative;
	z-index: 2;
	padding: 0 0 0 33px;	
	margin: 0 0 0 33px;
}

.header-main .search-box:before {
	content: "";
	width: 1px;
	height: 24px;
	background: rgba(255, 255, 255, .36);
	position: absolute;
	top: 50%;
	left:0;
	margin: -13px 0 0 0;
}

.header-main .search-box form {
	width: 21px;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.header-main .search-box select, 
.header-main .search-box textarea, 
.header-main .search-box input[type="text"], 
.header-main .search-box input[type="password"], 
.header-main .search-box input[type="datetime"], 
.header-main .search-box input[type="datetime-local"], 
.header-main .search-box input[type="date"], 
.header-main .search-boxinput[type="month"], 
.header-main .search-box input[type="time"], 
.header-main .search-box input[type="week"], 
.header-main .search-box input[type="number"], 
.header-main .search-box input[type="email"], 
.header-main .search-box input[type="url"], 
.header-main .search-box input[type="search"], 
.header-main .search-box input[type="tel"], 
.header-main .search-box input[type="color"], 
.header-main .search-box .uneditable-input {
	height: 50px;
	background: #ffffff;
	border-radius: 0;	
	padding: 12px 55px 12px 25px;
	margin: 0;
	opacity: 0;
}

.header-main .search-box .btn, 
.header-main .search-box .button, 
.header-main .search-box input[type="button"], 
.header-main .search-box input[type="submit"] {
	min-width: inherit;
	width: 21px;
	height: 50px;
	float: right;
	background-image:url(../img/search-white.svg);
	background-size: 21px auto;
	border-radius: 0;	
	z-index: 2;
	opacity: 1;
}

.header-main .search-box .btn:hover,
.header-main .search-box .btn:focus,
.header-main .search-box .btn:active,
.header-main .search-box .btn:active:focus,
.header-main .search-box .btn.active,
.header-main .search-box .btn.active:focus,
.header-main .search-box .button:hover,
.header-main .search-box .button:focus,
.header-main .search-box .button:active,
.header-main .search-box .button:active:focus,
.header-main .search-box .button.active,
.header-main .search-box .button.active:focus,
.header-main .search-box input[type="button"]:hover,
.header-main .search-box input[type="button"]:focus,
.header-main .search-box input[type="button"]:active,
.header-main .search-box input[type="button"]:active:focus,
.header-main .search-box input[type="button"].active,
.header-main .search-box input[type="button"].active:focus,
.header-main .search-box input[type="submit"]:hover,
.header-main .search-box input[type="submit"]:focus,
.header-main .search-box input[type="submit"]:active,
.header-main .search-box input[type="submit"]:active:focus,
.header-main .search-box input[type="submit"].active,
.header-main .search-box input[type="submit"].active:focus,
.header-main .search-box .btn:not(:disabled):not(.disabled).active, 
.header-main .search-box .btn:not(:disabled):not(.disabled):active  {
	background-color: transparent;
}

.header-main .search-box.btn-disabled form .btn, 
.header-main .search-box.btn-disabled form .button, 
.header-main .search-box.btn-disabled form input[type="button"], 
.header-main .search-box.btn-disabled form input[type="submit"] {
	cursor: not-allowed;
	pointer-events: none;
}

.header-main .search-box:hover form,
.header-main .search-box.open form {
	width: 260px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: visible;
}

.header-main .search-box:hover form input,
.header-main .search-box.open form input {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	opacity: 1;
}

.header-main .search-box:hover form .btn, 
.header-main .search-box:hover form .button, 
.header-main .search-box:hover form input[type="button"], 
.header-main .search-box:hover form input[type="submit"],
.header-main .search-box.open form .btn, 
.header-main .search-box.open form .button, 
.header-main .search-box.open form input[type="button"], 
.header-main .search-box.open form input[type="submit"] {
	width: 50px;
	background-image:url(../img/search.svg);
}


/* Primary - Bar */
.header-main .primary-bar {
	width: 100%;
	float: left;
}

.header-main .primary-bar .primary-inn {
	float: right;
}

.header-main .primary-menu {
	float: left;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0 -15px;
}

.header-main .primary-menu ul li {
	float: left;
	padding: 0 15px;
	margin: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	height: 110px;
	float: left;
	font-weight: 700;
	font-size: 18px;
	color: #070707;
	line-height: 110px;
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.header-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 32px;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .primary-menu ul li .menu-txt, .header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>.submenu-txt {
	display: none;
}

.header-main .primary-menu ul li.mega-menu-item,
.header-main .primary-menu ul li.menu-item-has-children {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .primary-menu ul li.mega-menu-item,
.header-main .primary-menu ul li.menu-item-has-children {
	padding: 0 20px;
	margin-left: -5px;
	margin-right: -5px;
}

.header-main .primary-menu ul li.mega-menu-item > a,
.header-main .primary-menu ul li.menu-item-has-children > a {
	padding-right: 17px;
}

.header-main .primary-menu ul li.mega-menu-item > a:after,
.header-main .primary-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 70%;
	line-height: 70%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 2px 0 0 0;
}

.header-main .primary-menu ul li.mega-menu-item:hover,
.header-main .primary-menu ul li.mega-menu-item.nav-menu-open,
.header-main .primary-menu ul li.menu-item-has-children:hover,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open {
	background: #f8f8f8;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #076838;
	text-decoration: none;
}

.header-main .primary-menu ul li:hover > a:before,
.header-main .primary-menu ul li > a:focus:before, 
.header-main .primary-menu ul li.nav-menu-open > a:before, 
.header-main .primary-menu ul li.current-menu-item > a:before, 
.header-main .primary-menu ul li.current-menu-parent > a:before, 
.header-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header-main .primary-menu ul li.mega-menu-item:hover > a:before,
.header-main .primary-menu ul li.mega-menu-item > a:focus:before,
.header-main .primary-menu ul li.menu-item-has-children:hover > a:before,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:before {
	display: none;
}

.header-main .primary-menu ul li.mega-menu-item:hover > a:after,
.header-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header-main .primary-menu ul li.mega-menu-item > a:focus:after,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header-main .primary-menu ul li.mega-menu-item.nav-menu-open > a:after,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after {
	content: "\f077";
}

.header-main .primary-menu ul li > ul {
	min-width: 300px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #f8f8f8;
	box-shadow: 0px 20px 20px #0000001A;
	border-radius: 0px 0px 20px 20px;
	transition: all .2s ease-in-out;
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 17px 0;
	margin: 0;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li > ul li > a {
	width: 100%;
	height: auto;
	color: #070707;
	line-height: 24px;
	text-align: left;
	padding: 12px 20px 11px 20px;
}

.header-main .primary-menu ul li > ul li > a:before {
	bottom: 0;
}

.header-main .primary-menu ul li > ul li:hover > a,
.header-main .primary-menu ul li > ul li > a:focus, 
.header-main .primary-menu ul li > ul li.nav-menu-open > a, 
.header-main .primary-menu ul li > ul li.current-menu-item > a, 
.header-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	color: #070707;
	background: #73b143;
}

.header-main .primary-menu ul li.menu-item-give {
	margin-top: 22px;
	margin-bottom: 22px;
}

.header-main .primary-menu ul li.menu-item-give > a {
	height: 66px;
	color: #076838;
	line-height: 66px;
	box-shadow: inset #73b143 0 0 0 3px;	
	border-radius: 10px;
	padding: 0 25px;
}

.header-main .primary-menu ul li.menu-item-give > a:before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.header-main .primary-menu ul li.menu-item-give > a:hover,
.header-main .primary-menu ul li.menu-item-give > a:focus, 
.header-main .primary-menu ul li.menu-item-give.current-menu-item > a, 
.header-main .primary-menu ul li.menu-item-give.current-menu-parent > a, 
.header-main .primary-menu ul li.menu-item-give.current-menu-ancestor > a {
	color: #054223;
}

.header-main .primary-menu ul li.menu-item-give > a:hover:before,
.header-main .primary-menu ul li.menu-item-give > a:focus:before, 
.header-main .primary-menu ul li.menu-item-give.current-menu-item > a:before, 
.header-main .primary-menu ul li.menu-item-give.current-menu-parent > a:before, 
.header-main .primary-menu ul li.menu-item-give.current-menu-ancestor > a:before {
	width: 100%;
}


/* Mega - Menu */
.header-main .mega-menu {
	display: none;
}

.header-main .primary-menu ul li.mega-menu-item {
	position: static;
}

.header-main .primary-menu ul li .mega-menu {
	display: block!important;
	width: 100%;
	float: left;
	background: #f8f8f8;
	box-shadow: 0px 20px 20px #0000001A;
	transition: all .2s ease-in-out;
	transform-origin: left top;	
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 160px;
	left: 0;
	-ms-transform: scaleY(0) translate(0, 0);
	-webkit-transform: scaleY(0) translate(0, 0);
	-moz-transform: scaleY(0) translate(0, 0);
	-o-transform: scaleY(0) translate(0, 0);
	transform: scaleY(0) translate(0, 0);
	z-index: 1;
	padding: 65px 0;
}

.header-main .primary-menu ul li.mega-menu-item:hover > .mega-menu, 
.header-main .primary-menu ul li.mega-menu-item.nav-menu-open .mega-menu {
	-ms-transform: scaleY(1) translate(0, 0);
	-webkit-transform: scaleY(1) translate(0, 0);
	-moz-transform: scaleY(1) translate(0, 0);
	-o-transform: scaleY(1) translate(0, 0);
	transform: scaleY(1) translate(0, 0);
	visibility: visible;
	opacity: 1;
}

.header-main .primary-menu ul li .mega-menu .mega-menu-inn {
	width: 100%;
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto;
}

.header-main .primary-menu ul li .mega-menu h2,
.header-main .primary-menu ul li .mega-menu .h2 {
	font-size: 30px;
	line-height: 40px;
	padding-bottom: 19px;
	margin-bottom: 0;
}

.header-main .primary-menu ul li .mega-menu h2:last-child,
.header-main .primary-menu ul li .mega-menu .h2:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul li .mega-menu h2:before,
.header-main .primary-menu ul li .mega-menu .h2:before {
	display: none;
}

.header-main .primary-menu ul li .mega-menu h3,
.header-main .primary-menu ul li .mega-menu .h3 {
	font-size: 23px;
	line-height: 33px;
	pointer-events: none;
	cursor: default;
	padding-bottom: 23px;
}

.header-main .primary-menu ul li .mega-menu h3:last-child,
.header-main .primary-menu ul li .mega-menu .h3:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul li .mega-menu p {
	width: 100%;
	max-width: 400px;
}

.header-main .primary-menu ul li .mega-menu .read-more {
	max-width: 250px;
}

.header-main .primary-menu ul li .mega-menu .aside-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -50px -20px;
}

.header-main .primary-menu ul li .mega-menu .aside-cont {
	width: 100%;
	float: left;
	padding: 0 20px 50px 20px;
}

.mega-menu .aside-cont a.heading-link {
	text-decoration: none;
}

.header-main .primary-menu ul li .mega-menu a.heading-link h3 {
	padding-bottom: 23px;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul {
	width: 100%;
	padding: 0;
	margin: 0 0 -18px 0;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul li {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0 0 18px 0;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul li > a {
	height: auto;
	font-size: 18px;
	line-height: 24px;
	text-align: left;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul li > a:before {
	bottom: 0;
	left: 0;
	display: none;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul li:hover > a,
.header-main .primary-menu ul li .mega-menu .aside-cont ul li > a:focus, 
.header-main .primary-menu ul li .mega-menu .aside-cont ul li.nav-menu-open > a, 
.header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-menu-item > a, 
.header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-menu-parent > a, 
.header-main .primary-menu ul li .mega-menu .aside-cont ul li.current-menu-ancestor > a {
	color: #076838;
	text-decoration: underline;
}

.header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(1) {
	width: 32%;
}

.header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(2) {
	width: 25%;
}

.header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(3) {
	width: 18.5%;
}

.header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(4) {
	width: 24.5%;
}
}

@media (min-width: 1300px) {
.header-main .top-menu ul li > ul {
	margin-left: -24px;
	margin-right: -24px;
}

.header-main .top-menu ul li > ul li > a {
	padding-left: 24px;
	padding-right: 24px;
}

.header-main .primary-menu ul {
	margin-left: -18px;
	margin-right: -18px;
}

.header-main .primary-menu ul li {
	padding-left: 18px;
	padding-right: 18px;
}

.header-main .primary-menu ul li.mega-menu-item,
.header-main .primary-menu ul li.menu-item-has-children {
	padding-left: 24px;
	padding-right: 24px;
	margin-left: -6px;
	margin-right: -6px;
}

.header-main .primary-menu ul li > ul li > a {
	padding-left: 24px;
	padding-right: 24px;
}

.header-main .primary-menu ul li .mega-menu .read-more {
	max-width: 100%;
}
}

@media (min-width: 1400px) {
.header-main .top-menu ul li > a {
	font-size: 18px;
}

.header-main .top-menu ul li > ul {
	margin-left: -28px;
	margin-right: -28px;
}

.header-main .top-menu ul li > ul li > a {
	line-height: 24px;
	padding-left: 28px;
	padding-right: 28px;
}

.header-main .primary-menu ul {
	margin-left: -22px;
	margin-right: -22px;
}

.header-main .primary-menu ul li {
	padding-left: 22px;
	padding-right: 22px;
}

.header-main .primary-menu ul li > a {
	font-size: 20px;
}

.header-main .primary-menu ul li.mega-menu-item,
.header-main .primary-menu ul li.menu-item-has-children {
	padding-left: 28px;
	padding-right: 28px;
	margin-left: -6px;
	margin-right: -6px;
}

.header-main .primary-menu ul li > ul li > a {
	padding-left: 28px;
	padding-right: 28px;
}

.header-main .primary-menu ul li.menu-item-give > a {
	padding: 0 33px;
}

.header-main .primary-menu ul li .mega-menu {
	padding: 96px 0;
}

.header-main .primary-menu ul li .mega-menu h2,
.header-main .primary-menu ul li .mega-menu .h2 {
	font-size: 33px;
	line-height: 43px;
	padding-bottom: 19px;
}

.header-main .primary-menu ul li .mega-menu h3,
.header-main .primary-menu ul li .mega-menu .h3 {
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 23px;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul {
	margin: 0 0 -22px 0;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul li {
	margin: 0 0 22px 0;
}

.header-main .primary-menu ul li .mega-menu .aside-cont ul li > a {
	font-size: 20px;
	line-height: 26px;
}
}

@media (max-width: 1199px) {
.hiddenscroll-menu {
	overflow: hidden;
}


/* Nav - Bar */
.header-main .nav-bar {
	width: 100%;
	height: 100%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height: 26px;
	background: #144169;	
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: auto;
	overflow-x: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 12;
}

.header-main .nav-bar.active {
	visibility: visible;
	left: 0;
}

.header-main .nav-bar .nav-max {
	max-width: 460px;
	position: relative;	
	margin: 0 auto;
}

.header-main .nav-bar .nav-inn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 65px 40px 60px 40px;
}

.header-main .nav-bar .close-btn {
	width: 22px;
	height: 22px;
	float: right;
	text-decoration: none;
	background: url(../img/close.svg) no-repeat right center;
	background-size: auto 100%;
	text-indent: 9999px;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 40px;
}


/* Brand - SM */
.header-main .nav-bar .brand-sm {
	width: 100%;
	float: left;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .25);
	padding: 0 0 30px 0;
	margin: 0 0 35px 0;
	order: 1;
}

.header-main .nav-bar .brand-sm img {
	width: 100%;
	max-width: 250px;
}


/* Primary - Bar */
.header-main .primary-bar {
	width: 100%;
	float: left;
	padding: 0 35px 25px 35px;
	order: 2;
}

.header-main .primary-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	width: 100%;
	float: left;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -25px 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 25px 0;
}

.header-main .primary-menu ul li:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a,
.header-main .primary-menu ul li .menu-txt {
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 26px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.header-main .primary-menu ul li .menu-txt {
	cursor: pointer;
	padding-right: 22px;
}

.header-main .primary-menu ul li .menu-txt img {
	display: none;
}

.header-main .gtranslate_wrapper {
	position: relative;
	font-size: 20px;
	display: flex;
}

.header-main .gtranslate_wrapper select {
	
}

.header-main .gtranslate_wrapper:after,
.header-main .primary-menu ul li .menu-txt:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 80%;
	line-height: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 2px 0 0 0;
}

.header-main .gtranslate_wrapper:after {
	position: static;
	transform: none;
	line-height: 50px;
}

.header-main .primary-menu ul li .menu-txt.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-item-has-children > a,
.header-main .primary-menu ul li.mega-menu-item > a {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > .menu-txt,
.header-main .primary-menu ul li.mega-menu-item > .menu-txt {
	display: block;
}

.header-main .primary-menu ul li > a:hover,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a,
.header-main .primary-menu ul li .menu-txt:hover,
.header-main .primary-menu ul li .menu-txt.active,
.header-main .primary-menu ul li.current-menu-item .menu-txt, 
.header-main .primary-menu ul li.current-menu-parent .menu-txt, 
.header-main .primary-menu ul li.current-menu-ancestor .menu-txt {
	color: #73b143;
	text-decoration: none;
}

.header-main .primary-menu ul li.menu-item-give {
	display: none;
}

.header-main .primary-menu ul li.menu-item-give > a {
	height: 60px;
	color: #ffffff;
	line-height: 60px;
	box-shadow: inset #73b143 0 0 0 3px;	
	border-radius: 10px;
	padding: 0 50px;
}

.header-main .primary-menu ul li.menu-item-give > a:before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.header-main .primary-menu ul li.menu-item-give > a:hover,
.header-main .primary-menu ul li.menu-item-give > a:focus, 
.header-main .primary-menu ul li.menu-item-give.current-menu-item > a, 
.header-main .primary-menu ul li.menu-item-give.current-menu-parent > a, 
.header-main .primary-menu ul li.menu-item-give.current-menu-ancestor > a {
	color: #054223;
}

.header-main .primary-menu ul li.menu-item-give > a:hover:before,
.header-main .primary-menu ul li.menu-item-give > a:focus:before, 
.header-main .primary-menu ul li.menu-item-give.current-menu-item > a:before, 
.header-main .primary-menu ul li.menu-item-give.current-menu-parent > a:before, 
.header-main .primary-menu ul li.menu-item-give.current-menu-ancestor > a:before {
	width: 100%;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 25px 0 10px 25px;
}

.header-main .mega-menu {
	display: none;
}

.header-main .primary-menu ul li .mega-menu {
	width: 100%;
	float: left;
	padding: 25px 0 10px 25px;
}

.header-main .primary-menu ul li .mega-menu .aside-wrap {
	width: 100%;
	float: left;
	margin-bottom: -25px;
}

.header-main .primary-menu ul li .mega-menu .aside-cont {
	float: left;
        margin-bottom: 25px;
        position: relative;
        display: block;
}

.header-main .primary-menu ul li .mega-menu .aside-cont h3,
.header-main .primary-menu ul li .mega-menu .aside-cont .h3 {
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 26px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 0 22px 0 0;
}

.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>.submenu-txt:after {
	        content: "\f078";
        font-family: "Font Awesome\ 5 Pro";
        font-weight: 900;
        font-size: 80%;
        line-height: 80%;
        position: absolute;
        top: 15%;
        left: 0;
        -ms-transform: translate(0, -50%);
        /* -webkit-transform: translate(0, -50%); */
        -moz-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        /* transform: translate(0, -50%); */
        margin: 2px 0 0 0;
        font-size: 20px;
}

.header-main .primary-menu ul li .mega-menu .aside-cont h3:hover, 
.header-main .primary-menu ul li .mega-menu .aside-cont .h3:hover,
.header-main .primary-menu ul li .mega-menu .aside-cont h3.active, 
.header-main .primary-menu ul li .mega-menu .aside-cont .h3.active {
	color: #73b143;
	text-decoration: none;
}

.header-main .primary-menu ul li .mega-menu .aside-cont h3.active:after,
.header-main .primary-menu ul li .mega-menu .aside-cont .h3.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li .mega-menu .aside-cont:nth-child(1) {
	display: none;
}


/* Top - Bar */
.header-main .top-bar {
	width: 100%;
	float: left;
	order: 3;
}

.header-main .top-bar .top-inn {
	width: 100%;
	float: left;
}

.header-main .top-menu {
	width: 100%;
	float: left;
	padding: 0 35px 25px 35px;
}

.header-main .top-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -25px 0;
}

.header-main .top-menu ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 25px 0;
}

.header-main .top-menu ul li:last-child {
	padding-bottom: 0;
}

.header-main .top-menu ul li:before {
	display: none;
}

.header-main .top-menu ul li > a,
.header-main .top-menu ul li .menu-txt {
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 26px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.header-main .top-menu ul li .menu-txt {
	cursor: pointer;
	padding-right: 22px;
}

.header-main .top-menu ul li .menu-txt img {
	display: none;
}

.header-main .top-menu ul li .menu-txt:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 80%;
	line-height: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 2px 0 0 0;
}

.header-main .top-menu ul li .menu-txt.active:after {
	content: "\f077";
}

.header-main .top-menu ul li.menu-item-has-children > a,
.header-main .top-menu ul li.mega-menu-item > a {
	display: none;
}

.header-main .top-menu ul li.menu-item-has-children > .menu-txt,
.header-main .top-menu ul li.mega-menu-item > .menu-txt {
	display: block;
}

.header-main .top-menu ul li > a:hover,
.header-main .top-menu ul li > a:focus, 
.header-main .top-menu ul li.nav-menu-open > a, 
.header-main .top-menu ul li.current-menu-item > a, 
.header-main .top-menu ul li.current-menu-parent > a, 
.header-main .top-menu ul li.current-menu-ancestor > a,
.header-main .top-menu ul li .menu-txt:hover,
.header-main .top-menu ul li .menu-txt.active,
.header-main .top-menu ul li.current-menu-item .menu-txt, 
.header-main .top-menu ul li.current-menu-parent .menu-txt, 
.header-main .top-menu ul li.current-menu-ancestor .menu-txt {
	color: #73b143;
	text-decoration: none;
}

.header-main .top-menu ul li.menu-item-give {
	margin-top: 10px;
	margin-bottom: 35px;
}

.header-main .top-menu ul li.menu-item-give > a {
	height: 60px;
	color: #ffffff;
	line-height: 60px;
	box-shadow: inset #73b143 0 0 0 3px;	
	border-radius: 10px;
	padding: 0 50px;
}

.header-main .top-menu ul li.menu-item-give > a:before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.header-main .top-menu ul li.menu-item-give > a:hover,
.header-main .top-menu ul li.menu-item-give > a:focus, 
.header-main .top-menu ul li.menu-item-give.current-menu-item > a, 
.header-main .top-menu ul li.menu-item-give.current-menu-parent > a, 
.header-main .top-menu ul li.menu-item-give.current-menu-ancestor > a {
	color: #054223;
}

.header-main .top-menu ul li.menu-item-give > a:hover:before,
.header-main .top-menu ul li.menu-item-give > a:focus:before, 
.header-main .top-menu ul li.menu-item-give.current-menu-item > a:before, 
.header-main .top-menu ul li.menu-item-give.current-menu-parent > a:before, 
.header-main .top-menu ul li.menu-item-give.current-menu-ancestor > a:before {
	width: 100%;
}

.header-main .top-menu ul li ul {
	display: none;
	padding: 25px 0 10px 25px;
}


/* Search - Box */
.header-main .search-box {
	padding: 0;	
	margin: 0 0 35px 0;
}


/* Social - Links */
.header-main .social-links {
	text-align: center;
}

.header-main .social-links ul li a {
	color: #ffffff;
}

.header-main .social-links ul li a:hover,
.header-main .social-links ul li a:focus,
.header-main .social-links ul li a:active {
	color: #73b143;
}
	
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>a{float: left;}
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>.submenu-txt{font-size: 0;
        float: right;
        width: 20px;
        position: relative;
        cursor: pointer;
        display: inline-block;}
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>.submenu-txt.active:after{        content: "\f077";        color: #73b143;}
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>.submenu-txt.active+a, .header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont>.submenu-txt.active+a h3{color:#73b143;}
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont > ul{width: auto;}
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont> ul li{width: auto;}
	.header-main .primary-menu ul li .mega-menu .aside-wrap .aside-cont> ul li a{}
}

@media (max-width: 767px) {
.header-main .nav-bar .close-btn {
	right: 35px;
}

.header-main .nav-bar .nav-inn {
	padding: 65px 35px 60px 35px;
}

.header-main .primary-bar,
.header-main .top-menu {
	padding-left: 0;
	padding-right: 0;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 110px;
	float: right;
	flex-wrap: wrap;
	align-items: center;	
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 -500px;
	display: none;
}

.header-main .menu-btn .menu-bar {
	width: 45px;
	height: 3px;
	float: left;
	background: #73b143;
	text-indent: -99999px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 11px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -11px;
}

.header-main .menu-btn .menu-bar:after {
	top: 11px;
}

@media (max-width: 1199px) {
.header-main .menu-btn {
	display: flex;
}
}

@media (max-width: 767px) {
.header-main .menu-btn {
	height: 70px;
}

.header-main .menu-btn .menu-bar {
	width: 35px;
	margin: 10px 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -10px;
}

.header-main .menu-btn .menu-bar:after {
	top: 10px;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	padding: 160px 0 0 0;
}

@media (max-width: 1199px) {
.content-main {
	padding: 110px 0 0 0;
}
}

@media (max-width: 767px) {
.content-main {
	padding: 70px 0 0 0;
}
}


/* Row */
.row-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 100px;
}

.row-out:last-child {
	padding-bottom: 0;
}

.tribe-common .row,
.row {
	padding-bottom: 100px;
	margin: 0 -30px -80px -30px;
}

.row:last-child {
	padding-bottom: 0;
}

.row > div {
	padding: 0 30px 80px 30px;
}

.row > div .col-wrap {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}

@media (min-width: 1600px) {
	
.tribe-common .row,
.row {
	margin-left: -40px;
	margin-right: -40px;
}

.row > div {
	padding-left: 40px;
	padding-right: 40px;
}
}

@media (max-width: 1399px) {
.tribe-common .row,
.row {
	margin: 0 -25px -70px -25px;
}

.row > div {
	padding: 0 25px 70px 25px;
}
}

@media (max-width: 1199px) {
.row-out {
	padding-bottom: 80px;
}
.tribe-common .row,
.row {
	padding-bottom: 80px;
	margin: 0 -20px -60px -20px;
}

.row > div {
	padding: 0 20px 60px 20px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}

@media (max-width: 767px) {
.row-out {
	padding-bottom: 60px;
}

.tribe-common .row,
.row {
	padding-bottom: 60px;
	margin: 0 -15px -50px -15px;
}

.row > div {
	padding: 0 15px 50px 15px;
}

.row.no-gutters {
	padding: 0;
	margin: 0;
}

.row.no-gutters > div {
	padding: 0;
}
}


/* Heading - Left */
.heading-left {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 45px;
}

.heading-left:last-child {
	margin-bottom: 0;
}

.heading-left .aside {
	width: 100%;
	max-width: 800px;
}

@media (max-width: 767px) {
.heading-left {
	margin-bottom: 40px;
}
}


/* Heading - Center */
.tribe-common .heading-center,
.heading-center {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-bottom: 60px;
}

.heading-center:last-child {
	margin-bottom: 0;
}

.heading-center h2:before,
.heading-center .h2:before {
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.heading-center .aside {
	width: 100%;
	max-width: 800px;
}

@media (max-width: 767px) {
.tribe-common .heading-center,
.heading-center {
	margin-bottom: 50px;
}
}


/* PDF - Links */
.pdf-links {
	width: 100%;
	max-width: 1125px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 70px;	
}

.pdf-links:last-child {
	margin-bottom: 0;
}

.pdf-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -20px -39px -20px;
}

.pdf-links ul li {
	width: 50%;
	float: left;
	padding: 0 20px;
	margin: 0 0 39px 0;
}

.pdf-links ul li:last-child {
	padding-bottom: 0;
}

.pdf-links ul li:before {
	display: none;
}

.pdf-links ul li a {
	float: left;
	font-weight: 700;
	font-size: 28px;
	color: #054223;
	line-height: 34px;
	text-decoration: underline;
	position: relative;
	padding: 0 0 0 60px;
}

.pdf-links ul li a i {
	content: "";
	width: 34px;
	height: 42px;
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 42px;
	color: #076838;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.pdf-links ul li a:hover,
.pdf-links ul li a:focus,
.pdf-links ul li a:active {
	color: #73b143;
	text-decoration: underline;
}

.pdf-links ul li a:hover i,
.pdf-links ul li a:focus i,
.pdf-links ul li a:active i {
	color: currentColor;
}

@media (max-width: 1199px) {
.pdf-links ul {
	margin: 0 -20px -35px -20px;
}

.pdf-links ul li {
	padding: 0 20px;
	margin: 0 0 35px 0;
}

.pdf-links ul li a {
	font-size: 26px;
	line-height: 32px;
	padding: 0 0 0 55px;
}
}

@media (max-width: 767px) {
.pdf-links {
	margin-bottom: 50px;
}

.pdf-links ul {
	margin: 0 -15px -25px -15px;
}

.pdf-links ul li {
	width: 100%;
	padding: 0 15px;
	margin: 0 0 25px 0;
}

.pdf-links ul li a {
	font-size: 24px;
	line-height: 32px;
	padding: 0 0 0 50px;
}

.pdf-links ul li a i {	
	width: 30px;
	height: 40px;
	font-size: 40px;
}
}


/* Bullet - List */
.bullet-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 28px;
	color: #054223;
	line-height: 40px;
	margin-bottom: 70px;	
}

.bullet-list:last-child {
	margin-bottom: 0;
}

.bullet-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -30px 0;
}

.bullet-list ul li {
	width: 100%;
	float: left;
	padding: 0 0 0 70px;
	margin: 0 0 30px 0;
}

.bullet-list ul li:last-child {
	padding-bottom: 0;
}

.bullet-list ul li:before {	
	content: "";
	width: 56px;
	height: 38px;
	background: url(../img/long-arrow-right.svg) no-repeat right center;
	background-size: auto 15px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

.bullet-list ul li:after {	
	content: "";
	width: 38px;
	height: 38px;
	float: left;
	background: #73b143;
	border-radius: 900px;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.bullet-list ul li a {
	color: #054223;
}

.bullet-list ul li a:hover,
.bullet-list ul li a:focus,
.bullet-list ul li a:active {
	color: #73b143;
}

@media (max-width: 1199px) {
.bullet-list {
	font-size: 24px;
	line-height: 36px;
}
}

@media (max-width: 767px) {
.bullet-list {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 50px;
}

.bullet-list ul {
	margin: 0 0 -25px 0;
}

.bullet-list ul li {
	padding-left: 60px;
	margin: 0 0 25px 0;
}

.bullet-list ul li:before {	
	width: 43px;
	height: 30px;
	background-size: auto 12px;
}

.bullet-list ul li:after {	
	width: 30px;
	height: 30px;
}
}


/* Text - Split */
.txt-split {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;	
}

.txt-split:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
.txt-split h2,
.txt-split .h2 {
	width: 260px;
	float: left;
	padding: 0 20px 0 0;
	margin: 0 -260px 0 0;
}

.txt-split h2:before,
.txt-split .h2:before {
	display: none;
}

.txt-split p {
	width: 100%;
	min-height: 80px;
	float: left;
	position: relative;
	padding: 0 0 0 290px;
	margin: 0;
}

.txt-split p:before {
	content: "";
	width: 3px;
	height: 100%;
	float: left;
	background: #73b143;
	position: absolute;
	top: 0;
	left: 260px;
}
}

@media (min-width: 1200px) {
.txt-split h2,
.txt-split .h2 {
	width: 315px;
	margin: 0 -315px 0 0;
}

.txt-split p {
	padding: 0 0 0 340px;
}

.txt-split p:before {
	left: 315px;
}
}

@media (max-width: 767px) {
.txt-split {
	margin-bottom: 50px;
}
}


/* Text - Split2 */
.txt-split2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 70px;
	margin: 0 -20px -25px -20px;	
}

.txt-split2:last-child {
	padding-bottom: 0;
}

.txt-split2 .txt {
	width: 50%;
	float: left;
	padding: 0 20px 25px 20px;
	margin: 0;
}

@media (max-width: 767px) {
.txt-split2 {
	padding-bottom: 50px;
	margin-bottom: -20px;
}

.txt-split2 .txt {
	width: 100%;
	padding-bottom: 20px;
}
}


/* Filter - Dropdown */
.filter-dropdown {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	box-shadow: 0px 20px 90px #00000014;
	border-radius: 60px;
	padding: 5%;
	margin: 20px 0 70px 0;
}

.filter-dropdown:last-child {
	margin-bottom: 0;
}

.filter-dropdown .filter-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -24px;
}

.filter-dropdown .filter-label {
	float: left;
	font-weight: 600;
	font-size: 48px;
	color: #076838;
	line-height: 89px;
	margin: 0 24px;
}

.filter-dropdown .filter-links {
	width: 100%;
	max-width: 694px;
	float: left;
	padding: 0 24px;
}

.filter-dropdown .filter-links .dropdown-toggle {
	width: 100%;
	height: 89px;
	float: left;
	font-weight: 600;
	font-size: 33px;
	color: #054223;
	line-height: 89px;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ebf1e6;
	border-radius: 20px;
	border: none;
	box-shadow: none;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	padding: 0 90px 0 52px;
	margin: 0;
}

.filter-dropdown .filter-links .dropdown-toggle:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro"; 
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 40px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.filter-dropdown .filter-links .dropdown-toggle.show:before {
	content: "\f077";
}

.filter-dropdown .filter-links .dropdown-toggle:after {
	display: none;
}

.filter-dropdown .filter-links .dropdown-menu {
	min-width: 100%;
	width: 100%;
	float: left;
	background: #ebf1e6;
	border-radius: 20px;
	border: none;
	box-shadow: none;
	transform: translate(0)!important;
	position: relative!important;
	top: 0!important;
	left: 0!important;
	right: auto!important;
	padding: 30px 52px!important;
	margin: 2px 0 0 0!important;
}

.filter-dropdown .filter-links ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 -25px 0;
}

.filter-dropdown .filter-links ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 25px 0;
}

.filter-dropdown .filter-links ul li:before,
.filter-dropdown .filter-links ul li:after {
	display: none;
}

.filter-dropdown .filter-links ul li a {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 33px;
	color: #054223;
	line-height: 39px;
	text-decoration: none;
	position: relative;
	padding: 0;
	margin: 0;
}

.filter-dropdown .filter-links ul li:hover > a,
.filter-dropdown .filter-links ul li > a:focus, 
.filter-dropdown .filter-links ul li > a.active, 
.filter-dropdown .filter-links ul li.current-menu-item > a, 
.filter-dropdown .filter-links ul li.current-menu-parent > a, 
.filter-dropdown .filter-links ul li.current-menu-ancestor > a {
	color: #73b143;
	text-decoration: underline;
}

@media (max-width: 1399px) {
.filter-dropdown {
	border-radius: 40px;
}

.filter-dropdown .filter-links {
	max-width: 650px;
}

.filter-dropdown .filter-links .dropdown-toggle {
	padding: 0 83px 0 45px;
}

.filter-dropdown .filter-links .dropdown-toggle:before {
	right: 33px;
}

.filter-dropdown .filter-links .dropdown-menu {
	padding: 30px 45px!important;
}
}

@media (max-width: 1279px) {
.filter-dropdown .filter-label {
	font-size: 40px;
	line-height: 75px;
}

.filter-dropdown .filter-links {
	max-width: 600px;
}

.filter-dropdown .filter-links .dropdown-toggle {
	height: 75px;
	font-size: 30px;
	line-height: 75px;
}

.filter-dropdown .filter-links ul li a {
	font-size: 30px;
	line-height: 36px;
}
}

@media (max-width: 1199px) {
.filter-dropdown {
	padding: 40px;
}

.filter-dropdown .filter-wrap {
	margin: 0 -15px;
}

.filter-dropdown .filter-label {
	font-size: 34px;
	line-height: 64px;
	margin: 0 15px;
}

.filter-dropdown .filter-links {
	max-width: 530px;
	padding: 0 15px;
}

.filter-dropdown .filter-links .dropdown-toggle {
	height: 64px;
	font-size: 26px;
	line-height: 64px;
	border-radius: 15px;
	padding: 0 65px 0 35px;
}

.filter-dropdown .filter-links .dropdown-toggle:before {
	right: 27px;
}

.filter-dropdown .filter-links .dropdown-menu {
	border-radius: 15px;
	padding: 30px 35px!important;
}

.filter-dropdown .filter-links ul li a {
	font-size: 24px;
	line-height: 30px;
}
}

@media (max-width: 991px) {
.filter-dropdown .filter-label {
	font-size: 34px;
	line-height: 40px;
	margin-bottom: 20px;
}

.filter-dropdown .filter-links {
	max-width: 550px;
}
}

@media (max-width: 767px) {
.filter-dropdown {
	border-radius: 25px;
	padding: 30px 20px;
	margin: 15px 0 50px 0;
}

.filter-dropdown .filter-label {
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 15px;
}

.filter-dropdown .filter-links {
	max-width: 450px;
}

.filter-dropdown .filter-links .dropdown-toggle {
	height: 60px;
	font-size: 22px;
	line-height: 60px;
	border-radius: 12px;
	padding: 0 50px 0 25px;
}

.filter-dropdown .filter-links .dropdown-toggle:before {
	right: 20px;
}

.filter-dropdown .filter-links .dropdown-menu {
	border-radius: 12px;
	padding: 25px 25px!important;
}

.filter-dropdown .filter-links ul {
	margin: 0 0 -20px 0;
}

.filter-dropdown .filter-links ul li {
	margin: 0 0 20px 0;
}

.filter-dropdown .filter-links ul li a {
	font-size: 22px;
	line-height: 28px;
}
}


/* Sort - By */
.tribe-common .sortby-option,
.sortby-option {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 -15px 0;
}

.sortby-option p {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 21px 15px 0;
}

.sortby-option .sortby {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 -8px 15px -8px;
}

.sortby-option .sortby a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 18px;
	color: #4a4a4a;
	line-height: 24px;
	letter-spacing: 1.8px;
	text-decoration: none;
	text-transform: uppercase;
	background: #d3d3d3;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 18px 9px 20px;
	margin: 0 8px;
}

.sortby-option .sortby a:hover,
.sortby-option .sortby a:focus,
.sortby-option .sortby a:active,
.sortby-option .sortby a.active {
	color: #ffffff;
	background: #076838;
}

@media (max-width: 767px) {
.tribe-common .sortby-option,
.sortby-option {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: -10px;
}

.sortby-option p {
	margin: 0 14px 10px 0;
}

.sortby-option .sortby {
	margin: 0 -5px 10px -5px;
}

.sortby-option .sortby a {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.6px;
	border-radius: 8px;
	padding: 8px 13px 6px 15px;
	margin: 0 5px;
}
}


/* Hero - Main */
.hero-main {
	width: 100%;
	min-height: 1009px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	background: #144169;
	position: relative;
	overflow: hidden;
	padding: 260px 0 260px 0;
}

.hero-main .figure {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;	
}

.hero-main .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	opacity: .15;
}

.hero-main .figure:after {
	background: url(../img/house-icon.png) center center no-repeat;
	background-size: 100% auto;
	content: '';
	position: absolute;
	aspect-ratio: 643 / 468;
	width: calc((643 / 1920) * 100%);	
	right: calc((-45 / 1920) * 100%);
	bottom: 145px;
	opacity: 0.66;
}

@media (max-width: 767px) {
	.hero-main .figure:after {
		bottom: 80px;
	}
}

.hero-main h1,
.hero-main .h1,
.hero-main h2,
.hero-main .h2,
.hero-main h3,
.hero-main .h3,
.hero-main h4,
.hero-main .h4,
.hero-main h5,
.hero-main .h5,
.hero-main h6,
.hero-main .h6,
.hero-main .sub-title,
.hero-main .date,
.hero-main .location {
	color: inherit;
}

.hero-main .aside {
	width: 100%;
	max-width: 1050px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

@media (min-width: 1200px) {
.hero-main {
	margin-top: -160px;
}
}

@media (max-width: 1599px) {
.hero-main {
	min-height: 900px;
}
}

@media (max-width: 1199px) {
.hero-main {
	min-height: 700px;
	font-size: 22px;
	line-height: 36px;
	padding: 100px 0 260px 0;
}
}

@media (max-width: 767px) {
.hero-main {
	min-height: 500px;
	font-size: 20px;
	line-height: 32px;
	padding: 80px 0 160px 0;
}
}


/* Hero - Main Bottom None */
@media (min-width: 1200px) {
.hero-main.bottom-none {
	min-height: 755px;
	padding-bottom: 115px;
}
}

@media (min-width: 1600px) {
.hero-main.bottom-none {
	min-height: 864px;
}
}


/* Latest - Feeds */
.latest-feeds {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
	margin: -145px 0 200px 0;	
}

.latest-feeds:last-child {
	margin-bottom: 0;
}

.latest-feeds .row {
	width: 100%;
	background: #ffffff;
	box-shadow: 0px 22px 88px #00000014;
	border-radius: 10px;	
	overflow: hidden;
	padding: 2.7% 1.35% 1.35% 1.35%;
	margin: 0;
}

.latest-feeds .row > div {
	padding: 0 1.35% 1.35% 1.35%;
	margin: 0;
}

.latest-feeds .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.latest-feeds .row > div .box .aside {
	width: 59%;
	float: left;
	display: flex;
	flex-direction: column;
	padding: 0 0 0 5.4%;
	margin: 0;
}

.latest-feeds .row > div .box .aside .category-name {
	display: inline-block;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	letter-spacing: 1.8px;
	background: #076838;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 11px 18px 9px 54px;
	margin: 0 0 12px 0;
}

.latest-feeds .row > div .box .aside .category-name:last-child {
	margin-bottom: 0;
}

.latest-feeds .row > div .box .aside .category-name:before {
	content: "";
	width: 60px;
	height: 24px;
	float: left;
	background: url(../img/calendar.svg) no-repeat left center;
	background-size: auto 100%;
	position: absolute;
	top: 50%;
	left: 20px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.latest-feeds .row > div .box.post-box .aside .category-name {
	padding-left: 57px;
}

.latest-feeds .row > div .box.post-box .aside .category-name:before {
	background-image: url(../img/newspaper-folded.svg);
}

.latest-feeds .row > div .box .aside .date {
	padding-left: 0;
	margin-bottom: 12px;
}

.latest-feeds .row > div .box .aside .date:last-child {
	margin-bottom: 0;
}

.latest-feeds .row > div .box .aside .date:before {
	display: none;
}

.latest-feeds .row > div .box .aside .read-more {
	margin-top: 0;
}

.latest-feeds .row > div .box .aside .top-wrap {
	width: 100%;
	float: left;
	flex: 1 0 auto;
	padding-bottom: 33px;
}

.latest-feeds .row > div .box .aside .top-wrap:last-child {
	padding-bottom: 0;
}

.latest-feeds .row > div .box .aside .btm-wrap {
	width: 100%;
	float: left;
	flex-shrink: 0;
}

.latest-feeds .row > div .box .figure {
	width: 41%;
	float: left;
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.latest-feeds .row > div .box .figure img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.latest-feeds .row > div .box:hover .aside h3,
.latest-feeds .row > div .box:hover .aside .h3,
.latest-feeds .row > div .box:focus .aside h3,
.latest-feeds .row > div .box:focus .aside .h3,
.latest-feeds .row > div .box:active .aside h3,
.latest-feeds .row > div .box:active .aside .h3 {
	color: #73b143;
	text-decoration: underline;
}

.latest-feeds .row > div .box:hover .figure img,
.latest-feeds .row > div .box:focus .figure img,
.latest-feeds .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 576px) {
.latest-feeds .row > div .box .figure {
	position: relative;
}

.latest-feeds .row > div .box .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.latest-feeds .row > div .box:hover .figure img,
.latest-feeds .row > div .box:focus .figure img,
.latest-feeds .row > div .box:active .figure img {
	-webkit-transform: scale(1.1) translate(-50%, -50%);
	-moz-transform: scale(1.1) translate(-50%, -50%);
	transform: scale(1.1) translate(-50%, -50%);
}
}

@media (max-width: 1279px) {
.latest-feeds .row > div .box .aside h3,
.latest-feeds .row > div .box .aside .h3 {
	font-size: 30px;
	line-height: 38px;
}

.latest-feeds .row > div .box .aside .category-name {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.6px;
}

.latest-feeds .row > div .box .aside .date {
	font-size: 18px;
	line-height: 24px;
}
}

@media (max-width: 1199px) {
.latest-feeds {
	margin-bottom: 120px;	
}

.latest-feeds .row > div .box .aside h3,
.latest-feeds .row > div .box .aside .h3 {
	font-size: 26px;
	line-height: 32px;
}

.latest-feeds .row > div .box .aside .category-name {
	padding: 10px 15px 8px 49px;
}

.latest-feeds .row > div .box .aside .category-name:before {
	left: 15px;
}

.latest-feeds .row > div .box.post-box .aside .category-name {
	padding-left: 53px;
}
}

@media (max-width: 991px) {
.latest-feeds .row {
	padding: 40px 20px 0 20px;
}

.latest-feeds .row > div {
	padding: 0 20px 40px 20px;
}

.latest-feeds .row > div .box .aside {
	padding: 0 0 0 40px;
}
}

@media (max-width: 767px) {
.latest-feeds {
	margin: -80px 0 80px 0;	
}

.latest-feeds .row {
	padding: 20px;
}

.latest-feeds .row > div {
	padding: 0 0 40px 0;
}

.latest-feeds .row > div:last-child {
	padding-bottom: 0;
}

.latest-feeds .row > div .box .aside {
	padding: 0 0 0 30px;
}

.latest-feeds .row > div .box .aside .top-wrap {
	padding-bottom: 25px;
}
}

@media (max-width: 575px) {
.latest-feeds .row > div .box .aside {
	width: 100%;
	padding: 0;
}

.latest-feeds .row > div .box .figure {
	width: 100%;
	margin: 0 0 20px 0;	
}
}


/* Two Column - Content */
.two-col-cont {
	width: 100%;
	overflow: visible;
	padding: 110px 0;
}

.two-col-cont .row {
	padding-bottom: 110px;
}

.two-col-cont .row:last-child {
	padding-bottom: 0;
}

.two-col-cont .row > div .aside {
	width: 100%;
	float: left;
}

.two-col-cont .row > div .aside .read-more-wrap {
	margin: 0 0 33px 0;
}

.two-col-cont .row > div .aside .read-more-wrap:last-child {
	margin-bottom: 0;
}

.two-col-cont .row > div .aside span.read-more {
	margin: 0 0 20px 0;
}

.two-col-cont .row > div .aside span.read-more:last-child {
	margin-bottom: 8px;
}

.two-col-cont .row > div .aside .read-more-wrap .read-more:last-child {
	margin-bottom: 0;
}

.two-col-cont .row > div .figure {
	width: 100%;
	float: left;
	overflow: visible;
	position: relative;
	margin: 0;
}

.two-col-cont .row > div .figure .inn {
	width: 100%;
	border-radius: 900px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.two-col-cont .row > div .figure .inn img {
	width: 100%;
}

.two-col-cont .row > div .figure .circle-lrg,
.two-col-cont .row > div .figure .circle-sml {
	width: 34%;
	height: 34%;
	float: left;
	border-radius: 900px;
	overflow: hidden;
	position: absolute;
}

.two-col-cont .row > div .figure .circle-lrg:before,
.two-col-cont .row > div .figure .circle-sml:before {
	content: "";
	width: 106%;
	height: 106%;
	float: left;
	background: #73b143;
	overflow: hidden;
	position: absolute;
	top: -3%;
	left: -3%;
}

.two-col-cont .row > div .figure .circle-lrg {
	top: 0;
	left: -6.5%;
}

.two-col-cont .row > div .figure .circle-sml {
	width: 16.5%;
	height: 16.5%;
	bottom: 8.5%;
	right: 3.5%;
	z-index: 2;
}

.two-col-cont .row > div .figure .circle-sml:before {
	background: #076838;
	opacity: 0.80;
	-webkit-filter: blur(20px);
	filter: blur(20px);
}

.two-col-cont .row.frame-style-green-lightblue > div .figure .circle-lrg {
	top: 47%;
	left: -17%;
}

.two-col-cont .row.frame-style-green-lightblue > div .figure .circle-lrg:before {
	background: #4889bf;
}

.two-col-cont .row.frame-style-green-lightblue > div .figure .circle-sml {
	bottom: 0;
	right: 13%;
	top: 2%;
}

.two-col-cont .row.frame-style-lightgreen-blue > div .figure .circle-lrg {
	top: auto;
	bottom: -3%;
	left: 0;
}

.two-col-cont .row.frame-style-lightgreen-blue > div .figure .circle-lrg:before {
	background: #144169;
}

.two-col-cont .row.frame-style-lightgreen-blue > div .figure .circle-sml {
	bottom: 0;
	right: 13%;
	top: 2%;
}

.two-col-cont .row.frame-style-lightgreen-blue > div .figure .circle-sml:before {
	background: #73b143;
}


@media (min-width: 992px) {
.two-col-cont .row {
	align-items: center;
}
}

@media (min-width: 1200px) {
.two-col-cont .row > div .aside h2,
.two-col-cont .row > div .aside .h2 {
	margin-right: -40px;
}
}

@media (min-width: 992px) {
.two-col-cont .row > div {
	position: relative;
}

.two-col-cont .row > div .aside {
	max-width: 500px;
}

.two-col-cont .row > div .figure .circle-lrg {
	animation-delay: 1s;
}

.two-col-cont .row > div .figure .circle-sml {
	animation-delay: 1.5s;
}

.two-col-cont .row:nth-child(even) > div .aside {
	float: right;
}

.two-col-cont .row:nth-child(even) > div:first-child {
	left: 50%;
}

.two-col-cont .row:nth-child(even) > div:nth-child(even) {
	right: 50%;
}

.two-col-cont .row:nth-child(even) > div.fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont .row:nth-child(even) > div.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

/* Column - Reverse */
.two-col-cont .col-reverse .row > div .aside {
	float: right;
}

.two-col-cont .col-reverse .row > div:first-child {
	left: 50%;
}

.two-col-cont .col-reverse .row > div:nth-child(even) {
	right: 50%;
}

.two-col-cont .col-reverse .row > div.fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont .col-reverse .row > div.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont .col-reverse .row:nth-child(even) > div .aside {
	float: none;
}

.two-col-cont .col-reverse .row:nth-child(even) > div:first-child {
	left: 0;
}

.two-col-cont .col-reverse .row:nth-child(even) > div:nth-child(even) {
	right: 0;
}

.two-col-cont .col-reverse .row:nth-child(even) > div.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont .col-reverse .row:nth-child(even) > div.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
}

@media (max-width: 1199px) {
.two-col-cont {
	padding: 80px 0;
}

.two-col-cont .row {
	padding-bottom: 80px;
}
}

@media (max-width: 991px) {
.two-col-cont .row {
	margin-bottom: -50px;
}

.two-col-cont .row > div {
	padding-bottom: 50px;
}

.two-col-cont .row > div:nth-child(even) {
	text-align: center;
}

.two-col-cont .row > div .figure {
	width: 88%;
	max-width: 500px;
	float: none;
	display: inline-block;
	vertical-align: top;
}
}

@media (max-width: 767px) {
.two-col-cont {
	padding: 60px 0;
}

.two-col-cont .row {
	padding-bottom: 60px;
	margin-bottom: -40px;
}

.two-col-cont .row > div {
	padding-bottom: 40px;
}

.two-col-cont .row > div .aside .read-more-wrap {
	margin: 0 0 25px 0;
}

.two-col-cont .row > div .aside span.read-more {
	margin: 0 0 15px 0;
}
.two-col-cont .row > div .aside span.read-more:last-child {
	margin-bottom: 5px;
}
}


/* Two Column - Content ALT */
.two-col-cont.alt {
	padding: 150px 0;
}
/*
.two-col-cont.alt .row > div .figure .circle-lrg {
	top: 47%;
	left: -17%;
}

.two-col-cont.alt .row > div .figure .circle-lrg:before {
	background: #4889bf;
}

.two-col-cont.alt .row > div .figure .circle-sml {
	bottom: 0;
	right: 13%;
	top: 2%;
}

.two-col-cont.alt .row:nth-child(even) > div .figure .circle-lrg {
	top: 47%;
	left: auto;
	right: -17%;
}

.two-col-cont.alt .row:nth-child(even) > div .figure .circle-lrg:before {
	background: #73b143;
}

.two-col-cont.alt .row:nth-child(even) > div .figure .circle-sml {
	bottom: 0;
	right: 0;
	top: 2%;
	left: 13%;
}

.two-col-cont.alt .col-reverse .row > div .figure .circle-lrg {
	top: 47%;
	left: auto;
	right: -17%;
}

.two-col-cont.alt .col-reverse .row > div .figure .circle-lrg:before {
	background: #4889bf;
}

.two-col-cont.alt .col-reverse .row > div .figure .circle-sml {
	bottom: 0;
	right: 0;
	top: 2%;
	left: 13%;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div .figure .circle-lrg {
	right: auto;
	top: 47%;
	left: -17%;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div .figure .circle-lrg:before {
	background: #73b143;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div .figure .circle-sml {
	bottom: 0;
	left: auto;
	right: 13%;
	top: 2%;
}
*/

@media (min-width: 992px) {
.two-col-cont.alt .row > div .aside {
	max-width: 646px;
	padding-left: 20px;
	float: right;
}

.two-col-cont.alt .row > div .figure {
	max-width: 640px;
	float: right;
}

.two-col-cont.alt .row > div:first-child {
	left: 50%;
}

.two-col-cont.alt .row > div:nth-child(even) {
	right: 50%;
}

.two-col-cont.alt .row > div.fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont.alt .row > div.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont.alt .row:nth-child(even) > div .aside {
	float: left;
	padding-left: 0;
	padding-right: 20px;
}

.two-col-cont.alt .row:nth-child(even) > div .figure {
	float: left;
}

.two-col-cont.alt .row:nth-child(even) > div:first-child {
	left: 0;
}

.two-col-cont.alt .row:nth-child(even) > div:nth-child(even) {
	right: 0;
}

.two-col-cont.alt .row:nth-child(even) > div.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont.alt .row:nth-child(even) > div.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}


/* Column - Reverse */
.two-col-cont.alt .col-reverse .row > div .aside {
	float: left;
	padding-left: 0;
	padding-right: 20px;
}

.two-col-cont.alt .col-reverse .row > div .figure {
	float: left;
}

.two-col-cont.alt .col-reverse .row > div:first-child {
	left: 0;
}

.two-col-cont.alt .col-reverse .row > div:nth-child(even) {
	right: 0;
}

.two-col-cont.alt .col-reverse .row > div.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}

.two-col-cont.alt .col-reverse .row > div.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div .aside {
	float: right;
	padding-left: 20px;
	padding-right: 0;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div .figure {
	float: right;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div:first-child {
	left: 50%;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div:nth-child(even) {
	right: 50%;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div.fadeInLeft {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

.two-col-cont.alt .col-reverse .row:nth-child(even) > div.fadeInRight {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
}

@media (max-width: 1199px) {
.two-col-cont.alt {
	padding: 100px 0;
}
}

@media (max-width: 767px) {
.two-col-cont.alt {
	padding: 60px 0 70px 0;
}
}


/* Two Column - Content ALT Group */
.two-col-cont .row-out.alt-group .row > div .figure img {
	max-width: none;
	width: 111.7%;
	margin: -8% -3.5% -8% -8.2%;
}

@media (min-width: 992px) {
.two-col-cont .row-out.alt-group .row > div .aside {
	max-width: 646px;
	padding-left: 20px;
}

.two-col-cont .row-out.alt-group .row > div .aside p {
	width: 100%;
	max-width: 500px;
}
}

@media (max-width: 991px) {
.two-col-cont .row-out.alt-group .row > div .figure {
	width: 100%;
	max-width: 100%;
}
}

@media (max-width: 767px) {
.two-col-cont .row-out.alt-group .row > div .figure img {
	margin-top: -10%;
	margin-bottom: -10%;
}
}


/* CTA - Content */
.cta-cont {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 120px 0 !important;
}

.cta-cont:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../img/cta-lines.png) no-repeat top center;
	position: absolute;
	top: 40px;
	left: 0;
}

.cta-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #f8f8f8;
	background: #076838;
	background: transparent radial-gradient(closest-side at 71% 50%, #73b143 0%, #076838 100%);
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.cta-cont .box.no-image {
	background: #076838;
}

.cta-cont .box .aside {
	width: 50%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 60px 0 60px 8%;
}

.cta-cont .box .aside h1,
.cta-cont .box .aside .h1,
.cta-cont .box .aside h2,
.cta-cont .box .aside .h2,
.cta-cont .box .aside h3,
.cta-cont .box .aside .h3,
.cta-cont .box .aside h4,
.cta-cont .box .aside .h4,
.cta-cont .box .aside h5,
.cta-cont .box .aside .h5,
.cta-cont .box .aside h6,
.cta-cont .box .aside .h6,
.cta-cont .box .aside .sub-title,
.cta-cont .box .aside .date,
.cta-cont .box .aside .location {
	color: inherit;
}

.cta-cont .box .aside h2,
.cta-cont .box .aside .h2 {
	margin-bottom: 0;
}

.cta-cont .box .aside h2:before,
.cta-cont .box .aside .h2:before {
	display: none;
}

.cta-cont .box .aside .txt {
	width: 100%;
	max-width: 550px;
}

.cta-cont .box .figure {
	width: 50%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0 50px;
	margin: -120px 0 0 0;
}

.cta-cont .box .figure img {
	width: auto;
	max-width: 100%;
}

.cta-cont .owl-carousel {
	margin-top: -120px;
}

.cta-cont .owl-carousel .box {
	margin-top: 120px;
}

.cta-cont .owl-carousel .owl-nav button {
	margin-top: 37px;
}

.cta-cont .aside.no-image {
	width: 100%;
	margin: 0 auto;
	padding: 60px 8%;
}

.cta-cont .box .aside.no-image .txt {
	max-width: 100%;
}

@media (min-width: 1920px) {
.cta-cont:before {
	background-size: 100% 228px;
}
}

@media (max-width: 1399px) {
.cta-cont .box .aside {
	padding-left: 5%;
}
}

@media (max-width: 1199px) {
.cta-cont {
	padding: 80px 0 !important;
}

.cta-cont .box .figure {
	width: 55%;
	padding: 0 40px;
	margin: -80px -2.5% 0 -2.5%;
}

.cta-cont .owl-carousel {
	margin-top: -80px;
}

.cta-cont .owl-carousel .box {
	margin-top: 80px;
}

.cta-cont .owl-carousel .owl-nav button {
	margin-top: 17px;
}
}

@media (max-width: 991px) {
.cta-cont .box .aside {
	width: 55%;
	margin-right: -6%;
}
}

@media (max-width: 767px) {
.cta-cont {
	padding: 60px 0 !important;
}

.cta-cont .box {
	background: #076838;
	background: transparent radial-gradient(closest-side at 50% 75%, #73b143 0%, #076838 100%);
}

.cta-cont .box .aside {
	width: 100%;
	text-align: center;
	padding: 50px 30px 30px 30px;
	margin: 0;
}

.cta-cont .box .figure {
	width: 100%;
	justify-content: center;
	padding: 0 30px;
	margin: 0;
}

.cta-cont .box .figure img {
	width: 100%;
	max-width: 380px;
}

.cta-cont .owl-carousel {
	margin-top: 0;
}

.cta-cont .owl-carousel .box {
	margin-top: 0;
}
}


/* CTA Content - Animations */
.cta-cont:before {
	opacity: 0;
}

.cta-cont.show-animate:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	animation-name: fadeInUp;
}

.cta-cont.show-animate .box {
	animation-delay: .5s;
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	font-weight: 400;
	font-size: 18px;	
	color: #f8f8f8;
	line-height: 26px;
	background: url(../img/footer-bg.png) no-repeat top center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 137px 0 50px 0;
	margin-top: -35px;
}

.footer-main:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #144169;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: -1;
}

.footer-main .brand {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 28px;
}

.footer-main .brand:last-child {
	margin-bottom: 0;
}

.footer-main .brand img {
	width: 100%;
	max-width: 250px;
	display: inline-block;
	vertical-align: top;
}

.footer-main .pre-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 55px;
	margin: 0 -20px -50px -20px;
}

.footer-main .pre-footer:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .left-cont {
	width: 33.5%;
	float: left;
	padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .left-cont p {
	width: 100%;
	max-width: 420px;
	padding: 0 20px 39px 0;
}

.footer-main .pre-footer .left-cont p:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .left-cont p a, 
.footer-main .pre-footer .left-cont p a[href^="tel:"], 
.footer-main .pre-footer .left-cont p a[href^="mailto:"] {
	font-weight: inherit;
	color: #f8f8f8;
	text-decoration: none;
}

.footer-main .pre-footer .left-cont p a:hover, 
.footer-main .pre-footer .left-cont p a:focus, 
.footer-main .pre-footer .left-cont p a:hover[href^="tel:"], 
.footer-main .pre-footer .left-cont p a:focus[href^="tel:"], 
.footer-main .pre-footer .left-cont p a:hover[href^="mailto:"],
.footer-main .pre-footer .left-cont p a:focus[href^="mailto:"] {
	color: #73b143;
	text-decoration: underline;
}

.footer-main .pre-footer .left-cont .address-txt {
	width: 100%;
	max-width: 315px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 57px;
}

.footer-main .pre-footer .left-cont .address-txt:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .left-cont .address-txt p {
	border-bottom: 2px solid rgba(255, 255, 255, .30);
	padding: 0 0 14px 0;
	margin: 0 0 13px 0;
}

.footer-main .pre-footer .left-cont .address-txt .p-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
}

.footer-main .pre-footer .left-cont .address-txt .p-wrap p {
	width: auto;
	max-width: inherit;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

.footer-main .pre-footer .left-cont .address-txt .p-wrap p:first-child {
	border-right: 2px solid rgba(255, 255, 255, .30);
	padding: 0 25px 0 0;
	margin: 0 25px 0 0;
}

.footer-main .pre-footer .left-cont .address-txt .p-wrap p:last-child {
	margin-right: -20px;
}

.footer-main .pre-footer .left-cont .logo {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 28px;
}

.footer-main .pre-footer .left-cont .logo:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .left-cont .logo img {
	width: 100%;
	max-width: 200px;
	display: inline-block;
	vertical-align: top;
}

.footer-main .pre-footer .right-cont {
	width: 66.5%;
	float: left;
	padding: 0 20px 50px 20px;
}

.footer-main .pre-footer .right-cont .aside-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 45px;
	margin: 0 -20px -40px -20px;
}

.footer-main .pre-footer .right-cont .aside-wrap:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont {
	width: 100%;
	float: left;
	padding: 0 20px 40px 20px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2 {
	font-weight: 700;
	font-size: 22px;	
	color: inherit;
	line-height: 30px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2:before,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2:before {
	content: "";
	width: 85px;
	height: 3px;
	float: left;
	background: #73b143;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2:last-child,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -15px 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li:before {
	display: none;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li a {
	font-weight: 500;
	color: inherit;
	text-decoration: none;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li > a:hover,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li > a:focus,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li > a:active,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li.current-menu-item > a, 
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li.current-menu-parent > a, 
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont ul li.current-menu-ancestor > a {
	color: #73b143;
	text-decoration: underline;
}

.footer-main .pre-footer .newsletter-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: rgba(255, 255, 255, 0.080);
	border-radius: 10px;
	padding: 20px 20px 20px 30px;
	margin-bottom: 45px;
}

.footer-main .pre-footer .newsletter-form:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .newsletter-form .txt-wrap {
	width: 43%;
	float: left;
	padding: 0 30px 0 0;
}

.footer-main .pre-footer .newsletter-form .txt-wrap h3,
.footer-main .pre-footer .newsletter-form .txt-wrap .h3 {
	font-weight: 700;
	font-size: 24px;	
	color: inherit;
	line-height: 30px;
	padding-bottom: 4px;
}

.footer-main .pre-footer .newsletter-form .txt-wrap h3:last-child,
.footer-main .pre-footer .newsletter-form .txt-wrap .h3:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .newsletter-form .field-wrap {
	width: 57%;
	float: left;
	padding: 0;
}

.footer-main .pre-footer .newsletter-form .field-wrap .btn, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"], 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"] {
	color: #ffffff;
	background: none;
	box-shadow: inset #73b143 0 0 0 3px;
}

.footer-main .pre-footer .newsletter-form .field-wrap .btn:hover, 
.footer-main .pre-footer .newsletter-form .field-wrap .btn:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap .btn:active, 
.footer-main .pre-footer .newsletter-form .field-wrap .btn:active:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap .btn.active, 
.footer-main .pre-footer .newsletter-form .field-wrap .btn.active:focus,
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"]:hover, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"]:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"]:active, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"]:active:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"].active, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="button"].active:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"]:hover, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"]:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"]:active, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"]:active:focus, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"].active, 
.footer-main .pre-footer .newsletter-form .field-wrap input[type="submit"].active:focus { 
	color: #054223;
	background: #73b143; 
}

.footer-main .pre-footer .newsletter-form .field-wrap .validation_message,
.footer-main .pre-footer .newsletter-form .field-wrap .gform_submission_error {
	display: none;
}

.footer-main .pre-footer .newsletter-form .field-wrap .gfield_error input {	
	box-shadow: inset 0 0 0 2px red;
}

.footer-main .pre-footer .newsletter-form .field-wrap .gform_ajax_spinner {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 3px;
}

.footer-main .copy-rights {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	border-top: 2px solid rgba(255, 255, 255, .30);
	padding: 33px 0 0 0;
}

.footer-main .copy-rights p {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px 0 0;
	margin: 0;
}

.footer-main .copy-rights p .divid {
	position: relative;
	padding: 0 7px;
	top: -1px;
}



.web_logo {
    float: left;
    margin-top: 1px;
    margin-right: 10px;
    font-size: 0;
    opacity: 0.4;
    width: 20px;
    height: 20px;
    display: block;
    background:url('https://www.newvuecommunities.org/wp-content/uploads/2025/08/logo-3mw.webp') no-repeat center;
    background-size: 100%;
}


@media (max-width: 1450px) {
	.footer-main { 
		margin-top: -25px;
}
}

@media (max-width: 991px) {
/* .footer-main .copy-rights .web_logo {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	float: none;
	vertical-align: middle;
	height: 20px;
	width: 20px;
} */

.footer-main .brand {
	margin-top: 20px;
}
}

.footer-main .copy-rights .foot-links {
	float: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}

.footer-main .copy-rights .foot-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.footer-main .copy-rights .foot-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 8px 0 12px;
	margin: 0;
}

.footer-main .copy-rights .foot-links ul li:last-child {
	padding-bottom: 0;
}

.footer-main .copy-rights .foot-links ul li:before {
	content: "";
	width: 2px;
	height: 17px;
	background: #f8f8f8;
	border-radius: 0;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);	
}

.footer-main .copy-rights .foot-links ul li a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.footer-main .copy-rights .foot-links ul li > a:hover,
.footer-main .copy-rights .foot-links ul li > a:focus,
.footer-main .copy-rights .foot-links ul li > a:active,
.footer-main .copy-rights .foot-links ul li.current-menu-item > a, 
.footer-main .copy-rights .foot-links ul li.current-menu-parent > a, 
.footer-main .copy-rights .foot-links ul li.current-menu-ancestor > a {
	color: #73b143;
	text-decoration: underline;
}

.footer-main .copy-rights .inn-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 150px 0 38px;
	margin: 0 -5px 0 0;
}

.footer-main .copy-rights .social-links {
	width: 160px;
	float: none;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	margin: 0 0 0 -165px;
}

.footer-main .copy-rights .social-links ul li a {
	font-size: 21px;
	color: inherit;
	line-height: 21px;	
	text-decoration: none;
}

.footer-main .copy-rights .social-links ul li > a:hover,
.footer-main .copy-rights .social-links ul li > a:focus,
.footer-main .copy-rights .social-links ul li > a:active {
	color: #73b143;
	text-decoration: none;
}

@media (min-width: 400px) {
.footer-main .copy-rights p br {
	display: none;
}
}

@media (min-width: 768px) {
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont {
	width: 50%;
}
}

@media (min-width: 1200px) {
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(1) {
	width: 24%;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(2) {
	width: 25%;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(3) {
	width: 28%;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(4) {
	width: 23%;
}
}

@media (min-width: 1300px) {
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(1) {
	width: 25%;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(2) {
	width: 25%;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(3) {
	width: 27%;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(4) {
	width: 23%;
}
}

@media (min-width: 1920px) {
.footer-main {
	background-size: 100% 70px;
}
}

@media (max-width: 1399px) {
.footer-main {
	font-size: 16px;	
	line-height: 24px;
}

.footer-main .pre-footer .left-cont .address-txt {
	max-width: 280px;
}

.footer-main .pre-footer .left-cont .address-txt .p-wrap p:first-child {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont h2,
.footer-main .pre-footer .right-cont .aside-wrap .aside-cont .h2 {
	font-size: 20px;	
	line-height: 28px;
}

.footer-main .pre-footer .newsletter-form .txt-wrap h3,
.footer-main .pre-footer .newsletter-form .txt-wrap .h3 {
	font-size: 22px;	
	line-height: 28px;
}
}

@media (max-width: 1199px) {
.footer-main {
	padding: 110px 0 50px 0;
}

.footer-main .pre-footer .left-cont {
	width: 45%;
}

.footer-main .pre-footer .right-cont {
	width: 55%;
}

.footer-main .pre-footer .newsletter-form {
	padding: 30px;
}

.footer-main .pre-footer .newsletter-form .txt-wrap {
	width: 100%;
	padding: 0 0 20px 0;
}

.footer-main .pre-footer .newsletter-form .field-wrap {
	width: 100%;
}
}

@media (max-width: 991px) {
.footer-main .pre-footer .left-cont {
	width: 100%;
}

.footer-main .pre-footer .left-cont .address-txt {
	width: 45%;
	margin: 22px 8% 0 0;
}

.footer-main .pre-footer .left-cont .logo {
	width: 45%;
	margin: 0;
}

.footer-main .pre-footer .right-cont {
	width: 100%;
}

.footer-main .copy-rights {
	text-align: center;
	padding-top: 30px;
}

.footer-main .copy-rights .inn-wrap {
	padding: 37px 0 0 0;
	margin: 0;
}

.footer-main .copy-rights p .icon-logo {
	width: 27px;
	height: 27px;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.footer-main .copy-rights .foot-links {
	overflow: hidden;
	margin-top: 0px;
}

.footer-main .copy-rights .foot-links ul {
	margin-left: -12px;
}

.footer-main .copy-rights .social-links {
	width: 100%;
	text-align: center;
	margin: 25px 0 0 0;
}
}

@media (max-width: 767px) {
.footer-main {
	font-size: 16px;	
	line-height: 24px;
	padding: 80px 0 40px 0;
}

.footer-main .pre-footer .left-cont p {
	padding-right: 0;
}

.footer-main .pre-footer .left-cont .address-txt {
	width: 100%;
	margin: 0 0 40px 0;
}

.footer-main .pre-footer .left-cont .logo {
	width: 100%;
	margin: 0;
}

.footer-main .pre-footer .right-cont .aside-wrap {
	margin: 0 -10px -40px -10px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont {
	width: 55%;
	padding: 0 10px 40px 10px;
}

.footer-main .pre-footer .right-cont .aside-wrap .aside-cont:nth-child(even) {
	width: 45%;
}

.footer-main .copy-rights {
	border-top-width: 2px;
}

.footer-main .copy-rights p {
	padding: 0 0 15px 0;
	margin: 0;
}

.footer-main .copy-rights p .divid {
	opacity: 0;
	padding: 0 4px;
}

.footer-main .copy-rights .foot-links ul {
	padding: 0;
	margin: 0 -8px -10px 0px;
}

.footer-main .copy-rights .foot-links ul li {
	padding: 0 8px;
	margin: 0 0 10px 0;
}
	.footer-main .copy-rights .foot-links ul li:before{width: 1px; left:1px;}
	.header-main .top-menu ul{margin: 0 0 -15px 0;}

}

@media (max-width: 399px) {
.footer-main .copy-rights p .divid {
	display: none;
}
}


/*
 6.) Inner - Pages
----------------------------------------*/

/* Hero - Inner */
.hero-inner {
	width: 100%;
	min-height: 749px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 24px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
	background: #144169;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 330px 0 180px 0;
}

.hero-inner:before,
.hero-inner:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	left: 0;
	z-index: -1;
}

.hero-inner:before {
	background-position: top;
	top: 0;
}

.hero-inner:after {
	background-position: bottom;
	bottom: 0;
}

.hero-inner .figure {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;	
}

.hero-inner .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
	opacity: .15;
}

.hero-inner h1,
.hero-inner .h1,
.hero-inner h2,
.hero-inner .h2,
.hero-inner h3,
.hero-inner .h3,
.hero-inner h4,
.hero-inner .h4,
.hero-inner h5,
.hero-inner .h5,
.hero-inner h6,
.hero-inner .h6,
.hero-inner .sub-title,
.hero-inner .date,
.hero-inner .location {
	color: inherit;
}

.hero-inner .aside {
	width: 100%;
	max-width: 960px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

@media (min-width: 1200px) {
.hero-inner {
	margin-top: -160px;
}

.hero-inner:before {
	top: 160px;
}
}

@media (min-width: 1600px) {
.hero-inner:before {
	background-image: url(../img/hero-line-top-lrg.png);
	background-position: top;
}

.hero-inner:after {
	background-image: url(../img/hero-line-bottom-lrg.png);
	background-position: bottom;
}
}

@media (max-width: 1599px) {
.hero-inner {
	min-height: 650px;
}

.hero-inner:before {
	background-image: url(../img/hero-line-top-med.png);
	background-size: 100% auto;
}

.hero-inner:after {
	background-image: url(../img/hero-line-bottom-med.png);
	background-size: 100% auto;
}
}

@media (max-width: 1199px) {
.hero-inner {
	min-height: 450px;
	font-size: 22px;
	line-height: 36px;
	padding: 120px 0;
}
}

@media (max-width: 767px) {
.hero-inner {
	min-height: 350px;
	font-size: 20px;
	line-height: 32px;
	padding: 100px 0;
}

.hero-inner:before {
	background-image: url(../img/hero-line-top-sml.png);
	background-position: top right;
	background-size: auto 140px;
}

.hero-inner:after {
	background-image: url(../img/hero-line-bottom-sml.png);
	background-position: bottom left;
	background-size: auto 50px;
}
}


/* Hero - Inner ALT */
@media (min-width: 1600px) {
.hero-inner.alt:before {
	background-image: url(../img/hero-line-top-alt-lrg.png);
}

.hero-inner.alt:after {
	background-image: url(../img/hero-line-bottom-alt-lrg.png);
}
}

@media (max-width: 1599px) {
.hero-inner.alt:before {
	background-image: url(../img/hero-line-top-alt-med.png);
}

.hero-inner.alt:after {
	background-image: url(../img/hero-line-bottom-alt-med.png);
}
}

@media (max-width: 767px) {
.hero-inner.alt:before {
	background-image: url(../img/hero-line-top-alt-sml.png);
	background-position: top left;
}

.hero-inner.alt:after {
	background-image: url(../img/hero-line-bottom-alt-sml.png);
	background-position: bottom right;
}
}


/* Hero - Inner ALT2 */
@media (min-width: 1600px) {
.hero-inner.alt2:before {
	background-image: url(../img/hero-line-top-alt2-lrg.png);
}

.hero-inner.alt2:after {
	background-image: url(../img/hero-line-bottom-alt2-lrg.png);
}
}

@media (max-width: 1599px) {
.hero-inner.alt2:before {
	background-image: url(../img/hero-line-top-alt2-med.png);
}

.hero-inner.alt2:after {
	background-image: url(../img/hero-line-bottom-alt2-med.png);
}
}

@media (max-width: 767px) {
.hero-inner.alt2:before {
	background-image: url(../img/hero-line-top-alt2-sml.png);
	background-position: top left;
}

.hero-inner.alt2:after {
	background-image: url(../img/hero-line-bottom-alt2-sml.png);
	background-position: bottom right;
}
}


/* Hero - Inner ALT3 */
.hero-inner.alt3 {
	padding-bottom: 110px;
}

.hero-inner.alt3:after {
	display: none;
}

@media (min-width: 1600px) {
.hero-inner.alt3:before {
	background-image: url(../img/hero-line-top-alt2-lrg.png);
}
}

@media (max-width: 1599px) {
.hero-inner.alt3:before {
	background-image: url(../img/hero-line-top-alt2-med.png);
}
}

@media (max-width: 1199px) {
.hero-inner.alt3 {
	padding-bottom: 80px;
}
}

@media (max-width: 767px) {
.hero-inner.alt3 {
	padding-bottom: 60px;
}

.hero-inner.alt3:before {
	background-image: url(../img/hero-line-top-alt2-sml.png);
	background-position: top left;
}
}


/* Hero Inner - Animations */
.hero-inner:before,
.hero-inner:after {
	opacity: 0;
}

.hero-inner.show-animate:before,
.hero-inner.show-animate:after {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.hero-inner.show-animate:before {
	animation-name: fadeInDown;
}

.hero-inner.show-animate:after {
	animation-name: fadeInUp;
}

.hero-inner.show-animate .aside {
	animation-delay: 1s;
}


/* Hero - Inner Top None */
@media (min-width: 1200px) {
.hero-inner.top-none {
	min-height: 500px;
	padding-top: 170px;
	margin-top: 0;
}

.hero-inner.top-none:before {
	top: 0;
}
}

@media (min-width: 1600px) {
.hero-inner.top-none {
	min-height: 589px;
}
}


/* Split - Content */
.split-cont {
	width: 100%;
	background: rgba(72, 137, 191, .10);
	overflow: hidden;
}

.split-cont .row {
	padding: 0;
	margin: 0;
}

.split-cont .row > div {
	padding: 0;
	margin: 0;
}

.split-cont .row > div .aside {
	width: 100%;
	float: left;
	padding: 110px 40px;
}

.split-cont .row > div .figure {
	width: 100%;
	margin: 0;
}

.split-cont .row > div .figure.img-fit img {
	position: relative;
	object-fit: contain;
	width: 100%;
	height: auto;
	min-height: 0px;
	min-width: 0px;
	padding: 0px 40px;
}


@media (min-width: 992px) {
.split-cont .row > div {
	position: relative;
}

.split-cont .row > div .aside {
	width: 100%;
	max-width: 800px;
	height: 100%;
	float: right;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;	
}

.split-cont .row > div .aside .txt-split2 {
	max-width: 750px;
}

.split-cont .row > div .figure {
	max-width: 820px;
	height: 100%;
	min-height: 684px;
	float: right;
	position: relative;
	padding: 0;
}

.split-cont .row > div .figure img {
	width: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0;
}

.split-cont .row > div .figure.img-fit img {
	padding: 0px 40px 0 0;
}
}

@media (min-width: 1920px) {
.split-cont .row > div:nth-child(even) {
	padding-left: 130px;
}

.split-cont .row > div .figure {
	max-width: 100%;
}
}

@media (max-width: 1199px) {
.split-cont .row > div .aside {
	padding-top: 80px;
	padding-bottom: 80px;
}
}

@media (max-width: 767px) {
.split-cont .row > div .aside {
	padding: 60px 20px;
}

.split-cont .row > div .aside .txt-max {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
}


/* Split Content - ALT */
.split-cont.alt {
	background-color: #f8f8f8;
}

.full-width-text-and-image-callout:last-child {
	margin-bottom: -70px;	
}

.full-width-text-and-image-callout:last-child .row > div .aside {
	padding-bottom: 180px;
}

@media (max-width: 1199px) {
.full-width-text-and-image-callout:last-child .row > div .aside {
	padding-bottom: 150px;
}
}

@media (max-width: 991px) {
.full-width-text-and-image-callout:last-child .row > div .aside {
	padding-bottom: 80px;
}
}

@media (max-width: 767px) {
.full-width-text-and-image-callout:last-child .row > div .aside {
	padding-bottom: 60px;
}
}


/* Team - List */
.team-list {
	width: 100%;
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden;
	padding-bottom: 130px;
	margin-bottom: 130px;	
}

.team-list:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;	
}

.team-list .team-entry p {
	padding-bottom: 10px;	
}
.team-list .team-entry p:last-child {
	padding-bottom: 0;
}

.team-list .row > div h4,
.team-list .row > div .h4 {
	font-weight: 700;
}

.team-list .row > div .position {
	float: none;
	display:inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 16px;
	color: #054223;
	line-height: 22px;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	background: #d3d3d3;
	border-radius: 12px;
	overflow: hidden;
	padding: 7px 15px 5px 16px;
	margin-bottom: 16px;
}

.team-list .row > div .position:last-child {
	margin-bottom: 0;
}

.team-list .row > div .box-logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	text-align: center;
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	padding: 40px 30px;
}

.team-list .row > div .box-logo .logo {
	width: 100%;
	margin-bottom: 25px;
}

.team-list .row > div .box-logo .logo:last-child {
	margin-bottom: 0;
}

.team-list .row > div .box-logo .logo img {
	width: 100%;
	max-width: 190px;
}

.team-list .row > div .box-logo .aside {
	width: 100%;
}

.team-list .row > div .box-logo .aside p {
	padding-bottom: 10px;
}
.team-list .row > div .box-logo .aside p:last-child {
	padding-bottom: 5px;
}

.team-list .aside.top-cta {
	margin-bottom: 45px;
}

@media (min-width: 992px) {
.team-list .row > div .box-logo {
	max-width: 880px;
	text-align: left;
	padding: 3.5%;
}

.team-list .row > div .box-logo .logo {
	width: 220px;
	float: left;
	text-align: left;
	padding: 0 35px 0 0;
	margin: 0 -220px 0 0;
}

.team-list .row > div .box-logo .aside {
	width: 100%;
	float: left;
	position: relative;
	padding: 20px 0 20px 255px;
}

.team-list .row > div .box-logo .aside:before {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	background: #d3d3d3;
	position: absolute;
	top: 0;
	left: 220px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.team-list .row > div {
	width: 33.33333333333333%;
}

.team-list .row > div.col-lg-9 {
	width: 66.66666666666667%;
}
}

@media (max-width: 1199px) {
.team-list {
	padding-bottom: 100px;
	margin-bottom: 100px;	
}
}

@media (max-width: 767px) {
.team-list {
	padding-bottom: 70px;
	margin-bottom: 70px;	
}

.team-list .row > div .position {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.3px;
	border-radius: 10px;
}
}


/* Team List - ALT */
.team-list.alt .row > div {
	line-height: 38px;
}

.team-list.alt .row > div h4,
.team-list.alt .row > div .h4 {
	margin-bottom: -5px;
}

@media (max-width: 767px) {
.team-list.alt .row > div {
	line-height: 34px;
}

.team-list.alt .row > div h4,
.team-list.alt .row > div .h4 {
	margin-bottom: -4px;
}
}


/* Icons - List */
.icons-list {
	width: 100%;
	background: rgba(115, 177, 67, .10);
	border-radius: 60px;
	overflow: hidden;
	padding: 7% 8%;
}

.icons-list .row {
	margin-bottom: -6%;
}

.icons-list .row > div {
	padding-bottom: 6%;
}

.icons-list .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 104px;
}

.icons-list .row > div .box .icon {
	width: 75px;
	height: 75px;
	float: left;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	position: absolute;
	top: 0;
	left: 0;
}

.icons-list .row > div .box h3,
.icons-list .row > div .box .h3 {
	width: 100%;
	min-height: 75px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 0 0 18px 0;
	margin: 0;
}

.icons-list .row > div .box:hover h3,
.icons-list .row > div .box:hover .h3,
.icons-list .row > div .box:focus h3,
.icons-list .row > div .box:focus .h3,
.icons-list .row > div .box:active h3,
.icons-list .row > div .box:active .h3 {
	color: #73b143;
	text-decoration: underline;
}

.icons-list .row > div .box:hover .icon,
.icons-list .row > div .box:focus .icon,
.icons-list .row > div .box:active .icon {
	animation: zoominout 0.5s linear 1;
	-webkit-animation-name: zoominout 0.5s linear 1;
}

@media (max-width: 1399px) {
.icons-list {
	border-radius: 40px;
	padding: 6% 5%;
}

.icons-list .row {
	margin-bottom: -5%;
}

.icons-list .row > div {
	padding-bottom: 5%;
}
}

@media (max-width: 1199px) {
.icons-list .row {
	margin-bottom: -60px;
}

.icons-list .row > div {
	padding-bottom: 60px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.icons-list .row > div .box {
	padding: 0 0 0 90px;
}

.icons-list .row > div .box .icon {
	width: 65px;
	height: 65px;
}

.icons-list .row > div .box h3,
.icons-list .row > div .box .h3 {
	min-height: 65px;
	padding: 0 0 13px 0;
}
}

@media (max-width: 991px) {
.icons-list .row > div .box {
	padding: 0;
}

.icons-list .row > div .box .icon {
	width: 65px;
	height: 65px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-bottom: 22px;
}

.icons-list .row > div .box h3,
.icons-list .row > div .box .h3 {
	min-height: inherit;
	padding: 0 0 12px 0;
}
}

@media (max-width: 767px) {
.icons-list {
	border-radius: 30px;
	padding: 50px 30px;
}
}


/* Icons - List2 */
.icons-list2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 110px 0;
}

.icons-list2:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(../img/cta-lines2.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.icons-list2 .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #d0e1ef;
	border-radius: 60px;
	overflow: hidden;
	padding: 12%;
}

.icons-list2 .row > div .box .icon {
	margin-bottom: 22px;
}

.icons-list2 .row > div .box .icon:last-child {
	margin-bottom: 0;
}

.icons-list2 .row > div .box p {
	padding-bottom: 34px;
}

.icons-list2 .row > div .box p:last-child {
	padding-bottom: 0;
}

.icons-list2 .row > div .box .btn-out,
.icons-list2 .row > div .box .btn-wrap {
	margin-top: 0;
}

@media (min-width: 1600px) {
.icons-list2 .row {
	margin-left: -30px;
	margin-right: -30px;
}

.icons-list2 .row > div {
	padding-left: 30px;
	padding-right: 30px;
}
}

@media (min-width: 1920px) {
.icons-list2:before {
	background-size: 100% 228px;
}
}

@media (max-width: 1399px) {
.icons-list2 .row > div .box {
	border-radius: 40px;
}
}

@media (max-width: 1199px) {
.icons-list2 {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.icons-list2 {
	padding: 60px 0;
}

.icons-list2 .row > div .box {
	border-radius: 30px;
	padding: 40px 30px;
}
}


/* Icons List2 - Animations */
.icons-list2:before {
	opacity: 0;
}

.icons-list2.show-animate:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
	animation-name: fadeInUp;
}

.icons-list2.show-animate .box {
	animation-delay: .5s;
}


/* Testimonial - Content */
.testimonial-cont {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 110px 0;
}

.testimonial-cont .item {
	width: 100%;
	max-width: 1010px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 300;
	font-size: 28px;
	color: #144169;
	line-height: 40px;
	text-align: left;
}

.testimonial-cont .item .figure {
	width: 144px;
	float: left;
	overflow: visible;
	position: relative;
	padding: 45px 0 0 0;
	margin: 0 -144px 0 0;
}

.testimonial-cont .item .figure:before {
	content: "";
	width: 77px;
	height: 68px;
	float: left;
	background: url(../img/quote.svg) no-repeat top center;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	right: -15px;
}

.testimonial-cont .item .figure .inn {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.testimonial-cont .item .figure .inn img {
	width: 100%;
}

.testimonial-cont .item .aside {
	width: 100%;
	float: left;
	padding: 0 0 0 205px;
}

.testimonial-cont .item .aside .author-name {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-style: italic;
	font-size: 24px;
	line-height: 30px;
	position: relative;
}

.testimonial-cont .item .aside .author-name:before {
	content: "";
	width: 60px;
	height: 2px;
	float: left;
	background: #4889bf;
	position: absolute;
	top: 15px;
	left: -80px;
}

.testimonial-cont .owl-carousel {
	padding: 0 90px;
}

.testimonial-cont .owl-carousel .owl-nav button {
	width: 48px;
	height: 48px;
	font-size: 30px;
	color: #ffffff;
	background: #144169;
	border-radius: 900px;
	top: 90px;	
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.testimonial-cont .owl-carousel .owl-nav button:hover,
.testimonial-cont .owl-carousel .owl-nav button:focus,
.testimonial-cont .owl-carousel .owl-nav button:active {
	background: #4889bf;
}

.testimonial-cont .owl-carousel .owl-nav button.owl-prev {
	left: 0;
	padding-right: 3px;
}

.testimonial-cont .owl-carousel .owl-nav button.owl-next {
	right: 0;
	padding-left: 3px;
}

@media (max-width: 1199px) {
.testimonial-cont {
	padding: 80px 0;
}

.testimonial-cont .item {
	font-size: 24px;
	line-height: 36px;
}

.testimonial-cont .item .aside .author-name {
	font-size: 20px;
	line-height: 26px;
}
}

@media (max-width: 991px) {
.testimonial-cont .item .figure {
	width: 110px;
	padding: 35px 0 0 0;
	margin: 0 -110px 0 0;
}

.testimonial-cont .item .figure:before {
	width: 63px;
	height: 68px;
	right: -15px;
}

.testimonial-cont .item .aside {
	padding: 0 0 0 150px;
}

.testimonial-cont .item .aside .author-name:before {
	top: 15px;
}

.testimonial-cont .owl-carousel {
	padding: 0 50px;
}

.testimonial-cont .owl-carousel .owl-nav button {
	width: 38px;
	height: 38px;
	font-size: 24px;
	top: 67px;	
}

.testimonial-cont .owl-carousel .owl-nav button.owl-prev {
	left: -15px;
}

.testimonial-cont .owl-carousel .owl-nav button.owl-next {
	right: -15px;
}
}

@media (max-width: 767px) {
.testimonial-cont {
	padding: 60px 0;
}

.testimonial-cont .item {
	font-size: 22px;
	line-height: 32px;
}

.testimonial-cont .item .figure {
	width: 110px;
	padding: 35px 0 0 0;
	margin: 0 0 30px 0;
}

.testimonial-cont .item .figure:before {
	width: 63px;
	height: 68px;
	right: -15px;
}

.testimonial-cont .item .aside {
	padding: 0;
}

.testimonial-cont .item .aside .author-name {
	font-size: 18px;
	line-height: 24px;
	padding: 20px 0 0 0;
	margin-top: 15px;
}

.testimonial-cont .item .aside .author-name:before {
	top: 0;
	left: 0;
}

.testimonial-cont .owl-carousel {
	padding: 0;
}

.testimonial-cont .owl-carousel .owl-nav button {
	width: 38px;
	height: 38px;
	font-size: 24px;
	top: 67px;	
}

.testimonial-cont .owl-carousel .owl-nav button.owl-prev {
	left: -10px;
}

.testimonial-cont .owl-carousel .owl-nav button.owl-next {
	right: -10px;
}

.testimonial-cont .owl-carousel .owl-dots {
	margin-top: 40px;
}
}


/* Testimonial - Content ALT */
.testimonial-cont.alt {
	padding: 110px 0 160px 0;
}

@media (max-width: 1199px) {
.testimonial-cont.alt {
	padding: 30px 0 100px 0;
}
}

@media (max-width: 767px) {
.testimonial-cont.alt {
	padding: 0 0 60px 0;
}
}


/* Articles - List */
.articles-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 110px;
}

.articles-list:last-child {
	margin-bottom: 0;
}

.articles-list .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.articles-list .row > div .box .figure {
	border-radius: 10px;
	margin-bottom: 30px;
}

.articles-list .row > div .box .figure:last-child {
	margin-bottom: 0;
}

.articles-list .row > div .box .figure img {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.articles-list .row > div .box.inactive .figure img {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.articles-list .row > div .box .aside {
	width: 100%;
}

.articles-list .row > div .box .aside h3,
.articles-list .row > div .box .aside .h3 {
	padding-bottom: 29px;
}

.articles-list .row > div .box .aside h3:last-child,
.articles-list .row > div .box .aside .h3:last-child {
	padding-bottom: 0;
}

.articles-list .row > div .box .aside .read-more {
	margin-top: 0;
}

.articles-list .row > div .box.inactive:hover .aside h3,
.articles-list .row > div .box.inactive:hover .aside .h3,
.articles-list .row > div .box.inactive:focus .aside h3,
.articles-list .row > div .box.inactive:focus .aside .h3,
.articles-list .row > div .box.inactive:active .aside h3,
.articles-list .row > div .box.inactive:active .aside .h3 {
	color: #054223;
	text-decoration: none;
}

.articles-list .row > div .box:hover .aside h3,
.articles-list .row > div .box:hover .aside .h3,
.articles-list .row > div .box:focus .aside h3,
.articles-list .row > div .box:focus .aside .h3,
.articles-list .row > div .box:active .aside h3,
.articles-list .row > div .box:active .aside .h3 {
	color: #73b143;
	text-decoration: underline;
}

.articles-list .row > div .box.inactive:hover .figure img,
.articles-list .row > div .box.inactive:focus .figure img,
.articles-list .row > div .box.inactive:active .figure img {
	-webkit-transform: none;
	-moz-transform: none;
	transform: scale(1);
}

.articles-list .row > div .box:hover .figure img,
.articles-list .row > div .box:focus .figure img,
.articles-list .row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.articles-list .box-wrap img {
    height: 400px;
    object-fit: cover;
}

.blog .articles-list img {
    height: 350px;
    object-fit: cover;
}

@media (max-width: 1279px) {
.articles-list .row > div .box .aside h3,
.articles-list .row > div .box .aside .h3 {
	font-size: 30px;
	line-height: 38px;
}
}

@media (max-width: 1199px) {
.articles-list {
	margin-bottom: 80px;
}

.articles-list .row > div .box .aside h3,
.articles-list .row > div .box .aside .h3 {
	font-size: 26px;
	line-height: 32px;
	padding-bottom: 27px;
}

.articles-list .row > div .box .aside .date,
.articles-list .row > div .box .aside .location {
	font-size: 18px;
	line-height: 24px;
}
}

@media (max-width: 767px) {
.articles-list {
	margin-bottom: 60px;
}

.articles-list .row > div .box .figure {
	margin-bottom: 20px;
}

.articles-list .row > div .box .aside h3,
.articles-list .row > div .box .aside .h3 {
	padding-bottom: 25px;
}
}


/* Load More - Articles */
.articles-list .loadmore-articles {
	padding-bottom: 0;
}

.articles-list .loadmore-articles > div {
	display: none;
}

.articles-list .loadmore-articles > div:nth-child(-n+12) {
	opacity: 0;
}

.articles-list .loadmore-articles > div.show-animate:nth-child(-n+12) {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInUp;
	opacity: 1;
}

.articles-list .loadmore-articles-btn {
	width: 100%;
	overflow: hidden;
	margin-top: 110px;
}

@media (max-width: 1199px) {
.articles-list .loadmore-articles-btn {
	margin-top: 80px;
}
}

@media (max-width: 991px) {
.articles-list .loadmore-articles > div.show-animate:nth-child(-n+12) {
	animation-name: fadeIn;
}
}

@media (max-width: 767px) {
.articles-list .loadmore-articles-btn {
	margin-top: 60px;
}
}


/* Articles - List Wrap */
.articles-list-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.articles-list-wrap .articles-list {
	border-bottom: 1px solid #d3d3d3;
	padding: 140px 0;
	margin: 0;
}

.articles-list-wrap .articles-list:first-child {
	padding-top: 79px;
}

.articles-list-wrap .articles-list:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

@media (max-width: 1199px) {
.articles-list-wrap .articles-list {
	padding: 100px 0;
}

.articles-list-wrap .articles-list:first-child {
	padding-top: 70px;
}
}

@media (max-width: 767px) {
.articles-list-wrap .articles-list {
	padding: 70px 0;
}

.articles-list-wrap .articles-list:first-child {
	padding-top: 60px;
}
}


/* Articles - List2 */
.articles-list2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}

.articles-list2:last-child {
	margin-bottom: 0;
}

.articles-list2 h3,
.articles-list2 .h3 {
	padding-bottom: 21px;
}

.articles-list2 .row  {
	padding: 0;
	margin: 0 -18px -36px -18px;
}

.articles-list2 .row > div {
	padding: 0 18px 36px 18px;
	margin: 0;
}

.articles-list2 .row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
	background: #ffffff;
	border: 1px solid #d3d3d3;
	border-radius: 10px;
	overflow: hidden;
	padding: 4.5%;
}

.articles-list2 .row > div .box h4,
.articles-list2 .row > div .box .h4 {
	text-decoration: underline;
}

.articles-list2 .row > div .box:hover h4,
.articles-list2 .row > div .box:hover .h4,
.articles-list2 .row > div .box:focus h4,
.articles-list2 .row > div .box:focus .h4,
.articles-list2 .row > div .box:active h4,
.articles-list2 .row > div .box:active .h4 {
	color: #73b143;
	text-decoration: underline;
}

@media (max-width: 767px) {
.articles-list2 {
	margin-bottom: 50px;
}

.articles-list2 .row > div .box {
	padding: 30px;
}
}


/* Single - Title */
.single-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 58px;
}

.single-title h1 {
	font-size: 50px;
	line-height: 55px;
  }

.single-title:last-child {
	margin-bottom: 0;
}

.single-title h1,
.single-title .h1 {
	width: 100%;
	max-width: 1010px;
	position: relative;
	padding-bottom: 49px;
	margin-bottom: 58px;
}

.single-title h1:before,
.single-title .h1:before {
	content: "";
	width: 112px;
	height: 3px;
	float: left;
	background: #73b143;
	position: absolute;
	bottom: 0;
	left: 0;
}

.single-title h1:last-child,
.single-title .h1:last-child {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
.single-title {
	margin-bottom: 50px;
}

.single-title h1,
.single-title .h1 {
	padding-bottom: 40px;
	margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.single-title {
	margin-bottom: 45px;
}

.single-title h1,
.single-title .h1 {
	padding-bottom: 30px;
	margin-bottom: 45px;
}

.single-title h1:before,
.single-title .h1:before {
	width: 90px;
}
}


/* Events - Detail */
.events-detail > div .col-in {
	width: 100%;
	max-width: 755px;
}

.events-detail > div .txt {
	margin-bottom: 50px;
}

.events-detail > div .txt:last-child {
	margin-bottom: 0;
}

.events-detail > div .divider {
	margin-bottom: 50px;
}

.events-detail > div .divider span {
	background-color: #73b143;
}

.events-detail > div .divider:last-child {
	margin-bottom: 0;
}

.events-detail > div .date {
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	padding-left: 59px;
	margin-bottom: 45px;
}

.events-detail > div .date:last-child {
	margin-bottom: 0;
}

.events-detail > div .date:before {
	height: 44px;
}

.events-detail > div .regis-steps {
	margin-bottom: 50px;
}

.events-detail > div .regis-steps:last-child {
	margin-bottom: 0;
}

.events-detail > div .regis-steps h3,
.events-detail > div .regis-steps .h3 {
	padding-bottom: 27px;
}

.events-detail > div .regis-steps h3:last-child,
.events-detail > div .regis-steps .h3:last-child {
	padding-bottom: 0;
}

.events-detail > div .regis-steps p {
	padding-bottom: 12px;
}

.events-detail > div .regis-steps p:last-child {
	padding-bottom: 0;
}

.events-detail > div .regis-steps .tlbx {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 18px;
	color: #f8f8f8;
	line-height: 24px;
	letter-spacing: 1.8px;
	text-decoration: none;
	text-transform: uppercase;
	background: #076838;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 18px 9px 20px;
	margin-bottom: 12px;
}

.events-detail > div .regis-steps .tlbx:last-child {
	margin-bottom: 0;
}

.events-detail > div .regis-steps .step {
	margin-bottom: 45px;
}

.events-detail > div .regis-steps .step strong {
	font-weight: 600;
}

.events-detail > div .regis-steps .step:last-child {
	margin-bottom: 0;
}

.events-detail > div .book-class {
	margin-bottom: 50px;
}

.events-detail > div .book-class:last-child {
	margin-bottom: 0;
}

.events-detail > div .book-class h3,
.events-detail > div .book-class .h3 {
	padding-bottom: 27px;
}

.events-detail > div .book-class h3:last-child,
.events-detail > div .book-class .h3:last-child {
	padding-bottom: 0;
}

.events-detail > div .book-class .add-to-cart-form {
	max-width: 644px;
}

.events-detail > div .book-class .add-to-cart-form input,
.events-detail > div .book-class .add-to-cart-form select {
	width: 100%;
	/* max-width: 360px; */
	float: left;
	margin: 0;
}

.events-detail > div .book-class .add-to-cart-form .btn {
	float: left;
	margin: 0;
}

.add-to-cart-form .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 36px;
	grid-row-gap: 36px;
}

.add-to-cart-form .gfield--type-submit {
	position: relative;
}

.events-detail .figure img {
	border-radius: 15px;
}

@media (min-width: 992px) {
.events-detail > div {
	width: 64%;
}

.events-detail > div:nth-child(even) {
	width: 36%;
}
}

@media (max-width: 1199px) {
.events-detail > div .date {
	font-size: 24px;
	line-height: 30px;
	padding-left: 55px;
	margin-bottom: 40px;
}

.events-detail > div .date:before {
	height: 40px;
}
}

@media (max-width: 767px) {
.events-detail {
	margin-bottom: -60px;
}

.events-detail > div {
	padding-bottom: 60px;
}

.events-detail > div .txt {
	margin-bottom: 45px;
}

.events-detail > div .divider {
	margin-bottom: 45px;
}

.events-detail > div .date {
	font-size: 22px;
	line-height: 28px;
	padding-left: 50px;
	margin-bottom: 35px;
}

.events-detail > div .date:before {
	height: 35px;
}

.events-detail > div .regis-steps {
	margin-bottom: 45px;
}

.events-detail > div .regis-steps h3,
.events-detail > div .regis-steps .h3 {
	padding-bottom: 22px;
}

.events-detail > div .regis-steps .tlbx {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1.6px;
	border-radius: 8px;
	padding: 8px 13px 6px 15px;
}

.events-detail > div .regis-steps .step {
	margin-bottom: 35px;
}

.events-detail > div .book-class {
	margin-bottom: 45px;
}

.events-detail > div .book-class h3,
.events-detail > div .book-class .h3 {
	padding-bottom: 22px;
}


.add-to-cart-form .gform_wrapper.gravity-theme .gform_fields {
	grid-column-gap: 20px;
	grid-row-gap: 25px;
}
}


/* Projects - Detail */
.projects-detail {
	padding-bottom: 60px;
}

.projects-detail:last-child {
	padding-bottom: 0;
}

.projects-detail > div h2,
.projects-detail > div h2 {
	padding-bottom: 30px;
	margin-bottom: 0;
}

.projects-detail > div h2:last-child,
.projects-detail > div .h2:last-child {
	padding-bottom: 0;
}

.projects-detail > div h2:before,
.projects-detail > div .h2:before {
	display: none;
}

.projects-detail > div .date,
.projects-detail > div .location {
	margin-bottom: 25px;
}

.projects-detail > div .date:last-child,
.projects-detail > div .location:last-child {
	margin-bottom: 0;
}

.projects-detail > div .smart-info {
	margin-bottom: 25px;
}

.projects-detail > div .smart-info:last-child {
	margin-bottom: 0;
}

.projects-detail > div .smart-info p {
	padding-bottom: 6px;
}

.projects-detail > div .smart-info p:last-child {
	padding-bottom: 0;
}

.projects-detail > div .ulbx {
	width: 100%;
	background: rgba(255, 255, 255, .08);
	border-radius: 10px;
	overflow: hidden;
	padding: 35px;
	margin-bottom: 25px;
}

.projects-detail > div .ulbx ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -35px -6px 0;
}

.projects-detail > div .ulbx ul li {
	width: 50%;
	float: left;
	padding-right: 35px;
}

.projects-detail > div .ulbx ul li:last-child {
	padding-bottom: 6px;
}

.projects-detail > div .ulbx:last-child {
	margin-bottom: 0;
}

.projects-detail > div .figure {
	border-radius: 10px;
	margin-bottom: 0;
}

.projects-detail > div .figure-caption {
	width: 100%;
	height: 55px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	color: #070707;
	line-height: 20px;
	text-align: center;
	background: rgba(255, 255, 255, .80);
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px;
	margin: 0;
	z-index: 1;
}

.projects-detail > div .figure-wrap {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative; height: 400px;
}

/*.projects-detail > div .owl-carousel {
	position: static;
}*/

.projects-detail > div .owl-carousel .owl-nav button {
	height: 55px;
	font-size: 22px;
	top: auto;
	bottom: 0;	
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 2;
}

.projects-detail > div .owl-carousel .owl-nav button.owl-prev {
	left: 24px;
}

.projects-detail > div .owl-carousel .owl-nav button.owl-next {
	right: 24px;
}

.gallery-slider .owl-item img {
 height: 400px;
 object-fit: cover;
}

@media (min-width: 768px) and (max-width: 1199px)  {
.projects-detail > div {
	width: 43%;
}

.projects-detail > div:nth-child(even) {
	width: 57%;
}

.projects-detail > div .figure-caption {
	font-size: 14px;
	line-height: 18px;
	padding: 0 40px;
}

.projects-detail > div .owl-carousel .owl-nav button {
	font-size: 20px;
}

.projects-detail > div .owl-carousel .owl-nav button.owl-prev {
	left: 15px;
}

.projects-detail > div .owl-carousel .owl-nav button.owl-next {
	right: 15px;
}
}

@media (max-width: 1199px) {
.projects-detail > div h2,
.projects-detail > div h2 {
	padding-bottom: 25px;
}

.projects-detail > div .date,
.projects-detail > div .location {
	margin-bottom: 20px;
}

.projects-detail > div .ulbx {
	padding: 25px;
}
}

@media (max-width: 991px) {
.projects-detail > div .ulbx ul li {
	width: 100%;
}
}

@media (max-width: 767px) {
.projects-detail {
	padding-bottom: 50px;
}

.projects-detail > div .ulbx ul li {
	width: 100%;
}
}


/* Timeline - Content */
.timeline-cont {
	width: 100%;
	overflow: hidden;
	margin-bottom: 70px;
}

.timeline-cont:last-child {
	margin-bottom: 0;
}

.timeline-cont h3,
.timeline-cont .h3 {
	padding-bottom: 21px;
}

.timeline-cont ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

.timeline-cont ul li {
	width: 16.66666666666667%;
	float: left;
	font-weight: 700;
	font-size: 17px;
	color: #070707;
	line-height: 22px;
	z-index: 1;
	padding: 52px 15px 0 15px;
	margin: 0;
}

.timeline-cont ul li:before {
	content: "";
	width: 100%;
	height: 41px;
	float: left;
	background: #054827;
	top: 0;
	left: 0;
}

.timeline-cont ul li:first-child:before {
	border-radius: 8px 0 0 8px;
}

.timeline-cont ul li:last-child:before {
	border-radius: 0 8px 8px 0;
}

.timeline-cont ul li:after {
	content: "";
	width: 4px;
	height: 90%;
	float: left;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.timeline-cont ul li:nth-child(2):before {
	background: #06582f;
}

.timeline-cont ul li:nth-child(3):before {
	background: #076838;
}

.timeline-cont ul li:nth-child(4):before {
	background: #087841;
}

.timeline-cont ul li:nth-child(5):before {
	background: #098849;
}

.timeline-cont ul li:nth-child(6):before {
	background: #0a9852;
}

.timeline-cont ul li.active:before,
.timeline-cont ul li.active:after {
	background: #73b143;
}

@media (max-width: 1199px) {
.timeline-cont ul li {
	font-size: 14px;
	line-height: 19px;
	padding: 40px 10px 0 10px;
}

.timeline-cont ul li:before {
	height: 30px;
}

.timeline-cont ul li:first-child:before {
	border-radius: 5px 0 0 5px;
}

.timeline-cont ul li:last-child:before {
	border-radius: 0 5px 5px 0;
}

.timeline-cont ul li:after {
	content: "";
	width: 3px;
}
}

@media (max-width: 767px) {
.timeline-cont {
	margin-bottom: 50px;
}

.timeline-cont ul {
	display: block;
}

.timeline-cont ul li {
	width: auto;
	float: left;
	display: block;
	clear: left;
	font-size: 16px;
	line-height: 21px;
	padding: 20px 20px 20px 45px;
}

.timeline-cont ul li:last-child {
	padding-bottom: 20px;
}

.timeline-cont ul li:before {
	width: 30px;
	height: 100%;
}

.timeline-cont ul li:first-child:before {
	border-radius: 5px 5px 0 0;
}

.timeline-cont ul li:last-child:before {
	border-radius: 0 0 5px 5px;
}

.timeline-cont ul li:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0 15px 15px 0;
}
}


/* Row - Content */
.row-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 100px;
}

.row-cont:last-child {
	margin-bottom: 0;
}

.row-cont .txt {
	margin-bottom: 45px;
}

.row-cont .txt:last-child {
	margin-bottom: 0;
}

.row-cont .row {
	padding: 0;
	margin: 0 -20px -31px -20px;
}

.row-cont .row > div {
	padding: 0 20px 31px 20px;
	margin: 0;
}

.row-cont .row > div p {
	width: 100%;
	max-width: 439px;
}

@media (max-width: 1199px) {
.row-cont {
	margin-bottom: 80px;
}

.row-cont .txt {
	margin-bottom: 35px;
}
}

@media (max-width: 767px) {
.row-cont {
	margin-bottom: 60px;
}

.row-cont .txt {
	margin-bottom: 30px;
}
}


/* Contact - Content */
.contact-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 100px;
}

.contact-cont:last-child {
	margin-bottom: 0;
}

.contact-cont .address-cont {
	width: 100%;
	max-width: 540px;
}

.contact-cont .address-cont .content-text {
	padding-bottom: 70px;
}

.contact-cont .address-cont .content-text:last-child {
	padding-bottom: 0;
}

.contact-cont .address-cont .sml-txt {
	width: 100%;
	max-width: 335px;
	padding-bottom: 30px;
}

.contact-cont .address-cont .sml-txt:last-child {
	padding-bottom: 0;
}

.contact-cont .address-cont .sml-txt p {
	padding-bottom: 25px;
}

.contact-cont .address-cont .sml-txt p:last-child {
	padding-bottom: 0;
}

.contact-cont .address-cont .sml-txt strong {
	font-size: 24px;
	color: #076838;
}


@media (max-width: 1199px) {
.contact-cont {
	margin-bottom: 80px;
}

.contact-cont .address-cont .content-text {
	padding-bottom: 50px;
}

.contact-cont .row > div:nth-child(1) {
	width: 100%;
	order: 2;
}

.contact-cont .row > div:nth-child(2) {
	width: 100%;
	order: 1;
}
}

@media (max-width: 767px) {
.contact-cont {
	margin-bottom: 60px;
}

.contact-cont .address-cont .content-text {
	padding-bottom: 40px;
}

.contact-cont .address-cont .sml-txt strong {
	font-size: 22px;
}
}


/* Sticky Column - Wrap */
.sticky-col-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 100px;
}

.sticky-col-wrap:last-child {
	margin-bottom: 0;
}

.sticky-col-wrap .left-cl {
	width: 100%;
	float: left;
	padding: 0 418px 0 0;
}

.sticky-col-wrap .left-cl .left-in {
	width: 100%;
	max-width: 1008px;
}

.sticky-col-wrap .left-cl .left-in .body-text h2 {
	margin-top: 45px;
}
.sticky-col-wrap .left-cl .left-in .body-text h2:first-child {
	margin-top: 0;
}

.sticky-col-wrap .left-cl .left-in .txt {
	margin-bottom: 45px;
}

.sticky-col-wrap .right-cl {
	width: 368px;
	float: right;
	position: relative;
	z-index: 2;
	margin: 0 0 0 -368px;
}

.sticky-col-wrap .right-cl .right-in {
	width: 100%;
}

.sticky-col-wrap .right-cl h3,
.sticky-col-wrap .right-cl .h3 {
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 23px;
}

.sticky-col-wrap .right-cl .submenu-list {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 22px 0 0 0;	
}

.sticky-col-wrap .right-cl .submenu-list ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -18px -2px -18px;
}

.sticky-col-wrap .right-cl .submenu-list ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 2px 0;
}

.sticky-col-wrap .right-cl .submenu-list ul li:before {
	display: none;
}

.sticky-col-wrap .right-cl .submenu-list ul li:last-child {
	padding-bottom: 0;
}

.sticky-col-wrap .right-cl .submenu-list ul li a {
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #054223;
	line-height: 26px;
	text-decoration: none;
	border-radius: 12px;
	padding: 8px 18px;	
}

.sticky-col-wrap .right-cl .submenu-list ul li > a:hover,
.sticky-col-wrap .right-cl .submenu-list ul li > a:focus,
.sticky-col-wrap .right-cl .submenu-list ul li > a:active,
.sticky-col-wrap .right-cl .submenu-list ul li.current-cat > a, 
.sticky-col-wrap .right-cl .submenu-list ul li.current-menu-item > a, 
.sticky-col-wrap .right-cl .submenu-list ul li.current-menu-parent > a, 
.sticky-col-wrap .right-cl .submenu-list ul li.current-menu-ancestor > a {
	color: #054223;
	text-decoration: none;
	background: rgba(115, 177, 67, .10);
}

.sticky-col-wrap .right-cl .submenu-items {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.sticky-col-wrap .right-cl .submenu-item {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d3d3d3;	
}

.sticky-col-wrap .right-cl .submenu-item .submenu-title {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-title a {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 26px;
	color: #076838;
	line-height: 32px;
	text-decoration: none;
	position: relative;
	padding: 14px 40px 13px 0;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-title a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 100%;
	line-height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-title.active a:after {
	content: "\f077";
}

.sticky-col-wrap .right-cl .submenu-item .submenu-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2px 0 22px 0;
	margin: 0 -18px;
	display: none;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-list.active {
	display: block;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-list ul {
	margin-left: 0;
	margin-right: 0;
}

.sticky-col-wrap .right-cl .submenu-btns {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.sticky-col-wrap .right-cl .submenu-btns ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -24px 0;
}

.sticky-col-wrap .right-cl .submenu-btns ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 24px 0;
}

.sticky-col-wrap .right-cl .submenu-btns ul li:before {
	display: none;
}

.sticky-col-wrap .right-cl .submenu-btns ul li:last-child {
	padding-bottom: 0;
}

.sticky-col-wrap .right-cl .submenu-btns ul li a {
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #076838;
	line-height: 26px;
	text-decoration: none;
	box-shadow: inset #73b143 0 0 0 3px;	
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;	
	position: relative;
	z-index: 1;
	padding: 20px 33px;	
}

.sticky-col-wrap .right-cl .submenu-btns ul li a::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: #73b143;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.sticky-col-wrap .right-cl .submenu-btns ul li > a:hover,
.sticky-col-wrap .right-cl .submenu-btns ul li > a:focus,
.sticky-col-wrap .right-cl .submenu-btns ul li > a:active,
.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-item > a, 
.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-parent > a, 
.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-ancestor > a {
	color: #054223;
	text-decoration: none;
}

.sticky-col-wrap .right-cl .submenu-btns ul li > a:hover:before,
.sticky-col-wrap .right-cl .submenu-btns ul li > a:focus:before,
.sticky-col-wrap .right-cl .submenu-btns ul li > a:active:before,
.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-item > a:before, 
.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-parent > a:before, 
.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-ancestor > a:before {
	width: 100%;
}

.sticky-col-wrap .right-cl .submenu-btns ul li.current-menu-item {
	display: none;
}

@media (max-width: 1399px) {
.sticky-col-wrap .left-cl {
	padding: 0 340px 0 0;
}

.sticky-col-wrap .right-cl {
	width: 290px;
	margin: 0 0 0 -290px;
}

.sticky-col-wrap .right-cl .submenu-list ul li a {
	font-size: 18px;
	line-height: 24px;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-title a {
	font-size: 24px;
	line-height: 30px;
}
}

@media (max-width: 1199px) {
.sticky-col-wrap {
	margin-bottom: 80px;
}

.sticky-col-wrap .left-cl {
	padding: 0 280px 0 0;
}

.sticky-col-wrap .right-cl {
	width: 230px;
	margin: 0 0 0 -230px;
}

.sticky-col-wrap .right-cl .submenu-item .submenu-title a {
	font-size: 22px;
	line-height: 28px;
}

.sticky-col-wrap .right-cl .submenu-btns ul li a {
	padding: 17px 33px;	
}
.sticky-col-wrap .left-cl .left-in .txt {
	margin-bottom: 35px;
}
}

@media (max-width: 991px) {
.sticky-col-wrap .left-cl {
	padding: 0 0 60px 0;
}

.sticky-col-wrap .right-cl {
	width: 100%;
	min-height: inherit!important;
	margin: 0;
}

.sticky-col-wrap .StickySidebar {
	width: 100%!important;
	position: static!important;
	top: 0!important;
	left: 0!important;
	padding: 0!important;
	margin: 0!important;
}
}

@media (max-width: 767px) {
.sticky-col-wrap {
	margin-bottom: 60px;
}

.sticky-col-wrap .right-cl .submenu-btns ul li a {
	font-size: 18px;
	line-height: 24px;
	padding: 16px 33px;	
}
.sticky-col-wrap .left-cl .left-in .txt {
	margin-bottom: 30px;
}
.sticky-col-wrap .left-cl .left-in .body-text h2 {
	margin-top: 30px;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 110px 0;	
}
/* .content-inner+.content-inner{padding-top:0;} */
.articles-list > .row{margin-left:0;}

@media (max-width: 1199px) {
.content-inner {
	padding: 80px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}
}


/* Content - Inner2 */
.content-inner2 {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 140px 0;	
}

@media (max-width: 1199px) {
.content-inner2 {
	padding: 45px 0 100px 0;
}
}

@media (max-width: 767px) {
.content-inner2 {
	padding: 40px 0 70px 0;
}
}


/* Content - Inner3 */
.content-inner3 {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding: 358px 0 110px 0;
}

.content-inner3:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 1200px) {
.content-inner3 {
	margin-top: -160px;
}

.content-inner3:before {
	top: 160px;
}
}

@media (min-width: 1600px) {
.content-inner3:before {
	background-image: url(../img/hero-line-top-alt3-lrg.png);
	background-position: top;
}
}

@media (max-width: 1599px) {
.content-inner3:before {
	background-image: url(../img/hero-line-top-alt3-med.png);
	background-position: top right;
	background-size: 1500px auto;
}
}

@media (max-width: 1299px) {
.content-inner3 {
	padding-top: 320px;
}

.content-inner3:before {
	background-size: 1250px auto;
}
}

@media (max-width: 1199px) {
.content-inner3 {
	padding: 130px 0 80px 0;
}
}

@media (max-width: 991px) {
.content-inner3 {
	padding: 120px 0 80px 0;
}
}

@media (max-width: 767px) {
.content-inner3 {
	padding: 80px 0 60px 0;
}

.content-inner3:before {
	background-image: url(../img/hero-line-top-alt3-sml.png);
	background-position: top left;
	background-size: auto 140px;
}
}


/* Content - Inner3 - Animations */
.content-inner3:before {
	opacity: 0;
}

.content-inner3.show-animate:before {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 1;
}

.content-inner3.show-animate:before {
	animation-name: fadeInDown;
}


/* Content - Inner4 */
.content-inner4 {
	width: 100%;
	overflow: hidden;
	padding: 140px 0;	
}

@media (max-width: 1199px) {
.content-inner4 {
	padding: 100px 0;
}
}

@media (max-width: 767px) {
.content-inner4 {
	padding: 70px 0;
}
}


/* Content - Inner5 */
.content-inner5 {
	width: 100%;
	overflow: hidden;
	padding: 110px 0 140px 0;	
}

@media (max-width: 1199px) {
.content-inner5 {
	padding: 80px 0 100px 0;
}
}

@media (max-width: 767px) {
.content-inner5 {
	padding: 60px 0 70px 0;
}
}


/* Animation - Delay */
@media (min-width: 992px) {
.delay-1 {
	animation-delay: 0.1s;
}

.delay-2 {
	animation-delay: 0.4s;
}

.delay-3 {
	animation-delay: 0.7s;
}

.delay-4 {
	animation-delay: 1.1s;
}

.delay-5 {
	animation-delay: 1.4s;
}

.delay-6 {
	animation-delay: 1.7s;
}

.delay-7 {
	animation-delay: 2s;
}

.delay-8 {
	animation-delay: 2.3s;
}

.delay-9 {
	animation-delay: 2.6s;
}

.delay-10 {
	animation-delay: 2.9s;
}
}


/*
 7.) Animates
----------------------------------------*/

.wow {
	visibility: hidden;
}

@media (max-width: 991px) {
.zoomIn,
.fadeInUp,
.fadeInDown,
.fadeInLeft,
.fadeInRight { 
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn; 
}
}


/* Bootstrap - Modal */
.modal-backdrop.show {
	background: none;
	opacity: 1;
}

.modal-backdrop:before {
	content: "";
	width: 110%;
	height: 110%;
	float: left;
	background: #144169;		
	-webkit-filter: blur(20px);
	filter: blur(20px);
	opacity: 0.98;
	position: absolute;
	top: -5%;
	left: -5%;
}


/* Properties - Modal */
.property-modal .modal-dialog {
	max-width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	overflow: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
}

.property-modal.fade .modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0);
	transform: translate(0)
}


/* Modal - Content */
.property-modal .modal-content {
	width: 100%;
	float: left;
	color: #ffffff;
	text-align: left;	
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	z-index: 2;
	padding: 70px 0;
	margin: 0;
	overflow-y: auto;
    height: 100vh;
}

.property-modal .modal-content .container {
	position: relative;    overflow: auto;    overflow-x: hidden;
}

.property-modal .modal-content .icon-close {
	width: 32px;
	height: 32px;
	text-decoration: none;
	background: url(../img/close.svg) no-repeat right center;
	background-size: auto 100%;
	text-indent: 99999px;
	cursor: pointer;
	z-index: 2;
	position: absolute;
	top: 0;
	right: 35px;
}

.property-modal .modal-content h1,
.property-modal .modal-content .h1,
.property-modal .modal-content h2,
.property-modal .modal-content .h2,
.property-modal .modal-content h3,
.property-modal .modal-content .h3,
.property-modal .modal-content h4,
.property-modal .modal-content .h4,
.property-modal .modal-content h5,
.property-modal .modal-content .h5,
.property-modal .modal-content h6,
.property-modal .modal-content .h6,
.property-modal .modal-content .sub-title,
.property-modal .modal-content .date,
.property-modal .modal-content .location {
	color: inherit;
}

.property-modal .modal-content h2,
.property-modal .modal-content .h2,
.property-modal .modal-content .location {
	width: 90%;
	max-width: 550px;
}

.property-modal a {
	color: #fff;
}

@media (min-width: 992px) {
.property-modal .modal-content .projects-detail > div {
	width: 39%;
}

.property-modal .modal-content .projects-detail > div:nth-child(even) {
	width: 61%;
}
}

@media (min-width: 1600px) {
.property-modal .modal-content .projects-detail {
	margin-left: -3%;
	margin-right: -3%;
}

.property-modal .modal-content .projects-detail > div {
	padding-left: 3%;
	padding-right: 3%;
}
}

@media (max-width: 1399px) {
.property-modal .modal-content .icon-close {
	width: 28px;
	height: 28px;
}
}

@media (max-width: 767px) {
.property-modal .modal-content {
	padding: 60px 0;
}

.property-modal .modal-content .icon-close {
	width: 22px;
	height: 22px;
	top: -40px;
	right: 20px;
}

.property-modal .modal-content h2,
.property-modal .modal-content .h2,
.property-modal .modal-content .location {
	width: 100%;
}

.property-modal .modal-content .projects-detail > div {
	order: 2;
}

.property-modal .modal-content .projects-detail > div:nth-child(even) {
	order: 1;
}
	.property-modal .modal-content .projects-detail > div .date, .property-modal .modal-content .projects-detail > div .location{line-height: 32px;}
	.property-modal .modal-content .icon-close{top: 23px;}
	.property-modal .modal-content{padding:0;}
	.property-modal .modal-content .projects-detail{padding-top: 60px;}
}


/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/

.txt-28 {
	font-weight: 300;
	font-size: 28px;
	line-height: 40px;
}

@media (max-width: 1199px) {
.txt-28 {
	font-size: 24px;
	line-height: 36px;
}
}

@media (max-width: 767px) {
.txt-28 {
	font-size: 22px;
	line-height: 32px;
}
}


/* Footer - Edge */
.content-inner.off-green-bg:last-child,
.content-inner.off-blue-bg:last-child,
.foot-edge {
	padding-bottom: 180px!important;
	margin-bottom: -70px!important;
}

@media (max-width: 1199px) {
.content-inner.off-green-bg:last-child,
.content-inner.off-blue-bg:last-child,
.foot-edge {
	padding-bottom: 150px!important;
}
}

@media (max-width: 767px) {
.content-inner.off-green-bg:last-child,
.content-inner.off-blue-bg:last-child,
.foot-edge {
	padding-bottom: 130px!important;
}
}


/* Font - Weights */
.light {
	font-weight: 300!important; 
}

.regular {
	font-weight: 400!important; 
}

.medium {
	font-weight: 500!important; 
}

.semi-bold {
	font-weight: 600!important; 
}

.bold {
	font-weight: 700!important; 
}

.extra-bold {
	font-weight: 800!important; 
}

.black {
	font-weight: 900!important; 
}


/* Text - Positions */
.upper-case { 
	text-transform: uppercase;
}

.lower-case { 
	text-transform: none;
}

.underline {
	text-decoration: underline; 
}

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

.vertical-align {
	align-items: center;
}

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

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


/* Padding/Margin - None */
.p-top-none {
	padding-top: 0!important;
}

.p-bottom-none {
	padding-bottom: 0!important;
}

.m-top-none {
	margin-top: 0!important;
}

.m-bottom-none {
	margin-bottom: 0!important;
}


/* Text - Colors */
.purple {
	color: #9648bf!important;
}

.blue {
	color: #4889bf!important;
}

.blue-sky {
	color: #d0e1ef!important;
}

.blue-slate {
	color: #144169!important;
}

.green-light {
	color: #73b143!important;
}

.green-mid {
	color: #076838!important;
}

.green-dark {
	color: #054223!important;
}

.black {
	color: #070707!important;
}

.gray {
	color: #4a4a4a!important;
}

.gray-light {
	color: #d3d3d3!important;
}

.off-purple {
	color: rgba(150, 72, 191, .10)!important;
}

.off-blue {
	color: rgba(72, 137, 191, .10)!important;
}

.off-green {
	color: rgba(115, 177, 67, .10)!important;
}

.off-white {
	color: #f8f8f8!important;
}



/* Background - Colors */
.purple-bg {
	background-color: #9648bf!important;
}

.blue-bg {
	background-color: #4889bf!important;
}

.blue-sky-bg {
	background-color: #d0e1ef!important;
}

.blue-slate-bg {
	background-color: #144169!important;
}

.green-light-bg {
	background-color: #73b143!important;
}

.green-mid-bg {
	background-color: #076838!important;
}

.green-dark-bg {
	background-color: #054223!important;
}

.black-bg {
	background-color: #070707!important;
}

.gray-bg {
	background-color: #4a4a4a!important;
}

.gray-light-bg {
	background-color: #d3d3d3!important;
}

.off-purple-bg {
	background-color: rgba(150, 72, 191, .10)!important;
}

.off-blue-bg {
	background-color: rgba(72, 137, 191, .10)!important;
}

.off-green-bg {
	background-color: rgba(115, 177, 67, .10)!important;
}

.off-white-bg {
	background-color: #f8f8f8!important;
}



/* Toolkit Page - Title - (Notes) */
.notes-title {
	width: 100%;
	overflow: hidden;
	padding: 100px 0 40px 0;
}

.notes-title p {
	font-weight: 700;
	font-size: 24px;
	color: #054223;
	line-height: 30px;
	padding: 0;
}

.notes-title p:last-child {
	padding-bottom: 0;
}

@media (max-width: 991px) {
.notes-title p {
	font-size: 20px;
	line-height: 30px;
}
}


/* ---------------------------- Begin WordPress Core ---------------------------- */

.alignnone {
	margin: 10px 0;
}

.aligncenter, 
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 10px 0 10px 25px;
}

.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

a img.alignright {
	float: right;
	margin: 10px 0 10px 25px;
}

a img.alignnone {
	margin: 10px 25px 10px 0;
}

a img.alignleft {
	float: left;
	margin: 10px 25px 10px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.figure img.alignnone,
.figure img.alignleft,
.figure img.alignright,
.figure img.aligncenter {
	margin: 0;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	/* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
.alignleft, 
.alignright, 
a img.alignright, 
a img.alignleft {
	max-width: 350px;
}
}

@media (min-width: 601px) and (max-width: 767px) {
.alignleft, 
.alignright, 
a img.alignright, 
a img.alignleft {
	max-width: 250px;
}
}

@media (max-width: 600px) {
.alignleft, 
.alignright, 
.aligncenter, 
.alignnone, 
a img.alignright, 
a img.alignleft, 
a img.alignnone, 
a img.aligncenter {
	float: none;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 20px;
	display: block;
}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

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



/* -- Content inner fix -- */
.off-blue-bg + .off-blue-bg,
.off-green-bg + .off-green-bg,
.off-white-bg + .off-white-bg {
	padding-top: 0;	
}
.off-blue-bg:has(+ .off-blue-bg),
.off-green-bg:has(+ .off-green-bg),
.off-white-bg:has(+ .off-white-bg) {
	padding-bottom: 70px;
}

.off-white-bg +  .download-links-grid {
	padding-top: 0 !important;	
}

.icons-list2.off-blue-bg:has(+ .off-blue-bg),
.icons-list2.off-green-bg:has(+ .off-green-bg),
.icons-list2.off-white-bg:has(+ .off-white-bg) {
	padding-bottom: 110px;
}

.off-blue-bg + .testimonial-cont.alt.off-blue-bg,
.off-green-bg + .testimonial-cont.alt.off-green-bg,
.off-white-bg + .testimonial-cont.alt.off-white-bg {
	padding-top: 110px;
}
.off-blue-bg + .icons-list2.off-blue-bg,
.off-green-bg + .icons-list2.off-green-bg,
.off-white-bg + .icons-list2.off-white-bg {
	padding-top: 40px;	
}

@media (max-width: 1199px) {
	.off-blue-bg + .icons-list2.off-blue-bg,
	.off-green-bg + .icons-list2.off-green-bg,
	.off-white-bg + .icons-list2.off-white-bg {
		padding-top: 10px;
	}
	.icons-list2.off-blue-bg:has(+ .off-blue-bg),
	.icons-list2.off-green-bg:has(+ .off-green-bg),
	.icons-list2.off-white-bg:has(+ .off-white-bg) {
		padding-bottom: 80px;
	}
	.off-blue-bg + .testimonial-cont.alt.off-blue-bg,
	.off-green-bg + .testimonial-cont.alt.off-green-bg,
	.off-white-bg + .testimonial-cont.alt.off-white-bg {
		padding-top: 30px;
	}
}

@media (max-width: 767px) {
	.wysiwyg-band.off-white-bg:has( + .off-white-bg),
	.wysiwyg-band.off-green-bg:has( + .off-green-bg),
	.wysiwyg-band.off-blue-bg:has( + .off-blue-bg) {
		padding-bottom: 50px;
	}
	.off-blue-bg + .icons-list2.off-blue-bg,
	.off-green-bg + .icons-list2.off-green-bg,
	.off-white-bg + .icons-list2.off-white-bg {
		padding-top: 0;	
	}
	
	.icons-list2.off-blue-bg:has(+ .off-blue-bg),
	.icons-list2.off-green-bg:has(+ .off-green-bg),
	.icons-list2.off-white-bg:has(+ .off-white-bg) {
		padding-bottom: 60px;
	}
	.off-blue-bg + .testimonial-cont.alt.off-blue-bg,
	.off-green-bg + .testimonial-cont.alt.off-green-bg,
	.off-white-bg + .testimonial-cont.alt.off-white-bg {
		padding-top: 0;
	}
}

/* -- The Events Calendar -- */
#tribe-events-pg-template {
	margin: 0;
	max-width: none;
	padding: 0;
}

.load-more-btn-wrap {
	text-align: center;
}

.collage-wrap {
	position: relative;
	--collage-height: 720;
}
.collage-wrap:before {
	content: '';
	display: block;
	padding-top: calc((var(--collage-height) / 720) * 100%);
}
.collage-wrap:after {
	content: '';
	position: absolute;
	width: calc((820 / 720) * 100%);
	height: calc((820 / 720) * 100%);
	background: radial-gradient(closest-side, #73b143, rgba(115, 177, 67, 0));
	background: radial-gradient(closest-side, #73b143 0%, rgba(115, 177, 67, 0.11) 79.8%, rgba(115, 177, 67, 0) 100%);

	top: 50%;
	left: 50%;
	transform: translate(-50%, -51%);
	z-index: 0;
}
.collage-wrap img {
	position: absolute;
	border-radius: 10px;
}
.collage-wrap .collage-1 {
	transform: rotate(-3deg);
	top: calc((30 / var(--collage-height)) * 100%);
	left: calc((83 / 720) * 100%);
	width: calc((499 / 720) * 100%);
	z-index: 1;
}
.collage-wrap .collage-2 {
	transform: rotate(-9deg);
	top: calc((231 / var(--collage-height)) * 100%);
	left: calc((16 / 720) * 100%);
	width: calc((392 / 720) * 100%);
	z-index: 3;
}
.collage-wrap .collage-3 {
	transform: rotate(5deg);
	top: 0;
	top: calc((236 / var(--collage-height)) * 100%);
	left: calc((324 / 720) * 100%);
	width: calc((423 / 720) * 100%);
	z-index: 2;
}

@media (max-width: 991px) {
	.collage-wrap .collage-3 {
		left: auto;
		right: 2%;
	}
}

.latest-feeds + .alternating-2-col-text-img {
	padding-top: 0 !important;
}

.header-main .gtranslate_wrapper {
	float: left;
    margin-left: 34px;
    max-width: 100px;
    overflow: hidden !important;
    text-overflow: ellipsis;
}
.header-main .gtranslate_wrapper select {
	background: transparent;
	padding: 0;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: white;
	height: 50px;
	width: auto;
	max-width: 100%;
}
.header-main .gtranslate_wrapper select option {
	color: black;
}

@media (max-width: 1199px) {
	.header-main .gtranslate_wrapper {
		margin: 0;
		width: 100%;
	}
	.header-main .gtranslate_wrapper select {
		font-weight: 700;
		font-size: 20px;
	}
	.header-main .gtranslate_wrapper select option {
		font-weight: 400;
	}
}

#content-main .tribe-events ul li:before {
	display: none;
}
#content-main .tribe-events .tribe-events-header__events-bar {
	background: transparent;
	border: 0;
	margin: 0;
	display: block;
}

#content-main .tribe-events .tribe-events-c-events-bar__views {
	display: block;
}
#content-main .tribe-events .tribe-events-c-view-selector {
	width: auto;
}
#content-main .tribe-events-header__top-bar {
	padding-top: 79px;
}
#content-main .tribe-events .tribe-events-header {
	display: block;
}

@media (max-width: 767px) {
	#content-main .tribe-events-header__top-bar {
		padding-top: 60px;
	}
}

.search-result-item {
	padding-bottom: 50px;
}

.search-result-item .read-more {
	margin: 0;
}

.two-three-column-text-grids .row {
	max-width: 1264px;
    margin: 0 auto;
}

/* ---------------------------- Print CSS Styling ---------------------------- */
@media print {
    @page {
        size: auto;
        margin-top: 2cm;
        margin-bottom: 2cm;
        margin-left: 2cm;
        margin-right: 2cm;
    }
    header { box-shadow: none; padding: 0; }
	footer {display: none;}
	@page :first { 
		 header { display:block !important; } 
	}
	.header-main.fixed { position: absolute; }
	body {
		background: #ffffff;
		color: #000000;
		font-size: 8pt; 
		line-height: 150%;
		margin: 0px;
	}
	body * {
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		transition: none;
        -moz-transition: none;
        -webkit-transition: none;
	}
	hr {
		color: #ccc;
		background-color: #ccc; 
	}
	h1, h2, h3, h4 {
   		page-break-after: avoid;
	}
	ul, img, table, figure, p {
   		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6, code, pre, p, a:link, a:visited, blockquote {
		color: #000000 !important;
	}
	.perfmatters-lazy, .wow { 
		animation: none !important; 
		animation-duration: 0s !important; 
		animation-delay: 0s !important; 
		visibility: visible !important; 
	}
	select { border: 1px solid #000; }
	blockquote {
		background-image: none; 
	}
	a:link, a:visited {
		text-decoration: underline;
	}
	.btn {
	   border: 1px solid #000;
	}
	.collapse {
        display: block !important;
        height: auto !important;
    }
	.skip-btn, .nav-bar, #menu, #navigation, .do-not-print, .NoPrint {
		display: none;
	}
}
/* ---------------------------- End Print CSS Styling ---------------------------- */

.paypal-form {
	width: 25%;
	margin: 0 auto;
	text-align: center;
}


.events-detail > div .book-class .paypal-form h3 {
	padding-bottom: 27px;
}

.single-tribe_events .paypal-form {
	width: 50%;
	margin: 0;
	text-align: left;
}

.search-no-results .search-results-wrap{max-width: 600px; margin: 0 auto;}
.single-title .back_blog{    margin-top: -30px;
    margin-bottom: 30px;}
.single-title .back_blog > a{}
.single-title .back_blog > a em{    margin: 0 10px 0 0;}

@media (max-width: 767px){
	.paypal-form{width: 100%;}
	.single-title .back_blog{margin-top:0;}
}