/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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 { 
  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: "TheSans";
  src: url("https://6374191.fs1.hubspotusercontent-eu1.net/hubfs/6374191/Freudenberg_Filtration_April2020/Fonts/thesans-semibold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "TheSans";
  src: url("https://6374191.fs1.hubspotusercontent-eu1.net/hubfs/6374191/Freudenberg_Filtration_April2020/Fonts/thesans-light-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}


html {
  font-size: 16px;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52; 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  background: #fff;
}

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

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

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

h1 {
  font-size: 2.1rem;
  line-height: 1.30233;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li { 
}

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


.body-wrapper ul,
.body-wrapper ol {
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
  padding: 0;
}

blockquote {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: 600;
  color: #00a6e2;
  margin: 0 0 1rem;
  padding: 0;
  border-left: 0;
}

/* 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: none!important;
  font-family: Lato, sans-serif;
  margin: 30px 0;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  margin: 20px 0;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  font-family: TheSans, sans-serif;
  line-height: 21px;

}

.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: 1rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input {
  display: block;
  width: 100%; 
  color: #000; 
  border: 1px solid #D1D6DC;  
  box-shadow: inset 1px 1px 2px 0 rgba(30,30,30,.15);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: box-shadow .5s,border-color .25s ease-in-out,background-color .1s ease,border-color .1s ease;
  height: 2.4375rem;
  padding: .5rem 1rem;
}

.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;
  display: inline;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

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

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

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

textarea.hs-input {
  height: auto;
}

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

/* Force single column fields to full width inside of fieldsets */
/*fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}*/
.hs-form fieldset {
max-width: none!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 { 
  background-color: #fbe6e6;
}


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 {
  background-color: #fbe6e6;
}


.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;
  display: none;
}

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


ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
}

@media(max-width:479px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow-x: scroll;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This 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;
}

/* ******************************************************************************
*********************************************************************************
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__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

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

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

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

/* Styles for the Logo */

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

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

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

.header__logo--tablet {
  display: none;
}

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

/* Styles for the Search Bar */

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

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

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

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

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

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

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

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

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

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

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

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

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

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

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

/* Tablet Styles */

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

  .header__logo--main {
    display: none;
  }

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

/* Mobile Styles */

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

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

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

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

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

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

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

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

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

  .header__column {
    position: relative;
  }

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

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

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

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

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

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

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

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

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

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

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

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

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

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

  .header__close--toggle.show {
    display: block;
  }
}




/**** Header *****/


.language_dropdown {
  display: none;
}

.head_top {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; 
  font-size: 16px;
}

.head_search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: .4375rem 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.head_search form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  background: transparent;
  margin:0;
}

.head_search form label {
  text-transform: uppercase;
  color: #666;
  font-weight: 600;
  line-height: 1.6875rem;
  display: block;
  margin: 0;
  font-size: .875rem;
}

.head_search form input {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 8.125rem;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  margin: 0;
  padding: 0 .3125rem;
  height: 1.25rem;
  font-size: .9375rem;
  color: #999;
  transition: border .5s ease;
  line-height: normal;
  position: relative;
  font-family: inherit;
  font-weight: 400;
}

.head_search form input:focus {
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  outline: 0;
}

.top_links {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  padding-left: .9375rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: .4375rem 0;
}

.top_links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top_links ul ul {
  top: 100%;
  right: auto;
  left: 0;
  padding: .625rem; 
  z-index: 15;
  display: none;
  position: absolute;
  min-width: 225px;
}

.top_links >ul >li {
  position: relative;
}

.top_links >ul >li >a {
  line-height: inherit; 
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-right: 1.5rem;
  display: inline-block;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.top_links >ul >li >a:after {
  position: absolute;
  top: 50%;
  left: auto;
  margin-top: -3px;
  content: '';
  width: 0;
  height: 0;
  border: solid #004388;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  padding: .125rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: .625rem;
}

.top_links ul ul li {
  border-bottom: .0625rem solid #ccc;
  position: relative;
}

.top_links ul ul li:last-child{
  border-bottom:0;
}

.top_links ul ul li a {
  display: block;
  width: 100%;
  padding: .5rem 1.5rem .5rem .5rem; 
  font-size: .9375rem;
  line-height: 1.125rem;
  outline: 0;
}

.top_links ul ul li a:after {
  left: auto;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  content: '';
  display: block;
  height: .5rem;
  width: .5rem;
  right: .75rem;
  border: solid #ccc;
  border-width: 0 .0625rem .0625rem 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.head_lang {
  margin: 0;
  height: 41px;
  line-height: 41px; 
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

a#languageSwitcherButton {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 15px 0 5px;
  line-height: inherit; 
  text-decoration: none;
  cursor: pointer;
}

a#languageSwitcherButton img {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  margin-right: 5px;
  margin-top: -4px;
}

a#languageSwitcherButton:after {
  border: solid #004388;
  border-width: 0 .0625rem .0625rem 0;
  display: inline-block;
  padding: .125rem;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1rem;
  width: 0;
  height: 0;
  content: '';
  left: auto;
  margin-top: -3px;
  position: absolute;
  top: 50%;
}


.language_dropdown {
  position: absolute;
  font-size: 1rem;
  width: 100%;
  z-index: 13; 
  border-radius: 0;
  padding: 30px;
  top: 40px;
  left: 0.001875px;
}

.lang_frst_Col {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  border-right: 1px solid #ccc;
  padding-right: .9375rem;
  padding-left: .9375rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.lang_scnd_col {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: .9375rem;
  padding-left: .9375rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.lang_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}


.lang_txt {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.language-buttons {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.lang_txt h3 {
  font-size: 1.5rem;
  line-height: 1.41667;
  margin-top: 0; 
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  text-transform: uppercase;
  margin: 0;
}

.lang_txt h3:nth-child(2) {
  margin-bottom: .5rem;
}

.lang_txt h3 > span {
  margin-right: .5rem;
}

.lang_txt h3 > span >img {
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 18px;
}

h3.mob-shw {
  display: none;
}

.language-buttons h4 {
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-size: 1.25rem;
  color: #004388;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: .5rem;
}

.lang_btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lang_btn a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600; 
  line-height: 21px;
  outline: 0;
  padding: .5rem .5rem; 
  margin-top: 0;
  text-transform: uppercase!important;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: none;
  font-size: 1rem;
}

.lang_btn a:hover{
  color: #fff;
}

.lang_btn a:first-of-type {
  margin-right: 1rem;
}

.lang_btn a.disabled {
  opacity: 1; 
  cursor: not-allowed;
}

.slct_contry {
  padding-right: .9375rem;
  padding-left: .9375rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.language_title h4 {
  color: #004388;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-size: 1.25rem;
  line-height: 1.45;
  margin-top: 0;
  margin-bottom: .5rem;
}

.language_title ul {
  line-height: 1.6;
  padding: 0;
  list-style: none;
  margin: 0;
}

.language_title > ul >li {
  background-color: #fff;
  padding: .5rem;
  border: 1px solid #e4e4e4;
  position: relative;
  font-size: inherit;
  line-height: 1.6;
}

.language_title > ul >li >span {
  width: 100%;
  display: block;
}

span.accordion-icon.menu-center-icon {
  position: absolute;
  right: 1rem;
  top: 10px;
  width: auto;
  display: inline;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

span.accordion-icon.menu-center-icon svg {
  width: 9px;
  height: 16px;
  fill: currentColor;
}

.language_title > ul ul {
  padding: .625rem;
  background: #f2f2f3;
  border: 1px solid #ccc;
  width: auto;
  left: -1px;
  right: -1px;
  top: 100%;
  z-index: 15;
  display: block;
  position: absolute;
  min-width: 225px;
  display: none;
}

.language_title > ul ul li {
  position: relative;
}

.language_title > ul ul li a {
  display: block;
  width: 100%;
  padding: .5rem 1.5rem .5rem .5rem;
  color: #666;
  font-size: .9375rem;
  line-height: 1.125rem;
}

.language_title ul + div {
  margin-top: .5rem;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 1px;
}

header.header {
  background-color: #f2f2f3;
  transition: opacity .5s ease;
  min-height: 10rem;
  font-size: 16px;
}

.main_head_innr {
  position: absolute;
  border-radius: .25rem;
  padding: 0 1.875rem;
  height: 6.25rem;
  top: 4.375rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 83.125rem;
  background: #fff;
  z-index: 12;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
}

.scroll_logo {
  display: none;
}

.cstm-logo {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0;
  padding-left: 0;
  min-width: 0;
}

.cstm-logo img {
  max-width: 21.25rem;
  max-height: 2.625rem;
  display: inline-block;
  vertical-align: middle;
}


.headr_title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  min-height: 2.5rem;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.cstm-contct-btn {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin: 0 .9375rem 0 1.875rem;
}

.mobile-trigger {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.cstm-contct-btn a {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600; 
  line-height: 21px; 
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: .5em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: none;
  font-size: 1rem;
}


.headr_title h1 {
  font-size: 1.875rem;
  line-height: 42px;
  margin: 0;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility; 
}

.cstm-contct-btn a svg {
  vertical-align: middle;
  margin-right: .625rem;
  width: 14px !important;
  height: 16px !important;
  fill: currentColor;
}


.mobile-trigger >div {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600; 
  line-height: 21px; 
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: .5em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: none;
  font-size: 1rem;
}

.mobile-trigger svg {
  width: 18px;
  height: 16px;
  fill: currentColor;
  margin-right: .625rem;
}

.hd-inr-wpr {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.scroll-header .hd-inr-wpr {
  max-width: 81.25rem;
}

.scroll-header .main_head_innr {
  width: 100%;
  max-width: 100%;
  padding: 0 .9375rem;
  border-radius: 0;
  height: 4rem;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #ccc;
  z-index: 9999;
}


.scroll-header .normal_logo {
  display: none;
}

.scroll-header .scroll_logo {
  display: block;
}

.scroll-header .headr_title h1 {
  font-size: 1.375rem;
  line-height: 42px;
}

.back-icon {
  width: 3rem;
  border: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 250ms ease;
  height: 2.9375rem;
  position: relative;
  cursor: pointer;
}

.back-icon.show {
  opacity: 1;
  pointer-events: auto;
}

.back-icon a {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  position: relative;
  background-color: rgba(255,255,255,.1);
}

.back-icon svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 9px;
  height: 16px;
}

.head-menu-btns {
  height: 3rem !important; 
  display: -webkit-flex;
  display: -ms-flexbox;
  position: relative !important;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.close-menu {
  height: 3rem;
  position: relative;
  top: 0;
  right: 0;
  width: 3rem;
  z-index: 2;
  cursor: pointer;
}


.head-menu-btns {
  color: #fff;
}

.head-menu-btns svg {
  fill: currentcolor;
}

.close-menu svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.back-icon:hover >a {
  color: #fff;
  background: #0294d2;
}

.close-menu:hover {
  background: #00a6e2;
}

.overlay {
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease,visibility .5s ease;
  background: rgba(255,255,255,.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: fixed;
}

.mobile-open .overlay {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

.lp-head{
  min-height:41px;
}


.custom-menu-primary form {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #fff;
  border-top: .0625rem solid rgba(255,255,255,.3);
  border-bottom: .0625rem solid rgba(255,255,255,.3);
}

.custom-menu-primary form input {
  border-radius: 0;
  margin: 0;
  height: 100%;
  border: none;
  background: rgba(255,255,255,.2);
  box-shadow: none;
  color: #fff;
  padding: .7rem 1rem;
  padding-right: 3rem;
  font-size: .875rem;
  width: 100%;
}

.menu-search-icon.menu-center-icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.custom-menu-primary form svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  width: 15px;
  height: 16px;
  transform: translate(-50%,-50%);
  fill: #fff;
}

.custom-menu-primary form input:focus {
  background: rgba(255,255,255,.2);
  outline: 0;
}

.head-menu-btns {
  border-bottom: .0625rem solid rgba(255,255,255,.3);
  height: 3rem;
  overflow: hidden !important;
}


@media(min-width:640px){
  .head_lang.mob_lang {
    display: none;
  }

  .top_links.mob_top_links {
    display: none;
  }
}


@media(min-width:960px){
  .mob_logo {
    display: none;
  } 
  .custom-menu-primary form {
    display:none;
  }
}



@media(max-width:1370px){
  .head_top {
    margin-left: .9375rem;
    margin-right: .9375rem;
  }

  .main_head_innr {
    width: calc(100% - 1.8750rem);
  }

}

@media(max-width:1330px){
  .language-buttons {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .lang_txt {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  } 
}

@media(max-width:995px){
  .headr_title h1 {
    font-size: 1.575rem;
  }
}



@media(max-width:959px){

  .main_head_innr {
    position: relative;
    border-bottom: none;
    width: 100%;
    top: -1px;
    padding: .625rem 1.25rem;
    height: 3.75rem;
  }

  header.header {
    min-height: auto;
  }

  .normal_logo {
    display: none;
  }

  .headr_title {
    display: none;
  }

  a#languageSwitcherButton {
    padding: 0 10px 0 0px;
  }

  .head_search {
    display: none;
  } 

  .cstm-logo img {
    max-width: 15.625rem;
    max-height: 2rem;
    width: auto !important;
  }

  .scroll-header .scroll_logo {
    display: none;
  }

  .scroll-header .main_head_innr {
    height: 3.75rem;
    padding: .625rem 1.25rem;
  }

  .lang_frst_Col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2rem;
    border-right: 0;
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .lang_txt {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .language-buttons {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .lang_txt h3 {
    display: none;
  }

  .lang_txt h3.mob-shw {
    display: block;
    font-size: 1.3125rem;
    line-height: 1.38095;
    margin-top: 0;
    margin-bottom: .5rem;
    font-family: "TheSans", Sans-Serif;
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    color: #004388;
  }

  .language-buttons h4 {
    font-size: 1.125rem;
    line-height: 1.38889;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .lang_scnd_col {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .slct_contry {
    padding-top: 1.25rem;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .language_title h4 {
    font-size: 1.125rem;
    line-height: 1.38889;
    margin-top: 0;
    margin-bottom: .5rem;
  }

}

@media(max-width:640px){
  .head_top {
    display: none;
  }

  .main_head_innr {
    position: fixed;
    border-bottom: 1px solid #ccc;
    top: 0;
  }

  .cstm-contct-btn {
    display: none;
  }

  span.show-for-medium {
    display: none;
  }

  .mobile-trigger svg {
    margin: 0;
  } 
  .mobile-trigger>div {
    padding: 10px;
    background: #004388;
    padding: .625rem;
  }

  .mobile-trigger>div:hover {
    color: #fff;
  }

  header.header {
    min-height: 60px;
  }

  .top_links.mob_top_links {
    margin: 0;
    padding: 0;
    display: block;
  }

  .top_links ul ul {
    position: static;
    width: 100%;
    min-width: auto;
    background: transparent !important;
    padding: 1rem;
  }

  .top_links.mob_top_links ul li {
    display: block;
  }

  .top_links ul ul li a {
    display: block;
    color: #fff;
    text-transform: none;
    padding: .7rem 1rem;
    line-height: 1.5625rem;
    font-size: 1.0625rem;
    font-weight: 600;
  }

  .top_links ul ul li {
    border: none;
  }

  .top_links ul ul li a:after {
    display: none;
  }

  .top_links>ul>li>a:after {
    display: none;
  }


  .top_links.mob_top_links > ul {
    display: block !important;
    position: static !important;
    transform: translate3d(0%,0px,0px);
  }

  .top_links.mob_top_links > ul ul {
    display: none !important;
    transform: translate3d(0%,0px,0px);
    position: static !important;
  }


  .top_links.mob_top_links >ul >li>a {
    padding: .7rem 1rem;
    padding-right: 3.5rem;
    line-height: 1.5625rem;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    height: 3rem;
  }

  .top_links.mob_top_links >ul >li>a {
    padding: .7rem 1rem;
    padding-right: 3.5rem;
    line-height: 1.5625rem;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    height: 3rem;
  }


  .toggle_trigger {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    height: 3rem;
    width: 3rem;
    pointer-events: none;
    background-color: #1a5694;
    border-radius: 0 0 .25rem .25rem;
  }

  .toggle_trigger svg {
    fill: currentcolor;
    width: 9px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    -ms-transform: translate(-50%,-50%) rotate(90deg);
    transform: translate(-50%,-50%) rotate(90deg);
  }


  .top_links.mob_top_links ul li.toggle_show ul {
    display: block !important;
  }

  .toggle_show .toggle_trigger svg {
    -webkit-transform: translate(-50%,-50%) rotate(270deg);
    -ms-transform: translate(-50%,-50%) rotate(270deg);
    transform: translate(-50%,-50%) rotate(270deg);
  }

  .head_lang.mob_lang {
    background: transparent;
    display: block;
    padding: 0;
    height: auto;
    position:relative;
  }

  .head_lang.mob_lang a#languageSwitcherButton {
    display: block;
    color: #fff;
    padding: .7rem 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    height: 3rem;
    line-height: 1.5625rem;
    min-height: 3rem; 
    font-size: 1.0625rem;
  }

  .mob_lang .toggle_trigger {
    height: 47px;
    border-radius: 0;
  }
  .head_lang {
    border-bottom: .0625rem solid rgba(255,255,255,.3);
  }

  .mob_lang.toggle_show .language_dropdown {
    display: block !important;
  }

  .mob_lang .language_dropdown {
    background: transparent;
    position: static;
    padding: 1rem;
    border: none;
  }

  .lang_frst_Col {
    padding: 0;
    border: 0;
  }

  .lang_txt h3.mob-shw {
    color: #fff;
    font-size: 1.0625rem;
  }

  .lang_txt {
    padding: 0;
  }

  .language-buttons {
    padding: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }

  .language-buttons h4 {
    color: #fff;
    font-weight: 300;
    text-transform: none;
  }

  a#languageSwitcherButton:after {
    display: none;
  }

  .lang_scnd_col {
    padding: 0;
  }

  .slct_contry {
    padding: 0;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .language_title h4 {
    color: #fff;
    font-weight: 300;
    text-transform: none;
  }

  .custom-menu-primary .lang_scnd_col ul {
    position: static !important;
    display: none !important;
    transform: translate3d(0%,0px,0px);
    background: transparent;
  }

  .custom-menu-primary .lang_scnd_col ul >li {
    display: block;
    background: transparent;
    border: none;
    padding: 0;
  }

  .custom-menu-primary .lang_scnd_col ul >li >span {
    display: block;
    padding: .7rem 1rem;
    text-transform: initial;
    font-weight: 600;
    border-radius: 0;
    height: 3rem;
    line-height: 1.5625rem;
    font-size: .875rem;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    color: #666;
    position: relative; 
    cursor:pointer;
  }

  .custom-menu-primary .lang_scnd_col ul >li > span span.accordion-icon.menu-center-icon {
    position: absolute;
    right: 0;
    top: 0;
    height: 3rem;
    width: 3rem;
    pointer-events: none;
  }

  .custom-menu-primary .lang_scnd_col ul >li > span span.accordion-icon.menu-center-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  .custom-menu-primary .lang_scnd_col ul ul {
    background: #fff;
    padding: 1rem;
    color: #666;
  }

  .custom-menu-primary .lang_scnd_col ul ul li a {
    display: block;
    color: #666 !important;
    font-weight: 300;
    text-transform: none;
    border: none;
    padding: .5rem 0;
    background: #fff !important;
    line-height: 1.6;
    font-size: 1.0625rem;
  }

  .language_title ul+div {
    font-size: 14px;
    color: #fff;
    padding-top: 1rem;
    text-transform: none;
    font-weight: 300;
    margin: 0;
  }

  .custom-menu-primary .lang_scnd_col h4+ul {
    display: block !important;
  }

  .custom-menu-primary .lang_scnd_col ul>li.show_lang_mob ul {
    display: block !important;
  }

  .custom-menu-primary .lang_scnd_col ul>li.show_lang_mob>span span.accordion-icon.menu-center-icon svg {
    -webkit-transform: translate(-50%,-50%) rotate(180deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(180deg)!important;
    transform: translate(-50%,-50%) rotate(180deg)!important;
  }


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

footer.footer{
  font-size: 16px;
}

.page-center-inner {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-center-inner >div {
  width: 100%;
}


.copy_cols-wrpr {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy_col {
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
}

.copyright_footer {
  padding: 1.5625rem 0 3.125rem 0; 
}

.copy_col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  text-align: center;
  padding: 1.25rem;
}

.copy_col ul li {
  display: inline-block;
  padding: 0 .3125rem;
  text-transform: uppercase;
}

.copy_col ul li a {
  line-height: 1.375rem;
  font-size: 1.0625rem; 
}

.copy_col:first-child span {
  font-size: 1.0625rem;
  text-align: left;
  display: inline-block;
  padding: .625rem 0;
}

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

.social-container > span {
  font-size: 1rem;
  line-height: 1.6875rem;
  margin-right: .5rem;
  margin-bottom: .3125rem;
}

.social-container a {
  line-height: 1rem;
  margin-left: .5rem;
}

.social-container a svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.menu-footer {
  width: 100%;
  padding: 1.5625rem 0;
}

.cstm-menu-ftr ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.6;
}


.cstm-menu-ftr .menu-innr >div >ul >li {
  width: 25%;
  float: left;
  margin-bottom: 1.875rem;
  padding-right: .9375rem;
  padding-left: .9375rem;
}


.cstm-menu-ftr {
  padding: 2.5rem 0;
}

.cstm-menu-ftr ul:before,.cstm-menu-ftr ul:after {
  display: block;
  content: '';
  clear: both;
}

.cstm-menu-ftr .menu-innr >div >ul >li >a { 
  text-rendering: optimizeLegibility;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-size: 1.0625rem;
  line-height: 1.47059;
  margin-top: 0;
  margin-bottom: .5rem;
  cursor: text;
  display: block;
}

.cstm-menu-ftr .menu-innr >div ul ul li {
  font-size: 16px;
  line-height: 1.6;
}



.pre-ftr {  
  position: relative;
  margin: 0 0 1rem 0;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}


.pre_ftr_cols {
  padding-right: .9375rem;
  padding-left: .9375rem;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  max-width: 100%;
}

.pre_ftr_cols h4 {
  font-size: 1.125rem;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  line-height: 1.125rem;
  margin-top: 0;
  margin-bottom: .5rem;
}

.pre_ftr_cols h4 + p {
  font-size: 2rem;
  line-height: 1.34375;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.white_bg_divsn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  min-width: 15.625rem;
  max-width: 17.5rem;
  margin: .625rem auto;
  padding: 1.25rem .625rem;
  height: 3.75rem; 
  border-radius: .25rem;
  min-width: 13.75rem;
  min-height: 4.6875rem;
  width: auto;
}

.svg_holder {
  line-height: 0;
  width: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.white_bg_divsn > * {
  margin: .625rem;
}

.svg_holder svg {
  width: 44px;
  height: 20px;
  fill: currentColor;
}

.title_holder {
  font-size: 1.125rem;
  line-height: 1.2;
}

svg#ico-callus {
  width: 32px;
  height: 32px;
}

svg#ico-contact {
  width: 25px;
  height: 28px;
}


.back_to_top {
  position: fixed;
  right: 25px;
  bottom: -45px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 35px;
  font-size: 1.875rem;
  line-height: 36px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #004388;
  border-radius: 4px;
  opacity: .5;
  transition: all .4s;
}

.back_to_top.active {
  bottom: 25px;
}

.back_to_top svg {
  fill: currentColor;
  width: 22px;
  height: 22px;
}

.back_to_top:hover {
  opacity: 1;
}










@media(min-width: 60em) {
  .copy_col {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .menu-footer {
    padding-right: .9375rem;
    padding-left: .9375rem;
  }

  .cstm-menu-ftr {
    margin-right: -.9375rem;
    margin-left: -.9375rem;
  }

  .pre_ftr_cols{
    padding:0;
  } 
}

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

@media(max-width:1020px){
  .copy_col:first-child span span {
    padding: 0;
  }
}


@media(max-width:959px){
  .pre_ftr_cols:first-child {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    text-align: center;
  }

  .back_to_top.active {
    bottom: 10px;
  }

  .back_to_top {
    right: 10px;
  }



}


@media(max-width:1290px){
  .copy_cols-wrpr {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

}

@media(max-width:959px){
  .copy_col {
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .cstm-menu-ftr >div>div > ul {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    margin: 0 auto;
  }

  .cstm-menu-ftr .menu-innr>div>ul>li {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
    margin-bottom: 1.25rem;
  }

  .cstm-menu-ftr {
    padding: 1.25rem 0;
    width: 100%;
  }

  .cstm-menu-ftr .menu-innr>div>ul>li>a {
    font-size: .9375rem;
    line-height: 1.53333;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .pre_ftr_cols {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .white_bg_divsn {
    min-height: 3.75rem;
  }

  .pre_ftr_cols h4+p {
    font-size: 1.625rem;
    line-height: 1.34615;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .pre_ftr_cols h4 {
    line-height: 1.125rem;
    font-size: 1rem;
    display: block;
  }


}

@media(max-width:640px){
  .menu-footer {
    display: none;
  }

  .copy_col:first-child span {
    display: inline-block;
    font-size: .875rem;
    padding: .625rem 0;
    text-align: center;
    margin-bottom: -1px;
  }

  .pre-ftr {
    padding: 1.5rem;
  }

  .pre_ftr_cols:first-child {
    padding-right: .625rem;
    padding-left: .625rem;
  }

}
/* ******************************************************************************
*********************************************************************************
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-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

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

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

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

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

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

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

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


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}





.post-listing {
  width: 100%;
}

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

h3.desc_subtitle {
  font-size: 1.5rem;
  line-height: 1.41667;
  margin-top: 0;
  margin-bottom: .5rem;
}

h1.desc_title {
  font-size: 2.6875rem;
  line-height: 1.30233;
  margin-top: 0;
  margin-bottom: .5rem;
}


.post-item {
  height: 34.6875rem;
  margin: 5rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #004388;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  object-fit: cover;
  object-position: top center;
  font-family: "object-fit:cover;object-position:top center";
}

.post-item:first-child{
  margin-top:2.5rem;
}

.blog_title_sectn {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}


h1.blog_title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.34375;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.hs-blog-listing .content-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
}

.listing-description {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.post-inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.post-item h2 {
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  font-size: 2.6875rem;
  line-height: 1.30233;
  margin-top: 0;
  margin-bottom: .5rem;
}

.post-item h3 {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.45;
  margin-top: 0;
}

.post-inner * {
  width: 100%;
  text-align: center;
}

p.read-more {
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

p.read-more a {
  font-family: inherit;
  padding: .5em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: none;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
  line-height: 21px;
  width: auto;
}


/*** Post ***/


.hs-blog-post .content-wrapper {
  max-width: 83.125rem !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 2.5rem 0 !important;
}

.hs-blog-post .post-listing {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin: 0 auto;
  padding-right: .9375rem;
  padding-left: .9375rem;
}

.blog-post_wrpr >h1 {
  font-size: 2.6875rem;
  line-height: 1.30233;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  text-align: center;
}

.blog-post_wrpr >div>h3 {
  font-size: 1.5rem;
  line-height: 1.41667;
  margin-top: 0;
  margin-bottom: .5rem;
  text-align: center;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}

.animate .banner-breadcrumb {
  position: fixed;
  top: 3.75rem;
  left: 0;
  right: 0;
  z-index: 99999;
}


.listing_social_inner {
  max-width: 66.66667%;
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  padding-right: .9375rem;
  padding-left: .9375rem;
  margin: 0 auto;
  width: 100%;
}

.listing_social {
  max-width: 83.125rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.5rem 0;
}

.listing_social_inner h2 {
  font-size: 2rem;
  line-height: 1.34375;
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: "TheSans", Sans-Serif;
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  text-align: center;
  color: #004388;
}

.social_wrapper_listing {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  justify-content: center;
  padding-top: 15px;
  margin-bottom: 3rem;
}

.social_wrapper_listing a {
  padding-right: .9375rem;
  padding-left: .9375rem;
  display: flex;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  justify-content: center;
  margin-bottom: 1.875rem;
}

.social_wrapper_listing a img {
  border-radius: .25rem;
  min-height: .0625rem;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
 

@media(min-width: 60em) {
  .blog_title_sectn {
    padding: 2.5rem 0 0;
  }
  .listing_social_inner {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
}

@media screen and (max-width: 83.0625em) and (min-width: 60em){
  .banner-breadcrumb {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
}


@media(max-width:1640px){
  .content-wrapper { 
    padding: 0 20px !important;
  }
  .blog-header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media(max-width:959px){
  .banner-breadcrumb {
    display: none;
  }

  h1.desc_title {
    font-size: 2rem;
    line-height: 1.34375;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  h3.desc_subtitle {
    font-size: 1.3125rem;
    line-height: 1.38095;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .blog_title_sectn {
    padding: 1.25rem 0 0;
  }

  h1.blog_title {
    font-size: 1.625rem;
    line-height: 1.34615;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .post-item {
    height: 23.75rem;
    margin: 2.55rem 0;
  }

  .post-item h2 {
    font-size: 2rem;
    line-height: 1.34375;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .post-item h3 {
    font-size: 1.125rem;
    line-height: 1.38889;
    margin-top: 0;
    margin-bottom: 1.25rem;
  }

  .blog-post_wrpr>h1 {
    font-size: 2rem;
    line-height: 1.34375;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .blog-post_wrpr >div >h3 {
    font-size: 1.3125rem;
    line-height: 1.38095;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .hs-blog-post .content-wrapper {
    padding: 1.25rem 0 !important;
  }

  .hs-blog-post .post-listing {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    padding-right: .625rem;
    padding-left: .625rem;
  }

  .listing_social_inner {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .listing_social_inner h2 {
    font-size: 1.625rem;
    line-height: 1.34615;
    margin-top: 0;
    margin-bottom: .5rem;
  }

  .social_wrapper_listing a {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .social_wrapper_listing {
    display: block;
  }
}

@media(max-width:640px){ 

  .post-inner {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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

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

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


input#hs-pwd-widget-password {
  height: auto;
  padding: 20px;
  display: block;
  width: 100%;
  max-width: 100%;
}

input.email-edit.hs-input {
    max-width: 100%;
}



.body-wrapper{
  max-width:100rem;
  margin:0 auto;
}

@media(max-width:1500px){
  .body-container-wrapper {
    padding-right: .9375rem; 
    padding-left: .9375rem;
  }
}

main.body-container-wrapper,
.content-wrapper .error-page {
   min-height: 60vh;
}



/*
 * 
 

.cookieconsent-optin-preferences, .cookieconsent-optin-statistics, .cookieconsent-optin-marketing, .cookieconsent-optin {
    display: none;
}

.cookieconsent-optout-preferences, .cookieconsent-optout-statistics, .cookieconsent-optout-marketing, .cookieconsent-optout {
    display: block;
    display: initial;
}

#CybotCookiebotDialog, #CybotCookiebotDialogBodyUnderlay {
    animation: none;
    animation-fill-mode: none;
    animation-name: none;
    backface-visibility: visible;
    border-collapse: separate;
    border-image: none;
    bottom: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    display: inline;
    empty-cells: show;
    height: auto;
    hyphens: none;
    list-style: disc;
    max-height: none;
    min-height: 0;
    min-width: 0;
    orphans: 0;
    overflow-x: visible;
    overflow-y: visible;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    transform: none;
    transition: none;
    transition-property: none;
    vertical-align: baseline;
    white-space: normal;
    widows: 0;
    word-spacing: normal;
    opacity: 1;
    margin: 0;
    box-sizing: content-box;
    outline: 0;
    content: normal;
    width: auto;
    border-spacing: 0;
    font-weight: 400
}

    #CybotCookiebotDialog[dir=rtl], div[dir=rtl] #CybotCookiebotDialogBodyContentText, div[dir=rtl] #CybotCookiebotDialogBodyContentTitle {
        text-align: right
    }

#CybotCookiebotDialog, #CybotCookiebotDialogBodyContentTitle, #CybotCookiebotDialogBodyUnderlay {
    visibility: visible;
    letter-spacing: normal;
    float: none
}

    #CybotCookiebotDialog, #CybotCookiebotDialog ::after, #CybotCookiebotDialog ::before, #CybotCookiebotDialog::after, #CybotCookiebotDialog::before, #CybotCookiebotDialogBody *, #CybotCookiebotDialogBodyUnderlay, #CybotCookiebotDialogDetail *, .CybotCookiebotDialogBodyButton, .CybotCookiebotDialogBodyButton::after, .CybotCookiebotDialogBodyButton::before {
        box-sizing: content-box
    }

        #CybotCookiebotDialog a, #CybotCookiebotDialog a:hover {
            text-decoration: underline;
            color: #000000
        }

#CybotCookiebotDialogBodyUnderlay {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    background: #121212;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0;
    background-position: 0;
    background-size: auto auto;
    border: 0;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-left: 0;
    border-left-color: inherit;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-top: 0;
    border-top-color: inherit;
    box-shadow: none;
    color: inherit;
    font: 400;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    max-width: none;
    outline-width: medium;
    perspective-origin: 50% 50%;
    text-align: inherit;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 2147483630;
    overflow: hidden
}

#CybotCookiebotDialog {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    background: #ffffff;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0;
    background-position: 0;
    background-size: auto auto;
    font: 400;
    font-style: normal;
    font-variant: normal;
    outline-width: medium;
    padding: 0 0 8px;
    perspective-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    max-width: 574px;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    filter: Alpha(opacity=100);
    z-index: 2147483640;
    color: #000000;
    font-family: 'Segoe UI',Arial,Helvetica,Verdana,sans-serif;
    font-size: 8pt;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    line-height: 1.231;
    text-align: left;
    text-rendering: geometricPrecision
}

    #CybotCookiebotDialog a, #CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
        line-height: 1.231
    }

    #CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
        font-family: 'Segoe UI',Arial,Helvetica,Verdana,sans-serif
    }

#CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising, #CybotCookiebotDialogDetailBodyContentCookieContainerNecessary, #CybotCookiebotDialogDetailBodyContentCookieContainerPreference, #CybotCookiebotDialogDetailBodyContentCookieContainerStatistics, #CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
    margin: 0
}

#CybotCookiebotDialogPoweredbyLink {
    position: absolute;
    z-index: 2147483646;
    width: 48px;
    height: 36px;
    margin-left: 16px;
    margin-right: 0;
    margin-top: 20px
}

div[dir=rtl] #CybotCookiebotDialogPoweredbyLink {
    margin-left: 0;
    margin-right: 16px
}

#CybotCookiebotDialogPoweredbyImage {
    border: none;
    padding: 0;
    margin: 1px 0 0 1px;
    width: 46px
}

#CybotCookiebotDialogBody {
    width: 100%;
    z-index: 2147483647;
    vertical-align: top;
    overflow: hidden
}

#CybotCookiebotDialogBodyContent {
    min-height: 32px;
    font-size: 10.5pt;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 16px 12px 4px 80px
}

div[dir=rtl] #CybotCookiebotDialogBodyContent {
    padding-left: 12px;
    padding-right: 80px
}

#CybotCookiebotDialogBodyContentControls {
    min-height: 10px;
    font-size: 9.5pt;
    font-weight: 400;
    line-height: 130%;
    padding: 12px 0 8px 80px
}

div[dir=rtl] #CybotCookiebotDialogBodyContentControls {
    padding-left: 0;
    padding-right: 80px
}

.CybotCookiebotDialogBodyContentControlsWrapper {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    margin-left: 0;
    line-height: 16px
}

div[dir=rtl] .CybotCookiebotDialogBodyContentControlsWrapper {
    margin-right: 0;
    margin-left: 14px
}

#CybotCookiebotDialogBodyContentTitle {
    font-size: 18pt;
    font-weight: 700;
    line-height: 110%;
    padding: 0;
    margin: 0;
    color: #000000;
    display: block;
    position: static;
    text-align: left
}

#CybotCookiebotDialogBodyContentText {
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: left
}

    #CybotCookiebotDialogBodyContentText ul {
        display: block;
        list-style-type: disc;
        margin: 1em 0 1.25em;
        padding: 0 0 0 40px
    }

        #CybotCookiebotDialogBodyContentText ul li {
            display: list-item;
            list-style-type: disc;
            padding: 0;
            margin: 0
        }

#CybotCookiebotDialogBodyButtons {
    display: block;
    margin: 0 12px 18px 6px;
    z-index: 10;
    padding-left: 62px;
    padding-right: 0
}

div[dir=rtl] #CybotCookiebotDialogBodyButtons {
    margin: 0 6px 18px 12px;
    padding-left: 0;
    padding-right: 62px
}

#CybotCookiebotDialogBodyButtons a, #CybotCookiebotDialogBodyButtons a:hover {
    text-decoration: none;
    color: #ffffff
}

.CybotCookiebotDialogBodyButton {
    display: inline-block;
    padding: 1px 4px 3px;
    z-index: 10;
    font-size: 9.5pt;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 0;
    margin-top: 8px;
    text-align: center;
    white-space: nowrap;
    min-width: 80px
}

div[dir=rtl] .CybotCookiebotDialogBodyButton {
    margin-left: 0;
    margin-right: 12px
}

#CybotCookiebotDialogBodyButtonAccept {
    background-color: #f7a600;
    border: 1px solid #f7a600
}

#CybotCookiebotDialogBodyButtonDecline {
    background-color: #333333;
    border: 1px solid #333333
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-size: 9pt;
    margin-top: 8px;
    text-align: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAMAAAAmGUT3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI3NDEyNDEwNzk0MjExRTQ5RUE5RkRFMUQ3MEU1NTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI3NDEyNDExNzk0MjExRTQ5RUE5RkRFMUQ3MEU1NTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qjc0MTI0MEU3OTQyMTFFNDlFQTlGREUxRDcwRTU1NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qjc0MTI0MEY3OTQyMTFFNDlFQTlGREUxRDcwRTU1NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70ohqeAAAABlBMVEVgYGAAAAAPhzbbAAAAAnRSTlP/AOW3MEoAAAAjSURBVHjaYmBkYAQBBkYGIAAxQBQcQ/ggCiLFCGFBCIAAAwADkwAg7Yr51AAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right;
    background-position: 12px;
    background-position: right 12px;
    border-left: 0;
    border-right: 5px solid transparent;
    padding: 7px 19px 0 0
}

div[dir=rtl] #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, div[dir=rtl] #CybotCookiebotDialogBodyLevelDetailsButton {
    padding-left: 19px;
    padding-right: 0;
    background-position: left;
    background-position: 12px;
    background-position: left 12px;
    border-left: 5px solid transparent;
    border-right: 0
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelDetailsButton, div[dir=rtl] .CybotCookiebotDialogBodyLevelDetailsButtonExpanded {
    background-position: left !important;
    background-position: 5px !important;
    background-position: left 5px !important
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink:hover, #CybotCookiebotDialogBodyLevelDetailsButton:hover {
    color: #000000;
    text-decoration: underline
}

.CybotCookiebotDialogBodyLevelDetailsButtonExpanded, .CybotCookiebotDialogBodyLinkExpanded {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0QzAwODExNzk0MjExRTQ4QzBERTBGMTkxMUY2M0M0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU0QzAwODEyNzk0MjExRTQ4QzBERTBGMTkxMUY2M0M0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTRDMDA4MEY3OTQyMTFFNDhDMERFMEYxOTExRjYzQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTRDMDA4MTA3OTQyMTFFNDhDMERFMEYxOTExRjYzQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz576KdnAAAATklEQVR42kyO2xEAMQgCJZ3afxFcyGRz+uMD3EHdXbYrJSltrz4Dt4UBNfsWPG614oRwO2Q/Eg+IwvnDj8kjk+48MzmZeNYI/4jRPwEGAFy/MS7NcXxJAAAAAElFTkSuQmCC)
}

#CybotCookiebotDialog, #CybotCookiebotDialogBodyUnderlay {
    animation: none;
    animation-fill-mode: none;
    animation-name: none;
    backface-visibility: visible;
    border-collapse: separate;
    border-image: none;
    bottom: auto;
    caption-side: top;
    clear: none;
    clip: auto;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    display: inline;
    empty-cells: show;
    height: auto;
    hyphens: none;
    list-style: disc;
    max-height: none;
    min-height: 0;
    min-width: 0;
    orphans: 0;
    overflow-x: visible;
    overflow-y: visible;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    transform: none;
    transition: none;
    transition-property: none;
    vertical-align: baseline;
    white-space: normal;
    widows: 0;
    word-spacing: normal;
    opacity: 1;
    margin: 0;
    box-sizing: content-box;
    outline: 0;
    content: normal;
    width: auto;
    border-spacing: 0;
    font-weight: 400
}

#CybotCookiebotDialog[dir=rtl], div[dir=rtl] #CybotCookiebotDialogBodyContentText, div[dir=rtl] #CybotCookiebotDialogBodyContentTitle {
    text-align: right
}

#CybotCookiebotDialog, #CybotCookiebotDialogBodyContentTitle, #CybotCookiebotDialogBodyUnderlay {
    visibility: visible;
    letter-spacing: normal;
    float: none
}

    #CybotCookiebotDialog, #CybotCookiebotDialog ::after, #CybotCookiebotDialog ::before, #CybotCookiebotDialog::after, #CybotCookiebotDialog::before, #CybotCookiebotDialogBody *, #CybotCookiebotDialogBodyUnderlay, #CybotCookiebotDialogDetail *, .CybotCookiebotDialogBodyButton, .CybotCookiebotDialogBodyButton::after, .CybotCookiebotDialogBodyButton::before {
        box-sizing: content-box
    }

        #CybotCookiebotDialog a, #CybotCookiebotDialog a:hover {
            text-decoration: underline;
            color: #000000
        }

#CybotCookiebotDialogBodyUnderlay {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    background: #121212;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0;
    background-position: 0;
    background-size: auto auto;
    border: 0;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-left: 0;
    border-left-color: inherit;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-top: 0;
    border-top-color: inherit;
    box-shadow: none;
    color: inherit;
    font: 400;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    max-width: none;
    outline-width: medium;
    perspective-origin: 50% 50%;
    text-align: inherit;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 2147483630;
    overflow: hidden
}

#CybotCookiebotDialog {
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-iteration-count: 1;
    animation-play-state: running;
    animation-timing-function: ease;
    background: #ffffff;
    background-clip: border-box;
    background-origin: padding-box;
    background-position: 0;
    background-position: 0;
    background-size: auto auto;
    font: 400;
    font-style: normal;
    font-variant: normal;
    outline-width: medium;
    padding: 0 0 8px;
    perspective-origin: 50% 50%;
    transform-style: flat;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-timing-function: ease;
    max-width: 574px;
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    filter: Alpha(opacity=100);
    z-index: 2147483640;
    color: #000000;
    font-family: 'Segoe UI',Arial,Helvetica,Verdana,sans-serif;
    font-size: 8pt;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    line-height: 1.231;
    text-align: left;
    text-rendering: geometricPrecision
}

    #CybotCookiebotDialog a, #CybotCookiebotDialog br, #CybotCookiebotDialog div, #CybotCookiebotDialog td {
        line-height: 1.231
    }

    #CybotCookiebotDialog a, #CybotCookiebotDialog div, #CybotCookiebotDialogBodyContentControls, #CybotCookiebotDialogBodyContentTitle {
        font-family: 'Segoe UI',Arial,Helvetica,Verdana,sans-serif
    }

#CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising, #CybotCookiebotDialogDetailBodyContentCookieContainerNecessary, #CybotCookiebotDialogDetailBodyContentCookieContainerPreference, #CybotCookiebotDialogDetailBodyContentCookieContainerStatistics, #CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
    margin: 0
}

#CybotCookiebotDialogPoweredbyLink {
    position: absolute;
    z-index: 2147483646;
    width: 48px;
    height: 36px;
    margin-left: 16px;
    margin-right: 0;
    margin-top: 20px
}

div[dir=rtl] #CybotCookiebotDialogPoweredbyLink {
    margin-left: 0;
    margin-right: 16px
}

#CybotCookiebotDialogPoweredbyImage {
    border: none;
    padding: 0;
    margin: 1px 0 0 1px;
    width: 46px
}

#CybotCookiebotDialogBody {
    width: 100%;
    z-index: 2147483647;
    vertical-align: top;
    overflow: hidden
}

#CybotCookiebotDialogBodyContent {
    min-height: 32px;
    font-size: 10.5pt;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    padding: 16px 12px 4px 80px
}

div[dir=rtl] #CybotCookiebotDialogBodyContent {
    padding-left: 12px;
    padding-right: 80px
}

#CybotCookiebotDialogBodyContentControls {
    min-height: 10px;
    font-size: 9.5pt;
    font-weight: 400;
    line-height: 130%;
    padding: 12px 0 8px 80px
}

div[dir=rtl] #CybotCookiebotDialogBodyContentControls {
    padding-left: 0;
    padding-right: 80px
}

.CybotCookiebotDialogBodyContentControlsWrapper {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    margin-left: 0;
    line-height: 16px
}

div[dir=rtl] .CybotCookiebotDialogBodyContentControlsWrapper {
    margin-right: 0;
    margin-left: 14px
}

#CybotCookiebotDialogBodyContentTitle {
    font-size: 18pt;
    font-weight: 700;
    line-height: 110%;
    padding: 0;
    margin: 0;
    color: #000000;
    display: block;
    position: static;
    text-align: left
}

#CybotCookiebotDialogBodyContentText {
    margin-top: 14px;
    margin-bottom: 12px;
    text-align: left
}

    #CybotCookiebotDialogBodyContentText ul {
        display: block;
        list-style-type: disc;
        margin: 1em 0 1.25em;
        padding: 0 0 0 40px
    }

        #CybotCookiebotDialogBodyContentText ul li {
            display: list-item;
            list-style-type: disc;
            padding: 0;
            margin: 0
        }

#CybotCookiebotDialogBodyButtons {
    display: block;
    margin: 0 12px 18px 6px;
    z-index: 10;
    padding-left: 62px;
    padding-right: 0
}

div[dir=rtl] #CybotCookiebotDialogBodyButtons {
    margin: 0 6px 18px 12px;
    padding-left: 0;
    padding-right: 62px
}

#CybotCookiebotDialogBodyButtons a, #CybotCookiebotDialogBodyButtons a:hover {
    text-decoration: none;
    color: #ffffff
}

.CybotCookiebotDialogBodyButton {
    display: inline-block;
    padding: 1px 4px 3px;
    z-index: 10;
    font-size: 9.5pt;
    font-weight: 600;
    margin-left: 12px;
    margin-right: 0;
    margin-top: 8px;
    text-align: center;
    white-space: nowrap;
    min-width: 80px
}

div[dir=rtl] .CybotCookiebotDialogBodyButton {
    margin-left: 0;
    margin-right: 12px
}

#CybotCookiebotDialogBodyButtonAccept {
    background-color: #f7a600;
    border: 1px solid #f7a600
}

#CybotCookiebotDialogBodyButtonDecline {
    background-color: #333333;
    border: 1px solid #333333
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, #CybotCookiebotDialogBodyLevelDetailsButton {
    display: inline-block;
    color: #000000;
    text-decoration: none;
    font-size: 9pt;
    margin-top: 8px;
    text-align: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAMAAAAmGUT3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI3NDEyNDEwNzk0MjExRTQ5RUE5RkRFMUQ3MEU1NTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI3NDEyNDExNzk0MjExRTQ5RUE5RkRFMUQ3MEU1NTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qjc0MTI0MEU3OTQyMTFFNDlFQTlGREUxRDcwRTU1NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qjc0MTI0MEY3OTQyMTFFNDlFQTlGREUxRDcwRTU1NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70ohqeAAAABlBMVEVgYGAAAAAPhzbbAAAAAnRSTlP/AOW3MEoAAAAjSURBVHjaYmBkYAQBBkYGIAAxQBQcQ/ggCiLFCGFBCIAAAwADkwAg7Yr51AAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    background-position: right;
    background-position: 12px;
    background-position: right 12px;
    border-left: 0;
    border-right: 5px solid transparent;
    padding: 7px 19px 0 0
}

div[dir=rtl] #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink, div[dir=rtl] #CybotCookiebotDialogBodyLevelDetailsButton {
    padding-left: 19px;
    padding-right: 0;
    background-position: left;
    background-position: 12px;
    background-position: left 12px;
    border-left: 5px solid transparent;
    border-right: 0
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelDetailsButton, div[dir=rtl] .CybotCookiebotDialogBodyLevelDetailsButtonExpanded {
    background-position: left !important;
    background-position: 5px !important;
    background-position: left 5px !important
}

#CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyLink:hover, #CybotCookiebotDialogBodyLevelDetailsButton:hover {
    color: #000000;
    text-decoration: underline
}

.CybotCookiebotDialogBodyLevelDetailsButtonExpanded, .CybotCookiebotDialogBodyLinkExpanded {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0QzAwODExNzk0MjExRTQ4QzBERTBGMTkxMUY2M0M0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU0QzAwODEyNzk0MjExRTQ4QzBERTBGMTkxMUY2M0M0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTRDMDA4MEY3OTQyMTFFNDhDMERFMEYxOTExRjYzQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTRDMDA4MTA3OTQyMTFFNDhDMERFMEYxOTExRjYzQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz576KdnAAAATklEQVR42kyO2xEAMQgCJZ3afxFcyGRz+uMD3EHdXbYrJSltrz4Dt4UBNfsWPG614oRwO2Q/Eg+IwvnDj8kjk+48MzmZeNYI/4jRPwEGAFy/MS7NcXxJAAAAAElFTkSuQmCC) !important
}

a#CybotCookiebotDialogBodyLevelDetailsButton {
    text-decoration: none;
    padding-top: 0;
    padding-left: 4px;
    margin: 1px 0 0;
    background-position: right;
    background-position: 5px;
    background-position: right 5px;
    text-align: left;
    color: #000000;
    line-height: 16px
}

div[dir=rtl] a#CybotCookiebotDialogBodyLevelDetailsButton {
    text-align: right
}

a#CybotCookiebotDialogBodyLevelDetailsButton:hover {
    text-decoration: none;
    color: #000000
}

#CybotCookiebotDialogBodyButtonDetails {
    display: inline-block;
    float: right;
    outline: 0
}

div[dir=rtl] #CybotCookiebotDialogBodyButtonDetails {
    float: left
}

#CybotCookiebotDialogBodyButtonDetails:focus, #CybotCookiebotDialogBodyLevelDetailsButton:focus {
    text-decoration: underline
}

#CybotCookiebotDialogBodyLevelWrapper {
    display: none;
    text-align: right;
    padding-left: 4px;
    padding-right: 12px;
    pointer-events: none
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelWrapper {
    text-align: left;
    padding-left: 12px;
    padding-right: 4px
}

#CybotCookiebotDialogBodyLevelButtons {
    font-size: 9pt;
    float: left;
    margin-left: 8px;
    margin-right: 0;
    pointer-events: auto
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelButtons {
    float: right;
    margin-left: 0;
    margin-right: 8px
}

#CybotCookiebotDialogBodyLevelButtonsTable {
    display: inline-table;
    margin: 5px 0 4px
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelButtonsTable {
    margin-left: 0;
    margin-right: 0
}

#CybotCookiebotDialogBodyLevelButtonsRow {
    display: table-row
}

#CybotCookiebotDialogBodyLevelButtonsSelectPane {
    display: table-cell;
    border: 1px solid #cccccc;
    padding: 4px 3px 3px 9px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    text-align: left;
    vertical-align: top
}

a#CybotCookiebotDialogBodyLevelButtonAccept, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    background-color: #f7a600;
    border: 1px solid #f7a600
}

#CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-right: 0;
    pointer-events: auto
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelButtonAcceptWrapper {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 0
}

a#CybotCookiebotDialogBodyLevelButtonAccept {
    display: inline-block;
    padding: 3px 10px;
    min-width: 80px;
    color: #ffffff;
    text-decoration: none;
    margin-left: 0;
    margin-top: 6px;
    z-index: 10;
    font-size: 9.5pt;
    font-weight: 600;
    margin-right: 0;
    text-align: center;
    white-space: nowrap
}

    a#CybotCookiebotDialogBodyLevelButtonAccept:hover, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll:hover, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection:hover, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll:hover {
        color: #ffffff;
        text-decoration: none
    }

#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: inline-block;
    float: right;
    margin-left: 0;
    margin-right: 0;
    pointer-events: auto;
    padding-bottom: 2px
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 2px
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll, a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection, a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    display: inline-block;
    padding: 1px 4px 3px;
    color: #ffffff;
    text-decoration: none;
    margin-top: 6px;
    height: 16px;
    z-index: 10;
    font-size: 9.5pt;
    font-weight: 600;
    text-align: center;
    white-space: nowrap
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll {
    background-color: #333333;
    border: 1px solid #333333
}

a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    background-color: #188600;
    border: 1px solid #188600
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelButtonsSelectPane {
    text-align: right;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0
}

.CybotCookiebotDialogBodyLevelButtonWrapper {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    margin-left: 0;
    line-height: 16px
}

div[dir=rtl] .CybotCookiebotDialogBodyLevelButtonWrapper {
    margin-right: 0;
    margin-left: 14px
}

.CybotCookiebotDialogBodyLevelButtonWrapper:last-of-type {
    margin-right: 7px;
    margin-left: 0
}

div[dir=rtl] .CybotCookiebotDialogBodyLevelButtonWrapper:last-of-type {
    margin-right: 0;
    margin-left: 7px
}

.CybotCookiebotDialogBodyLevelButtonWrapper label {
    white-space: nowrap
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer
}

    input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label:after, input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label:before {
        content: normal
    }

    input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled {
        cursor: default
    }

    input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label {
        background-image: url();
        background-repeat: no-repeat;
        height: auto;
        min-height: 14px;
        width: auto;
        display: inline-block;
        padding: 1px 0 0 17px;
        position: relative;
        top: 0;
        left: 0;
        z-index: 1;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0;
        background-position: left 1px;
        vertical-align: top;
        line-height: 16px;
        font-size: inherit;
        color: inherit
    }

div[dir=rtl] input[type=checkbox].CybotCookiebotDialogBodyLevelButton + label {
    background-position: right 1px;
    padding: 2px 17px 0 0
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
    background-image: url();
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    min-height: 14px;
    display: inline-block;
    padding: 1px 0 0 17px;
    background-position: left 1px;
    vertical-align: top;
    line-height: 16px
}

div[dir=rtl] input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked + label {
    background-position: right 1px;
    padding: 2px 17px 0 0
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label {
    background-image: url();
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    min-height: 14px;
    display: inline-block;
    padding: 1px 0 0 17px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: default;
    background-position: left 1px;
    vertical-align: top;
    line-height: 16px
}

div[dir=rtl] input[type=checkbox].CybotCookiebotDialogBodyLevelButton.CybotCookiebotDialogBodyLevelButtonDisabled + label {
    background-position: right 1px;
    padding: 2px 17px 0 0
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:focus + label {
    background-image: url();
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    min-height: 14px;
    display: inline-block;
    padding: 1px 0 0 17px;
    background-position: left 1px;
    vertical-align: top;
    line-height: 16px
}

div[dir=rtl] input[type=checkbox].CybotCookiebotDialogBodyLevelButton:focus + label {
    background-position: right 1px;
    padding: 2px 17px 0 0
}

input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked:focus + label {
    background-image: url();
    background-repeat: no-repeat;
    height: auto;
    width: auto;
    min-height: 14px;
    display: inline-block;
    padding: 1px 0 0 17px;
    background-position: left 1px;
    vertical-align: top;
    line-height: 16px
}

div[dir=rtl] input[type=checkbox].CybotCookiebotDialogBodyLevelButton:checked:focus + label {
    background-position: right 1px;
    padding: 2px 17px 0 0
}

#CybotCookiebotDialogBodyLevelDetailsWrapper {
    display: table-cell;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-left: none;
    height: 14px;
    padding: 4px 0 4px 4px;
    text-align: left;
    vertical-align: top;
    cursor: pointer
}

div[dir=rtl] #CybotCookiebotDialogBodyLevelDetailsWrapper {
    border: 1px solid #cccccc;
    border-right: none;
    text-align: right;
    padding: 4px 4px 4px 0
}

#CybotCookiebotDialogDetail {
    display: none;
    background-color: #ffffff;
    padding-top: 0;
    padding-bottom: 1px;
    overflow: auto
}

#CybotCookiebotDialogDetailBody {
    max-width: 632px;
    padding: 0 12px;
    vertical-align: top
}

div[dir=rtl] #CybotCookiebotDialogDetailBody {
    text-align: right
}

#CybotCookiebotDialogDetailBodyContent {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #cccccc;
    border-bottom: 4px solid #cccccc;
    height: 170px
}

    #CybotCookiebotDialogDetailBodyContent a {
        font-size: 9pt
    }

#CybotCookiebotDialogDetailBodyContentTabs a {
    font-size: 10.5pt
}

#CybotCookiebotDialogDetailBodyContentText {
    padding: 8px;
    font-size: 10pt
}

#CybotCookiebotDialogDetailBodyContentTabs {
    position: relative;
    height: auto;
    display: inline-block;
    white-space: nowrap
}

.CybotCookiebotDialogDetailBodyContentTabsItem, .CybotCookiebotDialogDetailBodyContentTabsItemSelected {
    border-right: 1px solid #cccccc;
    position: relative;
    top: 1px;
    z-index: 10;
    white-space: normal;
    line-height: 100%;
    display: inline-block;
    border-top: 1px solid #cccccc
}

a.CybotCookiebotDialogDetailBodyContentTabsItem {
    margin: 0;
    text-decoration: none !important
}

    a.CybotCookiebotDialogDetailBodyContentTabsItem:focus, a.CybotCookiebotDialogDetailBodyContentTabsItem:hover {
        text-decoration: none !important;
        background-color: #ffffff !important;
        color: #000000 !important;
        opacity: .9;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc
    }

a.CybotCookiebotDialogDetailBodyContentTabsItemSelected {
    margin: 0;
    text-decoration: none !important;
    color: #000000 !important;
    opacity: 1
}

    a.CybotCookiebotDialogDetailBodyContentTabsItemSelected:focus, a.CybotCookiebotDialogDetailBodyContentTabsItemSelected:hover {
        text-decoration: none !important;
        color: #000000 !important;
        cursor: default;
        border-top: 1px solid #cccccc;
        border-right: 1px solid #cccccc
    }

.CybotCookiebotDialogDetailBodyContentTabsItem {
    background: #f5f5f5;
    color: #000000 !important;
    opacity: .85;
    font-size: 10.5pt;
    font-weight: 400;
    margin-top: 1px;
    cursor: pointer;
    padding: 7px 18px 5px
}

    .CybotCookiebotDialogDetailBodyContentTabsItem:first-of-type {
        border-left: 1px solid #cccccc
    }

.CybotCookiebotDialogDetailBodyContentTabsItemSelected {
    background: #ffffff;
    color: #000000;
    font-size: 10.5pt;
    font-weight: 400;
    padding: 8px 18px 6px
}

.CybotCookiebotDialogDetailBodyContentTab:first-child {
    border-left: 1px solid #cccccc;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0;
    border-radius: 4px 0 0
}

div[dir=rtl] .CybotCookiebotDialogDetailBodyContentTab:first-child {
    border-left: none;
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0
}

.CybotCookiebotDialogDetailBodyContentTab {
    border-left: none
}

div[dir=rtl] .CybotCookiebotDialogDetailBodyContentTab {
    border-left: 1px solid #cccccc
}

#CybotCookiebotDialogDetailFooter {
    padding-top: 4px;
    padding-right: 2px;
    color: #000000;
    text-align: right;
    opacity: .85;
    background-color: #ffffff
}

div[dir=rtl] #CybotCookiebotDialogDetailFooter {
    text-align: left
}

#CybotCookiebotDialogDetailFooter a {
    color: #000000
}

#CybotCookiebotDialogDetailBodyContentTextAbout {
    padding: 18px 12px 12px;
    font-size: 9pt;
    height: 140px;
    overflow: auto;
    display: none
}

#CybotCookiebotDialogDetailBodyContentTextOverview {
    display: inline-block
}

#CybotCookiebotDialogDetailBodyContentTextIABv2 {
    text-overflow: ellipsis;
    word-wrap: break-word
}

#CybotCookiebotDialogDetailBodyContentTabsIABv2, #CybotCookiebotDialogDetailBodyContentTextIABv2 {
    display: none
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypes, #CybotCookiebotDialogDetailBodyContentIABv2Tabs {
    float: left;
    white-space: nowrap;
    padding: 0;
    background-color: #f5f5f5;
    font-size: 9pt
}

div[dir=rtl] #CybotCookiebotDialogDetailBodyContentCookieContainerTypes, div[dir=rtl] #CybotCookiebotDialogDetailBodyContentIABv2Tabs {
    float: right
}

#CybotCookiebotDialogDetailBodyContentCookieContainerTypeDetails, #CybotCookiebotDialogDetailBodyContentIABv2Details {
    padding: 12px;
    font-size: 9pt;
    overflow: auto;
    height: 146px;
    max-height: 146px
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected, .CybotCookiebotDialogDetailBodyContentIABv2TabSelected {
    padding: 8px;
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #ffffff;
    border-left: none;
    display: block;
    text-decoration: none !important;
    color: #000000 !important
}

div[dir=rtl] .CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected, div[dir=rtl] .CybotCookiebotDialogDetailBodyContentIABv2TabSelected {
    border-left: 1px solid #ffffff;
    border-right: none
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes, .CybotCookiebotDialogDetailBodyContentIABv2Tab {
    padding: 8px;
    cursor: pointer;
    background-color: #f5f5f5;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: none;
    display: block;
    text-decoration: none !important;
    color: #000000 !important;
    opacity: 1
}

    .CybotCookiebotDialogDetailBodyContentCookieContainerTypes:first-child, .CybotCookiebotDialogDetailBodyContentIABv2Tab:first-child {
        border-top: 1px solid #cccccc
    }

.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:first-child {
    border-top: 1px solid #ffffff
}

#CybotCookiebotDialogDetailBodyContentIABv2Tabs a:first-child {
    border-top: 0
}

.CybotCookiebotDialogDetailBodyContentCookieContainerTypes label, .CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected label, .CybotCookiebotDialogDetailBodyContentIABv2Tab label, .CybotCookiebotDialogDetailBodyContentIABv2TabSelected label {
    cursor: pointer;
    display: none;
    margin: 0
}

div[dir=rtl] .CybotCookiebotDialogDetailBodyContentCookieContainerTypes, div[dir=rtl] .CybotCookiebotDialogDetailBodyContentIABv2Tab {
    border-left: 1px solid #cccccc;
    border-right: none
}

a.CybotCookiebotDialogDetailBodyContentCookieContainerTypes:focus, a.CybotCookiebotDialogDetailBodyContentCookieContainerTypes:hover, a.CybotCookiebotDialogDetailBodyContentIABv2Tab:focus, a.CybotCookiebotDialogDetailBodyContentIABv2Tab:hover {
    text-decoration: none !important;
    background: #ffffff !important;
    color: #000000 !important;
    opacity: 1;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-left: none
}

a.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:focus, a.CybotCookiebotDialogDetailBodyContentCookieContainerTypesSelected:hover, a.CybotCookiebotDialogDetailBodyContentIABv2TabSelected:focus, a.CybotCookiebotDialogDetailBodyContentIABv2TabSelected:hover {
    text-decoration: none !important;
    color: #000000 !important;
    cursor: default;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #ffffff;
    border-left: none
}

#CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising, #CybotCookiebotDialogDetailBodyContentCookieTabsPreference, #CybotCookiebotDialogDetailBodyContentCookieTabsStatistics, #CybotCookiebotDialogDetailBodyContentCookieTabsUnclassified, #CybotCookiebotDialogDetailBodyContentIABv2TabFeatures, #CybotCookiebotDialogDetailBodyContentIABv2TabPartners {
    display: none
}

.CybotCookiebotDialogBodyLevelButtonIABContainer {
    border: 1px solid #ccc;
    padding: 4px 4px 4px 8px;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden
}

.CybotCookiebotDialogBodyLevelButtonIABContainerCollapsed {
    border: 1px solid #ccc;
    padding: 4px 4px 4px 8px;
    margin-bottom: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 18px;
    overflow: hidden
}

.CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide, .CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow {
    display: inline-block;
    position: relative;
    height: 20px;
    width: 16px;
    background-repeat: no-repeat;
    background-position: left;
    background-position: 6px top;
    background-position: left 6px;
    float: right
}

.CybotCookiebotDialogBodyLevelButtonIABContainerToggleShow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAMAAAAmGUT3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI3NDEyNDEwNzk0MjExRTQ5RUE5RkRFMUQ3MEU1NTZDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI3NDEyNDExNzk0MjExRTQ5RUE5RkRFMUQ3MEU1NTZDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6Qjc0MTI0MEU3OTQyMTFFNDlFQTlGREUxRDcwRTU1NkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6Qjc0MTI0MEY3OTQyMTFFNDlFQTlGREUxRDcwRTU1NkMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz70ohqeAAAABlBMVEVgYGAAAAAPhzbbAAAAAnRSTlP/AOW3MEoAAAAjSURBVHjaYmBkYAQBBkYGIAAxQBQcQ/ggCiLFCGFBCIAAAwADkwAg7Yr51AAAAABJRU5ErkJggg==)
}

.CybotCookiebotDialogBodyLevelButtonIABContainerToggleHide {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjU0QzAwODExNzk0MjExRTQ4QzBERTBGMTkxMUY2M0M0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjU0QzAwODEyNzk0MjExRTQ4QzBERTBGMTkxMUY2M0M0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTRDMDA4MEY3OTQyMTFFNDhDMERFMEYxOTExRjYzQzQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTRDMDA4MTA3OTQyMTFFNDhDMERFMEYxOTExRjYzQzQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz576KdnAAAATklEQVR42kyO2xEAMQgCJZ3afxFcyGRz+uMD3EHdXbYrJSltrz4Dt4UBNfsWPG614oRwO2Q/Eg+IwvnDj8kjk+48MzmZeNYI/4jRPwEGAFy/MS7NcXxJAAAAAElFTkSuQmCC)
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable {
    padding: 0;
    margin: 8px 0 0;
    font-size: 9pt;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

    .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td, .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
        background-color: #f5f5f5 !important;
        color: #000000 !important;
        text-align: left;
        vertical-align: top;
        padding: 2px;
        border-bottom: 1px solid #cccccc;
        font-weight: 400
    }

div[dir=rtl] .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead td, div[dir=rtl] .CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th {
    text-align: right
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    text-align: left;
    vertical-align: top;
    padding: 4px;
    max-width: 72px;
    overflow: hidden;
    font-size: 9pt;
    color: #000000 !important
}

    .CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td:last-child {
        border-right: 0
    }

div[dir=rtl] .CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
    text-align: right
}

.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td.CybotCookiebotDialogDetailBodyContentCookieTypeTableEmpty {
    border: none;
    border-top: 1px solid #cccccc;
    padding: 4px 0 0
}

.CybotCookiebotDialogBodyLevelButtonIABHeader, .CybotCookiebotDialogBodyLevelSectionIAB {
    margin-top: 2px;
    padding-top: 8px;
    border-top: 1px solid #cccccc;
    margin-bottom: 12px
}

#CybotCookiebotDialogBodyIABIntro, .CybotCookiebotDialogBodyIABIntroContainer {
    margin-bottom: 12px
}

.CybotCookiebotDialogBodyLevelButtonIABHeader {
    font-weight: 700;
    text-transform: uppercase
}

.CybotCookiebotDialogBodyLevelButtonIABDescription {
    margin-top: 8px;
    margin-bottom: 12px
}

.CybotCookiebotDialogBodyLevelButtonIABLabel {
    font-weight: 700
}

ul.CybotCookiebotDialogBodyLevelButtonIABBullet {
    list-style-type: disc;
    margin: 3px 0 0;
}

.CybotCookiebotDialogBodyLevelButtonIABHeaderToggle {
    float: right
}

.CybotCookiebotDialogBodyContentLabelPersonalInformation {
    font-weight: 400 !important
}

 * */