/* @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400;1,700&display=swap'); */


*, ::after, ::before {
	box-sizing: border-box;
}
.wow { visibility: hidden; }

body
{
	/* font-family: 'puffin-display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: normal;
	/* background: #dee3e8; */
	background: #fff;
	font-size: 16px;
	color: rgba(4, 40, 36, 0.75);
	/* color: #014856 */
	
}

html.is-reveal-open, html.is-reveal-open body {
	position: static !important;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-smooth: always;
}

#page-container {
	margin: auto;
	background: #f9f6f0;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#page-container {
		overflow: hidden;
	}
}

#page-container.active-notch {
	margin-top: 50px;
}

#content-container {
	position: relative;
	z-index: 1;
	background-color: #fff;
}

.grid-container {
	max-width: 1380px;
}
.grid-container.is-relative {
	z-index: 2;
}
.grid-container.narrow {
	max-width: 1300px;
}


.grid-container.full.blocks {
	width: calc(100% - 60px);
}
.section-cta .grid-container {
	z-index: 999;
}
.searchbar .grid-container {
	z-index: 999;
}
	@media (max-width: 1610px) {
		.grid-container {
			max-width: 1280px;
		}
	}
	@media (max-width: 1380px) {
		.grid-container {
			max-width: 1220px;
		}
	}
	@media (max-width: 1300px) {
		.grid-container {
			max-width: 1180px;
			z-index: 2;
		}
	}
	@media (max-width: 1040px) {
		.grid-container {
			max-width: 1000px;
			z-index: 2;
		}
	}
	@media (max-width: 1023px) {
		.grid-container {
	
			z-index: 2;
		}
	}
	@media (max-width: 640px) {
		.grid-container {
			max-width:100%;
			z-index: 2;
		}
	}


a {
	color: #0056ae;
	outline: 0;
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a i {
	-webkit-transition: color 0.1s ease-in-out;
	-moz-transition: color 0.1s ease-in-out;
	-ms-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
}
a:hover {
	color: #00458a;
}

p {
	font-size: 16px;
	line-height: 1.7;
	/* font-family: 'ashemore', sans-serif; */
}
p a {
	position: relative;
}
p.small {
	font-size: 0.86rem;

}

dl, ol, ul {
	margin-left: 2.25rem
}

.font-script {
	font-family: 'puffin-display', sans-serif;
	font-weight: 400;
	font-style: normal;
}

.b-lazy {
	-webkit-transition: opacity 200ms ease-in-out;
	   -moz-transition: opacity 200ms ease-in-out;
		 -o-transition: opacity 200ms ease-in-out;
		    transition: opacity 200ms ease-in-out;
			 width: 100%;
			   opacity: 0;
}
.b-lazy.b-loaded {
			   opacity: 1;
}

.column-count-1 {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
.column-count-2 {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;
}
.column-count-3 {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
	column-count: 3;
	-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
}

.underline {
	border-radius: 0px;
	background-image: linear-gradient(120deg, rgba(0, 100, 175, 0.15) 0%, rgba(0, 100, 175, 0.15) 100%);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 96%;
	transition: background-size 0.15s ease-in;

}
.underline:hover {
	background-image: linear-gradient(120deg, rgba(0, 86, 174, 0.7) 0%, rgba(0, 86, 174, 0.7) 100%);
	background-size: 100% 1px;
}

p a {
	border-radius: 0px;
	background-image: linear-gradient(120deg, rgba(0, 100, 175, 0.15) 0%, rgba(0, 100, 175, 0.15) 100%);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 96%;
	transition: background-size 0.1s ease-in;
	
}
p a:hover {
  background-image: linear-gradient(120deg, rgba(0, 86, 174, 0.7) 0%, rgba(0, 86, 174, 0.7) 100%);
  background-size: 100% 1px;
}
/*
p a:before {
	position: absolute;
	bottom: 4px;
	left: 0;
	content:'';
	width: 100%;
	height:8px;
	background: #f8bf05;
	opacity: 0.3;
	z-index: -1;

}
p a:hover:before {
	opacity: 0.6;

}
*/



/* .fa-phone {
	-moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} */

h1, h2, h3, h4, h5, h6 {
	/* font-family: 'puffin-display', sans-serif; */
	font-family: 'puffin-display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-weight: 800;
	font-style: normal;
	text-rendering: optimizeLegibility;
	margin-top: 0rem;
	margin-bottom: 0.5rem;
	line-height: 1.1;
	color: #042824;
	/* text-transform: uppercase; */

 }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	font-size: 100%;
	line-height: 1;
	font-weight: 400;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	font-weight: 700;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #0056ae;
	font-weight: 400;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #0056ae;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {

}



[itemprop="video"] h2, [itemprop="video"] [itemprop="description"] {
	display: none;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
	  box-shadow: none ;
}
::placeholder {
  color:rgba(0, 0, 0, 0.6);
  opacity: 1; /* Firefox */
}

textarea {
	min-height: 200px;
	border-radius: 8px;
}

input::placeholder, textarea::placeholder {
	position: relative;
}
input[readonly] {
	background: #fff;
	cursor: text
}


b, strong {
	font-weight: 700;
}
label {
	font-size: 1rem;
	border-radius: 8px;
}
.label {
	border-radius: 8px;
}
a.label[href] {
	cursor: pointer;
}
input[type='text'],input[type='email'],input[type='password'] {
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-shadow: none !important;
	line-height: 1.6;
	color: #042824;
	border-radius: 8px;
	height: 48px;
}


input:focus {
	border-color: #A4D33C !important
}
input[type='text'].invalid,input[type='email'].invalid,select.invalid,textarea.invalid {
	border-color: #0056ae !important;
}
input[type='text'].valid,input[type='email'].valid,select.valid,textarea.valid {
	border-color: #A4D33C !important;
}
.formval-message {
	font-size: 0.85em;
	margin: -0.5em 0 1em 0;
	color: #0056ae;
}

.input-group-label {
	background-color: #fff;
}
.input-group-label:first-child {
	border-radius: 8px 0 0 8px;
}
.input-group-label:last-child {
	border-radius: 0 8px 8px 0;
}
.input-group-field:last-child {
	border-radius: 0 8px 8px 0;
}

.input-group-button .button {
}

[type=checkbox], [type=file], [type=radio] {
	margin-bottom:0;
}

select {
	border-radius: 8px;
	line-height: 1.4;
	appearance: none;
	height: 48px;
	border: 1px solid  rgba(4,40,36, 0.1);
	padding-left: 15px;
	background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4IiB2aWV3Qm94PSIwIDAgNDQ0LjgxOSA0NDQuODE5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDQuODE5IDQ0NC44MTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDM0LjI1MiwxMTQuMjAzbC0yMS40MDktMjEuNDE2Yy03LjQxOS03LjA0LTE2LjA4NC0xMC41NjEtMjUuOTc1LTEwLjU2MWMtMTAuMDk1LDAtMTguNjU3LDMuNTIxLTI1LjcsMTAuNTYxICAgTDIyMi40MSwyMzEuNTQ5TDgzLjY1Myw5Mi43OTFjLTcuMDQyLTcuMDQtMTUuNjA2LTEwLjU2MS0yNS42OTctMTAuNTYxYy05Ljg5NiwwLTE4LjU1OSwzLjUyMS0yNS45NzksMTAuNTYxbC0yMS4xMjgsMjEuNDE2ICAgQzMuNjE1LDEyMS40MzYsMCwxMzAuMDk5LDAsMTQwLjE4OGMwLDEwLjI3NywzLjYxOSwxOC44NDIsMTAuODQ4LDI1LjY5M2wxODUuODY0LDE4NS44NjVjNi44NTUsNy4yMywxNS40MTYsMTAuODQ4LDI1LjY5NywxMC44NDggICBjMTAuMDg4LDAsMTguNzUtMy42MTcsMjUuOTc3LTEwLjg0OGwxODUuODY1LTE4NS44NjVjNy4wNDMtNy4wNDQsMTAuNTY3LTE1LjYwOCwxMC41NjctMjUuNjkzICAgQzQ0NC44MTksMTMwLjI4Nyw0NDEuMjk1LDEyMS42MjksNDM0LjI1MiwxMTQuMjAzeiIgZmlsbD0iIzAwN2FmYSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=');
	background-size: 10px auto;
	background-position: right -5px center;
	background-color: #f7f7f7;
	font-weight: 500;
	font-size: 14px;
	color: #042824;
}


.form-label {
	margin: 0;
	line-height: 1.4;
	margin-top: 7px;
	margin-bottom: 10px
}
.req {
	color: #A4D33C;
	font-weight: 700;
}
.checkbox-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-start;

}
.checkbox-wrap label.text  {
	position: relative;
	top:10px;
	margin:0;
	line-height: 1;
	padding:0;
	margin-left: -10px;

}

table {
	border: 0 !important;
	margin-bottom: 20px
}
table * {
	border: 0 !important
}

table + * {
	padding-top: 20px
}

table thead, table tbody, table tfoot {
	border:0;
	color: #042824;
	font-family: 'puffin-display', -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	background-color: rgba(255, 255, 255, 0.3);
}
tbody tr:nth-child(even) {
	background-color: rgba(0, 0, 0, 0.03);
}


/* Dropdown Pane */
.dropdown-pane {
	border: 0px;
	background: #fff;
	box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.08);
}
.dropdown-pane.is-open {

}

.reveal-overlay {
	z-index: 10000;
}

.title-highlight {
	position: relative;
}
.title-highlight:before,
.title-highlight:after {
	position: absolute;
	top: 96%;
	right: 0%;
	width:100%;
	height: 4px;
	border-radius: 8px;
	content:'';
	background: #0056ae;
	transform: rotate(0deg);
}
.title-highlight:after {
	top: 100%;
	width:98%;
	transform: rotate(-1deg)
}

.text-highlight {
	position: relative;
}
.text-highlight:before {
	position: absolute;
    bottom: -8px;
    left: -0.5rem;
    right: -0.5rem;
    height: 0.75rem;
	content:'';
	background-image: url("../images/underline-primary.svg");
	background-repeat: no-repeat;
	
}


.close-button {
	color: #042824
}

.pagination-previous a::before, .pagination-previous.disabled::before {
	font-family: "Font Awesome 6 Pro";
	content: '\f323';
}
.pagination-next a::after, .pagination-next.disabled::after {
	font-family: "Font Awesome 6 Pro";
	content: '\f324';
}


/* Callouts */

.callout {
	border: 0;
	border-radius: 16px;
	padding-top: 14px;
	padding-bottom: 14px;
}
.callout .close-button {
	top: 11px;
}
.callout.default,
.callout.white {
	border: 1px solid rgba(0, 0, 0, 0.15);
}


.callout.primary {
	background-color: rgba(150, 198, 5, 0.15);
	color: #A4D33C
}
.callout.primary i {
	color: #A4D33C
}

.callout.secondary {
	background-color: rgba(0, 99, 175, 0.15);
	color: #0056ae
}
.callout.secondary i ,
.callout.secondary a {
	color: #0056ae
}

.callout.tertiary {
	background-color: rgba(4,40,36, 0.15);
	color: #042824
}
.callout.tertiary i,
.callout.tertiary a {
	color: #042824
}


.callout.success {
	background-color: rgba(150, 198, 5, 0.15);
	color: #A4D33C
}
.callout.success i,
.callout.success a {
	color: #A4D33C
}


.callout.warning {
	background-color: rgba(255, 125, 18, 0.15);
	color: #ff7e12;
}
.callout.warning i,
.callout.warning a {
	color: #ff7e12
}
.callout.warning a {
	background-image: linear-gradient(120deg, rgba(255, 125, 18, 0.2) 0%, rgba(255, 125, 18, 0.2) 100%);
	background-repeat: no-repeat;
	background-size: 100% 2px;
	background-position: 0 100%;
	transition: background-size 0.1s ease-in;
}
.callout.warning a:hover {
	background-size: 100% 100%;
}
.callout .close-button {
	color: #ff7e12
}

.callout.alert {
	background-color: rgba(255, 0, 76, 0.15);
	color: #ff004c
}
.callout.alert i,
.callout.alert a {
	color: #ff004c
}

.callout.with-icon {
	padding-left: 60px;
}
.callout.with-icon i {
	position: absolute;
	top: 18px;
	left: 20px;
	font-size: 22px;
}

.callout h4 i {
	color: inherit !important;
}
@media (max-width: 767px) {
	.callout.large {
		padding-top: 1rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
		padding-left: 1rem;
	}
}

/* Title Size
------------------------------------------------
*/

.title {
	margin-bottom: 1rem;
}
.title-tiny {
	font-size: 90%;
}
.title-small {
	font-size: 1.2rem;

}
.title-medium {
	font-size: 1.6rem;

}
.title-large {
	font-size: 3rem;

}
.title-huge {
	font-size: 4rem;

}



/* Sub */
.subtitle {
	margin-bottom: 1rem;
	font-size: 100%;
}
.subtitle-tiny {
	font-size: 70%;
	line-height: 1.1;
}
.subtitle-small {
	font-size: 120%;
	line-height: 1;
}
.subtitle-medium {
	font-size: 180%;
	line-height: 1.1;
}
.subtitle-large {
	font-size: 240%;
	line-height: 1.1;
}
.subtitle-huge {
	font-size: 320%;
	line-height: 1.2;
}


/*Sections */
.section-title {

}

/*
---------------------------
TOOLTIPS
---------------------------
*/

.has-tip {
	border:0;
	font-weight: normal;
	position: relative;
	display: inline-block;
	cursor: pointer;

}
.tooltip {
	max-width: 14rem;
	font-size: 11px;
	border-radius: 0;

	line-height: 1.2;
	border-radius:8px;
}





/* Introduction
------------------------------------------------
*/

.intro {
	font-size: 0.96rem;
	display: inline-block;
	margin-bottom: 10px;
}

.lead {
	padding-top: 10px;
	font-size: 120%;
}



/* Text Size
------------------------------------------------
*/
.text-tiny {
	font-size: 0.76rem;
}
.text-small {
	font-size: 1rem;
}
.text-medium {
	font-size: 1.2rem;
}
.text-large {
	font-size: 1.6rem;
}
.text-huge {
	font-size: 2rem;
}


p big {
	font-size: 130%;
	line-height: 1.2;
}
.bg-dark .text-white p,
.bg-black .text-white p {
	color: rgba(255, 255, 255, 0.8) !important;
}

/* Text Colors
------------------------------------------------
*/
.text-primary,
.c-primary {
	color: #A4D33C !important;
}
.text-secondary,
.c-secondary {
	color: #0056ae !important;
}
.text-tertiary,
.c-tertiary	{
	color: #042824 !important;
}

/* Tertiary */
.c-tertiary {
	color: #042824 !important;
}
/* color4 */
.c-color4 {
	color: #21ABE6 !important;
}
/* color5 */
.c-color5 {
	color: #F9BF4B !important;
}
/* color6 */
.c-color6 {
	color: #7499F1 !important;
}
/* color7 */
.c-color7 {
	color: #F37457 !important;
}


.text-success,
.c-success {
	color: #A4D33C !important;
}
.text-warning,
.c-warning {
	color: #F9BF4B !important;
}
.text-alert,
.c-alert {
	color: #F37457 !important;
}
.text-light-gray,
.c-light-gray {
	color: #bcbcba !important;
}
.text-medium-gray,
.c-medium-gray {
	color: #818180 !important;
}
.text-dark-gray,
.c-dark-gray {
	color: #474746 !important;
}
.text-dark,
.c-dark {
	color: #042824 !important;
}
.text-black,
.c-black {
	color: #000;
}
.text-black-80,
.c-black-80 {
	color: rgba(0, 0, 0, 0.8);
}
.text-white,
.c-white {
	color: #ffffff !important;
}
.c-white-60 {
	color: rgba(255, 255, 255, 0.6) !important;
}


.text-light,
.c-light {
	color: #f6f2e7 !important;
}


.c-twitter {
	color: #1e9af0 !important;
}
.c-facebook {
	color: #1c74e5 !important;
}
.c-linkedin {
	color: #0b66c2 !important;
}
.c-instagram {
	color: #a13cad !important;
}
.c-youtube {
	color: #e1302f !important;
}
.c-googleplus {
	color: #e44538 !important;
}
.c-pinterest {
	color: #e50023 !important;
}
/* Background Colors
------------------------------------------------
*/
.bg-transparant {
	background-color: transparent !important;
}

/* Primary */
.bg-primary {
	background-color: #A4D33C !important;
}
.bg-primary-light {
	background-color: rgba(163, 211, 60, 0.15) !important;
}

.bg-primary-90 {
	background-color: rgba(164, 211, 60, 0.9) !important;
}
.bg-primary-80 {
	background-color: rgba(164, 211, 60, 0.8) !important;
}
.bg-primary-70 {
	background-color: rgba(164, 211, 60, 0.6) !important;
}
.bg-primary-40 {
	background-color: rgba(164, 211, 60, 0.4) !important;
}
.bg-primary-10 {
	background-color: rgba(164, 211, 60, 0.1) !important;
}
.bg-gradient-primary {
	background: rgb(164, 211, 60);
	background: linear-gradient(180deg, rgba(164, 211, 60,0.8) 0%,rgba(164, 211, 60,1) 100%);
}
.bg-gradient-left-primary {
	background: rgb(164, 211, 60);
	background: linear-gradient(90deg, rgba(164, 211, 60,1) 20%,rgba(164, 211, 60,0) 100%);
}


/* Secondary */
.bg-secondary {
	background-color: #0056ae !important;
}
.bg-secondary-light {
	background-color: rgba(6, 71, 136, 0.1) !important;
}
.bg-secondary-90 {
	background-color: rgba(0, 86, 174, 0.9) !important;
}
.bg-secondary-70 {
	background-color: rgba(0, 86, 174, 0.7) !important;
}
.bg-secondary-50 {
	background-color: rgba(0, 86, 174, 0.5) !important;
}
.bg-secondary-30 {
	background-color: rgba(0, 86, 174, 0.3) !important;
}
.bg-secondary-10 {
	background-color: rgba(0, 86, 174, 0.1) !important;
}
.bg-gradient-secondary {
	background: #0056ae;
	background: linear-gradient(180deg, rgba(0, 86, 174,.8) 0%,rgba(0, 86, 174,1) 100%);
}
.bg-gradient-left-secondary {
	background: #0056ae;
	background: linear-gradient(90deg, rgba(0, 86, 174,1) 20%,rgba(0, 86, 174,0) 100%);
}

/* Tertiary */
.bg-tertiary {
	background-color: #042824 !important;
}
.bg-tertiary-light {
	background-color: rgba(4,40,36, 0.15) !important;
}
.bg-gradient-tertiary {
	background: rgb(4,40,36);
	background: linear-gradient(180deg, rgba(4,40,36,0.8) 0%,rgba(4,40,36,1) 100%);
}
.bg-gradient-left-tertiary {
	background: rgb(4,40,36);
	background: linear-gradient(90deg, rgba(4,40,36,1) 20%,rgba(4,40,36,0) 100%);
}

.bg-tertiary-90 {
	background-color: rgba(4,40,36, 0.9) !important;
}
.bg-tertiary-70 {
	background-color: rgba(4,40,36, 0.7) !important;
}
.bg-tertiary-50 {
	background-color: rgba(4,40,36, 0.5) !important;
}
.bg-tertiary-30 {
	background-color: rgba(4,40,36, 0.3) !important;
}
.bg-tertiary-10 {
	background-color: rgba(4,40,36, 0.1) !important;
}
.bg-tertiary-10 {
	background-color: rgba(4,40,36, 0.08) !important;
}


/* color4 */
.bg-color4 {
	background-color: #21ABE6 !important;
}
.bg-color4-light {
	background-color: rgba(33, 171, 230, 0.15) !important;
}

/* color5 */
.bg-color5 {
	background-color: #F9BF4B !important;
}
.bg-color5-light {
	background-color: rgba(249, 191, 75, 0.15) !important;
}

/* color6 */
.bg-color6 {
	background-color: #7499F1 !important;
}
.bg-color6-light {
	background-color: rgba(116, 153, 241, 0.15) !important;
}

/* color7 */
.bg-color7 {
	background-color: #F37457 !important;
}
.bg-color7-light {
	background-color: rgba(243, 116, 87, 0.15) !important;
}



/* Success */
.bg-success {
	background-color: #A4D33C !important;
}
.bg-success-90 {
	background-color: rgba(61, 179, 115, 0.9) !important;
}
.bg-success-70 {
	background-color: rgba(61, 179, 115, 0.7) !important;
}
.bg-success-50 {
	background-color: rgba(61, 179, 115, 0.5) !important;
}
.bg-success-30 {
	background-color: rgba(61, 179, 115, 0.3) !important;
}
.bg-success-10 {
	background-color: rgba(61, 179, 115, 0.1) !important;
}

/* Warning Orange */
.bg-warning {
	background-color: rgb(249, 191, 75) !important;
}
.bg-warning-90 {
	background-color: rgba(249, 191, 75, 0.9) !important;
}
.bg-warning-70 {
	background-color: rgba(249, 191, 75, 0.7) !important;
}
.bg-warning-50 {
	background-color: rgba(249, 191, 75, 0.5) !important;
}
.bg-warning-30 {
	background-color: rgba(249, 191, 75, 0.3) !important;
}
.bg-warning-10 {
	background-color: rgba(249, 191, 75, 0.1) !important;
}

/* Alert Red */
.bg-alert {
	background-color: rgb(243, 116, 87) !important;
}
.bg-alert-90 {
	background-color: rgba(243, 116, 87, 0.9) !important;
}
.bg-alert-70 {
	background-color: rgba(243, 116, 87, 0.7) !important;
}
.bg-alert-50 {
	background-color: rgba(243, 116, 87, 0.5) !important;
}
.bg-alert-30 {
	background-color: rgba(243, 116, 87, 0.3) !important;
}
.bg-alert-10 {
	background-color: rgba(243, 116, 87, 0.1) !important;
}



.bg-light-gray {
	background-color: #efefef !important;
}
.bg-medium-gray {
	background-color: #818180 !important;
}
.bg-dark-gray {
	background-color: #474746 !important;
}
.bg-dark {
	background-color: #042824 !important;
}
.bg-dark-90 {
	background-color: rgba(0, 0, 0, 0.9) !important;
}
.bg-dark-70 {
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.bg-dark-50 {
	background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-dark-30 {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
.bg-dark-10 {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

.bg-gradient-dark {
	background: rgb(0, 0, 0);
	background: linear-gradient(180deg, rgba(0, 0, 0,0.8) 0%,rgba(0, 0, 0,1) 100%);
}
.bg-gradient-left-dark {
	background: rgb(0, 0, 0);
	background: linear-gradient(90deg, rgba(0, 0, 0,1) 20%,rgba(0, 0, 0,0) 100%);
}


.bg-black {
	background-color: #000000 !important;
}
.bg-black-80 {
	background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-white {
	background-color: #ffffff !important;
}
.bg-extralight {
	background-color: #f9f6f0 !important;
}
.bg-light {
	background-color: #f0ece5 !important;
}

.bg-email {
	background-color: #a5a5a5 !important;
}

.bg-twitter {
	background-color: rgb(30, 154, 240) !important;
}
.bg-twitter-light {
	background-color: rgba(30, 154, 240, 0.15) !important;
}
.bg-twitter:hover {
	background-color: #1e9af0 !important;
}

.bg-facebook {
	background-color: rgb(28, 116, 229) !important;
}
.bg-facebook-light {
	background-color: rgba(28, 116, 229, 0.15) !important;
}
.bg-facebook:hover {
	background-color: #1c74e5 !important;
}

.bg-linkedin {
	background-color: rgb(11, 102, 194) !important;
}
.bg-linkedin-light {
	background-color: rgba(11, 102, 194, 0.15)ant;
}
.bg-linkedin:hover {
	background-color: #0b66c2 !important;
}

.bg-instagram {
	background: #a13cad !important;
}
.bg-instagram-light {
	background: rgba(162, 60, 173, 0.15) !important;
}
.bg-instagram:hover {
	background-color: #8c2d97 !important;
}
.bg-instagram.gradient {
	background: rgb(255,147,65);
	background: -moz-linear-gradient(45deg,  rgba(255,147,65,1) 0%, rgba(203,52,153,1) 60%, rgba(161,60,173,1) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(255,147,65,1) 0%,rgba(203,52,153,1) 60%,rgba(161,60,173,1) 100%);
	background: linear-gradient(45deg,  rgba(255,147,65,1) 0%,rgba(203,52,153,1) 60%,rgba(161,60,173,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9341', endColorstr='#a13cad',GradientType=1 );
}

.bg-youtube {
	background-color: #ff0000 !important;
}
.bg-youtube-light {
	background-color: rgba(255, 0, 0, 0.15) !important;
}
.bg-youtube:hover {
	background-color: #ff0000 !important;
}


.bg-pinterest-light {
	background-color: rgba(229, 0, 35, 0.15) !important;
}

.bg-linkedin-light {
	background-color: rgba(0, 112, 172, 0.15) !important;
}

.button.bg-email i,
.button.bg-twitter i,
.button.bg-facebook i,
.button.bg-linkedin i,
.button.bg-instagram i,
.button.bg-youtube i,
.button.bg-googleplus i {


}

.gradient-primary {
	background: rgb(164, 211, 60);
	background: linear-gradient(135deg, rgba(164, 211, 60,1) 0%,rgba(4,40,36,1) 100%);
}
.gradient-secondary {
	background: #0056ae;
	background: linear-gradient(45deg, rgba(0, 86, 174,1) 29%,rgba(0, 86, 174,1) 29%,rgba(1, 170, 230,1) 100%);
}

.gradient-tertiary {
	background: rgb(4,40,36);
	background: linear-gradient(45deg, rgba(4,40,36,1) 0%,rgba(164, 211, 60,1) 100%);
}


/* List Style
------------------------------------------------
*/

.ul-primary li,
.ul-secondary li,
.ul-tertiary li,
.ul-success li {
	list-style: none;
	position: relative;
}
.ul-primary li:before,
.ul-secondary li:before,
.ul-tertiary li:before,
.ul-success li:before {
	position: absolute;
	top: 11px;
	left:-20px;
	width: 4px;
	height: 4px;
	border-radius: 8px;
	content:'';
}
.ul-primary li:before {
	background: #481c8f;
}
.ul-secondary li:before {
	background: #f8bf05;
}
.ul-tertiary li:before {
	background: #042824;
}
.ul-success li:before {
	background: #A4D33C;
}

/* With Check mark */
.ul-primary.with-check li:before,
.ul-secondary.with-check li:before,
.ul-tertiary.with-check li:before,
.ul-success.with-check li:before {
	position: absolute;
	top: 0px;
	left:-22px;
	font-family: 'Font Awesome 6 Pro';
	content: '\f00c';
	font-size: 1rem;

	width: auto;
	height: auto;
	border-radius: 0;
	background: transparent;
}
.ul-primary.with-check li:before {
	color: #481c8f;
}
.ul-secondary.with-check li:before {
	color: #f8bf05;
}
.ul-tertiary.with-check li:before {
	color: #042824;
}
.ul-success.with-check li:before {
	color: #A4D33C;
}

.spaced li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.spaced li:before {
	top: 5px !important;
}


/* Text Style
------------------------------------------------
*/

.text-italic {
	font-style: italic;
}
.text-uppercase {
	text-transform: uppercase;
}

.font-weight-100 { font-weight: 100; }
.font-weight-200 { font-weight: 200; }
.font-weight-300 { font-weight: 300; }
.font-weight-400 { font-weight: 400; }
.font-weight-500 { font-weight: 500; }
.font-weight-600 { font-weight: 600; }
.font-weight-700 { font-weight: 700; }
.font-weight-800 { font-weight: 800; }
.font-weight-900 { font-weight: 800; }


/* .font-brushed {
	font-family: 'Highlander';
} */


/* Sizes */
.image-size-25 {
	width: 25%;
}
.image-size-33 {
	width: 31.5%;
}
.image-size-50 {
	width: 50%;
}
.image-size-75 {
	width: 75%;
}
.image-size-100 {
	width: 100%;
	margin-bottom: 1em;
	margin-left: 0 !important;
}


/* Horizontal rules
------------------------------------------------
*/

hr {
	max-width: 100%;
	margin: 15px 0 15px;
	border-style: dashed;
	/* border-width: 1px; */
	border-color: rgba(0, 0, 0, 0.08);
}
.text-center hr {
	margin-left: auto;
	margin-right: auto;
}

.hr-narrow {
	margin: 20px 0 10px;
	max-width: 8rem;
	border-width: 4px;
	border-color: #f8bf05;
}
	@media (max-width: 640px) {
		.hr-narrow {
			margin: 10px 0 10px;
			max-width: 4rem;
			border-width: 3px;
			border-color: #f8bf05;
		}
	}
/* Thick */
.hr-thick {
	margin: 10px 0 10px;
	border-width: 3px;
}
/* Double */
.hr-double {
	margin: 10px 0 10px;

	border-style: double;
	border-width: 1px;
}

/* Dots */
.hr-dots {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-dots span {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 10px;
	margin:0 5px;
}

/* ZigZag */
.hr-zigzag {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-zigzag .zig,
.hr-zigzag .zag {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin: 0px;
}
.hr-zigzag .zig {
	-ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hr-zigzag .zag {
	-ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Stripes */
.hr-stripes {
	text-align: center;
	margin: 0 auto 20px;
}
.hr-stripes span {
	display: inline-block;
	width: 2px;
	height: 10px;
	margin:0 5px;
}



/* hr colours */

.hr-primary {
	border-color: #A4D33C;
}
.hr-transparent {
	border-color: transparent !important;
}
.hr-primary {
	border-color: #A4D33C;
}
.hr-secondary {
	border-color: #0056ae;
}

.hr-tertiary {
	border-color: #042824;
}
.hr-success {
	border-color: #A4D33C;
}
.hr-warning {
	border-color: #0056ae;
}
.hr-alert {
	border-color: #ff7e12;
}
.hr-light-gray {
	border-color: #bcbcba;
}
.hr-medium-gray {
	border-color: #818180;
}
.hr-dark-gray {
	border-color: #474746;
}
.hr-darken {
	border-color: #151416;
}
.hr-black {
	border-color: #000;
}
.hr-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.hr-white {
	border-color: #ffffff;
}
.hr-light {
	border-color: #f6f2e7;
}


/* border colours */

.border-primary {
	border-color: #A4D33C;
}
.border-transparent {
	border-color: transparent !important;
}
.border-tertiary {
	border-color: #042824;
}
.border-success {
	border-color: #A4D33C;
}
.border-warning {
	border-color: #0056ae;
}
.border-alert {
	border-color: #ff7e12;
}
.border-light-gray {
	border-color: #bcbcba;
}
.border-medium-gray {
	border-color: #818180;
}
.border-dark-gray {
	border-color: #474746;
}
.border-darken {
	border-color: #151416;
}
.border-black {
	border-color: #000;
}
.border-black-80 {
	border-color: rgba(0, 0, 0, 0.8);
}
.border-white {
	border-color: #ffffff;
}
.border-light {
	border-color: #f6f2e7;
}



/* Radius
------------------------------------------------
*/

.round {
	border-radius: 1000px;
}

.radius {
	border-radius: 8px;
}

.radius-tiny {
	border-radius: 2px;
}
.radius-small {
	border-radius: 4px;
}
.radius-medium {
	border-radius: 8px;
}
.radius-large {
	border-radius: 16px;
}

.with-radius-left {
	border-radius: 8px 0 0 8px !important;
}
.with-radius-right {
	border-radius: 0 8px 8px 0px !important;
}


/* Paddings
------------------------------------------------
*/

.no-padding {
	padding: 0 !important;
}
.padding-none {
	padding: 0 !important;
}


/** Tiny **/

.padding-tiny {
	padding: 1rem 0;
}
.padding-tiny-all {
	padding: 1rem;
}
.padding-top-tiny {
	padding-top: 1rem;
}
.padding-bottom-tiny {
	padding-bottom: 1rem !important;
}
.padding-left-tiny {
	padding-left: 1rem;
}
.padding-right-tiny {
	padding-right: 1rem;
}

/** Small **/
.padding-small {
	padding: 2rem 0 !important;
}
.padding-small-all {
	padding: 2rem !important;
}
.padding-top-small {
	padding-top: 2rem !important;
}
.padding-bottom-small {
	padding-bottom: 2rem !important;
}
.padding-left-small {
	padding-left: 2rem;
}
.padding-right-small {
	padding-right: 2rem;
}
	@media (max-width: 767px) {
		.padding-top-small {
			padding-top: 1rem !important;
		}
		.padding-bottom-small {
			padding-bottom: 1rem !important;
		}
	}

/** Medium **/
.padding-medium {
	padding: 5rem 0 !important;
}
.padding-medium-all {
	padding: 5rem !important;
}
.padding-top-medium {
	padding-top: 5rem !important;
}
.cta-cover.padding-top-medium {
	padding-top: 4rem !important;
}
.padding-bottom-medium {
	padding-bottom: 5rem !important;
}
.padding-left-medium {
	padding-left: 5rem !important;
}
.padding-right-medium {
	padding-right: 5rem;
}
	@media (max-width: 1610px) {
		.padding-top-medium {
			padding-top: 4rem !important;
		}
		.padding-bottom-medium {
			padding-bottom: 4rem !important;
		}
		.padding-left-medium {
			padding-left: 4rem !important;
		}
		.padding-right-medium {
			padding-right: 4rem !important;
		}
		.cta-cover.padding-top-medium {
			padding-top: 4rem !important;
		}

	}
	@media (max-width: 767px) {
		.padding-top-medium {
			padding-top: 2rem !important;
		}
		.padding-bottom-medium {
			padding-bottom: 2rem !important;
		}
		.padding-left-medium {
			padding-left: 2rem !important;
		}
		.padding-right-medium {
			padding-right: 2rem !important;
		}
		.cta-cover.padding-top-medium {
			padding-top: 5rem !important;
		}

	}

/** Large **/
.padding-large {
	padding: 7rem 0;
}
.padding-large-all {
	padding: 7rem;
}
.padding-top-large {
	padding-top:7rem;
}
.padding-bottom-large {
	padding-bottom: 7rem;
}
.padding-left-large {
	padding-left: 7rem !important;
}
.padding-right-large {
	padding-right: 7rem;
}
	@media (max-width: 1610px) {
		.padding-top-large {
			padding-top: 5rem;
		}
		.padding-bottom-large {
			padding-bottom: 5rem;
		}
	}
	@media (max-width: 1023px) {
		.padding-top-large {
			padding-top: 4rem;
		}
		.padding-bottom-large {
			padding-bottom: 4rem;
		}
	}
	@media (max-width: 767px) {
		.padding-top-large {
			padding-top: 3rem;
		}
		.padding-bottom-large {
			padding-bottom: 3rem;
		}
		.section-cta.padding-bottom-large {
			padding-bottom: 5rem;
		}
		.padding-left-large {
			padding-left: 4rem;
		}
		.padding-right-large {
			padding-right: 4rem;
		}
		.cta-cover.padding-top-large {
			padding-top: 5rem !important;
		}
	}

/** Extra Large **/
.padding-xlarge {
	padding: 10rem 0;
}
.padding-xlarge-all {
	padding: 10rem;
}
.padding-top-xlarge {
	padding-top: 10rem;
}
.padding-bottom-xlarge {
	padding-bottom: 10rem;
}
.padding-left-xlarge {
	padding-left: 10rem;
}
.padding-right-xlarge {
	padding-right: 10rem;
}

	@media (max-width: 767px) {
		.padding-top-xlarge {
			padding-top: 4rem;
		}
		.padding-bottom-xlarge {
			padding-bottom: 4rem;
		}
		.padding-left-xlarge {
			padding-left: 6rem;
		}
		.padding-right-xlarge {
			padding-right: 6rem;
		}
	}

/** Huge **/
.padding-huge {
	padding: 12rem 0;
}
.padding-huge-all {
	padding: 12rem;
}
.padding-top-huge {
	padding-top: 14rem;
}
.padding-bottom-huge {
	padding-bottom: 14rem;
}
.padding-left-huge {
	padding-left: 12rem;
}
.padding-right-huge {
	padding-right: 12rem;
}
	@media (max-width: 1023px) {
		.padding-top-huge {
			padding-top: 9rem;
		}
		.padding-bottom-huge {
			padding-bottom: 9rem;
		}
		.padding-left-huge {
			padding-left: 9rem;
		}
		.padding-right-huge {
			padding-right: 9rem;
		}
	}

	@media (max-width: 776px) {
		.padding-top-huge {
			padding-top: 8rem;
		}
		.padding-bottom-huge {
			padding-bottom: 8rem;
		}
		.padding-left-huge {
			padding-left: 8rem;
		}
		.padding-right-huge {
			padding-right: 8rem;
		}
	}


/** None **/
.padding-none {
	padding:0;
}
.padding-top-none {
	padding-top: 0 !important;
}
.padding-bottom-none {
	padding-bottom: 0 !important;
}
.padding-left-none {
	padding-left: 0 !important;
}
.padding-right-none {
	padding-right: 0 !important;
}


/* Margins
------------------------------------------------
*/

.no-margin {
	margin: 0 !important;
}

/** Tiny **/
.margin-top-tiny {
	margin-top:1rem;
}
.margin-bottom-tiny {
	margin-bottom: 0.5rem;
}
.margin-left-tiny {
	margin-left: 0.5rem;
}
.margin-right-tiny {
	margin-right: 0.5rem;
}

/** Small **/
.margin-top-small {
	margin-top: 2rem;
}
.margin-bottom-small {
	margin-bottom: 2rem;
}
.margin-left-small {
	margin-left: 2rem;
}
.margin-right-small {
	margin-right: 2rem;
}

/** Medium **/
.margin-top-medium {
	margin-top: 4rem ;
}
.margin-bottom-medium {
	margin-bottom: 4rem;
}
.margin-left-medium {
	margin-left: 4rem;
}
.margin-right-medium {
	margin-right: 4rem;
}
	@media (max-width: 1023px) {
		.margin-top-medium {
			margin-top: 3rem ;
		}
		.margin-bottom-medium {
			margin-bottom: 3rem;
		}
		.margin-left-medium {
			margin-left: 3rem;
		}
		.margin-right-medium {
			margin-right: 3rem;
		}
	}
	@media (max-width: 767px) {
		.margin-top-medium {
			margin-top: 2rem ;
		}
		.margin-bottom-medium {
			margin-bottom: 2rem;
		}
		.margin-left-medium {
			margin-left: 2rem;
		}
		.margin-right-medium {
			margin-right: 2rem;
		}
	}

/** Large **/
.margin-top-large {
	margin-top: 7rem;
}
.margin-bottom-large {
	margin-bottom: 7rem;
}
.margin-left-large {
	margin-left: 7rem;
}
.margin-right-large {
	margin-right: 7rem;
}
/** Huge **/
.margin-top-huge {
	margin-top: 7rem;
}
.margin-bottom-huge {
	margin-bottom: 7rem;
}
.margin-left-huge {
	margin-left: 7rem;
}
.margin-right-huge {
	margin-right: 7rem;
}

.margin-top-negative {
	margin-top: -40px;
}

/* Position Fixed
------------------------------------------------
*/
.is-fixed {
	position: fixed;
}
.is-fixed-top {
	position: fixed;
	top:0;
	z-index: 999;
}
.is-fixed-bottom {
	position: fixed;
	bottom:0;
}


/* Position Absolute
------------------------------------------------
*/
.is-absolute-top {
	position: absolute !important;
	top:0;
	z-index: 999;
}
.is-absolute-bottom {
	position: absolute;
	bottom:0;
}
.is-absolute-left {
	position: absolute;
	left:0;
}
.is-absolute-right {
	position: absolute;
	right:0;
	left:auto;
}
.is-absolute-topleft {
	position: absolute;
	top:0;
}
.is-absolute-bottomleft {
	position: absolute;
	bottom:0;
}
.is-absolute-topright {
	position: absolute;
	top:0;
	right:0;
	left: auto !important;
}
.is-absolute-bottomright {
	position: absolute;
	right:0;
}



/* Position Relative
------------------------------------------------
*/
.is-relative {
	position: relative !important;
}
.is-relative {
	position: relative !important;
}

.z-index-999 {
	position: relative !important;
	z-index: 999 !important;
}

/* Widths
------------------------------------------------
*/
.width-100 {
	width: 100%;
}
.width-70 {
	width: 70%;
}
.width-60 {
	width: 63.5%;
}
.width-50 {
	width: 50%;
}
.width-25 {
	width: 25%;
}

/* Heights
------------------------------------------------
*/

.height-full {
	height: 100vh !important;
}
.height-100 {
	height: 100%;
}
.height-85 {
	height: 85vh;
}
.height-80 {
	height: 80vh;
}
.height-75 {
	height: 75vh;
}
.height-70 {
	height: 70vh;
}
.height-50 {
	height: 50vh;
}
.height-25 {
	height: 25%;
}





/* Glow
------------------------------------------------
*/

.glow-primary:before,
.glow-secondary:before,
.glow-tertiary:before,
.glow-dark:before {
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	box-shadow: 0px 0px 30px #A4D33C;
	opacity: 0.3;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.glow-secondary {
	box-shadow: 0px 0px 30px #0056ae;
}
.glow-tertiary {
	box-shadow: 0px 0px 30px #042824;
}
.glow-dark {
	box-shadow: 0px 0px 30px #232f36;
}
.round.glow-primary:before,
.round.glow-secondary:before,
.round.glow-tertiary:before,
.round.glow-dark:before {
	border-radius: 1000px;
}

.glow-primary:hover:before,
.glow-secondary:hover:before,
.glow-tertiary:hover:before,
.glow-dark:hover:before {
	opacity: 0.7;
}

/* Opacity
------------------------------------------------
*/
.opacity-08 {
	opacity: 0.08 !important;
}
.opacity-10 {
	opacity: 0.1 !important;
}
.opacity-20 {
	opacity: 0.2 !important;
}
.opacity-30 {
	opacity: 0.3 !important;
}
.opacity-40 {
	opacity: 0.4 !important;
}
.opacity-50 {
	opacity: 0.5 !important;
}
.opacity-60 {
	opacity: 0.6 !important;
}
.opacity-70 {
	opacity: 0.7 !important;
}
.opacity-80 {
	opacity: 0.8 !important;
}
.opacity-90 {
	opacity: 0.9 !important;
}

/* Background Image Size
------------------------------------------------
*/
.bg-cover {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.bg-contain {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


/* Image Blend modes
-----------------------------
*/
.multiply {
	background-blend-mode: multiply !important;
}
.screen {
	background-blend-mode: screen !important;
}
.overlay {
	background-blend-mode: overlay !important;
}
.soft-light {
	background-blend-mode: soft-light !important;
}
.hard-light {
	background-blend-mode: hard-light !important;
}
.darken {
	background-blend-mode: darken !important;
}
.lighten {
	background-blend-mode: lighten !important;
}
.color-dodge {
	background-blend-mode: color-dodge !important;
}
.saturation {
	background-blend-mode: saturation !important;
}
.color {
	background-blend-mode: color !important;
}
.luminosity {
	background-blend-mode: luminosity !important;
}

.mix-blend-mode-multiply {
	mix-blend-mode: multiply;
}
.mix-blend-mode-soft-light {
	mix-blend-mode: soft-light;
}
.mix-blend-mode-exclusion {
	mix-blend-mode: exclusion;
}


/* Image Grayscale
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/207080f/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* Image Sizing
------------------------------------------------
*/

.image-cover {
	flex-shrink:0;
  min-width:100%;
  min-height:100%
 }

/* Image Cropping
------------------------------------------------
*/
.image-round {
	border-radius: 100%;
}


/* Image Effects
------------------------------------------------
*/

.has-effect img {
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition:transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.has-effect.zoom-in img{
	transform: scale(1);
}
.has-effect.zoom-in:hover img {
	transform: scale(1.1);
}

.has-effect.zoom-out img {
	transform: scale(1.1);
}
.has-effect.zoom-out:hover img {
	transform: scale(1);
}


.hover-shadow:before {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	content:'';
	border-radius: 8px;
	box-shadow: 0px 22px 40px black;
	opacity: 0.1;
	z-index: 2;
	-webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
[data-whatintent='mouse'] a.hover-shadow:hover:before {
  opacity: 0.3
}


/* Buttons
------------------------------------------------
*/

.button-wrap {
	display: block;
}
.button {
	font-family: 'puffin-display', sans-serif;
	position: relative;
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	min-width: 0;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;


	
	line-height: 1;
	padding-top: 20px;
	padding-bottom: 18px;
	padding-left: 25px;
	padding-right: 25px;
	border:0;
	border-radius: 16px;
	white-space: nowrap;

	-webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.round {
	border-radius: 100px;
}
.button.with-radius-left {
	border-radius: 100px 0 0 100px !important;
}
.button.with-radius-right {
	border-radius: 0 100px 100px 0px !important;
}
/* .button:before {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	opacity: 0.15;
	border-radius: 0 0 16px 16px;
	background-repeat: no-repeat;
	background-image:  url('../images/pattern-noise-dark.svg');
	background-size:  160px auto;
	background-position: bottom left;
	mix-blend-mode: overlay;
} */

.button:hover {
	/* --x: 100%; */
	/* box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 10px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; */
}

.button span {
	padding: 5px 1px;
	white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

.button.expanded {
	display: inline-flex;
	justify-content: center;
}


.button.text-left {
	padding-left: 1.5rem;
	padding-right: 2rem;
	text-align: left !important;
}


.button i {
	position: absolute;
	top:50%;
	right: 20px;
	transform: translate3d(0, -50%, 0);
	margin:0 5px;
	-webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button img {
	width: 20px;
}

.expanded.button.align-center {
	justify-content: center;
}



.button.tiny {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	border-radius: 8px;
}
.button.tiny i {
	font-size: 0.85714em;
}
.button.tiny img {
	width: 14px;
}

.button.small {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 13px;
	padding-bottom: 11px;
	font-size: 14px;
	border-radius: 8px;
	font-weight: 700;
}
.button.small i {
	font-size: 16px;
}
.button.small img {
	width: 16px;
}

.button.large {
	font-size: 18px;
}
.button.large.expanded {
	font-size: 18px;
}

/* Icon Right */
.button.with-icon-right {
	padding-right: 3.5rem;
}
.expanded.button.with-icon-right {
	text-align: left;
	justify-content: flex-start;
}
.expanded.button.with-icon-right.align-center {
	justify-content: center;
}

.button.with-icon-right i {
	margin-left: 10px;
	margin-right: 0;
	position: absolute;
	top:50%;
	transform: translate3d(0, -50%, 0);
	right: 30px;
	font-size: 18px;
}
.button.with-icon-right i.fa-caret-right {
	font-size: 26px;
}

.button.with-icon-right:hover i {
	transform: translate3d(3px, -50%, 0px);
}


/* Icon Right */
.button.small.with-icon-right {
	padding-right: 2.5rem;
}

.button.small.with-icon-right i {
	margin-left: 10px;
	margin-right: 0;
	position: absolute;
	top:50%;
	transform: translate3d(0, -50%, 0);
	right: 15px;
	font-size: 14px;
}
.button.small.with-icon-right i.fa-caret-right {
	font-size: 22px;
}

.button.with-icon-right:hover i {
	transform: translate3d(3px, -50%, 0px);
}



/* Icon Left */
.button.with-icon-left {
	padding-left: 2.8rem;
	/*padding-right: 1.5rem; */
}
.button.with-icon-left i {
	position: absolute;
	top:50%;
	transform: translate3d(0, -50%, 0);
	right: auto;
	left: 20px;

}
.button.with-icon-left:hover i {
	transform: translate3d(-3px, -50%, 0);
	
}
.searchbar .button.with-icon-left:hover i {
	transform: translateX(0px);
}

@media (max-width: 1440px) {
	.button {
		font-size: 14px;
	}
}
@media (max-width: 1023px) {
	.button {
		font-size: 15px;
		align-items: flex-start;
		flex-wrap: wrap;
		white-space: normal;
		justify-content: flex-start;
		text-align: left !important;
		line-height: 1;
		padding-top: 16px;
		padding-bottom: 14px;
	}
}
@media (max-width: 767px) {
	.button {
		font-size: 13px;
		padding-top: 15px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 8px;
	}
	.button.with-icon-right {
		padding-right: 40px;
	}
	.button.with-icon-right i {
		margin-left: 10px;
		margin-right: 0;
		position: absolute;
		top:50%;
		transform: translate3d(0, -50%, 0);
		right: 15px;
		font-size: 16px;
	}
	.button.with-icon-right i.fa-caret-right {
		font-size: 20px;
	}
	.button img {
		width: 16px;
		margin-right: 4px;
	}
	.button.small  {
		font-size: 12px;
	}
	.button.small img {
		width: 14px;
	}
}
@media (max-width: 440px) {
	.button {
		padding-left: 15px;
		padding-right: 15px;
	}
}


.button.more {
	padding-right: 4rem;
}

.button.secondary,
.button.secondary:hover {
	color: #fff;
}


/* Solid */
.button.primary {
	background-color: #a4d33c;
	color: #fff;
}
.button.primary:hover {
	background-color: #8ab42f;
	color: #fff;
}
.button.secondary {
	background-color: #0056ae;
}
.button.secondary:hover {
	background-color: #004fa0;
}
.button.tertiary {
	background-color: #042824;
}
.button.tertiary:hover {
	background-color: #031d1a;
}
.button.color4 {
	background-color: #21ABE6;
}
.button.color4:hover {
	background-color: #1994c9;
}

.button.color5 {
	background-color: #F9BF4B;
}
.button.color5:hover {
	background-color: #e2ac3f;
}

.button.color6 {
	background-color: #7499F1;
}
.button.color6:hover {
	background-color: #6689db;
}

.button.color7 {
	background-color: #F37457;	
}
.button.color7:hover {
	background-color: #d86248;
}





.button.success {
	background: #A4D33C;
	color: #fff;
}
.button.success:hover {
	background-color: #96c434;
	color: #fff;
}
.button.white {
	background-color: #fff;
	color: #0056ae;
}
.button.white:before {
	display: none;
}
.button.white:hover {
	background-color: #fff;
	color: #005291;
}
.button.light {
	background-color: #eaecf2;
}
.button.light:hover {
	background-color: #dadce1;
}
.button.dark {
	background-color: #01596b;
	color: #fff;
}
.button.dark:hover {
	background-color: #02404d;
	color: #fff;
}

.button.with-map {
	justify-content: center;
	background-color: transparent;
	background-image: url('../images/map-button-bg.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-blend-mode: multiply; */
	padding-top: 16px;
	padding-bottom: 15px;
	padding-left: 25px;
	border-radius: 16px;
		/*padding-right: 1.5rem; */
}
.button.with-map span {
	font-family: 'puffin-display';
	display: block;
	padding: 10px 20px;
	font-weight: 700;
	margin: 5px;
	background-color: #042824;
	border-radius: 8px;
}
.button.with-map:hover span {
	background-color: #031d1a;
}
.button.with-map span img {
	position: relative;
	top: -1px;
}
.small.button.with-map {
	padding-top: 12px;
	padding-bottom: 11px;
	padding-left: 15px;
	border-radius: 8px;
}
.small.button.with-map span{
	margin: 0px 5px;
	border-radius: 4px;
}
.small.button.with-map span img {
	position: relative;
	top: -1px;
}

.tiny.button.with-map {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	border-radius: 8px;
}
.tiny.button.with-map span{
	margin: 0px 5px;
	border-radius: 4px;
}
.tiny.button.with-map span img {
	position: relative;
	top: -1px;
}

.section-heading .tiny.button.with-map span {
	font-size: 13px;
}
@media (max-width: 1140px) {
	.button.with-map {
		padding-top: 14px;
		padding-bottom: 13px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 16px;
			/*padding-right: 1.5rem; */
	}
	.button.with-map span {
		font-family: 'puffin-display';
		display: block;
		padding: 10px 20px;
		font-weight: 500;
		margin: 5px;
		background-color: #042824;
		border-radius: 8px;
	}
}

@media (max-width: 767px) {
	.button.with-map span {
		display: block;
		padding: 10px 10px;
	}
	.tiny.button.with-map {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
		border-radius: 8px;
	}
	.tiny.button.with-map span{
		margin: 0px 0px;
		border-radius: 8px;
		background-color: rgba(4, 40, 36, 0.7);
	}
	.tiny.button.with-map span img {
		position: relative;
		top: -1px;
		margin-right: 0;
	}
	
	.section-heading .tiny.button.with-map span {
		font-size: 11px;
	}
}
@media (max-width: 374px) {
	.section-heading .tiny.button.with-map {
		margin-left: 10px;
	}
	.section-heading .tiny.button.with-map span {
		font-size: 9px;
	}
}

/* Hollow */
.button.hollow {
	background: transparent !important;
	border-width: 1px !important;
	border-color: rgba(0, 0, 0, 0.1) !important;
	color: #042824;
	box-shadow: none;
	-webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.button.hollow:before {
	display: none;
}
.button.hollow i {
	color: #0056ae
}
.button.hollow.primary {
  color: #042824;
}
.button.hollow.primary:hover {
	color: #0056ae;
}
.button.hollow.primary i {
	color: #0056ae
}

.button.hollow.secondary {
  color: #0056ae;
}
.button.hollow.secondary:hover {
	color: #0056ae;
  }
.button.hollow.secondary i {
	color: #A4D33C
}
.button.hollow.tertiary {
  color: #042824;
}
.button.hollow.tertiary i {
  color: #A4D33C !important
}
.button.hollow.white {
	padding-top: 19px;
	padding-bottom: 17px;
	color: #fff !important;
	background-color: transparent !important;
	border: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.button.hollow.white:hover {
	border-color: #fff !important;
}
.is-second.button.hollow.white {
	margin-left: 10px;
}

.button.hollow.white i {
	color: #ffffff
}
.button.hollow.white:focus {
	color: #fff !important;
}



.section-wrapper.bg-primary .section-content .button.hollow,
.section-wrapper.bg-secondary .section-content .button.hollow,
.section-wrapper.bg-tertiary .section-content .button.hollow,
.section-wrapper.bg-dark .section-content .button.hollow {
	color: rgba(255, 255, 255, 1) !important;
}
.section-wrapper.bg-primary .section-content .button.hollow:hover,
.section-wrapper.bg-secondary .section-content .button.hollow:hover,
.section-wrapper.bg-tertiary .section-content .button.hollow:hover,
.section-wrapper.bg-dark .section-content .button.hollow:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.button.hollow.primary.hover {
	border-color: #A4D33C !important;
}

.bg-dark .button.hollow.white,
.bg-primary .button.hollow.white,
.bg-secondary .button.hollow.white,
.bg-tertiary .button.hollow.white {
	color: #fff;
}
.button.hollow.dark {
	color: #042824;
}
.button.hollow:hover {
	color: #006fc4;
	/* background-color: rgba(0, 0, 0, 0.04) !important; */
	border-color: rgba(0, 0, 0, 0.144) !important;
	
}
.button.hollow:focus {
	color: #042824 !important;
}

/* transparent */
.button.transparent {
	position: relative;
	background: transparent !important;
	border:0;
	padding-left:0;

	color: #0056ae;
	box-shadow: none;
	text-align: left;
	display: inline-block;
}
.button.transparent:before,
.button.transparent:after {
	display: none;
}
.button.transparent.primary {
	background: transparent !important;
  color: #0056ae;
}
.button.transparent.primary i {
  color: #A4D33C;
}
.button.transparent.secondary {
  color: #0056ae;
}
.button.transparent.secondary i {
  color: #0056ae;
}

.button.transparent.tertiary {
  color: #042824;
}
.button.transparent.tertiary i{
  color: #A4D33C;
}

.button.transparent.white {
    color: #fff;
}

.button.transparent.cancel {
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
}

.button.transparent.with-icon-left {
	padding-left: 35px;
}
.button.transparent.with-icon-left i {
	color: #fd6f00
}
.button.transparent.with-icon-right {

}
.button.transparent.with-icon-right i {

}
.button.transparent:hover {
	color: #21ABE6;
}
.button.transparent i {
	color: #A4D33C;
}
.button.transparent:hover i {
	color: #A4D33C;
}



/* Text link */
.text-link {
	font-size: 14px;
	position: relative;
	font-weight: 500;
	background: transparent !important;
	box-shadow: none !important;
	padding-left: 0 !important;
	padding-right: 3rem;
	color: #042824;
}
.text-link:before {
	display:none;
}
.text-link:hover {
	color: #042824;
}

.text-link i {
	font-size: 80%;
	color: #A4D33C;
	margin-left:5px;
}
.text-link.dark {
	color: rgba(35, 47, 54, 1);
}


.section-wrapper.bg-primary .text-link,
.section-wrapper.bg-secondary .text-link,
.section-wrapper.bg-tertiary .text-link {
	color: rgba(255, 255, 255, 1) !important;
}


/* Button group */
.button-group .button{
	border-radius: 0;

}
.button-group .button:first-child{
	border-radius: 8px 0 0 8px;
}
.button-group .button:last-child{
	border-radius: 0 8px 8px 0px;
}

/* Dropdown */
.button.dropdown {
	padding-right: 40px
}
.button.dropdown::after {
	position: absolute;
	right: 0;
	width: 40px;
	height: 100%;
	border: 0;
	content: '\f078';
	font-family: 'Font Awesome 6 Pro';
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: 700;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: 12px;
	top: 0;
	transform: translateY(0);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 0em;
	opacity: 1;
	color: rgba(0, 0, 0, 0.2);

	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.button.dropdown.hover {
	
}
.button.dropdown.hover::after {
	content: '\f077';
	opacity: 1;
}



/* Box Shadows
------------------------------------------------
*/
.box-shadow-tiny {
	box-shadow: inset 0 -2px 0 0 rgba(4, 20, 47, 0.08), 0px 2px 3px rgba(4, 20, 47, 0.08);

}
.box-shadow-small {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}
.box-shadow-medium {
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.box-shadow-large {
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.1);
}
.box-shadow-larger {
	box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.4);
}


/* Borders
------------------------------------------------
*/

.border-none {
	border: none !important;
}
.border-solid {
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.border-dotted {
	border: 1px dotted rgba(0, 0, 0, 0.1) !important;
}
.border-dashed {
	border: 1px dashed rgba(0, 0, 0, 0.1) !important;
}

.border-top-none {
	border-top: 0px !important;
}
.border-left-none {
	border-left: 0px !important;
}
.border-right-none {
	border-right: 0px !important;
}
.border-bottom-none {
	border-bottom: 0px !important;
}




.icon-size-32 {
	width: 32px;
	height: 32px;
	line-height: 32px;
}
.icon-size-64 {
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.icon-size-128 {
	width: 128px;
	height: 128px;
	line-height: 128px;
}
.icon-size-256 {
	width: 256px;
	height: 256px;
	line-height: 256px;
}
.icon-size-512 {
	width: 512px;
	height: 512px;
	line-height: 512px;
}


/* Deviders */

.section-divider {

	display: block;
  line-height: 0.5;
  text-align: center;
  
  padding: 1rem;
}
.section-divider .grid-container {
	overflow: hidden;
}
.section-content .section-divider {
	margin: 0 auto;
}
.section-divider span {
  display: inline-block;
  position: relative;
  height: 34px;
}
.section-divider span:before,
.section-divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  top: 50%;
  width: 900px;
}
.section-divider span:before {
  right: 100%;
  margin-right: 15px;
}
.section-divider span:after {
  left: 100%;
  margin-left: 15px;
}
.section-divider img {
	position: relative;
	top: 2px;
	width: 32px;
}

.divider {
	width: 100%;
	display: block;
  line-height: 0.5;
  text-align: center;
  overflow: hidden;
  margin: 1rem 0;

}

	@media (max-width: 768px) {
		.divider {
			margin-top: 1rem;
		}
	}
.divider img {
	display: inline-block;
}
.divider span {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;

}
.divider span:before,
.divider span:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  top: 50%;
  width: 600px;
}
.divider span:before {
  right: 100%;
  margin-right: 10px;
}
.divider span:after {
  left: 100%;
  margin-left:10px;
}

.divider.vertical {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	margin: 0;
	padding: 0;
	width: 2px;
	height: 100%;
	line-height: 0;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}
.right.divider.vertical {
	left: auto;
	right: 5px;
	top: 0%;
	-webkit-transform: translateX(0%);
	transform: translateX(0%)
}




/* Flexbox
------------------------------------------------
*/

.flex-align-items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}


/* Flex Video
------------------------------------------------
*/

.responsive-embed-wrap {

}
.responsive-embed-wrap .responsive-embed {
	margin-bottom: 0rem;
}

/* Pagination
------------------------------------------------
*/

.pagination {
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 1rem;
	/* background: #fff;
	border-radius: 16px; */
}

.side-content .pagination {
	margin-top: 10px;
}
	.pagination::before, .pagination::after {
	  display: table;
	  content: ' ';
	  -webkit-flex-basis: 0;
		  -ms-flex-preferred-size: 0;
			  flex-basis: 0;
	  -webkit-box-ordinal-group: 2;
	  -webkit-order: 1;
		  -ms-flex-order: 1;
			  order: 1; }
	.pagination::after {
	  clear: both; }
	.pagination li {
	  margin-right: 10px;
	  border-radius: 8px;
	  font-size: 16px;
	  display: inline-block; }
	  .pagination li:last-child, .pagination li:first-child {
		display: inline-flex; }
	 
	.pagination a,
	.pagination button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
	  height: 40px;
	  padding: 0;
	  border-radius: 100px;
	  color: #000;
	  background: rgba(0, 0, 0, 0.04);  }
	  .pagination a:hover,
	  .pagination button:hover {
		background: rgba(0, 0, 0, 0.15); }
	.pagination .current {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		border-radius: 100px;
	  padding: 0;
	  background: #A4D33C;
	  color: #fefefe;
	  cursor: default; }
	.pagination .disabled {
	  padding: 0;
	  color: #cacaca;
	  cursor: not-allowed; }
	  .pagination .disabled:hover {
		background: transparent; }
	.pagination .ellipsis::after {
	  padding: 0.1875rem 0.625rem;
	  content: '\2026';
	  color: #000; }
	
	.pagination-previous a,
	.pagination-next a {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}
  .pagination-previous a::before,
  .pagination-previous.disabled::before {
	display: inline-block;
	margin-right: 0.5rem;
	content: '\00ab'; }

  .pagination-next a::after,
  .pagination-next.disabled::after {
	display: inline-block;
	margin-left: 0.5rem;
	content: '\00bb'; }

	@media (max-width: 767px) {
		.pagination li {
			margin-right: 10px;
			border-radius: 5px;
			font-size: 14px;
			margin-top: 5px;
		}
		
	}

/*
-----------------------------
IMAGE GRAYSCALE
-----------------------------
*/

.grayscale {
  /* Firefox 10+, Firefox on Android */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");

  /* IE 6-9 */
  filter: gray;

  /*
    Chrome 19+,
    Safari 6+,
    Safari 6+ iOS,
    Opera 15+
  */
  -webkit-filter: grayscale(100%);
}

.grayscale.grayscale-fade {
  -webkit-transition: -webkit-filter .5s;
}

.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0%);
  filter: none;
}

.grayscale-replaced.grayscale-fade svg {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.grayscale-replaced.grayscale-fade:hover svg {
  opacity: 0;
  filter: alpha(opacity=0);
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.clearer {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
}
.clearer.h5 {
	height: 5px;
}
.clearer.h10 {
	height: 10px;
}
.clearer.h15 {
	height: 15px;
}
.clearer.h20 {
	height: 20px;
}
.clearer.h25 {
	height: 25px;
}
.clearer.h30 {
	height: 30px;
}
.clearer.h35 {
	height: 35px;
}
.clearer.h40 {
	height: 40px;
}
.clearer.h45 {
	height: 45px;
}
.clearer.h50 {
	height: 50px;
}
.clearer.h55 {
	height: 55px;
}
.clearer.h60 {
	height: 60px;
}
.clearer.h65 {
	height: 65px;
}
.clearer.h70 {
	height: 70px;
}
.clearer.h75 {
	height: 75px;
}
.clearer.h80 {
	height: 80px;
}
.clearer.h85 {
	height: 85px;
}
.clearer.h90 {
	height: 90px;
}
.clearer.h95 {
	height: 95px;
}
.clearer.h100 {
	height: 100px;
}
.clearer.h120 {
	height: 120px;
}
.clearer.h140 {
	height: 140px;
}
.clearer.h160 {
	height: 160px;
}
.clearer.h180 {
	height: 180px;
}
.clearer.h200 {
	height: 200px;
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.fadeaway-text {
	position: relative;
	margin-bottom: -1rem;
}
.fadeaway-text:after {
	content: "";
	display: block;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

@media (max-width: 768px) {
	.cookiebar_hide span, .cookiebar_info span{
		display: none !important;
		visibility: hidden !important;
	}

	a.cookiebar_hide{
		margin-left: 10px !important;
	}
}