/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }




/* =Fonts
-------------------------------------------------------------- */

h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit]
{
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom:0;
}
dl {
	margin:0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}




table {
	border: 1px solid #e7e7e7;
	text-align: left;
	margin: 0 -1px 24px 0;
	width: 100%;
}
tr th,
 thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
 tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
 tr.odd td {
	background: #F2F7FC;
}




.attachment img {
	max-width: 900px;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft, 
 img.alignright, 
 img.aligncenter {
	margin-bottom: 12px;
}
 .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
 .wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
.wp-smiley {
	margin:0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin: 24px 0;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}




/* ---------- layout ----------*/
:root {
    font-size: 20px;
}
body {
    font-family: 'Nunito', sans-serif;
}
.wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.container {
	max-width: 1326px;
	margin:0 auto;
}
.clear{clear:both; font-size:0px;line-height:0px;}

/*-------------------------------------------*/

/* --------- HEADER HERE ---------*/
.header {
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.header .container {
    max-width: 1354px;
}
.header .d-flex {
	min-height: 166px;
}
.logo {
    position: relative;
    display: block;
    width: 240px;
    z-index: 80;
}
.logo img {
    display: block;
    width: 100%;
}
.inner_header {
    background: #1aac50;
    position: relative;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
    z-index: 9999;
}
.inner_header .d-flex {
    min-height: 176px;
}

/* ---------------------------------------------------------*/



/* --------- NAVIGATION HERE --------*/
.nav										{}
.nav ul										{}
.nav ul li									{}
.nav ul li a								{}
.nav ul li a span							{}
.nav ul li a:hover							{}
.mainnav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 9999;
}
.mainnav:after {
    display: block;
    background: #1aac50;
    content: "";
    width: 2000px;
    height: 100%;
    position: absolute;
    left: 100%;
    top: 0;
}
.mainnav nav {
    position: relative;
}
.mainnav:before {
    display: block;
    content: "";
    background: #ffffff;
    position: absolute;
    left: 15px;
    top: 0;
    width: 4000px;
    height: 100%;
    -moz-transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    transform: skewX(-19deg);
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
}
.inner_header .mainnav:before {
    display: none;
}
.mainnav nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mainnav nav > ul {
    display: flex;
    align-items: center;
    padding-left: 35px;
    padding-right: 12px;
}
.mainnav nav > ul > li {
    position: relative;
    padding: 0 5px;
}
.mainnav nav > ul > li > a {
    position: relative;
    display: block;
    color: #242424;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    line-height: 86px;
    text-decoration: none;
    padding: 0 10px;
}
.mainnav nav > ul > li > a:after {
    display: block;
    background: #1aac50;
    content: "";
    width: 0;
    max-width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 22px;
    transition: 0.15s ease-in;
}
.mainnav nav > ul > li > a:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 11px 0 11px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    transition: 0.15s ease-in;
    z-index: 9999;
}
.mainnav nav > ul > li.menudown > a:before {
    bottom: -9px;
}
.mainnav nav > ul > li > a:hover {
    color: #1aac50;
}
.mainnav nav > ul > li > a:hover:after {
    width: calc(100% - 20px);
    max-width: 102px;
}
.mainnav nav > ul > li.menudown > a {
    color: #1aac50;
}
.mainnav nav > ul > li.menudown > a:after {
    width: calc(100% - 20px);
    max-width: 102px;
}
.mainnav nav > ul > li ul {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
    width: 324px;
    background: rgba(0,33,1,0.9);
    padding: 20px 0;
    box-shadow: 0 18px 21px rgba(0,0,0,0.34);
    z-index: 99;
}
.mainnav nav > ul > li ul ul {
    left: 100%;
    top: -20px;
    transform: none;
}
.mainnav nav > ul > li ul li {
    position: relative;
}
.mainnav nav > ul > li ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
    padding: 14px 0;
    padding-left: 50px;
    padding-right: 20px;
}
.mainnav nav > ul > li ul li a:hover {
    color: #1aac50;
    padding-left: 65px;
}
.mainnav nav > ul > li ul li a:hover:before {
    left: 40px;
}
.mainnav nav > ul > li ul li.menudown > a {
	color: #1aac50;
    padding-left: 65px;
}
.mainnav nav > ul > li ul li.menudown > a:before {
    left: 40px;
}
.mainnav nav > ul > li ul li a:before {
    display: block;
    content: "";
    width: 15px;
    height: 2px;
    background: #1aac50;
    position: absolute;
    left: 25px;
    top: 26px;
    transition: 0.15s ease-in;
}
.tel_link {
    position: relative;
    display: block;
    background: #1aac50;
    color: #ffffff !important;
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    line-height: 86px;
    text-decoration: none;
    padding-left: 20px;
    z-index: 40;
}
.tel_link:hover {
    color: #d2e913 !important;
}
a {
    transition: 0.15s ease-in;
}
.inner_header .mainnav {
    filter: none;
}
.inner_header .mainnav nav:before {
    display: none;
}
.inner_header .mainnav nav > ul > li > a:before {
    border-color: #1aac50 transparent transparent transparent;
}
.inner_header .mainnav nav > ul > li > a {
    color: #ffffff;  
}
.inner_header .mainnav nav > ul > li > a:hover {
    color: #ffffff;
}
.inner_header .mainnav nav > ul > li > a:after {
    background: #ffffff;
}
.inner_header .tel_link {
    color: #ffffff !important;
}
.inner_header .tel_link:hover {
    color: #d2e913 !important;
}
.mainnav nav > ul > li.current-menu-item > a:after {
    width: calc(100% - 20px);
    max-width: 102px;
}
.mainnav nav > ul > li.current-menu-item > a:before {
    bottom: -9px;
}
.inner_header .logo {
    margin-bottom: 14px;
}
.sub_nav {
    width: 100%;
}
.page_title .sub_nav {
    position: absolute;
    left: 0;
    bottom: -42px;
    z-index: 80;
}
.sub_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #002101;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    -moz-transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    transform: skewX(-19deg);
    padding: 0 40px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.34);
}
.sub_nav ul li {
    -moz-transform: skewX(19deg);
    -webkit-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    transform: skewX(19deg);
}
.sub_nav ul li a {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    line-height: 86px;
    text-decoration: none;
    padding: 0 10px;
}
.sub_nav > ul > li > a:after {
    display: block;
    background: #1aac50;
    content: "";
    width: 0;
    max-width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 22px;
    transition: 0.15s ease-in;
}
.sub_nav > ul > li > a:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #002101 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 0;
    transition: 0.15s ease-in;
    z-index: 9999;
}
.sub_nav > ul > li > a:hover:after {
    width: calc(100% - 20px);
    max-width: 102px;
}
.sub_nav > ul > li.current-menu-item > a:after {
    width: calc(100% - 20px);
    max-width: 102px;
}
.sub_nav > ul > li.current-menu-item > a:before {
    bottom: -8px;
}

/* ---------------------------------------------------------*/

/* ------- MAIN CONTENT HERE --------*/
.main_content								{}
.backbg {
    display: none !important;
}
.backbgbox {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center;
}
.homehero_wrapper {
     width: 100vw; /* Full width of the viewport */
     height: 90vh; /* Full height of the viewport */
     position: relative; /* Ensure absolute elements like video can fit inside */
     overflow: hidden; /* Avoid overflow issues */
}
.homehero_slider {
    width: calc(100% + ((100vw - 1320px)/ 2) + 20px);
}
.homehero_slider .backbgbox {
	height: 720px;
}
.homehero_wrapper [class*=col-] {
    position: relative;
}
.homehero_bgbox_wrapper {
    position: absolute;
    right: 100%;
    margin-right: -510px;
    top: -80px;
    width: calc(510px + (100vw / 2 - 1324px / 2));
    height: calc(100% + 110px);
    filter: drop-shadow(0 7px 21px rgba(0,0,0,0.14));
    z-index: 60;
}
.homehero_bgbox {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00a850;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 255px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 255px) 100%, 0% 100%);
}
.homehero_bgbox img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    opacity: 0.15;
    mix-blend-mode: overlay;
}
.homehero_slider_content {
    position: absolute !important;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 635px;
    z-index: 90;
}
.homehero_slider_content .caption {
    padding: 50px 0px;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 635px;
}
.homehero_slider_content .caption h1 {
    color: #ffffff;
    font-size: 120px;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    line-height: 0.83;
    padding-bottom: 16px;
}
.homehero_slider_content .caption h1 em {
    display: block;
    font-size: 60px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.15;
    color: #92c847;
}
.homehero_slider_content .caption p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    text-shadow: 0 6px 11px rgba(0,0,0,0.34);
    margin-bottom: 22px;
}
.homehero_slider .backvid {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.homehero_slider .backvid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* Make the video span full width */
    height: 100vh; /* Make the video span full height */
    object-fit: cover; /* Ensures video covers the entire area */
    z-index: -1; /* Keep the video behind the content */
}
.homehero_bgbox_slider {
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.homehero_bgbox_slider div {
    height: 100%;
}
.slick-prev {
    background: none;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 28px 17px 0;
    border-color: transparent #d4e913 transparent transparent;
    filter: drop-shadow(0 7px 21px rgba(0,0,0,0.34));
    font-size: 0.1px;
    text-indent: -9999px;
    padding: 0;
    transition: 0.15s ease-in;
    z-index: 80;
}
.slick-prev:hover {
    border-color: transparent #e3fe00 transparent transparent;
}
.slick-next {
    background: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 0 17px 28px;
    border-color: transparent transparent transparent #d4e913;
    filter: drop-shadow(0 7px 21px rgba(0,0,0,0.34));
    font-size: 0.1px;
    text-indent: -9999px;
    padding: 0;
    transition: 0.15s ease-in;
    z-index: 80;
}
.slick-next:hover {
    border-color: transparent transparent transparent #e3fe00;
}
.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 810px;
    display: flex;
    align-items: center;
}
.slick-dots li {
    flex: 1;
    padding: 0 4px;
}
.slick-dots li button {
    display: block;
    width: 100%;
    height: 4px;
    background: #e6eae9;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    transition: 0.15s ease-in;
}
.slick-dots li button:hover {
    background: #adc2bd;
}
.slick-dots li.slick-active button {
    background: #1aac50;
    font-size: 0.1px;
    text-indent: -9999px;
}
.homehero_slider_content .slick-dots {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 12px;
    margin-left: 25px;
}
.article_pic {
    position: relative;
    width: 455px;
    padding-top: 110px;
    top: -22px;
}
.article_pic:after {
    display: block;
    content: "";
    clear: both;
}
.article_pic .front {
	width: 333px;
    height: 430px;
    margin: 0;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
}
.article_pic .front img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.article_pic .back {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    width: 333px;
    height: 430px;
    margin: 0;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
}
.article_pic .back img {
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.info_wrapper {
    /* padding-bottom: 90px; */
    padding-top: 55px !important;
}
.info_wrapper .content {
    position: relative;
    padding-left: 140px;
    width: calc(100% + 70px);
}
.info_wrapper .content .btn_wrap {
	padding-top: 6px;
}
.content h2 {
    position: relative;
}
.content h2:before {
    display: block;
    content: "";
    width: 48px;
    height: 4px;
    background: #1aac50;
    position: absolute;
    left: -75px;
    top: 22px;
}
.info_wrapper .article_pic {
    float: right;
}
.testimonial_wrapper {
    position: relative;
    margin-bottom: 36px;
}
.testimonial_wrapper [class*=col-] {
    position: relative;
}
.testimonial_bg {
    position: absolute;
    left: -140px;
    top: 0;
    width: calc(100% + ((100vw - 1320px)/ 2) + 138px);
    height: 100%;
    filter: drop-shadow(0 7px 11px rgba(0,0,0,0.34));
    z-index: -1;
}
.testimonial_bg figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #e6eae9;
    margin: 0;
    -webkit-clip-path: polygon(168px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(168px 0%, 100% 0, 100% 100%, 0% 100%);
    min-height: 100%;
}
.testimonial_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
}
.testimonial_slider {
    position: relative;
    margin: 0 auto;
    text-align: center;
    animation-delay: 0.2s;
    animation-fill-mode: backwards;
    animation-name: fadeInRight;
    transition: transform 0.2s ease-out;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.testimonial_slider.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.testimonial_slider .slick-slide {
	display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 430px;
    padding: 60px 280px 40px;
}
.testimonial_slider .slick-slide a {
    text-decoration: none;
}
.testimonial_slider blockquote {
    display: inline-block;
    position: relative;
    color: #242424;
    font-size: 54px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 0.96;
    text-decoration: none;
    margin: 0;
    padding: 0;
    padding-bottom: 12px;
}
.testimonial_slider p {
    color: #ffffff;
    font-size: 54px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 0.96;
    text-decoration: none;
    margin: 0;
    padding-bottom: 12px;
}
.testimonial_slider blockquote p {
    color: #ffffff;
    font-size: 54px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 0.96;
    text-decoration: none;
    margin: 0;
    padding-bottom: 0;
}
.testimonial_slider h6 {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
    padding-bottom: 0;
}
.testimonial_slider .slick-prev {
    left: auto;
    right: 100px;
    border-color: transparent #ffffff transparent transparent;  
}
.testimonial_slider .slick-prev:hover {
    border-color: transparent #d2e913 transparent transparent;   
}
.testimonial_slider .slick-next {
    border-color: transparent transparent transparent #ffffff;
    right: 15px;
}
.testimonial_slider .slick-next:hover {
    border-color: transparent transparent transparent #d2e913; 
}
.offer_wrapper {
    padding-bottom: 36px;
}
.offer_wrapper h2 {
    color: #ffffff;
    line-height: 1;
    padding-bottom: 0;
}
.offer_wrapper p {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: normal;
    margin-top: -6px;
}
.offer_wrapper [class*=col-] {
    position: relative;
    padding-top: 72px;
}
.offer_bg {
    position: absolute;
    right: -140px;
    top: 0;
    width: calc(100% + ((100vw - 1320px)/ 2) + 138px);
    height: 430px;
    filter: drop-shadow(0 7px 11px rgba(0,0,0,0.34));
    z-index: -1;
	 -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 168px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 168px) 100%, 0% 100%);
	background-color: #1aac50;
}
.offer_bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    mix-blend-mode: overlay;
}
.offer_list {
    position: relative;
    margin: 0 -55px;
    padding-top: 38px;
}
.offer_list .col {
    padding: 0 55px;
    margin-bottom: 88px;
}
.offer_box {
    position: relative;
    transition: 0.2s ease-in;
}
.offer_box > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 60;
}
.offer_box figure {
    position: relative;
    margin: 0;
    height: 376px;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
    transition: 0.2s ease-in;
    z-index: 40;
}
.offer_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.offer_box .content {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 15px;
    border: 4px solid #e6eae9;
    border-top: none;
    padding: 10px;
    padding-top: 15px;
    min-height: 116px;
    transition: 0.15s ease-in;
}
.offer_box .content h4 {
    transition: 0.2s ease-in;
}
.offer_box .content:after {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 21px 0 21px;
    border-color: transparent transparent #1aac50 transparent;
    transition: 0.2s ease-in;
}
.offer_box:hover figure {
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.offer_box:hover .content h4 {
    color: #1aac50;
}
.offer_box:hover .content {
    border-color: #1aac50;
}
.offer_box:hover .content:after {
    border-width: 0 21px 20px 21px;
}
.graph_wrapper {
    color: #ffffff;
    position: relative;
    background: #1aac50;
    background-position: right top;
    padding-top: 84px;
    padding-bottom: 96px;
    z-index: 40;
}
.graph_wrapper h2 {
    color: #ffffff;
    padding-bottom: 4px;
}
.graph_wrapper p {
    color: #ffffff;
}
.graph_slider {
    color: currentColor;
    text-align: center;
    margin-top: 10px;
}
.graph_slider .slick-prev {
    border-color: transparent #ffffff transparent transparent;  
}
.graph_slider .slick-prev:hover {
    border-color: transparent #d2e913 transparent transparent;   
}
.graph_slider .slick-next {
    right: 0;
    border-color: transparent transparent transparent #ffffff;
}
.graph_slider .slick-next:hover {
    border-color: transparent transparent transparent #d2e913; 
} 
.graph_slider .slick-dots {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    bottom: -82px;
    margin: 0 auto;
    z-index: 80;
}
.graph_slider .slick-dots li.slick-active button {
    background: #d2e913;
}
.graph_slider .slick-slide {
	padding: 0 100px;
}
.graph_slider figure {
    margin: 0;
}
.graph_slider figure img {
    display: inline-block;
    max-width: 100%;
}
.article_pic.left {
    width: 425px;
}
.article_pic.left .back {
    left: 0;
    right: auto;
}
.article_pic.left .front {
    float: right;
}
.highlightnews_wrapper {
    visibility: visible !important;
    padding-bottom: 160px;
    margin-top: -4px;
}
.highlightnews {
    position: relative;
    left: -102px;
    width: calc(100% + 204px);
    border: 4px solid #e6eae9;
    border-top: none;
    padding: 0 96px;
    padding-top: 150px;
}
.highlightnews .article_pic {
    top: -32px;
}
.highlightnews h2 {
    padding-bottom: 26px;
}
.highlightnews .content {
    position: relative;
    left: -15px;
    padding-right: 85px;
}
.highlightnews .content .btn_wrap {
    padding-top: 10px;
}
.callout_wrapper {
    padding: 0 25px;
    margin: 0 -12px;
    -moz-transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    transform: skewX(-19deg);
}
.callout_wrapper .col {
    padding: 0 12px;
}
.callout_wrapper .col:nth-child(2) .callout_box {
	background: #ffffff;
}
.callout_wrapper .col:nth-child(3) .callout_box {
	background: #ffffff;
}
.callout_box {
    color: #1bae4b;
    min-height: 142px;
    background: #ffffff;
    box-shadow: 0 9px 21px rgba(0,0,0,0.11);
    padding: 20px;
    padding-top: 24px;
    height: 100%;
}
.callout_box h3 {
    color: #1bae4b;
    font-size: 52px;
    line-height: 1.04;
}
.callout_box h3 a {
    color: #1bae4b;
    text-decoration: none;
}
.callout_box h3 a:hover {
    color: #1bae4b;
    text-decoration: underline;
}
.callout_box p {
    color: #1bae4b;
    font-size: 18px;
    line-height: 1.16;
    margin-top: -2px;
}
.callout_box p:last-child {
    margin-bottom: 0;
}
.highlightnews .callout_wrapper {
    position: relative;
    margin-bottom: -72px;
    z-index: 40;
}
.callout_box .inner_content {
    -moz-transform: skewX(19deg);
    -webkit-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    transform: skewX(19deg);
}
.highlightnews_content {
    position: relative;
    margin-bottom: 60px;
    z-index: 60;
}
.partner_list_wrapper {
    padding-bottom: 24px;
}
.partner_list {
    text-align: center;
}
.partner_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner_list ul li {
    padding: 10px 25px;
    display: flex;
    align-items: center;
    height: 110px;
}
.partner_list ul li a {
    display: block;
    padding: 0 15px;
}
.partner_list ul li img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: 0.2s ease-in;
    filter: grayscale(1);
    width: 100%;
	height: 75px;
}
.partner_list ul li a:hover img {
    filter: grayscale(0);
}
.pagetitle_bg {
    position: absolute;
    right: -55px;
    top: 0;
    width: calc(100% + ((100vw - 1320px)/ 2) + 60px);
    height: 100%;
    filter: drop-shadow(0 7px 21px rgba(0,0,0,0.14));
    z-index: -1;
	background-color: #92c847;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 128px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 128px) 100%, 0% 100%);
}
.page_title {
    position: relative;
    z-index: 40;
}
.page_title [class*=col-] {
    position: relative;
}
.page_title .caption {
	min-height: 338px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page_title .caption h1 {
    color: #ffffff;
    padding-bottom: 0;
    text-align: center;
}
.news_wrapper {
    padding-top: 172px;
    padding-bottom: 150px;
}
.news_list {
    
}
.news_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.news_list ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
    margin-bottom: 60px;
}
.news_list ul li:last-child {
    margin-bottom: 50px;
}
.news_list ul li:after {
    display: block;
    content: "";
    width: calc(100% + 30px);
    height: 4px;
    background: #e6eae9;
    position: absolute;
    left: -15px;
    bottom: -2px;
}
.news_list ul li figure {
    flex: 0 0 333px;
    max-width: 333px;
    height: 430px;
    margin: 0;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
    margin-right: 12.8%;
}
.news_list ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_list ul li .content {
    flex: 1;
    padding-right: 65px;
}
.news_list ul li .content h2 {
    margin-top: -2px;
    padding-bottom: 28px;
}
.news_list ul li .content h2 a {
    color: #242424;
    text-decoration: none;
}
.news_list ul li .content h2 a:hover {
    color: #1aac50;
}
.news_list ul li .content .btn_wrap {
	padding-top: 10px;
}
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    -moz-transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    transform: skewX(-19deg);
}
.pagination .nav-links .prev, .pagination .nav-links .next {
    position: relative;
    font-size: 0.1px;
    text-indent: -9999px;
}
.pagination .nav-links .page-numbers {
    display: block;
    width: 50px;
    height: 50px;
    background: #1aac50;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
    margin: 0 5px;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    line-height: 52px;
    text-decoration: none;
    padding: 0 10px;
    text-align: center;
}
.pagination .nav-links .prev > span:last-child {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 13px 8px 0;
    border-color: transparent currentColor transparent transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) skewX(19deg);
}
.pagination .nav-links .next > span:last-child {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 13px;
    border-color: transparent transparent transparent currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) skewX(19deg);
    
}
.pagination .nav-links .page-numbers.current {
    color: #010101;
	background: #d2e913;
}
.pagination .nav-links .page-numbers span {
    display: block;
    -moz-transform: skewX(19deg);
    -webkit-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    transform: skewX(19deg);
}
.pagination .nav-links a.page-numbers:hover {
    color: #010101;
    background: #d2e913;
}
.news_main {
  /*  padding-top: 55px; */
  /*  padding-bottom: 55px; */
}
.news_main h2 {
    padding-left: 0 !important;
}
.news_main h2:before {
    display: none;
}
.page_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.page_nav .btn {
    line-height: 1;
}
.content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 35px;
    margin-bottom: 26px;
}
.content > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 20px;
}
.content > ul li {
    display: grid;
    position: relative;
    padding-left: 15px;
}
.content > ul li li {
    display: block;
}
.content > ul li:before {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: #000000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.content > ol {
    position: relative;
    display: grid;
    left: 52px;
    padding-right: 52px;
    margin-left: 52px;
}
.content > ol li {
    
}
.content > ol:after {
    display: block;
    content: "";
    clear: both;
}
.content > ol ol {
    list-style: lower-alpha;
    margin-left: 34px;
}
.content > ol ol ol {
    list-style: lower-roman;
    margin-left: 28px;
}
.content p + ol {
    margin-top: -25px;
}
.content > img.alignright {
	max-width: 50%;
    margin-left: 40px;
    margin-bottom: 25px;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
}
.content > img.alignleft {
	max-width: 50%;
    margin-right: 35px;
    margin-bottom: 25px;
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
}
.content p + ul {
    margin-top: -25px;
}
.highlightnews_wrapper.alt {
    
}
.highlightnews_wrapper.alt .highlightnews {
    padding-top: 172px;
}
.page_title + .highlightnews_wrapper {
    margin-top: -50px;
}
.highlightnews_wrapper.alt .highlightnews .article_pic {
    float: right;
}
.highlightnews_wrapper.alt .highlightnews .content {
    position: relative;
    left: 60px;
    padding-left: 75px;
    padding-right: 0;
}
.join_team_wrapper {
    padding-top: 60px;
    /* margin-bottom: 135px; */
}
.join_team_wrapper h2 {
    position: relative;
    display: inline-block;
    padding: 0 72px 55px;
}
.join_team_wrapper h2:before {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: #1aac50;
    position: absolute;
    left: 0;
    top: 20px;
}
.join_team_wrapper h2:after {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: #1aac50;
    position: absolute;
    right: 0;
    top: 20px;
}
.join_team_list {
    position: relative;
}
.join_team_list:after {
    display: block;
    content: "";
    width: calc(100% + 100px);
    height: 50%;
    border: 4px solid #d2e913;
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(0,-50%) skewX(-19deg);
    margin-top: -20px;
    z-index: -1;
}
.join_team_list .col {
    margin-bottom: 30px;
}
.join_team_list a {
    text-decoration: none;
}
.join_team_list figure {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 216px;
    margin: 0;
    margin-bottom: 12px;
}
.join_team_list figure img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.join_team_list h5 {
    color: #000000;
    font-size: 27px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.15s ease-in;
}
.join_team_list a:hover h5 {
    color: #1aac50;
}
.info_wrapper.alt .article_pic {
    float: none;
}
.info_wrapper.alt .content {
    padding-left: 0;
    left: -15px;
    width: auto;
    padding-right: 40px;
} 
.info_wrapper .content h4 {
    color: #1aac50;
    font-size: 36px;
    line-height: normal;
    padding-bottom: 16px;
    margin-top: -8px;
}
.current_openings {
    padding-bottom: 46px;
}
.current_openings h2 {
    color: #002101;
}
.current_openings p {
    color: #000000;
    font-size: 20px;
    line-height: 1.3;
}
.current_openings [class*=col-] {
    padding-top: 42px;
}
.current_openings h2 {
    padding-bottom: 20px;
}
.current_openings .offer_list:before {
    display: block;
    content: "";
    width: 2410px;
    height: 2616px;
    background: url('../images/zigzag.png') no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -1075px;
    z-index: -1;
}
.page_title + .info_wrapper {
    padding-top: 55px;
}
.info_wrapper.v2 {
    
}
.info_wrapper.v2 .content {
    padding-left: 60px;
    width: auto;
}
.su-row {
    margin-bottom: -1.5em !important;
    clear: both;
    color: #000000;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 1.62;
}
.su-row .su-column {
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 2%;
    color: #000000;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}
.su-row .su-column .su-column-inner {
    padding-bottom: 5px;
}
.su-row .su-column:first-child {
    margin-left: 0;
}
.su-row .su-column-size-1-4 {
    width: 23.5%;
}
.su-row::after {
    display: table;
    clear: both;
    content: '';
}
.high_title h2 {
    position: relative;
    display: inline-block;
    padding: 0 72px 55px;
}
.high_title h2:before {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: #1aac50;
    position: absolute;
    left: 0;
    top: 20px;
}
.high_title h2:after {
    display: block;
    content: "";
    width: 50px;
    height: 5px;
    background: #1aac50;
    position: absolute;
    right: 0;
    top: 20px;
}
.process_work {
    padding-top: 15px;
    padding-bottom: 6px;
}
.process_work h2 {
    padding-bottom: 16px;
}
.process_work img.aligncenter {
	margin-top: 20px;
}
.process_list {
    padding-top: 60px;
    text-align: center;
}
.process_list .su-column {
    /* margin-bottom: 50px !important; */
}
.process_list figure {
    margin: 0;
    height: auto;
    /* margin-bottom: 54px; */
}
.process_list figure img {
    width: auto !important;
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.download_wrapper .offer_bg {
    position: absolute;
    /* left: -140px; */
    top: 0;
    width: calc(100% + ((100vw - 1320px)/ 2) + 136px);
    height: 430px;
    filter: drop-shadow(0 7px 11px rgba(0,0,0,0.34));
    z-index: -1;
}
.download_wrapper .offer_bg figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1aac50;
    margin: 0;
    -webkit-clip-path: polygon(168px 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(168px 0%, 100% 0, 100% 100%, 0% 100%);
    min-height: 100%;
}
.download_wrapper [class*=col-] {
    position: relative;
    padding-top: 42px;
}
.download_list .offer_box figure {
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 25px; */
}
.download_list .offer_box .content {
    padding: 10px 8px;
}
.download_list .offer_box figure img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 380px;
    object-fit: cover;
}
.customer_satisfaction {
    padding-top: 55px;
}
.customer_satisfaction h2 {
    padding-bottom: 20px;
}
.cs_list {
    position: relative;
    margin: 0 -14px;
    padding-top: 40px;
}
.cs_list .col {
    padding: 0 14px;
    margin-bottom: 100px;
}
.cs_list .offer_box figure {
    position: relative;
    margin: 0;
    height: 320px;
    box-shadow: 0 7px 21px rgb(0 0 0 / 34%);
    transition: 0.2s ease-in;
    z-index: 40;
}
.cs_list .offer_box figure:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.2s ease-in;
}
.cs_list .offer_box .content {
    min-height: 100px;
}
.cs_list .offer_box .content h4 {
    font-size: 34px;
    line-height: 0.88;
}
.cs_list:before {
    display: block;
    content: "";
    width: 2410px;
    height: 2616px;
    background: url(../images/zigzag.png) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -1100px;
    z-index: -1;
}
.process_features {
    padding-top: 12px;
}
.process_features h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    position: relative;
    color: #ffffff;
    text-align: center;
    padding-bottom: 0;
    z-index: 120;
}
.process_features h2:before {
    display: block;
    content: "";
    width: 4000px;
    height: 100%;
    background: #1aac50;
    box-shadow: 0 5px 10px rgba(0,0,0,0.34);
    -moz-transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    transform: skewX(-19deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.feature_table {
    position: relative;
}
.feature_table:before {
    display: block;
    content: "";
    width: 2410px;
    height: 2616px;
    background: url(../images/zigzag.png) no-repeat center center;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: -1172px;
    z-index: 100;
    pointer-events: none;
}
.feature_table table {
    border: none;
    margin-bottom: 48px;
}
.feature_table thead th {
    color: #000000;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.12;
    text-align: center;
    padding: 0 10px;
    border: none;
    height: 132px;
    padding-top: 48px;
}
.feature_table thead th:first-child {
    padding-left: 0;
}
.feature_table thead th h4 {
    color: #000000;
    font-size: 42px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 1.12;
    text-align: left;
    padding-bottom: 0;
    position: relative;
    top: 10px;
}
.feature_table thead th:nth-child(2) {
    position: relative;
    background: #e6eae9;
}
.feature_table thead th:nth-child(2):before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #1aac50 transparent transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    z-index: 140;
}
.feature_table tbody {
    
}
.feature_table tbody tr {
    border-bottom: 1px solid #a1a1a1;
}
.feature_table tbody th {
    color: #000000;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.12;
    padding: 0;
    height: 68px;
    vertical-align: middle;
    width: 258px;
    padding-right: 10px;
}
.feature_table tbody td {
    border: none;
    padding: 0;
    color: #000000;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.12;
    text-align: center;
    height: 68px;
    vertical-align: middle;
    padding: 0 5px;
}
.feature_table tbody td:nth-child(2) {
    background: #e6eae9;
}
.feature_table tbody td strong {
    font-weight: 700;
    white-space: nowrap;
}
.strength {
	display: block;
    width: 39px;
    height: 39px;
    background: #1aac50;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 2px 2px 2px #000000;
}
.neutral {
    display: block;
    width: 39px;
    height: 39px;
    background: #d2e913;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 2px 2px 2px #000000;
}
.weakness {
    display: block;
    width: 39px;
    height: 39px;
    background: #696969;
    border-radius: 50%;
    margin: 0 auto;
}
.table_legends {
    max-width: 1098px;
    margin: 0 auto;
    border: 1px solid #a1a1a1;
    padding: 0 45px;
}
.table_legends ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.table_legends ul li {
    height: 84px;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 24px;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    line-height: 1.12;
    padding-right: 10px;
}
.table_legends ul li:last-child {
    padding-right: 0;
}
.table_legends ul li > span {
    margin: 0;
    margin-right: 12px;
}
.news_main + .news_main {
    padding-top: 0;
    margin-top: -72px;
}
.content > h1 + .btn_wrap, .content > h2 + .btn_wrap, .content > h3 + .btn_wrap, .content > h4 + .btn_wrap, .content > h5 + .btn_wrap, .content > h6 + .btn_wrap {
	padding-top: 30px;
}
.additional_links_wrapper {
    padding-bottom: 30px;
}
.additional_links_wrapper [class*=col-] {
    position: relative;
}
.additional_links_wrapper h2 {
    display: inline-block;
    padding: 0 40px 40px;
    background-color: white;
    z-index: 50;
}
.additional_links {
    margin: 0 -14px;
}
.additional_links_wrapper .links_content:before {
    display: block;
    content: "";
    width: calc(100% + 110px);
    position: absolute;
    left: -55px;
    top: 20px;
    height: 210px;
    border: 4px solid #e6eae9;
    z-index: -1;
}
.additional_links .col {
    padding: 0 14px;
    margin-bottom: 80px;
}
.link_box {
    position: relative;
    transition: 0.2s ease-in;
}
.link_box figure {
    margin: 0;
    filter: drop-shadow(0 7px 11px rgba(0,0,0,0.34));
    transition: 0.2s ease-in;
    height: 296px;
}
.link_box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 80px), 0% 100%);
}
.link_box h5 {
    position: relative;
    color: #000000;
    font-size: 27px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 0.83;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 4px;
    transition: 0.2s ease-in;
    z-index: 40;
}
.link_box h5:after {
    display: block;
    content: "";
    width: 34px;
    height: 4px;
    background: #1aac50;
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 100%;
}
.link_box > a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.link_box:hover {
    
}
.link_box:hover figure {
    filter: drop-shadow(0 7px 21px rgba(0,0,0,0.34));
    -moz-transform: scale(1.04);
    -webkit-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
}
.link_box:hover h5 {
    color: #1aac50;
}
@keyframes fadeInAnimation {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 
.callout_wrapper .col {
    opacity: 0;
    transition: 0.25s ease;
}
.animated .callout_wrapper .col {
    animation: fadeInAnimation ease 1.2s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
.animated .callout_wrapper .col:nth-child(2) {
    animation-delay: 2s; 
    animation-fill-mode: forwards;
}
.animated .callout_wrapper .col:nth-child(3) {
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}
.highlightnews {
    border: 4px solid rgba(255,255,255,0);
    border-top: none;
}
@keyframes topleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  50% {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    visibility: visible;
  }
  75% {
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
}

@keyframes bottomright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    visibility: visible;
  }
}


.animated .highlightnews:before, .animated .highlightnews:after {
    visibility: visible;
}
.highlightnews:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 4px solid #e6eae9;
    border-right: 4px solid #e6eae9;
    visibility: hidden;
}
.highlightnews:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom: 4px solid #e6eae9;
    border-left: 4px solid #e6eae9;
    visibility: hidden;
}
.animated .highlightnews:before {
  animation: topleft 1.5s ease-in-out forwards;
}

.animated .highlightnews:after {
  animation: bottomright 1.5s ease-in-out forwards;
}
.mobile_menubtn {
    display: none;
}
.olay {
    display: none;
}
.alignleft, img.alignright, img.aligncenter {
    max-width: 100%;
}
.table-responsive table {

}
.table-responsive table thead th:first-child {
    position: sticky;
    left: 0;
    background: #ffffff;
    z-index: 2;
    white-space: nowrap;
}
.table-responsive table tbody th {
    position: sticky;
    left: 0;
    background: #ffffff;
    z-index: 1;
    white-space: nowrap;
}
.highlightnews.no_border:before, .highlightnews.no_border:after {
    display: none !important;
}
.newsletter_form form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter_form .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
}
.newsletter_form .gform_wrapper.gravity-theme .large {
    display: block;
    width: 300px !important;
    height: 50px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 18px !important;
    color: #010101;
    font-size: 18px !important;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 50px;
}
.newsletter_form .gform_button {
    display: block;
    width: 65px;
    height: 50px;
    background: #000000 url(../images/sendplane.png) no-repeat 8px center !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    font-size: 0.1px;
    text-indent: -9999px;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    transition: 0.15s ease-in;
    margin: 0 !important;
    padding: 0 !important;
}
.newsletter_form .gform_button:hover {
    background: #1aac50 url(../images/sendplane.png) no-repeat 8px center !important;
}
.newsletter_form .gform_validation_errors {
    display: none !important;
}
.newsletter_form .gfield {
    position: relative;
}
.newsletter_form .gform_wrapper .validation_message  {
    font-size: 14px !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 2px !important;
}
.slick-slide img {
    height: auto;
}
.graph_wrapper .slick-slide ul {
    list-style: disc;
}
.graph_wrapper .slick-slide p, .graph_wrapper .slick-slide li {
    color: #ffffff;
    text-align: left;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    display: block;
    width: 100%;
    height: 48px;
    background: #ffffff;
    border: 2px solid #e6eae9;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #424b5c !important;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 44px;
    padding: 0 15px;
}
.gform_wrapper.gravity-theme textarea {
    height: 186px;
    padding: 15px;
    line-height: normal;
    resize: none;
}
.gform_wrapper.gravity-theme .gfield_label {
    color: #000000;
}
.gform_wrapper .gform_validation_errors>h2 {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    padding-bottom: 0;
    position: static;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    font-size: 14px !important;
    padding: 10px 15px !important;
}
.gform_wrapper .gform_button {
    color: #ffffff !important;
    font-family: 'Teko', sans-serif !important;
}
.newsletter_form .btn_wrap {
    filter: none;
}
.gform_wrapper .name_first, .gform_wrapper .name_last {
    display: flex;
    flex-direction: column-reverse;
}
.gform_wrapper .name_first label, .gform_wrapper .name_last label {
    padding-top: 0 !important;
    padding-bottom: 4px;
}

/*Standard styling*/
h1 {
    color: #000000;
    font-size: 120px;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    line-height: 0.83;
    padding-bottom: 18px;
}
h2 {
    position: relative;
    color: #000000;
    font-size: 62px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 0.88;
    padding-bottom: 18px;
}
h3 {
    color: #000000;
    font-size: 44px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 1;
    padding-bottom: 18px;
}
h4 {
    color: #000000;
    font-size: 40px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 1;
}
h5 {
    color: #1aac50;
    font-size: 34px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
h6 {
    color: #000000;
    font-size: 28px;
    font-family: 'Teko', sans-serif;
    font-weight: 400;
    line-height: 1.1;
}
p {
    color: #000000;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 26px;
}
p strong {
    font-weight: 700;
}
p a {
    color: #1aac50;
    text-decoration: none;
}
p a:hover {
    color: #1aac50;
    text-decoration: underline;
}
li {
    color: #000000;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 1.3;
}
.btn_wrap {
    filter: drop-shadow(0 7px 21px rgba(0,0,0,0.34));
}
.btn {
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    font-size: 24px;
    font-family: 'Teko', sans-serif;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    -webkit-clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0% 100%);
    clip-path: polygon(16px 0, 100% 0, calc(100% - 16px) 100%, 0% 100%);
    padding: 0 35px;
    padding-top: 2px !important;
}
.btn-primary {
    color: #ffffff;
    background-color: #92c847 !important;
}
.btn-primary:hover {
    color: #ffffff;
	background-color: #1aac50 !important;
}
.btn-success {
	background-color: #1aac50 !important;
}
.btn-success:hover {
	background-color: #92c847 !important;
}


/* ---------------------------------------------------------*/


/* -------- FOOTER HERE ----------*/
.footer {
    position: relative;
    background: #1aac50;
}
.footer .container {
	position: relative;
    z-index: 40;
}
.newsletter_box {
    margin: 0 25px;
    background: #d2e913;
    -moz-transform: skewX(-19deg);
    -webkit-transform: skewX(-19deg);
    -o-transform: skewX(-19deg);
    -ms-transform: skewX(-19deg);
    transform: skewX(-19deg);
    box-shadow: 0 7px 21px rgba(0,0,0,0.34);
    margin-top: -20px;
}
.newsletter_box .inner_content {
	-moz-transform: skewX(19deg);
    -webkit-transform: skewX(19deg);
    -o-transform: skewX(19deg);
    -ms-transform: skewX(19deg);
    transform: skewX(19deg);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-height: 142px;
    padding: 20px;
}
.newsletter_box h2 {
    color: #010101;
    padding-bottom: 0;
    margin-right: 40px;
}
.newsletter_form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter_input {
    display: block;
    width: 300px;
    height: 50px;
    background: #ffffff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    padding: 0 18px;
    color: #010101;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 50px;
}
.newsletter_submit {
    display: block;
    width: 65px;
    height: 50px;
    background: #000000 url('../images/sendplane.png') no-repeat 8px center;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none !important;
    -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, calc(100% - 18px) 100%, 0% 100%);
    transition: 0.15s ease-in;
}
.newsletter_submit:hover {
    background: #1aac50 url('../images/sendplane.png') no-repeat 8px center;
}
.footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 52px;
    padding-bottom: 50px;
}
.footer_content .footer_about {
    flex: 0 0 380px;
    max-width: 380px;
}
.footer_content .footer_about .footer_logo {
	width: 188px;
    margin: 0 auto 15px;
}
.footer_content .footer_about .footer_logo img {
    display: block;
    max-width: 100%;
}
.footer_content .footer_about p {
    color: #fffefe;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}
.footer_content .footer_links {
    flex: 0 0 380px;
    max-width: 380px;
    padding-top: 12px;
}
.footer_content .footer_contact {
    flex: 0 0 318px;
    max-width: 318px;
    padding-top: 12px;
}
.footer_content h5 {
    color: #fffefe;
    font-size: 32px;
    font-family: 'Teko', sans-serif;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 16px;
}
.footer_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 2;
}
.footer_links ul li {
    margin-bottom: 14px;
}
.footer_links ul li a {
    color: #ffffff;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
.footer_links ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.footer_contact h5 {
    padding-bottom: 8px;
}
.footer_contact p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: normal;
}
.social_links {
    padding-top: 6px;
}
.social_links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social_links ul li {
    margin-bottom: 25px;
    margin-right: 32px;
}
.social_links ul li:last-child {
    margin-right: 0;
}
.social_links ul li a {
    color: #ffffff;
    font-size: 28px;
}
.social_links ul li a:hover {
    color: #d2e913;
}
.contact_details {
    padding-top: 4px;
}
.contact_details address, .contact_details p {
    color: #fffefe;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin: 0;
}
.contact_details ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact_details ul li {
    color: #fffefe;
    font-size: 18px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 1.3;
}
.contact_details ul li a {
    color: #fffefe;
    text-decoration: none;
}
.contact_details ul li a:hover {
    color: #fffefe;
    text-decoration: underline;
}
.copyright_box {
    background: #002101;
}
.copyright_box .d-flex {
	min-height: 62px;
}
.copyright_box p {
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0;
}
.copyright_box p a {
    color: #ffffff;
    text-decoration: none;
}
.copyright_box p a:hover {
    color: #ffffff;
    text-decoration: underline;
}
.copyright_box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.copyright_box ul li {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: normal;
}
.copyright_box ul li:before {
    display: block;
    content: "•";
    margin: 0 8px;
}
.copyright_box ul li a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: normal;
    text-decoration: none;
}
.copyright_box ul li a:hover {
    color: #ffffff;
    text-decoration: underline;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #626262 !important;
    opacity: 1 !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #626262 !important;
    opacity: 1 !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #626262 !important;
    opacity: 1 !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: #626262 !important;
    opacity: 1 !important;
}

@media only screen and (min-width: 991px) {
	.association-logo {
  width: 100%;
	height: 40px;
	margin-top: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	}}

	@media only screen and (max-width: 990px) {
	.association-logo {
  width: 100%;
	height: 40px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 25px;
		}}

.association-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

/* ---------------------------------------------------------*/

a[href^=tel] {
	color: #002101;
	text-decoration:none;
}
.footer a[href^=tel] {
	color: #fffefe;
	text-decoration:none;
}
	
/* ---------------------------------------------------------*/
.news_main.no_padding {  padding-top: 0; padding-bottom: 50px;}

.offer_list.row-cols-md-4 .col {padding : 0 25px; }
.homehero_slider  .slick-slide:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}

a.skip-link  {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
	background-color: #1aac50 !important;
    border-radius: 0;
    box-shadow: none;
    outline: none !important;
    -webkit-appearance: none;
    color: #ffffff !important;
    font-size: 24px;
    font-family: 'Teko', sans-serif !important;
    font-weight: 600 !important;
    line-height: normal;
    padding: 0 35px;
	    letter-spacing: 1.5px;
}
a.skip-link:hover {
    background-color: #92c847 !important;
}
:focus-visible {
    outline: none !important;
    background: 0 0 !important;
    border-color: #0ff !important;
    box-shadow: 0px 0px 4px 4px #0ff !important;
	color: #1aac50 !important;
}
.social_links ul li a i span {
    text-indent: -99999px;
    display: block;
}
a.whole_box_link {
    text-indent: -999999px;
}
.inner_header nav :focus-visible {
    color: #d2e913 !important;
}
section.info_wrapper.pt_55 {
    padding-top: 55px;
}
.logo a	{    display: block;  width: 100%; transition: 0.25s ease-in;}
.no-touch .menu-item:hover .sub-menu,
.no-touch .menu-item:focus-within > .sub-menu 
{
  display: block;
}