
@import url('https://use.fontawesome.com/releases/v5.3.1/css/all.css');


















































html {
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
.dnd-section {
  padding: 80px 20px;
}

.hero-section-wrap .dnd-section {
	margin-top: 80px;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-fluid.hero-padding {
  width: 100%;
}
.hero-section-wrap {
  background-color:#FFFFFF;
}
.hero-section-wrap {
    position: relative;
  
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-section-overlay { 
    overflow: auto;
    display: block;
    background-color: rgba(255, 255, 255,0.0);
}
html {
  font-size: 14px;
  background-color: #ffffff
}

body {
  font-family: Open Sans, serif;
  font-size: 1rem;
  color: #666666;
  line-height: 1.75;
    -webkit-font-smoothing: antialiased;
	font-weight: 400;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Open Sans, serif;
}

.text-center {
	text-align: center;
}

/* Anchor Links */
a {
    color: #428000;
    text-decoration: none;
}
a:hover, a:focus {
	color: #34373C;
    text-decoration: underline;
}
a.no-underline {
	text-decoration: none;
}
p a, span a, label a {
    text-decoration: underline;
    font-weight: 400;
    line-height: 1.85714286em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-variant-ligatures: common-ligatures;
    margin-top: 0;
    font-weight: 300;
    font-family: Open Sans, serif;
    color: #252525;
    word-break: break-word;
}

h1 {
    font-size: 2.571rem;
    line-height: 1.3;
}

h1:not(:last-child), .h1:not(:last-child) {
    margin-bottom: 1.857rem;
}

h2 {
    font-size: 2.143rem;;
	line-height: initial;
}

h3 {
    font-size: 1.714rem;
    line-height: 1.5;
}

h4 {
    font-weight: normal;
    font-size: 1.286rem;
    line-height: 1.5;
}

h5 {
    font-size: 1rem;
    line-height: 1.5;
	font-weight: 700;
}

h6 {
    font-size: 0.857rem;
    line-height: 1.5;
	font-weight: 700;
}

strong {
    font-weight: 700;
}

.is--code, code {
    vertical-align: bottom;
    font-family: Source Code Pro,Consolas,Monaco,Courier New,monospace;
    font-weight: 500;
}

code {
	border-radius: .1875rem;
    background-color: #f8fafc;
    padding: .125rem .25rem;
}

pre {
	background-color: #f8fafc;
    border: 1px solid #cbd6e2;
    border-radius: 4px;
    line-height: 1.5;
    padding: .5rem;
}

.microcopy {
    font-size: 0.857rem;
}

p.lead,
p.lead a {
    font-weight: 400;
    color: #34373c;
    font-size: 1.357rem;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
    font-weight: 300;
    font-style: normal;
    color:#34373c
	margin: 0;
}

blockquote:not(.testimonial) {
    margin: 40px 25px;
    padding: 0 1.6em 0 1em;
    border-left: 5px solid;
	border-color: #34373C;
}

/* Horizontal Rules */
hr {
    border: 0;
    border-top: 1px solid #eeeeee;
	margin: 1.85714286em 0;
	border-color: #ECECEC;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}



@media all and (max-width: 1024px) {
  html {
    font-size: 14px
  }
}

@media (max-width: 767px) {
  html {
    font-size: 12.6px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 11.9px
  }
}
form {
    max-width: 300px;
    font-family: Nunito Sans;
  margin:auto;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #34373C;
  border-color: #34373C;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
	width: 100%;
}

.hubspot-link__container {
	padding-top: 20px;
}

.hs-button:hover, .hs-button:focus {
  background-color: ;
  border-color: ;

  color: #fff;
}

.hs-button:active {
  background-color: ;
  border-color: ;
}


.hs-form label {
    font-size: 1rem;
    color: #808080;
    display: block;
    float: none;
    width: auto;
    font-weight: 600;
    text-align: left;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: {color=#808080, opacity=100, rgba=rgba(128, 128, 128, 1), rgb=rgb(128, 128, 128), hex=#808080, css=#808080};
}

.hs-input, #hs-pwd-widget-password {
    -webkit-appearance: none;
	background: #ffffff;
    padding: 0.46428571em;
    border-radius: 6px;
    border: 1px solid #ececec;
    display: inline-block;
    width: 100%;
    line-height: 22px;
	color: #808080;
	    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
.hs-input[type=radio],
[type=checkbox]{
    position: relative;
    background: none;
    border: 1px solid #d3d3d3;
    width: 1.857rem !important;
    height: 1.857rem;
    border-radius: 50%;
	margin-right: 0.464rem;
}
.hs-input[type=radio]:hover,
[type=checkbox]:hover {
    border-color: #34373C;
	cursor: pointer;
}
.hs-input[type=radio]:checked {
	background-color: #34373C;
}
.hs-input[type=radio]:checked:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #34373C;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    opacity: 0;
    left: 0;
    top:0;
    animation: pulse .4s ease forwards;
}
.hs-input[type=radio]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 34%;
    top: 32%;
    background-color: #fff;
    border-radius: 50%;
}
[type=checkbox] {
    text-align: center;
    border-radius: 6px;
}
[type=checkbox]:checked {
    border-color: #34373C;
    background: #34373C;
}
[type=checkbox]:checked:before {
    content: '';
    left: 0;
    border-radius: 6px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #34373C;
    opacity: 0;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
}
[type=checkbox]:checked:after {
    content: "L";
    transform: rotateY(180deg) rotateZ(-45deg);
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 2px;
	font-weight: 700;
}
/*.hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none;
}*/

.hs-input:-moz-placeholder {
    color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
}

.hs-input input,
.hs-input textarea, #hs-pwd-widget-password  {
  transition: border 0.2s linear;
}
.hs-input:focus, #hs-pwd-widget-password:focus  {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
    height: 110px;
}

select[multiple].hs-input {
    height: inherit;
}
.hs-fieldtype-select div.input {
	position: relative;
}
.hs-fieldtype-select div.input:after {
    font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f039";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    font-size: 15px;
    pointer-events: none;
    padding: 0 13px;
    border-left: 1px solid #ececec;
    padding-top: 6px;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
  max-width:300px!important;
  margin-right:0px;
}
fieldset.form-columns-1,fieldset.form-columns-2,fieldset.form-columns-3  {
  max-width:300px!important;
margin-right:0px;}
fieldset.form-columns-1 div.input,fieldset.form-columns-2 div.input,fieldset.form-columns-3 div.input  {
margin-right:0px!important;}
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #808080;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #666666;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Nunito Sans;
}

#hs-pwd-widget-password {padding:10px;height: 42px!important;margin-bottom:10px!important;}

fieldset.form-columns-2 .hs-form-field:last-child, fieldset.form-columns-3 .hs-form-field:last-child  {
  padding-left: 10px;
 
 }
 fieldset.form-columns-3 .hs-form-field:first-child  {
  padding-right: 10px;
 
 }
.pre-nav {
  display: none;
}
.header--toggle.header__navigation--toggle {
  display: none;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

/* This is the Header Menu (Style 1) ***********/
.navigation-primary {
  display: inline-block;
}

.navigation-primary a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 300;
  color: #494A52;
  line-height: 40px;
}

.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #494A52;
}

.navigation-primary .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}

.triangle {
  display: none;
}

.submenu-toggle {
  display: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li {
  display: inline-block;
  padding: 5px 20px;
  text-transform: uppercase;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}



@media (min-width: 768px) {
  .submenu.level-2 {
    position: absolute;
    min-width: 250px;
    visibility: hidden;
    overflow: hidden;
    white-space: normal;
    opacity: 0;
    text-transform: none;
    font-weight: 500;
    border-radius:0px;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
    transition: visibility 0s, opacity 0.3s;
  }
  
}


.submenu.level-2 > li.has-submenu {
  position: relative;
}

.level-2 .has-submenu.menu-item label.menu-arrow {
  position: absolute;
  right: 4px;
  top: 4px;
}

.menu-item:last-child .submenu.level-2 {
  right: 0;
}

.submenu.level-2 > li {
  padding: 0;
  border-bottom: 1px solid #D1D6DC;
}

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 5px 10px;
  background-color: #ffffff;
  transition: background-color 0.3s;
  line-height:1.3rem;
}

.submenu.level-2 > li:nth-child(2) {
  border-radius: 6px 6px 0 0;
}

.submenu.level-2 > li:last-child,
.submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #EBEFF3;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 30px;
    line-height: 1.1rem;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s;
  z-index:999
}

/* Hide navigation dropdown in the inline editor */
.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}


@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }

  .submenu.level-1 > li {
    padding: 22px 15px;
  }

  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }

  .submenu.level-2 {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .pre-nav {
    display: block;
}
.header--toggle.header__navigation--toggle {
  display: block;
}
  .submenu .menu-arrow-bg .fas {display:none;}

  .navigation-primary a {
    font-size: 26px;
  }

  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }

  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }

  .submenu > li > a {
    display: block;
    width: 100%;
  }

  .submenu > .has-submenu {
    position: relative;
  }

  .submenu > .has-submenu > a {
    width: 70%;
  }

  .submenu {
    display: none;
  }

  .submenu.level-1 {
    width: 100%;
    background:#cecece
  }

  .submenu.level-1 > li {
    display: block;
    width: 100%;
    border-top: 2px solid #CED4DB;
    padding: 0;
  }

  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }

  
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-2 .menu-arrow {
  
    padding: 5px 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    height: 55px;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    width: 20px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 30px;
    transition: transform 0.4s;
  }

  .triangle-container.level-2 {
    display: none;
  }

  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }

  input[type="checkbox"]:checked ~ .menu-arrow .menu-arrow-bg {
    transform: rotate(45deg);
    transition: transform 0.4s;
  }

  .submenu.level-2 {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border: none;
    box-shadow: none;
    transform: unset;
  }

  .submenu.level-2 .menu-item {
    background-color: white;
    padding: 0;
    border-top: 2px solid #EBEFF3;
    border-bottom: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 30px;
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }

  .submenu.level-3 {
    width: 100%;
    background-color: inherit;
    padding: 0;
    margin: 0;
  }

  .submenu.level-3 > li {
    padding: 0;
    background-color: inherit;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
}

/* END OF STYLE 1 */
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* ==========================================================================
Macros                                                  
========================================================================== */

/** 
* Border Radius 
*
*  
*/




/** 
* Box Shadow  
*
*  
*/




/** 
* Transition
* 
*  
*/




/** 
* Transform
*
*  
*/




/** 
* Background Size
*
*  
*/



/* ==========================================================================
Global Styles                                                  
========================================================================== */
img.img-shadowed.large-shadow  {
  -webkit-box-shadow: 0 23px 40px rgba(#null,0.0);
-moz-box-shadow: 0 23px 40px rgba(#null,0.0);
-o-box-shadow: 0 23px 40px rgba(#null,0.0);
-ms-box-shadow: 0 23px 40px rgba(#null,0.0);
box-shadow: 0 23px 40px rgba(#null,0.0);;
}
img.img-shadowed.small-shadow {
  -webkit-box-shadow: 0 3px 30px rgba(#null,0.0);
-moz-box-shadow: 0 3px 30px rgba(#null,0.0);
-o-box-shadow: 0 3px 30px rgba(#null,0.0);
-ms-box-shadow: 0 3px 30px rgba(#null,0.0);
box-shadow: 0 3px 30px rgba(#null,0.0);;
}
.widget-type-linked_image img, .image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity .3s linear;
  -webkit-transition: opacity .3s linear;
  opacity: 0;
  background: #252525;
}

.background-image-holder:not([class*='span']) {
  width: 100%;
}

.background-image-holder img {
  display: none;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.label:not([class*='bg--']) {
  background: #31639c;
}

.label {
  position: absolute;
  z-index: 3;
  top: 1.238rem;
  right: 1.238rem;
  display: inline-block;
  height: 26px;
  min-width: 65px;
  padding: 0 10px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;;
  font-size: 0.643rem;
  font-weight: 700;
  letter-spacing: .5px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 26px;
}

/* ==========================================================================
Team Member Modules                                                  
========================================================================== */

/* Team Member Globals
========================================================================== */
.team-header,
.card-wrapper {
  position: relative;
}

.team-member .boxshadow {
  -webkit-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.team-member h1,
.team-member h2,
.team-member h3,
.team-member h4,
.team-member h5 {
  margin: 0px;
}

.team-member a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
  color: #666666;
}

.team-member .team-image {
  overflow: hidden;
}

.team-member .team-title .team-position {
  opacity: 0.6;
  margin: 0 0 10px;
}

.team-member .team-description:before {
  content:" ";
  display: block;
  height: 3px;
  width: 40px;
  margin-bottom: 18px;
  background: #e1e1e1;
}

.social-icons a {
  width: 30px !important;
  height: auto !important;
  background: none !important;
}

.social-icons a:hover {
  opacity: 0.6;
  background: none !important;
}

.social-links__icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
-o-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;;
  margin: 0 5px;
  background-color: #F3F3F4 !important;
}

.social-links__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 15px;
  width: auto;
  fill: #fff;
  -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);;
}

@media (max-width: 767px) {
  .testimonial {
    padding: 20px 0px;
  }
}

/* Team Member Simple
========================================================================== */
.team-member.simple .team-image {
  position: static;
  display: block;
  width: 208px;
  height: 208px;
  margin: 0 auto 30px;
}

.team-member.simple .team-image.circle {
  -webkit-border-radius: 999px;
-moz-border-radius: 999px;
-o-border-radius: 999px;
-ms-border-radius: 999px;
border-radius: 999px;;
}

.team-member.simple .team-image.square {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.team-member.simple .background-image-holder {
  z-index: 0;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  -webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
background-size: cover !important;;
  opacity: 0;
}

.team-member.simple .background-image-holder img {
  display: none;
}

/* Team Member Hover
========================================================================== */
.team-member.hover-details .card-wrapper {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  background: #428000 !important;
  text-align: center;
}

.team-member.hover-details .card-wrapper * {
  color: #fff !important;
}

.team-member.hover-details:hover .team-image {
  opacity: 0.1;
}

.team-member.hover-details .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin: 0 0 -8px;
}

.team-member.hover-details .team-title {
  position: absolute;
  top: 24%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  opacity: 0;
}

.team-member.hover-details:hover .team-title, 
.team-member.hover-details:hover .social-links {
  opacity: 1;
}

.team-member.hover-details .team-title, 
.team-member.hover-details .social-links, 
.team-member.hover-details .team-image {
  -webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-o-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;;
}

/* Team Member Hover Social Icons */
.team-member.hover-details .social-links {
  position: absolute;
  bottom: 35px;
  width: 100%;
  padding: 0 15px;
  opacity: 0;
}

.team-member.hover-details .social-icons a {
  text-align: center;
}

.team-member.hover-details .social-links__icon {
  background-color: transparent;
}

/* Team Member Medium
========================================================================== */
.team-member.medium a {
  -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;;
  text-decoration: none;
}

.team-member.medium .team-image img {
  position: static;
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.team-member.medium .team-title {
  margin-top: 15px;
}

.team-member.medium h4 {
  font-weight: 300;
}

/* Team Member Detailed
========================================================================== */
.team-member.detailed .team-image {
  margin-bottom: 20px;
}

.team-member.detailed .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin: 0 0 -8px;
}

.team-member.detailed .team-description {
  margin-top: 20px;
}

/* Team Member Detailed Social Icons */
.team-member.detailed .social-icons a {
  text-align: left;
}

/* Team Member Large
========================================================================== */
.team-member.large .team-image img {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  margin-bottom: -8px;
}

.team-member.large .team-header {
  margin: 24px 0px;
}

.team-member.large .team-header h2 {
  margin-bottom: 13px;
  font-weight: 300;
}

.team-member.large .team-description {
  font-size: 1.357rem;
}

/* ==========================================================================
Testimonial Modules                                                  
========================================================================== */

/* Testimonial Globals
========================================================================== */
blockquote.testimonial {border-left:0px!important}
.testimonial footer {
  padding: 15px 0 0 0;
  font-size: 15px;
  font-style: normal !important;
}

.testimonial .testimonial-name {
  font-weight: 700;
}

.testimonial .testimonial-company {
  margin: 0px;   
  font-weight: 300 !important;
  opacity: .6;
}

.testimonial.slider .lSSlideOuter .lSPager.lSpg,
.testimonial.avatarslider .lSSlideOuter .lSPager.lSpg {
  margin-top: 2rem !important;
}

.testimonial.slider q,
.testimonial.avatarslider q {
  display: inline-block;
  border-left: 0;
  padding: 0;
  margin: 0 0 1rem;
  color: #666666;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
}

/* Testimonial Simple
========================================================================== */
.testimonial.simple {
  position: relative;
  padding-left: 0;
}

.testimonial.simple img {
  position: absolute;
  width: 85px;
  height: 85px;
  -webkit-border-radius: 85px;
-moz-border-radius: 85px;
-o-border-radius: 85px;
-ms-border-radius: 85px;
border-radius: 85px;;
}

.testimonial.simple q {
  position: relative;
  display: inline-block;
  margin-left: 110px;
  padding: 0 !important;
}

.testimonial.simple footer {
  position: relative;
  left: 110px;
}

@media only screen (max-width: 768px){
  .testimonial.simple footer {
    width: 75%;
  }
}

/* Testimonial Bubble
========================================================================== */
.testimonial.bubble q {
  display: block;
  padding: 20px 20px 35px 20px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.testimonial.bubble img {
  float: left;
  width: 80px;
  height: 80px;
  padding: 3px;
  margin: -35px 35px 50px 15px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px #d3d3d3;
-moz-box-shadow: 0 1px 3px #d3d3d3;
-o-box-shadow: 0 1px 3px #d3d3d3;
-ms-box-shadow: 0 1px 3px #d3d3d3;
box-shadow: 0 1px 3px #d3d3d3;;
  -webkit-border-radius: 80px;
-moz-border-radius: 80px;
-o-border-radius: 80px;
-ms-border-radius: 80px;
border-radius: 80px;;
}

@media only screen (max-width: 768px){
  .testimonial.bubble img {
    margin-bottom: 35px;
  }
}

/* Testimonial Centered
========================================================================== */
.testimonial.centered q {
  padding: 15px 0;
}

.testimonial.centered footer img {
  width: 85px;
  height: 85px;
  padding: 0;
  margin: 15px 0 15px 0;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

/* Testimonial Avatar
========================================================================== */
.testimonial.avatar * {
  color: #666666;
}
.testimonial.avatar img {
  vertical-align: top;
  max-height: 500px;
}

.testimonial.avatar q {
  display: inline-block;
  font-size: 20px;
  font-style: italic;
}

.testimonial.avatar i {
  padding: 50px 0 15px 0;
  color: #e1e1e1;
}

.testimonial.avatar .divider-solid {
  width: 60px;
  border-top: 3px solid #e1e1e1;
}

.testimonial.avatar hr.divider {
  position: relative;
  clear: both;
  height: 0;
  display: block;
  padding: 0;
  margin: 20px 0 -4px;
}

.testimonial.avatar p {
  padding: 1rem 0;
}

/* Testimonial Slider
========================================================================== */
.testimonial.slider q {
  font-style: italic;
}

.testimonial.slider blockquote.testimonial-wrap {
  position: relative;
  overflow: hidden;
  width: 750px;
  margin: 0px auto;
}

@media (max-width: 767px) {
  .testimonial.slider blockquote.testimonial-wrap {
    width: auto;
  }
}

/* Testimonial Avatar Slider
========================================================================== */
.testimonial.avatarslider .image {
  padding: 0 15px;
  margin-left: 77.5px;
}

.testimonial.avatarslider img {
  height: auto;
  width: 165px;
  padding: 0;
  margin: 15px 0 15px 0;
  border-radius: 6em;
}

.testimonial.avatarslider .content {
  padding: 0 15px;
  margin-left: 50px;
}

.testimonial.avatarslider .fas {
  color: #252525;
}

@media (max-width: 767px) {
  .testimonial.avatarslider .testimonial {
    text-align: center;
  }

  .testimonial.avatarslider .testimonial .content,
  .testimonial.avatarslider .testimonial .image {
    padding: 0;
    margin: 0;
  }
}

/* ==========================================================================
Features Small Modules                                                  
========================================================================== */

/* Features Small Globals
========================================================================== */
.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.857rem;
  margin-bottom: 30px;
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.boxed.boxed--lg {
  padding: 2.786rem;
}

.boxed.boxed--border {
  border: 1px solid #ececec;
}

.boxed:not([class*='bg-']) {
  background: #ffffff;
}

.border--round {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.feature:not(.boxed) {
  margin-bottom: 30px;
}

.feature img + .boxed {
  border-radius: 0 0 6px 6px;
  border-top: none;
}

.feature h4 {
  margin-bottom: 0.342rem;
  font-size: 1.357rem;
  line-height: 1.684rem;
}

.feature h4 + p {
  max-width: 23rem;
}

.feature.text-center h4 + p {
  margin-left: auto;
  margin-right: auto;
}

.feature h5 {
  margin: 0;
}

.feature p a {
  font-size: 1rem;
}

.feature.feature--featured:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #4a90e2;
}

.feature .icon {
  position: relative;
  left: 1px;
}

.feature .icon:not(.block) {
  display: inline-block;
}

.feature .icon svg {
  fill: #428000;
}

.feature-3 .icon svg,
.feature-8 .icon svg {
  fill: #666666;
}

.feature-2 .icon svg,
.feature-4 .icon svg {
  width: 44px;
}

.feature-3 .icon svg,
.feature-5 .icon svg,
.feature-7 .icon svg,
.feature-8 .icon svg {
  width: 78px;
}

.feature-2 .feature_description,
.feature-5 .feature_description {
  width: 75%;
  float: right;
}

.feature-2 .feature_description p:last-child ,
.feature-5 .feature_description p:last-child {
  margin-bottom: 0px;
}

/* Features Small
========================================================================== */
.feature-1 p {
  margin: 0;
}

.feature-1 > img:first-child {
  border-radius: 6px 6px 0 0;
  vertical-align: middle;
}

/* Features Icon 1
========================================================================== */
.feature-2 {
  overflow: hidden;
}

.feature-2 .feature_description p {
  margin: 0;
}

/* Features Icon 2
========================================================================== */
.feature-3 svg {
  margin-bottom: 20px;
}

/* Features Icon 3
========================================================================== */
.feature-4 p:first-of-type {
  margin-bottom: 3.714rem;
}

.feature-4 .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
  padding: 0.928rem;
  background: #428000;
  border-color: #428000;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  text-align: center;
}

.feature-4 .btn:hover {
  background: #34373C;
}

/* Features Icon 4
========================================================================== */


/* Features Icon 5
========================================================================== */
.feature-6 .icon svg {
  width: 33px;
}

.feature-6 .icon + h5 {
  margin-top: 1.857rem;
}

/* Features Icon 6
========================================================================== */
.feature-7 .icon {
  text-decoration: none;
  fill: #666666;
}

.feature-7 h5 {
  display: block;
  margin-top: 0.928rem;
  color: #428000;
  text-decoration: none;
}

a.block > .feature-7 {
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

a.block:hover {
  text-decoration: none;
}

a.block:hover > .feature-7 {
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-o-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
-ms-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);;
}

/* Features Icon 7
========================================================================== */

/* Features Image 1
========================================================================== */

/* Features Image 2
========================================================================== */
.feature-10 img {
  margin-bottom: 1.857rem;
}

/* Features Image 3
========================================================================== */
.feature .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

.feature .lead p:not(:last-child) {
  margin-bottom: 1.368rem;
}

.feature .lead p:last-child {
  margin-bottom: 0 !important;
}

.feature .lead h3 {
  margin-bottom: 1.04rem;
  font-size: 1.785rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* Features Image 4
========================================================================== */
.feature-12 {
  height: 13em;
}

.feature-12:hover:before {
  opacity: .75;
}

.feature-12:before {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
  -webkit-transition: 0.3s ease;
-moz-transition: 0.3s ease;
-o-transition: 0.3s ease;
-ms-transition: 0.3s ease;
transition: 0.3s ease;;
}

.feature-12 .pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;
  color: #fff;
  z-index: 9;
}

.feature-12 .background-image-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  -webkit-transition: opacity .3s linear;
-moz-transition: opacity .3s linear;
-o-transition: opacity .3s linear;
-ms-transition: opacity .3s linear;
transition: opacity .3s linear;;
  opacity: 0;
  background: #252525;
}

.feature-12 .background-image-holder {
  -webkit-border-radius: 0px;
-moz-border-radius: 0px;
-o-border-radius: 0px;
-ms-border-radius: 0px;
border-radius: 0px;;
}

.imagebg:before {
  position: absolute;
  content: '';
  background: #252525;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.3;
}

/* ==========================================================================
Features Large Modules                                                  
========================================================================== */

/* Features Large 1
========================================================================== */
.feature-large .lead {
  padding-left: 50px;
}

.feature-large .lead p {
  font-weight: 400;
  color: #808080;
  font-size: 1.357rem;
}

@media (max-width: 767px) {
  .feature-large .lead {
    padding-left: 0;
  }}

/* Features Large 2
========================================================================== */
.imageblock {
  position: relative;
  padding: 0;
}
.imageblock > .container,
.imageblock > div[class*='span']:not(.imageblock__content) {
  padding: 7.428rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock.imageblock--lg > .container,
.imageblock.imageblock--lg > div[class*='span']:not(.imageblock__content) {
  padding: 9.285rem 0px;
  float: none;
  overflow: hidden;
}
.imageblock .imageblock__content {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 2;
  padding: 0;
}
.switchable {
  position: relative;
}
.switchable div[class*='span']:first-child {
  float: left;
  right: auto;
}
.switchable div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: 0;
}
.switchable div[class*='span']:last-child {
  float: right;
  left: auto;
}
.switchable div[class*='span']:last-child:not([class*='pull']):not([class*='push']) {
  right: 0;
}
.switchable.switchable--switch div[class*='span']:first-child {
  float: right;
  right: 0;
  left: auto;
}
.switchable.switchable--switch div[class*='span']:first-child:not([class*='pull']):not([class*='push']) {
  left: auto;
}
.switchable.switchable--switch div[class*='span']:last-child {
  float: left;
  left: 0;
  right: auto;
}
.switchable .switchable__text {
  margin-top: 3.714rem;
}
.switchable > div[class*='span'] {
  padding: 0;
}

@media all and (max-height: 728px) {
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 3.714rem 0px;
  }
}
@media all and (max-width: 767px) {
  .imageblock[class*='space-'] {
    padding-bottom: 0;
    padding-top: 0;
  }
  .imageblock .imageblock__content {
    position: relative;
    min-height: 18.571rem;
  }
  .imageblock>.container, .imageblock>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .imageblock.imageblock--lg>.container, .imageblock.imageblock--lg>div[class*='span']:not(.imageblock__content) {
    padding: 2.571rem 15px;
    float: none;
    overflow: hidden;
  }
  .switchable .switchable__text {
    margin-top: 1.857rem;
  }
  .switchable .imageblock__content[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span'] {
    float: none !important;
  }
  .switchable .row>div[class*='span']:last-child:not(:only-child) {
    margin-top: 1.85714286em;
  }
}
@media all and (max-width: 990px) {
  .switchable .switchable__text {
    margin-top: 0;
  }
}

/* ==========================================================================
Pricing Modules                                                  
========================================================================== */

/* Price Global Styles
========================================================================== */
.pricing {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  position: relative;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
.pricing h1 {
  font-size: 4.214rem;
  margin-bottom: 0.929rem;
}
.pricing h1 .pricing__dollar {
  font-size: 2.143rem;
  position: relative;
  bottom: 20px;
}
.pricing h2 {
  margin-bottom: 0.393rem;
}
.pricing h3:first-child {
  margin: 0;
}
.pricing h5 {
  font-weight: 600;
  margin-bottom: 1.857rem;
}
.pricing ul {
  list-style: none;
}
.pricing ul li:not(:last-child) {
  margin-bottom: 0.464rem;
}
.pricing ul li .checkmark + span {
  position: relative;
  bottom: 3px;
}
.pricing:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}
.pricing .feature-6 p {
  min-height: 5.571rem;
}
.pricing .icon {
  display: inline-block;
  position: relative;
  width: 1.238rem;
  height: 1.238rem;
  border-radius: 50%;
  text-align: center;
  fill: #31639c;
}
.pricing .icon:not(:last-child) {
  margin-right: 13px;
}
.pricing ul li .icon + span {
  position: relative;
  bottom: 3px;
}
.pricing .label {
  top: 2.785rem;
  right: 2.785rem;
}
@media all and (min-width: 768px) {
  .boxed.boxed--emphasis {
    transform: scale(1.075);
    -webkit-transform: scale(1.075);
  }
}

/* Price Card List
========================================================================== */
.pricing-1 .btn:last-child {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 6px 6px;
  padding: 0.928rem 0;
  margin: 0;
}
.pricing-1 .btn:last-child:hover {
  transform: none !important;
}
.pricing-1 ul {
  margin-bottom: 5.571rem;
}
.pricing-1 p:first-of-type {
  margin: 1.857rem 0px;
}
.pricing-1 p:last-of-type {
  margin-bottom: 5.571rem;
}
.pricing-1 img + p:first-of-type {
  margin-top: 0;
}
body:not(.variant-content) .pricing-1 ul {
  margin-bottom: 0;
  padding: 0;
}

/* Price Card Wide
========================================================================== */
.pricing-2 h1 {
  margin-bottom: 1.857rem;
}

@media all and (min-width: 991px) {
  .pricing-2 ul:first-child {
    margin-top: 4.64285714em;
  }
}
@media all and (max-width: 990px) {
  .pricing-2 {
    text-align: center;
  }
  .pricing-2 ul:first-child {
    margin-top: 1.85714286em;
  }
}

/* Accordian Module
* ======================================================================= */
.ac-container{
  text-align: left;
}
.ac-container label{
  padding: 10px 10px 10px 30px;
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  color: #34373c;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #82C341;
}
.ac-container label:hover{
  background: #82C341;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
  border-bottom:1px solid #82C341;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
  background: #82C341;
  box-shadow: 
    0px 0px 0px 1px rgba(155,155,155,0.3), 
    0px 2px 2px rgba(0,0,0,0.1);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s linear;
  -moz-transition: background 0.3s ease-in-out, color 0.3s linear;
  -o-transition: background 0.3s ease-in-out, color 0.3s linear;
  -ms-transition: background 0.3s ease-in-out, color 0.3s linear;
  transition: background 0.3s ease-in-out, color 0.3s linear;
}
.ac-container label:after,
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f067';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: 24px;
  height: 100%;
  left: 4px;
  top: 20%;
  opacity:.4;
}
.ac-container input + label:hover:after{opacity:1!important}
.ac-container input[type="radio"]:checked + label:after{
  display:none!important;}
.ac-container input[type="checkbox"]:checked + label:after{
  content: '\f00d';
  font-family: "Font Awesome 5 Free"; font-weight: 900;
}
.ac-container input{
  display: none;
}
.ac-container article{
  background: #ffffff;
  margin-top: -1px;
  overflow: hidden;
  max-height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.3s ease-in-out, box-shadow 0.6s linear, opacity 0.1s ease-in-out;
}
.ac-container article .inset-padding{
  padding: 20px;
}
.ac-container input:checked ~ article{
  -webkit-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  transition: max-height 0.5s ease-in-out, box-shadow 0.1s linear, opacity 0.1s ease-in-out;
  box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
  height: inherit;
  max-height:900px;
}

/* CTA & Button Module
* ======================================================================= */


.widget-type-custom_widget.dnd-module > div {width:100%}

   a.btn, .cta-btn a.cta_button {
    position: relative;
      transition: 0.1s linear;
      -webkit-transition: 0.1s linear;
      -moz-transition: 0.1s linear;
      border-radius: 6px;
      padding-top: 0.7rem;
      padding-bottom: 0.7rem;
      padding-right: 2.786rem;
      padding-left: 2.786rem;
      font-size: smaller;
      line-height: 1.857rem;
    display: inline-block;
      margin-bottom: 0;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      white-space: nowrap;
    color: #fff;
      font-weight: 700;
    text-decoration: none;
  }
  .btn[class*='span'] {
      margin-left: 0;
      margin-right: 0;
  }
  .btn:first-child {
      margin-left: 0;
  }
  .btn:active {
      box-shadow: none;
      -webkit-box-shadow: none;
  }
  .btn:hover {
    text-decoration: none;
      transform: translate3d(0, -2px, 0);
      -webkit-transform: translate3d(0, -2px, 0);
  }
  .btn-primary,
  .btn-primary:visited, .cta-btn-primary a.cta_button,.cta-btn-primary a.cta_button:visited {
    background: #34373C;
      border-color: #34373C;
  }
  .btn-primary:hover, .cta-btn-primary a.cta_button:hover {
      background: #0c0f14;
  }
  .btn-primary:active, .cta-btn-primary a.cta_button:active {
      background: #5c5f64;
  }
  .btn-secondary,
  .btn-secondary:visited, .cta-btn-secondary a.cta_button:visited, .cta-btn-secondary a.cta_button {
    background: #428000;
      border-color: #428000;
  }
  .btn-secondary:hover, .cta-btn-secondary a.cta_button:hover {
      background: #1a5800;
  }
  .btn-secondary:active, .cta-btn-secondary a.cta_button:active {
      background: #6aa828;
  }
  .btn-tertiary,
  .btn-tertiary:visited , .cta-btn-tertiary a.cta_button, .cta-btn-tertiary a.cta_button:visited {
    background: #F3F3F4;
      border-color: #F3F3F4;
  }
  .btn-tertiary:hover , .cta-btn-tertiary a.cta_button:hover {
      background: #cbcbcc;
  }
  .btn-tertiary:active, .cta-btn-tertiary a.cta_button:active {
      background: #ffffff;
  }
  
  @media(max-width: 767px) {
    .button-container {margin-bottom:10px;}
    }
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #82C341
}
.homepage-template .hero-section-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #82C341
}
.header {
  background-color: #82C341;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  height: auto;
  margin-left: 0px;
  margin-right: auto;
}

.header__logo img {
  max-width: 200px;
  height: auto;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 1px;
  padding-bottom: 0px;
  padding-right: 20px;
  padding-left: 10px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #666666;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Open Sans, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Open Sans, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #666666;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */
.header__language-switcher .globe_class {opacity:.6;}
.header__language-switcher .globe_class:hover {opacity:1;}

.header__language-switcher {
  cursor: pointer;
  padding-left:10px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Open Sans, serif;
  font-size: 0.8rem;
  color: #666666;
  top: 25px;
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}
.header__language-switcher .lang_list_class:after {
display:none;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
  padding-top:0px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
  padding-bottom:0px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Open Sans, serif;
  color: #666666;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #666666;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666666;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 768px) {
  .header__column {
    width: 100%;
  }

  .header__logo--tablet {
    display: block;
  }
  .pre-nav {
    display: flex!important;
    justify-content: space-between!important;
    padding: 5px!important;
  }
}

/* Mobile Styles */

@media (max-width: 768px) {
  .header__container {
    
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: calc(100vh - 110px);
    background-color: #82C341;
    z-index: 2;
    padding-left:0px;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }
  .header__column {
    display: flex;
}

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 0px;
    width:100%;
    transform:translateX(0%)!important;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .lang_list_class:after, .lang_list_class:before {display:none;}

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}
/* Sticky Header Styles */
@keyframes stickyshow {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0.5;}
  100% {opacity: 1;}
}
.sticky-header {max-height:100px;position:fixed;width:100%;top:0;display:none;opacity:0;
  z-index:99999999;
animation-name: stickyshow;
  animation-duration: .6s;
  background: #34373C;
    padding: 3px 10px;}
.sticky-header.stickit {display:flex;opacity:1;align-items:center;justify-content:space-between;}


.footer {
  background-color: #82C341;
  text-align: center;
  overflow: auto;
}
.footer__container {
  padding: 1rem;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 10px;
  padding-bottom:0px;
}
.footer__copyright {
  font-size: 1rem;
  margin: .5rem 0;
  text-align:left;
}
.footer.option2 .footer__container {
  display: flex;
  justify-content: space-between;
}

h5.menu-col {
 font-weight: bold;
 margin-bottom: 0px;
 color:#fff;
}
ul.menu-col {
 list-style: none;
 padding-left: 10px;
 margin: auto;
}

@media(min-width:767px){
  .footer__container {
 display: flex;
 justify-content: space-between;
}
.footer__container.justify-center {justify-content:center;}
.foot-menu-container {
 display: flex;
 justify-content: space-evenly;
}
  .sub-footer {
    max-width:1140px;
    margin:10px auto 0;
  }
.flex-wide {
 display: flex;
 justify-content: space-between;
 align-items: center;
}
.foot-search {padding-top:15px;}
.column-outer {text-align: left;padding:15px;}
}
/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #82C341;
  text-align: center;
}

.blog-header__inner {
    margin: 0 auto;
    padding: 11.3rem 0 2.3rem 0;
}
.blog-header__inner.blog_list {
    margin: 0 auto;
    padding: 3.3rem 0 1.3rem 0;
}
.blog-header__title {
  font-size: 1.8rem;
  color:#fff;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-avatar {display:inline;border-radius:50px;height:35px!important;width:auto!important;vertical-align: top;margin-right:5px;}

li.hs-blog-social-share-item.hs-blog-social-share-item-twitter {
    padding-top: 7px;
}

.blog-header__form input.hs-button.primary.large {
    background: #fff;
    color: #000;
    border: 0px;
  opacity:.8
}
.blog-header__form input.hs-button.primary.large:hover {
    background: #fff;
    color: #000;
    border: 0px;
  opacity:1;
}
.blog-header__form .hs-form label {
    color: #fff;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
  .push-rightside {padding-right:5vw;}
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.714rem;
}
.blog-index__post-content p {
  font-family: ;
}
.blog-index__post-content a {
  color: #666666;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #666666;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #666666;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #666666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #666666;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: ;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #82C341;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #666666;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #31639c;
  color: #31639c;
}
.blog-comments .hs-button:hover {
  background-color: #31639c;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #31639c;
}


.blog-post__sidebar {padding: 3.3rem 0;}
.blog-post__sidebar img {max-width:100%;}
.blog-post__sidebar .section-block {margin-bottom:30px;}
.section-block.fillit {
    background: #ffffff;
    color: #000 ;
    padding: 10px;
}
.section-block.fillit a, .section-block.fillit h3, .section-block.fillit .hs-form label {
  color: #000 ;
}

.section-block input.hs-button.primary.large {
    width: 100%;
}


.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Open Sans, serif;
  font-size: 1.25rem;
  color: #666666;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #666666;
}

.hs-search-field__bar form {
    display: flex;
    margin-bottom: 50px;
    justify-content: center;
    max-width: 100%!Important;
}
@media(max-width: 767px){
  .hs-search-field__bar form {flex-direction:column}
  .hs-search-field__bar button.hs-button {
    max-width: 100%!important;
    margin-left: 0px!important;
    margin-top: 10px;
}
.foot-logo {
  margin: auto;
}
}