









































*, *: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 0px;
  margin: 0px 0px 0px 0px;
}

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

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


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
}

p {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
    margin-bottom: 20px;

}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
    margin-bottom: 20px;

}

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

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}


h5 {
    font-size: 1rem;
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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 {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: ##00B18F;
  background-color: ##00B18F;
  height: 4.5px;
  border: none;
  width: 23px;
  margin: 25px 0px 0px 0px;
  
}

/* 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 (max-width: 767px) {
  html {
    font-size: 10.8px
  }
   h1 {
    font-size: 40px !important;
  }
  h1 {
    font-size: 32px !important;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 7.199999999999999px
  }
}
.hs_form {
 
margin: 30px 15% !important;
}

.form {
  font-family: Lato, sans-serif;
  min-width: 100%;
margin: 30px 15% !important;
}

.form-columns-1 {
min-width: 100% !important;
}

.form-columns-2 {
    min-width: 100% !important;
}

.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: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;

  text-decoration: none;
}

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

  color: #fff;
}

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


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

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.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 {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* 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;
}

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: #7c98b6;
  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: #494a52;
}
.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: Lato, serif;
}
.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;
  font-size:16px !important;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  width: 100%;
  border-collapse: collapse !important;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
}

tr:nth-child(even) {
  background-color: #f2f2f2 !important;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;

}

thead {
  background-color: #343a40 !important;
width:100% !important;
  margin: 0 !important;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
}
/* ==========================================================================
   Macros                                                  
   ========================================================================== */

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */




/** 
 * Background Size
 *
 *  
 */
 


/* ==========================================================================
   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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
}

.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: #494a52;
}

.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;
}

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

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

.team-member .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;
}

.team-member .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%);;
}



/* gallery */

.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox{
padding: 0px !important;
}

.slick-prev, .slick-next {
z-index: 1 !important;
  padding: 0px 0px !important;
}

.hs_cos_gallery_main .slick-next:before {
padding: 0 0px 0 0 !important;
}

.slick-next .slick-arrow {
padding-right: 20px !important;
}

@media (max-width: 767px) {
.testimonial {
    padding: 0px 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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
}

.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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
	background: #0270E0 !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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
	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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
}

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

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

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

.team-member.detailed .team-image img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
	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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
	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
   ========================================================================== */
.testimonial footer {
    padding: 15px 0 0 0;
	font-size: 15px;
    font-style: normal !important;
}

.testimonial .testimonial-name {
    font-weight: 700;
  font-size:20px;
}

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

}

.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;
}

/* 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: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;;
}

.testimonial.bubble img {
    float: left;
	width: 80px;
    height: 80px;
    padding: 3px;
	margin: -35px 35px 0 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;;
}

/* 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: 6rem;
    -moz-border-radius: 6rem;
    -o-border-radius: 6rem;
    -ms-border-radius: 6rem;
    border-radius: 6rem;;
}

/* Testimonial Avatar
   ========================================================================== */
.testimonial.avatar * {
	color: #494a52;
}
.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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
}

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

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

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

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

.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 .label,
.feature .feature--featured .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;
}

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

.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: #0270E0;
}

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

.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;
}
	
/* Features Small 1
   ========================================================================== */
.feature-1 p {
    margin: 0;
}

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

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

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

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

/* Features Small 4
   ========================================================================== */
.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: #0270E0;
    border-color: #0270E0;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
	text-align: center;
}

.feature-4 .btn:hover {
	background: ;
}

/* Features Small 5
   ========================================================================== */


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

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

/* Features Small 7
   ========================================================================== */
.feature-7 .icon {
    text-decoration: none;
	fill: #494a52;
}

.feature-7 h5 {
	display: block;
    margin-top: 0.928rem;
	color: #0270E0;
	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 Small 8
   ========================================================================== */

/* Features Small 9
   ========================================================================== */

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

/* Features Small 11
   ========================================================================== */
.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 Small 12
   ========================================================================== */
.feature-12 {
	height: 13em;
}

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

.feature-12:before {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
	-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: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;;
}

.imagebg:before {
    position: absolute;
    content: '';
    background: #252525;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
	opacity: 0.3;
}
.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: #F8FAFC
}
.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 100 auto;
  padding: 5px 10px 15px;
}

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

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

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

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* 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: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, 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: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  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 {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Lato, serif;
  font-size: 0.8rem;
  color: #494a52;
  top: 42px;
  left: calc(100% - 24px);
  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:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}

.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;
  padding: 10px 15px;
  font-size: 18px;
}

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

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

.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: Lato, serif;
  color: #494a52;
}

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

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  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 #494a52;
}

/* Sticky Header Styles */
@keyframes stickyshow {
  0%   {opacity: 0;}
  25%  {opacity: 0;}
  50%  {opacity: 0.5;}
  100% {opacity: 1;}
}
.sticky-header {
  position:fixed;
  width:100%;
  top:0;
  display:none;
  opacity:0;
  z-index:99999999;
  animation-name: stickyshow;
  animation-duration: .6s;
}
.sticky-header.stickit {
  display:flex;
  opacity:1;
  align-items:center;
  justify-content:space-between;
}
.sticky-header.stickit img {
  width: 120px !important;
  margin: 0 20px;
  display: flex;
  align-items: center;
}



/* Tablet Styles */

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

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .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: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 4;
  }

  .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;
    margin-right: auto;
    margin-left: 0;
  }

  .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 {
    position: relative;
  }

  .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__navigation--toggle:after {
    content: "Menu";
  }

  .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--toggle:after {
    content: "Language";
  }

  .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: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .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;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: 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;
  }
}
/*
.footer {
background-color: #f5f5f5;
text-align: center;
color: #000000
}
.footer__container {
padding: 1rem;
max-width: 1200px;
margin: 0 auto;
}
.footer__copyright {
font-family: Lato, sans-serif;
font-size: .7rem;
margin: .5rem 0;
}
.footer .hs-menu-flow-vertical ul {
width: 100%;
}
.footer .hs-menu-flow-vertical ul > li {
width: 100%;
text-align:left;
}
.footer .hs-menu-flow-vertical .hs-menu-item a {
display: block;
padding: .2rem .5rem;
text-decoration: none;
color: #000000

}
.footer .hs-menu-flow-vertical .hs-menu-item.hs-menu-depth-2 a {
display: block;
padding: 0rem 1rem;
text-decoration: none;
color: #000000

}
.footer ul li, .footer ol li {
line-height: 1.8rem;
width: 100%;
}
.footer .hs-menu-item a {
display: block;
padding: 0;
text-decoration: none;
text-align:left;
}
.footer h4 {text-align:left;color: #000000}
.footer .hs-menu-wrapper ul {margin-top:0px;}
.footer .social-links__icon {
background-color: #cdcdcd;}
.footer .social-links__icon svg, footer .social-links__icon svg {
fill: #000000;
}
.footer .social-links__icon:hover svg, footer .social-links__icon:focus svg {
fill: #000000;
}
.footer .social-links__icon:hover, footer .social-links__icon:focus {
opacity:.7;
}
*/
.footer-inner {
  padding-right: 15px;
  padding-left: 15px
}

.footer-inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  margin-top:30px;
}

@media only screen and (max-width:767px) {
  .footer-inner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
  }
}
@media only screen and (max-width:1024px) {
  .footer-inner .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
  }
}

.footer-inner.footer-inner-lp .row {
  display: block
}

.footer-col {
  padding-right: 15px;
  padding-left: 15px;
  width: 100% !important;
  margin: 0 !important
}

.footer-col.footer-col-left {
  color: #58595b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important;
}

.footer-col.footer-col-right {
  color: #FFF;
  background: #58595b;
  padding: 140px 100px;
  word-break: break-word
}

.footer-col.footer-col-right.footer-col-right-lp {
  padding-bottom: 20px;
  max-width: 100% !important;
  padding-top: 20px
}

.footer-copyright p {
  margin: 0;
  text-transform: uppercase
}

.footer-col-inner {
  margin: 100px 0;
  font-size: 16px
}

.footer-col-inner a {
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
}

.footer-info ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
  list-style-type: none;
  line-height: 30px;
}
.footer-info ul li a {
  color: #fff;
  -webkit-transition: color .3s;
  transition: color .3s;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder
}
.footer-copyright,
.footer-locations,
.follow-us-wrapper{
  margin-top:60px;
}

.footer-copyright p {
  margin: 0;
  text-transform: uppercase;
}

.footer-locations ul {
  margin-bottom: 1rem;
  list-style-type: none;
  padding: 0;
  margin-top: 20px;
  -webkit-columns: 2;
  columns: 2;
  text-transform: uppercase;
}
.footer-locations a {
  color:#fff;
}
.footer-col-inner h3 {
  margin-top: 0;
  line-height: 1.2;
  color: #fff;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase
}

.footer-bottom-content {
  margin: 0 !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 140px 100px;
  background: #f5f5f5
}

.footer-bottom-content p {
  margin: 0
}

.footer-bottom-content a {
  text-decoration: none;
  color: inherit
}

.footer-bottom-content a span {
  font-size: 16px;
  line-height: 26px;
  font-weight: 800;
  color: #00b18f;
  padding: 15px 30px;
  border: solid 2px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  min-width: 180px;
  -webkit-transition: all .3s;
  transition: all .3s;
  float: left;
  margin-right: 15px;
  margin-bottom: 0px
}

.footer-bottom-content a span:hover {
  color: #FFF;
  background: #00b18f;
  border-color: #00b18f
}

.footer-bottom-content p {
  margin-top: 0;
  margin-bottom: 30px
}

.footer-bottom-content p+p {
  margin: 0
}

.footer-top-wrap h2 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase
}

.footer-top-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 140px 100px
}

.footer-top-wrap {
  color: #58595b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0
}

@media (max-width: 1024px) {
  .footer-bottom-content {
 padding:30px !important;
    margin: 10px 0px 0px 0px!important;
    text-align: center;
  }
  
  @media (max-width: 1024px) {
  .footer-top-content {
 padding:30px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
  }
  
  
@media (max-width: 1024px) {
  .footer-col.footer-col-right {
 padding:30px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
  }
  
@media (max-width: 767px) {
  .footer-bottom-content {
 padding:30px !important;
    margin: 10px 0px 0px 0px!important;
    text-align: center;
  }
  
  @media (max-width: 767px) {
  .footer-top-content {
 padding:30px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
  }
  
  
@media (max-width: 767px) {
  .footer-col.footer-col-right {
 padding:30px !important;
    margin: 10px 0px 0px 0px !important;
    text-align: center;
  }
/* TODO: Find a better place for this */
/* =============== General Blog Styles =============== */


/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}
.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: Lato, sans-serif;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}