*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Drag and Drop Section */

.dnd-section {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 80px;
}

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

.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;
  }
}
html {
  font-size: 16px;
}

body {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 16px;
  line-height: 1.4;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 600;
}

/* Links */

a {
  color: #c168c2;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #e77de8;
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.05em;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1,
h2,
h4,
h5 {
  text-transform: uppercase;
}

h1 {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h2 {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h3 {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h4 {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
}

h5 {
  color: #34b5e5;
  font-family: Work Sans;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

h6 {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
}

/* Lists */

ul,
ol {
  list-style-position: inside;
  margin: 1.5rem 0;
  padding-left: 0;
}

ul li,
ol li {
  font-size: 1rem;
  line-height: 2;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
  padding-left: 2.8rem;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left-color: #1e2b33;
  border-left-style: solid;
  border-left-width: 4px;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.4rem 2.8rem;
}

/* Horizontal Rules */

hr {
  background-color: #D0D0D0;
  border: none;
  color: #D0D0D0;
  height: 1px;
}

/* Subscripts and Superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Form */

form {
  background-color: #f1f1f1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;
  font-family: Work Sans;
  max-width: 500px;
  padding: 2.6rem;
}

/* Form Title */

h3.form-title {
  background-color: #34b5e5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  color: #FFFFFF;
  margin: 0;
  max-width: 500px;
  padding: 2.8rem 2.6rem;
  text-transform: uppercase;
}

/* Form Button */

.hs-button,
.button__primary {
  background-color: #c168c2;
  border-color: #c168c2;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 0;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

.hs-button:hover,
.hs-button:focus,
.hs-button:active,
.button__primary:hover,
.button__primary:focus,
.button__primary:active {
  border-color: #e77de8;
  background-color: #e77de8;
  color: #FFFFFF;
  text-decoration: none;
}

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

/* Form Labels */

.hs-form label {
  color: #1e2b33;
  display: block;
  float: none;
  font-size: 1rem;
  margin-bottom: 4px;
  padding-top: 0;
  text-align: left;
  width: auto;
}

/* Form Help Text */

.hs-form legend {
  color: #1e2b33;
}

/* Form Error Messages */

.hs-error-msgs label {
  color: #EF6B51;
  margin-top: 0.5rem;
}

/* Form Fields */

form .input {
  position: relative;
}

form input,
form select,
form textarea {
  background-color: #FFFFFF;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;
  color: #1e2b33;
  display: inline-block;
  padding: 0.75rem;
  width: 100%;
}

form input:focus,
form select:focus,
form textarea:focus {
  border-color: #c168c2;
  border-width: 1px;
  outline: none;
}

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

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

.hs-dropdown .input:after {
  content: "\25BE";
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.hs-date_picker .input .hs-dateinput:before {
  color: #1e2b33;
  content:"\01F4C5";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFFFFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #34B5E5;
}

.fn-date-picker td.is-selected .pika-button {
  background: #34B5E5;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #C168C2 !important;
  border-radius: 0 !important;
}

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

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

.hs-input input,
.hs-input textarea {
  -webkit-transition: border 0.2s linear;
  -o-transition: border 0.2s linear;
  transition: border 0.2s linear;
}

textarea.hs-input {
  height: auto;
}

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

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: #EF6b51;
}

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: #EF6b51;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  padding-left: 0;
  width: 100%;
}

.inputs-list > li {
  display: block;
  padding: 0;
  padding-top: 0;
  width: 100%;
}

.inputs-list label {
  display: block;
  float: none;
  font-weight: normal;
  line-height: 18px;
  padding: 0;
  text-align: left;
  white-space: normal;
  width: auto;
}

.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: #1e2b33;
  margin: 0 0 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  color: #1e2b33;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 3px;
}

.hs-richtext hr {
  margin-left: 0;
  text-align: left;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  font-size: 12px;
  padding-top: 3px;
}

.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,
.button__primary,
.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,
.hs-form-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.hs-form-field select::-ms-expand {
  display: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Work Sans;
}
/* Navigation Theme Styles */

.navigation-primary a {
    color: #ffffff;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.navigation-primary a:active {
    color: #ffffff;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
    background-color: #ffffff;
}

.submenu.level-2 {
    background-color: #34b5e5;
    border-color: #d0d0d0;
}

.submenu.level-2 > li {
    border-bottom-color: #d0d0d0;
}

.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
    background-color: #c168c2;
    color: #ffffff;
}

@media(max-width: 767px) {
    .header__navigation {
        background-color: #34b5e5;
    }

    .header__mobile-menu-icon,
    .header__mobile-menu-icon:after,
    .header__mobile-menu-icon:before {
        background-color: #ffffff;
    }

    .menu-arrow-icon,
    .menu-arrow-icon:after {
        background-color: #ffffff;
    }

    .submenu.level-1 > li {
        border-top-color: #d0d0d0;
    }

    .submenu.level-2 .menu-item {
        border-top-color: #d0d0d0;
    }
}
/* Table */

table {
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1rem;
}

tbody + tbody {
  border-top-color: #d0d0d0;
  border-top-style: solid;
  border-top-width: 2px;
}

/* Table Cells */

th,
td {
  background-color: #FFFFFF;
  border-color: #d0d0d0;
  border-style: solid;
  border-width: 1px;
  color: #1e2b33;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #34b5e5;
  color: #FFFFFF;
  vertical-align: bottom;
}

/* Table Footer */

tfoot td {
  background-color: #f0f0f0;
  color: #1e2b33;
}
/* Accordion */

.accordion__item button {
    color: #c168c2;
}

.accordion__icon {
    background-color: #c168c2;
}

.accordion__icon:before,
.accordion__icon:after {
    background-color: #FFFFFF;
}

.accordion__item[aria-expanded=true] button {
    color: #e77de8;
}

.accordion__item[aria-expanded=true] .accordion__icon:before,
.accordion__item[aria-expanded=true] .accordion__icon:after {
    background-color: #FFFFFF;
}

.accordion__item[aria-expanded=true] .accordion__icon {
    background-color: #e77de8;
}

/* Blog CTA Module */

.cta-banner {
    background-color: #34b5e5;
}

.cta-banner__content-column * {
    color: #ffffff;
}

/* Image Module */

img {
    max-width: 100%;
}

/* Social Follow Me and Social Sharing */

.social-links {
    border: 2px solid #000000;
    border-radius: 4px;
    display: inline-block;
}

.social-links__icon {
    border-right: 2px solid #000000;
    box-sizing: border-box;
    float: left;
    height: 40px;
    padding: 10px;
    text-align: center;
    width: 42px;
}

.social-links__icon:last-child {
    border-right: 0px;
    width: 40px;
}

.social-links__icon svg {
    fill: #000000;
    height: 15px;
    width: auto;
}

.social-links__icon:hover {
    background-color: #000000;
}

.social-links__icon:hover svg {
    fill: #FFFFFF;
}

/* Statististic */

.statistic__info {
    color: #1e2b33;
}
/* Header Container */

.header {
  background-color: #34b5e5;
}

.header__container {
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  display: -webkit-box;
    display: -ms-flexbox;
      display: flex;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  max-width: 1340px;
  padding: 25px 40px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
}

.header__logo .logo-company-name {
  color: #ffffff;
  font-size: 28px;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

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

/* Language Switcher */

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

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

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

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

@media(max-width: 767px) {
  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }
}

.header__language-switcher .lang_list_class {
  background-color: #34b5e5;
  border-color: #d0d0d0;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 0;
  right: 0;
  text-align: left;
  -webkit-transform: none;
    -ms-transform: none;
        transform: none;
  top: 100%;
  visibility: hidden;
}

@media(max-width: 767px) {
  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }
}

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

@media(max-width: 767px) {
  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }
}

.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: 10px;
}

@media(max-width: 767px) {
  .header__language-switcher .lang_list_class li {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding: 7px 30px;
  }
}

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

@media(max-width: 767px) {
  .header__language-switcher .lang_list_class li:first-child {
    border-top-color: #d0d0d0;
    border-top-style: solid;
    border-top-width: 1px;
    padding-top: 7px;
  }
}

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

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

@media(max-width: 767px) {
  .header__language-switcher .lang_list_class li:hover {
    background-color: transparent;
  }
}

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

@media(max-width: 767px) {
  .header__language-switcher .lang_list_class li:hover a {
    color: #ffffff;
  }
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: Work Sans;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

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

@media(max-width: 767px) {
  .header__language-switcher-label {
    position: static;
  }
}

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

@media(max-width: 767px) {
  .header__language-switcher-label-current {
    display: none;
  }
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #ffffff;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 6px;
  content: "";
  display: block;
  height: 0;
  margin: 3px 0 0 10px;
  width: 0;
}

@media(max-width: 767px) {
  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}
/* Footer Container */

.footer {
  background-color: #1e2b33;
}

.footer__container {
  margin: 0 auto;
  max-width: 1340px;
  padding: 40px 40px 0 40px;
}

.footer__top-section {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .footer__top-section {
    padding-bottom: 40px;
  }
}

.footer__bottom-section {
  border-top-color: #ffffff;
  border-top-style: solid;
  border-top-width: 1px;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .footer__top-section,
  .footer__bottom-section {
    text-align: center;
  }
}

/* Footer Logo */

.footer__logo {
  margin-bottom: 60px;
}

/* Footer Social Follow */

.footer__follow-me .social-links {
  border-color: #ffffff;
}

.footer__follow-me .social-links__icon {
  border-right-color: #ffffff;
}

.footer__follow-me .social-links__icon svg {
  fill: #ffffff;
}

.footer__follow-me .social-links__icon:hover {
  background-color: #ffffff;
}

.footer__follow-me .social-links__icon:hover svg {
  fill: #1e2b33;
}

/* Footer Menus */

.footer,
.footer h4,
.footer a {
  color: #ffffff;
}

.footer h4 {
  font-family: Work Sans;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.footer__navigation ul {
  list-style: none;
}

@media (max-width: 767px) {
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }

  .footer__logo,
  .footer__follow-me {
    margin-bottom: 40px;
  }
}
/* Blog Container */

.content-wrapper {
    margin: 0px auto;
    max-width: 1340px;
    padding: 0px 25px;
}

.blog-index,
.blog-post {
    padding: 60px 0px;
}

.blog-post {
    margin: 0 auto;
    max-width: 760px;
}

/* Blog Header */

.blog-index-header,
.blog-post-header {
    background-position: center center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 80px;
}

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

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

.blog-index-header__title,
.blog-index-header__subtitle {
    color: #FFFFFF;
}

.blog-post-header__back-button {
    background-color: #c168c2;
    font-size: 20px;
    padding: 15px 20px;
    text-align: right;
    width: 250px;
}

.blog-post-header__back-button svg {
    fill: #FFFFFF;
    margin-right: 10px;
}

.blog-post-header__back-button a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.blog-post-header__back-button:hover,
.blog-post-header__back-button:focus,
.blog-post-header__back-button:active {
    background-color: #e77de8;
}

.blog-post-header__back-button:hover a,
.blog-post-header__back-button:focus a,
.blog-post-header__back-button:active a {
    color: #FFFFFF;
    text-decoration: none;
}

/* Blog Navigation */

.blog-navigation {
    background-color: #34b5e5;
    padding: 16px 0px;
}

.blog-tag-filter__title,
.blog-tag-filter__dropdown {
    display: inline-block;
}

@media (max-width: 767px) {
    .blog-tag-filter {
        margin-bottom: 20px;
        text-align: center;
    }
}

.blog-tag-filter__title {
    color: #ffffff;
    font-weight: 600;
    margin-right: 48px;
    text-transform: uppercase;
}

.blog-tag-filter__dropdown {
    position: relative;
}

.blog-tag-filter__dropdown select {
    -webkit-appearance: none;
        -moz-appearance: none;
         appearance: none;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
    color: #ffffff;
    display: inline-block;
    padding: 0.75rem;
    max-width: 100%;
    width: 200px;
}

.blog-tag-filter__dropdown select::-ms-expand {
    display: none;
  }

.blog-tag-filter__dropdown select:focus {
    outline: none;
}

.blog-tag-filter__dropdown:after {
    color: #FFFFFF;
    content: "\25BE";
    pointer-events: none;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}


.blog-navigation__search form {
    background-color: transparent;
    border: none;
    margin-left: auto;
    max-width: 360px;
    padding: 0;
}

@media (max-width: 767px) {
    .blog-navigation__search form {
        margin: 0 auto;
    }
}

/* Blog Listing & Related Posts Layout */

.blog-index,
.blog-related-posts__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 3.3rem 0;
}

.blog-card {
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    margin-bottom: 30px;
    width: calc(50% - 30px);
}

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

.blog-card__header {
    padding: 40px 20px;
}

.blog-card__title a,
.blog-card__author-name,
.blog-post__author-name {
    color: #1e2b33;
}

.blog-card__title a:hover,
.blog-card__author-name:hover,
.blog-post__author-name:hover {
    color: #1e2b33;
    text-decoration: none;
}

.blog-card__title,
.blog-post__title {
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: none;
}

.blog-card__author-image,
.blog-post__author-image {
    background-size: cover;
    border-radius: 50%;
    height: 45px;
    margin-right: 10px;
    width: 45px;
}

.blog-card__author-image,
.blog-card__meta,
.blog-post__author-image,
.blog-post__meta {
    display: inline-block;
    vertical-align: middle;
}

.blog-card__author-name,
.blog-card__date,
.blog-card__author-name,
.blog-post__date {
    display: block;
}

.blog-card__image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 63%;
}

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

.blog-card__tags {
    margin-bottom: 1em;
}

.blog-card__tags svg,
.blog-post__tags svg {
    fill: #34b5e5;
    height: 15px;
    margin-right: 10px;
    -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 15px;
}

.blog-card__tag-link,
.blog-post__tag-link {
    background-color: #34b5e5;
    border-radius: 4px;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
}

.blog-card__tag-link:hover,
.blog-card__tag-link:focus,
.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
    color: #ffffff;
    text-decoration: none;
}

.blog-post__tags {
    margin: 20px 0 40px;
}

.blog-card__footer {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 20px 40px;
}

.blog-related-posts {
    margin-top: 20px;
}

.blog-related-posts__title {
    text-align: center;
}

/* Blog Pagination */
.blog-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.3rem;
    text-align: center;
}

.blog-pagination__link {
    border-radius: 4px;
    color: #c168c2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 20px;
    line-height: 1;
    margin: 0 0.1rem;
    padding: 0.25rem 0.6rem;
    text-decoration: none;
}

.blog-pagination__link--active {
    background-color: #34B5E5;
    color: #FFFFFF;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
    color: #e77de8;
    text-decoration: none;
}

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
    color: #FFFFFF;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.blog-pagination__prev-link {
    margin-right: 0.25rem;
    text-align: right;
}
.blog-pagination__next-link {
    margin-left: 0.25rem;
    text-align: left;
}

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
    fill: #c168c2;
    margin: 0 5px;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
    fill: #e77de8;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
    fill: #D0D0D0;
}


/* Blog Footer */

.blog-post__footer__row-one,
.blog-post__footer__row-two {
    max-width: 560px;
}

.blog-post__footer__row-one {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto;
}

@media(max-width: 767px) {
    .blog-post__footer__row-one {
        -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

.blog-post__footer__row-two {
    margin: 0 auto;
}

@media(max-width: 767px) {
    .blog-post__comments-buttons {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }

    .blog-post__social-sharing {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-bottom: 20px;
    }
}

/* Blog Comments */

.hide-button,
.hide-comments {
    display: none;
}

.comment.depth-0 {
    border-top: none !important;
}

.blog-post__footer__row-two form {
    border-radius: 4px;
    max-width: 100%;
}

.blog-post__comments-listing .comment {
    margin: 10px 0 20px;
}

.blog-post__comments-listing .comment-from a,
.blog-post__comments-listing .comment-from h4,
.blog-post__comments-listing .comment-date {
    color: #1e2b33;
    font-size: 1rem;
    text-transform: none;
}

.blog-post__comments-listing .comment-from h4 {
    font-weight: 600;
}

.blog-post__comments-listing .comment-from h4:after {
    content: "-"
}

.blog-post__comments-listing .comment-date {
    font-style: italic;
}

.blog-post__comments-listing .comment-reply-to,
.blog-post__comments-listing .comment-reply-to:hover {
    background-color: transparent;
}

.blog-post__comments-listing .comment-reply-to {
    color: #c168c2;
    cursor: pointer;
    padding-left: 30px
    text-decoration: none;
}

.blog-post__comments-listing .comment-reply-to:hover {
    color: #e77de8;
    text-decoration: underline;
}
/* Error Pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Work Sans;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

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

.error-page__heading {
  margin-bottom: 1rem;
}

/* System Pages */

.systems-page {
  padding: 3rem 20px;
}

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

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search Pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFFFFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 2rem;
}

.hs-search-results__listing li {
  margin-bottom: 2rem;
}

.hs-search-results__title {
  color: #1e2b33;
  font-family: Work Sans;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.5rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #1e2b33;
}