*, *: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;
}
/* Header container */

.header {
  background-color: #F8FAFC;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header--toggle{
  display:none;
}
.header__container-outer {
  position:relative;
  z-index:2;
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header__container.content-wrapper{
  max-width:1440px;
}
.header__row-1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}
.header__container .header__column {
  width: 100%;
  flex: auto;
}
.header__navigation .header_cta_two,
.header__navigation .header_cta_one{
  display:none;
}
.header__navigation {
  flex: auto;
  display: flex;
  justify-content: center;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.header .row-fluid [class*='span'] .header__logo img {
  width: 114px;
}
.header__logo.logo__scroll {
  display: none;
}
.menu-open .header__logo.logo__scroll {
  display: flex;
}
.header.scrolled .row-fluid .header__logo,
.menu-open .header .row-fluid .header__logo{
  display: none;
}
.header.scrolled .row-fluid .header__logo.logo__scroll,
.menu-open .header.scrolled .row-fluid .header__logo.logo__scroll,
.menu-open .header .row-fluid .header__logo.logo__scroll{
  display: flex;
}
.header.black-links .row-fluid .header__logo {
  display: none;
	/*flex: 0 0 15%;*/
}
.header.black-links .row-fluid .header__logo.logo__scroll {
  display: block;
}
.header.scrolled .submenu.level-1 > .has-submenu > .menu-arrow,
.header.black-links .submenu.level-1 > .has-submenu > .menu-arrow {
  border-top: 1px solid #272d2f;
  border-right: 1px solid #272d2f;
}
.header__logo img {
  max-width: 100%;
}
.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

@media (max-width: 1400px){
  .header .header__container.content-wrapper{
    max-width:100% !important;
  }
  .header__logo--main {
    position: relative;
    top: 0;
    left: 0;
    transform: initial;
    height: initial;
  }
  .header__container .header__column {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
  }
}
.header__logo, 
.header__logo span, 
.header__logo span > a,
.header__logo span > a img {
  max-height: 100%;
  width: auto;
  display: block;
}
.header .row-fluid [class*='span'] img {
  margin-bottom:0;
}

/* Search bar */

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.search-open .header {
  top: 3.8rem;
}
.header__search {
  padding: 0;
  position: absolute;
  top: -3.8rem;
  left: 0;
  width: 100%;
}
.header--toggle.header__close--toggle {
  display: block;
  width: 3.8rem;
  height: 3.8rem;
  position: absolute;
  top: 0;
  right: 0;
  background: #26bad4;
  z-index: 2;
  cursor:pointer;
}
.header--toggle.header__close--toggle i{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%) rotate(45deg);
  transform-origin: center center;
}
.header--toggle.header__close--toggle i:before,
.header--toggle.header__close--toggle i:after {
  position: absolute;
  content: '';
  height: 50%;
  width: 2px;
  background: #ffffff;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.header--toggle.header__close--toggle i:after {
  height: 2px;
  width: 50%;
}
.header--toggle.header__search--toggle {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.178' height='21.178' viewBox='0 0 21.178 21.178'%3E%3Cg id='group-3' transform='translate(0 -0.001)'%3E%3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='7.014' cy='7.014' r='7.014' transform='translate(0.834 0.834)' fill='none' stroke='%2326bad4' stroke-width='1.667'/%3E%3Cpath id='Tracé_513' data-name='Tracé 513' d='M13.341,13.341,20,20' fill='none' stroke='%2326bad4' stroke-linecap='round' stroke-width='1.667' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  color: #494A52;
  font-family: 'Archivo', sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  height: 2rem;
  width: 2rem;
  transition: all .5s ease-in-out;
  background-size: contain;
  display:block;
  cursor:pointer;
}
.header.scrolled .header--toggle.header__search--toggle,
.menu-open .header .header--toggle.header__search--toggle{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.178' height='21.178' viewBox='0 0 21.178 21.178'%3E%3Cg id='group-3' transform='translate(0 -0.001)'%3E%3Ccircle id='Ellipse_25' data-name='Ellipse 25' cx='7.014' cy='7.014' r='7.014' transform='translate(0.834 0.834)' fill='none' stroke='%2326bad4' stroke-width='1.667'/%3E%3Cpath id='Tracé_513' data-name='Tracé 513' d='M13.341,13.341,20,20' fill='none' stroke='%2326bad4' stroke-linecap='round' stroke-width='1.667' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.header__search .hs-search-field__input {
  -webkit-appearance:none;
  appearance:none;
  border:none;
  border-radius:0;
  height:3.8rem;
  width: calc(100% - 3.8rem);
  background: #eaeaea;
  outline:none;
  color:inherit;
}
.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}
.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  min-width:230px;
  z-index: 10;
}
.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
}
.header__search .hs-search-field__suggestions li a {
  color: #272d2f;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}
.header__language-switcher .lang_switcher_class {
  position: static;
}
.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: 'Archivo', sans-serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}
.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}
.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}
.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}
.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}
.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}
.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}
.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}
.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}
.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: 'Archivo', sans-serif;
}
.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}
.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

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

/* Mobile styles */

@media (max-width: 992px) {
  .menu-open .header__navigation{
    overflow-y:scroll;
  }
  .header__container{
    padding-top:1rem;
    padding-bottom:1rem;
    height:6rem;
  }
  .header__column-logo{
    flex:auto;
  }
  .body-container, .footer-container{
    left: 0;
    position: relative;
    transition: left .5s ease-in-out;
  }
  .header__container form {
    max-width: 100%;
  }
  .header__logo {
    margin: 0 auto;
    width: 100%;
    flex: 0 0 10rem;
  }
  .header__navigation{
    background-color: #F8FAFC;
    display: block;
    height: 100%;
    position: fixed;
    width:100%;
    left:0;
    top: -100%;
    z-index: -1;
    opacity:0;
    transition: all .5s ease-in-out;
  }
  .menu-open .header__navigation{
    visibility:visible;
    opacity:1;
    top: 0;
    padding-top:10rem;
  }

  .header__navigation .header_cta_two,
  .header__navigation .header_cta_one{
    display:block;
    padding-top:1rem;
    padding-bottom:1rem;
  }
  .header .header__navigation .header_cta_two a,
  .header .header__navigation .header_cta_one a{
    display:block;
    font-size:1.6rem;
  }
  .header__navigation .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 {
    display: flex;
    flex-flow: column;
  }
  .header__search {
    padding:0;
  }
  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide{
    display:none;
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle{
    cursor: pointer;
    margin: 0 1rem;
    position: relative;
  }
  .header__navigation--toggle {
    cursor: pointer;
    height: 1.9rem;
    width: 2rem;
    display:flex;
    flex-flow:column;
    align-items:center;
    justify-content:center;
    position:relative;
    transition: transform .5s ease-in-out;
  }
  .header__navigation--toggle i, .header__navigation--toggle i:before, .header__navigation--toggle i:after {
    width: 2rem;
    height: .3rem;
    background: #26bad4;
    color: transparent;
    user-select: none;
    display: block;
    border-radius: 1.7px;
  }
  .header__navigation--toggle i:before, .header__navigation--toggle i:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
  }

  .header__navigation--toggle i:after {
    top:initial;
    bottom:0;
  }
  .menu-open .header__navigation--toggle {
    transform: rotate(45deg);
  }
  .menu-open .header__navigation--toggle i:before {
    transform: rotate(90deg) translateX(35%);
  }
  .menu-open .header__navigation--toggle i:after {
    opacity:0;
  }
  .menu-open .header__navigation--toggle i, .menu-open .header__navigation--toggle i:before, .menu-open .header__navigation--toggle i:after{
    background: #26bad4;
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }
  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }
  .header__language-switcher--toggle:after {
    content: "Language";
  }
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }
  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }
  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }
  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }
  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
  .header__search .hs-search-field__input {
    padding-left: 15px;
  }
  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }
  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }
  .header__close--toggle.show {
    display: block;
  }
  .header__cta .header_cta_two,
  .header__cta .header_cta_one{
    display:none;
  }
  .header__column-search--toggle{
    order:-1;
  }
}


@media (max-width: 640px){
  .search-open .header__close--toggle {
    top: 0;
    width: 3.8rem;
    height: 3.8rem;
  }
}


.navigation-primary {
  display: inline-block;
}
.navigation-primary a {
  color: #494A52;
  font-family: 'Archivo', sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}
.navigation-primary a.active-item {
  font-weight: 600;
  position: relative;
}
.navigation-primary .submenu.level-1>li>a.active-item:after {
  bottom: 2rem;
  content: "";
  height: 2px;
  position: absolute;
  width: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.navigation-primary .submenu.level-1>li:first-of-type>a.active-item:after {
  transform: translate(calc(-50% - .5rem), -50%);
}
.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navigation-primary .submenu a,
.navigation-primary .submenu p {
  text-decoration: none;
}
.submenu-toggle {
  display: none;
}
.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}
.submenu.level-1 > li {
  display: inline-block;
  padding: 15px 20px;
  text-transform: uppercase;
}
.submenu.level-1 > li.has-submenu {
  position: relative;
}
.submenu.level-1>.has-submenu>.menu-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(135deg) translate(-50%,50%);
  width: .9rem;
  height: .9rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
body .navigation-primary .submenu.level-1>li.has-submenu>a {
  padding-right: 2rem;
}
.submenu.level-2 {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  font-weight: 500;
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 130px;
  left: 50%;
  pointer-events:none;
  user-select:none;
}
.submenu.level-2 > li:first-child > a {
  position: relative;
  z-index: 2;
}
.submenu.level-2 > li:first-child:hover:before,
.submenu.level-2 > li:first-child.focus:before {
  background-color: rgba(208, 210, 212, 1.0);
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.submenu.level-2 > li {
  border-bottom: 1px solid #D1D6DC;
  padding: 0;
}
.submenu.level-2 .menu-item .menu-link {
  background-color: #979797;
  color: #ffffff;;
  display: block;
  padding: 1rem 1.5rem;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.submenu.level-2 .menu-item .menu-link:hover,
.submenu.level-2 .menu-item .menu-link:focus {
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
}
.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  opacity: 1;
  pointer-events:initial;
  user-select:initial;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}

/* Hide navigation dropdown in the inline editor */

.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;
}
.body-container-wrapper>.container-fluid>.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu,
.resources-center-listing-module .hs-breadcrumb-menu,
.hs-blog-listing .blog-header .hs-breadcrumb-menu{
  position: absolute;
  top: 90px;
  max-width: 980px;
  left: 50%;
  transform: translate(-50%);
  width:100%;
  padding-left:2rem;
  padding-right:2rem;
  box-sizing:border-box;
  text-align:left;
}
.hs-blog-post .body-container-wrapper ul.hs-breadcrumb-menu li a,
.hs-blog-post .body-container-wrapper ul.hs-breadcrumb-menu li a,
.hs-blog-post .body-container-wrapper ul.hs-breadcrumb-menu li span,
.hs-blog-post .body-container-wrapper ul.hs-breadcrumb-menu li span{color:inherit;}

.body-container-wrapper>.container-fluid.body-container--resources >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu {
  position: initial;
  padding-bottom: 2rem;
  transform: initial;
  top: initial;
  max-width: initial;
  left: initial;
  text-align: center;
  display: block;
}

.body-container-wrapper>.container-fluid.body-container--contact >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu li a,
.body-container-wrapper>.container-fluid.body-container--contact >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu .hs-breadcrumb-label,
.body-container-wrapper>.container-fluid.body-container--resources >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu li a,
.body-container-wrapper>.container-fluid.body-container--resources >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu .hs-breadcrumb-label {color:inherit}

.body-container-wrapper>.container-fluid.body-container--contact >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before,
.body-container-wrapper>.container-fluid.body-container--resources >.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {content: '›';padding: 5px;color:inherit;}

.hs-blog-post .body-container-wrapper .hs-breadcrumb-menu-divider:before{color:inherit;}

@media (min-width: 768px) and (max-width: 1150px) {
  .navigation-primary a {
    font-size: 20px;
  }
  .submenu.level-1 > li {
    padding: 22px 15px;
  }
  .submenu.level-1 > li:last-child {
    padding-right: 22px;
  }
  .submenu.level-2 {
    left: 0;
  }
}

@media (max-width: 767px) {
  .navigation-primary a {
    font-size: 26px;
  }
  .navigation-primary {
    display: block;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    content: none;
  }
  .navigation-primary .submenu.level-1 > li > a.active-item:after {
    display: none;
  }
  .submenu > li > a {
    display: block;
    width: 100%;
  }
  .submenu > .has-submenu {
    position: relative;
  }
  .submenu > .has-submenu > a {
    width: 70%;
  }
  .submenu {
    display: none;
  }
  .submenu.level-1 {
    width: 100%;
  }
  .submenu.level-1 > li {
    border-top: 2px solid #CED4DB;
    display: block;
    padding: 0;
    width: 100%;
  }
  .submenu.level-1 > li > a {
    font-weight: 600;
    padding: 7px 30px;
  }
  .submenu.level-1 > .has-submenu > .menu-arrow,
  .submenu > .has-submenu > .menu-arrow,
  .submenu .menu-arrow {
    background-position: center right 30px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: none;
    cursor: pointer;
    height: 55px;
    padding: 15px 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 {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOXB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAxOSAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QbHVzPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJQbHVzIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDAuMDAwMDAwKSIgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9IjAuNSI+PC9yZWN0PiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS42MDAwMDAsIDkuNjAwMDAwKSByb3RhdGUoOTAuMDAwMDAwKSB0cmFuc2xhdGUoLTkuNjAwMDAwLCAtOS42MDAwMDApICIgeD0iMS4yIiB5PSI5LjYiIHdpZHRoPSIxNi44IiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    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;
  }
  .submenu.level-2 > li:first-child:before {
    content: none;
  }
  input[type="checkbox"]:checked ~ .submenu {
    display: block;
  }
  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-2 {
    border: none;
    box-shadow: none;
    opacity: 1;
    position: static;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    visibility: visible;
    width: 100%;
    z-index: 2;
  }
  .submenu.level-2 .menu-item {
    background-color: #FFF;
    border-bottom: none;
    border-top: 2px solid #EBEFF3;
    padding: 0;
  }
  .submenu.level-2 .menu-item .menu-link {
    padding: 7px 60px;
  }
  .submenu.level-2 .menu-item .menu-link:hover {
    background-color: inherit;
  }
  .submenu.level-3 {
    background-color: inherit;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .submenu.level-3 > li {
    background-color: inherit;
    padding: 0;
  }
  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 90px;
  }
  .header.black-links .row-fluid .header__logo {
    /*flex: 0 0 20%;*/
  }
  .header .row-fluid .header__logo.logo__scroll {
    display:none;
  }
  .header.scrolled .row-fluid .header__logo,
  .menu-open .header .row-fluid .header__logo{
    display:none;
  }
  .header.scrolled .row-fluid .header__logo.logo__scroll,
  .menu-open .header .row-fluid .header__logo.logo__scroll{
    display:flex;
  }
}
.footer {
  background-color: #F8FAFC;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

@media (max-width:480px){
  .footer li.hs-item-has-children{
    position:relative;
  }

  .footer li.hs-item-has-children i.submenu-toggle {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:3.6rem;
  }
  .footer ul.hs-menu-children-wrapper {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    transition: all .4s ease-in-out;
  }
  .footer li.hs-item-has-children.open ul.hs-menu-children-wrapper {
    opacity: 1;
    max-height: 100%;
    visibility: visible;
  }
}

/* FOOTER TEST */
body.open {
  overflow: hidden;
}
footer .submitted-message {
  margin:1rem auto;
}
footer .popup-form{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(39,48,57,.75);
  opacity: 0;
  overflow-y: scroll;
  transition: all .3s ease-in-out;
}
footer .popup-form.open{
  z-index: 99;
  opacity: 1;
}
footer .popup-close{
  cursor:pointer;
}
footer .popup-form__outter{
  position:absolute;
}
footer .popup-form__inner {
  max-width: 100rem;
  margin: 8rem 2rem;
}
footer .popup-content{
  background: #fff;
  padding: 4rem;
  border: 20px solid #26bad4;
  border-radius: 0 0 0 20px;
  position: relative;
}
footer .popup-content::before, footer .popup-content::after {
  content: '';
  display: block;
  position: absolute;
}
footer .popup-content::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cpath id='Union_8' data-name='Union 8' d='M19.311,40H0V19.311H19.311V0H40V40Z' fill='%2326bad4'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  transform: translate(-100%,-100%);
}
footer .popup-content::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='20' viewBox='0 0 40 20'%3E%3Crect id='Rectangle_153' data-name='Rectangle 153' width='40' height='20' fill='%2326bad4'/%3E%3C/svg%3E%0A");
  width: 40px;
  height: 20px;
  bottom: 0;
  right: 0;
  transform: translate(100%,100%);
}
footer .popup-content > div{
  flex:50%;
}

@media (max-width:992px){
  footer .popup-content{
    padding: 4rem 2rem;
  }
}




.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}






.social-links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-links__icon {
  background-color: #26bad4;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.8rem;
  width: 2.8rem;
  margin: 0 5px;
  position: relative;
  transition: box-shadow .4s ease-in-out;
}

.social-links__icon:hover,
.social-links__icon:focus {
  box-shadow: 0 4px 10px 0 rgba(38, 186, 212,.4);
}

.social-links__icon svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #FFF;
}

.social-links__link > span {
  display: block;
}
/*******************************/
/******** BLOG LISTING *********/
/*******************************/

.hs-blog-listing .separator hr, 
.hs-blog-post .separator hr {width: 1px;height: 100%;background:#e4e4e4;}

/* .hs-blog-listing h1 {color:#000;} */
.hs-blog-listing .body-container .dnd-section {padding-top:0;padding-bottom:0;}
.hs-blog-listing .body-container .blog-header.dnd-section{
  background-color: #ededed;
  color: black;
  padding-top:135.0px; 
}

.blog-header.dnd-section.custom-image > .row-fluid.blog-header__inner > .columns > h1 {text-align: center;}

.blog-resources-carousel.dnd-section, .hs-blog-listing .topics-section {
  background-color: #ededed;
}
.card-container-inner {
background-color: white;
}

.hs-blog-listing .topics-section .topic {
  color:#272d2f;
  font-weight:initial;
  white-space:nowrap;
  transition: box-shadow .25s ease-in-out; 
  box-shadow: inset 0 0 0 0; 
  text-align:center;
  display: block;
  margin: 0;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.hs-blog-listing .topics-section .topic:hover {
  box-shadow: inset 0 -3px 0 0 #26bad4;
}
.hs-blog-listing .topics-section .topic.active{color:#272d2f; font-weight:bolder;box-shadow: inset 0 -3px 0 0;}
.hs-blog-listing .blog-header .hs-breadcrumb-menu{width:auto;}
.hs-breadcrumb-label,.body-container-wrapper .hs_cos_wrapper .blog-header.dnd-section .row-fluid .hs-breadcrumb-menu .hs-breadcrumb-label {color:#979797}
.body-container-wrapper .hs_cos_wrapper .blog-header.dnd-section .row-fluid .hs-breadcrumb-menu-divider:before {color:#979797}
.hs-blog-listing .blog-index{position:relative;}
.hs-blog-listing .blog-index__post-image {min-height: 12vw;width: 100%;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.hs-blog-listing .blog-index__post .blog-post__inner{position:relative;height:100%;border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);}
/* .hs-blog-listing .blog-index__post .blog-post__inner .tag {position: relative;margin: 0;transform: translateY(50%);} */
/* .hs-blog-listing .topics-section .topic{padding:13px 30px;border-radius: 2px;border: solid 1px #26bad4;background-color: transparent;}
.hs-blog-listing .topics-section .topic.active{border: solid 1px #272d2f;background-color:#272d2f;color:#ffffff;}
.hs-blog-listing .topics-section .topic.active[href*='tag'] {border: solid 1px #26bad4;background-color: #26bad4;color: #fff;} */
.hs-blog-listing .blog__pagination--arrow, .hs-blog-listing .blog__pagination--page {height: 4.8rem; width: 4.8rem; display: flex;flex-flow: column;align-items: center;justify-content: center;}
.hs-blog-listing .blog__pagination--page {color:#979797;}
.hs-blog-listing .blog__pagination--page.current, .hs-blog-listing .blog__pagination--page:hover, .hs-blog-listing .blog__pagination--page:focus {color:#26bad4;}
.hs-blog-listing .blog-resources-carousel .slick-track, .blog-resources-carousel .slick-list {overflow: visible;display:flex;}
.hs-blog-listing .blog-resources-carousel .slick-slide .read-more, .blog-resources-carousel .slick-slide .read-more {position: absolute;bottom: 3.5rem;left: 3.5rem;}
.hs-blog-listing .blog-resources-carousel .slick-slide .text-container, .blog-resources-carousel .slick-slide .text-container {position: relative;padding: 3.5rem 3.5rem 5.5rem;}
.hs-blog-listing .blog-resources-carousel{overflow: hidden;}
.hs-blog-listing .blog-resources-carousel .slick-slide {height:inherit;opacity: .5;display: block;visibility: visible;transition: opacity .5s ease-in-out;}
.hs-blog-listing .blog-resources-carousel .slick-slide.slick-current {opacity: 1;}
.hs-blog-listing .blog-resources-carousel .resources-carousel .slick-arrow {position: absolute;bottom: 0;left: 5rem;padding: 0;transform: translate(50%,50%);}
.hs-blog-listing .blog-resources-carousel .resources-carousel .slick-arrow.slick-prev {transform: scale(-1) translate(-50%,-50%);left:0;}
.hs-blog-listing .blog-resources-carousel .slick-dots {max-width: calc(100% - 13rem);margin-left: auto;margin-right: 0;justify-content: flex-start;}
.hs-blog-listing .blog-header.author-header {background-color: #ededed;}
.hs-blog-listing .blog-header.author-header h1 {color: #272d2f;}
.hs-blog-listing .blog-header__author-avatar {height: 156px;width: 156px;margin: 0 auto 2rem auto;border-radius: 50%;background-size: cover;background-position: 50%;background-repeat: no-repeat;border: 1px solid #26bad4;box-shadow: inset 0 0 0 8px #ededed;}
.hs-blog-listing .blog-header.dnd-section > .row-fluid {position: initial;}
.hs-blog-listing .body-container .blog-header.author-header.dnd-section{padding-top:180px; padding-bottom:90px;}
.hs-blog-listing .author.blog-index:before{display:none;}

.hs-blog-listing .body-container .blog-resource-sidebar,.hs-blog-post .body-container .blog-resource-sidebar{padding:0;}
.hs-blog-listing .body-container .blog-resource-sidebar > .row-fluid, .hs-blog-post .body-container .blog-resource-sidebar > .row-fluid{padding-left:0;padding-right:0;}
.hs-blog-listing .blog-resource-sidebar .image-container .image,.hs-blog-post .blog-resource-sidebar .image-container .image {min-height: 15rem;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.hs-blog-post .blog-resource-sidebar .image-container {min-height: 15rem;background-size: contain;background-position: 50%;background-repeat: no-repeat;}
.hs-blog-listing .blog-resource-sidebar .card-container-outer, .hs-blog-post .blog-resource-sidebar .card-container-outer {overflow:hidden;border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);}
.hs-blog-listing .blog-resource-sidebar.dnd-section, .hs-blog-post .blog-resource-sidebar.dnd-section {overflow: visible;}
.hs-blog-listing .blog-index .blog-index__post a.read-more,.resources-center-listing-module .post-content a.read-more {position: absolute;bottom: 0;left: 0;padding: 2.5rem;width: 100%;}

@media (max-width: 767px){
  .blog-resources-carousel .image-container .image, .hs-blog-listing .blog-index__post-image{min-height: 40vw;}
  .hs-blog-listing .blog-index {padding-right: 0;}
  .hs-blog-listing .blog-index:before {display:none;}
  .hs-blog-listing .sidebar__container {padding-left: 0;}
  .hs-blog-listing .sidebar {
    margin-top: 5rem;
  }
  .hs-blog-listing .separator hr, 
  .hs-blog-post .separator hr {display:none;}
}

@media (max-width: 480px){
  .hs-blog-listing .topics-section .topic {white-space: nowrap;}
  .hs-blog-listing .topics-section.dnd-section > .row-fluid {padding-bottom:1rem;flex-flow: row;overflow: auto;margin-bottom: 8rem;justify-content: flex-start;}
}


/****************************/
/******** BLOG POST *********/
/****************************/

.hs-blog-post .blog-header .image-container{height: 100%;width: 100%;display: block;min-height: 30rem;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.hs-blog-post .blog-header .blog-author__image{border-radius:50%;width:4rem;height:4rem;background-size:cover;background-position:50%;background-repeat:no-repeat;}
.hs-blog-post .blog-header .date:not([class*='primary-color']) {color: #767676;}
.hs-blog-post .body-container .blog-header.dnd-section{padding-top:135.0px;}
.hs-blog-post .body-container .dnd-section.post-section {overflow:initial;padding-top: 0;}
.hs-blog-post .body-container pre {border-radius:2px;padding: 2rem;box-sizing: border-box;white-space: normal;font-family: inherit;line-height: 2;background: rgba(38, 186, 212,.1);color: #26bad4;}
.hs-blog-post .post-section ul, .hs-blog-post .post-section ol {margin-bottom: 3rem;}
.hs-blog-post .post-section ul li, .hs-blog-post .post-section ol li {margin-bottom: 1rem;}
.hs-blog-post .post-section img {margin-bottom: 1rem;}
.hs-blog-post .blog-post{position:relative;}
.hs-blog-post .post-section .blog-post .row-fluid {margin-left: calc(-58px);position: relative;width: auto;}
.hs-blog-post .post-section .blog-post .row-fluid > .span12.columns{margin-left: 30px;}
.hs-blog-post .post-section .blog-post .socials{position:initial;display:block;}
.hs-blog-post .post-section .blog-post .socials .socials-inner{position:-webkit-sticky;position:sticky;top:12rem;}
.hs-blog-post .blog-post-cta-banner{padding-left:58px;}
.hs-blog-post .blog-post-cta-banner > .row-fluid{border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);}
.hs-blog-post .blog-post-cta-banner .image-container{background-size:cover;background-repeat:no-repeat;background-position:50%;}
.hs-blog-post .blog-index__post-image {min-height: 12vw;width: 100%;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.hs-blog-post .blog-index__post .blog-post__inner{position:relative;height:100%;border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);}
/* .hs-blog-post .blog-index__post .blog-post__inner .tag {position: relative;margin: 0;transform: translateY(50%);} */
.hs-blog-post .blog-index__post .blog-post__inner a.read-more {position: absolute;bottom: 2.5rem;left: 2.5rem;}
.hs-blog-post .body-container.news .blog-header.dnd-section{padding-top:0;padding-bottom:0;}
.hs-blog-post .body-container.news .blog-post:before{display:none;}
.hs-blog-post .body-container.news .post-section .blog-post .row-fluid{margin-left:0;}
.hs-blog-post .body-container.news .post-body-container.dnd-section{padding:0;}
.hs-blog-post .body-container.news .post-section .blog-post > .row-fluid {margin-right: -48px;}
.hs-blog-post .body-container.news .post-section .blog-post .row-fluid > .span12.columns{margin-left: 0;}
.hs-blog-post .body-container.news .post-section .blog-post .socials{padding-top:33rem;}
.hs-blog-post .body-container.news .blog-post-cta-banner{padding-left:2rem; padding-right:2rem;}
.hs-blog-post .blog-header .breadcrumb div, .hs-blog-post .blog-header .breadcrumb ul, .hs-blog-post .blog-header .breadcrumb span {display: inline;color:#979797;}
.hs-blog-post .blog-header .blog-post-name {cursor: default;pointer-events: none;user-select: none;}


@media (max-width: 1100px){
  .hs-blog-post .post-section .blog-post .row-fluid {margin-left: 0;}
  .hs-blog-post .body-container.news .post-section .blog-post .socials {padding-top: 0;}
  .hs-blog-post .body-container.news .post-section .blog-post>.row-fluid{margin-right:0;}
}

@media (max-width: 767px){
  .hs-blog-post .blog-post {padding-right: 0;}
  .hs-blog-post .blog-post:before {display:none;}
  .hs-blog-post .sidebar__container {padding-left: 0;}
  .hs-blog-post .blog-header .blog-author__image {border-radius: 50%;max-width: 40px;margin: 0 1rem 0 0;}
  .blog-header__inner > [class*="span"]:last-child {order: -1;margin-bottom: 2rem;}
  .hs-blog-post .post-section .blog-post .row-fluid {flex-flow: column;}
  .hs-blog-post .post-section .blog-post .socials .socials-inner {position: relative;top: 0;flex-flow: row;align-items: center;justify-content: flex-start;}
  .hs-blog-post .post-section .blog-post .row-fluid>.span12.columns {margin-left: 0;}
  .hs-blog-post .post-section .socials i.icon {margin-right: 1rem;}
  .hs-blog-post .blog-post-cta-banner {padding-left: 0;margin-bottom: 5rem;}
  .hs-blog-post .blog-post-cta-banner .image-container {min-height: 50vw;}
  .hs-blog-post .blog-index__post-image {min-height: 40vw;}
  .news .post-section .sidebar {order: 2;}
  .news .post-section > .row-fluid {display: flex;flex-flow: column;}
  .hs-blog-post .body-container.news .post-section .blog-post .dnd-section>.row-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-blog-post .body-container.news .blog-post-cta-banner {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-in-module {
    margin-top: 3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-blog-post .body-container.news .post-section .blog-post .socials {
    order: -1;
  }
  .featured-in-module {
    margin-bottom: 9rem;
  }
}
/* Error pages */

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

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  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 {
  margin: 0 auto;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.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: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

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

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

.hs-search-results__title {
  font-size: 1.8rem;
  margin-bottom: .35rem;
  font-weight: bold;
}

ul#hsresults {
  display: flex;
  flex-flow: row wrap;
}

ul#hsresults > li{
  width: 32%;
  padding: 0;
  margin-left:2%;
  margin-bottom:2%;
  padding:1rem;
  border:1px solid #979797;
}

ul#hsresults > li:first-of-type,
ul#hsresults > li:nth-child(4n),
ul#hsresults > li:nth-child(7n),
ul#hsresults>li:nth-child(10n){
  margin-left:0;
}

ul#hsresults > li:nth-child(8n){
  margin-left:2%;
}

.body-container-wrapper ul#hsresults > li:before{
  display:none;
}

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

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

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

.system-page a.hs-login-widget-show-password, 
.system-page a.hs-register-widget-show-password,
.system-page a.hs-reset-widget-show-password{
  position: absolute;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
}

.system-page .hs-form-field {
  position: relative;
}

.system-page ul.no-list.hs-error-msgs li{
  padding-left:0;
}

.system-page ul.no-list.hs-error-msgs li label {
  color: red;
  font-size: 1rem;
  font-weight: 300;
}

.system-page input[type="checkbox"] + label {
  display: inline-block;
}

.system-page #hs_login_reset {
  text-align: center;
  display: block;
}

.system-page .hs-membership-loader.hs_submit.hs-submit {
  text-align: center;
  margin-top: 2rem;
}

#email-prefs-form .header {
  background-color: transparent;
  position: initial;
  box-shadow: none;
}

.system-page .email-prefs {
  margin-top: 2rem;
}

.system-page .email-prefs .item p {
  margin: 0;
}

.system-page .email-prefs .item {
  padding: 2rem;
  background: #ededed;
  margin-bottom: 2rem;
  border-radius: .3rem;
  position:relative;
}

.system-page .email-prefs .item input[type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  -webkit-appearance: none;
  background: #ffffff;
  border-radius: 50%;
  border: 2px solid #adadad;
  transition: all .3s ease-in-out;
}

.system-page .email-prefs .item input[type="checkbox"]:checked {
  background: #7fcf82;
  border: 2px solid #57a55b;
}

.subscribe-options label {
  text-align: center;
}
/* 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, .dnd-section > .row-fluid {
  max-width: 980px;
  padding-left:2rem;
  padding-right:2rem;
  margin:0 auto;
}

.body-container-wrapper [class*="span"] > .dnd-section:not([class*="background-image"]):not([class*="background-color"]) + .dnd-section:not([class*="background-image"]):not([class*="background-color"]){padding-top:0}

.body-container-wrapper .dnd-section {
  padding-top:90px;
  padding-bottom:90px;
  overflow: hidden;
  position:relative;
}

.body-container-wrapper > .container-fluid > .row-fluid-wrapper > .row-fluid > [class*="span"] > .row-fluid-wrapper:first-child, 
.body-container-wrapper .dnd-section.hero-module{
  padding-top:180px;
  padding-bottom:135.0px;
}

[class*="force-full-width"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:767px){
  body .dnd-section > .row-fluid, .content-wrapper,
  .body-container-wrapper>.container-fluid>.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child .hs-breadcrumb-menu, .resources-center-listing-module .hs-breadcrumb-menu, .hs-blog-listing .blog-header .hs-breadcrumb-menu{
    max-width: 612.5px !important;
  }
}

  .body-container-wrapper .container-fluid .dnd-section{
    padding-top:5rem;
    padding-bottom:5rem;
  }

  .body-container-wrapper>.container-fluid>.row-fluid-wrapper>.row-fluid>[class*="span"]>.row-fluid-wrapper:first-child{
    padding-top:15rem;
    padding-bottom:15rem;
  }
}
html {
  font-size: 24px;
}

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #494A52;
  font-family: 'Archivo', sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  color:#979797;
  margin-bottom:2rem;
}

b, strong {
  font-weight: 600;
}

/* Anchors */

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

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  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;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}
/* Form */

form {
  font-family: 'Archivo', sans-serif;
}

.body-container-wrapper .hs_cos_wrapper_type_form{
  display:block;
  background-color:rgba(255, 255, 255, 1.0);
  padding-top:3.0rem;
  padding-bottom:3.0rem;
  padding-left:2.0rem;
  padding-right:2.0rem;
  border-radius:2px;
  
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size:1.2rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  font-family:'Archivo', sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

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

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  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: #FFF;
}

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: 0.875rem;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

body form .hs-input.invalid.error {
  border-color: #EF6B51;
}

body form .hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  font-family:'Archivo', sans-serif;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}








/* 1a. Containers */



/* 1b. Colors */







/* 1c. Typography */











/* 1d. Buttons */








/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */







html {
  font-size: 62.5%;
}

.dnd_area-row-0-background-image{
  position:relative;
}

@media screen and (max-width: 640px) {
  html{font-size:58%;}
}





body {
  font-family: 'Archivo', sans-serif;
  color: #272d2f;
  font-size: 1.6rem;
  line-height: 1.4;
}

/* Paragraphs */

p, ul li, ol li {
  margin-top:0;
  font-size: 1.6rem;
  line-height: 3.2rem;
  color:#979797;
  font-family: 'Archivo', sans-serif;
  line-height: 2;
}

em{font-style:normal;font-weight:bold;}

/* Anchors */

a {
  color: #26bad4;
}

a:hover,
a:focus {
  color: #0092ac;
}

a:active {
  color: #4ee2fc;
}

/* Headings */

h1, .font-size-h1 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  color: #272d2f;
  font-size: 3.8rem;
  line-height: 4.56rem;
  margin-bottom:1.0rem;
}

h2, .font-size-h2 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  color: #272d2f;
  font-size: 3rem;
  line-height: 3.5999999999999996rem;
  margin-bottom:2.5rem;
}

h3, .font-size-h3 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  color: #272d2f;
  font-size: 2rem;
  line-height: 2.4rem;
  margin-bottom:1.0rem;
}

h4, .font-size-h4 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  color: #272d2f;
  font-size: 1.6rem;
  line-height: 1.92rem;
  margin-bottom:2.0rem;
}

h5, .font-size-h5 {
  font-family: 'Archivo', sans-serif;
  font-weight: 700;
  color: #272d2f;
  font-size: 1.5rem;
  line-height: 1.7999999999999998rem;
  margin-bottom:1.0rem;
}

/* Blockquote */

blockquote {
  border-left-color: #26bad4;
}

.tag {
  font-size:1.7000000000000002rem;
  font-weight: bold;
/*   color:#ffffff; */
/*   background-color:#26bad4; */
  
  padding: 0.4rem 1.5rem;
  border: solid 1px #26bad4;
  border-radius: 0.1rem;
  margin-bottom: 2.0rem;
  display:inline-block;
}

.category {
  font-size:1.4000000000000001rem;
  color:#979797;
  text-transform:uppercase;
  margin-bottom: 1.0rem;
  display:inline-block;
}





button,
.button,
a.cta_button, 
div.cta_button,
.hs-search-results__pagination a,
form .actions input[type=submit], form .actions .hs-button,
form input[type=submit], form .hs-button{
  background-color: #26bad4;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 13px 30px;
  box-shadow: 0 0 0 0 rgba(38, 186, 212, 0);
  text-transform:uppercase;
  text-decoration:none;
  text-align:center;
  transition: all .5s ease-in-out;
  display:inline-block;
  line-height: 1.1;
  font-size:1.6rem;
}

.header button,
.header .button,
.header a.cta_button, 
.header form .actions input[type=submit], .header form .actions .hs-button{
  font-size:1.2000000000000002rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
a.cta_button:hover,
a.cta_button:focus, 
form .actions input[type=submit]:hover,
form .actions input[type=submit]:focus,
form .actions .hs-button:hover,
form .actions .hs-button:focus{
  box-shadow: 0 4px 10px 0 rgba(38, 186, 212, .4);
}

.slick-slider .slick-prev:hover,
.slick-slider .slick-prev:focus {
  box-shadow: 0 -4px 10px 0 rgba(38, 186, 212, .4);
}

button:active,
.button:active, 
a.cta_button:active,
form .actions input[type=submit]:active,
form .actions .hs-button:active{
  box-shadow: 0 4px 10px 0 rgba(38, 186, 212, .4);
}

.button.secondary,
.cta_button.secondary {
  background: #ffffff;
  color: #26bad4;
  border: 1px solid #26bad4;
}

.button.secondary:hover,
.cta_button.secondary:hover,
.button.secondary:focus,
.cta_button.secondary:focus {
  box-shadow: 0 4px 10px 0 rgba(38, 186, 212, .4);
}

a.cta_button.icon{position:relative;padding-right:46px;background-image:none;}

.cta_button.icon:after{
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  content:'';
  width:1.6rem;
  height:1.6rem;
  display:inline-block;
  background-size:100%;
  background-position:50%;
  background-repeat:no-repeat;
  padding:0;
}

a{transition: color .4s ease-in-out;}

a:hover, a:focus{text-decoration:none;}






form,
.submitted-message {
  font-family: ; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

h3.form-title {
  text-align:center;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #272d2f;
  margin-bottom:0;
  padding-bottom:3.0rem;
}

/* Form label */

form label {
  color: #272d2f;
  font-size: 1.7000000000000002rem;
  margin-bottom:1.0rem;
  font-family: 'Archivo', sans-serif;
  font-weight:600;
}

/* Form help text */

form legend {
  color: #26bad4;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #b7b7b7;
  color: #272d2f;
  font-size:inherit;
}

select{
  background:transparent;
  position:relative;
  z-index:2;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #26bad4;
}

.hs-input.invalid.error{
  border-color: #272d2f;
}

.hs-error-msg, .hs-form-required{
  color: #272d2f;
}

form label.hs-error-msg {
  font-size: 1.2000000000000002rem;
  font-family:'Archivo', sans-serif;
  margin-top:0;
  margin-bottom:1.0rem;
}

form.hs-form fieldset.form-columns-1 .hs-form-field{
  max-width: 100%;
  width: 100%;
  margin-right:0;
}

/*form.hs-form fieldset.form-columns-2 .hs-form-field{
  max-width: 50%;
  width: 50%;
  margin-right:0;
}*/

form.hs-form fieldset.form-columns-3 .hs-form-field{
  max-width: 33.333333%;
  width: 33.333333%;
  margin-right:0;
}

form .hs-form-field .input, form fieldset .hs-form-field .input{
  max-width: 100%;
  width: 100%;
  margin-right:0;
}

form .hs-form-field .input .hs-input, 
form fieldset .hs-form-field .input .hs-input, 
form .inputs-list input, form .inputs-list span {
  font-size:1.6rem;
  line-height:1.4;
}

form fieldset .hs-form-field .inputs-list input[type='checkbox'],
form fieldset .hs-form-field .inputs-list input[type='radio']{
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
  float: none;
  display: inline-block;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: inset 0 0 0 0px #b3b3b3;
  border: solid 1px #b3b3b3;
  border-radius: 0.1rem;
  background:#ffffff;
  transition: box-shadow .4s ease-in-out, background .4s ease-in-out;
}

form fieldset .hs-form-field .inputs-list input[type='radio']{
  border-radius: 5.0rem;
}

form fieldset .hs-form-field .inputs-list input[type='checkbox']:checked,
form fieldset .hs-form-field .inputs-list input[type='radio']:checked{
  box-shadow: inset 0 0 0 0.25rem #ffffff;
  border: solid 1px #26bad4;
  background: #26bad4;
}

form .hs-form-field .input .hs-input:not([type="checkbox"]):not([type="radio"]), 
form fieldset .hs-form-field .input .hs-input:not([type="checkbox"]):not([type="radio"]){
  max-width: 100%;
  width: 100%;
  margin-right:0;
  padding:1.0rem;
}

form.hs-form fieldset.form-columns-2 .hs-form-field:first-child{
  padding-right:.5rem;
}

form.hs-form fieldset.form-columns-2 .hs-form-field:last-child{
  padding-left:.5rem;
}

form.hs-form fieldset.form-columns-3 .hs-form-field{
  padding-left:.5rem;
  padding-right:.5rem;
}

form.hs-form fieldset.form-columns-3 .hs-form-field:first-child{
  padding-right:.5rem;
  padding-left:0;
}

form.hs-form fieldset.form-columns-3 .hs-form-field:last-child{
  padding-left:.5rem;
  padding-right:0;
}

@media screen and (max-width: 400px){
  form.hs-form fieldset.form-columns-2 .hs-form-field,
  form.hs-form fieldset.form-columns-2 .hs-form-field:first-child,
  form.hs-form fieldset.form-columns-2 .hs-form-field:last-child,
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form fieldset.form-columns-3 .hs-form-field:first-child,
  form.hs-form fieldset.form-columns-3 .hs-form-field:last-child{
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
  }
}

form .hs-richtext{margin-bottom:0;}

form .legal-consent-container .field.hs-form-field{
  margin-bottom:2.0rem;
}

form .hs-richtext, 
form .hs-richtext p,
form .legal-consent-container .hs-form-booleancheckbox-display>span,
form .legal-consent-container .hs-form-booleancheckbox-display>span p{
  font-size:1.3333333333333335rem;
  line-height:1.8;
  color:#979797;
  display: inline-block;
  margin-left:0;
  font-family:'Archivo', sans-serif;
}

form .hs-form-field .input select.hs-input:not([type="checkbox"]):not([type="radio"]), form fieldset .hs-form-field .input select.hs-input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3rem;
}

form .hs-form-field.hs-fieldtype-select .input, form fieldset .hs-form-field.hs-fieldtype-select .input{position:relative;}
form .hs-form-field.hs-fieldtype-select .input:after, form fieldset .hs-form-field.hs-fieldtype-select .input:after{
  content:'';
  position:absolute;
  top:50%;
  right:1.8rem;
  width:1.8rem;
  height:1.8rem;
  transform: translateY(-50%);
  background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/chevron-down.svg);
  z-index:1;
}

form .hs-form-field.hs-fieldtype-select .input:before, form fieldset .hs-form-field.hs-fieldtype-select .input:before{
  content:'';
  position:absolute;
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  transform: translate(-50%,-50%);
  background:#ffffff;
  z-index:1;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #272d2f;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: #26bad4;
}

.fn-date-picker td .pika-button:hover {
  background-color: #26bad4 !important;
}

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #26bad4;
  border: 1px solid #26bad4;
  border-radius: 2px;
  color: #FFFFFF;
  padding: 13px 30px;
  box-shadow:  0 0 0 0 rgba(38, 186, 212, 0);
  text-transform:uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #26bad4;
  border-color: #0092ac;
  box-shadow: 0 4px 10px 0 rgba(38, 186, 212, .4);
  color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #c05d11;
  border-color: #4ee2fc;
  color: #FFFFFF;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #767676;
}

th,
td {
  border-color: #767676;
  color: #767676;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(38, 186, 212, 1.0)

;
  border-bottom-color: #767676;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(39, 48, 57, 1.0)

;
  color: #ffffff;
}

tbody + tbody {
  border-top-color: #767676;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  transition: all .5s ease-in-out;
}

.header.scrolled,
.header.black-links {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: 'Archivo', sans-serif;
  font-size: 1.6rem;
  line-height:1.92rem;
  transition: color .5s ease-in-out;
}

body .scrolled .navigation-primary a,
body .header.black-links .navigation-primary a,
.scrolled .header__logo .logo-company-name,
.scrolled .header__language-switcher-label-current,
.scrolled .header__language-switcher .lang_list_class li a {
  color: #272d2f;
  font-family: 'Archivo', sans-serif;
  font-size: 1.6rem;
  line-height:1.92rem;
}

body .navigation-primary .submenu.level-1 > li{
  padding:0;
  text-transform:initial;
  border:none;
}

body .navigation-primary .submenu.level-1 > li > a{padding:3rem 1.5rem; display:block;}

body .navigation-primary .submenu.level-1 > li:first-of-type > a{padding-left:0;}

body .navigation-primary a:hover,
body .navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #26bad4;
}

body .navigation-primary a:active,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #4f5557;
}

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

body .submenu.level-2{
  background-color:#979797;
}

body .header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .submenu.level-2 > li:first-child:before {
  border-color: #494A52;
}

body .header__language-switcher .lang_list_class:before {
  border-bottom-color: #494A52;
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  color: #26bad4;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Archivo', sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #272d2f;
}

.header__search .hs-search-field__input {
  font-size: 1.6rem;
  font-family: 'Archivo', sans-serif;
}

@media(max-width: 992px) {
  body .navigation-primary a, 
  .header__logo .logo-company-name, 
  .header__language-switcher-label-current, 
  .header__language-switcher .lang_list_class li a,
  body .navigation-primary .submenu.level-1 > li:first-of-type > a,
  body .navigation-primary .submenu.level-1>li>a{
    color:#272d2f;
    display:block;
    padding:2rem 5rem 2rem 1.5rem;
  }

  body .navigation-primary .submenu.level-1>li{
    border-bottom:1px solid #ededed;
  }

  body .navigation-primary .submenu.level-1>li.has-submenu {
    padding: 0;
    text-transform: initial;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
  }

  body .navigation-primary .submenu.level-1>li.has-submenu .submenu-toggle {
    display: block;
    width: 20px;
    height: 20px;
    padding: 3rem;
    -webkit-appearance: none;
    position: relative;
    z-index: 2;
  }

  body .navigation-primary .has-submenu > a{
    flex: 0 0 80%;
  }

  body .navigation-primary .has-submenu > a:before,
  body .navigation-primary .has-submenu > a:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 24px;
    width: 3px;
    height: 2rem;
    background: #979797;
    transform: translateY(-50%);
    border-radius: 5rem;
  }

  body .navigation-primary .has-submenu > a:after {
    transform: translateY(-50%);
    width: 2rem;
    height: 3px;
    right: 15px;
  }

  body .navigation-primary .submenu.level-1>li.open .submenu.level-2 {
    opacity: 1;
    max-height: 100vh;
  }

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

  body .submenu.level-2 {
    position: initial;
    max-height: 0;
    transform: initial;
    box-shadow:none;
    width:100%;
  }

  .submenu.level-2 .menu-item .menu-link {
    padding: 2rem 1.5rem;
  }

  .submenu.level-1>.has-submenu>.menu-arrow{display:none;}

  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #272d2f;
  }
  .scrolled .header__navigation--toggle i, .scrolled .header__navigation--toggle i:before, .scrolled .header__navigation--toggle i:after,
  .black-links .header__navigation--toggle i, .black-links .header__navigation--toggle i:before, .black-links .header__navigation--toggle i:after {
    background: #26bad4;
  }
}





.footer__container, .footer{
  position:relative;
  overflow:hidden;
  background-color: #273039;
}

/* Footer Content */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a,
.footer div,
.footer span {
  color: #ffffff;
}

.footer .no-flyouts ul {
  display: flex;
  flex-flow: row;
  align-items: flex-start;
  justify-content: flex-end;
  font-size:1.3rem;
}

.footer .no-flyouts > ul > li {
  flex: 0 0 33.3333%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 2rem;
  text-align: left;
}

.footer .no-flyouts > ul > li:first-of-type {
  padding-left: 0rem;
}

.footer .no-flyouts > ul li a {
  font-size:1.4000000000000001rem;
  font-weight:500;
}

.footer .no-flyouts ul li a {
  margin-bottom:1.0rem;
  display:inline-block;
}

.footer form .hs-form-field > label {
  display: none;
}

.footer input[type=text],
.footer input[type=email],
.footer input[type=password],
.footer input[type=tel],
.footer input[type=number],
.footer input[type=file],
.footer select,
.footer textarea{
  color:#ffffff;
}

.footer form .hs-form-field input {
  background:transparent;
}

.footer form {
  display: flex;
  flex-flow: row;
  justify-content: center;
}

.footer form .hs_email {
  flex: 1 1 60%;
  margin:0;
}

.footer form .actions {
  flex: 1 1 40%;
  padding-left:1.0rem;
}

.footer form .hs_email input, .footer form .actions input[type="submit"]{
  height:4.5rem;
}

.footer .form-socials{
  border-top:1px solid #979797;
  border-bottom:1px solid #979797;
}
/**
.footer .social-links__link[href="https://twitter.com/TinubuGroup"] span {
  background-image:url(//8006154.fs1.hubspotusercontent-na1.net/hubfs/8006154/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials/twitter-x.svg);
}
.footer .social-links__link[href="https://twitter.com/TinubuGroup"] svg{
  display:none;
}
**/
.form-socials .text-container {
  margin-top:0.25rem;
}

.form-socials .form {
  position:relative;
}

.form-socials .form:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: calc(100% + 3.0rem);
  background: #979797;
  transform:translateY(-50%);
}

.copyright ul {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-around;
}

.copyright ul li a{
  color:#979797;
  font-size:1.2000000000000002rem;
}

.footer ul li a[href="javascript:;"],
.copyright ul li a[href="javascript:;"]{
  cursor:default;
  pointer-events:none;
}

.footer ul li.hs-menu-depth-1 > a[href="javascript:;"]{
  font-size: 1.5rem;
  font-weight:600;
}

.copyright ul li a:hover, 
.copyright ul li a:focus {
  color:#26bad4;
}

.copyright ul li {
/*   flex: 0 0 33.33333%; */
  text-align:center;
}

.copyright ul li:first-child{
  text-align:left;
}

.copyright ul li:nth-child(3n) {
  text-align:right;
}

blockquote {border-radius: 2px;border: 0;background: #F6F5F5;padding: 2rem 2rem 0 6rem;margin-bottom: 2rem;position:relative;}
blockquote:before{content:'';position:absolute;top:2rem;left:2rem;width:28px;height:24px;background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/blockquote.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;}
blockquote p {display: block;margin: 0;padding-bottom: 2rem;}

@media (max-width: 992px){
  .form-socials .form {
    padding-left: 4rem;
  }
  .form-socials .form .row-fluid > [class*="span"] {
    width: 100%;
    flex: 1 1 100%;
    padding-left: 0;
    margin:0;
  }
  .form-socials .socials > div {
    width: 100%;
    flex: 1 1 100%;
    padding: 0;
  }
  .form-socials .font-size-h5 {
    margin-top:0;
  }
  .footer > .row-fluid > [class*="span5"] {
    width: 33%;
    flex: 1 1 33%;
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width: 767px){
  .row-fluid.form-socials > .socials {
    margin-bottom: 2.0rem;
    width:100%;
    flex: 1 1 100%;
  }

  .row-fluid.form-socials > .form{
    padding-top:2.0rem;
    padding-left:0;
    width:100%;
    flex: 1 1 100%;
  }

  .form-socials .form:after {
    top: 0;
    left: 50%;
    transform:translateX(-50%);
    height:1px;
    width:100%;
  }

  .footer .no-flyouts > ul{
    margin-top:3.0rem;
  }
}


@media (max-width: 480px){
  .footer .no-flyouts ul {
    flex-flow: column;
    margin-top: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .footer .no-flyouts ul li a {
    width: 100%;
    text-align: center;
  }
  .footer .no-flyouts > ul > li {
    flex: 0 0 100%;
    padding-left:0;
    margin-top:1.0rem;
  }
  .footer form {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
  .footer form .hs_email {
    flex: 0 0 100%;
    margin-bottom: 1.4rem;
  }
  .footer form .actions {
    flex: 0 0 100%;
    padding-left: 0;
  }
  .footer form .hs_email input, .footer form .actions input[type="submit"] {
    height: 4.5rem;
    width: 100%;
  }
}





.blog-post__date {
  border-color: #272d2f;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #272d2f;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #000507;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #4f5557;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #26bad4;
}

.blog-pagination__link {
  color: #272d2f;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #26bad4;
}

.blog-post__title {
  font-weight: normal; text-decoration: none; font-family: none; font-style: normal;
  color: #272d2f;
  font-size: 3rem;
}

.blog-post__author {
  background-color: #ff1e43;
}

#comments-listing .comment-reply-to {
  color: #26bad4;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #0092ac;
}

#comments-listing .comment-reply-to:active {
  color: #4ee2fc;
}











body .icon svg {
  fill: #26bad4;
}

body .tns-nav button.tns-nav-active {
  background-color: #26bad4;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #26bad4;
}

body .team-member__description {
  background-color: #ff1e43;
}





.primary-font{font-family: 'Archivo', sans-serif;}
.secondary-font{font-family: 'Archivo', sans-serif;}

.primary-color{ color:#26bad4;}
.secondary-color{ color:#ff1e43;}
.black-color{ color:#272d2f;}
.dark-grey-color{ color:#464646;}
.grey-color{ color:#979797;}
.white-color{ color:white;}
.circle{border-radius:50%;}

.extra-small{font-size: 1.2000000000000002rem;  margin-bottom:1.5rem;}
.small{font-size:1.4000000000000001rem;  margin-bottom:2.0rem;}
.medium{font-size:1.6rem;  margin-bottom:2.0rem;}
.large{font-size:1.8rem; line-height:2.0;  margin-bottom:2.0rem;}
.line-height-base{line-height: 1.4;}
.line-height-large{line-height: 1.8;}
.overhead{color:#26bad4;font-family: 'Archivo', sans-serif;font-weight:600;font-size:1.8rem;margin-bottom:0.5rem;}
.subhead{color:#272d2f;font-family: 'Archivo', sans-serif;font-weight:400;font-size:1.6rem;margin-bottom:0.5rem;}

.d-none, .row-fluid [class*="span"].d-none{ display:none; }
.row-fluid [class*='span'] img.d-none {opacity: 0;user-select: none;max-width: 0;max-height: 0;margin-top: 0;}
.d-flex, .row-fluid [class*="span"].d-flex{display:flex;}
.d-block, .row-fluid [class*="span"].d-block{display:block;}
.d-inline-block, .row-fluid [class*="span"].d-inline-block{display:inline-block;}
.d-inline, .row-fluid [class*="span"].d-inline{display:inline;}

.text-align-left{ text-align:left }
.text-align-right{ text-align:right }
.text-align-center{ text-align:center }
.text-align-center ul li, .text-align-right ul li, .text-align-center ol li, .text-align-right ol li {text-align: left;}

.uppercase{text-transform:uppercase;}
.lowercase{text-transform:lowercase;}
.capitalize{text-transform:capitalize;}

.flex-full{flex: 1 1 100%;}
.flex-flow-row{flex-flow:row;}
.flex-flow-row-wrap{flex-flow:row wrap;}
.flex-flow-column{flex-flow:column;}
.flex-flow-column-wrap{flex-flow:column wrap;}
.justify-content-flex-start{justify-content:flex-start;}
.justify-content-flex-end{justify-content:flex-end;}
.justify-content-space-around{justify-content:space-around;}
.justify-content-space-between{justify-content:space-between;}
.justify-content-center{justify-content:center;}
.align-items-flex-start{align-items:flex-start;}
.align-items-flex-end{align-items:flex-end;}
.align-items-center{align-items:center;}
.order-1 { -webkit-box-ordinal-group:0; -ms-flex-order:-1; order:-1;}
.order-2 { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2;}
.row-fluid [class*="span"].order-1 {margin-left: 0;}
.row-fluid [class*="span"].order-2 {margin-left: 2.564102564%;}

.border-radius-small{border-radius:var(--border-radius-small);}
.border-radius-medium{border-radius:var(--border-radius-medium);}
.border-radius-large{border-radius:var(--border-radius-large);}
.border-radius-full{border-radius:var(--border-radius-full);}

.mt-auto{margin-top:auto;}
.mb-auto{margin-bottom:auto;}
.ml-auto{margin-left:auto;}
.mr-auto{margin-right:auto;}


.pt-1x{padding-top:0.5rem}
.pb-1x{padding-bottom:0.5rem}
.pl-1x{padding-left:0.5rem}
.pr-1x{padding-right:0.5rem}
.mt-1x{margin-top:0.5rem}
.mb-1x{margin-bottom:0.5rem}
.ml-1x{margin-left:0.5rem}
.mr-1x{margin-right:0.5rem}

.pt-2x{padding-top:1.0rem}
.pb-2x{padding-bottom:1.0rem}
.pl-2x{padding-left:1.0rem}
.pr-2x{padding-right:1.0rem}
.mt-2x{margin-top:1.0rem}
.mb-2x{margin-bottom:1.0rem}
.ml-2x{margin-left:1.0rem}
.mr-2x{margin-right:1.0rem}

.pt-3x{padding-top:1.5rem}
.pb-3x{padding-bottom:1.5rem}
.pl-3x{padding-left:1.5rem}
.pr-3x{padding-right:1.5rem}
.mt-3x{margin-top:1.5rem}
.mb-3x{margin-bottom:1.5rem}
.ml-3x{margin-left:1.5rem}
.mr-3x{margin-right:1.5rem}

.pt-4x{padding-top:2.0rem}
.pb-4x{padding-bottom:2.0rem}
.pl-4x{padding-left:2.0rem}
.pr-4x{padding-right:2.0rem}
.mt-4x{margin-top:2.0rem}
.mb-4x{margin-bottom:2.0rem}
.ml-4x{margin-left:2.0rem}
.mr-4x{margin-right:2.0rem}

.pt-5x{padding-top:2.5rem}
.pb-5x{padding-bottom:2.5rem}
.pl-5x{padding-left:2.5rem}
.pr-5x{padding-right:2.5rem}
.mt-5x{margin-top:2.5rem}
.mb-5x{margin-bottom:2.5rem}
.ml-5x{margin-left:2.5rem}
.mr-5x{margin-right:2.5rem}

.pt-6x{padding-top:3.0rem}
.pb-6x{padding-bottom:3.0rem}
.pl-6x{padding-left:3.0rem}
.pr-6x{padding-right:3.0rem}
.mt-6x{margin-top:3.0rem}
.mb-6x{margin-bottom:3.0rem}
.ml-6x{margin-left:3.0rem}
.mr-6x{margin-right:3.0rem}

.pt-7x{padding-top:3.5rem}
.pb-7x{padding-bottom:3.5rem}
.pl-7x{padding-left:3.5rem}
.pr-7x{padding-right:3.5rem}
.mt-7x{margin-top:3.5rem}
.mb-7x{margin-bottom:3.5rem}
.ml-7x{margin-left:3.5rem}
.mr-7x{margin-right:3.5rem}

.pt-8x{padding-top:4.0rem}
.pb-8x{padding-bottom:4.0rem}
.pl-8x{padding-left:4.0rem}
.pr-8x{padding-right:4.0rem}
.mt-8x{margin-top:4.0rem}
.mb-8x{margin-bottom:4.0rem}
.ml-8x{margin-left:4.0rem}
.mr-8x{margin-right:4.0rem}

.pt-9x{padding-top:4.5rem}
.pb-9x{padding-bottom:4.5rem}
.pl-9x{padding-left:4.5rem}
.pr-9x{padding-right:4.5rem}
.mt-9x{margin-top:4.5rem}
.mb-9x{margin-bottom:4.5rem}
.ml-9x{margin-left:4.5rem}
.mr-9x{margin-right:4.5rem}

.pt-10x{padding-top:5.0rem}
.pb-10x{padding-bottom:5.0rem}
.pl-10x{padding-left:5.0rem}
.pr-10x{padding-right:5.0rem}
.mt-10x{margin-top:5.0rem}
.mb-10x{margin-bottom:5.0rem}
.ml-10x{margin-left:5.0rem}
.mr-10x{margin-right:5.0rem}

.pt-11x{padding-top:5.5rem}
.pb-11x{padding-bottom:5.5rem}
.pl-11x{padding-left:5.5rem}
.pr-11x{padding-right:5.5rem}
.mt-11x{margin-top:5.5rem}
.mb-11x{margin-bottom:5.5rem}
.ml-11x{margin-left:5.5rem}
.mr-11x{margin-right:5.5rem}

.pt-12x{padding-top:6.0rem}
.pb-12x{padding-bottom:6.0rem}
.pl-12x{padding-left:6.0rem}
.pr-12x{padding-right:6.0rem}
.mt-12x{margin-top:6.0rem}
.mb-12x{margin-bottom:6.0rem}
.ml-12x{margin-left:6.0rem}
.mr-12x{margin-right:6.0rem}

.pt-13x{padding-top:6.5rem}
.pb-13x{padding-bottom:6.5rem}
.pl-13x{padding-left:6.5rem}
.pr-13x{padding-right:6.5rem}
.mt-13x{margin-top:6.5rem}
.mb-13x{margin-bottom:6.5rem}
.ml-13x{margin-left:6.5rem}
.mr-13x{margin-right:6.5rem}

.pt-14x{padding-top:7.0rem}
.pb-14x{padding-bottom:7.0rem}
.pl-14x{padding-left:7.0rem}
.pr-14x{padding-right:7.0rem}
.mt-14x{margin-top:7.0rem}
.mb-14x{margin-bottom:7.0rem}
.ml-14x{margin-left:7.0rem}
.mr-14x{margin-right:7.0rem}

.pt-15x{padding-top:7.5rem}
.pb-15x{padding-bottom:7.5rem}
.pl-15x{padding-left:7.5rem}
.pr-15x{padding-right:7.5rem}
.mt-15x{margin-top:7.5rem}
.mb-15x{margin-bottom:7.5rem}
.ml-15x{margin-left:7.5rem}
.mr-15x{margin-right:7.5rem}

.pt-16x{padding-top:8.0rem}
.pb-16x{padding-bottom:8.0rem}
.pl-16x{padding-left:8.0rem}
.pr-16x{padding-right:8.0rem}
.mt-16x{margin-top:8.0rem}
.mb-16x{margin-bottom:8.0rem}
.ml-16x{margin-left:8.0rem}
.mr-16x{margin-right:8.0rem}

.pt-17x{padding-top:8.5rem}
.pb-17x{padding-bottom:8.5rem}
.pl-17x{padding-left:8.5rem}
.pr-17x{padding-right:8.5rem}
.mt-17x{margin-top:8.5rem}
.mb-17x{margin-bottom:8.5rem}
.ml-17x{margin-left:8.5rem}
.mr-17x{margin-right:8.5rem}

.pt-18x{padding-top:9.0rem}
.pb-18x{padding-bottom:9.0rem}
.pl-18x{padding-left:9.0rem}
.pr-18x{padding-right:9.0rem}
.mt-18x{margin-top:9.0rem}
.mb-18x{margin-bottom:9.0rem}
.ml-18x{margin-left:9.0rem}
.mr-18x{margin-right:9.0rem}

.pt-19x{padding-top:9.5rem}
.pb-19x{padding-bottom:9.5rem}
.pl-19x{padding-left:9.5rem}
.pr-19x{padding-right:9.5rem}
.mt-19x{margin-top:9.5rem}
.mb-19x{margin-bottom:9.5rem}
.ml-19x{margin-left:9.5rem}
.mr-19x{margin-right:9.5rem}

.pt-20x{padding-top:10.0rem}
.pb-20x{padding-bottom:10.0rem}
.pl-20x{padding-left:10.0rem}
.pr-20x{padding-right:10.0rem}
.mt-20x{margin-top:10.0rem}
.mb-20x{margin-bottom:10.0rem}
.ml-20x{margin-left:10.0rem}
.mr-20x{margin-right:10.0rem}

.pt-21x{padding-top:10.5rem}
.pb-21x{padding-bottom:10.5rem}
.pl-21x{padding-left:10.5rem}
.pr-21x{padding-right:10.5rem}
.mt-21x{margin-top:10.5rem}
.mb-21x{margin-bottom:10.5rem}
.ml-21x{margin-left:10.5rem}
.mr-21x{margin-right:10.5rem}

.pt-22x{padding-top:11.0rem}
.pb-22x{padding-bottom:11.0rem}
.pl-22x{padding-left:11.0rem}
.pr-22x{padding-right:11.0rem}
.mt-22x{margin-top:11.0rem}
.mb-22x{margin-bottom:11.0rem}
.ml-22x{margin-left:11.0rem}
.mr-22x{margin-right:11.0rem}

.pt-23x{padding-top:11.5rem}
.pb-23x{padding-bottom:11.5rem}
.pl-23x{padding-left:11.5rem}
.pr-23x{padding-right:11.5rem}
.mt-23x{margin-top:11.5rem}
.mb-23x{margin-bottom:11.5rem}
.ml-23x{margin-left:11.5rem}
.mr-23x{margin-right:11.5rem}

.pt-24x{padding-top:12.0rem}
.pb-24x{padding-bottom:12.0rem}
.pl-24x{padding-left:12.0rem}
.pr-24x{padding-right:12.0rem}
.mt-24x{margin-top:12.0rem}
.mb-24x{margin-bottom:12.0rem}
.ml-24x{margin-left:12.0rem}
.mr-24x{margin-right:12.0rem}

.pt-25x{padding-top:12.5rem}
.pb-25x{padding-bottom:12.5rem}
.pl-25x{padding-left:12.5rem}
.pr-25x{padding-right:12.5rem}
.mt-25x{margin-top:12.5rem}
.mb-25x{margin-bottom:12.5rem}
.ml-25x{margin-left:12.5rem}
.mr-25x{margin-right:12.5rem}

.pt-26x{padding-top:13.0rem}
.pb-26x{padding-bottom:13.0rem}
.pl-26x{padding-left:13.0rem}
.pr-26x{padding-right:13.0rem}
.mt-26x{margin-top:13.0rem}
.mb-26x{margin-bottom:13.0rem}
.ml-26x{margin-left:13.0rem}
.mr-26x{margin-right:13.0rem}

.pt-27x{padding-top:13.5rem}
.pb-27x{padding-bottom:13.5rem}
.pl-27x{padding-left:13.5rem}
.pr-27x{padding-right:13.5rem}
.mt-27x{margin-top:13.5rem}
.mb-27x{margin-bottom:13.5rem}
.ml-27x{margin-left:13.5rem}
.mr-27x{margin-right:13.5rem}

.pt-28x{padding-top:14.0rem}
.pb-28x{padding-bottom:14.0rem}
.pl-28x{padding-left:14.0rem}
.pr-28x{padding-right:14.0rem}
.mt-28x{margin-top:14.0rem}
.mb-28x{margin-bottom:14.0rem}
.ml-28x{margin-left:14.0rem}
.mr-28x{margin-right:14.0rem}

.pt-29x{padding-top:14.5rem}
.pb-29x{padding-bottom:14.5rem}
.pl-29x{padding-left:14.5rem}
.pr-29x{padding-right:14.5rem}
.mt-29x{margin-top:14.5rem}
.mb-29x{margin-bottom:14.5rem}
.ml-29x{margin-left:14.5rem}
.mr-29x{margin-right:14.5rem}

.pt-30x{padding-top:15.0rem}
.pb-30x{padding-bottom:15.0rem}
.pl-30x{padding-left:15.0rem}
.pr-30x{padding-right:15.0rem}
.mt-30x{margin-top:15.0rem}
.mb-30x{margin-bottom:15.0rem}
.ml-30x{margin-left:15.0rem}
.mr-30x{margin-right:15.0rem}

.pt-31x{padding-top:15.5rem}
.pb-31x{padding-bottom:15.5rem}
.pl-31x{padding-left:15.5rem}
.pr-31x{padding-right:15.5rem}
.mt-31x{margin-top:15.5rem}
.mb-31x{margin-bottom:15.5rem}
.ml-31x{margin-left:15.5rem}
.mr-31x{margin-right:15.5rem}

.pt-32x{padding-top:16.0rem}
.pb-32x{padding-bottom:16.0rem}
.pl-32x{padding-left:16.0rem}
.pr-32x{padding-right:16.0rem}
.mt-32x{margin-top:16.0rem}
.mb-32x{margin-bottom:16.0rem}
.ml-32x{margin-left:16.0rem}
.mr-32x{margin-right:16.0rem}

.pt-33x{padding-top:16.5rem}
.pb-33x{padding-bottom:16.5rem}
.pl-33x{padding-left:16.5rem}
.pr-33x{padding-right:16.5rem}
.mt-33x{margin-top:16.5rem}
.mb-33x{margin-bottom:16.5rem}
.ml-33x{margin-left:16.5rem}
.mr-33x{margin-right:16.5rem}

.pt-34x{padding-top:17.0rem}
.pb-34x{padding-bottom:17.0rem}
.pl-34x{padding-left:17.0rem}
.pr-34x{padding-right:17.0rem}
.mt-34x{margin-top:17.0rem}
.mb-34x{margin-bottom:17.0rem}
.ml-34x{margin-left:17.0rem}
.mr-34x{margin-right:17.0rem}

.pt-35x{padding-top:17.5rem}
.pb-35x{padding-bottom:17.5rem}
.pl-35x{padding-left:17.5rem}
.pr-35x{padding-right:17.5rem}
.mt-35x{margin-top:17.5rem}
.mb-35x{margin-bottom:17.5rem}
.ml-35x{margin-left:17.5rem}
.mr-35x{margin-right:17.5rem}

.pt-36x{padding-top:18.0rem}
.pb-36x{padding-bottom:18.0rem}
.pl-36x{padding-left:18.0rem}
.pr-36x{padding-right:18.0rem}
.mt-36x{margin-top:18.0rem}
.mb-36x{margin-bottom:18.0rem}
.ml-36x{margin-left:18.0rem}
.mr-36x{margin-right:18.0rem}

.pt-37x{padding-top:18.5rem}
.pb-37x{padding-bottom:18.5rem}
.pl-37x{padding-left:18.5rem}
.pr-37x{padding-right:18.5rem}
.mt-37x{margin-top:18.5rem}
.mb-37x{margin-bottom:18.5rem}
.ml-37x{margin-left:18.5rem}
.mr-37x{margin-right:18.5rem}

.pt-38x{padding-top:19.0rem}
.pb-38x{padding-bottom:19.0rem}
.pl-38x{padding-left:19.0rem}
.pr-38x{padding-right:19.0rem}
.mt-38x{margin-top:19.0rem}
.mb-38x{margin-bottom:19.0rem}
.ml-38x{margin-left:19.0rem}
.mr-38x{margin-right:19.0rem}

.pt-39x{padding-top:19.5rem}
.pb-39x{padding-bottom:19.5rem}
.pl-39x{padding-left:19.5rem}
.pr-39x{padding-right:19.5rem}
.mt-39x{margin-top:19.5rem}
.mb-39x{margin-bottom:19.5rem}
.ml-39x{margin-left:19.5rem}
.mr-39x{margin-right:19.5rem}

.pt-40x{padding-top:20.0rem}
.pb-40x{padding-bottom:20.0rem}
.pl-40x{padding-left:20.0rem}
.pr-40x{padding-right:20.0rem}
.mt-40x{margin-top:20.0rem}
.mb-40x{margin-bottom:20.0rem}
.ml-40x{margin-left:20.0rem}
.mr-40x{margin-right:20.0rem}


.icon{display:inline-block;background-size:contain;background-position:50%;background-repeat:no-repeat;padding:0;}
.icon-10x{width:1.6rem;height:1rem;}
.icon-16x{width:1.6rem;height:1.6rem;}
.icon-18x10{width:1.8rem;height:1rem;}
.icon-28x{width:2.8rem;height:2.8rem;}
.icon-57x{width:5.7rem;height:5.7rem;}

.icon.arrow-right, .icon.arrow-right:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/arrow-right.svg);}
.icon.download, .icon.download:after{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/download.svg);}
.icon.upload, .icon.upload:after{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/upload.svg);}
.icon.mail, .icon.uploadmailafter{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/mail.svg);}
.icon.phone, .icon.phone:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/phone.svg);}
.icon.marker, .icon.marker:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/marker.svg);}
.icon.upload-white, .icon.upload-white:after{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/upload-white.svg);}
.icon.chevron-down, .icon.chevron-down:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/chevron-down.svg);}
.icon.chevron-left, .icon.chevron-left:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/chevron-left.svg);}
.icon.chevron-right, .icon.chevron-right:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/chevron-right.svg);}
.icon.chevron-right-white, .icon.chevron-right-white:after{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/chevron-right-white.svg);}
.icon.chevron-up, .icon.chevron-up:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/chevron-up.svg);}
.icon.search, .icon.search:after{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/search.svg);}
.icon.quote-left, .icon.quote-left:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/dclb.svg);}
.icon.quote-right, .icon.quote-right:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/dcdb.svg);}
.icon.more, .icon.more:after{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/more.svg);}
.icon.big-arrow-left, .icon.big-arrow-left:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/big-arrow-left.svg);}
.icon.big-arrow-right, .icon.big-arrow-right:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/big-arrow-right.svg);}
.icon.play, .icon.play:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/play.svg);}

.icon.facebook{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials%20copy/facebook.svg);}
.icon.linkedin{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials%20copy/linkedin.svg);}
.icon.twitter{background-image:url(//8006154.fs1.hubspotusercontent-na1.net/hubfs/8006154/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials/twitter-x.svg);}
.icon.twitter-x{background-image:url(//8006154.fs1.hubspotusercontent-na1.net/hubfs/8006154/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials/twitter-x.svg);}
.icon.vimeo{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials%20copy/vimeo.svg);}
.icon.youtube{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/socials%20copy/youtube.svg);}

.row-fluid [class*="span"]{max-width:100%;min-height:0;}
.row-fluid [class*='span'] img, .hs_cos_wrapper_type_linked_image {max-width:100%;display:block;height:auto;}

@media screen and (max-width: 992px){
  .flex-flow-row-wrap-tablet{flex-flow:row wrap;} 
  .flex-flow-column-tablet{flex-flow:column;} 
  .flex-flow-column-wrap-tablet{flex-flow:column wrap;} 
  .align-items-flex-start-tablet{align-items:flex-start;}
  .align-items-flex-end-tablet{align-items:flex-end;}
  .align-items-center-tablet{align-items:center;}
  .justify-content-flex-start-tablet{justify-content:flex-start;}
  .justify-content-flex-end-tablet{justify-content:flex-end;}
  .justify-content-space-around-tablet{justify-content:space-around;}
  .justify-content-space-between-tablet{justify-content:space-between;}
  .justify-content-center-tablet{justify-content:center;}
}

@media screen and (max-width: 767px){
  .row-fluid > [class*='span']{width:100%;}
  .slick-initialized .slick-slide {float: left;}
  .row-fluid [class*='span'] img, .hs_cos_wrapper_type_linked_image {height:auto;margin-left: auto;margin-right: auto;width:100%;}
  .row-fluid [class*='span'] img[src*="icons"], .hs_cos_wrapper_type_linked_image[src*="icons"] {margin-left: 0;width:auto;max-height:40px;}
  .hs_cos_wrapper_type_linked_image {margin-bottom: 4.0rem;}
  .mobile-order {order: 2;}
  .mobile-order img{margin-bottom:0;margin-top:5rem;}
  .row-fluid [class*="span"].order-2 {margin-left: 0;}
  .flex-flow-row-mobile{flex-flow:row;} 
  .flex-flow-row-wrap-mobile{flex-flow:row wrap;} 
  .flex-flow-column-mobile{flex-flow:column;} 
  .flex-flow-column-wrap-mobile{flex-flow:column wrap;}
  .align-items-flex-start-mobile{align-items:flex-start;}
  .align-items-flex-end-mobile{align-items:flex-end;}
  .align-items-center-mobile{align-items:center;}
  .justify-content-flex-start-mobile{justify-content:flex-start;}
  .justify-content-flex-end-mobile{justify-content:flex-end;}
  .justify-content-space-around-mobile{justify-content:space-around;}
  .justify-content-space-between-mobile{justify-content:space-between;}
  .justify-content-center-mobile{justify-content:center;}
  .text-align-left-mobile{ text-align:left }
  .text-align-right-mobile{ text-align:right }
  .text-align-center-mobile{ text-align:center }
}

@media screen and (max-width: 480px){
  .flex-flow-row-tablet{flex-flow:row;} 
  .flex-flow-row-wrap-tablet{flex-flow:row wrap;} 
  .flex-flow-column-tablet{flex-flow:column;} 
  .flex-flow-column-wrap-tablet{flex-flow:column wrap;} 
  .span5 > .row-fluid-wrapper > .row-fluid > .span12 [class*='linked_image'] img {
    width: 100% !important;
  }
  .row-fluid [class*='span'] img {
    margin-bottom:2rem;
  }
}

.carousel .slick-dots {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.carousel .slick-dots li{
  list-style:none;
  margin:0 .5rem;
  height:.5rem;
}

.carousel .slick-dots li button {
  color: transparent;
  user-select: none;
  padding: 0;
  width: 3.5rem;
  height: .5rem;
  border-radius: 0;
  background-color: #979797;
  display:block;
}

.carousel .slick-dots li.slick-active button{
  background-color: #272d2f;
}


.body-container-wrapper ul {padding-left:0;}
.body-container-wrapper ul li {list-style: none;position: relative;padding-left:1.5rem;}
.body-container-wrapper ul li::before {
	content: '';
	position: absolute;
	top: 10.5px;
	left: 0;
	width: .5rem;
	height: .5rem;
	background-color: #26bad4;
	border-radius: 50%;
	/* transform: translateY(-50%); */
}
.body-container-wrapper ul.hs-error-msgs li:before {display: none;}
.body-container-wrapper ul li[role*="presentation"] {padding-left:0}
.body-container-wrapper ul li[role*="presentation"]:before {display:none;}
.body-container-wrapper ul li.hs-form-booleancheckbox, .body-container-wrapper ul li.hs-form-radio{padding-left:0;}
.body-container-wrapper ul li.hs-form-booleancheckbox:before, .body-container-wrapper ul li.hs-form-radio:before{display:none; }
.body-container-wrapper ul.hs-breadcrumb-menu {display:inline;}
.body-container-wrapper ul.hs-breadcrumb-menu li {display:contents;list-style: none;padding:0;}
.body-container-wrapper ul.hs-breadcrumb-menu li a, .body-container-wrapper ul.hs-breadcrumb-menu .hs-breadcrumb-label {color:#ffffff}
.body-container-wrapper .hs-breadcrumb-menu-divider:before {content: '\00203A';padding: 5px;color:#ffffff;}
.body-container-wrapper ul.hs-breadcrumb-menu .hs-breadcrumb-label{cursor:default;}
.body-container-wrapper ul.hs-breadcrumb-menu a.hs-breadcrumb-label{cursor:pointer;}
.body-container-wrapper ul.hs-breadcrumb-menu li a:hover, .body-container-wrapper ul.hs-breadcrumb-menu li a:focus {color:#26bad4}
.body-container-wrapper ul.hs-breadcrumb-menu li a[href*="javascript:;"]:hover,  .body-container-wrapper ul.hs-breadcrumb-menu li a[href*="javascript:;"]:focus{color:inherit;}
.body-container-wrapper ul.hs-breadcrumb-menu li:before {display:none;}


/*********************************************/
/********* Specific pages overrides **********/
/*********************************************/

.body-container > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper.relative-row{
  z-index: 3;
  position: relative;
}

.body-container-wrapper > .container-fluid.body-container--home  > .row-fluid-wrapper > .row-fluid > [class*="span"] > .row-fluid-wrapper:first-child {
  padding-bottom:90px;
}

.body-container-wrapper > .container-fluid.body-container--home  > .row-fluid-wrapper > .row-fluid > [class*="span"] > .row-fluid-wrapper:last-child {
  margin-bottom:0;
}

@media (max-width:767px){
  .body-container--product .dnd_area-column-11-row-1-padding{padding-top:5rem !important;}
}

.body-container--contact > .row-fluid-wrapper > .row-fluid>[class*='span'] > .row-fluid-wrapper:first-of-type > .row-fluid > [class*="span"]:last-of-type{
  position:relative;
}

.body-container--contact > .row-fluid-wrapper > .row-fluid>[class*='span'] > .row-fluid-wrapper:first-of-type > .row-fluid > [class*="span"]:last-of-type:before{
  content:'';
  position:absolute;
  width:1px;
  height:100%;
  left:-5rem;
  top:0;
  background:#979797;
  display:block;
}

@media (max-width:767px){
  .body-container--contact .mobile-order {
    order: -1;
  }
  .body-container--contact .mobile-order img {
    margin-bottom: 0;
    margin-top: 0;
  }
  .body-container--contact>.row-fluid-wrapper>.row-fluid>[class*='span']>.row-fluid-wrapper:first-of-type>.row-fluid:before{
    display:none;
  }
  .body-container--contact .dnd_area-column-8-row-1-margin{
    margin-top:0 !important;
  }
  .body-container--contact .dnd_area-column-8-row-1-margin .span3 {
    margin-bottom: 3rem;
  }
  .body-container--contact>.row-fluid-wrapper>.row-fluid>[class*='span']>.row-fluid-wrapper:first-of-type>.row-fluid>[class*="span"]:last-of-type:before{display:none;}
}


.body-container-wrapper > .body-container--resources.container-fluid > .row-fluid-wrapper>.row-fluid>[class*="span"] > .row-fluid-wrapper:first-child{
  padding:0;
}

body .body-container--resources.container-fluid .dnd-section[class*="force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
}
/*** CUSTOM VIDEO ***/
.custom-video-container > .row-fluid .custom-video { position: absolute; bottom: 4rem; left: 0rem; height: calc(100% - 4rem); width: calc(50% - 10rem);}
.hs-landing-page .custom-video-container > .row-fluid .custom-video { position: relative; bottom: unset; left: unset; height: 100%; width: 100%;}
.custom-video-container > .row-fluid .custom-video iframe {width: calc(100% - 5rem);height: calc(100% - 10rem);}
.custom-video-container>.row-fluid .custom-video .rect {content: '';position: absolute;bottom: 5rem;right: 0;display: block;height: calc(100% - 10rem);width: calc(100% - 5rem);z-index: -1;}
.container-fluid > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper.custom-video-container {position: relative;}
.custom-video-container > .row-fluid {position: initial;}
.row-fluid-wrapper.video-index-row .dnd-row:not([class*="video"]) {z-index: 3;position:relative;}
.custom-video .image-container {max-width: calc(100% - 8rem); height: calc(100% - 12rem);}
.custom-video a.toggle-popup {background-size:cover;background-position:50%;background-repeat:no-repeat;display: block;width: 100%;height: 100%;position:relative;}
.custom-video a .icon {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.custom-video .popup-container{-webkit-transition: opacity .4s ease-in-out;-o-transition: opacity .4s ease-in-out;transition: opacity .4s ease-in-out; opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;z-index:80;position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;}
.custom-video .popup-container.active{opacity:1;-webkit-user-select:initial;-moz-user-select:initial;-ms-user-select:initial;user-select:initial;pointer-events:initial;}
.custom-video .popup-container .close-popup{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:rgba(0,0,0,.9)}
.custom-video .popup-container .close-popup i{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;background: #26bad4;color:transparent;user-select:none;border-radius:3px;}
.custom-video .popup-container .close-popup i:before, .custom-video .popup-container .close-popup i:after{content:'';background:#ffffff;width:50%;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);}
.custom-video .popup-container .close-popup i:after {transform: translate(-50%,-50%) rotate(45deg);}
.custom-video .popup-container iframe {width: 100%;height:100%;position: absolute;top: 0;left: 0;}
.custom-video .popup-container .row-fluid {margin: 0;}
.custom-video .popup-container .row-fluid-inner {padding-bottom: 56.25%;position: relative;}

.hs-inline-edit .custom-video-container>.row-fluid .custom-video {position: initial;margin: 0;transform: initial;width: 100%;height: 100%;}
.hs-inline-edit .custom-video-container>.row-fluid .custom-video .rect{display:none;}
.hs-inline-edit .custom-video-container>.row-fluid .custom-video iframe { width: 100%; height: 100%;min-height:60vh;}

.landing.custom-video .image-container {max-width: 100%; height: 100%;}
.custom-video a.toggle-popup {min-height:24rem;}

@media (max-width:767px){
	.custom-video-container>.row-fluid .custom-video {position: initial;bottom: 0;left: 0rem;height: 100%;width: 100%;margin-bottom: 3rem;}
	.row-fluid > [class*="span"] .custom-video iframe {margin-top:0;position: initial;top: 0;left: 0;min-height: 58vw;margin-bottom:4rem;transform:initial;width:100%;}
	.row-fluid > [class*="span"] .custom-video .rect{display:none;}.custom-video iframe {margin-top:4.0rem;}
	.custom-video .image-container {max-width: 100%;height: 100%;}
}

/*** LAYERED IMAGE ***/
.layered-image {position: relative; z-index: 2;}
.layered-image .layered-image-container {position:relative;}
.layered-image .layered-image-container .image-container {position:relative;background-size:cover;background-repeat: no-repeat;background-position:50%;min-height: 24rem;width: calc(100% - 8rem);}
.layered-image .layered-image-container .layer-image-rect {z-index: -1;content: '';width: calc(100% - 8rem);height: calc(100% - 16rem);position: absolute;right: 4rem;bottom: 0rem;overflow:hidden;}
.layered-image .layered-image-container .layer-image-rect:before {content: '';width: calc(100% - 4.2rem);height: calc(100% - 8rem);position: absolute;top: 50%;right: -2px;transform: translateY(-50%);z-index: -2;}
.layered-image .layered-image-container .layer-image-rect:after {content: '';position: absolute;top: 0;left: 0;width: 100%;height: 75%;z-index: -1;}
.layered-image .layer-image-outer {width: calc(100% - 8rem);height: calc(100% - 8rem);position: absolute;top: 50%;right: 0;transform: translateY(-50%);z-index: -2;}
.layered-image .layered-image-container .image-container:after {content: '';position: absolute;top: -2rem;left: 0;width: 100%;height: 100%;z-index:-1;}
.layered-image.style-two .layer-image-outer {left: 0;right: initial; width: calc(100% - 18rem);}
.layered-image.style-two .layered-image-container .layer-image-rect{right:0;}
.layered-image.style-two .layered-image-container .image-container {left: 4rem;}
.layered-image.style-two .layered-image-container .layer-image-rect:before {width: calc(100% - 18.2rem);left: -2px;right:initial;}
.layered-image.style-three .layer-image-outer {left: 0;z-index: 1;height: calc(100% - 12rem);width: calc(100% - 12rem);}
.layered-image.style-three .layered-image-container .layer-image-rect {top: 4rem;left: 4rem;right: initial;width: 45%;}
.layered-image.style-three .layered-image-container .image-container {margin-left: auto;z-index:2;}
.layered-image.style-three .layered-image-container .image-container:after{display:none;}
.layered-image.style-four .layered-image-container .layer-image-rect {width: 50%;height: 50%;right:0;}
.layered-image.style-four .layer-image-outer {width: calc(100% - 15rem);height: calc(100% - 8rem);right: 4rem;}
.layered-image.style-four .layered-image-container .layer-image-rect:before {left: -2px;right:initial;}
.layered-image.style-four .layered-image-container .layer-image-rect:after{display:none;}
.layered-image.style-four .layered-image-container .layer-image-rect:before {height:100%;width:calc(100% - 3.8rem);top: 6.3rem;}
.layered-image.style-four .layered-image-container .image-container:after{display:none;}

/*** INFINITE LOGOS CAROUSEL ***/
.infinite-logos-carousel-container-outer { position: relative;margin-left: -52%;margin-right: -52%;}
.infinite-logos-carousel-container-outer .slider {margin: auto;overflow: hidden; position: relative; width: 100%;}
.infinite-logos-carousel-container-outer .slider .slide {padding: 0 2rem;box-sizing: border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height: 100%; -webkit-box-flex: 0; -ms-flex: 0 0 8.333333333%; flex: 0 0 8.333333333%; width: 8.333333333%; text-align:center;}
.infinite-logos-carousel-container-outer .slider .slide .logo {max-width: 100%;max-height:3rem;}
.infinite-logos-carousel-container-outer .slider .slide-track {-webkit-animation: scroll 40s linear infinite; animation: scroll 40s linear infinite; display: -webkit-box; display: -ms-flexbox; display: flex;}
@media (max-width: 992px) {.infinite-logos-carousel-container-outer .slider .slide-track {-webkit-animation: scroll992 40s linear infinite;animation: scroll992 40s linear infinite;} .infinite-logos-carousel-container-outer .slider .slide {-webkit-box-flex: 0;-ms-flex: 0 0 8.333333333%;flex: 0 0 8.333333333%;/*width:8.333333333%;*/}}
@media (max-width: 640px) {.infinite-logos-carousel-container-outer .slider .slide-track {-webkit-animation: scroll640 40s linear infinite;animation: scroll640 40s linear infinite;}.infinite-logos-carousel-container-outer .slider .slide {-webkit-box-flex: 0;-ms-flex: 0 0 12.5%;flex: 0 0 12.5%;		/* width: 25%; */}.infinite-logos-carousel-container-inner .slider .slide img.logo {max-height: 5rem;width: auto;}}

/*** CARDS CAROUSEL ***/
.cards-carousel .carousel:before {content: '';position: absolute;top: 0;left: 0;width: 150%;height: calc(100% - 2rem);background-color: #ededed;transform: translate(-3rem, 7rem);}
.cards-carousel .slick-slider [class*="span"].card {margin-left:0;}
.cards-carousel .slick-slider .slick-arrow {padding: 0;position: absolute;top: -9.5rem;right: 0;}
.cards-carousel .slick-slider .slick-prev {right:5rem;}
.cards-carousel .slick-slider .slick-list{overflow:visible;}
.cards-carousel .card .image-container {width: 100%;}
.cards-carousel .card-container-outer .image {min-height: 16.5rem;width: 100%;background-size: cover;background-position: 50%;position: relative;top: 0;left: 0;}
.cards-carousel .card-container-inner{background:#ffffff;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);border-radius:2px;}
.cards-carousel .slick-slide{opacity: 0;user-select:none;pointer-events:none;transition: opacity .5s ease-in-out;height:inherit;}
.cards-carousel .slick-active{opacity: 1;user-select:initial;pointer-events:initial;transition: opacity .5s ease-in-out;}
/* .cards-carousel .tag {transform: translateY(50%);margin: 0;} */
.cards-carousel .slick-track {display: flex;}
.cards-carousel .card-container-outer, .cards-carousel .card-container-inner{height: 100%;position:relative;}
.cards-carousel .card-container-inner .card-clicker {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}

@media (max-width:767px){.cards-carousel .card-container-outer .image {height: 100%;width: 100%;top: 0;left: 0;}.cards-carousel .card-container-inner, .cards-carousel .card-container-outer  {padding: 0;}.cards-carousel .card-container-outer {padding-bottom: 3rem;}.cards-carousel .card-container-inner > [class*="span"].text-container {padding: 4rem;}}
@media (max-width:480px){.cards-carousel .card-container-inner, .cards-carousel .card-container-outer{flex-flow:column;}.cards-carousel .card-container-inner > [class*="span"].text-container, .cards-carousel .card-container-inner > [class*="span"].image-container {width:100%;flex: 1 1 100%;}.cards-carousel .card-container-outer .image {min-height: 40vw;}}


/*** CARDS CAROUSEL ***/
.awards-carousel .carousel:before {content: '';position: absolute;bottom: 0;left: 0;width: 150%;height: calc(100% - 8rem);background-color: #ededed;transform: translate(-3rem, 0);}
.awards-carousel .slick-slider [class*="span"].card {margin-left:0;height: initial;}
.awards-carousel .slick-slider .slick-arrow {padding: 0;position: absolute;bottom: 45px;right: 0;}
.awards-carousel .slick-slider .slick-prev {right:5rem;}
.awards-carousel .slick-slider .slick-list {overflow: visible;margin-left: -1rem;margin-right: -1rem;}
.awards-carousel .card .image-container {width: 100%;}
.awards-carousel .card-container-outer .image {background:#ffffff;min-height: 16.5rem;width: 100%;background-size: 75%;background-position: 50%;position: relative;top: 0;left: 0;background-repeat: no-repeat;}
.awards-carousel .card-container-inner{background:#f8f8f8;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);border-radius:2px;}
.awards-carousel .slick-slide{opacity: 0;user-select:none;pointer-events:none;transition: opacity .5s ease-in-out;}
.awards-carousel .slick-active, .awards-carousel .slick-active + .slick-slide{opacity: 1;user-select:initial;pointer-events:initial;transition: opacity .5s ease-in-out;}
.card-type {padding: 4px 15px;background: #26bad4;color: #ffffff;}
.awards-carousel .slick-slider .slick-track {display: flex;flex-flow: row;}
.awards-carousel .card-container-outer, .awards-carousel .card-container-inner {height: 100%;box-sizing:border-box;}
.awards-carousel .carousel .slick-dots {height: 4rem;justify-content: flex-start;max-width: calc(100% - 12rem);}
.awards-carousel .carousel {padding-top:45px;padding-bottom: 45px;}

@media (max-width:767px){.awards-carousel .carousel:before {height: calc(100% - 10rem);}.awards-carousel .carousel .slick-dots {justify-content: center;max-width: 100%;flex-flow: row wrap;align-items: center;}.awards-carousel .slick-slider .slick-arrow {padding: 0;position: absolute;top: 0;left: 0;bottom: initial;}.awards-carousel .slick-slider .slick-next {left: 5rem;} .awards-carousel .slick-slider .slick-list {padding-top: 3rem;}.awards-carousel .card-container-outer .image {height: 100%;width: 100%;top: 0;left: 0;} .awards-carousel .card-container-inner > [class*="span"].text-container {padding: 4rem;}}
@media (max-width:480px){.awards-carousel .card-container-inner, .awards-carousel .card-container-outer{flex-flow:column;}.awards-carousel .card-container-inner > [class*="span"].text-container, .awards-carousel .card-container-inner > [class*="span"].image-container {width:100%;flex: 1 1 100%;}.awards-carousel .card-container-outer .image {min-height: 40vw;}}

/*** TESTIMONIALS CAROUSEL ***/
.testimonials-carousel .slick-slider {margin-left:0; float:none;position:initial;}
.testimonials-carousel .slick-slider .slick-arrow {padding: 0;position: absolute;top: -7rem;right: 0;}
.row-fluid .span7 .testimonials-carousel .slick-slider .slick-arrow {top: -1rem;}
.testimonials-carousel .slick-slider .slick-prev {right:5rem;}
.testimonials-carousel .slick-slider .slick-list{overflow:visible;margin-right:-2rem;}
.testimonials-carousel .card-container-outer .image {height: calc(100% + 3rem);width: calc(100% + 3rem);background-size: cover;background-position: 50%;position: relative;top: -6rem;left: -6rem;}
.testimonials-carousel .card-container-inner{background:#ffffff;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);border-radius:2px;}
.testimonials-carousel .slick-slide{opacity: 0;user-select:none;pointer-events:none;transition: opacity .5s ease-in-out;}
.testimonials-carousel .slick-current, .testimonials-carousel .slick-active ~ div {opacity: 1;user-select:initial;pointer-events:initial;transition: opacity .5s ease-in-out;}
.testimonials-carousel {display: block;position: relative;}
.testimonials-carousel .span7 .card-container-outer .image {height: 24rem;}
.testimonials-carousel .carousel .slick-dots {padding-top: 3rem;}
@media (max-width:767px){.testimonials-carousel .span7 .card-container-outer .image {height: 100%;} .testimonials-carousel .carousel {padding-top: 7rem;} .testimonials-carousel .card-container-outer .image {height: 100%;width: 100%;top: 0;left: 0;}.testimonials-carousel .card-container-inner, .testimonials-carousel .card-container-outer  {padding: 0;}.testimonials-carousel .card-container-inner > [class*="span"].text-container {padding: 4rem;}}
@media (max-width:480px){.testimonials-carousel .card-container-inner, .testimonials-carousel .card-container-outer{flex-flow:column;}.testimonials-carousel .card-container-inner > [class*="span"].text-container, .testimonials-carousel .card-container-inner > [class*="span"].image-container {width:100%;flex: 1 1 100%;}.testimonials-carousel .card-container-outer .image {height: 20rem;width: 20rem;margin-left: auto;margin-right:auto;margin-top: 4rem;}}

/*** OFFICES CAROUSEL ***/
.offices-carousel .slick-slider .slick-arrow {padding: 0;position: absolute;top: -5.5rem;left: 0;}
.offices-carousel .slick-slider .slick-next {left:5rem;}
.offices-carousel .slick-slider .slick-list{overflow:visible;margin-right:-2rem;}
.offices-carousel .card-container-outer .image {height: 4.5rem;width: 4.5rem;background-size: cover;background-position: 50%;position: relative;border-radius: 50%;margin-bottom: 2rem;}
.offices-carousel .card-container-inner{background:#ffffff;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);border-radius:2px;}
.offices-carousel .slick-slide{height:inherit;opacity: 0;user-select:none;pointer-events:none;transition: opacity .5s ease-in-out;}
.offices-carousel .slick-current, .offices-carousel .slick-active ~ div {opacity: 1;user-select:initial;pointer-events:initial;transition: opacity .5s ease-in-out;}
.offices-carousel {padding-bottom: 5rem;}
.offices-carousel .card a {color:inherit;}
.offices-carousel .card a .icon {position: relative; top: 0.25rem;}
.offices-carousel .card a:hover {color: #26bad4;}
.offices-carousel:before{content: '';position: absolute;bottom: 0;left: -3rem;width: 200%;height: 50%;background: #ededed}
.offices-carousel .slick-track {display: flex;}
.offices-carousel .card-container-outer, .offices-carousel .card-container-inner {height: 100%;}

@media (max-width:767px){.offices-carousel .card-container-inner, .offices-carousel .card-container-outer  {padding: 0;}.offices-carousel .card-container-inner > [class*="span"].text-container {padding: 4rem;}}
@media (max-width:480px){.offices-carousel .card-container-inner, .offices-carousel .card-container-outer{flex-flow:column;}.offices-carousel .card-container-inner > [class*="span"].text-container, .offices-carousel .card-container-inner > [class*="span"].image-container {width:100%;flex: 1 1 100%;}}

/*** CALL-TO-ACTION BANNER ***/
.cta-banner{box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);background-color: #ffffff;}
.cta-banner .image-container {width: 100%;height: 100%;background-size:cover;background-position:50%;background-repeat:no-repeat;}
.cta-banner.background-layer:after {background: #273039;content: '';position: absolute;bottom: 0;left: 0;width: 400%;height: 100%;z-index: -1;transform: translate(-50%,50%)}

@media (max-width: 767px){.cta-banner .image-container {min-height: 25rem;}.cta-banner .text-container {padding: 5.0rem;text-align: center;}}
@media (max-width: 480px){.cta-banner .text-container {padding: 3.0rem;}}

/*** IMAGE POPUP ***/
.image-popup .popup-container{transition: opacity .4s ease-in-out; opacity:0;user-select:none;pointer-events:none;z-index:80;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-flow:column;align-items:center;justify-content:center;}
.image-popup .popup-container.active{opacity:1;user-select:initial;pointer-events:initial;}
.image-popup .popup-container .close-popup{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:rgba(0,0,0,.9)}
.image-popup .popup-container .close-popup i{position:absolute;top:10rem;right:2rem;width:4rem;height:4rem;background: #26bad4;color:transparent;user-select:none;border-radius:3px;}
.image-popup .popup-container .close-popup i:before, .image-popup .popup-container .close-popup i:after{content:'';background:#ffffff;width:50%;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);}
.image-popup .popup-container .close-popup i:after {transform: translate(-50%,-50%) rotate(45deg);}
.image-popup .popup-container iframe {width: 100%;height:100%;position: absolute;top: 0;left: 0;}
.image-popup .popup-container .row-fluid {margin: 0;}
.image-popup .popup-container .row-fluid-inner {padding-bottom: 56.25%;position: relative;}
.image-popup .image-container .icon.play {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}
.image-popup .image-container .toggle-popup {display: block;position: relative;}

@media (max-width:767px){
	.image-popup .image-container {margin-bottom: 4.0rem;}
}

/*** VIDEOS CAROUSEL ***/
.videos-carousel .popup-container{transition: opacity .4s ease-in-out; opacity:0;user-select:none;pointer-events:none;z-index:80;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-flow:column;align-items:center;justify-content:center;}
.videos-carousel .popup-container.active{opacity:1;user-select:initial;pointer-events:initial;}
.videos-carousel .popup-container .close-popup{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:rgba(0,0,0,.9)}
.videos-carousel .popup-container .close-popup i{position:absolute;top:2rem;right:2rem;width:4rem;height:4rem;background: #26bad4;color:transparent;user-select:none;border-radius:3px;}
.videos-carousel .popup-container .close-popup i:before, .videos-carousel .popup-container .close-popup i:after{content:'';background:#ffffff;width:50%;height:3px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg);}
.videos-carousel .popup-container .close-popup i:after {transform: translate(-50%,-50%) rotate(45deg);}
.videos-carousel .popup-container iframe {width: 100%;height:100%;position: absolute;top: 0;left: 0;}
.videos-carousel .popup-container .row-fluid {margin: 0;}
.videos-carousel .popup-container .row-fluid-inner {padding-bottom: 56.25%;position: relative;}
.videos-carousel .slick-list {margin-left: -1rem;margin-right: -1rem;overflow: visible;}
.videos-carousel .slick-slide > a {display:block;padding:0 1rem;opacity:.5;pointer-events:none;user-select:none;transition:all .4s ease-in-out;}
.videos-carousel .slick-slide.slick-active > a {opacity:1;pointer-events:initial;}
.videos-carousel .slick-slide .caption-text{opacity:0;transition:all .4s ease-in-out;}
.videos-carousel .slick-slide.slick-active .caption-text{opacity:1;}
.videos-carousel .image-container .icon.play {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 2;}
.videos-carousel .image-container .toggle-popup {position: relative;display: block;}
.videos-carousel .image {min-height: 24vw;background-size: contain;background-position: 50%;background-repeat: no-repeat;}

@media (max-width:767px){
	.videos-carousel .image-container {margin-bottom: 4.0rem;}
	.mobile-order .videos-carousel img {margin-bottom: 0;margin-top: 0;}
}

/*** NUMBERED CARDS ***/
.numbered-cards .card{padding:0 2rem;margin-bottom:2rem;}
.numbered-cards .card .card__text{position:relative;padding:1rem 2rem;background:#ffffff;border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1); height: 100%;}
.card-number{width:2.2rem;height:2rem;position:absolute;top:0;left:0;background-color:#26bad4; color:#ffffff;transform:translate(-50%,-50%);}

@media (max-width:767px){
	.numbered-cards.container > .row-fluid:not(:first-child) {padding: 0;}
	.numbered-cards .card{padding:0;}
}

/*** CHALLENGE CARDS ***/
.challenge-cards .card .card__text{position:relative;padding:1rem 2rem;background:#ffffff;border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1); height: 100%;}
.card-number{width:2.2rem;height:2rem;position:absolute;top:0;left:0;background-color:#26bad4; color:#ffffff;transform:translate(-50%,-50%);}
.challenge-cards > .row-fluid > [class*="span"] {position: relative;padding-bottom:3rem;}
.challenge-cards > .row-fluid > [class*="span"] .card{position:relative;z-index:2;}
.challenge-cards > .row-fluid > [class*="span"]:after {content: '';position: absolute;bottom: 0%;left: 50%;height: calc(100% - 4rem);width: calc(100% - 12rem);background: #ededed;transform: translateX(-50%);}
.challenge-cards .row-fluid .border-left:before {content: '';position: absolute;top: calc(50% - 1.5rem);left: -2.564102564%;height: 50%; width: 1px;background: #d2d2d2;transform: translateY(-50%);}
.challenge-cards.key-figures > .row-fluid > [class*="span"]:after{display:none;}
.challenge-cards.key-figures .card .card__text {box-shadow: 0 10px 25px 0 rgba(0,0,0,0.1), inset 0 5px 0px 0 #26bad4;}
.challenge-cards .row-fluid [class*="span"] .row-fluid {height: 100%;}
@media (max-width:767px){
	.challenge-cards.container > .row-fluid:not(:first-child) {padding: 0;}
	.challenge-cards .card{padding:0;}
	.challenge-cards .row-fluid > .card:not(:first-child) {margin-top: 4rem;}
	.challenge-cards .row-fluid .border-left:before {display:none;}
	.challenge-cards .card__text br {content: '';}
}

/*** SERVICES CARDS ***/
.services-cards{position:relative;padding-bottom:90px;}
.services-cards .card{margin-bottom:2rem;}
.services-cards .card .card__text{z-index:2;position:relative;padding:3rem;background:#ffffff;border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1); height: 100%;}
.services-cards .card .service-icon{width: 4.5rem;height: 4.5rem;margin-left: auto;user-select: none;color: transparent;background-size: contain;background-position: 50%;background-repeat: no-repeat;}
.services-cards:after{content:'';position:absolute;bottom:0; left:50%;transform:translate(-50%,0%);background-color:#f3f1f1;width:120%;height:60%;}
.services-cards ul li, .features-list ul li {padding-left: 2rem;}
.services-cards ul li:before, .features-list ul li:before {background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/blue-check.svg);width: 1.3rem;height: .9rem;border-radius: 0;background-color: transparent;background-size: contain;background-repeat: no-repeat;background-position: 50%;}

@media (max-width:767px){
	.services-cards .service-icon-container {order: -1;}
	.services-cards .card .service-icon {margin-right: auto;margin-left:0;margin-bottom:2.0rem;}
	.services-cards:after{display:none;}
	.services-cards {padding-bottom: 0;}
}

/*** RESOURCES CAROUSEL ***/
.resources-carousel .carousel .slick-list {padding-bottom: 3rem;}
.resources-carousel .card{margin:0;}
.resources-carousel{margin-left:-2rem;margin-right:-2rem;}
.resources-carousel .card-container-outer{padding: 0 2rem;height:100%;}
.resources-carousel .card-container-inner{border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);height:100%;}
.resources-carousel .card .text-container {padding:3.5rem;}
.resources-carousel .image-container .image {width: 100%;height: 100%;background-size:cover;background-position:50%;background-repeat:no-repeat;}

@media (max-width:767px){
	.resources-carousel .text-container img {max-width: 3rem;margin-left: 0;}
	.resources-carousel .card-container-inner{flex-flow: column;}
	.resources-carousel .image-container .image{min-height:25rem;}
}

/*** COMPANY CAROUSEL ***/
.company-carousel .slick-slider{display:flex;}
.company-carousel .carousel .slick-dots {overflow:auto;padding-left:2rem;padding-right:2rem;width:100%; max-width:980px; order: -1;position: absolute;top: 2rem;left: 50%;transform: translate(-50%,0%);}
.company-carousel .carousel .slick-dots li button {white-space:nowrap;width:100%;color: inherit;height: auto;padding:1rem;background-color: #ffffff;}
.company-carousel .carousel .slick-dots li.slick-active button {background-color: #26bad4;color:#ffffff;}
.company-carousel .carousel .slick-dots li {flex: 1 1 auto;margin: 0;height: initial;}
.company-carousel .slick-slider .slick-arrow {padding:0;position: absolute;top: -3rem;left: 50%;transform: translate(-50%,-50%);}
.company-carousel button.slick-next.slick-arrow {left: calc(50% + 3rem);}
.company-carousel button.slick-prev.slick-arrow {left: calc(50% - 7rem);transform: rotate(180deg) translate(-50%,50%);}
.company-carousel .slick-list {margin-top: 2rem;}
.company-carousel .image-container {height:100%;margin:0;background-size:cover;background-position:50%;background-repeat:no-repeat; display: flex; flex-flow: column; align-items: center; justify-content: center;}
.company-carousel .text-container {background-color:rgba(39,48,57, .79);padding:2rem;}
.company-carousel .text-container h1, .company-carousel .text-container h2, .company-carousel .text-container h3, .company-carousel .text-container h4, .company-carousel .text-container h5, .company-carousel .text-container h6,  .company-carousel .text-container p, .company-carousel .text-container ul li{color:#ffffff}
.company-carousel .carousel .slick-slide{opacity:0;transition: opacity .5s ease-in-out;height:inherit !important;}
.company-carousel .carousel .slick-slide.slick-active{opacity:1;transition: opacity .5s ease-in-out;}
.company-carousel .slick-track {display: flex;}
.company-carousel-container-inner {padding-top: 6rem;}

@media (max-width: 992px){
	.company-carousel .carousel .slick-dots {justify-content: flex-start;padding: 0;}
}

/*** CARDS SECTION ***/

.card-section .card-outer{border-radius: 2px;box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);background:#ffffff;}
.card-section .features-list {border-top:1px solid #e5e5e5;margin-top:auto}
.card-section .card__image{margin-left:auto;margin-right:auto;}
.card-section .card__image.logo {min-height: 5rem;background-size: contain;background-position: 50%;background-repeat: no-repeat;}
.card-section .big-number{font-size:3.8rem;line-height:4.56rem;color:#26bad4;}
.card-section .card-outer.no-bg {position:relative;background: transparent;box-shadow: none;padding: 3rem 1rem;}
.card-section .cards.border-bottom {border-bottom: 1px solid #e4e4e4;}
.card-section > .cards.border-bottom:last-child {border-bottom: 0px;}
.card-section .cards .card-outer {display: flex;flex-flow: column;}
.card-section .card-outer.no-bg:after {content: '';position: absolute;top: 50%;right: 0;width: 1px;height: 50%;background: #d2d2d2;transform:translateY(-50%);}
.card-section .cards > .card-outer.no-bg:last-of-type:after {display: none;}
.card-section .card{position: relative;}
.card-section .card .card-clicker {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.card-section .card__image.full-image {width: 100%;min-height: 15rem;background-size: cover;background-position: 50%;background-repeat: no-repeat;}


@media (max-width: 767px){
	.card-section .cards .card__image {max-width: 6rem;}
	.card-section .cards .card__image.logo {max-width: 100%;}
	.card-section .cards > .card:first-child{margin-top:0}
	.card-section .cards.border-bottom {border-bottom: 0;margin-top:0;}
	.card-section .card-outer.no-bg .card{padding:0;}
	.row-fluid [class*='span'] .card-outer.text-align-center img[src*="icons"] {margin-left: auto;}
	.card-section .cards > .card-outer:not(:first-child) {margin-top: 4rem;}
	.card-section .card-outer.no-bg:after{display:none;}
	.card-section .cards .card__image.full-image {max-width: 100%;min-height: 40vw;}
	.card-section.mobile-swipe .cards {display: flex;flex-flow: row;overflow: auto;align-items: center;justify-content: flex-start;width: auto;flex: 0 0 auto;}
	.card-section.mobile-swipe {display: flex;flex-flow: row;align-items: center;justify-content: flex-start;overflow: auto;}
	.card-section.mobile-swipe .cards>.card-outer:not(:first-child){margin:0;}
	.card-section.mobile-swipe .cards .card-outer.span3 {flex: 0 0 25%;white-space:nowrap;}
}

/*** TEAMS CAROUSELS ***/

.teams-carousels {padding-top: 6rem;}
.teams-carousels .carousel{max-height:0;position:absolute;visibility:hidden;transition: opacity .5s ease-in-out;opacity:0;user-select:none;pointer-events:none;margin-right: 0;margin-left: -1rem;padding-right: 15rem;}
.teams-carousels .carousel.active{max-height:initial;position:relative;visibility:visible;opacity:1;pointer-events:initial;}
.teams-carousels .tabs{position:relative;z-index:5;}
.teams-carousels .tab .tab-link {border-radius:2px; font-family :; padding: 2rem 4rem; display: block; text-align: left; color: #272d2f; background:#f9f9f9; transition: background .3s ease-in-out, color .3s ease-in-out;}
.teams-carousels .tab .tab-link:hover, .teams-carousels .tab.active a.tab-link{ padding: 2rem 4rem; display: block; text-align: left; color: #ffffff; background:#26bad4;}
.teams-carousels .card-image {min-height: 20rem;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.teams-carousels .slick-list {overflow: visible;}
.teams-carousels .carousel .slick-slide {opacity:0;visibility:hidden;pointer-events:none;user-select:none;transition: all .3s ease-in-out;}
.teams-carousels .carousel .slick-active,.teams-carousels .carousel .slick-active + .slick-slide, .teams-carousels .carousel .slick-active ~ .slick-slide{opacity:1;visibility:visible;pointer-events:initial;user-select:initial;}
.teams-carousels .carousel .slide-inner {box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);border-radius: 2px;overflow: hidden;}
.teams-carousels .carousel .slick-active.slick-current .slide-inner{box-shadow:none;background-color:#272d2f;}
.teams-carousels .carousel .slick-active.slick-current .slide-inner p{color:#ffffff;}
.teams-carousels .carousel .slick-slide .bio {max-height: 0; overflow: hidden;}
.teams-carousels .carousel .slick-active.slick-current .bio {max-height: 100vh;overflow:auto;}
.teams-carousels .carousel .slick-slide .card-infos{padding:3rem;}
.teams-carousels button.slick-arrow {z-index:10;padding: 0;position: absolute;top: -6rem;right:0;}
.teams-carousels button.slick-arrow.slick-prev {right: 5rem;}

@media (max-width: 767px){
	.teams-carousels .tabs {display: flex;flex-flow: row;overflow: auto;margin-bottom:3rem;}
	.teams-carousels .tabs .tab {white-space: nowrap;margin-right: 1rem;}
	.teams-carousels .carousel {margin-right: -1rem;margin-left: -1rem;}
	.teams-carousels .carousel .slick-active+.slick-slide {opacity: 0;visibility: hidden;pointer-events: none;user-select: none;}
	.teams-carousels button.slick-arrow {z-index: 10;padding: 0;position: absolute;left: 6rem;top:0;right:initial;}
	.teams-carousels button.slick-arrow.slick-prev {left: 1rem;right:initial;}
	.teams-carousels .carousel{padding-right:0;padding-top: 7rem;}
}

/*** PROCESS STEPS ***/

.process-steps .cards {padding-top: 2rem;}
.process-steps .image{position:relative;}
.process-steps .image .image-inner{width: 30rem;height: 30rem;background-color:#ffffff;background-size:7.2rem;background-position:50%;background-repeat:no-repeat;margin-left: auto;margin-right: auto;margin-bottom: 4rem;border-radius:50%;position: relative;z-index:2;}
.process-steps .cards > .card-outer{border-top-left-radius: 50rem; border-top-right-radius: 50rem;background-color: #f3f1f1;}
.process-steps .cards > .card-outer .card-text{ padding:2.5rem; text-align:center;}
.process-steps .cards > .card-outer:first-child{position:relative;z-index:3;}
.process-steps .cards > .card-outer:nth-child(2){position:relative;z-index:2;}
.process-steps .cards > .card-outer:last-child{position:relative;z-index:1;}
.process-steps .image svg {position: absolute;top: calc(50% + 1px);left: calc(50% + 1px);width: 40.3rem;height: 40.3rem;z-index: 4;transform: translate(-50%,-50%);}
.process-steps .cards > .card-outer:nth-child(2) .image svg {transform: translate(-50%,-50%) scaleX(-1) rotate(180deg);}

.process-steps.carousel .slick-slide:not([class*='current']){opacity:0;user-select:none;pointer-events:none;transition: opacity .5s ease-in-out;}
.process-steps.carousel .slick-slide[class*='current']{opacity:1;pointer-events:initial;transition: opacity .5s ease-in-out;}

@media (max-width:992px){
	.process-steps .image .image-inner {width: 30vw;height: 30vw;}
	.process-steps .image svg {width: 40.8vw;height: 40.8vw;}
}

@media (max-width:767px){
	.process-steps .image .image-inner {width: 120px;height: 120px;} 
	.process-steps .image svg{display:none;}
	.process-steps .cards>.card-outer {border-top-left-radius: 0;border-top-right-radius: 0;background-color: transparent}
}

/*------------------------------------------------*/
/*------- Resources Center Listing Module  -------*/
/*------------------------------------------------*/

.resources-center-listing-module .dnd-section.topics-section {padding: 0; background: #ededed;}
.resources-center-listing-module .hero-section{background:#ededed;padding-top:180px;}
.resources-center-listing-module .topics-section form {width:100%;}
.resources-center-listing-module .topics-section .option {flex: 1 1 auto;position: relative;display: block;}
.resources-center-listing-module .option input {position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-appearance: none;appearance: none;background: transparent; border: none;cursor: pointer;}
.resources-center-listing-module .option label, .resources-center-listing-module .option a {font-weight:initial;white-space:nowrap;transition: box-shadow .25s ease-in-out; box-shadow: inset 0 0 0 0; text-align:center;width:100%;display: block;margin: 0;padding: 1rem;box-sizing: border-box;}
.resources-center-listing-module .option.active a, .resources-center-listing-module .option.active label {font-weight: 600; box-shadow: inset 0 -3px 0 0;}
.resources-center-listing-module .option:hover a, .resources-center-listing-module .option:hover label {box-shadow: inset 0 -3px 0 0 #26bad4;}
.resources-center-listing-module .post-item-space {position:relative;height:100%;box-sizing:border-box;background:#ffffff; box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);}
.resources-center-listing-module .dnd-section.pagination {padding-top: 0;}
.resources-center-listing-module .topic-post {cursor:default;pointer-events:none;}
.resources-center-listing-module .hero-section .post-item-space {position:relative;}
.resources-center-listing-module .hero-section .post-item-space:before {opacity: .8; content: '';position: absolute;top: 0;left: 0; width: 100%;height: 100%;background: #273039;z-index: 1;}
.resources-center-listing-module .hero-section .post-item-space .post-item-style {position: relative;z-index: 2;height:100%;}
.resources-center-listing-module .hero-section .post-item-space .post-item-style h3, 
.resources-center-listing-module .hero-section .post-item-space .post-item-style h4, 
.resources-center-listing-module .hero-section .post-item-space .post-item-style .post-body{color:#ffffff;}
.resources-center-listing-module .hero-section .button.secondary, 
.resources-center-listing-module .hero-section .cta_button.secondary{cursor:pointer;box-shadow:none;border:1px solid #ffffff;}
.resources-center-listing-module .hero-section .cta_button.secondary:hover, .resources-center-listing-module .hero-section .cta_button.secondary:focus{border:1px solid #26bad4;}
.body-container-wrapper .container-fluid .resources-center-listing-module .dnd-section.hero-section {background: #ededed;padding-top: 15rem;}
.resources-center-listing-module .pagination a:not([class*="active"]) {color: #767676;}
.resources-center-listing-module .listing-section .post-content a.cta_button {position: absolute;bottom: 2rem;left: 2rem;max-width: calc(100% - 12rem);box-sizing: border-box;}
.resources-center-listing-module .listing-section .img-container {min-height: 16rem;background-size: cover;background-position: 50%;background-repeat: no-repeat;}
.resources-center-listing-module .pagination a.previous-posts-link, .resources-center-listing-module .pagination a.next-posts-link {color: #26bad4; width: 4.8rem; height: 4.8rem;}
.resources-center-listing-module .pagination a{width: 4.8rem; height: 4.8rem;}
.resources-center-listing-module .pagination a.previous-posts-link:hover, .resources-center-listing-module .pagination a.next-posts-link:hover {color: #272d2f;}
.resources-center-listing-module .post-content a.cta_button {position: absolute;bottom: 0;left: 0;}

@media (max-width:767px){
	.resources-center-listing-module .hero-section .row-fluid > .post-item-container:not(:first-of-type) {margin-top: 4rem;}
	.resources-center-listing-module .topics-section form {flex-flow: row;overflow: auto;justify-content: flex-start;padding-bottom: 2rem;}
	.resources-center-listing-module .topics-section .option {flex: 0 0 30%;position: relative;display: block;padding:0 .5rem;white-space:nowrap;}
	.resources-center-listing-module .option:hover a, .resources-center-listing-module .option:hover label {background: #26bad4;color:#ffffff;border-radius: .5rem;box-shadow:none;}
	.resources-center-listing-module .option.active a, .resources-center-listing-module .option.active label,
	.resources-center-listing-module .option.active:hover a, .resources-center-listing-module .option.active:hover label {font-weight: 600;background: #ffffff;border-radius: .5rem;box-shadow:none;color: #26bad4;}
	.resources-center-listing-module .pagination a.previous-posts-link, .resources-center-listing-module .pagination a.next-posts-link {color: #26bad4; width: 2rem; height: 2rem;}
	.resources-center-listing-module .pagination a{width: 2rem; height: 2rem;}

}


/*------------------------------------*/
/*------- RESOURCE CTA BANNER  -------*/
/*------------------------------------*/

.resource-cta-banner h1, .resource-cta-banner h2, .resource-cta-banner h3, .resource-cta-banner h4, .resource-cta-banner h5, .resource-cta-banner h6, .resource-cta-banner p {color:#ffffff;}
.resource-cta-banner.background-layer .text-container:after {background: #273039;content: '';position: absolute;top: 50%;left: 50%;width: 250%;height: 100%;z-index: -1;transform: translate(-50%,-50%)}
.resource-cta-banner.background-layer .text-container {position: relative;}
.resource-cta-banner.background-layer .image-container img{position:relative;top:-1rem;}

@media (max-width: 767px){
	.resource-cta-banner.background-layer .image-container img { max-width: 50%; top: 0;}
	.resource-cta-banner h1, .resource-cta-banner h2, .resource-cta-banner h3, .resource-cta-banner h4, .resource-cta-banner h5, .resource-cta-banner h6, .resource-cta-banner p {color:inherit;}.resource-cta-banner.background-layer .text-container:after {display:none;} .resource-cta-banner > .row-fluid {padding-top: 5rem;padding-bottom: 5rem;} .resource-cta-banner .image-container {min-height: 25rem;}.resource-cta-banner .text-container {padding: 5.0rem;text-align: center;}}
@media (max-width: 480px){.resource-cta-banner .text-container {padding: 3.0rem;}}

/*---------------------------------------------*/
/*------- Blog Sponsoring Logos Module  -------*/
/*---------------------------------------------*/

.blog-sponsoring-logos-module img{height: auto;}

@media (max-width:767px){
	.blog-sponsoring-logos-module .row-fluid [class*='span'] img {width: auto;margin-top: 2rem;}
}

/*--------------------------------------------*/
/*------- Press and Medias Kit Module  -------*/
/*--------------------------------------------*/

.press-media-kit-module.dnd-section {overflow: initial;}
.press-media-kit-module .description{position:relative;}
.press-media-kit-module .description:before{content:'';position:absolute;top:50%;right:50%;width:200%;height:100%;background:#ededed;transform: translate(0%,-50%);z-index: -1;}

@media (max-width:767px){
	.press-media-kit-module .description:before{display:none;}
	.press-media-kit-module .description {position: relative;text-align: center;padding: 0;}
	.press-media-kit-module .span6:not([class*='description']) img {position: absolute;top: 0;left: 0;max-width: 100%;max-height: 100%;z-index: -1;opacity: .2;}
}

/*-----------------------------------*/
/*------- Latest News Module  -------*/
/*-----------------------------------*/

.latest-news {padding: 2rem;background: #ededed;}

/*-----------------------------------*/
/*------- Featured In Module  -------*/
/*-----------------------------------*/

.featured-in-module {margin-top: 3rem;padding-left: 2rem;padding-right: 2rem;}
.featured-in-module .container {border-radius: 2px; box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);padding:0;border-top:5px solid #26bad4;}

/*-------------------------------------------*/
/*------- Meltwater News Feed Module  -------*/
/*-------------------------------------------*/

.meltwater-news-feed-module iframe {width: 100%;border: none;-webkit-appearance: none;min-height: 80rem;overflow: auto;}
.meltwater-news-feed-module.dnd-section > .row-fluid{padding-left:0;padding-right:0;}

/*-------------------------------------*/
/*------- Layered Title Module  -------*/
/*-------------------------------------*/

.layered-title-module .title {position: relative;}
.layered-title-module .title .layer, .layered-title-module .title .layer:before, .layered-title-module .title .layer:after, .layered-title-module .title .layer-inner:before, .layered-title-module .title .layer-inner:after,.layered-title-module .title .layer-inner-center:before, .layered-title-module .title .layer-inner-center:after{display: block;position: absolute;background: #26bad4;}
.layered-title-module .title .layer {width: 3px;height: 100%;top:50%;left:-2rem;transform:translateY(-50%);}
.layered-title-module .title .layer:before {content:"";height: 3px;width: 65px;top:0%;}
.layered-title-module .title .layer:after {content:"";height: 3px;width: 65px;bottom:0%;}
.layered-title-module .title .layer-inner:before {content: '';top: 0;left: 65px;width: 3px;height: 8px;}
.layered-title-module .title .layer-inner:after {content: '';bottom: 0;left: 65px;width: 3px;height: 8px;}
.layered-title-module .title .layer.right {right: -2rem;left:initial;}
.layered-title-module .title .layer.right:before,.layered-title-module .title .layer.right:after {right: 0;left: initial;}
.layered-title-module .title .layer.right .layer-inner:before, .layered-title-module .title .layer.right .layer-inner:after { right: 65px; left:initial;}
.layered-title-module .title .layer.center { width:65px; left: 50%; transform: translate(-50%, -50%); background: transparent;}
.layered-title-module .title .layer-inner-center:before{ content: ''; position: absolute; top: 0;left: -1px; width: 3px;height: 8px;}
.layered-title-module .title .layer-inner-center:after {content: '';position: absolute;bottom: 0;left: -1px;width: 3px;height: 8px;}
.layered-title-module .title {position: relative;padding: 2rem 0;margin-bottom: 2.5rem;}
.layered-title-module .title h1, .layered-title-module .title h2, .layered-title-module .title h3, .layered-title-module .title h4, .layered-title-module .title h5, .layered-title-module .title h6 {margin-bottom: 0;}

/*--------------------------------------*/
/*------- JSON Animation Module  -------*/
/*--------------------------------------*/

.json-animation-module.dnd-section {overflow: visible;}
.json-animation-module .bullet {display: inline-block;position: absolute;}
.json-animation-module .bullet:hover .info-bullet, .json-animation-module .bullet:focus .info-bullet{opacity:1;}
.json-animation-module .bullet.bullet-1 {top: 14rem;left: 3rem;}
.json-animation-module .bullet.bullet-2 {top: 10rem;right:0;}
.json-animation-module .bullet.bullet-3 {top: 25rem;left: 0rem;}
.json-animation-module .bullet.bullet-4 {top: 25rem;right:0;}
.json-animation-module .bullet-icon{background-image:url(//info.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/bullet.svg);width: 52px;height: 51px;display: block;background-repeat: no-repeat;background-size: contain;background-position: 50%;}
.json-animation-module .bullet-items {position: absolute;top: 50%;left: 50%;width: 120%;height: 100%;transform: translate(-50%,-50%);z-index: 2;}
.json-animation-module .info-bullet {position: absolute;padding: 1rem;white-space: nowrap;background: #ffffff;box-shadow: 0 2px 9px 0 rgba(0,0,0,.2);top: 50%;transform: translateY(-50%);opacity:0;transition: opacity .3s ease-in-out;}
.json-animation-module .bullet-items > .bullet:nth-child(odd) .info-bullet {right: calc(100% + 1rem);}
.json-animation-module .bullet-items > .bullet:nth-child(even) .info-bullet {left: calc(100% + 1rem);}
.json-animation-module .bullet-items > .bullet:nth-child(odd) .info-bullet:before {content: '';position: absolute;top: 50%;left: 100%;border-bottom: 4px solid transparent;border-top: 4px solid transparent;border-left: 4px solid #ffffff;transform: translateY(-50%);}
.json-animation-module .bullet-items > .bullet:nth-child(even) .info-bullet:before {content: '';position: absolute;top: 50%;right: 100%;border-bottom: 4px solid transparent;border-top: 4px solid transparent;border-right: 4px solid #ffffff;transform: translateY(-50%);}

@media (max-width: 1200px){
	.json-animation-module lottie-player {max-width: 80%;margin: auto;}
	.json-animation-module .bullet-items {width: 100%;height: 100%;}
	.json-animation-module .bullet-items>.bullet:nth-child(odd) .info-bullet, .json-animation-module .bullet-items>.bullet:nth-child(even) .info-bullet {bottom: calc(100% + 1rem);top: initial;left: 50%;right: initial;transform: translateX(-50%);}
	.json-animation-module .bullet-items>.bullet:nth-child(odd) .info-bullet:before, .json-animation-module .bullet-items>.bullet:nth-child(even) .info-bullet:before {content: '';position: absolute;top: 100%;right: initial;border-left: 4px solid transparent;border-top: 4px solid #ffffff;border-right: 4px solid transparent;transform: translateX(-50%);left: 50%;}
}


/*----------------------------*/
/*------- Hero Module  -------*/
/*----------------------------*/

.hero-module{background-size:cover;background-position:50%;background-repeat:no-repeat;}
.hero-module h1{color:#ffffff;}

/*--------------------------------*/
/*------- Sidebar Modules  -------*/
/*--------------------------------*/

.blog-popular-posts .blog-index__post-content, 
.blog-recent-posts .blog-index__post-content,
.post-item-container .
{
  position: relative;padding-bottom:2rem;margin-bottom:2rem;
}
.hs-blog-listing .sidebar .blog-index__post a.read-more,
.hs-blog-post .sidebar .blog-index__post a.read-more {
	padding: 0;
}

/*--------------------------------*/
/*------- Video Background  ------*/
/*--------------------------------*/


.video-background video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	object-fit: cover;
}

.video-background:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(27,30,39, .85);
	z-index:2;
	display:block;
}

/*--------------------------------*/
/*------- JSON Animation  ------*/
/*--------------------------------*/

@media (max-width:767px){
	.row-fluid [class*='span'] img.d-none.fallback {display: block;max-height: initial;max-width: initial;opacity: 1;}
	lottie-player{display:none;}
	.json-animation-module .bullet-items {display: flex; flex-flow: row wrap; align-items: flex-start; justify-content: center;position: initial;top: initial;left: initial;width: initial;height: initial;transform: initial;z-index: 2;}
	.json-animation-module .bullet-items .bullet {padding: 2rem 0 0 0;display: flex; flex-flow: row; align-items: center;top: initial;left: initial;position: initial;width: 50%; flex: 0 0 50%;}
	.json-animation-module .bullet-items .bullet-icon{cursor:default;}
	.json-animation-module .bullet-items>.bullet:nth-child(odd) .info-bullet, .json-animation-module .bullet-items>.bullet:nth-child(even) .info-bullet {flex: 0 0 80%;position: initial;padding: 0;white-space: normal;background: none;box-shadow: none;top: initial;transform: initial;opacity: 1;transition: opacity .3s ease-in-out;padding-left: 1rem;}
}

@media (max-width:420px){
	.json-animation-module .bullet-items .bullet {width: 100%;flex: 0 0 100%;}
}

/*-----------------------------------*/
/*------- Hero Landing Module  ------*/
/*-----------------------------------*/

.hero-landing-module .row-fluid{padding-left:0;padding-right:0;}
.hero-landing-module .image-container{ height:34rem; width:100%; background-size:cover; background-position:50%; background-repeat:no-repeat; }
.hero-landing-module .post-content .category{margin-bottom:0;}
.hero-landing-module .post-description {border-radius:2px;background:#ffffff;}
@media (max-width: 767px){
	.hero-landing-module .image-container {height: 50vw;width: 100%;}
	.hero-landing-module .content {padding-right: 0;}
	.hero-landing-module .post-description {margin-bottom: 4rem;margin-top: 2rem;}
	.hero-landing-module > .row-fluid {padding-top: 10rem;}
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-arrow {
  background: transparent;
  border: 1px solid #26bad4;
  border-radius: 50%;
  color: transparent;
  user-select: none;
  width: 4rem;
  height: 4rem;
}

.slick-slider .slick-prev {
  transform: scale(-1);
}

.slick-slider .slick-disabled {
  opacity: .5;
  pointer-events:none;
  box-shadow:none;
}

.slick-prev:after, .slick-next:after{
  content:'';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 50%;
  height: 50%;
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
}

.slick-next:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/arrow-right.svg);}
.slick-prev:after{background-image:url(//www.tinubu.com/hubfs/raw_assets/public/Markentive/Tinubu%20Theme%20-%20Markentive%202020/images/icons/arrow-right.svg);}