/* ******************************************************************************
*********************************************************************************
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;
}

/* to prevent ajax-loader.gif error */
.slick-loading .slick-list {
  background: none !important;
}
/* ******************************************************************************
*********************************************************************************
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 {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff;
}

/**
* 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-section .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.banner-section .row-fluid [class*="span"] {
    min-height: auto !important;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Lemon Milk Pro Ultra Bold";
  src:url(//blog.fette-beute.com/hubfs/raw_assets/public/Triljen-May2020/fonts/lemon-milk-pro-ultra-bold.woff);
  font-style: normal;
  font-weight: 900;
}


@font-face {
  font-family: "Lemon Milk Pro Ultra Light";
  src:url(//blog.fette-beute.com/hubfs/raw_assets/public/Triljen-May2020/fonts/lemon-milk-pro-ultra-light.woff);
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Anko Regular Italic";
  src:url(//blog.fette-beute.com/hubfs/raw_assets/public/Triljen-May2020/fonts/anko-regular-italic.woff);
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Anko Regular";
  src:url(//blog.fette-beute.com/hubfs/raw_assets/public/Triljen-May2020/fonts/anko-regular.woff);
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: ;
}

body {
  font-family: Lato, serif;
  line-height: 1.5;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Anko Regular",sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

blockquote {
  line-height: 1.5;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
  font-size: 2rem;
}

@media (min-width: 576px){
  p,
  blockquote,ul,ol {
    font-size: 1.4rem;
  }

}

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

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

h1 {
  font-size: 2.1remrem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6remrem;
  line-height: 1.2;
  text-transform: uppercase;
}

h3 {
  font-size: 1.25remrem;
  line-height: 1.2;
  text-transform: uppercase;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175remrem;
  line-height: 1.2;
  text-transform: uppercase;
}

h5 {
  font-size: 1remrem;
  line-height: 1.2;
  text-transform: uppercase;
}

h6 {
  font-size: .9remrem;
  line-height: 1.2;
  text-transform: uppercase;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: "Anko Regular",sans-serif;
}



ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 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;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

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



@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
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: 700px;
    font-family: Lato, sans-serif;
  }
  .hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    line-height: 1.5;
    position: relative;
    text-align: center;
    transition: all 0.15s linear;
    background-color: #494A52;
    border-color: #494A52;
    color: #fff;
    border-radius: 6px;
    border-style: solid;
    border-width: 1px;
    font-size: .92rem;
    padding: 15px 53px;
    
    text-decoration: none;
  }
  
  .hs-button:hover, .hs-button:focus {
    background-color: #21222a;
    border-color: #21222a;
    
    color: #fff;
  }
  
  .hs-button:active {
    background-color: #71727a;
    border-color: #71727a;
  }
  
  
  .hs-form label {
    font-size: .83rem;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: normal;
    text-align: left;
    line-height: 1.2;
    padding-top: 0;
    margin-bottom: 4px;
  }
  
  .hs-error-msgs label {
    margin-top: .5rem;
    color: #f2545b !important;
  }
  
  .hs-form label {
   font-size: 2rem;
  }
  
  @media (min-width: 576px){
    .hs-form label {
      font-size: 1.4rem;
    }
  
  }
  
  .hs-input,
  .hs-search-field__input,
  input#hs-pwd-widget-password {
    display: inline-block;
    width: 100%;
    height: 58px;
    padding: 9px 9px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: #33475b;
    background-color: #ffffff;
    border: 2px solid #D1D6DC;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  
  .hs-input[type=checkbox],
  .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
  }
  
  .hs-input[type=file] {
    background-color: #fff;
    padding: initial;
    border: initial;
    line-height: initial;
    box-shadow: none;
  }
  
  .hs-input:-moz-placeholder {
    color: #bfbfbf;
  }
  
  .hs-input::-webkit-input-placeholder {
    color: #bfbfbf;
  }
  
  .hs-input input,
  .hs-input textarea {
    transition: border 0.2s linear;
  }
  .hs-input:focus {
    outline: none;
    border-color: rgba(82, 168, 236, 0.8);
  }
  
  textarea.hs-input {
    height: auto;
  }
  
  select[multiple].hs-input {
    height: inherit;
  }
  
  /* Force single column fields to full width inside of fieldsets */
  fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
    width: 100% !important;
  }
  
  input.hs-input.error,
  div.field.error input,
  div.field.error textarea,
  div.field.error .chzn-choices,
  textarea.hs-input.error,
  select.hs-input.error {
    border-color: #c87872;
  }
  input.hs-input.error:focus,
  div.field.error input:focus,
  div.field.error textarea:focus,
  div.field.error .chzn-choices:focus,
  textarea.hs-input.error:focus,
  select.hs-input.error:focus {
    border-color: #b9554d;
  }
  
  .actions {
    padding: 0;
  }
  
  .inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 0;
  }
  .inputs-list > li {
    display: block;
    padding: 0;
    width: 100%;
    padding-top: 0;
  }
  .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
  }
  .inputs-list:first-child {
    padding-top: 6px;
  }
  .inputs-list > li + li {
    padding-top: 2px;
  }
  .inputs-list label > input,
  .inputs-list label > span {
    vertical-align: middle;
  }
  
  ul.no-list {
    list-style: none;
  }
  
  .field {
    margin-bottom: 18px;
  }
  
  .hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    font-size: 14px;
  }
  
  .hs-form-required {
    color: red;
  }
  
  .hs-richtext {
    margin-bottom: 3px;
    line-height: 1.2;
    font-size: 1rem;
    color: rgba(73, 74, 82, 1.0);
  }
  .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;
  }
  
  @media (max-width:767px){
    form {
      max-width: 100% !important;
      margin-bottom: 40px;
    }
  
    form .hs-form-field {
      width: 100% !important;
    }
  
    form .hs-form-field .input {
      margin: 0 !important;
    }
  }
  @media (max-width:479px){
    input[type="text"],
    input[type="password"], 
    input[type="datetime"], 
    input[type="datetime-local"], 
    input[type="date"], 
    input[type="month"], 
    input[type="time"], 
    input[type="week"], 
    input[type="number"], 
    input[type="email"], 
    input[type="url"], 
    input[type="search"], 
    input[type="tel"], 
    input[type="color"],
    input[type="file"],
    textarea,
    select {
      width: 100% !important;
    }
  }
  
  /* ===============
     BELOW ADDED BY MM 
     =============== *//* =============== BELOW ADDED BY MM =============== */
  
  .hs-form label span{
      font-family: "Lemon Milk Pro Ultra Bold";
      font-size 1rem;
      text-transform: uppercase;
    
  }
  .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,
  form input,
  form select,
  form textarea,
  .hs-input,
  .hs-search-field__input,
  input#hs-pwd-widget-password
  {
       border-color: black!important;
       border-right: unset!important;
       border-right-color: unset!important;
       border-left: unset!important;
       border-left-color: unset!important;
       border-top: unset!important;
       border-top-color: unset!important;
       border-bottom: 1px solid black!important;
       border-bottom-color: black!important;
       border-radius: 0px !important;
  }
  
  
  .hs-anrede .input select{
      border-bottom: 1px solid black !important;
      padding-left: 0px;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-top: none !important;
      border-left: none !important;
      border-right: none !important;
      border-radius: 0px !important;
      display: block;
      margin-bottom: 10px;
  }
  
  /* IE Explorer Fix */
  .hs-anrede .input select::-ms-expand {
    display: none;
  }
  .hs-anrede .input {
    position: relative;
    float: left;
    min-width: 240px;
    width: 100%;
    margin-bottom: 10px;
  }
  .hs-anrede .input:after {
    background-image: url("data:image/svg+xml,%3Csvg height='29' viewBox='0 0 26 29' width='26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23124e75' stroke-linecap='square' stroke-width='2' transform='matrix(-1 0 0 1 23 2)'%3E%3Cpath d='m20.1 14.2-9.9 9.9-9.9-9.9'/%3E%3Cpath d='m10 1 .2 21.2'/%3E%3C/g%3E%3C/svg%3E");
    content: "";
    font-size: 18px;
    right: 10px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    height: 28px;
    width: 24px;
  }
  
  .hs-landing-page .hs-form .hs-submit input.hs-button{
      padding-left: 6rem !important;
      padding-right: 6rem !important;
  }
  
  ul.hs-error-msgs li:before{
  position: absolute;
  margin-top: -8px;
  }
  .hs-dependent-field{
  margin-bottom:1rem;
  }
  .hs-dependent-field span{
  text-transform: none!important;
  line-height:normal;
  }
  
  .hs-input[type="checkbox"], .hs-input[type="radio"] {
    text-transform: none!important;
    height: unset !important;
    margin:0px;
  }
  
  /* legal Checkboxes */
  .legal-consent-container ul{
    margin-bottom:0px!important;
  }

  .legal-consent-container [type="checkbox"]:checked + span,
    .legal-consent-container [type="checkbox"]:not(:checked) + span{
      padding-top: 10px;
    }
  @media (min-width: 1200px) {
    .legal-consent-container label *{
      font-size:1.125rem;
    }
  }
  @media (max-width: 575px) {
    .legal-consent-container [type="checkbox"]:checked + span,
    .legal-consent-container [type="checkbox"]:not(:checked) + span{
      padding-top: 10px;
    }
    .legal-consent-container label *{
      font-size:1.6rem;
    }
  }
  
  /* Checkbox */
  .legal-consent-container .hs-form-booleancheckbox-display > span{
    margin-left: 0px!important;
  }
  [type="checkbox"]:checked,
  [type="checkbox"]:not(:checked) {
      position: absolute;
      left: -9999px;
  }
  [type="checkbox"]:checked + span,
  [type="checkbox"]:not(:checked) + span{
      position: relative;
      padding-left: 28px;
      cursor: pointer;
        display: inline-block;
      font-size: 18px;
        text-transform:none;
        padding-top:12px;
  }
  
  [type="checkbox"]:not(:checked) + span:before{
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 20px;
      height: 20px;
      border: 1px solid black;
      background: #fff;
  }
  [type="checkbox"]:checked + span:before{
       content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 20px;
      height: 20px;
      border: 1px solid black;
          background: #fff;
  }
  
  [type="checkbox"]:not(:checked) + span:after {
      content: '';
      width: 20px;
      height: 20px;
      position: absolute;
      top: 8px;
      left: 0px;
      border: 1px solid black;
      background: #fff;
  }
  [type="checkbox"]:checked + span:after {
      content: '';
      width: 12px;
      height: 12px;
      background: url("https://7433215.fs1.hubspotusercontent-na1.net/hubfs/7433215/checkbox-checked-icon.svg") no-repeat;
      background-size:contain;
      position: absolute;
      top: 13px;
      left: 4px;
                      
  }
/* ******************************************************************************
*********************************************************************************
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;
}

table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}

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

table td, table tr {
  font-size: 2rem;
}


@media (min-width:576px){
  table td, table tr {
    font-size: 1.4rem;
  }
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

html {
  height: 100%;
}
.hs-landing-page hr {
  width: 100%;
  background-color: transparent;
  border-bottom-width: 1px;
  border-bottom-color: rgba(187, 122, 138, 1);
}
.hs-landing-page h1 {
  color: white;
}
.hs-landing-page h2,
.hs-landing-page h3,
.hs-landing-page h4,
.hs-landing-page h5,
.hs-landing-page h6 {
  color: #124e75 !important;
}
.hs-landing-page .footer h2 a,
.hs-landing-page .footer .logo h2 {
  color: #cdc8ff !important;
  margin-bottom: 0px !important;
}
.hs-landing-page h2,
.hs-landing-page h3,
.hs-landing-page h4,
.hs-landing-page h5 {
  font-family: "Lemon Milk Pro Ultra Bold";
}
.hs-landing-page h2,
.hs-landing-page h3,
.hs-landing-page h4,
.hs-landing-page ul,
.hs-landing-page ol {
  margin-bottom: 2rem;
}
.hs-landing-page h2{
  text-transform: none;
}
.hs-landing-page h5 {
  font-size: 2rem !important;
}
.hs-landing-page h5,
.hs-landing-page h6 {
  text-transform: none !important;
}
.hs-landing-page h6 {
  font-family: Lemon Milk Pro Light !important;
  font-size: 1.9rem !important;
}

.hs-landing-page .banner-section p,
.hs-landing-page .banner-section a,
.hs-landing-page .banner-section ul,
.hs-landing-page .banner-section ol {
  font-size: 1.125rem;
}

.hs-landing-page .hs-button,
.hs-landing-page .button--primary,
.hs-landing-page .cta_button {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif !important;
  font-weight: 900 !important;
  font-size: 1rem !important;
  background-color: transparent !important;
  border: 3px solid #124e75 !important;
  border-radius: 25px !important;
  color: #124e75 !important;
  padding: 12px 22px !important;
  text-transform: uppercase !important;
}
.big span {
  display: block;
}
.hs-landing-page h1.big span.indented {
  position: relative;
  top: -1rem;
  margin-left: 7rem;
}
.hs-landing-page h1.big span.indented::before {
  content: "—";
  position: absolute;
  left: -7rem;
}
.hs-landing-page .size-100-110 {
  font-size: 6.25rem;
  line-height: 1.1;
}
@media (max-width: 575px) {
  .hs-landing-page .size-100-110 {
    font-size: 5rem;
  }
  .hs-landing-page ul li {
    font-size: 2rem;
  }
  .banner-section h1.big span.indented {
    margin-left: 4rem;
  }
  .banner-section h1.big span.indented::before {
    left: -4rem;
  }
  .banner-section .light {
    font-size: 3rem;
  }
}
.hs-landing-page .regular {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
}

.hs-landing-page .banner-section {
  background-color: #124e75;
  color: #fff;
  min-height: 25vh;
  background-color: rgba(18, 78, 117, 1) !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 3rem !important;
  padding-top: 5.5rem !important;
  /*padding-left: 1.500000000000055rem;
  padding-right: 8.000000000000002rem;*/
}
@media (min-width: 1200px) {
  .hs-landing-page .banner-section {
    /*padding-left: 164.9999999592px;
    padding-right: 164.9999999592px;*/
  }
}
@media (max-width: 575px) {
  .hs-landing-page .banner-section {
    padding-top: 0rem !important;
    padding-bottom: 3rem !important;
  }
  .hs-landing-page .banner-section p,
  .hs-landing-page .banner-section a {
    font-size: 1.5rem;
  }
}
.hs-landing-page .banner-section p,
.hs-landing-page .banner-section a {
  font-size:1.5rem;
  line-height: 1.25;
  font-family: "Anko Regular",sans-serif;
  color: rgba(187, 122, 138, 1) !important;
}
.hs-landing-page .banner-section a {
  text-decoration: underline;
}

.hs-landing-page .dnd-section {
  padding-right: 8.000000000000002rem !important;
}
@media (max-width: 575px) {
  .hs-landing-page .banner-section .dnd-section {
    padding-right: 0rem !important;
  }
  .hs-landing-page .banner-section p,
  .hs-landing-page .banner-section a {
    font-size: 2rem;
  }
}
.hs-landing-page .dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}
.hs-form-booleancheckbox:before {
  display: none;
}

.legal-consent-container .hs-richtext:first-child p {
  font-family: "Lemon Milk Pro Ultra Bold";
}
.legal-consent-container .hs-richtext p,
.hs-dependent-field span {
  font-size: 0.8rem !important;
}
@media (max-width: 575px) {
  .legal-consent-container .hs-richtext p{
    font-size: 1.3rem!important;
  }
}
.hs-dependent-field span {
  font-family: inherit !important;
}

.body-container-wrapper .row-fluid .widget-span {
  justify-content: start !important;
}
.hs-recaptcha {
  float: left;
}

.hs-landing-page.body-wrapper {
  min-height: 100vh;
}

.banner-area a.cta_button{
    color:white!important;
    padding-left: 3rem !important;
    padding-right: 3rem !important;
    background:rgba(187,122,138,1)!important;
}
.hs-landing-page footer .d-lg-flex{
    margin-bottom: 2rem;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.full-width-page .full-width-section h2 {
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  color: #000;
}

.full-width-page .full-width-section p {
  line-height: 1.23;
  position: relative;
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  color: #124e75;
}

section.white.text.full-width-section {
  background-color: #fff;
  color: #124e75;
}

.full-width-page .full-width-section p a {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  color: #124e75;
  text-decoration: underline;
}

.full-width-page .full-width-section h3 {
  text-transform: uppercase;
  margin-top: 3rem;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  color: #124e75;
}

section.white.text.full-width-section .dnd-section {
  padding-bottom: 10rem;
}

.full-width-page .full-width-section ul li {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 2rem;
}

.full-width-page .full-width-section button {
  background-color: #00bda5;
  border: 1px solid #00bda5;
  border-radius: 3px;
  padding: 10px 16px;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  cursor: pointer;
}

.body-wrapper {
  background: #fff;
}

.home-page .section-one {
  min-height: 100vh;
  background-color: #124e75;
  color: #fff;
}

.home-page .section-one h2 {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 3.125rem;
  color: #fff;
}

.home-page .section-one h2 strong {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 10rem;
  line-height: 1;
  display: block;
}

.home-page .section-one h2 span {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 10rem;
  line-height: 1;
  display: block;
  top: -1.5rem;
  margin-left: 11rem;
  position: relative;
}

.home-page .section-one h2 span:before {
  content: "—";
  position: absolute;
  left: -11rem;
}

.home-page .section-one blockquote p {
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid;
  border-top-color: #bb7a8a;
  color: #bb7a8a;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.625;
}

.home-page .section-one blockquote,
.home-page .section-three blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.home-page .section-one .span4.dnd-column {
  margin: 0;
  margin-right: 38px;
}

.home-page .section-one .span4.dnd-column:last-child {
  margin: 0;
}

.home-page .section-one .span4.dnd-column:last-child p {
  text-align: center;
  border-top: 1px solid;
  font-size: 3.25rem;
  line-height: 1.23;
  position: relative;
  border-color: transparent;
  margin: 0;
  padding: 24px 0 0 0;
}

.home-page .section-one .span4.dnd-column:last-child p img {
  margin-top: 10px;
}

.home-page .section-two {
  position: relative;
  background-color: #fff;
  color: #124e75;
}

.home-page .section-two h2 {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 7rem;
  color: #000;
}

.home-page .section-two h2 strong {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
}

.home-page .section-two h2 span {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
  position: relative;
  top: -1rem;
  margin-left: 7rem;
}

.home-page .section-two h2 span:before {
  content: "—";
  position: absolute;
  left: -7rem;
}

.home-page .section-two blockquote {
  border: 0;
  margin: 0;
  padding: 0;
}

.home-page .section-two blockquote p {
  position: relative;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  color: #124e75;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid;
  border-top-color: #124e75;
}

.home-page .section-two .span6.dnd-column,
.home-page .section-three .span6.dnd-column {
  margin-right: 75px;
  margin-left: 0;
  width: 50%;
}

.home-page .section-two .span6.dnd-column:last-child,
.home-page .section-three .span6.dnd-column:last-child {
  margin: 0;
}

.home-page .section-two .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.home-page .section-two .hs_cos_gallery {
  margin: 7rem auto -6px auto;
  max-width: 1040px;
  position: relative;
}

.home-page .section-two .hs_cos_gallery ul.slick-dots {
  display: none !important;
}

.home-page .section-two .hs_cos_gallery_main button.slick-arrow {
  border-radius: 0;
  text-transform: none;
  cursor: pointer;
  height: 23px;
  border: 0;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: calc(100% + 23px);
  display: block;
  width: 42px;
  margin-top: -3px;
}

.home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-prev {
  background-position: left;
  left: calc(50% - 57px - 5px);
  background-image: url(//blog.fette-beute.com/hubfs/raw_assets/public/Triljen-May2020/images/arrow-back.svg);
}

.home-page .section-two .hs_cos_gallery_main button.slick-arrow:before {
  display: none;
}

.home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-next {
  background-position: right;
  right: calc(50% - 57px - 5px);
  background-image: url(//blog.fette-beute.com/hubfs/raw_assets/public/Triljen-May2020/images/arrow-forward.svg);
}

.home-page .section-three {
  background-color: #124e75;
  color: #fff;
  min-height: 100vh;
}

.home-page .section-three h2 {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 7rem;
  color: #fff;
}

.home-page .section-three h2 strong {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  text-transform: none;
  font-size: 6.25rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
  display: block;
}

.home-page .section-three h2 span {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
}

.home-page .section-three blockquote p {
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid;
  border-top-color: #bb7a8a;
  color: #bb7a8a;
  font-size: 1.5rem;
  line-height: 1.25;
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
}

.home-page .section-four h2 {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 7rem;
  color: #000;
}

.home-page .section-four h2 strong {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
}

.home-page .section-four h2 span {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 6.25rem;
  line-height: 1.1;
  position: relative;
  top: -1rem;
  margin-left: 7rem;
  display: block;
}

.home-page .section-four blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.home-page .section-four blockquote p {
  margin: 0;
  padding: 24px 0 0 0;
  color: #124e75;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5;
  border-top: 1px solid;
  border-top-color: #124e75;
}

.home-page .section-four h2 span:before {
  content: "—";
  position: absolute;
  left: -7rem;
}

.home-page .section-four .span6.dnd-column {
  width: 50%;
  margin-right: 75px;
  margin-left: 0;
}

.home-page .section-four .span6.dnd-column:last-child {
  margin-right: 0;
}

.home-page .section-four .dnd-section .values-row {
  margin-bottom: 5rem;
}

.home-page .black.section-five {
  background-color: #000;
  color: #bb7a8a;
  overflow: hidden;
}

.home-page .black.section-five h2 strong {
  font-family: "Anko Regular Italic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
}

.home-page .black.section-five h2 {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 7rem;
  color: #fff;
}

.home-page .black.section-five h2 span {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 0.5rem;
}

.home-page .black.section-five .span6.dnd-column {
  width: 50%;
  margin-right: 75px;
  margin-left: 0;
}

.home-page .black.section-five .span6.dnd-column:last-child {
  margin: 0;
}

.home-page .black.section-five blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.home-page .black.section-five blockquote p {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid;
  color: #cdc8ff;
}

.full-width-page a.back {
  position: fixed;
  top: 2vw;
  right: 5vw;
  font-size: 8rem;
  line-height: 1;
  color: #124e75;
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  border: none;
  background-color: transparent;
  z-index: 1;
  text-decoration: none;
}

.home-page .section-six .section-six-column1 h2 {
  color: #000;
  text-transform: none;
  margin-bottom: 7rem;
  font-size: 1.125rem;
  line-height: 1.33;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
}

.home-page .section-six .section-six-column1 h2 strong {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
}

.home-page .section-six .section-six-column1 h2 span {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 6.25rem;
  line-height: 1.1;
  display: block;
}

.home-page .section-six .section-six-column1 .span6.dnd-column {
  margin-right: 75px;
  margin-left: 0;
  width: 50%;
}

.home-page .section-six .section-six-column1 .span6.dnd-column:last-child {
  margin: 0;
}

.home-page .section-six .section-six-column1 blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid;
  border-top-color: #124e75;
}

.home-page .section-six .section-six-column1 blockquote p {
  margin: 0;
  padding: 24px 0 0 0;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #124e75;
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  position: relative;
}

.home-page .section-six .section-six-column2 .span6.dnd-column {
  position: relative;
  margin: 3.125rem 0 6.125rem 0;
}
.home-page .blue.section-seven {
  background-color: #124e75;
  color: #bb7a8a;
  overflow: hidden;
}
.home-page .blue.section-seven h2 {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 7rem;
  color: #fff;
}

.home-page .blue.section-seven h2 strong {
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  font-size: 6.875rem;
  line-height: 1.1;
  display: block;
  margin-bottom: 0.5rem;
}

.home-page .blue.section-seven h2 span {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  font-size: 6.875rem;
  line-height: 1.1;
  display: block;
}

.home-page .blue.section-seven .span6.dnd-column {
  width: 50%;
  margin-right: 75px;
  margin-left: 0;
}

.home-page .blue.section-seven .span6.dnd-column:last-child {
  margin-right: 0;
}

.home-page .blue.section-seven blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.home-page .blue.section-seven blockquote p {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  color: #bb7a8a;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid;
  border-top-color: #bb7a8a;
}

.home-page .section-eight h2 {
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: uppercase;
  /* margin-bottom: 3.125rem; */
  margin-bottom: 1rem;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  color: #000;
}

.home-page .section-nine h2 {
  color: #000;
  text-transform: none;
  margin-bottom: 7rem;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
}

.home-page .section-nine h2 i {
  font-family: "Anko Regular Italic", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 6.875rem;
  line-height: 1.1;
  display: block;
}

.home-page .section-nine h2 span {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 6.875rem;
  line-height: 1.1;
  display: block;
  position: relative;
  top: -1rem;
  margin-left: 9rem;
}

.home-page .section-nine h2 span:before {
  content: "—";
  position: absolute;
  left: -9rem;
}

.home-page .section-nine .span6.dnd-column {
  margin-right: 75px;
  margin-left: 0;
  width: 50%;
}

.home-page .section-nine .span6.dnd-column:last-child {
  margin-right: 0;
}

.home-page .section-nine blockquote {
  margin: 0;
  padding: 0;
  border: 0;
}

.home-page .section-nine blockquote p {
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
  color: #124e75;
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0;
  padding: 24px 0 0 0;
  border-top: 1px solid;
  border-top-color: #124e75;
}

.phone-numbers {
  margin: 5rem -2rem 5rem 0;
}

.phone-numbers > div {
  display: flex;
  flex-wrap: wrap;
}

.phone-numbers > div .span4.dnd-column {
  margin-bottom: 2rem;
  margin-right: 2rem;
  margin-left: 0;
  width: auto;
}

.phone-numbers h3 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #124e75;
}

.phone-numbers div p {
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
  font-size: 1.875rem;
  line-height: 1.23;
  position: relative;
}

.phone-numbers div p a {
  color: #124e75;
  font-family: "Lemon Milk Pro Ultra Light", sans-serif;
  font-weight: 100;
}

.home-page .section-nine .dnd-section .address-row h2 {
  color: #124e75;
  margin: 0 0 0.625rem 0;
  font-size: 1.125rem;
  line-height: 1.33;
  text-transform: uppercase;
}

.home-page .section-nine .dnd-section .address-row h2 + p {
  font-size: 3.25rem;
  line-height: 1.23;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
}

.home-page .section-nine .dnd-section .address-row h2 + p a {
  color: #124e75;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  font-size: 3.25rem;
  line-height: 1.23;
}

.home-page .section-nine {
  overflow: hidden;
}

.home-page .section-nine .dnd-section .address-row h2 + p a:hover {
  text-decoration: underline;
}

div#hs-eu-cookie-confirmation {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 4;
  bottom: 0;
  transition: bottom 0.5s ease-in;
  font-family: "" Lemon Milk Pro Ultra Light "", sans-serif;
  font-weight: 100;
  font-size: 12px;
  line-height: normal;
  padding: 1.6875rem 8rem 1.6875rem 1.5rem;
}

div#hs-eu-cookie-confirmation p:last-child {
  margin-bottom: 0;
}

div#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area a {
  font-family: "" Lemon Milk Pro Ultra Bold "", sans-serif;
  font-weight: 900;
  color: #fff;
  background-color: #124e75;
  padding: 1rem 1.375rem;
  border: none;
  margin-right: 20px;
  text-decoration: none;
  display: inline-block;
}

div#hs-eu-cookie-confirmation a {
  color: #000;
  text-decoration: underline;
}

.home-page .section-four .row-fluid [class*="span"] {
  min-height: auto;
}

.full-width-page .full-width-section button:focus {
  outline: 5px auto -webkit-focus-ring-color;
}

@media (min-width: 576px) {
  .full-width-page .full-width-section p {
    font-size: 1.4rem;
  }

  .full-width-page .full-width-section h3 {
    font-size: 1.4rem;
  }

  .full-width-page .full-width-section ul li {
    font-size: 1.4rem;
  }

  .home-page .section-two .hs_cos_gallery_main button.slick-arrow {
    width: 57px;
  }

  .home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-prev {
    left: calc(50% - 57px - 15px);
  }

  .home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-next {
    right: calc(50% - 57px - 15px);
  }

  div#hs-eu-cookie-confirmation {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .home-page .section-six .section-six-column2 .span6.dnd-column {
    width: calc(50% - 1rem) !important;
    margin: 3.125rem 0;
  }

  /*.home-page
    .section-six
    .section-six-column2
    .section6-row3
    .span6.dnd-column:last-child,
  .home-page
    .section-six
    .section-six-column2
    .section6-row4
    .span6.dnd-column:last-child {
    top: -3.125rem;
  }*/
}

@media (min-width: 1200px) {
  .home-page .section-two .hs_cos_gallery_main button.slick-arrow {
    top: calc(50% - 23px / 2);
  }

  .home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-prev {
    left: calc(-57px - 25px);
  }

  .home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-next {
    right: calc(-57px - 25px);
  }

  .home-page .section-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  div#hs-eu-cookie-confirmation {
    padding-left: 165px;
    padding-right: 165px;
  }

  .home-page .section-one {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media (min-width: 1500px) {
  .home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-prev {
    left: calc(-57px - 50px);
  }

  .home-page .section-two .hs_cos_gallery_main button.slick-arrow.slick-next {
    right: calc(-57px - 50px);
  }
}

@media (min-width: 1798px) {
  div#hs-eu-cookie-confirmation {
    padding-left: calc((100% - 1467px) / 2);
    padding-right: calc((100% - 1467px) / 2);
  }
}

@media (max-width: 1199px) {
  .full-width-page .dnd-section {
    padding-right: 1.5rem;
  }
}

@media (max-width: 991px) {
  .home-page .section-two .hs_cos_gallery {
    max-width: 1040px;
    margin: calc(24px + 5px) auto calc(23px * 2);
    position: relative;
  }

  .home-page .section-six .section-six-column2 .dnd-section .row-fluid {
    display: block !important;
  }

  .home-page .section-six .section-six-column2 .span6.dnd-column {
    position: relative;
    margin: 0 0 6.125rem 0;
    width: 100% !important;
  }

  .portraits.left-al {
    margin-top: 3.125rem;
  }
}

@media (max-width: 767px) {
  .full-width-page .full-width-section p {
    white-space: normal;
    word-break: break-word;
  }

  .home-page .section-one .span4.dnd-column {
    margin: 0;
    margin-right: 38px;
    display: inline-block;
    width: 44%;
    float: left;
  }

  .home-page .section-one .span4.dnd-column.section1-col2 {
    margin: 0;
  }

  .home-page .section-one .span4.dnd-column:last-child {
    display: none;
  }

  .home-page .section-two .span6.dnd-column,
  .home-page .section-three .span6.dnd-column {
    margin-right: 38px;
    margin-left: 0;
    width: 45%;
    float: left;
  }

  .home-page .section-four .dnd-section .values-row .span6.dnd-column {
    width: 45%;
    margin-right: 38px;
    margin-left: 0;
    float: left;
  }

  .home-page
    .section-four
    .dnd-section
    .values-row
    .span6.dnd-column:last-child {
    margin-right: 0px;
  }

  .home-page .section-four .span6.dnd-column {
    width: 100%;
    margin-right: 75px;
    margin-left: 0;
  }

  .home-page .black.section-five .span6.dnd-column {
    width: 45%;
    margin-right: 38px;
    margin-left: 0;
    float: left;
  }

  .home-page .section-six .section-six-column1 .span6.dnd-column {
    margin-right: 38px;
    margin-left: 0;
    width: 45%;
    float: left;
  }

  .home-page .blue.section-seven .span6.dnd-column {
    width: 45%;
    margin-right: 38px;
    margin-left: 0;
    float: left;
  }

  .home-page .section-nine .span6.dnd-column {
    margin-right: 38px;
    margin-left: 0;
    width: 45%;
    float: left;
  }

  .home-page .section-two h2 strong {
    font-size: 5.5rem;
  }

  .home-page .blue.section-seven h2 span,
  .home-page .section-six .section-six-column1 h2 span,
  .home-page .section-three h2 span {
    font-size: 5.5rem;
  }

  .home-page .blue.section-seven h2 strong,
  .home-page .section-six .section-six-column1 h2 strong,
  .home-page .section-three h2 strong {
    font-size: 5.5rem;
  }
}

@media (max-width: 575px) {
  .full-width-page .full-width-section p {
    font-size: 2rem;
  }

  .full-width-page .full-width-section h3 {
    font-size: 2rem;
  }

  .full-width-page a.back {
    position: fixed;
    top: 5vw;
  }

  .home-page .section-one h2 strong {
    font-size: 6rem;
  }

  .home-page .section-one h2 span {
    top: -0.9rem;
    margin-left: 6.6rem;
    font-size: 6rem;
  }

  .home-page .section-one h2 span:before {
    left: -6.6rem;
  }

  .home-page .section-one .span4.dnd-column {
    margin: 0;
    margin-right: 0;
    display: block;
    width: 100%;
    float: none;
  }

  .home-page .section-one blockquote p {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .home-page .section-one .span4.dnd-column.section1-col2 blockquote p {
    border: 0;
  }

  .home-page .section-two h2 strong {
    font-size: 3rem;
  }

  .home-page .section-two h2 span:before {
    left: -4.2rem;
  }

  .home-page .section-two .span6.dnd-column,
  .home-page .section-three .span6.dnd-column {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .home-page .section-two blockquote p {
    font-size: 1.5rem;
  }

  .home-page .section-two .span6.dnd-column:last-child blockquote p {
    border: 0;
  }

  .home-page .section-three h2 strong {
    font-size: 3.75rem;
  }

  .home-page .section-three h2 span {
    font-size: 3rem;
  }

  .home-page .section-three blockquote p {
    font-size: 1.8rem;
  }

  .home-page .section-three .span6.dnd-column:last-child blockquote p {
    border: 0;
  }

  .home-page .section-four h2 strong {
    font-size: 3.75rem;
  }

  .home-page .section-four h2 span {
    top: -0.6rem;
    margin-left: 4.2rem;
    font-size: 3.75rem;
  }

  .home-page .section-four h2 span:before {
    left: -4.2rem;
  }

  .home-page .section-four .dnd-section .values-row .span6.dnd-column {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }

  .home-page .section-four blockquote p {
    font-size: 1.5rem;
  }

  .home-page
    .section-four
    .dnd-section
    .values-row
    .span6.dnd-column:last-child
    blockquote
    p {
    border: 0;
  }

  .home-page .black.section-five .span6.dnd-column {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }

  .home-page .black.section-five blockquote p {
    font-size: 1.8rem;
  }

  .home-page .black.section-five h2 strong {
    font-size: 3.75rem;
  }

  .home-page .black.section-five h2 span {
    font-size: 3.75rem;
  }

  .home-page .black.section-five .span6.dnd-column:last-child blockquote p {
    border: 0;
  }

  .home-page .section-six .section-six-column1 .span6.dnd-column {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .home-page .section-six .section-six-column1 blockquote p {
    font-size: 1.8rem;
  }

  .home-page
    .section-six
    .section-six-column1
    .span6.dnd-column:last-child
    blockquote {
    border: 0;
  }

  .home-page .blue.section-seven h2 strong {
    font-size: 4.125rem;
  }

  .home-page .blue.section-seven h2 span {
    font-size: 4.125rem;
  }

  .home-page .blue.section-seven .span6.dnd-column {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }

  .home-page .blue.section-seven blockquote p {
    font-size: 1.8rem;
  }

  .home-page .blue.section-seven .span6.dnd-column:last-child blockquote p {
    border: 0;
  }

  .home-page .section-nine h2 i {
    font-size: 4.125rem;
  }

  .home-page .section-nine h2 span {
    margin-left: 5.4rem;
    font-size: 3.2rem;
    top: -0.6rem;
  }

  .home-page .section-nine h2 span:before {
    left: -5.4rem;
  }

  .home-page .section-nine .span6.dnd-column {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    float: none;
  }

  .home-page .section-nine blockquote p {
    font-size: 1.8rem;
  }

  .home-page .section-nine .span6.dnd-column:last-child blockquote p {
    border: 0;
  }

  .home-page .section-nine .dnd-section .address-row h2 + p,
  .home-page .section-nine .dnd-section .address-row h2 + p a {
    font-size: 3rem;
  }

  .home-page .section-two h2 span {
    top: -0.6rem;
    margin-left: 4.2rem;
    font-size: 3.75rem;
  }

  .home-page .section-six .section-six-column1 h2 strong {
    font-size: 3.75rem;
  }

  .home-page .section-six .section-six-column1 h2 span {
    font-size: 3.75rem;
  }
}

@media (max-width: 400px) {
  .full-width-page .full-width-section ul li {
    font-size: 1.85rem;
  }

  .home-page .section-six .section-six-column1 h2 span {
    font-size: 3.3rem;
  }

  .home-page .section-one h2 span {
    font-size: 5rem;
  }

  .home-page .blue.section-seven h2 strong {
    font-size: 2.5rem;
  }

  .home-page .blue.section-seven h2 span {
    font-size: 3.2rem;
    line-height: 1.5;
  }

  .home-page .section-nine .dnd-section .address-row h2 + p,
  .home-page .section-nine .dnd-section .address-row h2 + p a {
    font-size: 2rem;
  }

  .full-width-page .full-width-section h3 {
    font-size: 1.7rem;
  }
}

/* below added by mm */

.home-page .hs-rss-module {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: start;
}

.home-page .hs-related-blog-item,
.home-page .hs-rss-item {
  flex: 30% 1 1;
}
.home-page .hs-rss-item {
  margin-right: 3.333%;
}
@media (max-width: 575px) {
  .home-page .hs-related-blog-item,
  .home-page .hs-rss-item {
    flex: 100% 1 1;
  }
}
.home-page .hs-rss-item.hs-with-featured-image {
  display: flex;
  flex-direction: column-reverse;
}
.home-page .hs-rss-item.hs-with-featured-image > a {
  display: flex;
  flex-direction: column-reverse;
}
.hs-rss-item-image-wrapper {
  margin-bottom: 0.9375rem;
}

.hs-rss-item-image-wrapper,
.home-page .hs-rss-item-image-wrapper .img,
.hs-rss-item.hs-with-featured-image
  .hs-rss-item-image-wrapper
  .hs-rss-featured-image {
  width: auto !important;
  height: 180px;
  display: block;
}
#home-layout .hs-rss-item-image-wrapper .img,
#home-layout .hs-rss-item.hs-with-featured-image.hovered span.img {
  transition: background-size 150ms linear;
  -webkit-transition: background-size 150ms linear;
  -moz-transition: background-size 150ms linear;
  -ms-transition: background-size 150ms linear;
  -o-transition: background-size 150ms linear;
}
#home-layout .hs-rss-item.hs-with-featured-image.hovered span.img {
  background-size: 160% !important;
}
.home-page .hs-rss-item-text span,
.home-page .hs-rss-item-text h2 {
  color: rgba(18, 78, 117, 1);
  font-family: Lemon Milk Pro Ultra Bold;
  font-size: 1.4rem;
  font-weight: 900;
  text-transform: unset;
  margin-bottom: 0.6rem;
}
.home-page .hs-rss-description p {
  color: #666;
  font-size: 1.125rem;
  line-height: 1.22;
  font-family: "Anko Regular", sans-serif;
  font-weight: 400;
}
.home-page .hs-rss-description p a {
  display: none;
}
.home-page .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  width: unset;
  float: unset;
  padding-right: unset;
  box-sizing: unset;
}

/* Cookie Banner */
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner,
.cookie-banner {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  z-index: 4;
  bottom: 0;
  transition: bottom 500ms ease-in;
  font-size: 12px;
  right: 0;
  line-height: normal;
  padding: 1.6875rem 8rem 1.6875rem 1.5rem;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 70% !important;
  width: 40rem;
}
@media (min-width: 578px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner,
  .cookie-banner {
    font-size: 14px;
    max-width: 50% !important;
  }
  div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    div#hs-en-cookie-confirmation-buttons-area,
  div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    p.button_wrapper,
  .cookie-banner
    div#hs-eu-cookie-confirmation
    div#hs-eu-cookie-confirmation-inner
    div#hs-en-cookie-confirmation-buttons-area,
  .cookie-banner p.button_wrapper {
    text-align: center !important;
  }
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:last-child,
.cookie-banner p:last-child {
  margin-bottom: 0;
}
div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  #hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner button,
.cookie-banner #hs-eu-confirmation-button,
.cookie-banner button {
  color: white;
  background-color: #124e75;
  padding: 1rem 1.375rem;
  border: none;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
.cookie-banner a {
  color: black;
  text-decoration: underline;
}

@media (max-width: 991px) {
#sec6 .section-six-column2{
margin-top:5rem;}
  }
.header a.header-text {
  z-index: 3;
  position: fixed;
  top: 1.75rem;
  right: 2.25rem;
  mix-blend-mode: difference;
  font-family: "Anko Regular Italic",sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.846rem;
  line-height: 1.5;
  color: #cdc8ff;
}

@media (min-width: 1834px){
  .header a.header-text {
    right: calc(50vw - (1467px + (6px + 2 * 180px))/ 2 + 2.25rem);
  }
}


@media (max-width: 575px){

}
footer .dnd-section {
    padding-bottom: 0rem;
    padding-top: 0rem;
}

footer .d-lg-flex{
  justify-content: space-between !important;
  margin-bottom: 10rem;
}
@media(min-width:992px) {
 footer .d-lg-flex {
  display:flex;
  align-items:center
 }
}

footer .claim{
font-size: 1.5rem;
line-height: 2.67;
color: #124e75;
}
footer .claim span.bold{
  font-family: "Lemon Milk Pro Ultra Bold",sans-serif;
  font-weight: 900;
}

.footer h2 a {
  z-index: 3;
  color: #cdc8ff;
  position: fixed;
  bottom: 1.75rem;
  right: 2.25rem;
  mix-blend-mode: difference;
  font-size: 2.5rem;
  font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
  font-weight: 900;
  text-transform: none;
  margin-bottom: 0px !important;
}

@media (min-width: 1834px) {
  .footer h2 a {
    right: calc(50vw - (1467px + (6px + 2 * 180px)) / 2 + 2.25rem);
  }
}

@media (max-width: 575px) {
}
/* ******************************************************************************
*********************************************************************************
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 0px;
	margin: 0 auto;
}

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

.blog-header__inner {
	max-width: 600px;
	margin: 0 auto;
	padding: 7.5rem 0;
}

.blog-header__title {
	font-size: 2rem;
}

.blog-header__subtitle {
	margin: 1rem 20px 2rem;
}

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

.no-featured-image .blog-index__post-content--large {
	padding-left: 0;
}

.comment-date {
	display: block !important;
}

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

.post-description h2 a {
	color: inherit !important;
	text-decoration: none !important;
}

.post-item {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.blog-index {
	display: flex;
	flex-wrap: wrap;
	padding: 3.3rem 0;
}

.blog-sidebar {
	padding: 3.3rem 0;
}

.blog-index:after {
	content: "";
	flex: auto;
}

.blog-index__tag-header {
	flex: 1 0 100%;
	padding: 0 0 15px 0;
}

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

.blog-header {
	padding-left: 20px;
	padding-right: 20px;
}

@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: {
		{
			h3_font_size
		}
	}
	;
}

.blog-index__post-content p {
	font-family: {
		{
			secondary_font_family
		}
	}
	;
}

.blog-index__post-content a {
	color: {
		% if theme.typography.body_font.body_text_select=="google" %
	}
	{
		{
			body_color
		}
	}
	{
		% else %
	}
	rgba( {
		{
			body_color|convert_rgb
		}
	}
	,
	{
		{
			theme.typography.body_font.body_text_font_color.opacity * 0.01
		}
	}
	) {
		% endif %
	}
	;
}

.blog-index__post img {
	max-width: 100%;
	height: auto;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: {
		{
			secondary_font_family
		}
	}
	;
	margin-bottom: 3.3rem;
}

.blog-pagination__link {
	display: inline-flex;
	padding: .25rem .4rem;
	margin: 0 .1rem;
	color: {
		% if theme.typography.body_font.body_text_select=="google" %
	}
	{
		{
			body_color
		}
	}
	{
		% else %
	}
	rgba( {
		{
			body_color|convert_rgb
		}
	}
	,
	{
		{
			theme.typography.body_font.body_text_font_color.opacity * 0.01
		}
	}
	) {
		% endif %
	}
	;
	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: {
		% if theme.typography.body_font.body_text_select=="google" %
	}
	{
		{
			body_color
		}
	}
	{
		% else %
	}
	rgba( {
		{
			body_color|convert_rgb
		}
	}
	,
	{
		{
			theme.typography.body_font.body_text_font_color.opacity * 0.01
		}
	}
	) {
		% endif %
	}
	;
	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: {
		% if theme.typography.body_font.body_text_select=="google" %
	}
	{
		{
			body_color
		}
	}
	{
		% else %
	}
	rgba( {
		{
			body_color|convert_rgb
		}
	}
	,
	{
		{
			theme.typography.body_font.body_text_font_color.opacity * 0.01
		}
	}
	) {
		% endif %
	}
	;
}

.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: {
		% if theme.typography.body_font.body_text_select=="google" %
	}
	{
		{
			body_color
		}
	}
	{
		% else %
	}
	rgba( {
		{
			body_color|convert_rgb
		}
	}
	,
	{
		{
			theme.typography.body_font.body_text_font_color.opacity * 0.01
		}
	}
	) {
		% endif %
	}
	;
	text-decoration: underline;
}

.blog-post__tags {
	font-family: {
		{
			secondary_font_family
		}
	}
	;
	color: #000;
}

.blog-post__tags svg {
	width: 15px;
	height: auto;
	margin-right: 10px;
}

.blog-post__tag-link {
	font-size: .8rem;
	color: #000;
}

.blog-recent-posts {
	margin-top: 3rem;
	padding: 2rem 0;
}
@media (min-width:768px) {
  .blog-recent-posts {
  margin-top: 5rem;
  }
}
.blog-recent-posts h2 {
	text-align: center;
}

.blog-recent-posts__list {
	display: flex;
}

.blog-recent-posts__post {
	display: block;
	flex: 0 0 100%;
	color: {
		% if theme.typography.body_font.body_text_select=="google" %
	}
	{
		{
			body_color
		}
	}
	{
		% else %
	}
	rgba( {
		{
			body_color|convert_rgb
		}
	}
	,
	{
		{
			theme.typography.body_font.body_text_font_color.opacity * 0.01
		}
	}
	) {
		% endif %
	}
	;
	padding: 1rem;
}

div#comments-listing:before,
div#comments-listing:after {
	clear: both;
	display: block;
	content: '';
}

.section.post-footer {
	overflow: hidden;
}

@media screen and (min-width: 768px) {
	.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 form {
	max-width: 100%;
}

.blog-post img {
	max-width: 100%;
	height: auto;
}

.blog-comments .comment-reply-to {
	border: 0 none;
}

.blog-comments .comment-reply-to:hover {
	background-color: transparent;
	text-decoration: underline;
	color: {
		{
			form_button_color
		}
	}
	;
}


/*             Blog Listing with Sidebar            */

.post-item .page-center {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	/* Standard syntax */
	flex-direction: column;
	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: auto !important;
	width: 100% !important;
	object-fit: cover;
}

h1.blog-header__title {
	margin-top: 20px;
}

.blog-pagination {
	margin-left: 0 !important;
}

.blog-comments .actions {
	margin-top: 20px;
}

.blog-comments .hs-error-msgs label {
	font-family: Segoe UI;
}

@media (max-width:767px) {
	.post-item .page-center,
	.blog-recent-posts__list {
		display: block;
	}
	.blog-index__post {
		padding: 1rem 0;
	}
	.blog-post__tag-link {
		font-size: 13px;
	}
}

.blog-pagination__link {
	color: #212529;
	vertical-align: middle;
}

.blog-comments form {
	max-width: 100%;
	margin-top: 30px;
}


/* ===============
   BELOW ADDED BY MM 
   =============== */

body {
	font-size: 1.25rem!important;
}

ul {
    list-style: none;
}

ul li::before {
    content: '× ';
    margin-left: -16px;
}
.infobox ul li::before{
	margin-left: 0px;
}

/* Cookie Banner */

body div#hs-eu-cookie-confirmation {
	background-color: rgba(255, 255, 255, .9)!important;
	position: fixed!important;
	z-index: 4!important;
	top: unset!important;
	bottom: 0!important;
	transition: bottom .5s ease-in!important;
	font-family: "Lemon Milk Pro Ultra Light", sans-serif!important;
	font-weight: 100!important;
	font-size: 14px!important;
	line-height: normal!important;
	border: 0px!important;
	padding: 1.6875rem 8rem 1.6875rem 1.5rem!important;
}
body div#hs-eu-cookie-confirmation-inner{
	box-shadow: 0 5px 20px rgba(0,0,0,.1)!important;
	-moz-box-shadow: 0 5px 20px rgba(0,0,0,.1)!important;
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,.1)!important;
}


body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
	font-size: 14px!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif!important;
	font-weight: 900!important;
	color: #fff!important;
	background-color: #124e75!important;
	padding: 1rem 1.375rem!important;
	border: none!important;
}

body div#hs-eu-cookie-confirmation,
body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
	float: left;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
	border-radius: 0px!important;
}


/* Forms */
.blog-sidebar .hs-form label {
	font-size: 1.125rem!important;
}
.hs-form label {
	font-size: 1.125rem!important;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
	height: 50px!important;
	border-radius: 25px!important;
}

.hs-email {
	margin-bottom: 0.6rem;
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
	border-color: #ccc!important;
	color: rgba(33, 37, 41, 1.0)!important;
	border-radius: 25px!important;
}


/* Buttons */

.hs-button,
.button--primary,
.cta_button {
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif!important;
	font-weight: 900!important;
	font-size: 1rem!important;
	background-color: transparent!important;
	border: 3px solid #124e75!important;
	border-radius: 25px!important;
	color: #124e75!important;
	padding: 12px 22px!important;
	text-transform: uppercase!important;
}


/* Header */

.hs-blog-listing .dnd-section {
	
  padding-top: 1rem!important;
  /*padding-top: 5.5rem!important;*/
  padding-bottom: 1rem!important;
  /*padding-bottom: 3rem!important;*/
	
}

section.full-height {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.section-one-content-row-0-background-color {
	background-color: #124e75;
	color: #fff;
	min-height: 25vh;
	background-color: rgba(18, 78, 117, 1) !important;
	padding-left: 165px;
	padding-right: 165px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

section {
	padding-left: calc((100% - 1467px)/ 2);
	padding-right: calc((100% - 1467px)/ 2);
}

section h1 {
	font-size: 1.125rem;
	line-height: 1.33;
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
	font-weight: 900;
	position: relative;
}

h1.big span {
	display: block;
	color: white;
	-ms-hyphens: auto;
  	-webkit-hyphens: auto;
	hyphens: auto;
}

.hs-blog-listing .size-160-160 {
	font-size: 6rem;
	line-height: 1;
}

.regular {
	font-family: "Anko Regular", sans-serif;
	font-weight: 400;
}

h1.big {
	text-transform: none;
  	padding-top: 5rem;
}

h1.big span.indented.size-160-160::before {
	left: -8rem;
}

h1.big span.indented::before {
	content: '—';
	position: absolute;
}

h1.big span.indented.size-160-160 {
	/*top: -1.5rem;*/
  top: -0.6rem
	margin-left: 11rem;
}

h1.big span.indented {
	position: relative;
  margin-left: 8rem;
}

h1.big span {
	display: block;
}

.light {
	font-family: "Lemon Milk Pro Ultra Light", sans-serif;
	font-weight: 100;
}

@media (max-width: 806px) {
	.footer-wrapper-inner {
		display: block!important;
	}
}

@media (max-width: 575px) {
  h1.big span.indented{
  top: 0rem!important;
  }
  	.hs-blog-listing h1.big .size-160-160 {
		font-size: 3.5rem;
	}
	h1.big span.indented.size-160-160::before {
		left: -5rem;
	}
	h1.big span.indented.size-160-160 {
		margin-left: 5rem;
	}
	.section-one-content-row-0-background-color {
		min-height: 15vh;
		padding-bottom: 3rem!important;
	}
	.dnd-section {
		padding-top: 4rem!important;
	}
	.dnd-section h1 {
		padding-top: 3.3rem!important;
	}
	.full-width-page .full-width-section p {
		font-size: 2rem;
	}
	.full-width-page .full-width-section h3 {
		font-size: 2rem;
	}
	.full-width-page a.back {
		position: fixed;
		top: 5vw;
	}
	.section-one-content-row-0-background-color h1 strong {
		font-size: 6rem;
	}
	.section-one-content-row-0-background-color h1 span {
		top: -0.9rem;
		font-size: 6rem;
	}
	.section-one-content-row-0-background-color h1 span:before {
		left: -6.6rem;
	}
	.section-one-content-row-0-background-color .span4.dnd-column {
		margin: 0;
		margin-right: 0;
		display: block;
		width: 100%;
		float: none;
	}
	.section-one-content-row-0-background-color blockquote p {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.section-one-content-row-0-background-color .span4.dnd-column.section1-col2 blockquote p {
		border: 0;
	}
}

@media (max-width: 400px) {
	.full-width-page .full-width-section ul li {
		font-size: 1.85rem;
	}
	.section-one-content-row-0-background-color h1 span {
		font-size: 5rem;
	}
	.full-width-page .full-width-section h3 {
		font-size: 1.7rem;
	}
}


/* Blog Listing Page Items */

.magazine {
	flex-wrap: wrap;
	display: flex;
}
@media screen and (min-width: 1200px) {
  .magazine>div:nth-child(3n+4){
    margin-left:0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .magazine>div:nth-child(2n+1){
    margin-left:0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.post-item.span4 {
		width: 48.618784527%!important;
		*width: 48.5655930376383%!important;
	}
}

@media screen and (max-width: 767px) {
	.magazine {
		max-width: 350px;
		margin-right: 1.875rem;
		margin-bottom: 2rem;
		margin-left: 0;
		width: auto;
	}
}

.magazine .img-container {
	display: block;
	max-width: 350px;
	margin-bottom: .9375rem;
}

.magazine h2 {
  /*font-family: "Lemon Milk Pro Ultra Light",sans-serif;
  font-weight: 100;*/
  	text-transform: unset;
	margin-bottom: 0.6rem;
  	-ms-hyphens: auto;
 	 -webkit-hyphens: auto;
  	hyphens: auto;
}
.date span{
  font-family: "Lemon Milk Pro Ultra Light",sans-serif;
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 0.6rem;
}
.magazine .img {
	display: block;
	max-width: 350px;
	cursor: pointer;
  padding-bottom: 52%;
	/*padding-bottom: 72.85%;*/
	background-position: center center;
	background-size: 100%;
	transition: background-size 150ms linear;
}

.post-bdy-content,
.magazine p {
	line-height: 1.17;
	color: #124e75;
}

.magazine-card p span {
	font-family: "Lemon Milk Pro Ultra Light", sans-serif;
	font-weight: 100;
}

.magazine-card p u {
	font-family: "Anko Regular", sans-serif;
	font-weight: 400;
	text-decoration: none;
}

.magazine p strong {
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
	font-weight: 900;
}

.magazine p+p {
	color: #666;
	font-size: 1.5rem;
	line-height: 1.22;
	font-family: "Anko Regular", sans-serif;
	font-weight: 400;
}

.magazine>div.hovered {
	cursor: pointer;
}

.magazine>div.hovered .img {
	background-size: 110%;
}

.magazine>div.hovered .img-container+p {
	color: #bb7a8a;
}

.magazine p i {
	font-family: "Anko Regular Italic", sans-serif;
	font-weight: 400;
	font-style: italic;
}

@media (min-width: 768px) {
	.magazine p+p {
		font-size: 1.125rem;
	}
}

@media (max-width: 575px) {
	.home-page .section-eight .span4.dnd-column {
		margin-right: 0;
	}
  .post-bdy-content,
  .magazine p {
  	font-size: 1.5rem!important;
  }
}


/* Sidebar */
.blog-sidebar h3,
.blog-sidebar h3.form-title{
  color:#0D4D77;
  /*margin-bottom: 0.6rem;*/
  margin-bottom: 1.5rem;
}
.blog-sidebar a{
  color:#000000;
}

.sticky_sidebar{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

@media (min-width: 1800px) {
	.blog-sidebar .hs-error-msgs {
		margin-bottom: -2.6rem;
	}
}

@media (max-width: 767px) {
	.blog-sidebar {
		padding-top: 0px!important;
	}
	.blog-sidebar .hs-form {
		float: left;
	}
	.blog-sidebar .grecaptcha-badge{
		margin-left:0px;
	}
}

.blog-sidebar ul li {
	list-style-type: none!important;
}
.blog-sidebar ul li::before {
  display:none;
}

.blog-sidebar {
	margin-bottom: 3rem;
}

.blog-sidebar a {
	/*font-size: 1.125rem;*/
	font-sze: 1rem;
	font-family: "Anko Regular", sans-serif;
	font-weight: 400;
}

.blog-sidebar ul li {
	line-height: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E1E1E;
  margin-bottom: 10px;
}

.blog-sidebar ul li a {
	font-size: 1.5rem;
}
@media (min-width: 575px) {
  .blog-sidebar ul li a {
	font-size: 1rem;
}
}
.blog-sidebar .widget-module ul {
	padding-left: 0;
}

@media (min-width: 768px) {
.blog-index.span9,
.blog-post.span9{
    /*border-right: 1px solid #ccc;*/
    padding-right: 0.8rem;
}
}
.blog-sidebar .grecaptcha-badge{
	display:none!important;
}

/* legal Checkboxes Sidebar */
  .blog-sidebar .legal-consent-container [type="checkbox"]:checked + span,
  .blog-sidebar .legal-consent-container [type="checkbox"]:not(:checked) + span{
      padding-top: 0px;
    }
  @media (max-width: 575px) {
	.blog-sidebar .legal-consent-container [type="checkbox"]:checked + span,
	.blog-sidebar .legal-consent-container [type="checkbox"]:not(:checked) + span{
	  /* padding-top: 12px; */
	  padding-top: 4px;
	  padding-left: 40px;
    }
  }


/* Blog Listing Page Posts */

.post-bdy-content {
	color: #666;
	font-size: 1.125rem;
	line-height: 1.22;
	font-family: "Anko Regular", sans-serif;
	font-weight: 400;
}


/* Blog Details Post Page */
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5{
  margin-top: 3rem;
  margin-bottom: 1.125rem;
}

.hs-blog-post p,
  .hs-blog-post blockquote,
  .hs-blog-post ul,
  .hs-blog-post ol {
      line-height: 1.25;
  }
@media (min-width: 576px) {
  .hs-blog-post p,
  .hs-blog-post blockquote,
  .hs-blog-post ul,
  .hs-blog-post ol {
      font-size: 1.125rem;
  }
}
@media (max-width: 575px) {
  .hs-blog-post ul li,
  .hs-blog-post ul li span{
      font-size: 1.5rem;
  }
}
.blog-post h3,
.blog-post h4 {
	color: #124e75!important;
	margin-top: 3rem!important;
}

.hs-blog-post h1 span {
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
	color: #124e75;
	font-weight: 900;
	font-size: 3.25rem;
	line-height: 1.23;
}
/*
.blog-post__meta {
	display: none!important;
}
*/

.blog-sidebar-topic-filter,
.blog-sidebar-subscribe {
	margin-top: 3rem;
}
.blog-sidebar-topic-filter li a{
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.blog-sidebar-back-to-blog-listing {
  font-size: 1.25rem;
	margin-bottom: 2rem;
}

.blog-sidebar-back-to-blog-listing a {
	display: flex;
	align-items: center;
}

.blog-sidebar-back-to-blog-listing img {
	width: 30px;
	margin-right: 0.6rem;
}

.blog-recent-posts h2 {
	text-align: left;
}

.blog-recent-posts h3{
color: rgba(18,78,117,1.0);
font-family: Lemon Milk Pro Ultra Bold;
font-size: 1.4rem;
font-weight: 900;
}

.blog-recent-posts .blog-recent-posts__post{
color: #666;
font-size: 1.5rem;
line-height: 1.22;
font-family: "Anko Regular",sans-serif;
font-weight: 400;
}
@media (min-width: 575px) {
.blog-recent-posts .blog-recent-posts__post{
  font-size: 1.125rem;
}
}
.filter-link-count{
  float: right;
  background-color: #0d4d77;
  border-radius: 36px;
  height: 24px;
  width: 24px;
  text-align: center;
  color: white;
  line-height: 2;
  font-size: 14px;
  /*font-family: "Anko Regular Italic", sans-serif;*/
  padding-right: 0px;
}



/* Quasi Footer */

.footer-wrapper-inner {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

#footer .d-lg-flex .claim {
	font-size: 1.5rem;
	line-height: 2.67;
	color: #124e75;
}

#footer .claim span.bold {
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
	font-weight: 900;
}

#footer .d-lg-flex {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
	margin-bottom: 10rem;
}

#footer .d-lg-flex .claim {
	font-size: 1.5rem;
	line-height: 2.67;
	color: #124e75;
}

#footer .d-lg-flex .claim span.bold {
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
	font-weight: 900;
}

#footer .d-lg-flex .claim span.regular {
	font-family: "Anko Regular", sans-serif;
	font-weight: 400;
}

.legal-links a {
	font-size: 1.4rem;
	line-height: normal;
	font-family: "Lemon Milk Pro Ultra Bold", sans-serif;
	font-weight: 900;
	color: #124e75;
	text-decoration: underline;
	margin-right: 3rem;
	position: relative;
	display: inline-block;
}

.legal-links span {
	display: block;
	white-space: nowrap;
}

.legal-links span a {
	text-decoration: none;
}

.legal-links span a:first-child {
	margin-right: 1.25rem;
}

.legal-links a:last-child {
	margin-right: 0;
}

.legal-links a img {
	height: 24px !important;
	vertical-align: middle;
	border-style: none;
}

@media (max-width: 806px) {
	.social-media-channels {
		margin-top: 1rem;
	}
}

@media (min-width: 576px) {
	#footer img {
		height: 364.5px;
		max-width: 100% !important;
		max-height: 364.5px !important;
	}
	.legal-links span {
		display: inline;
	}
}

@media (min-width:992px) {
	#footer .d-lg-flex {
		display: flex;
		align-items: center;
	}
}

@media (max-width:991px) {
	.legal-links {
		position: relative;
		padding-top: 17px;
		min-height: 52px;
	}
}

@media (max-width:575px) {
	.legal-links a {
		line-height: 2.67;
	}
	.legal-links {
		position: relative;
		padding-top: 0;
		min-height: auto;
	}
}
/* ******************************************************************************
*********************************************************************************
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;
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.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;
}
.error-page p, .error-page h1,.error-page a {
  position: relative;
  z-index: 2;
}

form#email-prefs-form {
  max-width: 100%;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

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

form#email-prefs-form input.email-edit.hs-input {
  margin-bottom: 20px;
}

form#hs-membership-form .hs-form-field {
  margin-bottom: 20px;
}

form#hs-membership-form input.hs-button.primary.large {
  margin: 15px 0;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin: 0 !important;
  margin-bottom: 20px !important;
}
.content-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width:767px){
  form#email-prefs-form input.email-edit.hs-input {
    margin-bottom: 20px;
    width: 100% !important;
    max-width: 100% !important;
  }

  form#hs-membership-form {
    max-width: 100% !important;
    width: 100% !important;
  }

  .systems-page .success {
    min-width: 100%;
  }
  .landing-page .dnd-section {
    padding-right: 1.5rem;
  }
}