





*,
*:before,
*:after {
  box-sizing: border-box;
}

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


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





/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}


.content-wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 40px 20px;
}

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

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

/* General  */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 25px;
  overflow: visible;
}

.flex {
    display: flex;
}

@media screen and (max-width: 768px) {
    .mobile-col {
      flex-direction: column;
    }

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






html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  overflow-x: hidden;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

p {
  color: #051F46;
  font-family: Lato, serif;
  font-weight: 400;
  line-height: 1.44;
}

h1,
h2,
h3,
h4 {
  color: #051F46;
  font-family: Teko, sans-serif;
  margin: 10px 0;
}

h5,
h6 {
  color: #051F46;
  font-family: Teko, sans-serif;
  margin: 0;
}

h1 {
  font-size: 5rem;
  font-weight: 700;
}

h2 {
  font-size: 3.75rem;
  font-weight: 700;
}

h3 {
  font-size: 1.875rem;
  font-weight: 700;
}

h4 {
  font-size: 1.625rem;
  font-weight: 700;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  color: #9EA1A6;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

a {
  color: #ff5e14;
}

@media screen and (max-width: 376px) {
  h1 { font-size: 1.8rem; }
  h2 { font-size: 1.5rem; }  
  h3 { font-size: 1.2rem; }  
}



blockquote {
  font-weight: 600;
  margin: 10px 0;
}

ul,
ol {
  color: #051F46;
  font-weight: 300;
}

li {
  margin: 35px 0;
}

blockquote {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.625rem;
}


/* Primary Button */

button,
.button,
.hs-button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  text-align: center;
  font-family: Lato, serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 12px 36px;
  letter-spacing: 0.05rem;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  background-color: #FF5E14;
  border: none;
  white-space: normal;
  line-height: 1.5;
  fill: #ffffff;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #d73600;
  cursor: pointer;
  transition: background-color 0.3s;
}

button:active,
.button:active {
  background-color: #d73600;
}

/* Secondary Buttons */
.button.button--secondary {
  font-weight: normal;
  text-decoration: none;
  color: #FF5E14;
  background-color: transparent;
  border: 1px solid #FF5E14; 
  fill: #FF5E14;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #FF5E14; 
  color: #FFFFFF;
  background-color: #FF5E14;
  box-shadow: none;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  color: #FF5E14;
  font-size: 1rem;
  font-style: normal;
  fill: #FF5E14;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after {
  background-color: #FF5E14;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #FF5E14;
  box-shadow: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #FF5E14;
  box-shadow: none;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 12px 36px;
}

/* Button Icons */

.button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}


form.hs-form {
  font-family: sans-serif;
  background-color: #DEE2E5;
  padding: 20px;
}

h3.form-title {
  background-color: #051f46;
  color: #FFFFFF;
  font-size: 1.9rem;
  border-bottom: 2px solid #ff5e14;
  margin-bottom: 0;
  padding: 20px;
  text-align: center;
}

form.hs-form .hs-button {
  display: block;
  width: 100%;
}

.hs-form label,
.hs-form-field > label {
  font-size: .85rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Lato, serif;
}

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

.hs-input {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #FFFFFF;
  box-sizing: border-box;
  border: none;
  font-family: Lato, serif;
}

.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: #3D3D3D;
}

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

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

form .hs-richtext img {
  max-width: 100% !important;
  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;
  margin: 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;
}

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

/* Membership error message */
.form-input-validation-message ul {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul li {
  line-height: 1rem;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-top: 0 !important;
}


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





/* Header */
.header {
  padding: 0.25rem 0;
  position: relative;
}

.header__logo h1 {
  font-size: 42px;
}

.header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    max-width: 250px !important;
    height: auto;
    padding: 20px;
  }
}

.submenu,
.submenu ul {
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  color: inherit;
  font-weight: 600;
}

.menu-item,
.menu-item li {
  display: inline-block;
  padding: 0 20px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .menu-item {
      display: block;
  }
}

.menu-link {
  color: inherit;
  text-decoration: none;
}

.menu-link.button--primary {
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
}

.navigation-primary {
  display: flex;
  align-items: center;
}

.menu-hide {
  opacity: 0;
  transition: opacity 0.5s;
}

.header .button--primary {
  margin: 0;
  color: white;
}

/* Main navigation */

.header .header__menu {
  margin-left: auto;
}

.header .navigation-primary .submenu.level-1 > .menu-item {
  display: inline-block;
}

/* Typography */

.navigation-primary .submenu.level-1 > li {
  margin: 0;
  padding: 1rem 2rem 1rem 0;
}

.navigation-primary .submenu.level-1 > li > a,
.header__language-switcher-label-current {
  font-size: 16px;
  font-family: Lato, sans-serif;
  font-weight: 700;
  color: #051f46;
  letter-spacing: .1em;
}

/* Dropdown Caret */

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow,
.header__language-switcher-label-current:after {
  width: 0;
  height: 0;
  display: inline-block;
  position: relative;
  left: 4px;
  top: 8px;
  border: 8px solid transparent;
  border-top-color: #ff5e14;
}

.header__language-switcher-label-current:after {
  content: '';
  top: 6px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu > .menu-arrow:before,
.header__language-switcher-label-current:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  bottom: -3px;
  right: -6px;
}

.header__language-switcher-label-current:before {
  z-index: 1;
  bottom: 7px;
  right: -2px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow,
.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: 0px;
  border: 8px solid transparent;
  border-bottom-color: #ff5e14;
}

.header__language-switcher:hover .header__language-switcher-label-current:after {
  top: -4px;
}

.header .navigation-primary .submenu.level-1 > .has-submenu:hover > .menu-arrow:before,
.header__language-switcher:hover .header__language-switcher-label-current:before {
  border: 6px solid transparent;
  border-bottom-color: #ffffff;
  top: -3px;
}

.header__language-switcher:hover .header__language-switcher-label-current:before {
  top: 9px;
}

.header .navigation-primary .submenu.level-2,
.header .navigation-primary .submenu.level-3 {
  width: 200px;
  border: none;
  border-radius: 0;
  border-top: 4px solid #ff5e14;
  transition: visibility 0s, opacity 0.3s;
  padding: 0;
}

.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-2 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item,
.header .navigation-primary .submenu.level-3 > .menu-item {
  display: list-item;
  position: relative;
  padding: 0;
  border-bottom: none;
}

.header .navigation-primary .submenu.level-2 > .menu-item a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item a.menu-link {
  color: #1F2E43;
  padding: 10px 20px;
  background-color: #ffffff;
  position: relative;
}

.header .navigation-primary .submenu.level-1 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-1 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-branch,
.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link,
.header .navigation-primary .submenu.level-2 > .menu-item > a.menu-link.active-item,
.header .navigation-primary .submenu.level-3 > .menu-item > a.menu-link.active-item,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus {
  color: #EC008C;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 14px;
  left: 8px;
  border: 6px solid transparent;
  border-left-color: #ff5e14;
}

.header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:after,
.header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:after {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 8px;
  border: 4px solid transparent;
  border-left-color: #ffffff;
}

.header .navigation-primary ul.submenu.level-3 {
  position: absolute;
  top: 0
}

/* Header no navigation */

.header__no-navigation .header__container {
  justify-content: center;
}

/* Mobile */

@media screen and (max-width: 767px) {
  .header .header__menu {
    margin-left: 0;
    min-height: 0;
    -webkit-box-ordinal-group: 4;
    order: 3;
    margin-right: 10px;
  }

  .header .navigation-primary .submenu {
    background-color: #fff;
  }

  .header .navigation-primary .submenu.level-1 {
    z-index: 1;
  }

  .header .navigation-primary ul.submenu.level-3 {
    position: static;
  }

  .header .navigation-primary .submenu > .has-submenu .menu-link {
    width: fit-content;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu > .menu-arrow {
    display: block !important;
  }

  .header .navigation-primary .submenu > li.menu-item,
  .header .navigation-primary .submenu.level-1 > li.menu-item {
    border-top: none;
    padding: 20px 0;
  }

  .header .navigation-primary .submenu .menu-arrow-bg {
    visibility: hidden;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow{
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: 20px;
    top: 30px;
    padding: 0;
    border: 8px solid transparent;
    border-top-color: #ff5e14;
    border-bottom-color: transparent;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    content: '';
    top: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ffffff;
    bottom: -3px;
    right: -6px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow {
    top: 15px;
  }

  .header .navigation-primary .submenu.level-2 > .has-submenu input[type="checkbox"] ~ .menu-arrow:before,
  .header .navigation-primary .submenu.level-2 > .has-submenu:hover input[type="checkbox"] ~ .menu-arrow:before {
    border-top-color: #ffffff;
    border-bottom-color: transparent;
  }

  .header .navigation-primary .submenu > .has-submenu input[type="checkbox"]:checked ~ .menu-arrow {
    transform: rotateX(180deg);
  }

  .header .navigation-primary .submenu.level-2,
  .header .navigation-primary .submenu.level-3 {
    width: auto;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link {
    color: initial;
  }

  .header .navigation-primary .submenu.level-2 > .menu-item:hover > a.menu-link:before,
  .header .navigation-primary .submenu.level-3 > .menu-item:hover > a.menu-link:before {
    content: none;
  }

}


/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 20px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #FFF;
  border: 1px solid #FFF;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border: none;
  border-radius: 0;
  border-top: 4px solid #ff5e14;
  transition: visibility 0s, opacity 0.3s;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
  transform: none;
  top: 100%;
  visibility: hidden;
  background-color: #ffffff;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  padding: 5px 10px !important;
  font-size: 1rem;
}

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

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

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

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

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato, sans-serif;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: .1em;
}

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

.header__language-switcher-label-current {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

@media(max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    -webkit-box-ordinal-group: 3;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

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

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}



/* Footer */

.footer {
  background-color: #F2F4F6;
  color: #fff;
  padding-top: 20px;
}

.footer.footer__no-navigation {
  background-color: #414042;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}

.footer__row--info {
  border-top: 2px solid lightgray;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__info,
.footer__site-map,
.footer__form {
  padding: 0 20px;
}

.footer__form__title {
  font-weight: 600;
}

.footer__form__input {
  font-size: 16px;
  padding: 8px 15px;
  border-radius: 25px;
  border: none;
  margin-right: 5px;
}

.footer__info__logo {
  margin-bottom: 20px;
  
}

.footer__info__address {
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 40px;
  color:#fff;
}

.footer__form .button--primary {
  margin-top: 10px;
  padding: 10px 30px;
}

.footer__site-map {
  display: flex;
}

.footer__site-map__section {
  margin: 0 20px;
}

.footer__site-map__section h4,
.footer__site-map__section h4,
.footer__site-map__section h4 {
  font-family: Lato, serif;
  font-size: 0.875rem;
  margin: 0;
  font-weight: 700;
  line-height: 10px;
  color:#ffffff;
}

.footer__site-map__category{
  display: block;
  text-decoration: none;
  padding-bottom: 10px;
}

.footer__site-map__category {
  color: #051F46;
  font-weight: 600;
}

.footer__site-map__section ul,
.footer__site-map__section ul,
.footer__site-map__section ul {
  list-style-type: none;
  padding: 0;
}

.footer__site-map__section li,
.footer__site-map__section li,
.footer__site-map__section li {
  margin: 0;
  padding-bottom: 10px;
}

.footer__site-map__section a,
.footer__site-map__section a,
.footer__site-map__section a {
  text-decoration: none;
  color: #051F46;
  font-weight: 400;
}

.footer__site-map__link {
  color: #fff;
}

.footer__copyright {
  opacity: 1.0;
  padding-left:20px;
}

/* Landing Page Footer  */

.footer-landing-page {
  text-align: center;
  opacity: 0.4;
  padding: 20px 0;
  border-top: 1px solid #E9EFF5;
  margin-top: 75px;
}

@media screen and (max-width: 767px) {
  .footer__row,
  .footer__site-map {
      display: block;
      text-align: center;
  }
}






/* Blog Styles  */

.blog-hero {
  background-color:#414042;
  /*background-image: url('https://7411082.fs1.hubspotusercontent-eu1.net/hubfs/7411082/Header_Website_bearbeitet_dunkler.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height:250px;  
  margin: 0;
  border-top: 3px solid #EC008C;  
  z-index:-1;
}


.blog-hero__title {
  align-items: center;  
  vertical-align: center;    
  padding-top:30px;  
}

.blog-hero__title h1 {  
  padding:50px;
  color: #fff; 
  text-align:left;  
}

.blog-hero__subtitle h4 {
  color: #fff; 
  text-align:center;
}

@media screen and (max-width: 375px) {
.blog-hero__title h1 {
  padding:10px;
  font-size:30px;
  color: #fff; 
  text-align:center;
}  
  
  
.blog-hero__title {
  align-items: center;  
  vertical-align: center;  
  height:200px;
}  
  
}

@media screen and (max-width: 640px) {
.blog-hero__title h1 {
  padding:10px;
  font-size:40px;
  color: #fff; 
  text-align:center;
}  
  
  
.blog-hero__title {
  align-items: center;  
  vertical-align: center;  
  height:200px;
}  
  
}

/* Blog Navigation */

.blog-navigation {
  margin-top: 0px;  
  background-color: #EC008C;
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1); 
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  z-index:999;
}

.blog-navigation .content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.blog-navigation__tag-filter form {
  background-color: #EC008C;
  padding: 30px;
  color: #fff;
  border: none;
}

#blog-filter__category {
  border: none;
  padding:10px;
  background-color: #F2F4F6;
  color: #051F46;
}

.blog-navigation__search form {
  background-color: #EC008C;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .blog-navigation .content-wrapper {
    display: block;
    padding: 0;
    text-align: center;
  }
  
  .blog-navigation__search form {
      margin: 0 auto;
  }
}

.blog-navigation__search form {
  background-color: #EC008C;
  border: none;
  margin-left: auto;
  padding-right: 50px;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  /*background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='25px' height='22px' viewBox='0 0 25 22' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Blog' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Construction---Blog---2-col' transform='translate(-1085.000000, -388.000000)'%3E%3Cg id='hero' transform='translate(0.000000, 105.000000)'%3E%3Cg id='Group-5' transform='translate(1086.000000, 284.000000)'%3E%3Ccircle id='Oval' stroke='%231F2E43' cx='5.33333333' cy='5.33333333' r='5.33333333'%3E%3C/circle%3E%3Cline x1='9.47691329' y1='8.66666667' x2='16' y2='13.2736132' id='Path-3' stroke='%23051F46'%3E%3C/line%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");*/
  background-repeat: no-repeat; 
  height: 25px;
  width: 25px;  
  position: absolute;
  top: 60%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
  border: none;
  padding: 0.75rem 2.25rem;
  color: #051F46;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 9999;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-header{
  padding: 10px 0;
  margin-bottom: 10px;
  background-color: #F2F4F6;
}

.blog-index__post {
  margin: 15px 0;
  display: flex;
  /*
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  border-bottom: 2px solid #414042; */
}

.blog-index__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;  
  flex-shrink: 0;
}

@media screen and (max-width: 1000px) {
  .blog-index__post {
    flex-direction: column;
    height: 100%;
  }
  .blog-index__post-image {
    width: 100%;
    height: 210px;
    display: block;
    border-radius: 0;
  }
}

.blog-index__post-content {
  padding: 20px 5px 5px 5px;
}

h3.blog-index__post-content__title {
  /*border-top: 2px solid #E7EBEF;*/
  padding: 5px 0 0 0;
  
} 

.blog-index__post-content__title a {
  text-decoration: none;
  color: #ec008c;
}
.blog-index__post-content__title a:hover {
  text-decoration: underline;
  color: #ec008c;
}

.blog-author {
  display: flex;
  align-items: center;
}
.blog-author__image {
  height: 60px;
  width: 60px;
  overflow: hidden;
  margin-right: 20px;
}

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

.blog-author__name h5 {
  margin: 10px 0;
}

.blog-index__tag-header {
  margin-top: 80px;
}

.blog-tags {
  margin-bottom: 20px;
}

.blog-tags a {
  color: #414042;
  text-decoration:underline;
  font-weight:normal;
}
.blog-tags a:hover {
  font-weight:bold;
  color:#ec008c;
}

.blog-tag {
  text-decoration: none;
  font-weight: 300;
}
.blog-tag:after {
  content: ",";

}
.blog-tag:last-child:after {
  content: "";
}

.blog-summary {
  flex-grow: 1;
  padding-top: 10px;
  margin: 10px 0;
  /*border-top: 2px solid #E7EBEF;*/
}

.blog-summary h1,
.blog-summary h2,
.blog-summary h3,
.blog-summary h4,
.blog-summary h5,
.blog-summary h6,
.blog-summary p {
  font-size: 16px !important;
  margin: 0;
  line-height: 1.5;
}

.blog-pagination {
  margin: 100px 0 50px 0;
  text-align: center;
}

.blog-pagination__link {
  text-decoration: none;
  padding: 10px;
  color: #9EA1A6;
  letter-spacing: 1.6px;
  margin: 0 3px;
}

a.blog-pagination__link--active {
  background-color: #051F46;
  color: #ffffff;
}

.blog-pagination .blog-pagination__prev-link--disabled,
.blog-pagination .blog-pagination__next-link--disabled {
  color: #D0D0D0;
  cursor: default;
  pointer-events: none;
}

.blog-cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  border-radius: 10px;
  padding: 30px 50px;
}

.blog-cta__text {
  width: 40%;
}

@media screen and (max-width: 1000px) {
  .blog-cta__text {
    width: 100%;
  }
}

.blog-cta__text h2,
.blog-cta__text p {
  color: white;
}
.blog-cta__text .button--primary {
  margin-top: 20px;
}

/* Two Column Blog Styles  */

.blog-index--2-col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 80px;
}

.blog-index--2-col__post {
  width: calc(50% - 50px);
  -webkit-box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1); 
  box-shadow: -12px 12px 22px -1px rgba(0,0,0,0.1);
  margin-top: 80px;
}

@media screen and (max-width: 1000px) {
  
  .blog-index--2-col {
    flex-direction: column;
  }
  .blog-index--2-col__post {
    width: 100%;
  }
}

.blog-index--2-col__post-image {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 230px;
  display: block;
  border-bottom: 4px solid #ff5e14;
  margin-bottom: 20px;
}

.blog-index--2-col__post-content {
  padding: 10px 40px 50px 40px;
  display: flex;
  flex-direction: column;
}

.blog-post__tags {
  padding: 20px 0;
}

.blog-index--2-col__post-content__title {
  margin: 20px 0 0 0;
}

.blog-index--2-col__post-content__title a {
  text-decoration: none;
  
  /*color: inherit;*/
}

/* Blog Post Styles  */

.blog-post {
  padding: 0 10px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .blog-post {
    padding: 0 20px;
  }
}

a.back-to-blog {
  text-decoration: none;
  font-weight: 700;
}

a.back-to-blog:hover {
  font-weight: 700;
}

.blog-post__tag {
  text-decoration: none;
  font-weight: 300;
}

.blog-post__tag:after {
  content: ",";
}

.blog-post__tag:last-child:after {
  content: "";
}

.blog-post__title {
  margin: 10px 0;
  color:#fff;
}


.blog-author__name {
  color: inherit;
  text-decoration: none;
}

.blog-post__image {
  height: 350px;
  width: 100%;
  position: relative;
  margin: 35px 0;
}
.blog-post__image-dev {
  height: 350px;
  width: 100%;
  position: relative;
  margin: 0;
  border-top: 3px solid #EC008C;
}

.blog-related {
   padding:0 0 10px 0;  
   border-bottom: 1px solid #EC008C;
}


/*
.blog-post__social-sharing .share-title {
  display: none;
}
*/


.social-links-blog li {   
    display: inline;
    list-style-type: none;
    padding:5px;
    margin:0;

}



@media screen and (min-width: 1300px) {
  
  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing {
    left: -2rem;
    margin-bottom: 0;
    position: absolute;
    text-align: left;
    top: 2rem;
  }
}

@media screen and (min-width: 1024px) {

  .blog-post__social-sharing {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 2rem;
  }

  .blog-post__social-sharing .share-title {
    display: block;
  }

  .blog-post__social-sharing .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social-sharing .social-links__icon {
    margin: 10px 0;
  }
}

.sample-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: #19CCA3;
  margin: 5px;
}

.blog-post__body {
  line-height: 24px;
}

.blog-post__comments-listing {
  margin: 3rem 0;
}

.blog-post__cta {
  background: linear-gradient(169.7deg, #9159FD 0%, #762FFF 100%);
  text-align: center;
  border-radius: 10px;
  padding: 20px 100px;
}

.blog-post__cta h3,
.blog-post__cta p {
  color: white;
}

.blog-post__body h2 {
  line-height:45px;
}

.blog-post__cta-form {
  border: 0;
  border-radius: 25px;
  box-shadow: 0;
  margin-right: 5px;
  padding: 10px 25px;
}

.blog-post__cta .button.button--primary {
  margin: 30px 0;
}

.blog-post__author {  
  background-color: #F2F4F6;
  padding: 20px 0;
}

.blog-post__author .container {
  padding: 0 100px;
}

.blog-post__author .buffer {
  display: flex;
  background-color: #ffffff;
  padding: 20px 100px;
}

.blog-post__author__image {
  height: 150px;
  width: 150px;
}

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

.blog-post__author__text {
  margin-left: 35px;
}

.blog-post__author__text h6 {
  margin: 10px 0;
}

.blog-post__author__sharing {
  display: flex;
}

.sample-icon.small {
  height: 15px;
  width: 15px;
}

.blog-recent-posts {
  padding-bottom: 100px;
}

.blog-recent-posts__title {
  margin: 10px 0;
}

.blog-recent-posts__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  
  .blog-recent-posts__list {
    flex-direction: column;
  }

}

@media screen and (max-width: 767px) {
  
  .blog-post__author .buffer {
    display: block;
    padding: 20px;
  }

  .blog-post__author__text {
    margin-left: 0;
  }

}
.system-container {
  min-height: calc(100vh - 300px);
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.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: sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Teko, sans-serif;
  font-size: 1.25rem;
  color: #051F46;
  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: #051F46;
}
/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-100italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  src: url('../fonts/lato-v23-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-100italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/lato-v23-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-300italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lato-v23-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/lato-v23-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/lato-v23-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v23-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v23-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v23-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v23-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v23-latin-900italic.svg#Lato') format('svg'); /* Legacy iOS */
}/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/



/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
.datagovernance { background: rgba(0,173,234,0.8); }
.dataarchitecture { background: rgba(0,154,147,0.8); }
.datamanagement { background: rgba(175,202,11,1.0); }
.iot { background: rgba(232,225,0,1.0); }
.virtualization { background: rgba(243,146,0,1.0); }
.advancedanalytics { background: rgba(228,0,58,1.0); }
.bicpm { background: rgba(180,6,141,1.0); }
.blank { background: rgba(255,255,255,0.0); }
/* .blank { background: rgba(236,0,140,1.0); } */

.kachel img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  display: block;    
    min-height: 175px;
	}

	.container-kachel {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.container-kachel > * {
		flex: 1 1 250px;
	}

	.kachel {
	  display: flex;
    flex-wrap: wrap;
    flex-basis: calc(960px * 999 - 100% * 999);
	  margin: 1em;    
	}

	.kachel > * {
	  flex: 1 1 1 280px;
	}

	.headline {
		align-self: center;      
		padding: 0.5em 1em;   
    min-height: 70px;
    border-bottom: 1px solid lightgray;
    width:100%;   
	}

	.headline h3 {
		color:#fff;
		font-size:20px;   
    vertical-align:middle;    
	}

	.content {
		align-self: center;      
		padding: 0.5em 1em;   
    min-height: 150px;
	}


	.content p {
		color:#fff;
		font-size:16px;   
	}

	.sprungmarke {
		text-align: left;
		padding: 0.5em 1em;  
    min-height: 50px;
	}

	.sprungmarke a {
    text-align: left;
		color:#fff;
    font-size:16px;
    text-decoration: underline;
	}

@media screen and (max-width: 1366px) {
	.headline {
    min-height: 80px;
	}   
	.headline h3 {
		color:#fff;
		font-size:20px;
    font-weight:bold;
	}
	.content {
		min-height:180px;
	}   
	.content p {
		color:#fff;
		font-size:16px;   
	}  
	.sprungmarke {
		min-height: 70px;
	}  
} 

@media screen and (max-width: 1024px) {
 	.content p {
		font-size:16px;   
	}   
	.content {
		min-height:230px;
	}     
}

@media screen and (max-width: 800px) {
 
	.headline h3 {
		color:#fff;
		font-size:20px;
    font-weight:bold;
	}
	.content {
		min-height:170px;
	}   
	.content p {
		color:#fff;
		font-size:16px;   
	}  
} 

@media screen and (max-width: 667px) {
	.headline h3 {
		color:#fff;
		font-size:20px;
    font-weight:bold;
	}
	.content {
		min-height:100px;
	}  
} 
/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* @import url('http://example.com/example_style.css'); */

.cards {
  margin: 30px 0;
}

.card {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 2px 2px 2px 2px solid lightgray;
  box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.12);
  padding: 20px;
  transform: scale(1);
  transition: box-shadow 0.3s;
  transition: scale 0.3s ease-in-out;
  word-break: break-word;
}



@media screen and (max-width: 767px) {
  .card {
      width: auto;
      margin: 15px 0;
  }
} 

.card__title {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #EC008C;  
  /*padding-bottom: 10px;*/
  min-height:75px; 
  
}

.card__title h3 {
text-align: center;  
}



.card__text {
  line-height: 1.5;
  padding: 25px 0;
  min-height:300px;
}

.card__text ul {
    padding: 0 0 0 20px;
    list-style-type: square;
    
  }
.card__text li::marker {
  color:#EC008C;
}



/* Carousel (Tiny Slider) */

.card-section__wrapper .tns-outer {
    padding: 0 !important
}

.card-section__wrapper .tns-outer [hidden] {
    display: none !important
}

.card-section__wrapper .tns-outer [aria-controls],
.card-section__wrapper .tns-outer [data-action] {
    cursor: pointer
}

.card-section__wrapper .tns-outer.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%)
}

.card-section__wrapper .tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.card-section__wrapper .tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.card-section__wrapper .tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.card-section__wrapper .tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.card-section__wrapper .tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.card-section__wrapper .tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
    margin-right: -100%
}

.card-section__wrapper .tns-no-calc {
    position: relative;
    left: 0
}

.card-section__wrapper .tns-gallery {
    position: relative;
    left: 0
}

.card-section__wrapper .tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.card-section__wrapper .tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.card-section__wrapper .tns-lazy-img.loaded {
    opacity: 1
}

.card-section__wrapper .tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.card-section__wrapper .tns-ovh {
    overflow: hidden
}

.card-section__wrapper .tns-hdx {
    overflow-x: hidden
}

.card-section__wrapper .tns-hdy {
    overflow-y: hidden
}

.card-section__wrapper .tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.card-section__wrapper .tns-transparent {
    opacity: 0;
    visibility: hidden
}

.card-section__wrapper .tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.card-section__wrapper .tns-normal,
.card-section__wrapper .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.card-section__wrapper .tns-nav {
  text-align: center;
  margin: 20px 0;
}

.card-section__wrapper .tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dddddd;
  border: 0;
}

.card-section__wrapper .tns-nav .tns-nav-active {
  background-color: #eee;
}
/* @import url('http://example.com/example_style.css'); */

.Navi_Intern {
 min-height: 250px;
 background-color: #e8e8e8;  
 border-radius:5px;  
 border:1px solid #e8e8e8;    
 padding-left:10px; 
}

.Navi_Intern blockquote {
  font-weight:bold;
  margin-bottom:0px;
  font-size:16px;
}

.Navi_Struktur {
  margin-top:1px;
  padding-top:1px;
  list-style-type:none;
  padding-left:15px;
  margin-left:0px;
}

.Schlagworte {
  padding: 5px 5px 15px 22px;
  
}
dd { display:none; }

.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}

.accordion {
 overflow:hidden;
 /*border-radius:3px; 
 padding-bottom:1px;*/
 padding: 0;
 margin-bottom:1px; 
 border-bottom:1px dotted #555555;  
}

.accordion-title {
 width:100%;
 padding:10px 0 10px 0; 
 display:inline-block; 
 transition:all linear 0.15s;
 /* Type */
 text-decoration:none;
 vertical-align:middle;
}

.accordion-title h3 {
  padding-bottom:5px; 
  padding-left:80px; 
  padding-top: 2px;
  margin-top: 2px;
}
.upperline {
  padding-top: 5px;
  padding-bottom:0px; 
  margin-bottom:0px;
  padding-left:80px; 
  font-size:16px;
}

/*
.accordion-title a { 
 text-decoration:none; 
}
.accordion-title a:hover { 

 background:#e8e8e8;  
}
*/

.accordion-content ul {
    padding: 0 0 0 5px;   
    list-style: none; 
}

.accordion-content li {
    color:#404142;     
  }
.accordion-content ul li::before {
  content: "\25AA";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #EC008C; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.test {
border:1px solid #000;
}
.trenner {
    border:1px solid #EC008C;
    width:50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zitat {
  width:100%;
  text-align:center;   
  padding:30px;
  /*font-family: 'Indie Flower', cursive;*/
}
.zitat-autor {
  width:100%;
  text-align:center;     
}
.links {
  color:#EC008C;  
  font-size:2rem;  
  height: auto;
}
.rechts {
  color:#EC008C;
  padding:10px; 
  font-size:2rem;    
  align-items: top;
}
.zitat span {
  font-size:3rem;
  font-weight:100;
}


@media screen and (max-width: 767px) {
.zitat span {
  font-size:1.5rem;  
}
}
.Terminvereinbarung{
background-color:#EC008C  
}
 
.Terminvereinbarung h2 {
color:#fff
}
.Terminvereinbarung p {
color:#fff;
}
.Terminvereinbarung i {
padding-left:10px;
}
.social-links {
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.social-links__icon {
  background-color: transparent;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex !important;
  margin: 0 0.7rem 0.35rem 0;
  padding: 0.7rem;
}

.social-links__icon svg {
  fill: #ff5e14;
  height: 20px;
  width: auto;
}

.social-links__icon:hover,
.social-links__icon:focus,
.social-links__icon:active {
  background-color: #ff5e14;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFFFFF;
}
.news_listing__entry {
  box-shadow: 0px 2px 20px 0px rgba(0,0,0,0.12);
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  min-width: 250px;
  background-color: #ffffff;
}

.news_listing__content h3 {
  min-height: 150px;
  
}
.entry__summary {
  min-height: 150px;
}

.news_listing__header {
  display: flex;
  align-items: center;
}

.news_listing__featured_image {
  height: 245px;
  background-size: cover;
  border-bottom: 4px solid #ff5e14;
}

.news_listing__content {
  padding: 20px;
}

.news_listing__content h3 {
  margin: 0;
}

.news_listing__content a {
  text-decoration: none;
}

.news_listing__content .entry__summary {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px solid #e7ebef;
}

.news_listing__header,
.news_listing__body {
  padding: 2rem;
}

.news_listing__header {
  border-bottom: 1px solid #cccccc;
}

.news_listing__body {
  display: flex;
}

.entry__byline--row {
  display: flex;
  flex-direction: row;
}

.entry__icon > svg {
  width: 1rem;
  margin-right: 0.5rem;
}

/* Carousel (Tiny Slider) */

.news_listing__wrapper .tns-outer {
    padding: 0 !important
}

.news_listing__wrapper .tns-outer [hidden] {
    display: none !important
}

.news_listing__wrapper .tns-outer [aria-controls],
.news_listing__wrapper .tns-outer [data-action] {
    cursor: pointer
}

.news_listing__wrapper .tns-outer.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%)
}

.news_listing__wrapper .tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.news_listing__wrapper .tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.news_listing__wrapper .tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.news_listing__wrapper .tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.news_listing__wrapper .tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.news_listing__wrapper .tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
    margin-right: -100%
}

.news_listing__wrapper .tns-no-calc {
    position: relative;
    left: 0
}

.news_listing__wrapper .tns-gallery {
    position: relative;
    left: 0
}

.news_listing__wrapper .tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.news_listing__wrapper .tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.news_listing__wrapper .tns-lazy-img.loaded {
    opacity: 1
}

.news_listing__wrapper .tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.news_listing__wrapper .tns-ovh {
    overflow: hidden
}

.news_listing__wrapper .tns-hdx {
    overflow-x: hidden
}

.news_listing__wrapper .tns-hdy {
    overflow-y: hidden
}

.news_listing__wrapper .tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.news_listing__wrapper .tns-transparent {
    opacity: 0;
    visibility: hidden
}

.news_listing__wrapper .tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.news_listing__wrapper .tns-normal,
.news_listing__wrapper .tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.news_listing__wrapper .tns-nav {
  text-align: center;
  margin: 20px 0;
}

.news_listing__wrapper .tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dddddd;
  border: 0;
}

.news_listing__wrapper .tns-nav .tns-nav-active {
  background-color: #ff5e14;
}

.tns-outer {
    padding: 0 !important
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-outer.ms-touch {
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    -ms-scroll-chaining: none;
    -ms-scroll-snap-type: mandatory;
    -ms-scroll-snap-points-x: snapInterval(0%, 100%)
}

.tns-slider {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s
}

.tns-slider>.tns-item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    content: '';
    display: table;
    clear: both
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left;
    margin-right: -100%
}

.tns-no-calc {
    position: relative;
    left: 0
}

.tns-gallery {
    position: relative;
    left: 0
}

.tns-gallery>.tns-item {
    position: absolute;
    left: -100%;
    -webkit-transition: opacity 0s;
    -moz-transition: opacity 0s;
    -webkit-transition: transform 0s, opacity 0s;
    -moz-transition: transform 0s, opacity 0s;
    transition: transform 0s, opacity 0s
}

.tns-lazy-img {
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.6
}

.tns-lazy-img.loaded {
    opacity: 1
}

.tns-ah {
    -webkit-transition: height 0s;
    -moz-transition: height 0s;
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-hdx {
    overflow-x: hidden
}

.tns-hdy {
    overflow-y: hidden
}

.tns-visually-hidden {
    position: absolute;
    left: -10000em
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 0
}

.tns-normal,
.tns-fadeOut {
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.tns-nav {
  text-align: center;
  margin: 20px 0;
}

.tns-nav > [aria-controls] {
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #dddddd;
  border: 0;
}

.tns-nav .tns-nav-active {
  background-color: #ff5e14;
}
/* Menu Item Styles */

.navigation-primary a {
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary a:active {
  color: #fff;
  text-decoration: none;
}

.menu-item {
  margin: 0;
  padding: 0;
}

/* Active Menu Item Styles */

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

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

@media (max-width: 767px) {
  .navigation-primary .submenu.level-1 > li > a.active-item:after,
  .navigation-primary .submenu.level-1 > li > a.active-branch:after {
    display: none;
  }
}

/* Menu */

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

@media (max-width: 767px) {
  .submenu {
    display: none;
  }

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

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

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

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

/* Top Level Menu */

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

.submenu.level-1 > li {
  display: inline-block;
  margin: 0.7rem 2.1rem 0.7rem 0;
  position: relative;
  text-transform: uppercase;
}

.submenu.level-1 > li:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .submenu.level-1 > li {
    margin-right: 1.4rem;
  }
}

@media (max-width: 767px) {
  .submenu.level-1 {
    width: 100%;
  }

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

  .submenu.level-1 > li > a {
    padding: 0.7rem 2.1rem;
  }
}

/* Child Menus */

.submenu.level-2,
.submenu.level-3 {
  border: 1px solid #d0d0d0;
  border-radius: 0 0 4px 4px;
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 200px;
  z-index: 2;
}

.submenu.level-1 > li:hover .submenu.level-2,
.submenu.level-1 > li.focus .submenu.level-2 {
  left: 0;
  opacity: 1;
}

.submenu.level-1 > li:hover:last-child .submenu.level-2,
.submenu.level-1 > li.focus:last-child .submenu.level-2 {
  left: auto;
  right: 0;
}

.submenu.level-2 > li:hover .submenu.level-3,
.submenu.level-2 > li.focus .submenu.level-3 {
  left: 100%;
  opacity: 1;
}

.submenu.level-1 > li:hover:last-child .submenu.level-2 .menu-item:hover .submenu.level-3,
.submenu.level-1 > li.focus:last-child .submenu.level-2 .menu-item.focus .submenu.level-3 {
  left: auto;
  right: 100%;
}

.submenu.level-2 > li {
  border-bottom: 1px solid #d0d0d0;
  background-color: #FFFFFF;
  padding: 0;
  margin: 0;
}

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

.submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 0.7rem;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  background-color: #19CCA3;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

@media (max-width: 767px) {
  .submenu.level-2,
  .submenu.level-3 {
    border: none;
    border-top: 1px solid white;
    box-shadow: none;
    opacity: 1;
    position: static;
    visibility: visible;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    width: 100%;
  }

  .submenu.level-2 .menu-item,
  .submenu.level-3 .menu-item {
    border-bottom: none;
    padding: 0;
    background: transparent;
  }

  .submenu.level-2 .menu-item .menu-link,
  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 2.8rem;
  }

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

  .submenu.level-2 > .has-submenu .menu-link,
  .submenu.level-3 > .has-submenu .menu-link {
    width: 100%;
  }

  .submenu.level-2 > .has-submenu > .menu-arrow,
  .submenu.level-3 > .has-submenu > .menu-arrow {
    display: none;
  }

}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 2.8rem;
}

@media (max-width: 767px) {
  .submenu.level-3 {
    background-color: inherit;
    padding: 0;
    margin: 0;
    width: 100%;
  }

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

  .submenu.level-3 .menu-item .menu-link {
    padding: 0.7rem 3.5rem !important;
  }
}

/* Mobile Navigation */

#nav-toggle,
.submenu-toggle {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
  }

  .header__navigation-toggle {
    cursor: pointer;
    display: block;
    padding: 10px;
    background-color: #ff5e14;
    right: 20px;
  }

  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    background-color: #fff;
    display: inline-block;
    height: 2px;
    width: 20px;
  }

  .header__mobile-menu-icon {
    position: relative;
    top: -5px;
  }

  .header__mobile-menu-icon:before {
    top: -8px;
  }

  .header__mobile-menu-icon:after {
    top: 8px;
  }

  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    content: '';
    position: absolute;
  }

  #nav-toggle:checked ~ .header__navigation {
    display: block;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon {
    margin: 0 auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:before {
    content: none;
  }

  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:after {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  }

  .menu-arrow-icon,
  .menu-arrow-icon:after {
    background-color: #FFF;
    border-radius: 10px;
    display: block;
    height: 4px;
    width: 20px;
  }

  .menu-arrow-icon {
    position: relative;
    margin: 0 auto;
    top: 8px;
  }

  .menu-arrow-icon:after {
    content: '';
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

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

  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    border: none;
    cursor: pointer;
    padding: 13px 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
  }

  .submenu.level-1 > .has-submenu > .menu-arrow-bg,
  .submenu > .has-submenu > .menu-arrow-bg,
  .submenu .menu-arrow-bg {
    display: block;
    height: 20px;
    margin-left: auto;
    margin-right: 30px;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    width: 20px;
  }

}

/* HubSpot Editor Styles */

.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}