/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: Exo; 
  src: url("//8886786.fs1.hubspotusercontent-na1.net/hubfs/8886786/raw_assets/public/Rousselot_January2021/fonts/exo-semibold-webfont.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 600; 
  font-display: swap; 
}

@font-face { 
  font-family: Exo; 
  src: url("//8886786.fs1.hubspotusercontent-na1.net/hubfs/8886786/raw_assets/public/Rousselot_January2021/fonts/exo-bold-webfont.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: swap; 
}


html {
  font-size: 16px;
}

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

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

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

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: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;

  text-decoration: none;
  width: 100%;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.875;
}

.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: .875rem;
  font-weight: 400;
  line-height: 1.875;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin: 0;
}

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

input[type=password],
.hs-search-field__input,
.hs-input {
  display: inline-block;
  height: auto;
  padding: .875rem 1.125rem .9375rem;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid;
  font-size: .875rem;
  color: #337996;
  background-color: #f7f7f7;
  box-shadow: none;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  line-height: normal;
}

input[type=password]{
  height: auto !important;
}

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

input[type=password]:focus,
.hs-search-field__input:focus,
.hs-input:focus {
  border: 1px solid;
  background-color: #fff;
  outline: 0;
  box-shadow: 0 0 5px #999;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.search-op .custom-menu-primary{
  display: none;
}

.custom-menu-primary{
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 87.5em){
  .custom-menu-primary{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.custom-menu-primary .hs-menu-wrapper {}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.1rem;
  font-family: inherit;
  font-size: 1rem;
  display: none;
  margin-bottom: 0;
  vertical-align: middle;
  margin-left: 0;
  list-style: none;
}

@media (min-width: 67.5em){
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: inline-block;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul >li{
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  float: left;
  line-height: 42px;
  /*     color: #00577c; */
  margin-left: 0;
  list-style: none;
  line-height: 4.375rem;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 4.375rem;
  /*     color: #000; */
}

@media (min-width: 67.5em){
  .custom-menu-primary .hs-menu-wrapper > ul >li{
    line-height: 63px;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul >li >a{
  /*     color: #009578; */
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  padding: 0 1rem;
  display: block;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 500;
  /*     color: inherit; */
  text-transform: uppercase;
  padding: 0 1.125rem;
  text-transform: none;
  line-height: 1.875;
  padding: 0;
  border-bottom: 3px solid transparent;
  margin: 0 1.125rem;
  font-weight: inherit;
}

.custom-menu-primary .hs-menu-wrapper > ul >li:hover >a{
  border-bottom: 3px solid #131b2d;
  /*     color: #009578; */
}

.custom-menu-primary .hs-menu-wrapper > ul >li:nth-of-type(6) >a{
  padding-right: 0;
  margin-right: 2.1875rem;
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul{
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.1rem;
  font-family: inherit;
  font-size: 1rem;
  margin-left: 1.25rem;
  margin-bottom: 0;
  margin-bottom: 1.625rem;
  margin-left: 1.1rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 50;
  display: none;
  padding-top: .5rem;
  margin-bottom: 0;
  margin-left: -1.25rem;
  list-style-type: none;
  text-align: left;
  margin-left: 0;
  list-style: none;
  padding: .875rem 1.75rem;
  margin-left: -.75rem;
  /*     background-color: #fff; */
  -webkit-box-shadow: 0 10px 24px rgba(0,0,0,.1);
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  /*     color: #4a4a4a; */
}

@media only screen and (max-width: 101.25rem){
  .custom-menu-primary .hs-menu-wrapper > ul >li:nth-of-type(6) >ul{
    right: 0;
    left: auto;
  }
}
/* @media (min-width: 67.5em){
.custom-menu-primary .hs-menu-wrapper > ul >li >ul{
padding-top: 0;
}
} */

.custom-menu-primary .hs-menu-wrapper > ul >li:hover>ul{
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul>li{
  margin: 0;
  padding: 0;
  font-size: inherit;
  position: relative;
  list-style: none;
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul>li:nth-of-type(1){
  margin-top: -4px;
  border-top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul>li>a{
  /*     color: #009578; */
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  display: block;
  min-width: 14.0625rem;
  padding: .625rem 2.125rem .625rem 1.25rem;
  border-top: 1px solid #e5e6e7;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 500;
  /*     color: #999; */
  min-width: 16.875rem;
  padding-right: 0;
  padding-left: 0;
  font-family: inherit;
  font-weight: inherit;
  /*     color: inherit; */
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul>li:nth-of-type(1)>a{
  border-top: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul >li >ul>li>a:hover{
  /*     background-color: inherit; */
  font-weight: 400;
  /*     color: #009578; */
}



#toggle {
  color: #131b2d;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4.375rem;
  height: 4.375rem;
  border: 0;
  border-radius: 0;
  background-color: #009578;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 83.75em){
  #toggle {
    min-width: 5.625rem;
    height: 5.625rem;
    font-size: 1rem;
  }
}

@media screen and (min-width: 87.5em){
  #toggle {
    display: none;
  }
}

#toggle .mobile-menu-open {
  width: 1.5625rem;
  height: 1.5625rem;
  display: block;
  color: currentColor;
}

.mobile-open #toggle .mobile-menu-open {
  display: none;
}

#toggle .mobile-menu-close {
  display: none;
  stroke-width: 3px;
  width: 1.5625rem;
  height: 1.5625rem;
  color: currentColor;
}

.mobile-open #toggle .mobile-menu-close {
  display: block;
}

@media (max-width:342px){
  #toggle{
    min-width: auto !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.mobileMenu-closeButton{
  cursor: pointer;
  border-radius: .625rem;
  line-height: inherit;
  font-size: inherit;
  margin-left: auto;
  color: #009578;
}

.mobileMenu-closeButton >svg{
  display: block;
  color: currentColor;
  width: 1.5rem;
  height: 1.5rem;
}









.mobile-menu {
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.1rem;
  font-family: inherit;
  font-size: 1rem;
  display: block;
  list-style-type: none;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
  margin-left: 0;
  list-style: none;
  line-height: 1.6;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}

.mobile-menu .hs-menu-wrapper >ul {
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.1rem;
  font-family: inherit;
  font-size: 1rem;
  display: block;
  list-style-type: none;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
  margin-left: 0;
  list-style: none;
  line-height: 1.6;
  font-weight: 600;
  font-size: 1rem;
  color: #000;
}

.child-open .mobile-menu .hs-menu-wrapper >ul {
  transform: translateX(-100%);
}

.mobile-menu .hs-menu-wrapper >ul>li {
  font-size: inherit;
  margin-left: 0;
  list-style: none;
}

.mobile-menu .hs-menu-wrapper >ul>li >a{
  color: #009578;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  padding-top: .4375rem;
  padding-bottom: .4375rem;
  padding-right: .875rem;
  padding-left: .875rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper >ul>li >a{
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper >ul>li >a{
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.mobile-menu .hs-menu-wrapper >ul>li >a::after{
  right: .875rem;
  left: .875rem;
  content: "";
  position: absolute;
  bottom: 0;
  height: .0625rem;
  background-color: rgba(0,0,0,.1);
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper >ul>li >a::after{
    right: 1.25rem;
    left: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper >ul>li >a::after{
    right: 1.875rem;
    left: 1.875rem;
  }
}

.mobile-menu .hs-menu-wrapper ul li >a>svg{
  margin-left: auto;
  width: .5rem;
  height: .8125rem;
  display: block;
  color: currentColor;
}

.mobile-menu .hs-menu-wrapper >ul li ul{
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
  text-transform: uppercase;
  margin-left: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}

.hs-menu-wrapper >ul > li.child-op >ul{
  opacity: 1;
  display: block;
}

.mobile-menu .hs-menu-wrapper >ul li ul li{
  margin-left: 0;
  list-style: none;
  font-size: inherit;
}

.mobile-menu .hs-menu-wrapper >ul li ul li a{
  color: #009578;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  padding-top: .4375rem;
  padding-bottom: .4375rem;
  padding-right: .875rem;
  padding-left: .875rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper >ul li ul li a{
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper >ul li ul li a{
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

.mobile-menu .hs-menu-wrapper >ul li ul li a::after{
  right: .875rem;
  left: .875rem;
  content: "";
  position: absolute;
  bottom: 0;
  height: .0625rem;
  background-color: rgba(0,0,0,.1);    
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper >ul li ul li a::after{
    right: 1.25rem;
    left: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper >ul li ul li a::after{
    right: 1.875rem;
    left: 1.875rem;
  }
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(2) > a >svg{
  margin-left:0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .4375rem;
  color: #009578;
  -webkit-transform: translateY(-.125rem);
  transform: translateY(-.125rem);
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(2) > a >svg{
    margin-right: .625rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(2) > a >svg{
    margin-right: .9375rem;
  }
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1){
  position: relative;
  padding-right: .875rem;
  padding-left: .875rem;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0.4375rem;

}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1){
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-bottom: .625rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1){
    padding-right: 1.875rem;
    padding-left: 1.875rem;
    margin-bottom: .9375rem;
  }
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1)::after{
  right: .875rem;
  left: .875rem;
  content: "";
  position: absolute;
  bottom: 0;
  height: .0625rem;
  background-color: rgba(0,0,0,.1);
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1)::after{
    right: 1.25rem;
    left: 1.25rem;
  }
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1) >a{
  padding: .4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #009578;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1) >a{
    padding: .625rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1) >a{
    padding: .9375rem;
  }
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1) >svg{
  display: block;
  width: .5rem;
  height: .8125rem;
  left: 1.75rem;
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
  -webkit-transform-origin: 50% 45%;
  transform-origin: 50% 45%;
  z-index: 2;
}

@media screen and (min-width: 31.3125em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1) >svg{
    left: 2.5rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobile-menu .hs-menu-wrapper ul li.hs-item-has-children > ul >li:nth-of-type(1) >svg{
    left: 3.75rem;
  }
}

.child-open-2 .mobile-menu .hs-menu-wrapper >ul >li >ul{
  transform: translateX(-100%);
}

.hs-menu-wrapper >ul > li >ul > li.child-op-2 > ul{
  opacity: 1;
  display: block;
}

.mobile-menu .hs-menu-wrapper >ul a{
  font-family: Verdana,Helvetica,Arial,sans-serif;
}


.mobile-menu .hs-menu-wrapper>ul>li>a:hover{
  color: #009578;
}

.mobile-menu .hs-menu-wrapper>ul li ul li a:hover {
  color: #009578;
}

.mobile-menu .hs-menu-wrapper ul li.hs-item-has-children>ul>li:nth-of-type(1)>a:hover{
  background-color: #33aa93;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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;
}
.banner-group{
  margin-top: 6.25rem;
}

@media screen and (min-width: 83.75em){
  .banner-group{
    margin-top: 8.4375rem;
  }
}

@media screen and (min-width: 87.5em){
  .banner-group{
    margin-top: 2.8125rem;
  }
}

.banner-container .cm-banner-wrapper {
  position: relative;
  overflow: hidden;
  height: auto!important;
  padding-top: 6.75rem;
  padding-bottom: .625rem;
  /*     background-color: #fff!important; */
  padding:0;
}

@media screen and (min-width: 46.9375em){
  .banner-container .cm-banner-wrapper {
    min-height: 19.6875rem;
  }
}

.banner-container .banner-row-1 {
  position: relative;
}

.banner-container .banner-row-1::before{

}

@media screen and (min-width: 31.3125em){
  .banner-container .banner-row-1::before{
    content: "";
    position: absolute;
    right: 5%;
    bottom: 1.875rem;
    left: 5%;
    display: block;
    height: 6.25rem;
    /*     -webkit-box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5); */
    /*     box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5); */
  }
}

.banner-container .image-container{
  height: 12.5rem;
}

@media screen and (min-width: 31.3125em){
  .banner-container .image-container{
    height: 18.75rem;
  }
}

.banner-container .image-container img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 31.3125em){
  .banner-container .image-container img{
    border-bottom-right-radius: 3.75rem;
  }
}

.banner-container .banner-row-2 {
  padding-left: .4375rem;
  padding-right: .4375rem;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 82.5rem;
  -webkit-transform: translateX(-50%) translateY(-1px);
  transform: translateX(-50%) translateY(-1px);
}

@media screen and (min-width: 31.3125em){
  .banner-container .banner-row-2 {
    padding-left: .625rem;
    padding-right: .625rem;
  }
}

@media screen and (min-width: 60.0625em){
  .banner-container .banner-row-2 {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (min-width: 87.5em){
  .banner-container .banner-row-2 {
    top: 5.625rem;
  }
}

.banner-container .heading-container{
  padding-top: .875rem;
  padding-right: .875rem;
  padding-bottom: .875rem;
  display: inline-block;
  min-width: 21.25rem;
  line-height: 1.05;
  padding: 2.1875rem 3.75rem 2.8125rem;
  border-bottom-right-radius: 2.5rem;
  margin-left: -2.8125rem;
  background-color: #003A5D;
}

@media screen and (min-width: 31.3125em){
  .banner-container .heading-container{
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 4.0625rem;
  }
}

@media screen and (min-width: 46.9375em){
  .banner-container .heading-container{
    padding-left: 2.8125rem;
  }
}

@media screen and (min-width: 60.0625em){
  .banner-container .heading-container{
    padding-top: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
    min-width: 25rem;
  }
}

@media screen and (min-width: 87.5em){
  .banner-container .heading-container{
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2.5rem;
  }
}

.banner-container .heading-container h1{
  text-rendering: optimizeLegibility;
  margin-top: 0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.2380952381;
  font-size: 2.5rem;
  color: #000;
  text-transform: none;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0;
  font-style: italic;
  font-size: 1.625rem !important;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (min-width: 46.9375em){
  .banner-container .heading-container h1{
    font-size: 1.75rem !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-group {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.header__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.top-header .header__container{
  max-width: 86.25rem;
}

.top-header-inner{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  /*   background-color: #003A5D; */
  min-height:40px;
}





@media screen and (min-width: 31.3125em){
  .top-header-inner{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .top-header-inner{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .top-header-inner{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .top-header-inner{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.top-header-row{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 82.5rem;
  min-height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 83.75em){
  .top-header-row{
    min-height: 2.8125rem;
  }
}

.top-header-row::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 4.375rem;
  z-index: -1;
  right: 50%;
  left: 0;
  background-color: inherit;
}

@media screen and (min-width: 60.0625em){
  .top-header-row::before{
    background-color: #003A5D;
  }
}

@media screen and (min-width: 83.75em){
  .top-header-row::before{
    bottom: 5.625rem;
  }
}

@media screen and (min-width: 87.5em){
  .top-header-row::before{
    background-color: #003A5D;
  }
}

.top-header-row::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 4.375rem;
  z-index: -1;
  right: 0;
  left: 50%;
  height: 2.8125rem;
  background-color: #003A5D;
}

@media screen and (min-width: 83.75em){
  .top-header-row::after {
    bottom: 5.625rem;
  }
}

.top-header-left{

}

@media screen and (min-width: 87.5em){
  .top-header-left{
    padding-left: 1.875rem;
  }
}

.left-wrapper{
  font-size: 1rem;
  padding-right: .4375rem;
  padding-left: .4375rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-size: 0;
  margin-left: 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.left-wrapper>div{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 1.875rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: .75rem;
  /*     color: #fff; */
  text-transform: uppercase;
  margin-left: 0;
  list-style: none;
}

@media screen and (min-width: 83.75em){
  .left-wrapper>div{
    line-height: 2.8125rem;
  }
}

.left-wrapper>div a{
  /*   color: #003A5D; */
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  display: block;
  font-size: .625rem;
  /*     color: inherit; */
  /*   opacity: .5; */
}

.left-wrapper>div a:hover{
  text-decoration: underline;
}

.top-header-right {
  margin-left: auto;
}

.top-header-right>*>*>ul {
  line-height: 1.875;
  margin-bottom: 1.625rem;
  list-style-position: outside;
  padding-right: .4375rem;
  padding-left: .4375rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-header-right >*>*>ul >li{
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 1.875rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: .75rem;
  color: #fff;
  text-transform: uppercase;
  margin-left: 0;
  list-style: none;
}

.top-header-right >*>*>ul >li:not(:nth-of-type(1)){
  margin-left: 1rem;
}

.top-header-right >*>*>ul >li:nth-of-type(3){
  margin-right: 36.5px;
}

@media screen and (min-width: 31.3125em){
  .top-header-right >*>*>ul >li:not(:nth-of-type(1)){
    margin-left: 2rem;
  }

  .top-header-right >*>*>ul >li:nth-of-type(3){
    margin-right: 51.5px;
  }

}

@media screen and (min-width: 83.75em){
  .top-header-right >*>*>ul >li{
    line-height: 2.8125rem;
  }
}

@media (max-width:442px){
  .top-header-right >*>*>ul >li:nth-of-type(3){
    margin-right: 0px;
  }

  .top-header-right >*>*>ul >li:not(:nth-of-type(1)){
    margin-left: 10px;
  } 
}

.top-header-right >*>*>ul >li:not(:nth-of-type(1))::before{
  opacity: .33;
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 22px;
  margin: 0;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 31.3125em){
  .top-header-right>*>* >ul >li:not(:nth-of-type(1))::before{
    left: -1rem;
  }
}

.top-header-right >*>*>ul >li>a{
  display: block;
  font-size: .625rem;
  text-decoration:none;
  /*     color: inherit; */
  /*     opacity: .5; */
}

.top-header-right >*>*>ul >li>ul >li>a:hover{
  background-color: #f2f2f2;
}

.top-header-right >*>*>ul >li>a:hover{
  text-decoration: underline;
}

.top-header-right ul>li>ul {
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  margin-left: 1.1rem;
  position: absolute;
  top: 2.5rem;
  right: -.5rem;
  display: none;
  width: 4.0625rem;
  text-transform: none;
  text-align: left;
  margin-left: 0;
  list-style: none;
}

@media screen and (min-width: 31.3125em){
  .top-header-right ul>li>ul {
    right: -1rem;
    width: 5rem;
  }
}

@media screen and (min-width: 83.75em){
  .top-header-right ul>li>ul {
    top: 2.6875rem;
  }
}

.top-header-right ul>li>ul >li{
  position: relative;
  background-color: #fafafa;
  margin-left: 0;
  list-style: none;
  margin-top: -4px;
}

.top-header-right ul>li>ul >li>a{
  color: #003A5D;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  display: block;
  min-width: 14.0625rem;
  padding: .625rem 2.125rem .625rem 1.25rem;
  border-top: 1px solid #e5e6e7;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 500;
  padding: .4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 3.75rem;
  font-size: .875rem;
  color: #999;
}

@media screen and (min-width: 31.3125em){
  .top-header-right ul>li>ul >li>a{
    padding: .625rem;
  }
}

@media screen and (min-width: 60.0625em){
  .top-header-right ul>li>ul >li>a{
    padding: .9375rem;
  }
}

.top-header-right ul>li>ul >li>a:hover{
  color: #003A5D;
}

.top-header-right ul>li>ul >li>a>svg{
  width: 1.875rem;
  height: 2rem;
  margin-right: .375rem;
}


.top-header-right >*>*>ul >li:hover >ul{
  display: block;
}

.top-header-right >*>*>ul >li:nth-of-type(3) > p{
  line-height: 40px;
  margin:0;
  cursor: pointer;
  border-radius: .625rem;
  background: 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  background-color: transparent;
  text-transform: inherit;
  font-size: 10px;
}

@media (min-width: 86.25rem){
  .top-header-right >*>*>ul >li:nth-of-type(3) > p{
    margin-right: 0;
  }
}

.top-header-right >*>*>ul >li:nth-of-type(3) > p > svg{
  width: 1.875rem;
  height: 2rem;
  margin-right: .375rem;
  height: 2.5rem;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.bottom-header {
  padding-left: 1.3125rem;
  margin: 0 auto;
}

@media screen and (min-width: 31.3125em){
  .bottom-header {
    padding-left: 1.875rem;
  }
}

@media (min-width: 60.0625em){
  .bottom-header {
    padding-left: 1.875rem;
  }
}

@media (min-width: 83.75em){
  .bottom-header {
    padding-left: .9375rem;
  }
}

@media screen and (min-width: 60.0625em) and (min-width: 87.5em){
  .bottom-header {
    padding-right: .9375rem;
  }
}

@media screen and (min-width: 87.5em){
  .bottom-header {
    /*     padding-right: .4375rem; */
    max-width: 82.5rem;
  }
}

/* .scroll-header .bottom-header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 10000;
padding-right: 0;
background-color :#FFF;
} */
/* 
.scroll-header .bottom-header::after{
content: "";
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: .0625rem;
background-color: #e6e6e6;
} */


/******************** Fixed Header **********************/

.bottom-header.fixed__header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  transition: all 0.4s ease;
  transform: translateY(-200%);
  padding-right: 0;
  background-color: #fff;
}
.bottom-header.fixed__header:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .0625rem;
  background-color: #e6e6e6;
}
.scroll-header .bottom-header.fixed__header {
  transform: translateY(0);
}


.bottom-header-inner{
  min-height: 4.375rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 83.75em){
  .bottom-header-inner{
    min-height: 5.625rem;
  }
}

.bottom-header-inner::before{
  content: "";
  position: absolute;
  top: 1.875rem;
  right: 50%;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: inherit;
}

@media screen and (min-width: 83.75em){
  .bottom-header-inner::before{
    top: 2.8125rem;
  }
}

.header__logo{
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.header__logo svg {
  width: 11.25rem;
  height: 2.25rem;
  color: #003a5c;
}

@media screen and (min-width: 31.3125em) and (min-width: 46.9375em){
  .header__logo{
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 46.9375em) and (min-width: 60.0625em){
  .header__logo{
    margin-right: 1.875rem;
  }
}

/* @media screen and (min-width: 46.9375em){
.header__logo{
margin-right: .875rem;
}
} */

.header__logo img{
  width: 11.25rem !important;
  height: 2.25rem;
}

@media screen and (min-width: 83.75em){
  .header__logo img{
    width: 260px !important;
    height: 51px;
  }
  .header__logo svg {
    width: 16.25rem;
    height: 3.1875rem;
    color: #003a5c;
  }

}

.navigation-bar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search {
  color: #003A5D;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4.375rem;
  height: 4.375rem;
  border: 0;
  border-radius: 0;
  background-color: #003A5D;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  color: #fff;
  text-decoration: none;
  background-color: #003A5D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 83.75em){
  .search {
    min-width: 5.625rem;
    height: 5.625rem;
    font-size: 1rem;
  }
}

@media (max-width:342px){
  .search {
    min-width: auto !important;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.search:hover{
  background-color: #003A5D;
}

.search-open{
  display: block;
}

.search-op .search-open{
  display: none;
}

.search-open svg{
  display: block;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
}

.search-close{
  display: none;
}

.search-op .search-close{
  display: block;
}

.search-close svg{
  display: block;
  color: currentColor;
  width: 1.5625rem;
  height: 1.5625rem;
  stroke-width: 2;
}

.search-field {
  position: absolute;
  display: none;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

@media screen and (min-width: 46.9375em){
  .search-field {
    position: relative;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.search-op .search-field {
  display: block;
}

.search-field>form {
  position: relative;
  color: #fff;
  margin: 0;
  padding: 0;
}

.search-field>form>input {
  line-height: normal;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
  box-shadow: none;
  margin: 0 0 1.625rem;
  font-family: inherit;
  font-size: .875rem;
  display: block;
  width: 100%;
  height: 4.375rem;
  padding-top: 0;
  padding-right: 4.375rem;
  padding-bottom: 0;
  padding-left: 1.875rem;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #003A5D;
  color: inherit;
  position: relative;
}

@media screen and (min-width: 83.75em){
  .search-field>form>input {
    height: 5.625rem;
    padding-right: 5.625rem;
  }
}

.search-field>form>input::-webkit-search-cancel-button{
  opacity: 0;
  pointer-events: none; 
}

.search-field>form>input::-webkit-input-placeholder { 
  color: #FFF;
}
.search-field>form>input::-moz-placeholder { 
  color: #FFF;
}
.search-field>form>input:-ms-input-placeholder { 
  color:#FFF;
}
.search-field>form>input:-moz-placeholder { 
  color: #FFF;
}

.search-field>form>input:focus {
  outline: 0;
  box-shadow: 0 0 5px #999;
  transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

.search-field>form>button{
  font: inherit;
  margin: 0;
  cursor: pointer;
  line-height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem 2.5rem;
  border: 0;
  border-radius: 0;
  margin-bottom: 1.625rem;
  background-color: #003A5D;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4.375rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  background-color: transparent;
  color: inherit;
}

@media screen and (min-width: 83.75em){
  .search-field>form>button{
    width: 5.625rem;
  }
}

.search-field>form>button:hover{
  background-color: #003A5D;
}

.search-field>form>button>svg{
  display: block;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: .5;
  background-color: #fff;
  outline: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity .5s,-webkit-transform .5s;
  transition: opacity .5s,-webkit-transform .5s;
  transition: transform .5s,opacity .5s;
  transition: transform .5s,opacity .5s,-webkit-transform .5s;
}

.mobile-open .mobile-menu-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.mobile-menu-inner{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: hidden;
}

.mobileMenu-header{
  padding: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 31.3125em){
  .mobileMenu-header {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .mobileMenu-header {
    padding: 1.875rem;
  }
}

.mobileMenu-header-logo a{
  color: #003A5D;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

.mobileMenu-header-logo a> svg{
  width: 11.25rem;
  height: 2.25rem;
  color: #003a5c;
}

@media screen and (min-width: 83.75em){
  .mobileMenu-header-logo a> svg{
    width: 16.25rem;
    height: 3.1875rem;
  }
}




@media(max-width: 640px){
  .top-header-right>*>*>ul>li:not(:nth-of-type(1))::before {
    left: -.5rem;
  }


}


@media(max-width: 330px){
  .top-header-inner {
    padding: 0 10px;
  }
  .top-header-right>*>*>ul>li {
    padding-right: 5px;
  }
  .top-header-right>*>*>ul>li>a {
    font-size: .6rem;
  }
  .top-header-right>*>*>ul>li:not(:nth-of-type(1))::before {
    left: -5px;
  }
  .top-header-right>*>*>ul>li:not(:nth-of-type(1)) {
    margin-left: 5px;
  }




}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer{
  font-size: .9375rem;
  padding-top: 1.875rem;
  padding-bottom: .25rem;
  overflow: hidden;
  /*     background-color: #fff !important; */
}

.footer-copyright-bar{
  margin-top: 1.875rem;
}

.footer-copyright-row{
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-copyright-right-columns,
.footer-copyright-left-columns{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 31.3125em){
  .footer-copyright-right-columns,
  .footer-copyright-left-columns{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .footer-copyright-right-columns,
  .footer-copyright-left-columns{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-copyright-right-columns,
  .footer-copyright-left-columns{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 83.75em){
  .footer-copyright-right-columns,
  .footer-copyright-left-columns{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.footer-copyright-left-columns p{
  max-width: 100%;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  text-rendering: optimizeLegibility;
  text-align: left;
}

.footer-copyright-right-columns ul{
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  font-size: 0;
  list-style: none;
  text-align: left;
  margin-right: -.875rem;
  margin-left: -.875rem;
}

@media screen and (min-width: 31.3125em){
  .footer-copyright-right-columns ul{
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-copyright-right-columns ul{
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer-copyright-right-columns ul > li{
  position: relative;
  display: block;
  padding-right: .875rem;
  padding-left: .875rem;
  margin-left: 0;
}

@media screen and (min-width: 31.3125em){
  .footer-copyright-right-columns ul > li{
    display: inline-block;
  }
}

.footer-copyright-right-columns ul > li > a{
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  display: inherit;
  margin-bottom: inherit;
  font-size: .8125rem;
}

.footer-copyright-right-columns ul > li > a:hover{
  text-decoration: underline;
}

.footerBar-bottom-skew {
  height: 5.25rem;
  margin-right: .4375rem;
  margin-left: .4375rem;
  position: relative;
  overflow: hidden;
  width: auto;
  max-width: 109.375rem;
  margin-bottom: 2.625rem;
  font-family: Exo,Helvetica,Arial,sans-serif;
}

@media screen and (min-width: 31.3125em){
  .footerBar-bottom-skew {
    margin-right: .625rem;
    margin-left: .625rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-skew {
    height: 12.5rem;
    margin-right: 0;
    margin-left: 0;
  }
}

.footerBar-bottom-skew--base{
  height: 5.25rem;
  position: absolute;
  width: 95%;
  background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,#67ccd9),to(#000));
  background-image: linear-gradient(90deg,#67ccd9 50%,#000 100%);
}

.footerBar-bottom-skew--base:before {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #fff;
  top: -45%;
  left: 0;
  width: 100%;
  height: 50%;
  -webkit-transform: skewY(1deg);
  transform: skewY(1deg);
}

.footerBar-bottom-skew--base:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  overflow: hidden;
  background: #fff;
  top: 0;
  right: -19.125rem;
  width: 25rem;
  height: 25rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-skew--base {
    height: 12.5rem;
    background-image: none;
    background-color: #67ccd9;
  }

  .footerBar-bottom-skew--base:before {
    top: -4.3125rem;
    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
  }

  .footerBar-bottom-skew--base:after {
    top: 7.5625rem;
    right: -17.125rem;
  }

}

.footerBar-bottom-skew--first {
  bottom: -150%;
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),to(#52a3ae));
  background-image: linear-gradient(0deg,rgba(255,255,255,0) 0,#52a3ae 100%);
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-skew--first {
    position: absolute;
    overflow: hidden;
    width: 35rem;
    height: 35rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.footerBar-bottom-skew--second {
  top: -150%;
  left: 20%;
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,0)),color-stop(80%,#5db8c3));
  background-image: linear-gradient(0deg,rgba(255,255,255,0) 0,#5db8c3 80%);
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-skew--first, .footerBar-bottom-skew--second {
    position: absolute;
    overflow: hidden;
    width: 35rem;
    height: 35rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.footerBar-bottom-skew--shadow {
  position: absolute;
  width: 95%;
  height: 100%;
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(92%,rgba(103,204,217,.3)));
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(103,204,217,.3) 92%);
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-skew--shadow {
    background-image: -webkit-gradient(linear,left top,right top,color-stop(50%,rgba(103,204,217,.3)),color-stop(90%,#009639),color-stop(110%,#000));
    background-image: linear-gradient(90deg,rgba(103,204,217,.3) 50%,#009639 90%,#000 110%);
  }
}

.footerBar-bottom-inner {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 80%;
  }
}

.footerBar-bottom-left{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
  margin-top: .625rem;
  font-weight: 700;
  font-size: 2.625rem;
  color: #fff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 31.3125em){
  .footerBar-bottom-left {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 46.9375em){
  .footerBar-bottom-left {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-left{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
  }
}

@media screen and (min-width: 83.75em){
  .footerBar-bottom-left{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.footerBar-bottom-left a{
  font-family: Exo,Helvetica,Arial,sans-serif;
  cursor: pointer;
  text-decoration: none;
  display: block;
  line-height: 1.25rem;
  margin-bottom: .125rem;
  font-weight: 600;
  font-size: 1rem;
  color: #FFF !important;
}

@media screen and (min-width: 31.3125em){
  .footerBar-bottom-left a{
    display: block;
  }
}

@media screen and (min-width: 60.0625em){
  .footerBar-bottom-left a{
    line-height: 2.625rem;
    margin-bottom: .75rem;
    font-size: 2.625rem;
  }
}

.footerBar-bottom-left a:hover{
  text-decoration: underline;
}

.footer-row-2 {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.footer-logo{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
}

@media screen and (min-width: 31.3125em){
  .footer-logo {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .footer-logo {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-logo {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 75%;
    position: relative;
    z-index: 10;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: -1.25rem;
  }
}

@media screen and (min-width: 83.75em){
  .footer-logo {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.footer-logo a{
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

.footer-logo a>svg {
  width: 8.75rem;
  height: 2.5rem;
  margin-bottom: 1.25rem;
}

@media screen and (min-width: 60.0625em){
  .footer-logo a >svg {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 83.75em){
  .footer-logo a >svg {
    width: 11.25rem;
    height: 2.8125rem;
    margin-top: -2.5rem;
  }
}

.footer-row-1 {
  text-align: left;
  margin-bottom: 1rem;
  z-index: 1;
  min-height: 1px;
}

.footer-row-1-inner {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  min-height: 1px;
}

.footer-row-1-right,
.footer-row-1-left {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 31.3125em){
  .footer-row-1-right,
  .footer-row-1-left {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 46.9375em){
  .footer-row-1-right,
  .footer-row-1-left {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-row-1-right,
  .footer-row-1-left {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .footer-row-1-right,
  .footer-row-1-left {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.footer-row-1-right-wrapper,
.footer-row-1-left-wrapper{
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  z-index: 1;
  min-height: 1px;
}

@media screen and (min-width: 31.3125em){
  .footer-row-1-right-wrapper,
  .footer-row-1-left-wrapper{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .footer-row-1-right-wrapper,
  .footer-row-1-left-wrapper{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-row-1-right-wrapper,
  .footer-row-1-left-wrapper{
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .footer-row-1-right-wrapper,
  .footer-row-1-left-wrapper{
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.footer-row-1-wrapper-col {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 31.3125em){
  .footer-row-1-wrapper-col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .footer-row-1-wrapper-col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-row-1-wrapper-col {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .footer-row-1-wrapper-col {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.footer-row-1-wrapper-col > div {
  z-index: 1;
  min-height: 1px;
  font-size: 1rem;
  /*     color: #000; */
}

.footer-row-1-wrapper-col > div.social {
  font-size: 15px;
  /*     color: #858788; */
}

.footer-markets-menu{
  margin-bottom: 77.6px;
}

.footer-about-rousselot-menu .hs-menu-wrapper > ul,
.footer-markets-menu .hs-menu-wrapper > ul,
.footer-services-menu .hs-menu-wrapper > ul,
.footer-collagen-solutions-menu .hs-menu-wrapper > ul{
  margin:0;
  padding:0;
  list-style:none;
}

.footer-about-rousselot-menu .hs-menu-wrapper > ul>li>a,
.footer-markets-menu .hs-menu-wrapper > ul>li>a,
.footer-services-menu .hs-menu-wrapper > ul>li>a,
.footer-collagen-solutions-menu .hs-menu-wrapper > ul>li>a{
  max-width: 100%;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  /*     color: #000; */
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.875rem;
  line-height: 1.2380952381;
  font-size: 1rem;
  text-transform: none;
  font-weight: 700;
  font-size: 1rem;
  /*     color: #000; */
  font-weight: 700;
  display: inline-block;
}

@media screen and (min-width: 31.3125em){
  .footer-about-rousselot-menu .hs-menu-wrapper > ul>li>a,
  .footer-markets-menu .hs-menu-wrapper > ul>li>a,
  .footer-services-menu .hs-menu-wrapper > ul>li>a,
  .footer-collagen-solutions-menu .hs-menu-wrapper > ul>li>a{
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 46.9375em){
  .footer-about-rousselot-menu .hs-menu-wrapper > ul>li>a,
  .footer-markets-menu .hs-menu-wrapper > ul>li>a,
  .footer-services-menu .hs-menu-wrapper > ul>li>a,
  .footer-collagen-solutions-menu .hs-menu-wrapper > ul>li>a{
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 60.0625em){
  .footer-about-rousselot-menu .hs-menu-wrapper > ul>li>a,
  .footer-markets-menu .hs-menu-wrapper > ul>li>a,
  .footer-services-menu .hs-menu-wrapper > ul>li>a,
  .footer-collagen-solutions-menu .hs-menu-wrapper > ul>li>a{
    font-size: 1.125rem;
  }
}

.footer-services-menu .hs-menu-wrapper > ul>li>a,
.footer-about-rousselot-menu .hs-menu-wrapper > ul>li>a{
  /*     line-height: 1.1; */
  margin-bottom: 3rem;
}

.footer-about-rousselot-menu .hs-menu-wrapper > ul>li>ul,
.footer-markets-menu .hs-menu-wrapper > ul>li>ul,
.footer-services-menu .hs-menu-wrapper > ul>li>ul,
.footer-collagen-solutions-menu .hs-menu-wrapper > ul>li>ul{
  margin:0;
  padding:0;
  list-style:none;
  max-width: 100%;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  text-rendering: optimizeLegibility;
}

.footer-about-rousselot-menu .hs-menu-wrapper > ul>li>ul>li>a,
.footer-markets-menu .hs-menu-wrapper > ul>li>ul>li>a,
.footer-services-menu .hs-menu-wrapper > ul>li>ul>li>a,
.footer-collagen-solutions-menu .hs-menu-wrapper > ul>li>ul>li>a{
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.contact h5,
.location h5,
.innovation h5{
  max-width: 100%;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  /*     color: #000; */
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.875rem;
  line-height: 1.2380952381;
  font-size: 1rem;
  text-transform: none;
  font-weight: 700;
  font-size: 1rem;
  /*     color: #000; */
}

@media screen and (min-width: 31.3125em){
  .contact h5,
  .location h5,
  .innovation h5{
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 46.9375em){
  .contact h5,
  .location h5,
  .innovation h5{
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 60.0625em){
  .contact h5,
  .location h5,
  .innovation h5{
    font-size: 1.125rem;
  }
}

.contact h5 strong,
.location h5 strong,
.innovation h5 strong {
  font-weight: 700;
  line-height: inherit;
}

.contact h5 a,
.location h5 a,
.innovation h5 a{
  display: inline-block;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

.social>ul {
  padding:0;
  margin: 0;
  list-style: none;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  /*     color: #000; */
  text-align: left;
}

@media screen and (min-width: 31.3125em){
  .social>ul {
    display: block;
  }
}

.social>ul>li {
  display: inline-block;
  min-width: 7.5rem;
  height: 1.875rem;
  margin-right: .625rem;
  margin-bottom: .625rem;
  text-align: left;
  margin-right: 6px;
  /*     color: #009578; */
}

.social>ul>li>a {
  white-space: nowrap;
  height: 100%;
  display: block;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.social>ul>li>a>svg {
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
}

.social>ul>li>a>div{
  /*     display: inline-block; */
  line-height: 1.875rem;
  padding-right: .3125rem;
  padding-left: .3125rem;
  vertical-align: top;
}


.contact h5 a,
.location h5 a,
.innovation h5 a,
.footer-about-rousselot-menu .hs-menu-wrapper>ul>li>a,
.footer-markets-menu .hs-menu-wrapper>ul>li>a,
.footer-services-menu .hs-menu-wrapper>ul>li>a,
.footer-collagen-solutions-menu .hs-menu-wrapper>ul>li>a{
  text-decoration: none;
}

.contact h5 a:hover,
.location h5 a:hover,
.innovation h5 a:hover,
.footer-about-rousselot-menu .hs-menu-wrapper>ul>li>a:hover,
.footer-markets-menu .hs-menu-wrapper>ul>li>a:hover,
.footer-services-menu .hs-menu-wrapper>ul>li>a:hover,
.footer-collagen-solutions-menu .hs-menu-wrapper>ul>li>a:hover{
  text-decoration: underline;
}

.footer-about-rousselot-menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer-markets-menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer-services-menu .hs-menu-wrapper>ul>li>ul>li>a,
.footer-collagen-solutions-menu .hs-menu-wrapper>ul>li>ul>li>a{
  text-decoration: none;
}

.footer-about-rousselot-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer-markets-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer-services-menu .hs-menu-wrapper>ul>li>ul>li>a:hover,
.footer-collagen-solutions-menu .hs-menu-wrapper>ul>li>ul>li>a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 750px){

  .footer-about-rousselot-menu .hs-menu-wrapper>ul>li>a, 
  .footer-markets-menu .hs-menu-wrapper>ul>li>a, 
  .footer-services-menu .hs-menu-wrapper>ul>li>a, 
  .footer-collagen-solutions-menu .hs-menu-wrapper>ul>li>a {
    font-size: 1.125rem;
    font-weight: 700;
    font-size: 1rem;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-comments {
    max-width: 100%;
    margin: 30px auto;
    display: block;
    width: 100%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}


.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}








.blog-body-wrapper {
  z-index: 1;
  min-height: 1px;
  padding-top: 2.625rem;
  padding-bottom: 1.75rem;
}

@media screen and (min-width: 31.3125em){
  .blog-body-wrapper {
    padding-bottom: 2.5rem;
    padding-top: 3.75rem;
  }
}

@media screen and (min-width: 60.0625em){
  .blog-body-wrapper {
    padding-bottom: 3.75rem;
    padding-top: 5.625rem;
  }
}

.page-center{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 1;
  min-height: 1px;

}

.blog-content-wrapper{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media screen and (min-width: 31.3125em){
  .blog-content-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .blog-content-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .blog-content-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .blog-content-wrapper{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.heading-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (min-width: 46.9375em){
  .heading-title{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.heading-title h3{
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.875rem;
  line-height: 1.2380952381;
  font-size: 1.625rem;
} 

@media screen and (min-width: 31.3125em){
  .heading-title h3{
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 46.9375em){
  .heading-title h3{
    font-size: 1.75rem;
  }
}

.post-listing-wrapper {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media screen and (min-width: 31.3125em){
  .post-listing-wrapper {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media (min-width: 46.9375em){
  .post-listing-wrapper {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media (min-width: 60.0625em){
  .post-listing-wrapper {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

@media (min-width: 83.75em){
  .post-listing-wrapper {
    margin-left: -.9375rem;
    margin-right: -.9375rem;
  }
}

.post-item {
  padding-left: .4375rem;
  padding-right: .4375rem;
  padding-bottom: .875rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 31.3125em)
  .post-item {
    padding-bottom: 1.25rem;
    padding-left: .625rem;
    padding-right: .625rem;
}

@media screen and (min-width: 60.0625em){
  .post-item {
    padding-left: .9375rem;
    padding-right: .9375rem;
    padding-bottom: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.post-item > a{
  color: #009578;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0;
  text-decoration: none!important;
}

.post-item > a::before{
  content: "";
  position: absolute;
  right: 5%;
  bottom: 2.8125rem;
  left: 5%;
  display: block;
  height: 1.875rem;
  -webkit-box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5);
  box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5);
}

.overviewBlockItem-image {
  position: relative;
  display: none;
  overflow: hidden;
  width: 50%;
  margin-bottom: 0;
}

@media screen and (min-width: 46.9375em){
  .overviewBlockItem-image {
    display: block;
  }
}

.imagePlaceholder {
  position: relative;
  overflow: hidden;
  background-color: #80cabc;
  background-color: transparent;
  width: 100%;
  height: 100%;
  background-color: #009578;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
}

.post-item > a:hover .imagePlaceholder {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.imagePlaceholder::before {
  content: "";
  display: block;
  border-radius: inherit;
  padding-top: 120%;
}

.imagePlaceholder img{
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
  object-fit: cover;
}



.u-borderRadiusBottomRight {
  padding: .875rem;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  background-color: #fff;
  border-bottom-right-radius: 2.5rem;
}

@media screen and (min-width: 31.3125em){
  .overviewBlockItem-content {
    padding: 1.25rem;
  }
}

@media screen and (min-width: 46.9375em){
  .overviewBlockItem-content {
    width: 50%;
    border-left: 0;
  }
}

@media screen and (min-width: 60.0625em){
  .overviewBlockItem-content {
    padding: 1.875rem;
  }
}

.overviewBlockItem-category {
  padding-bottom: 1rem;
  font-size: .75rem;
  color: #000;
  text-transform: uppercase;
}

.overviewBlockItem-content .overviewBlockItem-title {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 1.875rem;
  line-height: 1.2380952381;
  font-size: 1.25rem;
  color: #009578;
}

.post-item > a:hover .overviewBlockItem-content .overviewBlockItem-title {
  text-decoration: underline;
}

.overviewBlockItem-teaserText {
  color: #858788;
}

.post-item > a:hover .overviewBlockItem-teaserText {
  text-decoration: underline;
}

.overviewBlockItem-teaserText p{
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}

.overviewBlockItem-additionalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.overviewBlockItem-dateAndReadTime {
  font-size: .75rem;
  color: #a9aaac;
}

.overviewBlockItem-additionalContent>div>svg {
  color: #009578;
  width: 2.125rem;
  height: 2.125rem;
}

.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: .875rem;
}

@media screen and (min-width: 31.3125em){
  .blog-pagination {
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .blog-pagination {
    margin-top: 1.875rem;
  }
}

.blog-pagination >ul{
  margin: 0;
  padding: 0;
  list-style-position: outside;
  line-height: 1.875;
  list-style-type: disc;
  font-size: 1rem;
  margin-left: 0;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

.blog-pagination >ul>li{
  font-size: 1.0625rem;
  margin-right: .3125rem;
  border-radius: .625rem;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  line-height: 3.125rem;
  font-weight: 700;
  text-align: center;
}

.blog-pagination >ul>li.active{
  padding: 0;
  background: rgba(0,0,0,0);
  color: #009578;
  cursor: default;
  border: 1px solid #009578;
  border-radius: .625rem;
  color: #009578;
}
.blog-pagination>ul>li.active a {
    pointer-events: none;
    color: #009578;
}

.blog-pagination >ul>li>a{
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: inherit;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: .625rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
}

.blog-pagination >ul>li>a:hover{
  border-color: #009578;
  background-color: transparent;
  text-decoration: underline;
}












.post-body-wrapper {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 109.375rem;
  padding: 0 .625rem;
  margin: 0 auto;
  padding: 0;
  margin-top: 10px;
}

@media screen and (min-width: 87.5em){
  .post-body-wrapper {
    margin-top: 2.5rem;
  }
}

.post-body-wrapper-inner {
  position: relative;
  width: 100%;
  background-color: #fff;
}

.breadcrumb--slashes{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  text-transform: uppercase;
}

@media screen and (min-width: 31.3125em){
  .breadcrumb--slashes{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .breadcrumb--slashes{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .breadcrumb--slashes{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .breadcrumb--slashes{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}


ol.breadcrumb {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  line-height: 1.875;
  font-family: inherit;
  font-size: 0;
  margin-top: .125rem;
  margin-left: 0;
  list-style: none;
  margin-bottom: 1.875rem;
}

ol.breadcrumb >li{
  margin-left: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  font-size: 0;
  color: #66bfae;
}

ol.breadcrumb >li+li {
  padding-left: .625rem;
}

ol.breadcrumb >li:before {
  content: "/";
  color: #4a4a4a;
}

ol.breadcrumb >li+li:before {
  padding-right: .625rem;
  font-size: .75rem;
}



ol.breadcrumb >li a {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
  font-size: .625rem;
  color: #4a4a4a;
  -webkit-transition: color .3s;
  transition: color .3s;
}

ol.breadcrumb >li:last-child a {
  font-weight: 700;
  pointer-events: none;
}

ol.breadcrumb >li a:hover {
  color: #009578;
  text-decoration: none;
}

.blog-post-content-wrapper {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post-heading-wrapper{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 31.3125em){
  .post-heading-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .post-heading-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-left: 16.6666666667%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 60.0625em){
  .post-heading-wrapper{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .post-heading-wrapper{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.post-heading-wrapper> h1{
  text-rendering: optimizeLegibility;
  margin-top: 0;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  text-transform: none;
  line-height: 1.2380952381;
  margin-bottom: .4375rem;
  font-size: 2.125rem;
}

@media screen and (min-width: 31.3125em){
  .post-heading-wrapper> h1{
    margin-bottom: .625rem;
  }
}

@media screen and (min-width: 46.9375em){
  .post-heading-wrapper> h1{
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 60.0625em){
  .post-heading-wrapper> h1{
    margin-bottom: .9375rem;
  }
}

.post-date{
  display: inline;
  margin-right: .875rem;
  font-size: .75rem;
  text-transform: uppercase;
}

@media screen and (min-width: 31.3125em){
  .post-date{
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 60.0625em){
  .post-date{
    margin-right: 1.875rem;
  }
}

.post-category{
  display: inline;
  font-size: .75rem;
  color: #000;
  text-transform: uppercase;
}

.post-featured-image {
  z-index: 1;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1.75rem;
  margin-top: 1.75rem;
}

@media screen and (min-width: 31.3125em){
  .post-featured-image {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-bottom: 2.5rem;
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 46.9375em){
  .post-featured-image {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 60.0625em){
  .post-featured-image {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    margin-bottom: 3.75rem;
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 83.75em){
  .post-featured-image {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.post-featured-image:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  height: 6.25rem;
  margin: 0 3.125rem 1.5625rem 1.5625rem;
  -webkit-box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5);
  box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5);
}

.post-featured-image img {
    border: 0;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    border-bottom-right-radius: 3.75rem;
    object-fit: cover;
}

.post-content-group {
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.post-social-icon{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
}

@media screen and (min-width: 31.3125em){
  .post-social-icon{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .post-social-icon{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
}

@media screen and (min-width: 60.0625em){
  .post-social-icon{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .post-social-icon{
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

@media screen and (max-width: 46.875em){
  .post-social-icon {
    order: 2;
  }
}

.post-social-icon >ul{
  margin: 0;
  padding: 0;
  line-height: 1.875;
  margin-bottom: 1.625rem;
  font-size: 1rem;
  display: block;
  margin-left: 0;
  list-style: none;
}

@media (min-width: 46.9375em){
  .post-social-icon >ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.post-social-icon >ul>li{
  display: inline-block;
  min-width: 7.5rem;
  height: 1.875rem;
  margin-right: .625rem;
  margin-bottom: .625rem;
  color: #000;
  text-align: left;
  margin-left: 0;
  list-style: none;
  min-width: auto;
  border-radius: 1.25rem;
  background-color: #fff;
  color: #858788;
}

.post-social-icon >ul>li>a{
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  display: block;
  height: 100%;
  color: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.post-social-icon >ul>li>a:hover{
  opacity: .75;
}

.post-social-icon >ul>li>a>svg{
  width: 1.875rem;
  height: 1.875rem;
  overflow: hidden;
}

.post-social-icon >ul>li>a>div{
  display: inline-block;
  line-height: 1.875rem;
  padding-right: .3125rem;
  padding-left: .3125rem;
  vertical-align: top;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px,1px,1px,1px);
}

.post-body-data {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media screen and (min-width: 31.3125em){
  .post-body-data {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 46.9375em){
  .post-body-data {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

@media screen and (min-width: 60.0625em){
  .post-body-data {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media screen and (min-width: 83.75em){
  .post-body-data {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}

.post-body-data p {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
  line-height: 1.875;
  margin-bottom: 0;
  font-size: 1rem;
}














.hs-blog-listing .cm-banner-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 25rem;
    max-height: 80vh;
}

@media screen and (min-width: 60.0625em){
.hs-blog-listing .cm-banner-wrapper {
    height: 45.625rem;
}
}

.hs-blog-listing .cm-banner-wrapper::before {
    content: "";
    position: absolute;
    right: 4%;
    bottom: 1.875rem;
    left: 4%;
    display: block;
    height: 6.25rem;
/*     -webkit-box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5); */
/*     box-shadow: 0 1.875rem 2.8125rem 0 rgba(0,0,0,.5); */
}

.hs-blog-listing .image-container img{
    border: 0;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
    object-fit: cover;
    border-bottom-right-radius: 3.75rem;
}

.hs-blog-listing .banner-row-2{
    max-width: 82.5rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.hs-blog-listing .heading-container{
    padding-left: 1.3125rem;
    padding-right: 1.3125rem;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 82.5rem;
    -webkit-transform: translateX(-50%) translateY(-1px);
    transform: translateX(-50%) translateY(-1px);
}

@media screen and (min-width: 31.3125em){
.hs-blog-listing .heading-container{
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
}

@media screen and (min-width: 46.9375em){
.hs-blog-listing .heading-container{
    padding-left: .625rem;
    padding-right: .625rem;
}
}

@media (min-width: 60.0625em){
.hs-blog-listing .heading-container{
    padding-left: .9375rem;
    padding-right: .9375rem;
}
}

@media screen and (min-width: 87.5em){
.hs-blog-listing .heading-container{
    top: 5.625rem;
}
}

.hs-blog-listing .heading-container h1{
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-family: Verdana,Helvetica,Arial,sans-serif;
    line-height: 1.2380952381;
    font-size: 2.5rem;
    color: #000;
    text-transform: none;
    display: inline-block;
    width: 21.25rem;
    min-height: 12.5rem;
    line-height: 1.05;
    padding: 2.1875rem 2.8125rem 2.8125rem;
    border-bottom-right-radius: 2.5rem;
    margin-left: -2.8125rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1.875rem 3.125rem 0 rgba(0,0,0,.2);
    box-shadow: 0 1.875rem 3.125rem 0 rgba(0,0,0,.2);
    font-weight: 700;
    font-style: italic;
    font-size: 2.5rem;
    color: #000;
    text-transform: uppercase;
}

@media screen and (min-width: 46.9375em){
.hs-blog-listing .heading-container h1{
    font-size: 3rem;
}
}

@media screen and (min-width: 60.0625em){
.hs-blog-listing .heading-container h1{
    width: 25rem;
    min-height: 14.375rem;
    font-size: 3rem;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.no-banner .header-group {
  position: static;
}

.systems-page .hs-form-field{
  margin-bottom: 20px;
}
.error-page .hs-button {
  width: auto;
}
.systems-page .no-list.hs-error-msgs{
  margin:0;
  padding:0;
}

.systems-page .hs-button.primary.large{
  margin-top: 26px;
}
.systems-page .hs-button {
  width: auto;
  margin: 15px 0;
  white-space:normal;
}
input.email-edit.hs-input {
  padding: .875rem 1.125rem .9375rem !important;
  width: 100% !important;
}

.error-page {
  padding: 8rem 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: 60px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 16px;
  color: #4F7D24;
  padding: 5px 10px;
}

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

@media(max-width:767px){

  .systems-page h1 {
    font-size: 30px;
  }
  .systems-page h2 {
    font-size: 25px;
  }
  .systems-page h3 {
    font-size: 22px;
  }

}